/*!
 * Reely Theme is a Khaotic Digital Project
 * https://www.reely.io
 * https://www.khaoticdigital.com
 */
 
/* Reely Main *//* Reely Variables */

.ry {
  --border_radius: ;
  
  --background: 255, 255, 255;
  --primary: 2, 144, 135;
  --secondary: 255, 166, 0;
  --tertiary: 55, 1, 143;
  --quaternary: 0, 84, 79;
  
  --success: 133, 196, 77;
  --warning: 246, 105, 7;
  --danger: 172, 24, 23;
  --info: 39, 130, 218;
  
  --gray: 136, 136, 136;
  --lightgray: 249, 249, 255;
  --light: 255, 255, 255;
  --dark: 39, 38, 67;
  
  --background100: 255, 255, 255;
  --background200: 255, 255, 255;
  --background300: 255, 255, 255;
  --background400: 255, 255, 255;
  --background500: 255, 255, 255;
  --background600: 235, 235, 235;
  --background700: 215, 215, 215;
  --background800: 195, 195, 195;
  --background900: 175, 175, 175;

  --primary100: 82, 224, 215;
  --primary200: 62, 204, 195;
  --primary300: 42, 184, 175;
  --primary400: 22, 164, 155;
  --primary500: 2, 144, 135;
  --primary600: 0, 124, 115;
  --primary700: 0, 104, 95;
  --primary800: 0, 84, 75;
  --primary900: 0, 64, 55;

  --secondary100: 255, 246, 80;
  --secondary200: 255, 226, 60;
  --secondary300: 255, 206, 40;
  --secondary400: 255, 186, 20;
  --secondary500: 255, 166, 0;
  --secondary600: 235, 146, 0;
  --secondary700: 215, 126, 0;
  --secondary800: 195, 106, 0;
  --secondary900: 175, 86, 0;
  
  --tertiary100: 135, 81, 223;
  --tertiary200: 115, 61, 203;
  --tertiary300: 95, 41, 183;
  --tertiary400: 75, 21, 163;
  --tertiary500: 55, 1, 143;
  --tertiary600: 35, 0, 123;
  --tertiary700: 15, 0, 103;
  --tertiary800: 0, 0, 83;
  --tertiary900: 0, 0, 63;
  
  --quaternary100: 80, 164, 159;
  --quaternary200: 60, 144, 139;
  --quaternary300: 40, 124, 119;
  --quaternary400: 20, 104, 99;
  --quaternary500: 0, 84, 79;
  --quaternary600: 0, 64, 59;
  --quaternary700: 0, 44, 39;
  --quaternary800: 0, 24, 19;
  --quaternary900: 0, 4, 0;

  --gray100: 216, 216, 216;
  --gray200: 196, 196, 196;
  --gray300: 176, 176, 176;
  --gray400: 156, 156, 156;
  --gray500: 136, 136, 136; }};
  --gray600: 116, 116, 116;
  --gray700: 96, 96, 96;
  --gray800: 76, 76, 76;
  --gray900: 56, 56, 56;
  
  --dark100: 119, 118, 147;
  --dark200: 99, 98, 127;
  --dark300: 79, 78, 107;
  --dark400: 59, 58, 87;
  --dark500: 39, 38, 67;
  --dark600: 19, 18, 47;
  --dark700: 0, 0, 27;
  --dark800: 0, 0, 7;
  --dark900: 0, 0, 0;
}

html {
  scroll-behavior: smooth;
}

/* icons */
/* Missing Template at Path: \'Global_LT_Theme\/static\/css\/reely\/fontawesome\/fontawesome4.css\' */

/* Reely Includes */
/** REELY SANITIZER **/
/*-- cleans all elements within reely container, to avoid css interference --
 *-- Derived from HTML Doctor CSS Reset (https://cssreset.com)             --*/
 html {
  scroll-behavior: smooth;
}

.ry {
    top:0;
}

:target:before {
content:"";
display:block;
height:150px; /* fixed header height*/
margin:-150px 0 0; /* negative fixed header height */
}

footer.ry,
.ry footer,
header.ry,
.ry header,
section.ry,
.ry section,
/* .ry div, */
.ry span,
.ry object,
.ry iframe,
.ry h1,
.ry h2,
.ry h3,
.ry h4,
.ry h5,
.ry h6,
.ry p,
.ry blockquote,
.ry pre,
.ry abbr,
.ry address,
.ry cite,
.ry code,
.ry del,
.ry dfn,
.ry em,
.ry img,
.ry ins,
.ry kbd,
.ry q,
.ry samp,
.ry small,
.ry strong,
.ry sub,
.ry sup,
.ry var,
.ry b,
.ry i,
.ry dl,
.ry dt,
.ry dd,
.ry ol,
.ry ul,
.ry li,
.ry fieldset,
.ry form,
.ry label,
.ry legend,
.ry table,
.ry caption,
.ry tbody,
.ry tfoot,
.ry thead,
.ry tr,
.ry th,
.ry td,
.ry article,
.ry aside,
.ry canvas,
.ry details,
.ry figcaption,
.ry figure,
.ry hgroup,
.ry menu,
.ry nav,
.ry summary,
.ry time,
.ry mark,
.ry audio,
.ry video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

footer.ry,
.ry footer,
header.ry,
.ry header,
section.ry,
.ry section,
.ry article,
.ry aside,
.ry details,
.ry figcaption,
.ry figure,
.ry hgroup,
.ry menu,
.ry nav,
.ry div {
  display: block;
  box-sizing: border-box;
}

.ry nav ul {
  list-style: none;
}

.ry blockquote,
.ry q {
  quotes: none;
}

.ry blockquote:before,
.ry blockquote:after,
.ry q:before,
.ry q:after {
  content: "";
  content: none;
}

.ry a {
  /* margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline; */
  /* background: transparent; */
}

.ry ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

.ry mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.ry del {
  text-decoration: line-through;
}

.ry abbr[title],
.ry dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

.ry table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ry hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

.ry input,
.ry select {
  vertical-align: middle;
}
/* Containers */
body,html {padding: 0; margin: 0;} 

.ry .ry-container {
  float: none !important;
  margin: 0 auto;
  margin-left: auto !important;
  width: 100% !important;
  padding-left: 60px;
  padding-right: 60px;
}


.ry .ry-container.xs {max-width:480px;}

.ry .ry-container.sm {max-width:768px;}

.ry .ry-container.md {max-width:1240px;}

.ry .ry-container.lg {max-width:1283px;}

.ry .ry-container.xl {max-width:1375px;}
 


.ry .ry-split.xs {max-width:240.0px;}

.ry .ry-split.sm {max-width:384.0px;}

.ry .ry-split.md {max-width:620.0px;}

.ry .ry-split.lg {max-width:641.5px;}

.ry .ry-split.xl {max-width:687.5px;}
 


