/* 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
 */

@charset "UTF-8";
.g-main-nav .g-standard .g-dropdown {
  width: 180px;
}
.g-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 1.9rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.15rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.85rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
body {
  color: #3f485d;
  background: #ececed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#g-page-surround {
  background: #ececed;
}
@media print {
  #g-page-surround {
    background: #fff !important;
    color: #000 !important;
  }
}
a {
  color: #d7206e;
}
a:hover {
  color: #2a303f;
}
h1, h2, h3, h4, h5, h6, strong {
  color: #2a303f;
}
.button {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  transition: background 0.1s;
}
.button:hover {
  background: #e0307b;
  color: #ffffff;
}
.button:active, .button:focus {
  background: #c11d63;
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  outline: 0;
}
.button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.button:disabled:hover {
  background: #d7206e;
}
.gantry-logo {
  display: inline-block;
}
@media only all and (max-width: 47.99rem) {
  .gantry-logo {
    display: block;
    text-align: center;
  }
}
.gantry-logo img {
  width: 150px;
}
.logo-large {
  display: inline-block;
}
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot#iefix') format("embedded-opentype"), url('../../fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff2') format("woff2"), url('../../fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff') format("woff"), url('../../fonts/roboto_regular_macroman/Roboto-Regular-webfont.ttf') format("truetype"), url('../../fonts/roboto_regular_macroman/Roboto-Regular-webfont.svg#roboto') format("svg");
}
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/roboto_medium_macroman/Roboto-Medium-webfont.eot#iefix') format("embedded-opentype"), url('../../fonts/roboto_medium_macroman/Roboto-Medium-webfont.woff2') format("woff2"), url('../../fonts/roboto_medium_macroman/Roboto-Medium-webfont.woff') format("woff"), url('../../fonts/roboto_medium_macroman/Roboto-Medium-webfont.ttf') format("truetype"), url('../../fonts/roboto_medium_macroman/Roboto-Medium-webfont.svg#roboto') format("svg");
}
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/roboto_bold_macroman/Roboto-Bold-webfont.eot#iefix') format("embedded-opentype"), url('../../fonts/roboto_bold_macroman/Roboto-Bold-webfont.woff2') format("woff2"), url('../../fonts/roboto_bold_macroman/Roboto-Bold-webfont.woff') format("woff"), url('../../fonts/roboto_bold_macroman/Roboto-Bold-webfont.ttf') format("truetype"), url('../../fonts/roboto_bold_macroman/Roboto-Bold-webfont.svg#roboto') format("svg");
}
body {
  font-family: "roboto", sans-serif;
  font-weight: 400;
}
h1, h2, h3, h4, h5 {
  font-family: "roboto", sans-serif;
  font-weight: 500;
}
bold, strong {
  font-weight: 700;
}
.button {
  font-weight: 500;
}
blockquote {
  border-left: 10px solid #F0F2F4;
}
blockquote p {
  font-size: 1.1rem;
  color: #697799;
}
blockquote cite {
  display: block;
  text-align: right;
  color: #3f485d;
  font-size: 1.2rem;
}
code {
  background: #f9f2f4;
  color: #9c1d3d;
}
pre {
  padding: 1rem;
  margin: 2rem 0;
  background: #f6f6f6;
  border: 1px solid #dddddd;
  border-radius: 0.1875rem;
  line-height: 1.15;
  font-size: 0.9rem;
}
pre code {
  color: #237794;
  background: inherit;
  font-size: 0.9rem;
}
hr {
  border-bottom: 4px solid #F0F2F4;
}
#g-navigation {
  background-color: #439a86;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 2;
}
#g-navigation .g-container {
  position: relative;
}
#g-navigation .g-social a {
  background: #3a8573;
  border: none;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
