/**	Browser Element **/
html, body {
    font-family:'Gotham SSm A','Gotham SSm 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;
}
div,header,footer {
	box-sizing: border-box;
	position: relative;
    border-color: #000;
}
p, li {
	line-height: 1.5em;
    margin-top:0;
}
a {
	color: #be0f34;
	font-weight: 700;
}
a:visited {
    color: #be0f34;
	font-weight: 200;
}
a:hover {
    color: #58CAF4;
}

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;
}
form[inert] {
  opacity: .5;
}
input[type="submit"] {
  cursor: pointer;
}
/** End Browser Elements **/

/**	CMS Base Elements **/
ul.menu {
    margin-left: 1em;
    padding: 0;
    list-style: none outside;
    text-align: left;
}
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, #toolbar-administration .toolbar-bar {
	position: fixed;
}
.toolbar-tab div {
	max-width: 100%;
	margin: 0;
}
.align-center img{
    display: block;
    margin-right: auto;
    margin-left: auto;
}
/**	End CMS Base Elements **/

/**	Base Outer Template **/
.overheader {
    height: 44px;
    background-color:#be0f34;
}
.contentheader, .content, .footer, .contained, .contained-full,.contained, .header, .breadcrumb, .dropmenu{ 
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.contained, .header, .breadcrumb, .footer{
	padding: 0 73px;
}
.container {
    display: block;
}
.region-content-main {
    margin: 0 auto;
}

.overheader p {
    margin: 0;
}

.overheader ul {
    margin: 0;
}

.overheader li {
    display: inline-block;
    padding: 0 10px;
}
.overheader .menu-item:last-child{
    padding-right:0;
}

.header .navigation-main, .region-overheader-right {
    float: right;
}

.region-overheader-left, .region-header-left {
    float: left;
}

.region-overheader-left {
    padding: 0 73px;
    background-color: #900;
}
.region-overheader-right {
    padding: 0 73px;
}

.overheader a {
    display: block;
    font-size: .67em;
    font-size: .67rem; /* 12px */
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    line-height:44px;
    max-height: 44px;
}

.header {
    height: 140px;
    z-index: 1;
}

.navigation-main ul{
    margin: 0;
}

.navigation-main li{
    display: inline-block;
    padding: 0 1em 0 0 ;
}
.header .navigation-main .menu-item:last-of-type {
    padding: 0;
}
.header .navigation-main a {
    text-transform: uppercase;
    line-height:140px;
    font-size: .78em;
    font-size: .78rem;
    font-weight: 800;
    color: #000;
}

.navigation-main a {
    display: block;
    text-decoration: none;
}

a.site-logo {
    display: inline-block;
    height: 140px;
}
.site-logo img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.breadcrumb {
	padding-top: 1.6em;
}
.breadcrumb {
  font-size: .78em;
  font-size: .78rem;
  text-decoration: none;
  color: #000;
  padding-bottom:4em;
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
}
.breadcrumb a:first-child {
  color: #BE1034;
  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;
}
.node__content > div:last-child{
    margin-bottom:0;
    width: 100%;
}
.row {
    display: flex;
    flex-flow: row;
}
.toolbar-tab div {
	max-width: 100%;
	margin: 0;
}
.overfooter {
    position:relative;
    width:100%;
    height:10px;
    background:linear-gradient(270deg, #58CAF4 0%, #BE0F34 100%);
    left:0;
    margin-top: 100px;
}
.footer {
    padding-top: 45px;
    height: 241px;
}
.footer .layout__region {
    flex:content;
}
.footer a {
    color: #BE1034; /* Light Red */
    font-size: .78em;
    font-size: .78rem; /* 14px */
    font-weight: 100;
}
.footer a:hover {
    color: #58CAF4;
}
.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;
    line-height: 50px;
    vertical-align: middle;
    font-size: .78em;
    font-size: .78rem;
}
.underfooter p {
    margin: 0;
    line-height: 50px;
}

.underfooter:after {
    content:'';
    position:relative;
    width:100%;
    height:25px;
    background:linear-gradient(270deg, #58CAF4 0%, #BE0F34 100%);
    left:0;
    top:50px;
    display: block;
}
.region-underfooter-left {
    float: left;
}
.region-underfooter-right {
    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: 100%;
    display: none;
    background-color: #666;
    position: absolute;
    left: 0;
    right: 0;
}
.dropmenu ul a.is-active {
    color: #fff;
}
.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;
}
.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;
}