.ry .ry-container.full {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (max-width: 768px) {
  .ry .ry-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}


/* Grid Sytem */
.ry .ry-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.ry .ry-grid.row {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
}

.ry .ry-grid.column {
  -webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
}

.ry .ry-grid.hzleft {
-webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
}
.ry .ry-grid.hzcenter {
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.ry .ry-grid.hzright {
-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
}
.ry .ry-grid.hzbetween {
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.ry .ry-grid.hzaround {
  -ms-flex-pack: distribute;
    justify-content: space-around;
}
.ry .ry-grid.hzeven {
  -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
}

.ry .ry-grid.vttop {
-webkit-box-align: start;
    -ms-flex-align: start;
            -ms-grid-row-align: flex-start;
        align-items: flex-start;  
}
.ry .ry-grid.vtcenter {
-webkit-box-align: center;
    -ms-flex-align: center;
            -ms-grid-row-align: center;
        align-items: center;
}
.ry .ry-grid.vtbottom {
-webkit-box-align: end;
    -ms-flex-align: end;
            -ms-grid-row-align: flex-end;
        align-items: flex-end;
}
.ry .ry-grid.vtstretch {
-webkit-box-align: stretch;
    -ms-flex-align: stretch;
            -ms-grid-row-align: stretch;
        align-items: stretch;
}
.ry .ry-grid.vtbase {
-webkit-box-align: baseline;
    -ms-flex-align: baseline;
            -ms-grid-row-align: baseline;
        align-items: baseline;
}

.ry .ry-grid.wrap {
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ry .ry-grid.wrapr {
-ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}



.ry .ry-01 {
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
margin-right: 18px;
}
.ry .ry-01:last-of-type {
margin-right: 0;
}
.ry .ry-02 {
-webkit-box-flex: 2;
    -ms-flex: 2;
        flex: 2;
margin-right: 18px;
}
.ry .ry-02:last-of-type {
margin-right: 0;
}
.ry .ry-03 {
-webkit-box-flex: 3;
    -ms-flex: 3;
        flex: 3;
margin-right: 18px;
}
.ry .ry-03:last-of-type {
margin-right: 0;
}
.ry .ry-04 {
-webkit-box-flex: 4;
    -ms-flex: 4;
        flex: 4;
margin-right: 18px;
}
.ry .ry-04:last-of-type {
margin-right: 0;
}
.ry .ry-05 {
-webkit-box-flex: 5;
    -ms-flex: 5;
        flex: 5;
margin-right: 18px;
}
.ry .ry-05:last-of-type {
margin-right: 0;
}
.ry .ry-06 {
-webkit-box-flex: 6;
    -ms-flex: 6;
        flex: 6;
margin-right: 18px;
}
.ry .ry-06:last-of-type {
margin-right: 0;
}
.ry .ry-07 {
-webkit-box-flex: 7;
    -ms-flex: 7;
        flex: 7;
margin-right: 18px;
}
.ry .ry-07:last-of-type {
margin-right: 0;
}
.ry .ry-08 {
-webkit-box-flex: 8;
    -ms-flex: 8;
        flex: 8;
margin-right: 18px;
}
.ry .ry-08:last-of-type {
margin-right: 0;
}
.ry .ry-09 {
-webkit-box-flex: 9;
    -ms-flex: 9;
        flex: 9;
margin-right: 18px;
}
.ry .ry-09:last-of-type {
margin-right: 0;
}
.ry .ry-10 {
-webkit-box-flex: 10;
    -ms-flex: 10;
        flex: 10;
margin-right: 18px;
}
.ry .ry-10:last-of-type {
margin-right: 0;
}
.ry .ry-11 {
-webkit-box-flex: 11;
    -ms-flex: 11;
        flex: 11;
margin-right: 18px;
}
.ry .ry-11:last-of-type {
margin-right: 0;
}
.ry .ry-12 {
-webkit-box-flex: 12;
    -ms-flex: 12;
        flex: 12;
margin-right: 18px;
}
.ry .ry-12:last-of-type {
margin-right: 0;
}


@media screen and (max-width: 767px) {
  .ry .ry-01 {
    margin-right: 0px;
  }

  .ry .ry-02 {
    margin-right: 0px;
  }

  .ry .ry-03 {
    margin-right: 0px;
  }

  .ry .ry-04 {
    margin-right: 0px;
  }

  .ry .ry-05 {
    margin-right: 0px;
  }

  .ry .ry-06 {
    margin-right: 0px;
  }

  .ry .ry-07 {
    margin-right: 0px;
  }

  .ry .ry-08 {
    margin-right: 0px;
  }

  .ry .ry-09 {
    margin-right: 0px;
  }

  .ry .ry-10 {
    margin-right: 0px;
  }

  .ry .ry-11 {
    margin-right: 0px;
  }

  .ry .ry-12 {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .ry .ry-grid.breakxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .ry .ry-grid.breaksm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  }
}
@media only screen and (max-width: 1240px) {
  .ry .ry-grid.breakmd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  }
}
@media only screen and (max-width: 1283px) {
  .ry .ry-grid.breaklg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  }
}
@media only screen and (max-width: 1375px) {
  .ry .ry-grid.breakxl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  }
}

/* -- Spacing
 *  - padding
 *  - margin
 */

 
 /* padding */
 .ry .p1 {
 padding: 10px;
 }
   
 .ry .p2 {
 padding: 20px;
 }
   
 .ry .p3 {
 padding: 30px;
 }
   
 .ry .p4 {
 padding: 40px;
 }
   
 .ry .p5 {
 padding: 50px;
 }
   
 .ry .p6 {
 padding: 60px;
 }
   
 .ry .p7 {
 padding: 70px;
 }
   
 .ry .p8 {
 padding: 80px;
 }
   
 .ry .p9 {
 padding: 90px;
 }
   
 
 .ry .pl1 {
 padding-left:  10px;
 }
   
 .ry .pl2 {
 padding-left:  20px;
 }
   
 .ry .pl3 {
 padding-left:  30px;
 }
   
 .ry .pl4 {
 padding-left:  40px;
 }
   
 .ry .pl5 {
 padding-left:  50px;
 }
   
 .ry .pl6 {
 padding-left:  60px;
 }
   
 .ry .pl7 {
 padding-left:  70px;
 }
   
 .ry .pl8 {
 padding-left:  80px;
 }
   
 .ry .pl9 {
 padding-left:  90px;
 }
   
 
 .ry .pr1 {
 padding-right:  10px;
 }
   
 .ry .pr2 {
 padding-right:  20px;
 }
   
 .ry .pr3 {
 padding-right:  30px;
 }
   
 .ry .pr4 {
 padding-right:  40px;
 }
   
 .ry .pr5 {
 padding-right:  50px;
 }
   
 .ry .pr6 {
 padding-right:  60px;
 }
   
 .ry .pr7 {
 padding-right:  70px;
 }
   
 .ry .pr8 {
 padding-right:  80px;
 }
   
 .ry .pr9 {
 padding-right:  90px;
 }
   
 
 .ry .pt1 {
 padding-top:  10px;
 }
   
 .ry .pt2 {
 padding-top:  20px;
 }
   
 .ry .pt3 {
 padding-top:  30px;
 }
   
 .ry .pt4 {
 padding-top:  40px;
 }
   
 .ry .pt5 {
 padding-top:  50px;
 }
   
 .ry .pt6 {
 padding-top:  60px;
 }
   
 .ry .pt7 {
 padding-top:  70px;
 }
   
 .ry .pt8 {
 padding-top:  80px;
 }
   
 .ry .pt9 {
 padding-top:  90px;
 }
   
 
 .ry .pb1 {
 padding-bottom:  10px;
 }
   
 .ry .pb2 {
 padding-bottom:  20px;
 }
   
 .ry .pb3 {
 padding-bottom:  30px;
 }
   
 .ry .pb4 {
 padding-bottom:  40px;
 }
   
 .ry .pb5 {
 padding-bottom:  50px;
 }
   
 .ry .pb6 {
 padding-bottom:  60px;
 }
   
 .ry .pb7 {
 padding-bottom:  70px;
 }
   
 .ry .pb8 {
 padding-bottom:  80px;
 }
   
 .ry .pb9 {
 padding-bottom:  90px;
 }
   
 
 .ry .plr1 {
 padding-left:  10px;
   padding-right:  10px;
 }
   
 .ry .plr2 {
 padding-left:  20px;
   padding-right:  20px;
 }
   
 .ry .plr3 {
 padding-left:  30px;
   padding-right:  30px;
 }
   
 .ry .plr4 {
 padding-left:  40px;
   padding-right:  40px;
 }
   
 .ry .plr5 {
 padding-left:  50px;
   padding-right:  50px;
 }
   
 .ry .plr6 {
 padding-left:  60px;
   padding-right:  60px;
 }
   
 .ry .plr7 {
 padding-left:  70px;
   padding-right:  70px;
 }
   
 .ry .plr8 {
 padding-left:  80px;
   padding-right:  80px;
 }
   
 .ry .plr9 {
 padding-left:  90px;
   padding-right:  90px;
 }
   
 
 .ry .ptb1 {
 padding-top:  10px;
   padding-bottom:  10px;
 }
   
 .ry .ptb2 {
 padding-top:  20px;
   padding-bottom:  20px;
 }
   
 .ry .ptb3 {
 padding-top:  30px;
   padding-bottom:  30px;
 }
   
 .ry .ptb4 {
 padding-top:  40px;
   padding-bottom:  40px;
 }
   
 .ry .ptb5 {
 padding-top:  50px;
   padding-bottom:  50px;
 }
   
 .ry .ptb6 {
 padding-top:  60px;
   padding-bottom:  60px;
 }
   
 .ry .ptb7 {
 padding-top:  70px;
   padding-bottom:  70px;
 }
   
 .ry .ptb8 {
 padding-top:  80px;
   padding-bottom:  80px;
 }
   
 .ry .ptb9 {
 padding-top:  90px;
   padding-bottom:  90px;
 }
   
 
 
 /* Margin */
 
 .ry .m1 {
     margin: 10px;
 }
   .ry .m2 {
     margin: 20px;
 }
   .ry .m3 {
     margin: 30px;
 }
   .ry .m4 {
     margin: 40px;
 }
   .ry .m5 {
     margin: 50px;
 }
   .ry .m6 {
     margin: 60px;
 }
   .ry .m7 {
     margin: 70px;
 }
   .ry .m8 {
     margin: 80px;
 }
   .ry .m9 {
     margin: 90px;
 }
   .ry .ml1 {
     margin-left:  10px;
 }
   .ry .ml2 {
     margin-left:  20px;
 }
   .ry .ml3 {
     margin-left:  30px;
 }
   .ry .ml4 {
     margin-left:  40px;
 }
   .ry .ml5 {
     margin-left:  50px;
 }
   .ry .ml6 {
     margin-left:  60px;
 }
   .ry .ml7 {
     margin-left:  70px;
 }
   .ry .ml8 {
     margin-left:  80px;
 }
   .ry .ml9 {
     margin-left:  90px;
 }
   .ry .mr1 {
     margin-right:  10px;
 }
   .ry .mr2 {
     margin-right:  20px;
 }
   .ry .mr3 {
     margin-right:  30px;
 }
   .ry .mr4 {
     margin-right:  40px;
 }
   .ry .mr5 {
     margin-right:  50px;
 }
   .ry .mr6 {
     margin-right:  60px;
 }
   .ry .mr7 {
     margin-right:  70px;
 }
   .ry .mr8 {
     margin-right:  80px;
 }
   .ry .mr9 {
     margin-right:  90px;
 }
   .ry .mt1 {
     margin-top:  10px;
 }
   .ry .mt2 {
     margin-top:  20px;
 }
   .ry .mt3 {
     margin-top:  30px;
 }
   .ry .mt4 {
     margin-top:  40px;
 }
   .ry .mt5 {
     margin-top:  50px;
 }
   .ry .mt6 {
     margin-top:  60px;
 }
   .ry .mt7 {
     margin-top:  70px;
 }
   .ry .mt8 {
     margin-top:  80px;
 }
   .ry .mt9 {
     margin-top:  90px;
 }
   .ry .mb1 {
     margin-bottom:  10px;
 }
   .ry .mb2 {
     margin-bottom:  20px;
 }
   .ry .mb3 {
     margin-bottom:  30px;
 }
   .ry .mb4 {
     margin-bottom:  40px;
 }
   .ry .mb5 {
     margin-bottom:  50px;
 }
   .ry .mb6 {
     margin-bottom:  60px;
 }
   .ry .mb7 {
     margin-bottom:  70px;
 }
   .ry .mb8 {
     margin-bottom:  80px;
 }
   .ry .mb9 {
     margin-bottom:  90px;
 }
   .ry .mlr1 {
     margin-left:  10px;
   margin-right:  10px;
 }
   .ry .mlr2 {
     margin-left:  20px;
   margin-right:  20px;
 }
   .ry .mlr3 {
     margin-left:  30px;
   margin-right:  30px;
 }
   .ry .mlr4 {
     margin-left:  40px;
   margin-right:  40px;
 }
   .ry .mlr5 {
     margin-left:  50px;
   margin-right:  50px;
 }
   .ry .mlr6 {
     margin-left:  60px;
   margin-right:  60px;
 }
   .ry .mlr7 {
     margin-left:  70px;
   margin-right:  70px;
 }
   .ry .mlr8 {
     margin-left:  80px;
   margin-right:  80px;
 }
   .ry .mlr9 {
     margin-left:  90px;
   margin-right:  90px;
 }
   .ry .mtb1 {
     margin-top:  10px;
   margin-bottom:  10px;
 }
   .ry .mtb2 {
     margin-top:  20px;
   margin-bottom:  20px;
 }
   .ry .mtb3 {
     margin-top:  30px;
   margin-bottom:  30px;
 }
   .ry .mtb4 {
     margin-top:  40px;
   margin-bottom:  40px;
 }
   .ry .mtb5 {
     margin-top:  50px;
   margin-bottom:  50px;
 }
   .ry .mtb6 {
     margin-top:  60px;
   margin-bottom:  60px;
 }
   .ry .mtb7 {
     margin-top:  70px;
   margin-bottom:  70px;
 }
   .ry .mtb8 {
     margin-top:  80px;
   margin-bottom:  80px;
 }
   .ry .mtb9 {
     margin-top:  90px;
   margin-bottom:  90px;
 }
   @media only screen and (max-width: 1240px) {
 
 /* padding */
 .ry .p1 {
 padding: 6.25px;
 }
   
 .ry .p2 {
 padding: 12.5px;
 }
   
 .ry .p3 {
 padding: 18.75px;
 }
   
 .ry .p4 {
 padding: 25.0px;
 }
   
 .ry .p5 {
 padding: 31.25px;
 }
   
 .ry .p6 {
 padding: 37.5px;
 }
   
 .ry .p7 {
 padding: 43.75px;
 }
   
 .ry .p8 {
 padding: 50.0px;
 }
   
 .ry .p9 {
 padding: 56.25px;
 }
   
 
 .ry .pl1 {
 padding-left:  6.25px;
 }
   
 .ry .pl2 {
 padding-left:  12.5px;
 }
   
 .ry .pl3 {
 padding-left:  18.75px;
 }
   
 .ry .pl4 {
 padding-left:  25.0px;
 }
   
 .ry .pl5 {
 padding-left:  31.25px;
 }
   
 .ry .pl6 {
 padding-left:  37.5px;
 }
   
 .ry .pl7 {
 padding-left:  43.75px;
 }
   
 .ry .pl8 {
 padding-left:  50.0px;
 }
   
 .ry .pl9 {
 padding-left:  56.25px;
 }
   
 
 .ry .pr1 {
 padding-right:  6.25px;
 }
   
 .ry .pr2 {
 padding-right:  12.5px;
 }
   
 .ry .pr3 {
 padding-right:  18.75px;
 }
   
 .ry .pr4 {
 padding-right:  25.0px;
 }
   
 .ry .pr5 {
 padding-right:  31.25px;
 }
   
 .ry .pr6 {
 padding-right:  37.5px;
 }
   
 .ry .pr7 {
 padding-right:  43.75px;
 }
   
 .ry .pr8 {
 padding-right:  50.0px;
 }
   
 .ry .pr9 {
 padding-right:  56.25px;
 }
   
 
 .ry .pt1 {
 padding-top:  6.25px;
 }
   
 .ry .pt2 {
 padding-top:  12.5px;
 }
   
 .ry .pt3 {
 padding-top:  18.75px;
 }
   
 .ry .pt4 {
 padding-top:  25.0px;
 }
   
 .ry .pt5 {
 padding-top:  31.25px;
 }
   
 .ry .pt6 {
 padding-top:  37.5px;
 }
   
 .ry .pt7 {
 padding-top:  43.75px;
 }
   
 .ry .pt8 {
 padding-top:  50.0px;
 }
   
 .ry .pt9 {
 padding-top:  56.25px;
 }
   
 
 .ry .pb1 {
 padding-bottom:  6.25px;
 }
   
 .ry .pb2 {
 padding-bottom:  12.5px;
 }
   
 .ry .pb3 {
 padding-bottom:  18.75px;
 }
   
 .ry .pb4 {
 padding-bottom:  25.0px;
 }
   
 .ry .pb5 {
 padding-bottom:  31.25px;
 }
   
 .ry .pb6 {
 padding-bottom:  37.5px;
 }
   
 .ry .pb7 {
 padding-bottom:  43.75px;
 }
   
 .ry .pb8 {
 padding-bottom:  50.0px;
 }
   
 .ry .pb9 {
 padding-bottom:  56.25px;
 }
   
 
 .ry .plr1 {
 padding-left:  6.25px;
   padding-right:  6.25px;
 }
   
 .ry .plr2 {
 padding-left:  12.5px;
   padding-right:  12.5px;
 }
   
 .ry .plr3 {
 padding-left:  18.75px;
   padding-right:  18.75px;
 }
   
 .ry .plr4 {
 padding-left:  25.0px;
   padding-right:  25.0px;
 }
   
 .ry .plr5 {
 padding-left:  31.25px;
   padding-right:  31.25px;
 }
   
 .ry .plr6 {
 padding-left:  37.5px;
   padding-right:  37.5px;
 }
   
 .ry .plr7 {
 padding-left:  43.75px;
   padding-right:  43.75px;
 }
   
 .ry .plr8 {
 padding-left:  50.0px;
   padding-right:  50.0px;
 }
   
 .ry .plr9 {
 padding-left:  56.25px;
   padding-right:  56.25px;
 }
   
 
 .ry .ptb1 {
 padding-top:  6.25px;
   padding-bottom:  6.25px;
 }
   
 .ry .ptb2 {
 padding-top:  12.5px;
   padding-bottom:  12.5px;
 }
   
 .ry .ptb3 {
 padding-top:  18.75px;
   padding-bottom:  18.75px;
 }
   
 .ry .ptb4 {
 padding-top:  25.0px;
   padding-bottom:  25.0px;
 }
   
 .ry .ptb5 {
 padding-top:  31.25px;
   padding-bottom:  31.25px;
 }
   
 .ry .ptb6 {
 padding-top:  37.5px;
   padding-bottom:  37.5px;
 }
   
 .ry .ptb7 {
 padding-top:  43.75px;
   padding-bottom:  43.75px;
 }
   
 .ry .ptb8 {
 padding-top:  50.0px;
   padding-bottom:  50.0px;
 }
   
 .ry .ptb9 {
 padding-top:  56.25px;
   padding-bottom:  56.25px;
 }
   
 
 
 /* Margin */
 
 .ry .m1 {
     margin: 6.25px;
 }
   .ry .m2 {
     margin: 12.5px;
 }
   .ry .m3 {
     margin: 18.75px;
 }
   .ry .m4 {
     margin: 25.0px;
 }
   .ry .m5 {
     margin: 31.25px;
 }
   .ry .m6 {
     margin: 37.5px;
 }
   .ry .m7 {
     margin: 43.75px;
 }
   .ry .m8 {
     margin: 50.0px;
 }
   .ry .m9 {
     margin: 56.25px;
 }
   .ry .ml1 {
     margin-left:  6.25px;
 }
   .ry .ml2 {
     margin-left:  12.5px;
 }
   .ry .ml3 {
     margin-left:  18.75px;
 }
   .ry .ml4 {
     margin-left:  25.0px;
 }
   .ry .ml5 {
     margin-left:  31.25px;
 }
   .ry .ml6 {
     margin-left:  37.5px;
 }
   .ry .ml7 {
     margin-left:  43.75px;
 }
   .ry .ml8 {
     margin-left:  50.0px;
 }
   .ry .ml9 {
     margin-left:  56.25px;
 }
   .ry .mr1 {
     margin-right:  6.25px;
 }
   .ry .mr2 {
     margin-right:  12.5px;
 }
   .ry .mr3 {
     margin-right:  18.75px;
 }
   .ry .mr4 {
     margin-right:  25.0px;
 }
   .ry .mr5 {
     margin-right:  31.25px;
 }
   .ry .mr6 {
     margin-right:  37.5px;
 }
   .ry .mr7 {
     margin-right:  43.75px;
 }
   .ry .mr8 {
     margin-right:  50.0px;
 }
   .ry .mr9 {
     margin-right:  56.25px;
 }
   .ry .mt1 {
     margin-top:  6.25px;
 }
   .ry .mt2 {
     margin-top:  12.5px;
 }
   .ry .mt3 {
     margin-top:  18.75px;
 }
   .ry .mt4 {
     margin-top:  25.0px;
 }
   .ry .mt5 {
     margin-top:  31.25px;
 }
   .ry .mt6 {
     margin-top:  37.5px;
 }
   .ry .mt7 {
     margin-top:  43.75px;
 }
   .ry .mt8 {
     margin-top:  50.0px;
 }
   .ry .mt9 {
     margin-top:  56.25px;
 }
   .ry .mb1 {
     margin-bottom:  6.25px;
 }
   .ry .mb2 {
     margin-bottom:  12.5px;
 }
   .ry .mb3 {
     margin-bottom:  18.75px;
 }
   .ry .mb4 {
     margin-bottom:  25.0px;
 }
   .ry .mb5 {
     margin-bottom:  31.25px;
 }
   .ry .mb6 {
     margin-bottom:  37.5px;
 }
   .ry .mb7 {
     margin-bottom:  43.75px;
 }
   .ry .mb8 {
     margin-bottom:  50.0px;
 }
   .ry .mb9 {
     margin-bottom:  56.25px;
 }
   .ry .mlr1 {
     margin-left:  6.25px;
   margin-right:  6.25px;
 }
   .ry .mlr2 {
     margin-left:  12.5px;
   margin-right:  12.5px;
 }
   .ry .mlr3 {
     margin-left:  18.75px;
   margin-right:  18.75px;
 }
   .ry .mlr4 {
     margin-left:  25.0px;
   margin-right:  25.0px;
 }
   .ry .mlr5 {
     margin-left:  31.25px;
   margin-right:  31.25px;
 }
   .ry .mlr6 {
     margin-left:  37.5px;
   margin-right:  37.5px;
 }
   .ry .mlr7 {
     margin-left:  43.75px;
   margin-right:  43.75px;
 }
   .ry .mlr8 {
     margin-left:  50.0px;
   margin-right:  50.0px;
 }
   .ry .mlr9 {
     margin-left:  56.25px;
   margin-right:  56.25px;
 }
   .ry .mtb1 {
     margin-top:  6.25px;
   margin-bottom:  6.25px;
 }
   .ry .mtb2 {
     margin-top:  12.5px;
   margin-bottom:  12.5px;
 }
   .ry .mtb3 {
     margin-top:  18.75px;
   margin-bottom:  18.75px;
 }
   .ry .mtb4 {
     margin-top:  25.0px;
   margin-bottom:  25.0px;
 }
   .ry .mtb5 {
     margin-top:  31.25px;
   margin-bottom:  31.25px;
 }
   .ry .mtb6 {
     margin-top:  37.5px;
   margin-bottom:  37.5px;
 }
   .ry .mtb7 {
     margin-top:  43.75px;
   margin-bottom:  43.75px;
 }
   .ry .mtb8 {
     margin-top:  50.0px;
   margin-bottom:  50.0px;
 }
   .ry .mtb9 {
     margin-top:  56.25px;
   margin-bottom:  56.25px;
 }
   }


/* overflow */
.ry .ofscroll { overflow: scroll}
.ry .ofauto { overflow: auto}
.ry .ofvisible { overflow: visible}
.ry .ofhidden { overflow: hidden}

.ry .ofxscroll { overflow-x: scroll}
.ry .ofxauto { overflow-x: auto}
.ry .ofxvisible { overflow-x: visible}
.ry .ofxhidden { overflow-x: hidden}

.ry .ofyscroll { overflow-y: scroll}
.ry .ofyauto { overflow-y: auto}
.ry .ofyvisible { overflow-y: visible}
.ry .ofyhidden { overflow-y: hidden}


/* positions */
.ry .static {position: static}
.ry .relative {position: relative}
.ry .absolute {position: absolute}
.ry .fixed {position: fixed}

/* common positions */
.ry .ptl {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}

.ry .ptr {
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
}

.ry .pbl {
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
}

.ry .pbr {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

.ry .pcenter {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
}

/* Z-indexing */
.ry .z1-1 {z-index: 1}
.ry .z1-2 {z-index: 2}
.ry .z1-3 {z-index: 3}
.ry .z1-4 {z-index: 4}
.ry .z1-5 {z-index: 5}
.ry .z1-6 {z-index: 6}
.ry .z1-7 {z-index: 7}
.ry .z1-8 {z-index: 8}
.ry .z1-9 {z-index: 9}
.ry .z1-10 {z-index: 10}

.ry .z2-1 {z-index: 1001}
.ry .z2-2 {z-index: 1002}
.ry .z2-3 {z-index: 1003}
.ry .z2-4 {z-index: 1004}
.ry .z2-5 {z-index: 1005}
.ry .z2-6 {z-index: 1006}
.ry .z2-7 {z-index: 1007}
.ry .z2-8 {z-index: 1008}
.ry .z2-9 {z-index: 1009}
.ry .z2-10 {z-index: 1010}

.ry .z3-1 {z-index: 2001}
.ry .z3-2 {z-index: 2002}
.ry .z3-3 {z-index: 2003}
.ry .z3-4 {z-index: 2004}
.ry .z3-5 {z-index: 2005}
.ry .z3-6 {z-index: 2006}
.ry .z3-7 {z-index: 2007}
.ry .z3-8 {z-index: 2008}
.ry .z3-9 {z-index: 2009}
.ry .z3-10 {z-index: 2010}

.ry .z4-1 {z-index: 3001}
.ry .z4-2 {z-index: 3002}
.ry .z4-3 {z-index: 3003}
.ry .z4-4 {z-index: 3004}
.ry .z4-5 {z-index: 3005}
.ry .z4-6 {z-index: 3006}
.ry .z4-7 {z-index: 3007}
.ry .z4-8 {z-index: 3008}
.ry .z4-9 {z-index: 3009}
.ry .z4-10 {z-index: 3010}

.ry .z5-1 {z-index: 4001}
.ry .z5-2 {z-index: 4002}
.ry .z5-3 {z-index: 4003}
.ry .z5-4 {z-index: 4004}
.ry .z5-5 {z-index: 4005}
.ry .z5-6 {z-index: 4006}
.ry .z5-7 {z-index: 4007}
.ry .z5-8 {z-index: 4008}
.ry .z5-9 {z-index: 4009}
.ry .z5-10 {z-index: 4010}

.ry .z6-1 {z-index: 5001}
.ry .z6-2 {z-index: 5002}
.ry .z6-3 {z-index: 5003}
.ry .z6-4 {z-index: 5004}
.ry .z6-5 {z-index: 5005}
.ry .z6-6 {z-index: 5006}
.ry .z6-7 {z-index: 5007}
.ry .z6-8 {z-index: 5008}
.ry .z6-9 {z-index: 5009}
.ry .z6-10 {z-index: 5010}
.ry .self-center {
   -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
}

.ry .self-center-y {
   -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
}

.ry .self-center-x {
   -webkit-transform: translateX(-50%);
         transform: translateX(-50%);
}

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-family: "Roboto", sans-serif; 
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
 font-family: "Roboto Serif", serif; */.ry h1, .ry .h1, 
.ry h2, .ry .h2, 
.ry h3, .ry .h3, 
.ry h4, .ry .h4 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  line-height: 1.1;
  word-break: break-word;
}

.ry h1,.ry .h1 { color: #272643; 
  font: normal normal 700 4.0rem/1 Roboto; 
  letter-spacing: initial; 
  text-transform: none; }
.ry h2,.ry .h2 { color: #272643; 
  font: normal normal 700 2.6666666666666665rem/1 Roboto; 
  letter-spacing: initial; 
  text-transform: none; }
.ry h3,.ry .h3 { color: #272643; 
  font: normal normal 700 1.3333333333333333rem/1 Roboto; 
  letter-spacing: initial; 
  text-transform: none; }
.ry h4,.ry .h4 { color: #272643; 
  font: normal normal 700 1.2222222222222223rem/1 Roboto; 
  letter-spacing: initial; 
  text-transform: none; }
.ry h5,.ry .h5 { color: #272643; 
  font: normal normal 700 0.8888888888888888rem/1 Roboto; 
  letter-spacing: initial; 
  text-transform: none; }
.ry h6,.ry .h6 { color: #272643; 
  font: normal normal 700 0.7777777777777778rem/1 Roboto; 
  letter-spacing: initial; 
  text-transform: none; }

.widget-type-rich_text * + h1,
.widget-type-rich_text * + h2,
.widget-type-rich_text * + h3,
.widget-type-rich_text * + h4,
.widget-type-rich_text * + h5,
.widget-type-rich_text * + h6 {
  margin-top: 2.25rem;
}

/*.ry h1 span, .ry .h1 span, 
.ry h2 span, .ry .h2 span, 
.ry h3 span, .ry .h3 span, 
.ry h4 span, .ry .h4 span {
  font-weight: 700;
}*/

.ry p {margin: 20px 0;}

.ry p,.ry li,.ry .p5 { color: #272643; 
  font: normal normal normal 1.0rem/1.75 Montserrat; 
  letter-spacing: initial; 
  text-transform: none; }
.ry blockquote p { color: ; 
  font:  normal  0.0rem/1.16666666667 ; 
  letter-spacing: initial; 
  text-transform: none; }
.ry blockquote footer p { color: #029087; 
  font: normal normal normal 1.0rem/17.6px Montserrat; 
  letter-spacing: initial; 
  text-transform: none; }  

.ry p:last-child {
  margin-bottom: 0;
}



.ry .ry-intro {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}

.ry .ry-dropcap *:first-child::first-letter {
  font-size: 6rem;
	line-height: 1;
  padding-right: 1rem;
	float: left;
	font-weight: bold;
	color: #029087;
}

.ry .text-quaternary h1,
.ry .text-quaternary .h1,
.ry .text-quaternary h2,
.ry .text-quaternary .h2,
.ry .text-quaternary h3,
.ry .text-quaternary .h3,
.ry .text-quaternary h4,
.ry .text-quaternary .h4,
.ry .text-quaternary h5,
.ry .text-quaternary .h5,
.ry .text-quaternary h6,
.ry .text-quaternary .h6 {
  color: rgba(var(--quaternary), 1);
}

.ry .text-light p,
.ry .text-light li {
  color: rgba(var(--dark), 1);
}

.ry .text-light h1,
.ry .text-light .h1,
.ry .text-light h2,
.ry .text-light .h2,
.ry .text-light h3,
.ry .text-light .h3,
.ry .text-light h4,
.ry .text-light .h4,
.ry .text-light h5,
.ry .text-light .h5,
.ry .text-light h6,
.ry .text-light .h6 {
  color: rgba(var(--light), 1);
}

.ry .text-light p,
.ry .text-light li {
  color: rgba(var(--light), 1);
}

.ry .primary-dark h1,
.ry .primary-dark .h1,
.ry .primary-dark h2,
.ry .primary-dark .h2,
.ry .primary-dark h3,
.ry .primary-dark .h3,
.ry .primary-dark h4,
.ry .primary-dark .h4,
.ry .primary-dark h5,
.ry .primary-dark .h5,
.ry .primary-dark h6,
.ry .primary-dark .h6 {
  color: rgba(var(--primary700), 1);
}

.ry .primary-dark p,
.ry .primary-dark li {
  color: rgba(var(--primary900), 1);
}

.ry .secondary-dark h1,
.ry .secondary-dark .h1,
.ry .secondary-dark h2,
.ry .secondary-dark .h2,
.ry .secondary-dark h3,
.ry .secondary-dark .h3,
.ry .secondary-dark h4,
.ry .secondary-dark .h4,
.ry .secondary-dark h5,
.ry .secondary-dark .h5,
.ry .secondary-dark h6,
.ry .secondary-dark .h6 {
  color: rgba(var(--secondary700), 1);
}

.ry .secondary-dark p,
.ry .secondary-dark li {
  color: rgba(var(--secondary900), 1);
}

.ry .tertiary-dark h1,
.ry .tertiary-dark .h1,
.ry .tertiary-dark h2,
.ry .tertiary-dark .h2,
.ry .tertiary-dark h3,
.ry .tertiary-dark .h3,
.ry .tertiary-dark h4,
.ry .tertiary-dark .h4,
.ry .tertiary-dark h5,
.ry .tertiary-dark .h5,
.ry .tertiary-dark h6,
.ry .tertiary-dark .h6 {
  color: rgba(var(--tertiary700), 1);
}

.ry .tertiary-dark p,
.ry .tertiary-dark li {
  color: rgba(var(--tertiary900), 1);
}

.ry .quaternary-dark h1,
.ry .quaternary-dark .h1,
.ry .quaternary-dark h2,
.ry .quaternary-dark .h2,
.ry .quaternary-dark h3,
.ry .quaternary-dark .h3,
.ry .quaternary-dark h4,
.ry .quaternary-dark .h4,
.ry .quaternary-dark h5,
.ry .quaternary-dark .h5,
.ry .quaternary-dark h6,
.ry .quaternary-dark .h6 {
  color: rgba(var(--quaternary700), 1);
}

.ry .quaternary-dark p,
.ry .quaternary-dark li {
  color: rgba(var(--quaternary900), 1);
}

.ry .primary-light h1,
.ry .primary-light .h1,
.ry .primary-light h2,
.ry .primary-light .h2,
.ry .primary-light h3,
.ry .primary-light .h3,
.ry .primary-light h4,
.ry .primary-light .h4,
.ry .primary-light h5,
.ry .primary-light .h5,
.ry .primary-light h6,
.ry .primary-light .h6 {
  color: rgba(var(--primary200), 1);
}

.ry .primary-light p,
.ry .primary-light li {
  color: rgba(var(--primary100), 1);
}

.ry .secondary-light h1,
.ry .secondary-light .h1,
.ry .secondary-light h2,
.ry .secondary-light .h2,
.ry .secondary-light h3,
.ry .secondary-light .h3,
.ry .secondary-light h4,
.ry .secondary-light .h4,
.ry .secondary-light h5,
.ry .secondary-light .h5,
.ry .secondary-light h6,
.ry .secondary-light .h6 {
  color: rgba(var(--secondary200), 1);
}

.ry .secondary-light p,
.ry .secondary-light li {
  color: rgba(var(--secondary100), 1);
}

.ry .tertiary-light h1,
.ry .tertiary-light .h1,
.ry .tertiary-light h2,
.ry .tertiary-light .h2,
.ry .tertiary-light h3,
.ry .tertiary-light .h3,
.ry .tertiary-light h4,
.ry .tertiary-light .h4,
.ry .tertiary-light h5,
.ry .tertiary-light .h5,
.ry .tertiary-light h6,
.ry .tertiary-light .h6 {
  color: rgba(var(--tertiary200), 1);
}

.ry .tertiary-light p,
.ry .tertiary-light li {
  color: rgba(var(--tertiary100), 1);
}

.ry .quaternary-light h1,
.ry .quaternary-light .h1,
.ry .quaternary-light h2,
.ry .quaternary-light .h2,
.ry .quaternary-light h3,
.ry .quaternary-light .h3,
.ry .quaternary-light h4,
.ry .quaternary-light .h4,
.ry .quaternary-light h5,
.ry .quaternary-light .h5,
.ry .quaternary-light h6,
.ry .quaternary-light .h6 {
  color: rgba(var(--quaternary200), 1);
}

.ry .quaternary-light p,
.ry .quaternary-light li {
  color: rgba(var(--quaternary100), 1);
}

.ry .success-dark h1,
.ry .success-dark .h1,
.ry .success-dark h2,
.ry .success-dark .h2,
.ry .success-dark h3,
.ry .success-dark .h3,
.ry .success-dark h4,
.ry .success-dark .h4,
.ry .success-dark h5,
.ry .success-dark .h5,
.ry .success-dark h6,
.ry .success-dark .h6 {
  color: rgba(var(--success), 1);
}

.ry .success-dark p,
.ry .success-dark li {
  color: rgba(var(--success), 1);
}

.ry .warning-dark h1,
.ry .warning-dark .h1,
.ry .warning-dark h2,
.ry .warning-dark .h2,
.ry .warning-dark h3,
.ry .warning-dark .h3,
.ry .warning-dark h4,
.ry .warning-dark .h4,
.ry .warning-dark h5,
.ry .warning-dark .h5,
.ry .warning-dark h6,
.ry .warning-dark .h6 {
  color: rgba(var(--warning), 1);
}

.ry .warning-dark p,
.ry .warning-dark li {
  color: rgba(var(--warning), 1);
}

.ry .danger-dark h1,
.ry .danger-dark .h1,
.ry .danger-dark h2,
.ry .danger-dark .h2,
.ry .danger-dark h3,
.ry .danger-dark .h3,
.ry .danger-dark h4,
.ry .danger-dark .h4,
.ry .danger-dark h5,
.ry .danger-dark .h5,
.ry .danger-dark h6,
.ry .danger-dark .h6 {
  color: rgba(var(--danger), 1);
}

.ry .danger-dark p,
.ry .danger-dark li {
  color: rgba(var(--danger), 1);
}


.ry .text-center {
  text-align: center;
}

.ry .text-left {
  text-align: left;
}

.ry .text-right {
  text-align: right;
}

.ry .accent-text {
  display: block;
  position: relative;
  color: rgba(var(--secondary), 1); 
  font: normal normal 700 1.2222222222222223rem/1 Roboto; 
  letter-spacing: initial; 
  text-transform: uppercase;
  margin: 32px 0;
}

.ry .accent-text:after {
  position: absolute;
  bottom: -16px;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 141px;
  background: rgba(var(--tertiary), 1);
}

.ry .text-center .accent-text:after  {
  left: 50% !important;
  transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
}






/** DND TYPOGRAPHY OVERRIDE */
html,
body {
  font-size: 20px;
}

.dnd-updates .ry h1, .dnd-updates .ry .h1, 
.dnd-updates .ry h2, .dnd-updates .ry .h2, 
.dnd-updates .ry h3, .dnd-updates .ry .h3, 
.dnd-updates .ry h4, .dnd-updates .ry .h4 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  line-height: 1.1;
  word-break: break-word;
}