#g-navigation .g-social a:hover {
  background: #4caf99;
}
#g-navigation .g-main-nav {
  margin: -1.563rem;
}
#g-navigation .g-main-nav .g-toplevel {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #ffffff;
  text-decoration: none;
  padding: 0 0.938rem;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#g-navigation .g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {
  display: none;
}
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  background: rgba(255, 255, 255, 0);
  color: #dddddd;
}
#g-navigation .g-main-nav .g-dropdown {
  text-align: left;
  z-index: 11;
  background: #d7206e;
}
.dir-rtl #g-navigation .g-main-nav .g-dropdown {
  text-align: right;
}
#g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #4caf99;
  background: #3d8c7a;
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
#g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #377e6d;
}
#g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
  text-align: center;
}
#g-navigation .g-menu-hastouch .g-toplevel > li.active.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  color: #ffffff;
}
#g-navigation .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, #g-navigation .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #4caf99;
  background: #3d8c7a;
  border-radius: 0.1875rem;
  padding: 0.1rem;
  margin-top: -0.1rem;
  margin-right: -0.1rem;
}
#g-navigation .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover, #g-navigation .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #377e6d;
}
#g-navigation .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after, #g-navigation .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
  text-align: center;
}
#g-navigation .search input {
  color: #666666;
}
.g-main-nav .g-toplevel {
  font-weight: 500;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  text-decoration: none;
  padding: 1.2rem 0.938rem;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  line-height: normal;
}
.g-main-nav .g-toplevel i {
  opacity: 0.6;
}
.g-main-nav .g-dropdown {
  text-align: left;
}
.dir-rtl .g-main-nav .g-dropdown {
  text-align: right;
}
.g-main-nav .g-sublevel {
  padding: 0;
}
.g-main-nav .g-sublevel > li {
  margin: 0;
  padding: 0;
}
.g-main-nav .g-sublevel > li > a.g-menu-item-container {
  color: #ffffff;
  padding: 10px 0.938rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-main-nav .g-sublevel > li > a.g-menu-item-container {
    margin: 0.625rem;
  }
}
.g-main-nav .g-sublevel > li > a.g-menu-item-container > .g-menu-item-content {
  display: inline-block;
  vertical-align: middle;
  word-break: normal;
  white-space: nowrap;
}
.g-main-nav .g-sublevel > li:hover > .g-menu-item-container, .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #dedede !important;
  background: #3b3b3b;
}
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator {
  right: 0.5rem;
  top: 0.4rem;
}
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator:after {
  content: "";
  opacity: 0.5;
  position: relative;
}
#g-navigation .align-left .g-toplevel, #g-header .align-left .g-toplevel {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
#g-navigation .align-right .g-toplevel, #g-header .align-right .g-toplevel {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.g-menu-item-subtitle {
  opacity: 0.7;
}
.g-nav-overlay, .g-menu-overlay {
  background: rgba(0, 0, 0, 0.4);
}
@media print {
  #g-navigation {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-offcanvas {
  background-color: #1f1f1f;
  width: 17rem;
  color: #ffffff;
}
#g-offcanvas a {
  color: #9f9f9f;
}
#g-offcanvas a:hover {
  color: #ffffff;
}
#g-offcanvas h1, #g-offcanvas h2, #g-offcanvas h3, #g-offcanvas h4, #g-offcanvas h5, #g-offcanvas h6, #g-offcanvas strong {
  color: #ffffff;
}
#g-offcanvas .button {
  background: #000000;
  color: #ffffff;
}
#g-offcanvas .button:hover {
  background: #0d0d0d;
}
#g-offcanvas .button:active {
  background: black;
}
.g-offcanvas-toggle {
  font-size: 1.5rem;
  color: #ffffff;
  display: none;
}
@media only all and (max-width: 48rem) {
  .g-offcanvas-toggle {
    display: block;
    top: 7.8rem;
  }
}
.jl-navbar-toggle {
  font-size: 1.5rem;
  color: #ffffff;
}
#g-offcanvas #g-mobilemenu-container ul {
  background: #1f1f1f;
}
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
  color: #ffffff;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #c51d65;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #ffffff;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #e1357e;
  background: #c51d65;
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #b31b5c;
}
#g-offcanvas #g-mobilemenu-container ul .g-dropdown-column {
  width: 17rem;
}
#g-mobilemenu-container {
  margin: -1.563rem;
}
@media print {
  #g-offcanvas {
    background: #fff !important;
    color: #000 !important;
  }
}
.g-offcanvas-open .g-offcanvas-left #g-page-surround {
  left: 17rem;
}
.g-offcanvas-open .g-offcanvas-right #g-page-surround {
  right: 17rem;
}
#g-topbar {
  color: #030303;
  background-color: #ffffff;
}
#g-topbar .g-grid {
  position: relative;
  z-index: 1;
}
@media print {
  #g-topbar {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-header {
  background-color: #3b3b3b;
  color: #ffffff;
  position: relative;
  z-index: 3;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
}
#g-header .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #4a4a4a;
  background: #313131;
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
#g-header .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #272727;
}
#g-header .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
  text-align: center;
}
#g-header .g-menu-hastouch .g-toplevel > li.active.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  color: #ffffff;
}
#g-header .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, #g-header .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #4a4a4a;
  background: #313131;
  border-radius: 0.1875rem;
  padding: 0.1rem;
  margin-top: -0.1rem;
  margin-right: -0.1rem;
}
#g-header .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover, #g-header .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #272727;
}
#g-header .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after, #g-header .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
  text-align: center;
}
#g-header .search input {
  color: #666666;
}
@media print {
  #g-header {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-hero {
  background-color: rgba(255, 255, 255, 0);
  color: #030303;
}
#g-hero .button {
  background: #000000;
  color: #030303;
}
#g-hero .button:hover {
  background: #0d0d0d;
}
#g-hero .button:active {
  background: black;
}
#g-hero .g-social a {
  background: rgba(240, 240, 240, 0);
  border: none;
  color: #030303;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
