/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700');
/* Shared Health - Copyright 2019 */
/* line 1, wp-content/themes/rt_fluent/custom/scss/reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
/* line 19, wp-content/themes/rt_fluent/custom/scss/reset.scss */
article, aside, details, figcaption, fig ure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/* line 23, wp-content/themes/rt_fluent/custom/scss/reset.scss */
body {
  line-height: 1.5em;
}
/* line 27, wp-content/themes/rt_fluent/custom/scss/reset.scss */
body *::selection {
  color: #fff;
  background: #075fa2;
}
/* line 33, wp-content/themes/rt_fluent/custom/scss/reset.scss */
blockquote, q {
  quotes: none;
}
/* line 36, wp-content/themes/rt_fluent/custom/scss/reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
/* line 41, wp-content/themes/rt_fluent/custom/scss/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 45, wp-content/themes/rt_fluent/custom/scss/reset.scss */
blockquote {
  quotes: none;
  background: #f2f4f7;
  padding: 0.75em;
  padding-left: 1.5em;
  border-left: 5px solid;
  font-size: 1em;
  color: #666;
  line-height: 1.5em;
  border-color: #001e61;
}
/* Animated Link Underlines */
/* line 58, wp-content/themes/rt_fluent/custom/scss/reset.scss */
.underline {
  text-decoration: none;
  z-index: 1;
}
/* line 59, wp-content/themes/rt_fluent/custom/scss/reset.scss */
.underline:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #9cf5a6;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: 0.25s linear;
}
/* line 72, wp-content/themes/rt_fluent/custom/scss/reset.scss */
.underline:hover:before, .underline:focus:before {
  visibility: visible;
  transform: scaleX(1);
}
/* line 77, wp-content/themes/rt_fluent/custom/scss/reset.scss */
.underline:before {
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 0 10px 2px #ffdb00;
}
/* Variables */
/* ################################################## */
/*                    Main Styles                     */
/* ################################################## */
/* line 19, wp-content/themes/rt_fluent/custom/scss/custom.scss */
body {
  color: #444;
}
/* line 21, wp-content/themes/rt_fluent/custom/scss/custom.scss */
h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.1;
  margin-bottom: 1.25rem;
}
/* line 22, wp-content/themes/rt_fluent/custom/scss/custom.scss */
h2 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 1.3em;
  margin-bottom: 0.75em;
  line-height: 1.25;
  margin-top: 2em;
}
/* line 23, wp-content/themes/rt_fluent/custom/scss/custom.scss */
h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 16px;
  line-height: 1.1;
}
/* line 24, wp-content/themes/rt_fluent/custom/scss/custom.scss */
h4 {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.2;
}
/* line 25, wp-content/themes/rt_fluent/custom/scss/custom.scss */
h5 {
  font-family: 'Nunito Sans', sans-serif;
  color: #444;
  font-size: 1.05em;
  font-weight: 600;
}
/* line 26, wp-content/themes/rt_fluent/custom/scss/custom.scss */
a {
  font-weight: 600;
  color: #46c5e0;
}
/* line 27, wp-content/themes/rt_fluent/custom/scss/custom.scss */
a:hover {
  color: #fec40e;
  text-decoration: underline;
}
/* line 29, wp-content/themes/rt_fluent/custom/scss/custom.scss */
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/* line 30, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.gold {
  color: #fec40e;
}
/* line 31, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.rounded {
  border-radius: 0 0 0.25em 0.25em !important;
}
/* line 33, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.temp-off {
  display: none;
}
/* line 34, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.clear {
  clear: both;
}
/* line 35, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.col-left {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}
/* line 36, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.col-right {
  width: 49%;
  float: left;
  margin-bottom: 2%;
}
/* line 37, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.col-3 {
  width: 32.3%;
  float: left;
  margin-right: 1%;
}
/* line 38, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.col-40 {
  width: 40%;
  margin-right: 2%;
  float: left;
}
/* line 39, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.col-60 {
  width: 58%;
  float: left;
}
/* line 40, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.mobile-only {
  display: none;
}
/* line 42, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.button {
  background: #001e61;
  border-radius: 0 0 0.25em 0.25em;
  transition: all 0.3s ease 0s;
  border: 2px solid #001e61;
  margin: 0.5em 0 0.5rem 0;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
}
/* line 51, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.button:hover {
  background: transparent;
  color: #001e61;
  text-decoration: none;
}
/* line 56, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.btn-olive {
  background: #fec40e;
  color: #fff;
}
/* line 57, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.btn-olive:hover {
  background: #fec40e;
  color: #222;
}
/* line 59, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.alert-backgrounder {
  background: #f7f7f7;
  border-color: #f7f7f7;
  color: #444;
}
/* line 61, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#scroll-to-top {
  background: url('../../../../uploads/arrow.png') no-repeat center center !important;
  width: 40px !important;
  height: 40px !important;
}
/* line 66, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.inline-toc {
  font-family: 'Nunito Sans', sans-serif;
  color: #999;
  padding: 2px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  font-size: 70%;
  margin-bottom: 8px;
}
/* ############################### End Main Styles */
/* ######################################## */
/*                  Layout                  */
/* ######################################## */
/* line 75, wp-content/themes/rt_fluent/custom/scss/custom.scss */
html body #g-page-surround {
  padding-top: 0;
  padding-bottom: 0;
}
/* Response Level */
/* line 81, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.levels {
  background: #001e61 !important;
}
/* line 83, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.levels .g-content {
  margin: 0px;
  padding: 4px 0;
}
/* line 84, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.levels .resp-levels {
  font-size: 1rem;
  color: white;
  background-color: #001e61;
  border: 0px solid #001e61;
  border-radius: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
}
/* line 85, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.levels a {
  color: white;
  text-decoration: underline;
  font-weight: 400;
}
/* line 86, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.levels a:hover {
  color: white;
  letter-spacing: 0.5px;
  font-weight: 600;
}
/* Alerts */
/* line 90, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.top-alerts {
  background: #f9d687 !important;
  font-size: 0.9rem;
}
/* line 93, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.top-alerts .g-content {
  margin: 0px;
  padding: 4px 0;
}
/* line 94, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.top-alerts .alert {
  color: #444;
  background-color: #f9d687;
  border: 0px solid #f9d687;
  border-radius: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
}
/* line 95, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.top-alerts a {
  color: #444;
  text-decoration: underline;
  font-weight: 400;
}
/* line 96, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.top-alerts a:hover {
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 600;
}
/* line 99, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 100, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-header .g-content {
  padding-top: 16px;
  padding-bottom: 15px;
}
/* line 103, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#translations {
  font-size: 85%;
  color: #777;
  position: relative;
  right: 0;
  height: 8px;
  top: 0px;
}
/* line 112, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#smedia-icons {
  font-size: 32px;
  position: relative;
  right: -60px;
}
/* line 116, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#smedia-icons a {
  color: #001e61;
}
/* line 117, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#smedia-icons a:hover {
  color: #46c5e0;
  font-size: 33px;
}
/* line 118, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#smedia-icons i {
  margin-right: 8px;
}
/* line 121, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.g-search input[type="search"] {
  background: #f7f7f7;
}
/* Main Menu  */
/* line 124, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 125, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-navigation .g-main-nav {
  display: block;
}
/* line 126, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-navigation .g-grid .g-main-nav .g-toplevel > li {
  line-height: 1.25;
  float: none;
  display: table-cell;
  width: 1%;
  text-align: center;
}
/* line 127, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 12px 0rem;
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: normal;
}
/* line 128, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator {
  display: none;
}
/* line 129, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-navigation .hcp-menu {
  background: #001647;
}
/* line 130, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-navigation .alert-menu {
  background: #fec40e;
}
/* line 131, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-navigation .alert-menu .g-menu-item-container {
  background: #fec40e !important;
}
/* Sublevel */
/* line 135, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.g-main-nav .g-standard > .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown {
  margin-top: 4px;
}
/* line 136, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.g-main-nav .g-dropdown .g-dropdown-column {
  border-radius: 0;
  width: 270px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
}
/* line 137, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.g-main-nav .g-sublevel {
  padding: 0;
}
/* line 138, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 0;
  letter-spacing: normal;
}
/* line 139, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.g-main-nav .g-sublevel > li:hover > .g-menu-item-container, .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #222;
}
/* line 140, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.g-main-nav .g-sublevel > li > .g-menu-item-container > .g-menu-item-content {
  line-height: 1.3em;
}
/* 3rd Level */
/* line 143, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator {
  top: 10px;
}
/* line 144, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.g-main-nav .g-standard .g-dropdown .g-dropdown {
  top: 0;
  margin-left: 3px;
}
/* line 146, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.breadcrumbs-nav {
  font-size: 0.9rem;
}
/* line 148, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.breadcrumbs-nav .breadcrumbs a {
  color: #8d8d8d;
  font-weight: 400;
}
/* line 149, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.breadcrumbs-nav .breadcrumbs .current-item {
  font-weight: bold;
}
/* line 152, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 153, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-mainbar p {
  line-height: 1.6;
}
/* line 154, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-mainbar a {
  font-weight: 600;
}
/* line 155, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-mainbar a:hover {
  color: #fec40e;
}
/* line 156, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-mainbar a img {
  transition: all 0.5s ease 0s;
}
/* line 157, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-mainbar a img:hover {
  transform: scale(0.98);
}
/* line 158, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-mainbar .lead {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25 !important;
  color: #001e61;
}
/* line 159, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-mainbar ul {
  margin-left: 2.5rem;
}
/* line 160, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-mainbar li {
  padding-left: 1em;
  line-height: 1.75;
}
/* line 161, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-mainbar ol li {
  margin-bottom: 1rem;
}
/* line 162, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-mainbar img {
  border-radius: 0 0 0.25em 0.25em;
}
/* line 164, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-mainbar .g-content {
  padding-top: 0px;
  margin-top: 29px;
}
/* line 169, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-footer {
  padding: 1rem 0;
}
/* line 171, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-footer .footer-logo .g-content {
  margin-top: 2.5rem;
}
/* line 172, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-footer .footer-menu .g-content {
  display: flex;
}
/* line 173, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-footer .footer-menu i {
  font-size: 23px;
  margin-right: 3px;
}
/* line 174, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-footer a {
  color: #fff;
  font-weight: 400;
}
/* line 175, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-footer a:hover {
  color: #46c5e0;
  text-decoration: underline;
}
/* line 178, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-copyright {
  font-size: 0.9rem;
}
/* line 180, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-copyright .g-content {
  margin-top: 1.25rem;
  margin-bottom: 2rem;
}
/* ############################### End Position Layouts */
/* ######################################## */
/*             Home Page Layout             */
/* ######################################## */
/* Rotator */
/* line 190, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.home #g-slideshow {
  background: #21275d !important;
}
/* line 193, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-slideshow:before {
  display: none;
}
/* line 196, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.g-verticalslider .lSSlideOuter.vertical {
  border-radius: 0 0 10px 10px;
}
/* Remove Blur */
/* line 199, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.g-verticalslider .g-verticalslider-content-wrapper .g-verticalslider-content-before {
  filter: blur(0px);
  background-image: none !important;
}
/* line 200, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.g-verticalslider .g-verticalslider-content-wrapper .g-verticalslider-content-after {
  opacity: 0;
  background: rgba(255, 255, 255, 0);
}
/* Tagline Block */
/* line 203, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.g-verticalslider-description {
  font-size: 2.25rem !important;
  line-height: 1.25;
  font-weight: 600;
  width: 60%;
  text-align: left;
  color: #fff !important;
  background: rgba(68, 197, 225, 0.75);
  padding: 1em 0.75em;
  float: right;
  border-radius: 0 0 0.25em 0.25em;
}
/* Controls */
/* line 217, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.g-verticalslider .lSAction {
  opacity: 0.5;
}
/* Main Showcase Content */
/* line 220, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-showcase {
  background-color: #fbfbfb;
  background-image: url('../../../../../files/logo-lg-fade.png');
  background-repeat: no-repeat;
  background-position: 100% -20%;
  background-attachment: fixed;
  padding: 3rem 0 3rem 0;
}
/* line 227, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-showcase h1 {
  font-size: 2.3em;
  margin-bottom: 0.9em;
  font-weight: 600;
}
/* line 228, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-showcase p {
  font-size: 1.2em;
  margin-bottom: 1.5em;
}
/* Latest News */
/* line 232, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 233, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#home-news .g-content-array {
  margin-left: 0px;
  margin-right: 0px;
  background: transparent;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
  padding: 0 0 1em 0;
}
/* line 240, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#home-news .g-content-array .g-grid {
  margin-bottom: 0px;
  border-bottom: none;
}
/* line 242, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#home-news .news-title {
  background: #001e61;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  border-radius: 0 0 5px 5px;
}
/* line 249, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#home-news .news-title h3 {
  margin-bottom: 0px;
  margin-top: 3px;
}
/* line 250, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#home-news .g-content-array .g-content {
  margin: 0;
  padding: 1em 1em 1em 1em;
}
/* line 251, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#home-news .g-array-item-date {
  font-size: 0.95em;
  margin-bottom: 4px;
}
/* line 252, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#home-news .g-array-item-title {
  font-weight: 600;
  display: block;
  border-left: 3px solid #001e61;
  padding-left: 9px;
  margin-top: 4px;
}
/* line 259, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#home-news h4.g-item-title {
  line-height: 1.5em;
  font-size: 1.1em;
  font-weight: 600;
}
/* line 260, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#home-news .g-item-title a:hover {
  color: #46c5e0;
}
/* Statement Sentence */
/* line 265, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.home-statement {
  padding: 2rem 0;
  font-size: 1.75em;
  line-height: 1.2;
}
/* Care Locations */
/* line 272, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.care-locations {
  padding: 6rem 0 6rem 0;
  background: url('https://www.sharedhealthmb.ca/wp-content/uploads/field-back.jpg') fixed no-repeat !important;
  background-position: 30% 0 !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
/* line 280, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.care-locations img {
  width: 100%;
}
/* line 281, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.care-locations h3 {
  font-size: 1.3em;
  text-align: center;
  padding: 16px 0;
  background: #001e61;
  color: #fff;
  margin-top: -6px;
  border-radius: 0 0 0.25em 0.25em;
}
/* ############################### End Homepage Layout */
/* ############################ */
/*           Sidebars           */
/* ############################ */
/* line 300, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 301, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-aside h3.g-title {
  font-size: 1.2rem;
  padding-bottom: 0px;
}
/* line 302, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#g-aside .g-content {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/* Sidebars */
/* line 309, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.sidebarblock {
  /* Sidebar Menus */
  /* Sidebar Contact */
}
/* line 311, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.sidebarblock h3.g-title {
  font-size: 1.2rem;
  padding-bottom: 0px;
  margin-bottom: -12px;
}
/* line 312, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.sidebarblock .submenutitle {
  font-size: 1.2rem;
  padding-bottom: 9px;
  margin-top: -23px;
}
/* line 313, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.sidebarblock a {
  color: #444;
  font-weight: 400;
}
/* line 314, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.sidebarblock a:hover {
  color: #fec40e;
}
/* line 315, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.sidebarblock ul li {
  margin-bottom: 6px;
}
/* line 316, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.sidebarblock ul.sub-menu {
  margin-top: 4px;
}
/* line 317, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.sidebarblock .widget_nav_menu {
  background: #f7f7f7;
  border-top: 7px solid #001e61;
  border-radius: 0 0 0.25em 0.25em;
  padding: 1.5rem 2rem 0.5rem 2rem;
}
/* line 323, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.sidebarblock .current-menu-item a {
  font-weight: 600;
}
/* line 326, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.sidebarblock .widget_text {
  background: #f7f7f7;
  border-top: 7px solid #46c5e0;
  border-radius: 0 0 0.25em 0.25em;
  padding: 1.5rem 2rem 1.5rem 2rem;
}
/* Sidebar CTAs */
/* line 335, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 336, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.sidebar-cta .sidebar-findcare {
  background: #f7f7f7;
  border-top: 7px solid #001e61;
  border-radius: 0 0 0.25em 0.25em;
  padding: 1.5rem 2rem 1.5rem 2rem;
}
/* Dial 911 */
/* line 345, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 346, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.dial-911 img {
  width: 100%;
  max-width: 110px;
  float: left;
  margin-right: 1em;
  margin-bottom: 0px !important;
}
/* line 353, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.dial-911 p {
  font-size: 1.2em;
  line-height: 1.25 !important;
  position: relative;
  top: 2rem;
}
/* Social Share */
/* line 362, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.sidebar-share {
  background: #f7f7f7;
  border-radius: 0 0 0.25em 0.25em;
  padding: 1rem 2rem 1rem 2rem !important;
}
/* ############################### End Sidebars */
/* ############################ */
/*           Newsfeed           */
/* ############################ */
/* line 376, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 377, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.newsfeed #g-mainbar a img:hover {
  transform: scale(1);
}
/* line 378, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.newsfeed hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 379, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.newsfeed .tease {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
/* line 380, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.newsfeed .entries .g-block .tease p {
  font-size: 1em !important;
}
/* line 382, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.newsfeed h2 {
  margin-top: 1em;
  font-size: 1.4rem;
}
/* line 383, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.newsfeed #g-page-surround .entry-meta {
  margin-bottom: 1rem;
}
/* line 384, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.newsfeed #g-page-surround .entry-meta > div[class^="meta-"] {
  padding-right: 0rem;
  line-height: 1;
  font-weight: bold;
  font-size: 0.9em;
  margin-top: -1em;
  margin-bottom: 7px;
}
/* line 385, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.newsfeed a.read-more.button {
  background: transparent !important;
  border: none;
  color: #46c5e0 !important;
  padding: 0 !important;
  font-size: 1rem !important;
}
/* line 388, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 389, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.news-nav ul {
  margin-left: 0px;
  display: flex;
  padding-left: 0px;
  list-style: none;
  border-radius: 0.25em;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
/* line 397, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.news-nav .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* line 398, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.news-nav .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
/* line 399, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.news-nav .page-link {
  color: #001e61;
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
/* line 409, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.news-nav .page-link:hover {
  color: #001e61 !important;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
/* Archive Sidebar */
/* line 413, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 414, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.news-archive-sidebar .news-nav {
  padding: 0rem 2rem 1rem 2rem !important;
}
/* line 415, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.news-archive-sidebar .news-nav ul {
  -webkit-box-pack: left !important;
  -ms-flex-pack: left !important;
  justify-content: left !important;
}
/* line 416, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.news-archive-sidebar .news-nav .page-link {
  margin-right: 8px;
}
/* ############################ */
/*         News Article         */
/* ############################ */
/* line 423, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 424, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.news-article .breadcrumbs-nav a {
  color: #8d8d8d;
}
/* line 425, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.news-article #g-mainbar a img:hover {
  transform: scale(1);
}
/* line 426, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.news-article #g-page-surround .entry-meta {
  margin-bottom: 1rem;
}
/* line 427, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.news-article #g-page-surround .entry-meta > div[class^="meta-"] {
  padding-right: 0rem;
  line-height: 1;
  font-weight: bold;
  font-size: 0.9em;
  margin-top: -1em;
  margin-bottom: 7px;
}
/* ############################ */
/*      Advanced Gutenberg      */
/* ############################ */
/* Columns */
/* line 435, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 436, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.wp-block-columns h2 {
  margin-top: 0px;
}
/* line 439, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.grey-backs .wp-block-column {
  background: #f7f7f7;
  font-size: 0.95em;
  padding: 14px 14px 0px 14px;
}
/* Accordions */
/* line 446, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.wp-block-advgb-accordions {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/* line 449, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.wp-block-advgb-accordions .advgb-accordion-header {
  border: 0px !important;
  background-color: #fff !important;
  border-bottom: 2.5px solid #f7f7f7 !important;
  padding: 0.5em 3.5em 1em 1.5em !important;
}
/* line 455, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.wp-block-advgb-accordions h4 {
  font-size: 1.05em !important;
}
/* line 457, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.wp-block-advgb-accordions h4 strong {
  color: #666;
}
/* line 459, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.wp-block-advgb-accordions h4:hover {
  text-decoration: underline;
  color: #fec40e !important;
}
/* line 460, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.wp-block-advgb-accordions .advgb-accordion-body {
  font-size: 0.95em !important;
  padding: 1.5em 1.5em 1em 1.5em !important;
  border: 0px solid !important;
}
/* line 467, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon {
  display: block !important;
  transform: rotate(180deg);
}
/* line 473, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 474, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.covid19-accordion li strong {
  background: #00ff2b;
  padding: 0 3px;
}
/* Image Captions */
/* line 481, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.wp-caption {
  max-width: 100%;
  padding: 0px;
  text-align: left;
}
/* line 486, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.wp-caption .wp-caption-text {
  font-size: 0.8rem;
  border-bottom: 2px solid #f7f7f7;
  padding-top: 5px;
  padding-bottom: 1em;
  text-align: left;
  color: #6c757d;
  margin-top: 1rem;
}
/* line 495, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.advgb-image-overlay {
  opacity: 0 !important;
}
/* ############################### End Advanced Gutenburg */
/* ###################################### */
/* WP File Download ##################### */
/* ###################################### */
/* remove things */
/* line 507, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.wpfd-content-table .wpfd-table {
  width: 96% !important;
}
/* side scrolling */
/* folders */
/* line 510, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.wpfd-content-table a:hover {
  background-color: #001e61 !important;
  color: #fff !important;
}
/* title link */
/* line 513, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.wpfd-content-table a.wpfd_downloadlink {
  border-bottom: none !important;
  text-decoration: none !important;
  color: #999 !important;
  background-color: #fff !important;
}
/* line 514, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.wpfd-content-table a:hover.wpfd_downloadlink {
  text-decoration: underline !important;
  color: #001e61 !important;
  background-color: #fff !important;
}
/* download column header */
/* line 517, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.wpfd-content-table .file_download {
  text-align: center !important;
}
/* BACK link and column header text */
/* line 520, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.wpfd-content-table .wpfd-container-table {
  padding-top: 20px !important;
}
/* line 521, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.wpfd-content .backcategory {
  color: #666 !important;
  font-weight: bold !important;
}
/* line 522, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.wpfd-content-table .wpfd-table-bordered thead:first-child tr:first-child th {
  font-weight: bold !important;
}
/* description column */
/* line 525, wp-content/themes/rt_fluent/custom/scss/custom.scss */
td.file_desc.optional {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: auto;
  max-width: 275px !important;
}
/* ###################################### */
/* ############################ */
/*        Gravity Forms         */
/* ############################ */
/* line 533, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 534, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.entry-content .gform_wrapper {
  background: #f2f4f7 !important;
  padding: 1rem 1.5rem;
}
/* line 536, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.entry-content .gform_wrapper ul {
  margin-left: 0px !important;
}
/* line 537, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.entry-content .gform_wrapper input[type=submit] {
  width: 100% !important;
  min-height: 50px;
}
/* line 540, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 541, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.gform_wrapper ul li.gfield {
  font-size: 1rem;
}
/* line 542, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.gform_wrapper .gsection_description {
  font-size: 1rem;
}
/* line 543, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.gform_wrapper .ginput_container ginput_container_radio {
  font-size: 3rem !important;
}
/* line 544, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.gform_wrapper .button {
  border: 2px solid;
}
/* line 545, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.gform_wrapper .button:hover {
  border: 2px solid;
}
/* ############################ */
/*         Popup Forms          */
/* ############################ */
/* line 552, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.form-link {
  color: #46c5e0;
  font-weight: 600;
}
/* line 553, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.form-link:hover {
  color: #fec40e;
  text-decoration: underline;
}
/* ############################ */
/*         Login Portal         */
/* ############################ */
/* line 559, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 560, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.row-login .wp-block-column {
  padding: 40px 25px;
  margin-bottom: 2em;
}
/* line 561, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.row-login .col-blue {
  background: #001e61;
  color: #fff;
}
/* line 565, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.row-login .col-grey {
  background: #f8f8f4;
}
/* line 568, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.row-login #um-submit-btn {
  font-size: 16px;
  font-weight: 600 !important;
  margin-top: 8px;
  background: #001e61;
  border: 2px solid #001e61 !important;
  border-radius: 0px !important;
}
/* line 576, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.row-login #um-submit-btn:hover {
  background: #f8f8f4;
  color: #001e61;
}
/* ############################ */
/*        Name Directory        */
/* ############################ */
/* line 583, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#name-directory-search-input-box {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 50%;
}
/* line 588, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#name-directory-search-input-button {
  height: 40px;
  width: 110px;
  background: #001e61;
  color: #fff;
  border-radius: 0 0 0.25em 0.25em;
}
/* line 595, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#name-directory-search-input-button:hover {
  background: #46c5e0;
}
/* line 598, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.name_directory_total {
  padding-bottom: 1rem;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 1rem;
}
/* line 603, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 604, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.name_directory_names hr {
  margin: 1rem 0;
}
/* ############################ */
/*     Restricted Content    */
/* ############################ */
/* line 610, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 611, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.logged-in .logout-btn {
  text-align: center;
  background: #001e61;
  color: #fff;
  display: block;
  width: 100%;
  padding: 12px;
}
/* line 619, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.logged-in .logout-btn:hover {
  background: #46c5e0;
}
/* ############################ */
/*           Sitemap            */
/* ############################ */
/* line 627, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.wpmstabs {
  background-color: #fff !important;
  text-align: left !important;
}
/* line 630, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.wpmstabs a {
  color: #333 !important;
}
/* line 632, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.simple-sitemap-container-5fd387554a7b9.tab-enabled {
  background-color: #001e61 !important;
}
/* ############################ */
/*    Not available in French   */
/* ############################ */
/* line 637, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 638, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.page-id-2397 .content-wrapper {
  padding: 4rem 10%;
  border: 3px solid #f7f7f7;
}
/* ############################ */
/*      Search Results Page     */
/* ############################ */
/* line 648, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 649, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.search-results .page-header h2 {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
/* line 650, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.search-results hr {
  display: none;
  border-bottom: 1px solid #eee;
}
/* line 651, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.search-results hr.search-break {
  display: block;
  margin-bottom: -1rem;
  margin-top: 3rem;
}
/* line 652, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.search-results .resultslink a {
  color: #001e61;
}
/* line 653, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.search-results .tease {
  padding-bottom: 0px !important;
}
/* line 654, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.search-results .tease p {
  font-size: 1rem !important;
}
/* line 655, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.search-results .pagination {
  margin-top: 7rem;
}
/* ############################ */
/*          Error Page          */
/* ############################ */
/* line 661, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 662, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.error404 h1 {
  font-size: 4em;
}
/* line 663, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.error404 .content-outline {
  padding: 4rem 8%;
  border: 3px solid #f7f7f7;
}
/* ############################ */
/*         Offline Page         */
/* ############################ */
/* line 672, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.g-offline {
  background: url('../../../../../files/soon-splash.jpg') no-repeat center center fixed;
  background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 679, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.g-offline #g-slideshow {
  color: #fff;
  background: transparent;
}
/* line 682, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.g-offline #g-slideshow p {
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 2rem;
}
/* ################################################## */
/*                 Empty Landing Page                 */
/* ################################################## */
/* line 689, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 690, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#empty-landing #g-header {
  border-bottom: 4px solid #efefef;
}
/* line 691, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#empty-landing #g-header .g-content {
  padding-top: 10px;
  padding-bottom: 2px;
}
/* line 693, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#empty-landing .landing-title {
  padding: 1em 0 0.5em 0;
}
/* line 695, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#empty-landing .landing-title h1 {
  font-weight: bold;
  font-size: 2.5em;
}
/* line 696, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#empty-landing .landing-title p {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 26px;
  line-height: 0px;
}
/* line 699, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 700, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#empty-landing #g-aside h2 {
  margin-top: 8px;
}
/* line 703, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#empty-landing #g-copyright {
  border-top: 6px solid #001e61;
}
/* line 704, wp-content/themes/rt_fluent/custom/scss/custom.scss */
#empty-landing #g-copyright .g-content {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
/* ################################################## */
/*                      COVID-19                      */
/* ################################################## */
/* line 713, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 714, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 #g-slideshow {
  padding-top: 0;
  background: #383b6e;
  margin-bottom: 10px;
}
/* line 720, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 #g-above {
  margin-right: 1.25rem;
}
/* line 721, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 .screening-alert {
  background: #f9d687;
  border-radius: 0 0 0.25em 0.25em;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 1rem;
}
/* line 728, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 .covid-top-spacing {
  margin-top: -3.5rem;
}
/* line 731, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 732, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 .covid-link img {
  border-radius: 0px !important;
  min-width: 100%;
  transition: all 0.5s ease 0s;
}
/* line 733, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 .covid-link img:hover {
  transform: scale(0.99);
}
/* line 734, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 .covid-link h3 {
  background: #001e61;
  text-align: center;
  color: #fff;
  margin-top: -6px;
  padding: 12px 6px;
  font-weight: 400;
}
/* line 735, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 .covid-link a {
  color: #fff;
  font-weight: 400 !important;
}
/* line 737, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 .translate-share {
  position: relative;
  right: -13.5rem;
  top: 4px;
}
/* line 741, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 .translate-share a {
  color: #444;
  font-weight: bold;
}
/* line 742, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 .translate-share a:hover {
  color: #46c5e0;
}
/* line 745, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 #g-expanded:before {
  display: none;
}
/* line 746, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 .covid19-news-title h3 {
  text-align: center;
  color: #fff;
  background: #001e61;
  padding: 12px 6px;
  font-weight: 400;
}
/* line 747, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 .covid19-posts {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -50px;
  background: #f7f7f7;
  padding: 16px 6px;
}
/* line 753, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 .covid19-posts .news-title {
  display: none;
}
/* line 754, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 .covid19-posts .g-array-item-date {
  font-size: 12px;
}
/* line 755, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 .covid19-posts .g-item-title {
  line-height: 25px;
  font-size: 16px;
  font-weight: 400;
}
/* line 756, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 .covid19-posts .g-grid:not(:last-child) {
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
/* line 758, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 .covid19-all-updates {
  position: relative;
  top: -20px;
  left: 32px;
}
/* line 759, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 760, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 #g-expanded a img {
  transition: all 0.5s ease 0s;
}
/* line 761, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 #g-expanded a img:hover {
  transform: scale(0.98);
}
/* line 762, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 #g-expanded .g-block:not(:first-child):before {
  display: none;
}
/* line 765, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 .covid-resources {
  top: 23px;
}
/* line 767, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 .covid-resources .g-content {
  background: #f7f7f7;
}
/* line 768, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 .covid-resources .covid-res {
  padding: 1rem 3rem;
}
/* line 770, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 .covid-resources .covid-res li {
  margin-bottom: 6px;
  padding-left: 6px;
}
/* line 772, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 .covid-resources a {
  color: #383b6e;
}
/* line 773, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.outline-covid-19 .covid-resources a:hover {
  color: #fec40e;
  text-decoration: underline;
}
/* line 779, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.screen-title {
  background: #001e61;
  color: #fff;
  padding: 20px 30px;
  border-radius: 0 0 0.25em 0.25em;
}
/* line 785, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 786, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.important-list ul {
  margin-left: 1rem !important;
}
/* line 787, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.important-list .advgb-list li:before {
  position: relative;
  left: -18px !important;
}
/* line 789, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 790, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.covid19-form_wrapper ol {
  margin: 16px 0 18px 0px !important;
}
/* line 791, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.covid19-form_wrapper ul {
  padding-left: 26px !important;
}
/* line 793, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.covid19-form {
  /* input#gform_submit_button_17 {display: none !important;} */
}
/* line 794, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.covid19-form input#gform_submit_button_13 {
  display: none !important;
}
/* line 795, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.covid19-form input#gform_submit_button_14 {
  display: none !important;
}
/* line 797, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.covid19-form .ginput_container_radio li label {
  font-size: 1.35rem !important;
}
/* line 798, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.covid19-form ul li.gfield {
  margin-bottom: 2.5rem;
}
/* COVID HEALTHCARE RESOURCES ########################### */
/* DEV page / PROD page*/
/* line 805, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 806, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.page-id-7017 h4, .page-id-5535 h4 {
  margin-bottom: 4px;
}
/* line 807, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.page-id-7017 p, .page-id-5535 p {
  margin-bottom: 4px;
}
/* line 808, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.page-id-7017 h4 a, .page-id-5535 h4 a {
  color: #001e61;
}
/* line 809, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.page-id-7017 h4 a:hover, .page-id-5535 h4 a:hover {
  text-decoration: underline;
}
/* line 811, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 812, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.featured-col-3 .advgb-column-inner {
  background: #f4f9fd;
  padding: 10px 4px;
  transition: all 0.3s ease;
}
/* line 817, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.featured-col-3 .advgb-column-inner:hover {
  transform: scale(0.96);
}
/* line 819, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.covid-op-updates img {
  min-width: 755px !important;
  margin-bottom: -20px;
  transition: all 0.3s ease;
}
/* line 820, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.covid-op-updates img:hover {
  transform: scale(0.99);
}
/* line 822, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 823, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.parent-pageid-5535 li strong {
  background: #00ff2b;
  padding: 0 3px;
}
/* PPE COVID ############################################ */
/* line 827, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.zone-green {
  margin-bottom: -10px !important;
}
/* line 827, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.zone-green .advgb-accordion-header {
  background-color: green !important;
  color: white !important;
}
/* line 827, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.zone-green h4:hover {
  text-decoration: underline;
  color: white !important;
}
/* line 828, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.zone-orange {
  margin-bottom: -10px !important;
}
/* line 828, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.zone-orange .advgb-accordion-header {
  background-color: orange !important;
  color: white !important;
}
/* line 828, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.zone-orange h4:hover {
  text-decoration: underline;
  color: white !important;
}
/* line 829, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.zone-red {
  margin-bottom: -10px !important;
}
/* line 829, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.zone-red .advgb-accordion-header {
  background-color: red !important;
  color: white !important;
}
/* line 829, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.zone-red h4:hover {
  text-decoration: underline;
  color: white !important;
}
/* line 831, wp-content/themes/rt_fluent/custom/scss/custom.scss */
figcaption {
  text-align: center !important;
  font-size: 0.8em !important;
  margin-top: -5px !important;
}
/* line 832, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.thick-line {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 2px solid #e1e1e1 !important;
}
/* line 834, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.video-list {
  font-size: 0.9em !important;
}
/* line 836, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 837, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.page-id-7193 li strong {
  background: none !important;
  padding: 0 !important;
}
/* line 838, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.page-id-7193 .wp-block-advgb-accordions {
  margin-top: 0 !important;
}
/* line 839, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.page-id-7193 .button-lead {
  margin-top: 15px !important;
}
/* line 840, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.page-id-7193 ol li {
  margin-bottom: 0 !important;
}
/* line 842, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 843, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.page-id-15736 li strong {
  background: none !important;
  padding: 0 !important;
}
/* line 844, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.page-id-15736 .wp-block-advgb-accordions {
  margin-top: 0 !important;
}
/* line 845, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.page-id-15736 .button-lead {
  margin-top: 15px !important;
}
/* line 846, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.page-id-15736 ol li {
  margin-bottom: 0 !important;
}
/* DEV page */
/* line 850, wp-content/themes/rt_fluent/custom/scss/custom.scss */
/* line 851, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.page-id-14369 li strong {
  background: none !important;
  padding: 0 !important;
}
/* line 852, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.page-id-14369 .wp-block-advgb-accordions {
  margin-top: 0 !important;
}
/* line 853, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.page-id-14369 .button-lead {
  margin-top: 15px !important;
}
/* line 854, wp-content/themes/rt_fluent/custom/scss/custom.scss */
.page-id-14369 ol li {
  margin-bottom: 0 !important;
}
/* ################################################## */
/*                   Media Queries                    */
/* ################################################## */
/* ###################### */
/*      Smartphones       */
/* ###################### */
@media (max-width: 53.938rem) {
  /* line 866, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  /* COVID 19 MOBILE */
  /* line 868, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .col-left {
    width: 100%;
    margin-bottom: 2%;
  }
  /* line 869, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .col-right {
    width: 100%;
  }
  /* line 870, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .col-3 {
    width: 100%;
  }
  /* line 871, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .col-40 {
    width: 100%;
    margin-bottom: 2%;
    margin-top: 0;
  }
  /* line 872, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .col-60 {
    width: 100%;
  }
  /* line 873, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .no-mobile {
    display: none;
  }
  /* line 874, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .mobile-only {
    display: inline-block;
  }
  /* line 875, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .text-center {
    text-align: center !important;
  }
  /* line 876, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .m-space .g-content {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    padding-top: 0em !important;
    padding-bottom: 0em !important;
  }
  /* line 878, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .g-offcanvas-right .g-offcanvas-toggle {
    right: 0;
  }
  /* line 879, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .g-offcanvas-open .g-offcanvas-left #g-page-surround {
    opacity: 0.25;
  }
  /* line 880, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .g-offcanvas-toggle {
    background: #001e61;
    width: 100%;
    top: 0;
    left: 0;
    height: 40px;
    line-height: 2.5rem;
    text-align: right;
    padding: 0;
    padding-right: 2rem;
    position: fixed;
  }
  /* line 893, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .top-alerts {
    padding-top: 3rem;
  }
  /* line 894, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  /* line 895, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  #empty-landing .top-alerts {
    padding-top: 0rem;
  }
  /* line 898, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  #g-header {
    margin-top: 0px;
  }
  /* line 900, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  #translations {
    right: 0;
    height: auto;
    top: 0px;
    text-align: right !important;
  }
  /* line 906, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  #smedia-icons {
    display: none;
  }
  /* line 907, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .smedia-mobile {
    font-size: 17px;
    line-height: 2.5rem;
  }
  /* line 910, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .smedia-mobile .g-content {
    padding: 0;
    margin-top: -1rem;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  /* line 916, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .smedia-mobile i {
    margin-right: 10px;
  }
  /* line 919, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .g-verticalslider-description {
    font-size: 1.5rem !important;
    width: 100%;
  }
  /* line 923, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .home-statement {
    padding: 2rem 0;
    font-size: 1.25em;
    line-height: 1.2;
  }
  /* line 930, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  /* line 931, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .covid-title-block .g-content {
    padding: 0;
    margin: 0 !important;
  }
  /* line 932, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .covid-title-block img {
    width: 100%;
  }
  /* line 934, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .outline-covid-19 #g-above {
    margin-right: 0rem;
  }
  /* line 937, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .translate-share {
    right: 0rem !important;
  }
  /* line 939, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .translate-share .g-content {
    margin-bottom: 0px !important;
    margin-top: 25px !important;
  }
  /* line 941, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  /* line 942, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .covid19-posts .g-grid:not(:first-child) .g-content {
    padding-top: 0rem;
  }
  /* line 944, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .covid19-form_wrapper ul {
    padding-left: 0px !important;
  }
  /* line 948, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .covid-op-updates img {
    min-width: 100% !important;
  }
}
/* ########################### */
/*   Small Desktop / Laptop    */
/* ########################### */
@media only all and (max-width: 59.938rem) and (min-width: 54rem) {
  /* line 966, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .col-40 {
    width: 100%;
    margin-bottom: 2%;
    margin-top: 0;
  }
  /* line 967, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .col-60 {
    width: 100%;
  }
  /* line 968, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .mobile-only {
    display: none;
  }
}
/* ###################### */
/*        Desktop         */
/* ###################### */
/* ############################# */
/*        Break Specific         */
/* ############################# */
@media only all and (max-width: 1199px) and (min-width: 864px) {
  /* line 987, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  .translate-share {
    right: -5rem !important;
  }
}
/* ################################# */
/*      Internet Explorer Fixes      */
/* ################################# */
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 994, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  /* IE10+ CSS styles go here */
  /* line 996, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
  }
  /* line 997, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0px, 0px, 0px) !important;
  }
  /* line 998, wp-content/themes/rt_fluent/custom/scss/custom.scss */
  [data-aos] {
    pointer-events: auto !important;
  }
}
/* ############################### End IE fixes */
/*# sourceMappingURL=custom.css.map */