.dnd-updates .widget-type-rich_text h1,
.dnd-updates .widget-type-rich_text .h1,
.dnd-updates .ry h1,
.dnd-updates .ry .h1 { 
  font-family: "Roboto", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: initial;
  text-transform: none;
   
}

.dnd-updates .widget-type-rich_text h2,
.dnd-updates .widget-type-rich_text .h2,
.dnd-updates .ry h2,
.dnd-updates .ry .h2 { 
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: initial;
  text-transform: none;
   
}

.dnd-updates .widget-type-rich_text h3,
.dnd-updates .widget-type-rich_text .h3,
.dnd-updates .ry h3,
.dnd-updates .ry .h3 { 
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: initial;
  text-transform: none;
   
}

.dnd-updates .widget-type-rich_text h4,
.dnd-updates .widget-type-rich_text .h4,
.dnd-updates .ry h4,
.dnd-updates .ry .h4 { 
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: initial;
  text-transform: none;
   
}

.dnd-updates .widget-type-rich_text h5,
.dnd-updates .widget-type-rich_text .h5,
.dnd-updates .ry h5,
.dnd-updates .ry .h5 { 
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: initial;
  text-transform: none;
   
}

.dnd-updates .widget-type-rich_text h6,
.dnd-updates .widget-type-rich_text .h6,
.dnd-updates .ry h6,
.dnd-updates .ry .h6 { 
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: initial;
  text-transform: none;
   
}