#g-hero .g-social a:hover {
  background: rgba(255, 255, 255, 0);
}
@media print {
  #g-hero {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-top-a {
  color: #030303;
  background-color: rgba(255, 255, 255, 0);
}
#g-top-a .g-grid {
  position: relative;
  z-index: 1;
}
@media print {
  #g-top-a {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-top-b {
  color: #030303;
  background-color: rgba(255, 255, 255, 0);
}
#g-top-b h1, #g-top-b h2, #g-top-b h3, #g-top-b h4, #g-top-b h5, #g-top-b h6 {
  color: #030303;
}
#g-top-b .g-grid {
  position: relative;
  z-index: 1;
}
@media print {
  #g-top-b {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-top-c {
  color: #030303;
  background-color: rgba(255, 255, 255, 0);
}
#g-top-c .g-grid {
  position: relative;
  z-index: 1;
}
@media print {
  #g-top-c {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-top-d {
  color: #030303;
  background-color: rgba(255, 255, 255, 0);
}
#g-top-d .g-grid {
  position: relative;
  z-index: 1;
}
@media print {
  #g-top-d {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-above {
  background-color: rgba(255, 255, 255, 0);
  color: #030303;
}
@media print {
  #g-above {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-page-surround {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
#g-main {
  background: #ffffff;
  color: #666666;
}
@media print {
  #g-main {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-below {
  background-color: rgba(255, 255, 255, 0);
  color: #030303;
}
@media print {
  #g-below {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-bottom-a {
  background-color: rgba(255, 255, 255, 0);
  color: #030303;
}
@media print {
  #g-bottom-a {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-bottom-b {
  background-color: rgba(255, 255, 255, 0);
  color: #030303;
}
@media print {
  #g-bottom-b {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-bottom-c {
  background-color: rgba(255, 255, 255, 0);
  color: #030303;
}
@media print {
  #g-bottom-c {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-bottom-d {
  background-color: rgba(255, 255, 255, 0);
  color: #030303;
}
@media print {
  #g-bottom-d {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-sidebar, #g-aside {
  color: #666666;
}
@media print {
  #g-sidebar {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-footer {
  background-color: #1d1d1d;
  color: #ababab;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media only all and (max-width: 47.99rem) {
  #g-footer {
    text-align: center;
  }
}
@media print {
  #g-footer {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-copyright {
  background-color: #111111;
  color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media print {
  #g-copyright {
    background: #fff !important;
    color: #000 !important;
  }
}
.flush .g-container > .g-grid > .g-block > .g-content {
  margin: 0;
  padding: 0;
}
.moduletable[class*="box"], .moduletable[class*="shadow"], .widget[class*="box"], .widget[class*="shadow"] {
  padding: 0.938rem;
  margin: 0.625rem;
}
.box1.moduletable, .box1.widget, .box1.g-outer-box, .box1 > .g-content {
  background: #ffffff;
}
.box1.moduletable, .box1.moduletable h1, .box1.moduletable h2, .box1.moduletable h3, .box1.moduletable h4, .box1.moduletable h5, .box1.moduletable h6, .box1.moduletable strong, .box1.moduletable i, .box1.widget, .box1.widget h1, .box1.widget h2, .box1.widget h3, .box1.widget h4, .box1.widget h5, .box1.widget h6, .box1.widget strong, .box1.widget i, .box1 > .g-content, .box1 > .g-content h1, .box1 > .g-content h2, .box1 > .g-content h3, .box1 > .g-content h4, .box1 > .g-content h5, .box1 > .g-content h6, .box1 > .g-content strong, .box1 > .g-content i {
  color: #595959;
}
.box2.moduletable, .box2.widget, .box2.g-outer-box, .box2 > .g-content {
  background: #e0e0e0;
}
.box2.moduletable, .box2.moduletable h1, .box2.moduletable h2, .box2.moduletable h3, .box2.moduletable h4, .box2.moduletable h5, .box2.moduletable h6, .box2.moduletable strong, .box2.moduletable i, .box2.widget, .box2.widget h1, .box2.widget h2, .box2.widget h3, .box2.widget h4, .box2.widget h5, .box2.widget h6, .box2.widget strong, .box2.widget i, .box2 > .g-content, .box2 > .g-content h1, .box2 > .g-content h2, .box2 > .g-content h3, .box2 > .g-content h4, .box2 > .g-content h5, .box2 > .g-content h6, .box2 > .g-content strong, .box2 > .g-content i {
  color: #6d6d6d;
}
.box3.moduletable, .box3.widget, .box3.g-outer-box, .box3 > .g-content {
  background: #d7206e;
}
.box3.moduletable, .box3.moduletable h1, .box3.moduletable h2, .box3.moduletable h3, .box3.moduletable h4, .box3.moduletable h5, .box3.moduletable h6, .box3.moduletable strong, .box3.moduletable i, .box3.widget, .box3.widget h1, .box3.widget h2, .box3.widget h3, .box3.widget h4, .box3.widget h5, .box3.widget h6, .box3.widget strong, .box3.widget i, .box3 > .g-content, .box3 > .g-content h1, .box3 > .g-content h2, .box3 > .g-content h3, .box3 > .g-content h4, .box3 > .g-content h5, .box3 > .g-content h6, .box3 > .g-content strong, .box3 > .g-content i {
  color: #ffffff;
}
.box3.moduletable a, .box3.widget a, .box3 > .g-content a {
  color: #f4b5d0;
}
.box3.moduletable a:hover, .box3.widget a:hover, .box3 > .g-content a:hover {
  color: #ffffff;
}
.box3.moduletable .button, .box3.widget .button, .box3 > .g-content .button {
  color: white;
  background: #e44689;
}
.box3.moduletable .button:hover, .box3.widget .button:hover, .box3 > .g-content .button:hover {
  background: #e75d98;
}
.box4.moduletable, .box4.widget, .box4.g-outer-box, .box4 > .g-content {
  background: #000000;
}
.box4.moduletable, .box4.moduletable h1, .box4.moduletable h2, .box4.moduletable h3, .box4.moduletable h4, .box4.moduletable h5, .box4.moduletable h6, .box4.moduletable strong, .box4.moduletable i, .box4.widget, .box4.widget h1, .box4.widget h2, .box4.widget h3, .box4.widget h4, .box4.widget h5, .box4.widget h6, .box4.widget strong, .box4.widget i, .box4 > .g-content, .box4 > .g-content h1, .box4 > .g-content h2, .box4 > .g-content h3, .box4 > .g-content h4, .box4 > .g-content h5, .box4 > .g-content h6, .box4 > .g-content strong, .box4 > .g-content i {
  color: #ffffff;
}
.box4.moduletable a, .box4.widget a, .box4 > .g-content a {
  color: #595959;
}
.box4.moduletable a:hover, .box4.widget a:hover, .box4 > .g-content a:hover {
  color: #ffffff;
}
.box4.moduletable .button, .box4.widget .button, .box4 > .g-content .button {
  color: #737373;
  background: #262626;
}
.box4.moduletable .button:hover, .box4.widget .button:hover, .box4 > .g-content .button:hover {
  background: #1a1a1a;
}
.shadow.moduletable, .shadow.widget, .shadow.g-outer-box, .shadow > .g-content {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.shadow2.moduletable, .shadow2.widget, .shadow2.g-outer-box, .shadow2 > .g-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.disabled.moduletable, .disabled.widget, .disabled.g-outer-box, .disabled > .g-content {
  opacity: 0.4;
}
.square.moduletable, .square.widget, .square.g-outer-box, .square > .g-content {
  border-radius: none;
}
.rounded.moduletable, .rounded.widget, .rounded.g-outer-box, .rounded > .g-content {
  border-radius: 0.1875rem;
}
table {
  border: 1px solid #eaeaea;
}
th {
  background: #f7f7f7;
  padding: 0.5rem;
}
td {
  padding: 0.5rem;
  border: 1px solid #eaeaea;
}
textarea, select[multiple=multiple] {
  background-color: white;
  border: 1px solid #dddddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}
textarea:hover, select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
textarea:focus, select[multiple=multiple]:focus {
  border-color: #d7206e;
}
textarea {
  padding: 0.375rem 10px !important;
}
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  height: 40px;
  vertical-align: middle;
  display: inline-block;
  background-color: white;
  border: 1px solid #dddddd;
  box-shadow: none;
}
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
  border-color: none;
  box-shadow: none !important;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
  border-color: none;
  box-shadow: none !important;
}
.g-social a {
  display: inline-block;
  padding: 0.1rem 0.4rem;
  background: #fafafa;
  border: 1px solid #dddddd;
  border-radius: 0.1875rem;
  margin-bottom: 4px;
  text-decoration: none;
}
.g-content-array {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-content-array .g-grid {
  margin-bottom: 2.3445rem;
}
.g-content-array .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-content-array .g-grid:last-child .g-block:last-child .g-array-item {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-content-array .g-grid {
    margin-bottom: 0;
  }
}
.g-content-array .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-content-array .g-array-item {
    margin-bottom: 2.3445rem;
  }
}
.g-content-array .g-array-item-image {
  margin: 0 0 15px 0;
}
.g-content-array .g-item-title {
  margin: 0;
}
.g-content-array .g-array-item-details, .g-content-array .g-array-item-text, .g-content-array .g-array-item-read-more {
  margin: 15px 0 0;
}
.g-content-array .g-array-item-details {
  font-size: 90%;
}
.g-content-array .g-array-item-details > span {
  margin-right: 10px;
}
.g-content-array .g-array-item-details i {
  margin-right: 5px;
}
.g-main-nav .g-standard .g-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.g-main-nav .g-standard .g-fade.g-dropdown {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.g-main-nav .g-standard .g-zoom.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-zoom;
  -moz-animation-name: g-dropdown-zoom;
  animation-name: g-dropdown-zoom;
}
.g-main-nav .g-standard .g-fade-in-up.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-fade-in-up;
  -moz-animation-name: g-dropdown-fade-in-up;
  animation-name: g-dropdown-fade-in-up;
}
.g-main-nav .g-fullwidth > .g-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.g-main-nav .g-fullwidth > .g-fade.g-dropdown {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.g-main-nav .g-fullwidth > .g-zoom.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-zoom;
  -moz-animation-name: g-dropdown-zoom;
  animation-name: g-dropdown-zoom;
}
.g-main-nav .g-fullwidth > .g-fade-in-up.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-fade-in-up;
  -moz-animation-name: g-dropdown-fade-in-up;
  animation-name: g-dropdown-fade-in-up;
}
@-webkit-keyframes g-dropdown-zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes g-dropdown-zoom {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    -o-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes g-dropdown-fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes g-dropdown-fade-in-up {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
  }
}
.g-offline #grav-login {
  max-width: 36rem;
}
.g-offline #grav-login .form-actions {
  margin-top: 0.625rem;
}
@media only all and (max-width: 47.99rem) {
  .g-offline #grav-login .form-actions {
    text-align: center;
  }
}
.g-offline #grav-login .button {
  text-transform: capitalize;
}
@media only all and (max-width: 47.99rem) {
  .g-offline #grav-login .rememberme {
    float: none;
    display: block;
  }
}
.offline-page .outline {
  border: none;
  background: #ffffff;
  padding: 2px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
}
.offline-page button, .offline-page html input[type="button"], .offline-page input[type="reset"], .offline-page input[type="submit"] {
  width: 100%;
  border: 1px solid transparent;
}
.offline-page #g-main {
  background: transparent;
}
.offline-page .alert {
  padding: 8px 25px 8px 14px;
  border-radius: 0;
}
.offline-page #frame {
  max-width: 440px;
  padding: 35px;
}
address, dl, fieldset, figure, ol, p, pre, ul {
  margin: 0 0 30px 0;
}
.jl-h1, .jl-h2, .jl-h3, .jl-h4, .jl-h5, .jl-h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0 0 20px 0;
}
.jl-h2, h2 {
  font-weight: 600;
}
.jl-h3, h3 {
  font-weight: 500;
}
.jl-h4, h4 {
  font-weight: 500;
}
.jl-h5, h5 {
  font-weight: 400;
}
.jl-h6, h6 {
  font-weight: 400;
}
.jl-section-muted {
  background: #f8f8f8 !important;
}
.jl-section-primary {
  background: #d7206e !important;
}
.jl-section-secondary {
  background: #000000 !important;
}
.jl-section-default {
  background: #fff !important;
}
.jl-text-contrast {
  color: #ffffff !important;
}
.footer-info-wrapper .jl-icon-button {
  background: #d7206e;
  color: #ffffff;
}
.bg-overlay .g-grid {
  position: relative;
}
#g-topbar .g-content {
  padding: 0;
}
#g-topbar .g-content a {
  text-transform: none;
  font-size: 1rem;
}
.g-main-nav .g-toplevel {
  background-color: rgba(255, 255, 255, 0);
}
#g-header .g-content {
  margin: 0;
  padding: 0;
}
#g-header .g-main-nav .g-toplevel {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
}
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #ffffff;
  text-decoration: none;
  padding: 0 0.938rem;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#g-header .g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {
  display: none;
}
#g-header .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-header .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  background: rgba(255, 255, 255, 0);
  color: #dddddd;
}
#g-header .g-main-nav .g-toplevel i {
  opacity: 0.6;
}
#g-header .g-main-nav .g-dropdown {
  text-align: left;
  z-index: 11;
  background: #d7206e;
}
.dir-rtl #g-header .g-main-nav .g-dropdown {
  text-align: right;
}
#g-header .g-main-nav .g-sublevel {
  padding: 0;
}
#g-header .g-main-nav .g-sublevel > li {
  margin: 0;
  padding: 0;
}
#g-header .g-main-nav .g-sublevel > li > a.g-menu-item-container {
  color: #ffffff;
  padding: 10px 0.938rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-header .g-main-nav .g-sublevel > li > a.g-menu-item-container {
    margin: 0.625rem;
  }
}
#g-header .g-main-nav .g-sublevel > li > a.g-menu-item-container > .g-menu-item-content {
  display: inline-block;
  vertical-align: middle;
  word-break: normal;
  white-space: nowrap;
}
#g-header .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-header .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #dedede !important;
  background: #3b3b3b;
}
#g-header .g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator {
  right: 0.5rem;
  top: 0.4rem;
}
#g-header .g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator:after {
  content: "";
  opacity: 0.5;
  position: relative;
}
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: transparent;
}
#g-header .jl-navbar-right {
  margin-left: auto;
  flex: none;
  width: inherit;
}
@media only all and (max-width: 48rem) {
  #g-header .jl-logo img {
    max-height: 50px;
  }
}
.jl-search input[type="search"] {
  margin-bottom: 0;
}
.jl-checkbox[type="checkbox"], .jl-radio[type="radio"] {
  display: inline-block;
  height: 16px;
  width: 16px;
  overflow: hidden;
  margin-top: -4px;
  box-sizing: border-box;
}
.jl-accordion-content {
  margin-top: 10px;
}
.jl-form-danger, .jl-form-danger:focus {
  color: #f22121 !important;
  border-color: #f22121 !important;
  box-shadow: none !important;
}
.jl-form-success, .jl-form-success:focus {
  color: #33C15E !important;
  border-color: #33C15E !important;
}
.view-login .jl-flex .control-group {
  margin-bottom: 0px;
}
.com_contact .dl-horizontal dt {
  float: left;
  width: inherit;
}
.com_contact .dl-horizontal dd {
  margin-left: 30px;
}
#g-sidebar .g-content {
  margin: 0 0.625rem;
  padding: 0 0.938rem;
}
#g-sidebar .moduletable {
  padding: 20px;
  box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
  margin-bottom: 40px;
}
#g-sidebar .moduletable .jl-card-title {
  line-height: 1.3em;
  font-weight: 600;
  color: #383838;
  letter-spacing: 0.02em;
}
#g-sidebar .moduletable ul.latestnews li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dbe3ec;
  list-style: none;
}
#g-sidebar .moduletable ul.latestnews li a {
  margin: 0.5em 0;
  font-weight: 500;
  color: #282828;
  letter-spacing: 0.02em;
}
#g-sidebar .moduletable ul.latestnews li a:hover, #g-sidebar .moduletable ul.latestnews li a:focus, #g-sidebar .moduletable ul.latestnews li a:active {
  color: #d7206e;
}
#g-sidebar .moduletable ul.latestnews li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.com_sppagebuilder #g-main, .com_quix #g-main {
  padding: 0;
}
.com_sppagebuilder #g-main .g-content, .com_quix #g-main .g-content {
  margin: 0;
  padding: 0;
}
@media only all and (min-width: 60rem) {
  .mt-70 {
    margin-top: -70px;
  }
  .mt-120 {
    margin-top: -120px;
  }
}
.custom-card .jl-card {
  box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
  -moz-box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
  -webkit-box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
  background-color: #ffffff;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
}
@media only all and (min-width: 60rem) {
  .mb-70 {
    margin-bottom: -70px;
  }
  .mb-266 {
    margin-bottom: -266px;
  }
}
.custom-divider .jl-divider-vertical {
  height: 27px;
  border-left: 1px solid #d7206e;
}
.custom-form .ui.selection.dropdown, .custom-form .ui.form input:not([type]), .custom-form .ui.form input[type=date], .custom-form .ui.form input[type=datetime-local], .custom-form .ui.form input[type=email], .custom-form .ui.form input[type=file], .custom-form .ui.form input[type=number], .custom-form .ui.form input[type=password], .custom-form .ui.form input[type=search], .custom-form .ui.form input[type=tel], .custom-form .ui.form input[type=text], .custom-form .ui.form input[type=time], .custom-form .ui.form input[type=url] {
  background-color: #f5f5f5;
  color: #636363;
  font-size: 15px;
  padding: 14px 22px;
  border-radius: 0;
}
.custom-form .ui.selection.dropdown:active, .custom-form .ui.selection.dropdown:focus, .custom-form .ui.form input:not([type]):active, .custom-form .ui.form input:not([type]):focus, .custom-form .ui.form input[type=date]:active, .custom-form .ui.form input[type=date]:focus, .custom-form .ui.form input[type=datetime-local]:active, .custom-form .ui.form input[type=datetime-local]:focus, .custom-form .ui.form input[type=email]:active, .custom-form .ui.form input[type=email]:focus, .custom-form .ui.form input[type=file]:active, .custom-form .ui.form input[type=file]:focus, .custom-form .ui.form input[type=number]:active, .custom-form .ui.form input[type=number]:focus, .custom-form .ui.form input[type=password]:active, .custom-form .ui.form input[type=password]:focus, .custom-form .ui.form input[type=search]:active, .custom-form .ui.form input[type=search]:focus, .custom-form .ui.form input[type=tel]:active, .custom-form .ui.form input[type=tel]:focus, .custom-form .ui.form input[type=text]:active, .custom-form .ui.form input[type=text]:focus, .custom-form .ui.form input[type=time]:active, .custom-form .ui.form input[type=time]:focus, .custom-form .ui.form input[type=url]:active, .custom-form .ui.form input[type=url]:focus {
  border-color: #d7206e;
  border-radius: 0;
}
.custom-form .ui.form textarea {
  background-color: #f5f5f5;
  color: #636363;
  font-size: 15px;
  padding: 14px 22px;
  border-radius: 0;
  height: 155px;
}
.custom-form .ui.form textarea:active, .custom-form .ui.form textarea:focus {
  border-color: #d7206e;
  border-radius: 0;
}
.custom-form .ui.green.button, .custom-form .ui.green.buttons .button {
  background: #d7206e;
  border-radius: 0;
  padding: 17px 0;
}
.custom-form .ui.green.button:hover, .custom-form .ui.green.button:active, .custom-form .ui.green.button:focus, .custom-form .ui.green.buttons .button:hover, .custom-form .ui.green.buttons .button:active, .custom-form .ui.green.buttons .button:focus {
  background: #000000;
  border-radius: 0;
}
.custom-form-container .jl-width-xxlarge {
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
}
.custom-border-radius .jl-card {
  box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
  -moz-box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
  -webkit-box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.chronoforms6_credits {
  display: none;
}
.custom-heading .tm-title {
  text-transform: uppercase;
}
.custom-featurebox .tm-item-inner {
  background-color: #f4f4f4;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  box-shadow: none;
}
.custom-divider .jl-hr {
  border-top: 1px solid #433A3A;
}
.custom-blog .tm-title {
  font-weight: 700;
}
.custom-blog .tm-title a {
  color: #191919;
}
.custom-blog .tm-title a:hover, .custom-blog .tm-title a:focus, .custom-blog .tm-title a:active {
  color: #d7206e;
}
.tm-counter-title {
  color: #d7206e;
}
.tm-slideshow-wrapper .jl-button-default:hover, .tm-slideshow-wrapper .jl-button-default:focus, .tm-slideshow-wrapper .jl-button-default:active {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.g-container {
  width: 75rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-container {
    width: 100%;
  }
}
.g-container.g-flushed {
  width: 100%;
}
@media only all and (max-width: 47.99rem) {
  .g-block {
    flex-grow: 0;
    flex-basis: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  body [class*="size-"] {
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  @supports not (flex-wrap: wrap) {
    .g-grid {
      display: block;
      flex-wrap: inherit;
    }
    .g-block {
      display: block;
      flex: inherit;
    }
  }
}
.visible-large, .visible-desktop, .visible-tablet, .visible-phone, .g-block.visible-large, .g-block.visible-desktop, .g-block.visible-tablet, .g-block.visible-phone {
  display: none !important;
}
@media only all and (max-width: 47.99rem) {
  .visible-phone {
    display: block !important;
  }
  .g-block.visible-phone {
    display: block !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .visible-tablet {
    display: block !important;
  }
  .g-block.visible-tablet {
    display: block !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .visible-desktop {
    display: block !important;
  }
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (min-width: 75rem) {
  .visible-large {
    display: block !important;
  }
  .g-block.visible-large {
    display: block !important;
  }
  .visible-desktop {
    display: block !important;
  }
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .hidden-phone {
    display: none !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .hidden-tablet {
    display: none !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (min-width: 75rem) {
  .hidden-large {
    display: none !important;
  }
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .align-right {
    text-align: inherit !important;
  }
  .align-left {
    text-align: inherit !important;
  }
}
/*# sourceMappingURL=nova__body_only.css.map */