/** End Desktop Navigation **/
/** Mobile Navigation **/
.fa.mobile-menu-button {
    color: #fff;
    position: absolute;
    top: -80px;
    right: 20px;
    font-size: 2em;
    cursor: pointer;
    width: 1em;
    display: none;
}
.mobile-open .fa.mobile-menu-button {
    left: 20px;
    right:0;
}
.mobile-open .fa.mobile-menu-button::before {
    content: "\f057";
    background-color: #be0f34;
    padding-right: 10px;
    padding-bottom: 5px;
}
.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: 800 !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;
}
.mobile-open .menu-item.menu-selected a:hover {
    color: #58CAF4;
}
.dropmenu.mobile-open .menu-selected > ul > li {
    display: block;
}
/** 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;
}

.translated-ltr .header {
    height: unset;
    min-height: 140px;
}

.translated-ltr .header .navigation-main {
    float: unset;
    clear: both;
}
.translated-ltr .header .navigation-main font {
    z-index: -1;
    display: inline-block;
    position: relative;
}
/* 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/www/images/HeroBackground.png');
}
.page-title-image {
	height: 300px
}
.page-title h1 {
	bottom: 0px;
	position: absolute;
	vertical-align: bottom;
	width: 86%;
	padding-left: 8%;
	margin: 0;
}
.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 10px;
}
a.cta-button, input.cta-button, div.paragraph--type--cta-button a  {
	background-color: #B9C7D4;
	border-radius: 30px;
	color: #000;
	font-size: 14px;
	line-height: 1.5em;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	margin: 8px auto;
	font-weight: 800;
	flex: 1 1 45%;
	border: 0;
	display: block;
    max-width: 350px;
}
.rf-cta-md a{
    max-width: 250px;
}
.rf-cta-sm a{
    max-width: 150px;
}
.rf-cta-full a{
    max-width: 100%;
}
.rf-cta-left a{
    margin-left: 0;
}
.rf-cta-right a{
    margin-right: 0;
}
.rf-cta-text a{
    display: inline-block;
}
.rf-cta-middle {
    display: table;
    height: 100%;
}
.rf-cta-middle div {
    display: table-cell;
    vertical-align: middle;
}
a.cta-button, input.cta-button {
    margin: 8px 10px;
}
input.cta-button:hover, a.cta-button:hover, div.paragraph--type--cta-button a:hover{
	background-color: #58CAF4;
}
/** 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 **/
.paragraph--type--simple-image img {
    display: block;
}
/*** RF Accordian Styles ***/
.rf-accordion {
	background-color: #D8D8D8; /* Lighter Grey */
	border-radius: 5px;
	margin: 10px 0;
	align-self: flex-start;
}
.rf-accordion-toggle {
	display: none;
}
.rf-accordion-header {
	color: #000;
	cursor: pointer;
	font-size: 1em;
	font-weight: 800;
	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 {
	padding: 0 20px 20px 20px;
	display: none;
}
.rf-accordion-toggle:checked ~ .rf-accordion-body {
	display: block;
}
.rf-accordion-toggle:checked ~ .rf-accordion-header::after {
	content: "-";
    letter-spacing: .24em;
}
.rf-accordion {
    display: flex;
    flex: auto;
    flex-flow: column;
    width: 100%;
}
/** End RF Accordian Styles **/
/*** RF Card Styles ***/
.card {
	background-color: transparent;
	border: none;
	flex: auto;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-content: center;
}
.card-img-top img {
	max-width: 100%;
	width: 100%;
	height:auto;
}

.card-body{
    background-color: #707070;
	border-radius: 0 0 10px 10px;
	color: #fff;
	display: flex;
    flex: 1 1 auto;
	flex-direction: column;
    font-size: .89em;
    font-size: .89rem; /* 16px */
    line-height: 1.5em;
	padding: 1rem 1.3rem;
}
.card-body h5, .card-title  {
    color: #fff;
    font-size: 1em;
    font-size: 1rem;
    margin: 1em 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::before{
    content:'';
    position:relative;
    width:100%;
    height:5px;
    background:linear-gradient(270deg, #58CAF4 0%, #BE0F34 100%);
    left:0;
    display: block;
}
.card-img-top img {
    display: block;
}
.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: 10px;
}
.card-btn a:hover{
	filter: opacity(70%);
}
.rf-card-nb .card-img-top::before{
    height: 0;
}
.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;
}
/** End RF Card Styles **/
/** RF Fact Styles **/
.rf-fact {
	margin: 50px 0;
	flex: 1;
}
.rf-fact-title, .rf-fact-comment {
	padding: 0 17.5%;
}

.rf-fact-statistic {
	color: #BE0F34;
	font-size: 5em;
	font-size: 5rem;
	margin:0;
	text-align: center;
	font-weight: 900;
	line-height: 1em;
}

.rf-page .rf-fact-statistic {
	font-size: 4em;
	font-size: 4rem;
}

.rf-fact-title {
	font-size: 1.44em;
	font-size: 1.44rem;
	margin: 5px 0;
}

.rf-page .rf-fact-title {
	font-size: 1em;
	font-size: 1rem;
}

.rf-fact-comment {
	margin: 5px 0;
	font-size: .89em;
}
/** End RF Fact 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: 1.3em auto;
}
.rf-section.rf-section-full {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}
.rf-section {
    position: relative;
}
.rf-section .rf-section {
    margin: 0 auto;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
}
.rf-section-border-v > .layout > .layout__region > div {
    border-right: 1px solid;
}
.rf-section-border-v > .layout > .layout__region:last-child > div {
    border-right: none;
}

.rf-section-border-h {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.rf-section-padding-h .layout__region:first-child {
    padding-left: 2.7em;
}
.rf-section-padding-h .layout__region:last-child {
    padding-right: 2.7em;
}
.rf-section-red, .rf-section-red h2, .rf-section-red a,
.rf-section-dark-red, .rf-section-dark-red h2, .rf-section-dark-red a,
.rf-section-red-offset, .rf-section-red-offset h2, .rf-section-red-offset a,
.rf-section-red-over, .rf-section-red-over h2, .rf-section-red-over a 
{
    color: #fff;
}
.rf-section-red, 
.rf-section-dark-red,
.rf-section-red-offset, 
.rf-section-red-over
{
    background-color: #be0f34;
}
.rf-section-dark-red {
    background-color: #900;
}
.rf-section-red div,
.rf-section-dark-red div,
.rf-section-red-offset div,
.rf-section-red-over div, .rf-section-dark-red div {
    border-color: #fff;
} 
.rf-section-red, .rf-section-dark-red {
    border-radius: 5px;
}
.rf-section-squiggle {
    background-image: url('https://cdn.uwrf.edu/www/images/WavePattern.png');
    background-position: 1%;
    border-radius: 5px;
}
.rf-section-red-offset {
    border-top: 10px solid;
    border-image-source: linear-gradient(270deg, #58CAF4 0%, #BE0F34 calc(100% - 87px), #900 calc(100% - 87px), #900 100%);
    border-image-slice: 1;
    padding: 30px 0;
}
.rf-section-red-over {
    border-top: 20px solid;
    border-image-source: linear-gradient(270deg, #58CAF4 0%, #BE0F34 100%);
    border-image-slice: 1;
    border-radius: 0 0 5px 5px;
}
.rf-section-red-over .layout{
    padding: 1em 3em;
}
.rf-section-red-offset::before {
    content: "";
    width: 86px;
    background-color: #900;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
}
.rf-section-red-offset .layout {
    max-width: 1192px;
    margin: 0 auto;
    position: relative;
}
.rf-section-red-offset .layout::after {
    content: '';
    position: absolute;
    display: inline-block;
    background: url('https://cdn.uwrf.edu/www/images/WavyLines.png') no-repeat scroll right center;
    left: -21.5%;
    top: -40px;
    width: 20%;
    height: 120px;
    background-position-x: 35px;
}
.rf-section.rf-section-rmb {
    margin-bottom:0;
    padding-bottom:0;
}
.rf-section-rmb .paragraph--type--simple-text > p {
    margin-bottom: 0;
}
.rf-section.rf-section-rmb + div {
    margin-top:0;
}
.rf-section-rmt {
    margin-top: 0;
}
.rf-section-borders-h{
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
/** End RF Section Styles **/
/** RF Image Styles **/
/*
.rf-blend-red {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #be0f34;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    z-index: 1;

}
*/
.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, .rf-img-caption-title h1{
    z-index: 2;
    margin: 0;
    position: relative;
    color: #58CAF4;
    padding: 30px 0;
    position: relative;
    display: block;
    line-height: 1em;
    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;
}
/** End RF Image Styles **/
/** RF Media Styles **/
.paragraph--type--media {
    width: 100%;
}
/** End RF Media Styles **/
/** Home Page Image **/
  .rf-hp-image img{
    display: block;
  }
  .rf-hp-image {
    overflow: hidden;
  }
  .rf-hp-bar {
    display: block;
    font-size: .8rem;
    min-height: 3em;
    background-color: #000;
  } 
  .rf-hp-bar::after {
    content: '';
    position: absolute;
    width: 8%;
    background-color: #900;
    right: 0;
    height: 100%;
  } 
  .rf-hp-notification a {
    color: #fff;
  }
  .rf-hp-notification-bar {
    position: absolute;
    right: 0;
    min-width: 44%;
    background: linear-gradient(270deg, #58CAF4 0%, #BE0F34 100%);
    height: 3em;
    display: block;
    z-index: 2;
    animation: notificationBar 3000ms;
    animation-delay: 1500ms;
    animation-timing-function: ease-in-out;
  }
  .rf-hp-notification p{
    margin: 0;
    line-height: 3em;
    color: #fff;
    float: right;
    padding: 0 24px;
    box-sizing:border-box;
  }
  .rf-hp-notification-bar, .rf-hp-notification p {
    position: absolute;
    right: 0;
    min-width: 44%;
    background: linear-gradient(270deg, #58CAF4 0%, #BE0F34 100%);
    min-height: 3em;
    display: block;
    z-index: 2;
    text-align: right;
    animation: notificationBar 3000ms;
      animation-timing-function: ease;
      animation-delay: 0s;
    animation-delay: 1500ms;
    animation-timing-function: ease-in-out;
  }
  .rf-hp-notification p::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-right: 2em solid #be0f34;
    position: absolute;
    left: calc(-2em + 1px);
  }
  
  .rf-hp-notification > span {
      display:none;
  }
  .rf-hp-overlay {
    position: absolute;
    bottom: 0em;
    left: 0em;
    z-index: 9;
  }

/** End Home Page Image **/
/** Slideshow **/
.rf-img-round img {
    border-radius: 5px;
}
.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 {
    width: 100%;
    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;
    display: flex;
}
.rf-feed-event-date{
    width: 30%;
    margin-right: 5%;
}
.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;
}
.rf-feed-item-event-card {
    flex: 1 1 0;
    margin: 0 .5em;
    background-color: #666;
    color: #fff;
    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-event-date {
    width: 28%;
    margin-right: 8%;
    box-sizing: border-box;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    text-align: center;
    max-height: 5em;
}
.rf-feed-event-date p {
    line-height: 2em;
    font-size: .8em;
    padding: 5px;
    font-weight: 800;
}
.rf-feed-event-date span {
    display: block;
    text-align: center;
    color: #be0f34;
    font-weight: 800;
    font-size: 2.5em;
    margin-top: 8px;
}
/** End Feed **/
/** Tabs **/
.rf-tab {
    display: none;
}

.rf-tab.rf-tab-active {
    display: block;
}
.rf-tab-button.rf-tab-active {
    color: #900;
    text-decoration: underline;
}
.rf-tab-button {
    font-size: 2em;
    padding: 0 .5em;
    cursor: pointer;
}
.rf-tab-button-container {
    margin: 0 auto 20px auto;
    text-align: center;
}
/** End Tabs**/
/** End Paragraph Templates **/
/** RF Layouts **/
.layout__region {
	display: flex;
}
.layout--fourcol-25-25-25-25 {
	display: flex;
	flex-wrap: wrap;
  }

.layout--fourcol-25-25-25-25 > .layout__region{
	flex: 0 1 100%;
}
.layout__region {
	flex-direction: column;
    padding-left: 1%;
    padding-right: 1%;
}
.layout--twocol > .layout__region--first, .layout--twocol > .layout__region--second {
	flex: 0 1 50%;
}
.layout--fourcol-25-25-25-25, .layout--twocol-80-20 {
	display: flex;
	flex-wrap: wrap;
}
.layout--twocol-80-20 > .layout__region--first {
	flex: 0 1 80%;
}
.layout--twocol-80-20 > .layout__region--second {
	flex: 0 1 20%;
}
/*
.layout--threecol-33-34-33 > .layout__region--first, .layout--threecol-33-34-33 > .layout__region--second, .layout--threecol-33-34-33 > .layout__region--third{
	flex: 0 1 30%;
}
*/
.layout--threecol-33-34-33 {
    gap: 0;
}
/*
.layout--threecol-33-34-33 > .layout__region--first, .layout--threecol-33-34-33 > .layout__region--second {
    padding-right: 1%;
}
.layout--threecol-33-34-33 > .layout__region--second, .layout--threecol-33-34-33 > .layout__region--third {
    padding-left: 1%;
}
*/
.layout__region:first-child{
    padding-left: 0;
}
.layout__region:last-child{
    padding-right: 0;
}
.rf-section-border-v > .layout > .layout__region {
    padding: 0;
}
.rf-section-border-v > .layout > .layout__region > div {
    padding-left: 1px;
    padding-right:1px;
}
.rf-section-border-v > .layout > .layout__region:first-child > div {
    padding-left: 0;
}
.rf-section-border-v > .layout > .layout__region:first-child > div {
    padding-right: 0;
}
/** End RF Layouts **/
/** RF Misc **/
.rf-page{
	margin:0 5.1%;
}
.node--type-landing-page .quote-image {
	max-width: 224px;
	max-height: 224px;
	border-radius: 112px;
}
.node--type-landing-page .quote-image img {
	width: 204px;
	height: 204px;
	border-radius: 112px;
	margin: 5px;
	border: 5px solid white;
}
.node--type-landing-page .node__content {
    display: block;
    /*
    display: flex;
    flex-direction: column;
    */
    width: 100%;
}
.node--type-landing-page .rf-section{
    max-width: 1192px;
    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;
}
.no-mag {
    margin: 0;
}
.view-program-search .views-row {
    padding-bottom: 2em;
}
.page-node-type-campaign-page .footer {
    display: none !important;
}
.page-node-type-campaign-page .dropmenu {
    display: none;
}
/** End RF Misc **/
/** RF Emergency Styles **/
.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;
}
.menu .rf-nav-emergency .SchoolAlert{
    top:7px;
    position: relative;
}
.menu .rf-nav-emergency img {
    height: 24px;
}
@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 **/
/** Contact Form **/
.rf-contact-form {
    padding: 0 3em;
}
.rf-contact-form td {
    padding: .25em;
    background-color: unset;
}
.rf-contact-form input, .rf-contact-form select, .rf-contact-form textarea {
    border-radius: 5px;
    line-height: 2em;
    padding: 0 .5em;
    width: 100%;
    box-sizing: border-box;
}
.rf-contact-form select {
    height: 2em;
}
.rf-contact-form input[type=submit]{
    background-color: #B9C7D4;
    border: 0;
    color: #000;
    width: auto;
    font-size: 14px;
    line-height: 1.5em;
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: 800;
}
.rf-contact-form input[type=submit]:hover{
    background-color: #58CAF4;
    color: #000;
}
.rf-contact-form textarea  {
  line-height: 1.25em;
  padding: .5em;
}
.rf-contact .notification {
  text-align: center;
  font-weight: bold;
}
.rf-contact .notification.warning {
  color: #be0f34;
}.rf-contact-form input[type="submit"]:hover{
    cursor: pointer;
}
/** End Contact Form **/
@media (hover: hover) {
    .fa.mobile-menu-button:hover {
        color: #58CAF4;
    }
}
@media (max-width: 1426px){
    .header .navigation-main li {
        padding: 0 .9em 0 0;
    }
}
@media (max-width: 1420px){
    .header {
        padding: 0 2%;
    }
    .header .navigation-main li {
        padding: 0 .4em 0 0;
    }
}
@media (max-width: 1280px){
    .header {
        padding: 0 2%;
    }
    .header .navigation-main li {
        letter-spacing: -.02em;
        margin-left: -5px;
    }
}
@media (max-width: 1200px){
    .region-header-left {
        width: 100%;
    }
    .header {
        padding: 0 1%;
    }
    .fa.mobile-menu-button {
        display: block;
    }
    .overheader {
        display: none;
    }
    .header {
        height: 120px;
        background-color: #be0f34;
    }
    a.site-logo {
        height: 120px;
        display: block;
        margin: 0 auto;
        width: 145px;
    }
    .site-logo img {
        content: url('https://cdn.uwrf.edu/images/uwrf-w.svg')
    }
    .navigation-main {
        display: none;
    }
    /** Mobile Menu **/
    .dropmenu .block-mainnavigation > .menu > .menu-item {
        margin: 0 24px;
        padding: 0;    
    }
    .dropmenu {
        display: block;
    }
    .dropmenu > * { 
        display: none;
    }
    .dropmenu .mobile-menu-button {
        display: block;
    }
    .dropmenu.mobile-open > .rf-search-form, .dropmenu.mobile-open > .block-mainnavigation, .dropmenu.mobile-open > .region-header-drop-navigation, .dropmenu.mobile-open .block-mainnavigation > .menu > .menu-item, .dropmenu.mobile-open #block-navigationaudiencemenu-2{
        display: block;
    }
    .dropmenu .menu-selected ul {
        columns: 1 !important;
    }
    /** End Mobile Menu **/
    .content {
        width: 100%;
    }
    .node--type-landing-page .node__content > .rf-section {
        max-width: 96%;
    }
    .footer {
        padding-left: 2%;
        padding-right: 2%;
    }
    .mobile-full {
        max-width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }
    .rf-slideshow {
        max-width: 86%;
    }
    .dropmenu .rf-nav-emergency {
        display: block;
        position: absolute;
        top: -80px;
        left: 20px;
    }
    .dropmenu .rf-nav-emergency img {
        height: 2em !important;
    }
}