.dnd-updates .widget-type-rich_text * + h1,
.dnd-updates .widget-type-rich_text * + h2,
.dnd-updates .widget-type-rich_text * + h3,
.dnd-updates .widget-type-rich_text * + h4,
.dnd-updates .widget-type-rich_text * + h5,
.dnd-updates .widget-type-rich_text * + h6 {
  margin-top: 2.25rem;
}

.dnd-updates .ry p {margin: 20px 0;}

.dnd-updates .widget-type-rich_text p,
.dnd-updates .widget-type-rich_text li,
.dnd-updates .ry p,
.dnd-updates .ry li,
.dnd-updates .ry .p5 {
  font-family: "Roboto", sans-serif !important;
  color: #000; 
  font: normal normal 400 20px/1.75 "Roboto", sans-serif; 
  letter-spacing: initial; 
  text-transform: none; }

.dnd-updates .ry p:last-child {
  margin-bottom: 0;
}

.dnd-updates a {
  font-family: "Roboto", sans-serif;
}


.dnd-updates .ry h1 .serif, .dnd-updates .ry .h1 .serif, 
.dnd-updates .ry h2 .serif, .dnd-updates .ry .h2 .serif, 
.dnd-updates .ry h3 .serif, .dnd-updates .ry .h3 .serif, 
.dnd-updates .ry h4 .serif, .dnd-updates .ry .h4 .serif,
.dnd-updates .ry h5 .serif, .dnd-updates .ry .h5 .serif, 
.dnd-updates .ry h6 .serif, .dnd-updates .ry .h6 .serif,
.dnd-updates .ry h1.serif, .dnd-updates .ry .h1.serif, 
.dnd-updates .ry h2.serif, .dnd-updates .ry .h2.serif, 
.dnd-updates .ry h3.serif, .dnd-updates .ry .h3.serif, 
.dnd-updates .ry h4.serif, .dnd-updates .ry .h4.serif, 
.dnd-updates .ry h5.serif, .dnd-updates .ry .h5.serif, 
.dnd-updates .ry h6.serif a, .dnd-updates .ry .h6.serif a,
.dnd-updates .ry h1.serif a, .dnd-updates .ry .h1.serif a, 
.dnd-updates .ry h2.serif a, .dnd-updates .ry .h2.serif a, 
.dnd-updates .ry h3.serif a, .dnd-updates .ry .h3.serif a, 
.dnd-updates .ry h4.serif a, .dnd-updates .ry .h4.serif a, 
.dnd-updates .ry h5.serif a, .dnd-updates .ry .h5.serif a, 
.dnd-updates .ry h6.serif a, .dnd-updates .ry .h6.serif a,
.dnd-updates .ry .h1.serif span,
.dnd-updates .ry .h2.serif span,
.dnd-updates .ry .h3.serif span,
.dnd-updates .ry .h4.serif span,
.dnd-updates .ry .h5.serif span,
.dnd-updates .ry .h6.serif span,
.dnd-updates .ry p.serif, .dnd-updates .ry ul.serif, .dnd-updates .ry li.serif,
.dnd-updates .ry .serif h1, .dnd-updates .ry .serif .h1, 
.dnd-updates .ry .serif h2, .dnd-updates .ry .serif .h2, 
.dnd-updates .ry .serif h3, .dnd-updates .ry .serif .h3, 
.dnd-updates .ry .serif h4, .dnd-updates .ry .serif .h4, 
.dnd-updates .ry .serif h5, .dnd-updates .ry .serif .h5, 
.dnd-updates .ry .serif h6, .dnd-updates .ry .serif .h6 {
  font-family: "Roboto Serif", serif !important;
  font-optical-sizing: auto !important;
  font-style: normal;
  line-height: 1.5;
  
}

.dnd-updates .ry h4.serif, .dnd-updates .ry .h4.serif, 
.dnd-updates .ry h4.serif a, .dnd-updates .ry .h4.serif a,
.dnd-updates .ry .serif h4, .dnd-updates .ry .serif .h4 {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .dnd-updates .widget-type-rich_text h1,
  .dnd-updates .widget-type-rich_text .h1,
  .dnd-updates .ry h1,
  .dnd-updates .ry .h1 { 
    font-size: 2.6rem;
     
  }

  .dnd-updates .widget-type-rich_text h2,
  .dnd-updates .widget-type-rich_text .h2,
  .dnd-updates .ry h2,
  .dnd-updates .ry .h2 { 
    font-size: 1.9rem;
     
  }

  .dnd-updates .widget-type-rich_text h3,
  .dnd-updates .widget-type-rich_text .h3,
  .dnd-updates .ry h3,
  .dnd-updates .ry .h3 { 
    font-size: 1.3rem;
     
  }

  .dnd-updates .widget-type-rich_text h4,
  .dnd-updates .widget-type-rich_text .h4,
  .dnd-updates .ry h4,
  .dnd-updates .ry .h4 { 
    font-size: 1.1rem;   
     
  }

  .dnd-updates .widget-type-rich_text h5,
  .dnd-updates .widget-type-rich_text .h5,
  .dnd-updates .ry h5,
  .dnd-updates .ry .h5 { 
    font-size: 0.9rem;  
     
  }

  .dnd-updates .widget-type-rich_text h6,
  .dnd-updates .widget-type-rich_text .h6,
  .dnd-updates .ry h6,
  .dnd-updates .ry .h6 { 
    font-size: 0.8rem;
     
  }
}



@media screen and (max-width: 460px) {
  .dnd-updates .widget-type-rich_text h1,
  .dnd-updates .widget-type-rich_text .h1,
  .dnd-updates .ry h1,
  .dnd-updates .ry .h1 {
    font-size: 2.1rem; 
     }

  .dnd-updates .widget-type-rich_text h2,
  .dnd-updates .widget-type-rich_text .h2,
  .dnd-updates .ry h2,
  .dnd-updates .ry .h2 {
    font-size: 1.7rem;
     
  }

  .dnd-updates .widget-type-rich_text h3,
  .dnd-updates .widget-type-rich_text .h3,
  .dnd-updates .ry h3,
  .dnd-updates .ry .h3 {
    font-size: 1.3rem; 
     
  }

  .dnd-updates .widget-type-rich_text h4,
  .dnd-updates .widget-type-rich_text .h4,
  .dnd-updates .ry h4,
  .dnd-updates .ry .h4 {
    font-size: 1.1em; 
     
  }

  .dnd-updates .widget-type-rich_text h5,
  .dnd-updates .widget-type-rich_text .h5,
  .dnd-updates .ry h5,
  .dnd-updates .ry .h5 {
    font-size: 0.9rem; 
     
  }

  .dnd-updates .widget-type-rich_text h6,
  .dnd-updates .widget-type-rich_text .h6,
  .dnd-updates .ry h6,
  .dnd-updates .ry .h6 {
    font-size: 0.8rem; 
     
  }
  
  
  .dnd-updates .widget-type-rich_text p,
  .dnd-updates .widget-type-rich_text li,
  .dnd-updates .ry p,
  .dnd-updates .ry li,
  .dnd-updates .ry .p5 {
    font-family: "Roboto", sans-serif !important;
    font-size: 0.8rem;
     
  }
}

/** END DND TYPOGRAPHY OVERRIDE */

/** primary background **/
.ry .bg-primary {
  background: rgba(var(--primary), 1);
}
.ry .bg-primary300 {
  background:rgba(var(--primary300), 1);
}
.ry .bg-primary700 {
  background: rgba(var(--primary700), 1);
}

/** secondary background **/
.ry .bg-secondary {
  background: rgba(var(--secondary), 1);
}
.ry .bg-secondary300 {
  background:rgba(var(--secondary300), 1);
}
.ry .bg-secondary700 {
  background: rgba(var(--secondary700), 1);
}

/** tertiary background **/
.ry .bg-tertiary {
  background: rgba(var(--tertiary), 1);
}
.ry .bg-tertiary300 {
  background:rgba(var(--tertiary300), 1);
}
.ry .bg-tertiary700 {
  background: rgba(var(--tertiary700), 1);
}

/** quaternary background **/
.ry .bg-quaternary {
  background: rgba(var(--quaternary), 1);
}
.ry .bg-quaternary300 {
  background:rgba(var(--quaternary300), 1);
}
.ry .bg-quaternary700 {
  background: rgba(var(--quaternary700), 1);
}

/** background background **/
.ry .bg-background {
  background: rgba(var(--background), 1);
}
.ry .bg-background300 {
  background:rgba(var(--background300), 1);
}
.ry .bg-background700 {
  background: rgba(var(--background700), 1);
}

/** dark background **/
.ry .bg-dark {
  background: rgba(var(--dark), 1);
}
.ry .bg-dark300 {
  background:rgba(var(--dark300), 1);
}
.ry .bg-dark700 {
  background: rgba(var(--dark700), 1);
}

/** gray background **/
.ry .bg-gray {
  background: rgba(var(--gray), 1);
}
.ry .bg-gray300 {
  background:rgba(var(--gray300), 1);
}
.ry .bg-gray700 {
  background: rgba(var(--gray700), 1);
}

/** lightgray background **/
.ry .bg-lightgray {
  background: rgba(var(--lightgray), 1);
}
.ry .bg-lightgray300 {
  background:rgba(var(--lightgray300), 1);
}
.ry .bg-lightgray700 {
  background: rgba(var(--lightgray700), 1);
}

/** light background **/
.ry .bg-light {
  background: rgba(var(--light), 1);
}
.ry .bg-light300 {
  background:rgba(var(--light300), 1);
}
.ry .bg-light700 {
  background: rgba(var(--light700), 1);
}