@media screen and (min-width: 40em) {
	.layout--fourcol-25-25-25-25 > .layout__region {
		flex: 0 1 25%;
	}
}
@media (max-width: 900px){
    h2 {
        font-size: 1.4rem;
    }
    .rf-page {
        flex-direction: column;
    }
    .breadcrumb {
        padding-bottom: 1em;
        box-sizing: border-box;
        padding-left: 1.5em;
    }
    .content-left {
        width: 100%;
        max-width: 100%;
        padding-bottom: 2em;
        margin-right:0;
    }
    .content-under-left {
        display: none;
    }
    .page-title h1 {
        font-size: 1.5em;
        font-size: 1.5rem;
    }
    .footer {
        height: unset;
        padding-left:25px;
        padding-right: 25px;
        padding-top: 25px;
    }
    .footer .menu {
        max-width: 200px;
        margin: 0 auto;
    }
    .region-footer-one img {
        margin: 0 auto;
        display: block;
        padding-bottom: 25px;
    }
    .region-footer-four {
        padding: 1em 0;
    }
    .region-underfooter-left {
        float: none;
    }
    .contained {
        padding-left:25px;
        padding-right: 25px
    }
    .underfooter {
        padding: 10px 0;
    }
    .underfooter, .underfooter p {
        height: unset;
        line-height: 1.5em;
    }
    .underfooter::after {
        top: 10px;
    }
    .node__content > .rf-section > .layout > .layout__region, .footer .layout__region {
        flex: 0 0 100% !important;
    }
    .node__content > div > div:first-child .layout--onecol .paragraph--type--simple-image img {
        min-height: 300px;
        object-fit: cover;
    }
    .rf-section img {
        display: block;
        margin: 0 auto;
    }
    .rf-section-border-v > .layout > .layout__region > div {
        border-right: 0;
        border-bottom: 1px solid;
        margin-bottom: 1em;
    }
    .rf-section-border-v > .layout > .layout__region:last-child > div {
        border-bottom: 0;
        margin-bottom: 0;
    }
    .layout--threecol-33-34-33 > .layout__region--first, .layout--threecol-33-34-33 > .layout__region--, .layout--threecol-33-34-33 > .layout__region--second, .layout--threecol-33-34-33 > .layout__region--third{
        flex: 0 1 100%;
    }
    .node--type-landing-page .node__content > .rf-section {
        max-width: 86%;
    }
    .layout__region, .layout__region:first-child, .layout__region:last-child {
        padding-right: 0;
        padding-left: 0;
    }
    .rf-section-padding-h .layout--threecol-33-34-33 .layout__region:first-child, .rf-section-padding-h .layout--twocol .layout__region:first-child {
        padding-left:0;
    }
    .rf-section-padding-h .layout--threecol-33-34-33 .layout__region:last-child, .rf-section-padding-h .layout--twocol-33-34-33 .layout__region:last-child {
        padding-right:0;
    }
    .rf-section-red-offset::after, .rf-section-red-offset::before  {
        content: none;
    }
    div.rf-section.rf-section-red-offset {
        padding: 1em 7%;
        border-image-source: linear-gradient(270deg, #58CAF4 0%, #BE0F34 100%);
    }
    .rf-section-red-offset .layout::after { 
        top: -1.7em;
    } 
    .goog-te-menu-frame {
        display: none;
    }
    .rf-fact {
        width: 80%;
        margin: 0 auto;
        padding: 1em 0;
    }
    .rf-icon-item {
        max-width: calc(50% - 1rem) !important;
        min-width: calc(50% - 1rem) !important;
    }
    .rf-rss-container[data-feed-events="On"] {
        flex-direction: column;
    }
    .rf-feed-item-event-card {
        margin-left: 0;
        margin-right:0;
        margin-bottom: 2em;
    }
}
@media (max-width: 600px){
    p {
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
    }
	.overheader, .navigation-main {
		display: none;
	}
	.header {
		height: 100px;
		background-color: #be0f34;
	}
    .header {
        height: 65px;
    }
    a.site-logo {
        height: 65px;
        width: 80px;
    }
    .fa.mobile-menu-button {
        top: -50px;
    }
    .footer .menu {
        max-width:100%;
    }
    .contentheader, .content, .footer, .contained, .contained-full {
        width: 100%;
    }
    .node__content {
        flex-direction: column;
    }
    .row, .rf-split {
        flex-direction: column;
    }
    .node--type-landing-page .node__content > div {
        padding:0;
    }
    .rf-section {
        box-sizing: border-box;
        padding-left: 1em;
        padding-right: 1em;
    }
    .layout--twocol, .layout--twocol-80-20 {
        flex-direction: column;
        flex-wrap: unset;
    }
    .layout__region--first {
        margin-bottom: 1em;
    }
    .layout__region--third {
        margin-top: 1em;
    }
    .rf-section-padding-h .layout__region:last-child {
        padding-right: 1em;
        padding-bottom: 1em;
    }
    .rf-section-padding-h .layout__region:first-child {
        padding-left: 1em;
    }
    div > div.rf-section.rf-section-red-offset {
        padding: 1em 7%;
    }
    .rf-section-border-v > .layout > .layout__region > div {
        border: 0;
    }  
    .field--name-field-media-image img {
        display: block;
        max-width: 100%;
    }
    .rf-quote {
        flex-direction: column;
    }
    .quote-image {
        max-width: 224px;
        max-height: 224px;
        border-radius: 112px;
        overflow: hidden;
        background: linear-gradient( #58CAF4 0%, #BE0F34 100%);
        flex-shrink: 0;
        margin: 0 auto;
    }
    .quote-image img  {
        object-fit: cover;
        width: 204px;
        height: 204px;
        border-radius: 112px;
        margin: 5px;
        border: 5px solid white;
    }
    .card {
        max-width: 100%;
        width: 100%;
    }    
    .rf-fact-statistic {
        font-size: 3.5em;
        font-size: 3.5rem;
    }
    .rf-fact-title, .rf-fact-comment {
        padding: 0 5%;
    }
    .rf-hp-image img {
        /*
        object-position: 17%;
        min-height: 300px;
        transform: scale(1);
        object-fit:cover;
        */
    }
    .rf-hp-notification p, .rf-hp-notification-bar {
        min-width: 100%;
    }
    .rf-hp-overlay {
        z-index: 1;
        bottom: 3em;
        font-size: .8rem;
        max-width: 50%;
    }
    .rf-hp-notification p {
        padding: 1em 24px;
        line-height: 1em;
        background: linear-gradient(270deg, #58CAF4 0%, #BE0F34 100%);
    }
    .rf-feed-event-content {
        padding: .75em;
    }
    .rf-feed-event-date {
        width: 32%;
        margin-right: 5%;
        max-height: 5em;
        flex-shrink: 0;
    }
    .rf-feed-event-date p {
        font-size: .7rem;
    }
    .rf-mobile-hide {
        display: none;
    }
    #modal-container.gritter {
        max-width: 90%;
        right: auto;
        margin: 0 5%;
        top: 70px;
    }
    .dropmenu .rf-nav-emergency {
        top: -50px;
    }
}
.program-card h5  {
	font-size: 1em;
	line-height: 1.5em;
}
.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;
}
.region-overheader-right ul.menu a.is-active {
    color: #fff;
}

.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(270deg, #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;
}