/** success background **/
.ry .bg-success {
  background: rgba(var(--success), 1);
}
/** warning background **/
.ry .bg-warning {
  background: rgba(var(--warning), 1);
}
/** error background **/
.ry .bg-error {
  background: rgba(var(--error), 1);
}
/** info background **/
.ry .bg-info {
  background: rgba(var(--info), 1);
}
/* button colors */
/* primary */
.ry .btn.btn-primary300,
.ry .hs-button.btn-primary300 {
  color: rgba(var(--quaternary200), 1);
  background: rgba(var(--primary300), 1);
  border-color: rgba(var(--primary300), 1);  
}

.ry .btn.btn-primary300:hover,
.ry .hs-button.btn-primary300:hover {
  color: rgba(var(--quaternary), 1);
  background: rgba(var(--primary100), 1);
  border-color: rgba(var(--primary100), 1);  
}

/* - */
.ry .btn.btn-primary,
.ry .hs-button.btn-primary {
  color: rgba(var(--quaternary200), 1);
  background: rgba(var(--primary), 1);
  border-color: rgba(var(--primary), 1);  
}

.ry .btn.btn-primary:hover,
.ry .hs-button.btn-primary:hover {
  color: rgba(var(--quaternary), 1);
  background: rgba(var(--primary300), 1);
  border-color: rgba(var(--primary300), 1);  
}

/* - */
.ry .btn.btn-primary700,
.ry .hs-button.btn-primary700 {
  color: rgba(var(--quaternary100), 1);
  background: rgba(var(--primary700), 1);
  border-color: rgba(var(--primary700), 1);  
}

.ry .btn.btn-primary700:hover,
.ry .hs-button.btn-primary700:hover {
  color: rgba(var(--quaternary100), 1);
  background: rgba(var(--primary500), 1);
  border-color: rgba(var(--primary500), 1);  
}

/* secondary */



.ry .btn.btn-secondary300,
.ry .hs-button.btn-secondary300 {
  color: rgba(var(--tertiary300), 1);
  background: rgba(var(--secondary300), 1);
  border-color: rgba(var(--secondary300), 1);  
}

.ry .btn.btn-secondary300:hover,
.ry .hs-button.btn-secondary300:hover {
  color: rgba(var(--tertiary), 1);
  background: rgba(var(--secondary100), 1);
  border-color: rgba(var(--secondary100), 1);  
}

/* - */
.ry .btn.btn-secondary,
.ry .hs-button.btn-secondary {
  color: rgba(var(--light), 1);
  background: rgba(var(--secondary), 1);
  border-color: rgba(var(--secondary), 1);  
}

.ry .btn.btn-secondary:hover,
.ry .hs-button.btn-secondary:hover {
  color: rgba(var(--quaternary), 1);
  background: rgba(var(--light), 1);
  border-color: rgba(var(--quaternary), 1);  
}

.ry .btn.btn-secondary:disabled:hover,
.ry .hs-button.btn-secondary[disabled]:hover {
  color: rgba(var(--light), 1);
  background: rgba(var(--secondary), 1);
  border-color: rgba(var(--secondary), 1);
}

/* - */
.ry .btn.btn-secondary700,
.ry .hs-button.btn-secondary700 {
  color: rgba(var(--tertiary100), 1);
  background: rgba(var(--secondary700), 1);
  border-color: rgba(var(--secondary700), 1);  
}

.ry .btn.btn-secondary700:hover,
.ry .hs-button.btn-secondary700:hover {
  color: rgba(var(--secondary100), 1);
  background: rgba(var(--secondary500), 1);
  border-color: rgba(var(--secondary500), 1);  
}


/* - */
.ry .btn.btn-light-outline,
.ry .hs-button.btn-light-outline {
  color: rgba(var(--light), 1);
  background: transparent;
  border-color: rgba(var(--light), 1);  
}

.ry .btn.btn-light-outline:hover,
.ry .hs-button.btn-light-outline:hover {
  color: rgba(var(--light), 1);
  background: rgba(var(--secondary), 1);
  border-color: rgba(var(--secondary), 1);    
}


.ry .btn.btn-primary-outline,
.ry .hs-button.btn-primary-outline {
  color: rgba(var(--primary), 1);
  background: transparent;
  border-color: rgba(var(--primary), 1);  
}

.ry .btn.btn-primary-outline:hover,
.ry .hs-button.btn-primary-outline:hover {
  color: rgba(var(--primary), .7);
  background: transparent;
  border-color: rgba(var(--primary), .4);    
}


.ry .btn.btn-secondary-outline,
.ry .hs-button.btn-secondary-outline {
  color: rgba(var(--secondary), 1);
  background: transparent;
  border-color: rgba(var(--secondary), 1);  
}

.ry .btn.btn-secondary-outline:hover,
.ry .hs-button.btn-secondary-outline:hover {
  color: rgba(var(--secondary), .7);
  background: transparent;
  border-color: rgba(var(--secondary), .4);    
}


.ry .btn.btn-tertiary-outline,
.ry .hs-button.btn-tertiary-outline {
  color: rgba(var(--tertiary), 1);
  background: transparent;
  border-color: rgba(var(--tertiary), 1);  
}

.ry .btn.btn-tertiary-outline:hover,
.ry .hs-button.btn-tertiary-outline:hover {
  color: rgba(var(--tertiary), .7);
  background: transparent;
  border-color: rgba(var(--tertiary), .4);    
}


.ry .btn.btn-quaternary-outline,
.ry .hs-button.btn-quaternary-outline {
  color: rgba(var(--quaternary), 1);
  background: transparent;
  border-color: rgba(var(--quaternary), 1);  
}

.ry .btn.btn-quaternary-outline:hover,
.ry .hs-button.btn-quaternary-outline:hover {
  color: rgba(var(--light), 1);
  background: rgba(var(--secondary), 1);
  border-color: rgba(var(--secondary), 1);    
}






/* border colors */
.ry .ry-border.primary {
  border-color: rgba(var(--primary), 1);
}

.ry .ry-border.primary300 {
  border-color: rgba(var(--primary300), 1);
}

.ry .ry-border.primary700 {
  border-color: rgba(var(--primary700), 1);
}

.ry .ry-border.secondary {
  border-color: rgba(var(--secondary), 1);
}

.ry .ry-border.secondary300 {
  border-color: rgba(var(--secondary300), 1);
}

.ry .ry-border.secondary700 {
  border-color: rgba(var(--secondary700), 1);
}

.ry .ry-border.tertiary {
  border-color: rgba(var(--tertiary), 1);
}

.ry .ry-border.tertiary300 {
  border-color: rgba(var(--tertiary300), 1);
}

.ry .ry-border.tertiary700 {
  border-color: rgba(var(--tertiary700), 1);
}

.ry .ry-border.quaternary {
  border-color: rgba(var(--quaternary), 1);
}

.ry .ry-border.quaternary300 {
  border-color: rgba(var(--quaternary300), 1);
}

.ry .ry-border.quaternary700 {
  border-color: rgba(var(--quaternary700), 1);
}

.ry .ry-border.background {
  border-color: rgba(var(--background), 1);
}

.ry .ry-border.background300 {
  border-color: rgba(var(--background300), 1);
}

.ry .ry-border.background700 {
  border-color: rgba(var(--background700), 1);
}

.ry .ry-border.dark {
  border-color: rgba(var(--dark), 1);
}

.ry .ry-border.dark300 {
  border-color: rgba(var(--dark300), 1);
}

.ry .ry-border.dark700 {
  border-color: rgba(var(--dark700), 1);
}

.ry .ry-border.light {
  border-color: rgba(var(--light), 1) !important;
}

.ry .ry-border.light300 {
  border-color: rgba(var(--light300), 1);
}

.ry .ry-border.light700 {
  border-color: rgba(var(--light700), 1);
}

.ry .ry-border.gray {
  border-color: rgba(var(--gray), 1);
}

.ry .ry-border.gray300 {
  border-color: rgba(var(--gray300), 1);
}

.ry .ry-border.gray700 {
  border-color: rgba(var(--gray700), 1);
}

/* shadow colors */
.ry .ry-shadow.sh-primary {
  color: rgba(var(--primary), 1);
}

.ry .ry-shadow.sh-primary300 {
  color: rgba(var(--primary300), 1);
}

.ry .ry-shadow.sh-primary700 {
  color: rgba(var(--primary700), 1);
}

.ry .ry-shadow.sh-secondary {
  color: rgba(var(--secondary), 1);
}

.ry .ry-shadow.sh-secondary300 {
  color: rgba(var(--secondary300), 1);
}

.ry .ry-shadow.sh-secondary700 {
  color: rgba(var(--secondary700), 1);
}

.ry .ry-shadow.sh-tertiary {
  color: rgba(var(--tertiary), 1);
}

.ry .ry-shadow.sh-tertiary300 {
  color: rgba(var(--tertiary300), 1);
}

.ry .ry-shadow.sh-tertiary700 {
  color: rgba(var(--tertiary700), 1);
}

.ry .ry-shadow.sh-quaternary {
  color: rgba(var(--quaternary), 1);
}

.ry .ry-shadow.sh-quaternary300 {
  color: rgba(var(--quaternary300), 1);
}

.ry .ry-shadow.sh-quaternary700 {
  color: rgba(var(--quaternary700), 1);
}

.ry .ry-shadow.sh-background {
  color: rgba(var(--background), 1);
}

.ry .ry-shadow.sh-background300 {
  color: rgba(var(--background300), 1);
}

.ry .ry-shadow.sh-background700 {
  color: rgba(var(--background700), 1);
}

.ry .ry-shadow.sh-dark {
  color: rgba(var(--dark), 1);
}

.ry .ry-shadow.sh-dark300 {
  color: rgba(var(--dark300), 1);
}

.ry .ry-shadow.sh-dark700 {
  color: rgba(var(--dark700), 1);
}

.ry .ry-shadow.sh-light {
  color: rgba(var(--light), 1);
}

.ry .ry-shadow.sh-light300 {
  color: rgba(var(--light300), 1);
}

.ry .ry-shadow.sh-light700 {
  color: rgba(var(--light700), 1);
}

.ry .ry-shadow.sh-gray {
  color: rgba(var(--gray), 1);
}

.ry .ry-shadow.sh-gray300 {
  color: rgba(var(--gray300), 1);
}

.ry .ry-shadow.sh-gray700 {
  color: rgba(var(--gray700), 1);
}
/* border radius */
.ry .bradsm {overflow:hidden; border-radius: 9.5px;}
.ry .bradmd {overflow:hidden; border-radius: 19px;}
.ry .bradlg {overflow:hidden; border-radius: 38px;}

/* border base */
.ry .ry-border {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(var(--primary), 1);
  box-sizing: border-box;
}

/* border sizes */
.ry .ry-border.sm {border-width: 1px;}

.ry .ry-border.md {border-width: 3px;}

.ry .ry-border.lg {border-width:  6px;}

/* border orientation */
.ry .ry-border.t {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;  
}
.ry .ry-border.b {
  border-top: 0;
  border-left: 0;
  border-right: 0;  
}
.ry .ry-border.l {
  border-top: 0;
  border-right: 0; 
  border-bottom: 0; 
}
.ry .ry-border.r {
  border-top: 0;
  border-left: 0; 
  border-bottom: 0; 
}
.ry .ry-border.tb {
  border-left: 0;
  border-right: 0;
}
.ry .ry-border.lr {
  border-top: 0;
  border-bottom: 0;  
}
.ry .ry-border.tl {
  border-right: 0;
  border-bottom: 0;
}
.ry .ry-border.tr {
  border-left: 0;
  border-bottom: 0;  
}
.ry .ry-border.bl {
  border-right: 0;
  border-top: 0;
}
.ry .ry-border.br {
  border-left: 0;
  border-top: 0;  
}
.ry .ry-border.tlr {
  border-bottom: 0;  
}
.ry .ry-border.tlb {
  border-right: 0;  
}
.ry .ry-border.trb {
  border-left: 0;  
}
.ry .ry-border.lrb {
  border-top: 0;  
}
/* Shadow */
.ry .ry-shadow {
  -webkit-box-shadow: 5px 5px 5px 5px; 
  box-shadow: 5px 5px 5px 5px;
}
.ry .ry-shadow.inset {
  -webkit-box-shadow: inset 5px 5px 5px 5px; 
  box-shadow: inset 5px 5px 5px 5px;
}
/* header upper area */
.ry.reely-header .rh-wrapper {
  position: relative;
  z-index: 1;
  overflow-y: hidden;
}

.ry.reely-header .rh-hanger {
  position: absolute;
  z-index: 1;
  top: -185px;
  bottom: auto;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  min-width: 100%;
}

/* header upper area */
.ry.reely-header .rh-upper {
  background: rgba(var(--primary), 1);
  padding: 0;
  position: relative;
  z-index: 3;
}

/* header social links */
.ry.reely-header .rh-upper .rh-socials li a {
  display: block;
  line-height: 24px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: rgba(var(--light), 1);
  color: rgba(var(--tertiary), 1);
  text-align: center;
}

.ry.reely-header .rh-upper .rh-socials li:not(:last-of-type) a {
  margin-right: 8px;
}

/* header search bar */
.ry.reely-header .rh-upper .rh-search form {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100000px;
  min-width: 0;
  width: 100%;
}

.ry.reely-header .rh-upper .rh-search form input[type="search"] {
  display: block;
  box-sizing: border-box;
  padding: 3px 3px;
  border: 1px solid rgba(var(--light), 1);
  border-radius: 4px;
  background: rgba(var(--light), 1);
  color: rgba(var(--primary), 1);
  font-size: 14px;
  line-height: 1;
  font-weight: 400;

}

.ry.reely-header .rh-upper .rh-search form input[type="search"]::-webkit-input-placeholder,
.ry.reely-header .rh-upper .rh-search form input[type="search"]::-moz-placeholder,
.ry.reely-header .rh-upper .rh-search form input[type="search"]:-ms-input-placeholder,
.ry.reely-header .rh-upper .rh-search form input[type="search"]:-moz-placeholder {
  color: rgba(var(--primary200), 1);
}

.ry.reely-header .rh-upper .rh-search form input[type="search"]:focus {
  outline: 0;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(var(--primary700), 1);
box-shadow: 0px 0px 3px 3px rgba(var(--primary700), 1);
}

/* Header Main Area */
.ry.reely-header .rh-main {
  padding-top: 20px;
padding-right: 0px;
padding-bottom: 20px;
padding-left: 0px;
margin-top: 0px;
margin-bottom: 0px;

  position: relative;
  z-index: 3;
  padding-top: 78px;
}.ry.reely-header .rh-main .rh-logo a,
.ry.reely-header .rh-main .rh-logo a img {
  display: inline-block;
  max-width: 212px;
  width: 100%;
}

.ry.reely-header .rh-cta ul li {
  padding-left: 8px;
}

.ry.reely-header .ry-01.rh-nav {
  margin-right: 0 !important;
}

.ry.reely-header .rh-nav ul {
  margin: 0;
  padding: 0;
}

.ry.reely-header .rh-nav ul li {
  position: relative;
}

.ry.reely-header .rh-nav ul li a {
  display: block;
  opacity: 1;
}

.ry.reely-header .rh-nav > ul > li > a {
  padding: 12px 12px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none; 
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  font-family: Roboto;
  font-weight: 500;
}

.ry.reely-header .rh-nav > ul > li:hover > a,
.ry.reely-header .rh-nav > ul > li > a:hover  {
  color: rgba(var(--secondary), 1);
  transition:  0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.ry.reely-header .rh-nav > ul > li:active > a,
.ry.reely-header .rh-nav > ul > li > a:active {
  color: rgba(var(--secondary), 1);
  transition:  0.2s ease all;
  -webkit-transition: 0.2s ease all;
} 


  .ry.reely-header .rh-nav > ul > li.rh-sub > a:after {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 8px;
    font-size: 16px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }


  .ry.reely-header .rh-nav > ul > li.rh-sub:hover > a:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);

    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }





.ry.reely-header .rh-nav ul li ul {
  display: block;
  position: absolute;
  top: 100%;left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 3001;
  min-width: 210px;
  max-width: 100%;
 -webkit-box-shadow: 1px 2px 10px 0px rgba(var(--secondary), 1); 
  box-shadow: 1px 2px 10px 0px rgba(var(--secondary), 1);
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}


.ry.reely-header .rh-nav ul li:hover ul {
  opacity: 1;
  max-height: 10000px;
  visibility: visible;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.ry.reely-header .rh-nav ul li ul li a {
  display: block;
  padding: 12px 12px;
  background: rgba(var(--light), 1);
  color: rgba(var(--quaternary), 1);
  font-size: 14px;
  line-height: 1;
  /* text-transform: uppercase; */
  text-transform: auto;
  text-decoration: none;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.ry.reely-header .rh-nav ul li ul li a:hover {
  background: rgba(var(--quaternary), 1);
  /* color: rgba(var(--secondary), 1); */
  color: #fff;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.ry.reely-header .rh-nav ul li ul li a:active {
  background: rgba(var(--gray), 1);
  color: rgba(var(--secondary), 1);
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.ry.reely-header .rh-search {
  padding-right: 12%;
}

.ry.reely-header .rh-search form {
  width: 58px;
  max-width: 100%;
  padding-top: 5px;
}

.ry.reely-header .rh-search form input[type="search"] {
  display: block;
  min-width: 0px;
  width: auto;
  border-radius: 25px;
  margin-right: 4px;
  box-sizing: border-box;
  max-width: 0%;
  padding-left: 0px;
  visibility: hidden;
  opacity: 0;
  transition: .2s ease all;
  -webkit-transition: .2s ease all;
}

.ry.reely-header .rh-search form:hover {
  width: 200px;
}

.ry.reely-header .rh-search form:hover input[type="search"] {
  max-width: 100%;
  opacity: 1;
  visibility: visible;
  padding-left: 8px;
  transition: .2s ease all;
  -webkit-transition: .2s ease all;
}

.ry.reely-header .rh-search form input[type="submit"] {
  background: rgba(var(--secondary), 1) url(//22826491.fs1.hubspotusercontent-na1.net/hubfs/22826491/raw_assets/public/Global_LT_Theme/static/img/assets/search-2-line.png) center center no-repeat; 
  border: 0;
  outline: none;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
}

.ry.reely-header svg#large-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width:  1030px) {
  .ry.reely-header .ry-navigation-wrap {
    position: absolute;
    top:90%;
    left: 140%;
    right: 8px;
    display: block;
    padding: 30px;
    background: rgba(var(--quaternary), 1);
    color: rgba(var(--secondary), 1);
     -webkit-box-shadow: 1px 2px 10px 0px rgba(var(--secondary), 1); 
  box-shadow: 1px 2px 10px 0px rgba(var(--secondary), 1);
    border-radius: 6px;
    transition: .2s ease left;
    -webkit-transition: .2s ease left;
  }
  
  .ry.reely-header .rh-search {
    padding-right: 0px !important;
  }
  
  .ry.reely-header .ry-navigation-wrap.open {
    left: 8px;
    transition: .2s ease left;
    -webkit-transition: .2s ease left;
  }
  
  .ry.reely-header .ry-navigation-wrap ul li a {
    color: rgba(var(--secondary), 1);
  }
  
  .ry.reely-header .ry-navigation-wrap .rh-nav .ry-grid,
    .ry.reely-header .ry-navigation-wrap > div.sh-end > .ry-grid {
    -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
              -ms-grid-row-align: flex-end !important;
          align-items: flex-end !important;
  }
  
  .ry.reely-header .ry-navigation-wrap .rh-nav .ry-grid div {
    flex: none;
  }
  
  .ry.reely-header .rh-search {
    padding-right: 15px;
  }
  
  .ry.reely-header .rh-nav ul li a {
    text-align: right !important;
  }

  
  .ry.reely-header .rh-nav ul li ul {
    display: block;
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    position: static;
    box-shadow: none;
  }
  
  .ry.reely-header .rh-nav {
    overflow-y: scroll;
    max-height: 300px;
  }
  
  .ry.reely-header .rh-nav::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
    background: rgba(var(--lightgray), 1);
  }
 
.ry.reely-header .rh-nav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(var(--dark), 1);
}
 
.ry.reely-header .rh-nav::-webkit-scrollbar-thumb {
  background-color: rgba(var(--secondary), 1);
  outline: 1px solid slategrey;
}
  
  .ry.reely-header .rh-nav ul li ul li a {
    display: block;
    padding: 12px 12px;
    background: rgba(var(--quaternary), 1) !important;
    color: rgba(var(--secondary), 1);
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    box-shadow: none;
}
  
  .ry.reely-header .rh-search form,
  .ry.reely-header .rh-search form:hover {
    width: 100%;
    max-width: 0;
    min-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
  }
  
  .ry.reely-header .ry-navigation-wrap.open .rh-search form,
  .ry.reely-header .ry-navigation-wrap .rh-search form:hover {
    max-width: 100%;
    opacity: 1;
    visibility: visible;
  }
  
  
  .ry.reely-header .rh-search form input[type="search"] {
    max-width: 100%;
    display: block;
    opacity: 1;
    visibility: visible;
    max-height: 100000px;
    padding-left: 20px;
    box-sizing: border-box;
  }
  
  .ry.reely-header .rh-search form input[type="submit"] {
    width: 38px;
    min-width: 38px;
  }
  
  .ry.reely-header .btn.sm.btn-quaternary-outline {
    border: 1px solid rgba(var(--secondary), 1);
    color: rgba(var(--secondary), 1);
  }
}
.ry form.hs-form {
  display: block;
  width: 100%;
  max-width: 100%;
}

.ry form.hs-form .input {
  padding: 18px 0px;
}

.ry form.hs-form li,
.ry form.hs-form p,
.ry form.hs-form h1,
.ry form.hs-form h2,
.ry form.hs-form h3,
.ry form.hs-form h4,
.ry form.hs-form h5,
.ry form.hs-form h6,
.ry form.hs-form input.hs-input,
.ry form.hs-form textarea,
.ry form.hs-form select,
.ry form.hs-form button,
.ry form.hs-form legend,
.ry form.hs-form em {
  font-family: Roboto, sans-serif;
}

.ry form.hs-form input[type="text"].hs-input,
.ry form.hs-form input[type="email"].hs-input,
.ry form.hs-form input[type="num"].hs-input,
.ry form.hs-form input[type="tel"].hs-input,
.ry form.hs-form textarea,
.ry form.hs-form select {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: none;
  background: #F9F9FF;
  border-radius: 6px;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  box-sizing: border-box;
  font-family: roboto, sans-serif;
  border: 1px solid #000;
  box-sizing: border-box;
}

.ry form.hs-form input[type="submit"],
.ry form.hs-form button[type="submit"] {
  display: block;
  height: auto;
  width: auto;
  padding: 12px 24px;
  color: #fff;
  background: rgba(0, 84, 79, 1);
}

.ry form.hs-form textarea {
  min-height: 150px;
}

.ry form.hs-form ::-webkit-input-placeholder { /* Edge */
  color: #272643;
}

.ry form.hs-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #272643;
}

.ry form ::placeholder {
  color: #272643;
}

.ry form.hs-form .form-columns-1,
.ry form.hs-form .form-columns-2 {
  margin-right: 0;
  width: 100%;
  max-width: 100%;
}

.ry form.hs-form .form-columns-1 .input,
.ry form.hs-form .form-columns-2 .hs_lastname .input {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.ry form.hs-form input[type="submit"] {
/*   background: rgba(var(--primary), 1);
  color: rgba(var(--light), 1); */
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: none;
  border-radius: 6px;
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: -0.00027em;
  font-family: roboto, sans-serif;
  margin-bottom: 20px;
}

.ry form.hs-form ul.inputs-list.multi-container {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ry form.hs-form ul.inputs-list.multi-container li {
  padding: 8px 0;
}

.ry.contact-form .cf-info h3 {
  color: rgba(var(--secondary), 1);
}

.ry.contact-form .cf-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Buttons */
.ry .btn,
.ry .hs-button {
  font-family: Montserrat;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.0;
  text-align: center;
  text-decoration: none!important;
  vertical-align: middle;
  white-space: nowrap;

  background-image: none;

  display: inline-block;
  padding: 17px 62px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 99px;

  touch-action: manipulation;
  cursor: pointer;
  user-select: none;

  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}  

.ry .btn.sm,
.ry .hs-button.sm,
.ry .btn.btn--sm {
  font-size:  12.6px;
  padding: 17px 43.4px;
  border-width: 1px;
}

.ry .btn.lg,
.ry .hs-button.lg {
  font-size:  23.400000000000002px;
  padding: 22.1px 80.60000000000001px;
  border-width: 1px;
}

.ry .btn:hover,
.ry .hs-button:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
}


.ry .btn:disabled,
.ry .btn[disabled] {
  opacity: .5;
  pointer-events:none;
}
.ry .btn:disabled:hover,
.ry .btn[disabled]:hover {
  cursor: not-allowed;
}


.ry .btn.module-btn {
  padding: 18px 28px;
  border-radius: 8px;
  border-width: 2px;
  border-style: solid;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.ry .btn.module-btn svg {
  display: inline-block;
  height: 20px;
  width: 20px;
  padding-left: 0;
  transition: .2s ease all;
  -webkit-transition: .2s ease all;
}

.ry .btn.module-btn:hover svg {
  transition: .2s ease all;
  -webkit-transition: .2s ease all;
  padding-left: 6px;
}

.ry .btn.module-btn.solid {}
.ry .btn.module-btn.outline {}
.ry .btn.module-btn.plain {
  padding-left: 0;
  padding-right: 0;
}

.ry .btn.module-btn.accent {
  text-decoration: none;
    padding-left: 0;
  padding-right: 0;
      font-size: 30px;
      font-weight: 600;
      line-height: 32px;
      font-family: "Roboto", sans-serif;
      margin-bottom: 24px;
}

.ry .btn.module-btn.accent svg {
  height: 32px;
  width: 32px;
}


@media screen and (max-width: 900px) {
  .ry .btn.module-btn {
    white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Legacy support */
  overflow-wrap: break-word; /* Modern browsers */
  word-break: break-word; /* For aggressive word breaking */
    text-align: left !important;
  width: auto !important;
  }
}




.object-1 {
  animation: object-1 120s ease-in-out infinite;
}

.object-2 {
  animation: object-1 80s ease-in-out infinite;
}

.object-3 {
  animation: object-1 120s ease-in-out infinite;
}

.object-4 {
  animation: object-1 80s ease-in-out infinite;
}

.object-5 {
  animation: object-2 120s ease-in-out infinite;
}

.object-6 {
  animation: object-2 80s ease-in-out infinite;
}

.object-7 {
  animation: object-2 120s ease-in-out infinite;
}


@-webkit-keyframes object-1 {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  20% {
    -webkit-transform: translate(-100px, -100px) scale(.8);
            transform: translate(-100px, -100px) scale(.8);
  }
  40% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  60% {
    -webkit-transform: translate(-100px, 100px) scale(0.8);
            transform: translate(-100px, 100px) scale(0.8);
  }
  80% {
    -webkit-transform: translate(100px, -100px) scale(1.75);
            transform: translate(100px, -100px) scale(1.75);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes object-1 {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  20% {
    -webkit-transform: translate(-100px, -100px) scale(1);
            transform: translate(-100px, -100px) scale(1);
  }
  40% {
    -webkit-transform: translate(0, 0) scale(0.75);
            transform: translate(0, 0) scale(0.75);
  }
  60% {
    -webkit-transform: translate(-100px, 100px) scale(0.5);
            transform: translate(-100px, 100px) scale(0.5);
  }
  80% {
    -webkit-transform: translate(100px, -100px) scale(1.75);
            transform: translate(100px, -100px) scale(1.75);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}

@-webkit-keyframes object-2 {
 0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  20% {
    -webkit-transform: translate(100px, 100px) scale(1);
            transform: translate(100px, 100px) scale(1);
  }
  40% {
    -webkit-transform: translate(0, 0) scale(0.75);
            transform: translate(0, 0) scale(0.75);
  }
  60% {
    -webkit-transform: translate(100px, -100px) scale(0.5);
            transform: translate(100px, -100px) scale(0.5);
  }
  80% {
    -webkit-transform: translate(-100px, 100px) scale(1.75);
            transform: translate(-100px, 100px) scale(1.75);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes object-2 {
 0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  20% {
    -webkit-transform: translate(100px, 100px) scale(1);
            transform: translate(100px, 100px) scale(1);
  }
  40% {
    -webkit-transform: translate(0, 0) scale(0.75);
            transform: translate(0, 0) scale(0.75);
  }
  60% {
    -webkit-transform: translate(100px, -100px) scale(0.5);
            transform: translate(100px, -100px) scale(0.5);
  }
  80% {
    -webkit-transform: translate(-100px, 100px) scale(1.75);
            transform: translate(-100px, 100px) scale(1.75);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}


@-webkit-keyframes object-3 {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  25% {
    -webkit-transform: translate(100px, 0) scale(1.25);
            transform: translate(100px, 0) scale(1.25);
  }
  50% {
    -webkit-transform: translate(50px, -50px) scale(1.50);
            transform: translate(50px, -50px) scale(1.50);
  }
  75% {
    -webkit-transform: translate(-50px, 50px) scale(.75);
            transform: translate(-50px, 50px) scale(.75);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes object-3 {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  25% {
    -webkit-transform: translate(100px, 0) scale(1.25);
            transform: translate(100px, 0) scale(1.25);
  }
  50% {
    -webkit-transform: translate(50px, -50px) scale(1.50);
            transform: translate(50px, -50px) scale(1.50);
  }
  75% {
    -webkit-transform: translate(-50px, 50px) scale(.75);
            transform: translate(-50px, 50px) scale(.75);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}


.ry.reely-footer .rf-wrapper {
  padding: 115px 0;
}

.ry.reely-footer .rf-wrapper i {
  display: inline-block;
  margin-right: 14px;
}

.ry.reely-footer .rf-wrapper a {
  color: rgba(var(--secondary), 1);
  text-decoration: none;
  font-weight: 700;
}

.ry.reely-footer .rf-wrapper p {
  font-family: roboto, sans-serif;
}

.ry.reely-footer .rf-wrapper .rf-upper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ry.reely-footer .rf-wrapper .rf-upper ul li a {
  display: block;
  margin: 25px;
  color: rgba(var(--light), 1);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  font-family: roboto, sans-serif !important;
}

.ry.reely-footer .rf-wrapper .rf-main .rf-cnt {
  color: rgbavar(var(--light), 1);
  padding: 55px 0 70px;
}

.ry.reely-footer .rf-wrapper .rf-main .rf-cnt h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: -0.00027em;
}

.ry.reely-footer .rf-wrapper .rf-main .rf-cnt p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.ry.reely-footer .rf-wrapper .rf-main .rf-cnt .rf-contact {
  margin: 16px 0;
  position: relative;
}

.ry.reely-footer .rf-wrapper .rf-main .rf-cnt .rf-contact:before {
  content: "";
  display: block;
  height: 1px;
  width: 73px;
  position: absolute;
  top: -16px;
  left: 0;
  background: rgba(var(--secondary), 1);
}

.ry.reely-footer .rf-wrapper .rf-main .rf-cnt .rf-contact p {
  line-height: 25px;
  margin-top: 0px;
  margin-bottom: 4px;
}

.ry.reely-footer .rf-wrapper .rf-main .rf-socials {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.ry.reely-footer .rf-wrapper .rf-main .rf-socials a {
  color: rgba(var(--light), 1);
}


.ry.blog-listing {
  position: relative;
  z-index: 3;
}

.ry.blog-listing .bl-main {
  margin-right: 21px !important;
}

@media only screen and (max-width: 1300px) {
  .ry.blog-listing .bl-grid {
      -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  }
}


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* Misc. Reely */

.dnd-updates .typography-on_light .accented-text,
.dnd-updates .typography-on_light h1,
.dnd-updates .typography-on_light h2,
.dnd-updates .typography-on_light h3,
.dnd-updates .typography-on_light h4,
.dnd-updates .typography-on_light h5,
.dnd-updates .typography-on_light h6,
.dnd-updates .typography-on_light p,
.dnd-updates .typography-on_light li,
.dnd-updates .typography-on_light a,
.dnd-updates .ry .typography-on_light .accented-text,
.dnd-updates .ry .typography-on_light h1,
.dnd-updates .ry .typography-on_light h2,
.dnd-updates .ry .typography-on_light h3,
.dnd-updates .ry .typography-on_light h4,
.dnd-updates .ry .typography-on_light h5,
.dnd-updates .ry .typography-on_light h6,
.dnd-updates .ry .typography-on_light p,
.dnd-updates .ry .typography-on_light li,
.dnd-updates .ry .typography-on_light a {
  color: #000;
}

.dnd-updates .typography-on_light a svg path,
.dnd-updates .ry .typography-on_light a svg path {fill: #000;}

.dnd-updates .typography-on_dark .accented-text,
.dnd-updates .typography-on_dark h1,
.dnd-updates .typography-on_dark h2,
.dnd-updates .typography-on_dark h3,
.dnd-updates .typography-on_dark h4,
.dnd-updates .typography-on_dark h5,
.dnd-updates .typography-on_dark h6,
.dnd-updates .typography-on_dark p,
.dnd-updates .typography-on_dark li,
.dnd-updates .typography-on_dark a,
.dnd-updates .ry .typography-on_dark .accented-text,
.dnd-updates .ry .typography-on_dark h1,
.dnd-updates .ry .typography-on_dark h2,
.dnd-updates .ry .typography-on_dark h3,
.dnd-updates .ry .typography-on_dark h4,
.dnd-updates .ry .typography-on_dark h5,
.dnd-updates .ry .typography-on_dark h6,
.dnd-updates .ry .typography-on_dark p,
.dnd-updates .ry .typography-on_dark li,
.dnd-updates .ry .typography-on_dark a {
  color: #fff;
}

.dnd-updates .typography-on_light p span,
.dnd-updates .typography-on_dark p span {
  color: #FFA600;
}