/* Universal Clear */
/* line 3, app/assets/stylesheets/style.scss */
.clearing {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

/* line 12, app/assets/stylesheets/style.scss */
.required-indicator {
  color: #cc0000;
  font-weight: bold;
}

/* End Universal Clear */
/* line 19, app/assets/stylesheets/style.scss */
.headline {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  border-bottom: solid 1px #c6c6c6;
  padding-bottom: 3px;
  margin-bottom: 3px;
}

/* line 28, app/assets/stylesheets/style.scss */
.front_page_box {
  border: solid 1px #c6c6c6;
  padding-top: 5px;
}

/* line 33, app/assets/stylesheets/style.scss */
body, table, td, textarea, input, select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #333333;
}

/* line 40, app/assets/stylesheets/style.scss */
hr {
  border: solid 1px #888888;
}

/* line 44, app/assets/stylesheets/style.scss */
fieldset {
  border: solid 1px #c6c6c6;
  margin: 0px;
  padding: 5px;
}

/* line 50, app/assets/stylesheets/style.scss */
.ar_table table tr th {
  background-color: #EFF7FF;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

/* line 57, app/assets/stylesheets/style.scss */
img {
  border-style: none;
}

/* line 63, app/assets/stylesheets/style.scss */
form {
  margin: 0px;
  padding: 0px;
}

/* line 68, app/assets/stylesheets/style.scss */
body {
  color: #000000;
  background-color: #ffffff;
  margin: 0px;
  text-align: center;
}

/* line 75, app/assets/stylesheets/style.scss */
a, .fake_link {
  color: #356d9e;
  text-decoration: underline;
}

/* line 80, app/assets/stylesheets/style.scss */
a.orange-button {
  text-decoration: none;
}

/* line 84, app/assets/stylesheets/style.scss */
a:hover {
  text-decoration: underline;
}

/* line 88, app/assets/stylesheets/style.scss */
textarea, input[type=text], input[type=password], select {
  border: 1px solid #6f6f6f;
  border-color: #6f6f6f #ccc #ccc #6f6f6f;
  outline: 1px solid white;
  padding: 3px;
}

/* line 95, app/assets/stylesheets/style.scss */
textarea:focus, input[type=text]:focus, input[type=password]:focus, select:focus {
  outline-color: #3299e9;
  border-color: #3299e9;
}

/* line 100, app/assets/stylesheets/style.scss */
#c_q:focus {
  outline-color: white !important;
  border-color: #c1bc0b #e0da00 #e0da00 #c1bc0b !important;
  background-color: #fffee9 !important;
}

/* line 106, app/assets/stylesheets/style.scss */
.top_dropdown {
  display: block;
  position: absolute;
  border: 1px solid #e5e2c2;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  border-top: none;
  background: #fbfaea;
  left: 0;
  z-index: 1000;
}

/* line 119, app/assets/stylesheets/style.scss */
* html .top_dropdown {
  width: 200px;
  top: 16px;
  margin-top: 9px;
}

/* line 125, app/assets/stylesheets/style.scss */
.top_dropdown .layout {
  padding: 0 !important;
}

/* line 129, app/assets/stylesheets/style.scss */
.top_dropdown ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 135, app/assets/stylesheets/style.scss */
.top_dropdown ul li {
  display: block !important;
  padding: 0 !important;
}

/* line 140, app/assets/stylesheets/style.scss */
.top_dropdown ul li a {
  display: block;
  padding: 4px 5px;
}

/* line 145, app/assets/stylesheets/style.scss */
.top_dropdown ul li a:hover {
  background: #ffa;
  text-decoration: none !important;
}

/* line 150, app/assets/stylesheets/style.scss */
.top_dropdown .inner_menu_header {
  clear: both;
  font-weight: bold;
  display: block;
  text-align: right;
  color: #222;
  padding: 5px;
}

/* line 159, app/assets/stylesheets/style.scss */
* html .top_dropdown {
  left: -50px;
}

/* line 163, app/assets/stylesheets/style.scss */
* html #state_dropdown {
  left: -200px;
}

/* line 167, app/assets/stylesheets/style.scss */
* html .top_dropdown ul li {
  height: 0%;
}

/* line 171, app/assets/stylesheets/style.scss */
#state_dropdown {
  width: 310px;
  left: -200px;
}

/* line 176, app/assets/stylesheets/style.scss */
#state_dropdown li {
  display: block;
  float: left;
  width: 30px;
}

/* layout */
/* line 183, app/assets/stylesheets/style.scss */
#wrapper {
  width: 100%;
  min-height: 550px;
  _height: 500px;
}

/* line 189, app/assets/stylesheets/style.scss */
#content {
  text-align: left;
}

/* line 193, app/assets/stylesheets/style.scss */
#content_wrapper {
  margin: 5px;
  text-align: left;
}

/* line 198, app/assets/stylesheets/style.scss */
#header, #footer {
  background-color: #fbfaea;
  border-top: solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
  height: 22px;
  width: 100%;
}

/* line 209, app/assets/stylesheets/style.scss */
#footer table tr td {
  text-align: right;
}

/* line 213, app/assets/stylesheets/style.scss */
.nav {
  width: 100%;
}

/* line 217, app/assets/stylesheets/style.scss */
#header .nav {
  margin-top: 3px;
}

/* line 221, app/assets/stylesheets/style.scss */
#footer .nav {
  margin-top: -10px;
}

/* line 225, app/assets/stylesheets/style.scss */
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 231, app/assets/stylesheets/style.scss */
.nav ul li {
  display: inline;
}

/* line 235, app/assets/stylesheets/style.scss */
* html .nav ul li {
  /*  display: inline-block;*/
}

/* line 239, app/assets/stylesheets/style.scss */
.nav_list {
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
}

/* line 245, app/assets/stylesheets/style.scss */
.nav_list ul {
  font-weight: normal;
  font-size: 11px;
  margin-top: 0;
  padding-left: 5px;
  margin-left: 5px;
  line-height: 150%;
}

/* line 254, app/assets/stylesheets/style.scss */
.nav_list li {
  list-style-type: none;
}

/* line 258, app/assets/stylesheets/style.scss */
.hiddenCancellationInfo {
  visibility: hidden;
}

/* line 262, app/assets/stylesheets/style.scss */
.feedbackTextBlock {
  background-color: #EFF7FF;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}

/* line 269, app/assets/stylesheets/style.scss */
.textBlock {
  background-color: #EFF7FF;
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 5px;
  width: 100%;
}

/* line 277, app/assets/stylesheets/style.scss */
.innerTextBlock {
  padding: 5px;
}

/* line 281, app/assets/stylesheets/style.scss */
.innerTextBlockLeft {
  padding: 5px;
  text-align: left;
}

/* line 286, app/assets/stylesheets/style.scss */
.textBlockTitle {
  font-weight: bold;
}

/* line 290, app/assets/stylesheets/style.scss */
#signupInstructions {
  width: 720px;
}

/* line 294, app/assets/stylesheets/style.scss */
.form label, .form input, .form select {
  display: block;
  width: 150px;
  float: left;
  margin-bottom: 10px;
}

/* line 301, app/assets/stylesheets/style.scss */
.form label {
  text-align: right;
  width: 95px;
  padding-right: 20px;
}

/* line 307, app/assets/stylesheets/style.scss */
.form br {
  clear: left;
}

/* line 311, app/assets/stylesheets/style.scss */
#signUpForm1 label {
  width: 200px;
  font-weight: bold;
}

/* line 316, app/assets/stylesheets/style.scss */
.bold {
  font-weight: bold;
}

/* line 320, app/assets/stylesheets/style.scss */
.site_button {
  font-family: fullersansdtregular;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding-right: 14px;
  background-color: #FC9A44;
  background-image: url("/assets/product_reviews/ARW_FFFFFF.png");
  background-position: 95% center;
  background-repeat: no-repeat;
  border: 0 none;
  border-radius: 15px 15px 15px 15px;
  padding: 4px 30px 4px 10px;
  background-color: #FF9700;
  cursor: pointer;
}

/* line 341, app/assets/stylesheets/style.scss */
.button_wrapper {
  width: 170px;
}

/* line 345, app/assets/stylesheets/style.scss */
.site_button_yellow {
  color: #000;
  background-color: #FBFAEA;
}

/* line 350, app/assets/stylesheets/style.scss */
.friend_button {
  border: solid #57758C 1px;
  cursor: pointer;
  background-color: #EFF7FF;
  color: black;
  border-collapse: collapse;
  background-image: url(/assets/friends/button_plus.gif);
  background-position: left;
  background-repeat: no-repeat;
  font-weight: bold;
  width: 100%;
}

/* line 363, app/assets/stylesheets/style.scss */
#signMeUpButton input {
  width: 110px;
}

/* line 367, app/assets/stylesheets/style.scss */
#errorBox {
  border: solid 2px red;
  color: red;
  width: 450px;
  margin: 10px;
}

/* line 374, app/assets/stylesheets/style.scss */
#breadcrumbs {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #555555;
  text-decoration: none;
  text-align: left;
  margin-bottom: 15px;
}

/* line 384, app/assets/stylesheets/style.scss */
h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #3d5da4;
  text-decoration: none;
}

/* line 392, app/assets/stylesheets/style.scss */
.label {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

/* line 400, app/assets/stylesheets/style.scss */
.divider {
  border-top: solid 2px #356d9e;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 10px;
}

/* line 407, app/assets/stylesheets/style.scss */
.profileDivider {
  border: solid 1px #888888;
  height: 0px;
}

/* line 412, app/assets/stylesheets/style.scss */
#login {
  padding-top: 10px;
  padding-left: 10px;
  width: 300px;
  background-color: #fbfaea;
}

/* line 420, app/assets/stylesheets/style.scss */
.yellowbox {
  background-color: #FBFAEA;
}

/* line 424, app/assets/stylesheets/style.scss */
.bluebox {
  background-color: #EBF5FF;
}

/* line 428, app/assets/stylesheets/style.scss */
#popup_wrapper {
  margin: 15px;
}

/* line 432, app/assets/stylesheets/style.scss */
.flash_notice {
  color: red;
  font-size: 18px;
  font-weight: bold;
}

/* line 438, app/assets/stylesheets/style.scss */
#cya {
  color: gray;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 8pt;
}

/* line 445, app/assets/stylesheets/style.scss */
.friend_agent {
  display: inline;
  float: left;
  margin: 15px;
  border: solid 1px black;
  height: 150px;
}

/* line 453, app/assets/stylesheets/style.scss */
.friends_list ul {
  display: inline;
}

/* line 457, app/assets/stylesheets/style.scss */
.friends_list ul li {
  list-style: none;
  display: inline;
  float: left;
}

/* line 466, app/assets/stylesheets/style.scss */
.friends_wrapper {
  border: solid 2px gray;
}

/* line 471, app/assets/stylesheets/style.scss */
div.visible {
  display: block;
}

/* line 475, app/assets/stylesheets/style.scss */
div.hidden {
  display: none;
}

/* line 479, app/assets/stylesheets/style.scss */
tr.visible {
  display: block;
}

/* line 483, app/assets/stylesheets/style.scss */
tr.hidden {
  display: none;
}

/* line 487, app/assets/stylesheets/style.scss */
.currentHeader {
  font-weight: bold;
  color: #777777;
  white-space: nowrap;
}

/* line 493, app/assets/stylesheets/style.scss */
.pipe-list ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
}

/* line 499, app/assets/stylesheets/style.scss */
.pipe-list ul li {
  margin-left: 0;
  padding: 3px 15px;
  border-left: 1px solid #000;
  list-style: none;
  display: inline;
}

/* line 507, app/assets/stylesheets/style.scss */
.pipe-list ul li.first {
  margin-left: 0;
  border-left: none;
  list-style: none;
  display: inline;
}

/* line 514, app/assets/stylesheets/style.scss */
#global_spinner {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 100px;
  height: 14px;
  padding: 10px;
  background-color: #ffffff;
  border: solid 1px #000000;
  z-index: 100;
}

/* line 526, app/assets/stylesheets/style.scss */
#global_spinner img {
  padding-left: 5px;
  vertical-align: top;
}

/* line 531, app/assets/stylesheets/style.scss */
table.sortable {
  border-collapse: collapse;
  border: 1px solid #666666;
  width: 100%;
}

/* line 537, app/assets/stylesheets/style.scss */
table.sortable th {
  background-color: #EFF7FF;
  border: 1px solid #666666;
  color: #404050;
  font-size: 11px;
  text-align: center;
  margin: 0;
  padding: 2px 10px;
}

/* line 547, app/assets/stylesheets/style.scss */
table.sortable td {
  margin: 0;
  padding: 3px;
}

/* line 552, app/assets/stylesheets/style.scss */
table.sortable tr.disabled td {
  color: #888888;
  text-decoration: line-through;
}

/* line 557, app/assets/stylesheets/style.scss */
table.sortable tr.over {
  background-color: #C3DBFF;
  cursor: pointer;
}

/* line 562, app/assets/stylesheets/style.scss */
th.sortable, th.sort_asc, th.sort_desc {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

/* line 568, app/assets/stylesheets/style.scss */
th.sortable {
  background-image: url(/assets/sortable.gif);
}

/* line 572, app/assets/stylesheets/style.scss */
th.sort_asc {
  background-image: url(/assets/sort_asc.gif);
}

/* line 576, app/assets/stylesheets/style.scss */
th.sort_desc {
  background-image: url(/assets/sort_desc.gif);
}

/* line 580, app/assets/stylesheets/style.scss */
div.sort_pager {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 11px;
  text-align: right;
  margin-top: 5px;
}

/* line 587, app/assets/stylesheets/style.scss */
div.sort_pager span, div.sort_pager a {
  border: 1px solid #666666;
  margin-left: 4px;
  padding: 2px 5px;
}

/* line 593, app/assets/stylesheets/style.scss */
div.sort_pager span {
  color: #666666;
}

/* line 597, app/assets/stylesheets/style.scss */
div.sort_pager a {
  text-decoration: none;
  font-weight: bold;
}

/* line 602, app/assets/stylesheets/style.scss */
div.sort_pager a:hover {
  background-color: #C3DBFF;
  text-decoration: none;
}

/* line 607, app/assets/stylesheets/style.scss */
.form_table {
  margin-top: 10px;
}

/* line 611, app/assets/stylesheets/style.scss */
.form_table tr.tall {
  vertical-align: top;
}

/* line 615, app/assets/stylesheets/style.scss */
.form_table th {
  padding-right: 15px;
  text-align: left;
}

/* line 620, app/assets/stylesheets/style.scss */
.form_table .fieldWithErrors {
  display: inline;
}

/* line 624, app/assets/stylesheets/style.scss */
tr.divider {
  height: 10px;
}

/* line 628, app/assets/stylesheets/style.scss */
th.title, div.title {
  font-weight: bold;
  text-align: center !important;
  margin-top: 0;
  padding-bottom: 5px;
  padding-top: 0;
}

/* line 636, app/assets/stylesheets/style.scss */
.negative {
  color: #D00000;
}

/* line 640, app/assets/stylesheets/style.scss */
.positive {
  color: #007000;
}

/* line 644, app/assets/stylesheets/style.scss */
.neutral {
  color: #707070;
}

/* TABS from http://www.htmldog.com/articles/tabs/ */
/* line 649, app/assets/stylesheets/style.scss */
#tab_header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 655, app/assets/stylesheets/style.scss */
#tab_header li {
  float: left;
  border: 1px solid #797979;
  border-bottom-width: 0;
  margin: 0;
}

/* line 662, app/assets/stylesheets/style.scss */
#tab_header a {
  text-decoration: none;
  display: block;
  background: #eee;
  padding: 0.24em 1em;
  color: #00c;
  width: 8em;
  text-align: center;
}

/* line 672, app/assets/stylesheets/style.scss */
#tab_header a:hover {
  background: #ddf;
}

/* line 676, app/assets/stylesheets/style.scss */
#tab_header #tab_selected {
  border-color: #797979;
}

/* line 680, app/assets/stylesheets/style.scss */
#tab_header #tab_selected a {
  position: relative;
  top: 1px;
  background: white;
  color: #797979;
  font-weight: bold;
}

/* line 688, app/assets/stylesheets/style.scss */
#tab_content {
  border: 1px solid #797979;
  clear: both;
  padding: 10px;
  width: 95%;
}

/* line 695, app/assets/stylesheets/style.scss */
#blog_nav {
  text-align: left;
}

/* line 699, app/assets/stylesheets/style.scss */
.deleted {
  background: #EEEEEE;
}

/* line 703, app/assets/stylesheets/style.scss */
.deleted_notice {
  color: red;
}

/* New click bar*/
/* line 709, app/assets/stylesheets/style.scss */
#click_bar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 1000;
  border-bottom: 1px solid #ccc;
  background: white;
}

/* line 720, app/assets/stylesheets/style.scss */
* html body {
  /*background-image: url(foo);*/
  background-color: #fff;
  /*background-attachment: fixed;*/
}

/* line 726, app/assets/stylesheets/style.scss */
#click_bar .layout {
  padding: 5px;
}

/* line 730, app/assets/stylesheets/style.scss */
.flash_dev {
  color: blue;
  font-size: 18px;
}

/* line 735, app/assets/stylesheets/style.scss */
#stop_button a {
  line-height: 40px;
}

/* line 739, app/assets/stylesheets/style.scss */
table.comment_footer td, table.comment_footer td {
  background-color: transparent;
}

/* line 743, app/assets/stylesheets/style.scss */
.date_bar {
  position: relative;
  margin-bottom: 8px;
  font-weight: bold;
}

/* line 749, app/assets/stylesheets/style.scss */
.date_bar .month {
  border: 1px solid #9c2f31;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius: 5px 0 0 5px;
  color: white;
  background: #b03d3f;
  text-align: right;
  border-right: none;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2);
  padding: 3px 10px 3px 0;
  margin-right: 50px;
}

/* line 763, app/assets/stylesheets/style.scss */
.date_bar .day {
  background: #eee;
  border: 1px solid #ddd;
  border-left: none;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius: 0 5px 5px 0;
  padding: 3px 0;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}

/* line 778, app/assets/stylesheets/style.scss */
.date_bar .year {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #d05c15;
  border: 1px solid #cc5207;
  padding: 3px 0;
  text-align: center;
  color: white;
  width: 50px;
}

/* line 792, app/assets/stylesheets/style.scss */
*:first-child + html .inner_comment {
  display: inline-block;
}

/* line 796, app/assets/stylesheets/style.scss */
.comment {
  border: 1px solid #bbb;
  border-color: #bbb #777 #777 #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 8px;
}

/* line 804, app/assets/stylesheets/style.scss */
.original_poster {
  border: 2px solid #82bcd7 !important;
  background: #d3effc;
}

/* line 809, app/assets/stylesheets/style.scss */
.staff_poster {
  border: 2px solid #000 !important;
  background-color: #ffc;
}

/* line 814, app/assets/stylesheets/style.scss */
.deleted {
  border: 2px solid #d00 !important;
  opacity: 0.6;
}

/* line 819, app/assets/stylesheets/style.scss */
.comment .comment_layout {
  padding: 8px;
  padding-bottom: 6px;
}

/* line 824, app/assets/stylesheets/style.scss */
.comment .action_links {
  visibility: hidden;
}

/* line 828, app/assets/stylesheets/style.scss */
.comment:hover .action_links {
  visibility: visible;
}

/* line 832, app/assets/stylesheets/style.scss */
.comment table, .comment table td {
  border: none;
  background: transparent !important;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

/* line 840, app/assets/stylesheets/style.scss */
.comment table.comment_layout_table {
  width: 100%;
}

/* line 844, app/assets/stylesheets/style.scss */
.comment tr.header td {
  padding-top: 2px;
}

/* line 848, app/assets/stylesheets/style.scss */
.comment table td {
  vertical-align: top;
}

/* line 852, app/assets/stylesheets/style.scss */
.comment tr.header td {
  vertical-align: bottom !important;
}

/* line 856, app/assets/stylesheets/style.scss */
.comment .number_link a {
  text-decoration: none;
}

/* line 860, app/assets/stylesheets/style.scss */
.comment .comment_text p:first-child {
  margin-top: 0;
}

/* line 864, app/assets/stylesheets/style.scss */
.comment .comment_text {
  padding: 0 10px 0 0px;
}

/* line 868, app/assets/stylesheets/style.scss */
.comment .comment_text p {
  line-height: 1.5em;
}

/* line 872, app/assets/stylesheets/style.scss */
.comment .created_on {
  text-align: center;
}

/* line 876, app/assets/stylesheets/style.scss */
.comment .created_on small {
  font-size: 11px;
  display: block;
  padding: 2px 7px;
}

/* line 882, app/assets/stylesheets/style.scss */
.comment .created_on small.month {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius: 5px 5px 0 0;
  color: white;
  background: #b03d3f;
  padding-bottom: 1px;
  border: 1px solid #ae3e40;
  border-bottom: none;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2);
}

/* line 894, app/assets/stylesheets/style.scss */
.comment .created_on small.day {
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius: 0 0 5px 5px;
  padding-top: 1px;
  background: #eee;
  border: 1px solid #ddd;
  border-top: none;
  font-weight: bold;
}

/* line 905, app/assets/stylesheets/style.scss */
.comment .time {
  font-size: 10px;
  color: #999;
}

/* line 910, app/assets/stylesheets/style.scss */
.comment .year {
  font-size: 10px;
  margin-bottom: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #d05c15;
  padding: 3px;
  text-align: center;
  color: white;
}

/* line 921, app/assets/stylesheets/style.scss */
div.nav_menu_box {
  text-align: left;
  width: 100%;
}

/* line 926, app/assets/stylesheets/style.scss */
div.nav_menu_box .layout {
  padding: 0 15px;
}

/* line 930, app/assets/stylesheets/style.scss */
div.nav_menu_box b {
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}

/* line 936, app/assets/stylesheets/style.scss */
ul.nav_menu {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  border-top: 2px solid #2e6d9f;
}

/* line 943, app/assets/stylesheets/style.scss */
ul.nav_menu li {
  font-weight: bold;
  padding: 5px 0;
}

/* line 948, app/assets/stylesheets/style.scss */
ul.nav_menu li ul {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
}

/* line 954, app/assets/stylesheets/style.scss */
ul.nav_menu li ul li {
  padding: 3px 0;
  font-size: 10px;
}

/* line 959, app/assets/stylesheets/style.scss */
div.profile_card {
  width: 800px;
}

/* line 963, app/assets/stylesheets/style.scss */
div.profile_card .layout {
  padding: 15px;
}

/* line 967, app/assets/stylesheets/style.scss */
dl.profile_list {
  margin: 0;
  padding: 0;
}

/* line 972, app/assets/stylesheets/style.scss */
dl.profile_list dt {
  float: left;
  clear: left;
  margin: 0 10px 0 0;
  width: 115px;
  font-weight: bold;
  text-align: right;
}

/* line 981, app/assets/stylesheets/style.scss */
dl.profile_list dd {
  margin-bottom: 10px;
  font-size: 11px;
  margin-left: 85px;
}

/* line 987, app/assets/stylesheets/style.scss */
div.group_info {
  padding: 0 15px;
}

/* line 991, app/assets/stylesheets/style.scss */
div.group_info b.name {
  display: block;
  font-size: 14px;
  padding: 10px 0;
}

/* line 997, app/assets/stylesheets/style.scss */
div.group_info div.post_button {
  margin-bottom: 10px;
}

/* line 1001, app/assets/stylesheets/style.scss */
div.group_info img.group_image {
  margin-bottom: 10px;
}

/* line 1005, app/assets/stylesheets/style.scss */
div.group_info table td {
  text-align: left;
}

/* line 1009, app/assets/stylesheets/style.scss */
div.group_info div.admin_box {
  padding: 5px;
}

/* line 1013, app/assets/stylesheets/style.scss */
div.group_info div.admin_box a {
  color: #d00;
}

/* Menu */
/* line 1019, app/assets/stylesheets/style.scss */
header#top {
  position: relative;
  width: 100%;
  padding-top: 2px;
  display: block;
  background: #fff url(/assets/login/bg_head_bluegradient.png) repeat-x;
}

/* line 1027, app/assets/stylesheets/style.scss */
header#top #logo {
  width: 245px;
  float: left;
}

/* line 1032, app/assets/stylesheets/style.scss */
#head_wrapper {
  width: 100%;
  position: relative;
  background: url(/assets/login/bg_clouds.png) 350px 20px repeat-x;
  padding-bottom: 9px;
}

/* line 1039, app/assets/stylesheets/style.scss */
#logo {
  z-index: 1;
  text-align: left;
  padding: 4px 15px;
  position: relative;
  width: 400px;
}

/*#logo_wrapper {
  margin-top: 11px;
  margin-bottom: 1px;
}*/
/* line 1052, app/assets/stylesheets/style.scss */
header#top #member_count {
  float: right;
  width: 350px;
  text-align: right;
  position: relative !important;
  margin-top: 3.5em;
}

/* line 1060, app/assets/stylesheets/style.scss */
#member_count {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
}

/* line 1067, app/assets/stylesheets/style.scss */
#member_count .layout {
  padding: 0 15px;
  padding-top: 2px;
}

/* line 1072, app/assets/stylesheets/style.scss */
div.auth_link {
  padding-top: 3px;
  font-size: 11px;
}

/* line 1077, app/assets/stylesheets/style.scss */
div.auth_link a {
  text-decoration: none;
}

/* line 1081, app/assets/stylesheets/style.scss */
div.auth_link a:hover {
  text-decoration: underline;
}

/* line 1085, app/assets/stylesheets/style.scss */
header#top nav {
  display: block;
}

/* line 1089, app/assets/stylesheets/style.scss */
header#top nav ul.top_level_menu {
  background: url(/assets/uploader/bg_nav.png) repeat-x;
  border: 0 !important;
  padding: 10px 9px 11px 0;
  color: #fef8b5;
}

/* line 1096, app/assets/stylesheets/style.scss */
ul.top_level_menu {
  margin: 0;
  padding: 5px 9px 5px 0;
  list-style: none;
  /*  background: #fbfaea;*/
  background: url(/assets/headers/ar_home_nav_gradient.png) repeat-x left;
  /* NEW */
  background-size: auto 100px;
  border: 1px solid #e5e3c3;
  border-color: #2a77b8;
  /* NEW */
  border-width: 1px 0;
  text-align: right;
}

/* line 1109, app/assets/stylesheets/style.scss */
ul.top_level_menu li {
  position: relative;
  display: inline;
  padding: 0 6px;
}

/* line 1115, app/assets/stylesheets/style.scss */
header#top nav ul.top_level_menu li#join_online_members, header#top nav ul.top_level_menu li#online_members_no_join {
  padding-left: 15px;
  float: left;
}

/* line 1120, app/assets/stylesheets/style.scss */
header#top nav ul.top_level_menu li#join_online_members, header#top nav ul.top_level_menu li#online_members_no_join, header#top nav ul.top_level_menu li a, header#top nav ul.top_level_menu li a, header#top nav ul.top_level_menu li span {
  color: #fef8b5 !important;
}

/* line 1124, app/assets/stylesheets/style.scss */
ul.top_level_menu li a, ul.top_level_menu li span.fake_menu_item {
  color: #555;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.17);
}

/* line 1132, app/assets/stylesheets/style.scss */
ul.top_level_menu li a:hover, ul.top_level_menu li span.fake_menu_item:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* */
/* line 1138, app/assets/stylesheets/style.scss */
#stats {
  background-color: white;
  width: 319px;
  height: 409px;
  float: left;
  color: white;
  margin-right: 15px;
}

/* line 1147, app/assets/stylesheets/style.scss */
#stats .layout {
  padding: 15px;
}

/* line 1151, app/assets/stylesheets/style.scss */
#big_score {
  padding-top: 30px;
  padding-bottom: 30px;
  background: transparent url(/assets/new_design/banner.png) no-repeat center left;
  font-size: 30px !important;
  font-weight: bold;
  text-align: center;
  text-shadow: -1px -1px 0px rgba(78, 155, 180, 0.5);
}

/* line 1161, app/assets/stylesheets/style.scss */
* html #big_score {
  display: inline-block;
}

/* line 1165, app/assets/stylesheets/style.scss */
*:first-child + html #big_score {
  display: inline-block;
}

/* line 1169, app/assets/stylesheets/style.scss */
#big_score .label {
  display: block;
  font-weight: normal;
  font-size: 15px !important;
  margin-top: -3px;
  text-shadow: none;
  padding-bottom: 3px;
}

/* line 1178, app/assets/stylesheets/style.scss */
#stats .profile_img {
  background-color: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  float: right;
  padding: 6px;
  margin-left: -10px;
}

/* line 1187, app/assets/stylesheets/style.scss */
#stats dl {
  clear: both;
  margin: 0;
  padding: 0;
  padding-top: 15px;
  color: #222;
}

/* line 1195, app/assets/stylesheets/style.scss */
#stats dl dt {
  float: left;
  clear: left;
  margin: 0 10px 0 0;
  width: 161px;
  font-weight: bold;
  text-align: right;
}

/* line 1204, app/assets/stylesheets/style.scss */
#stats dl dd {
  margin-bottom: 5px;
  margin-left: 85px;
}

/* Bottom info */
/* line 1210, app/assets/stylesheets/style.scss */
.bottom_info {
  margin: 0 5%;
  text-align: center;
  color: #666;
  font-size: 11px;
  padding: 25px 10px;
}

/* line 1218, app/assets/stylesheets/style.scss */
html div.AuthorizeNetSeal {
  float: right;
  margin-left: 15px;
}

/* line 1223, app/assets/stylesheets/style.scss */
* html .realPNG {
  display: none !important;
}

/* About */
/* line 1229, app/assets/stylesheets/style.scss */
.person {
  clear: both;
  padding-top: 15px;
}

/* line 1234, app/assets/stylesheets/style.scss */
.person .info {
  padding-top: 5px;
  margin-left: 120px;
  /* 105 + 15 */
}

/* line 1239, app/assets/stylesheets/style.scss */
.person img {
  float: left;
}

/* NEW */
/* line 1244, app/assets/stylesheets/style.scss */
h1, a {
  color: #1e77b9;
}

/* line 1248, app/assets/stylesheets/style.scss */
.top_dropdown {
  margin-top: 6px;
  border-color: #666;
  /* NEW */
  border-top: 1px solid #12548c;
  /*  border-left: none;
      border-right: none;*/
  border-top: none;
  background: #eee url(/assets/new_design/shadow.png) repeat-x top left;
  /* NEW */
  background-position: 0 -5px;
}

/* line 1259, app/assets/stylesheets/style.scss */
.top_dropdown a {
  color: #555 !important;
  text-shadow: none !important;
}

/* line 1264, app/assets/stylesheets/style.scss */
.top_dropdown ul li a:hover {
  color: #222 !important;
  background-color: #ccc !important;
}

/* line 1269, app/assets/stylesheets/style.scss */
#clickbar_city_results {
  z-index: 100;
  position: absolute;
  width: 343px;
  background: #fffdbe;
  border: 1px solid black;
  border-color: #fffdbe #e0da00 #e0da00 #c1bc0b;
  margin-top: -3px;
  text-align: left !important;
  margin-left: -20px;
}

/* line 1281, app/assets/stylesheets/style.scss */
#clickbar_city_results .layout {
  padding: 8px 10px;
}

/* line 1285, app/assets/stylesheets/style.scss */
#clickbar_city_results ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -3px;
}

/* line 1292, app/assets/stylesheets/style.scss */
#clickbar_city_results ul li {
  padding: 3px 0;
}

/* line 1296, app/assets/stylesheets/style.scss */
#clickbar_city_results ul li a {
  font-weight: bold;
}

/* line 1300, app/assets/stylesheets/style.scss */
#clickbar_city_results ul li.highlight a {
  color: #d00;
  text-decoration: underline;
}

/* Click Campaign Table Formatting */
/* line 1306, app/assets/stylesheets/style.scss */
.click_table {
  border-collapse: collapse;
}

/* line 1310, app/assets/stylesheets/style.scss */
.click_table th {
  background: #e2e2e2;
  text-align: center;
  padding: 3px 5px;
}

/* line 1316, app/assets/stylesheets/style.scss */
.click_table tr.top th {
  font-weight: normal;
}

/* line 1320, app/assets/stylesheets/style.scss */
.click_table th.clicks {
  background: #f2f2f2;
}

/* line 1324, app/assets/stylesheets/style.scss */
.click_table td {
  padding: 3px 5px;
}

/* line 1328, app/assets/stylesheets/style.scss */
.click_table td.number {
  text-align: center;
}

/* line 1332, app/assets/stylesheets/style.scss */
.click_table td.c_number {
  text-align: center;
}

/* line 1336, app/assets/stylesheets/style.scss */
.click_table td.ll {
  border-left: 1px solid #eee;
  border-right: 1px solid #ddd;
}

/* line 1341, app/assets/stylesheets/style.scss */
.click_table tr.even td {
  background: #f4f4f4;
}

/* line 1345, app/assets/stylesheets/style.scss */
.click_table td {
  border-bottom: 1px solid #eee;
}

/* line 1349, app/assets/stylesheets/style.scss */
.click_table td.action {
  border-bottom: none;
}

/* line 1353, app/assets/stylesheets/style.scss */
.click_table tr.disabled td, .click_table tr.disabled td a {
  color: #aaa !important;
}

/* end */
/* line 1359, app/assets/stylesheets/style.scss */
.row_with_errors td {
  background-color: #FFA;
}

/* line 1363, app/assets/stylesheets/style.scss */
* html #c_q {
  border: 1px solid #6f6f6f;
  border-color: #6f6f6f #ccc #ccc #6f6f6f;
  padding: 4px 3px;
  overflow: visible;
  margin-left: 0 !important;
}

/* line 1371, app/assets/stylesheets/style.scss */
* html #clickbar_city_results {
  margin-left: -160px;
}

/* line 1375, app/assets/stylesheets/style.scss */
* + html #c_q {
  margin-left: -25px !important;
  padding: 4px 3px;
  overflow: visible;
}

/* line 1381, app/assets/stylesheets/style.scss */
* + html #clickbar_city_results {
  left: 0;
  top: 0;
  margin-top: 24px;
  margin-left: -25px;
}

/* line 1388, app/assets/stylesheets/style.scss */
* html ul.top_level_menu {
  display: inline-block;
  position: relative;
  z-index: 1000;
}

/* line 1394, app/assets/stylesheets/style.scss */
* + html ul.top_level_menu {
  display: inline-block;
  position: relative;
  z-index: 1000;
}

/* line 1400, app/assets/stylesheets/style.scss */
* html .top_dropdown {
  margin-top: 4px;
  z-index: 1000;
  padding-bottom: 5px;
}

/* line 1406, app/assets/stylesheets/style.scss */
* + html .top_dropdown {
  margin-top: 20px;
  z-index: 1000;
  padding-bottom: 5px;
}

/* line 1412, app/assets/stylesheets/style.scss */
* html #bottom_menu {
  z-index: 999;
}

/* line 1416, app/assets/stylesheets/style.scss */
* + html #bottom_menu {
  z-index: 999;
}

/* line 1420, app/assets/stylesheets/style.scss */
* html #member_count {
  z-index: 1001;
}

/* line 1424, app/assets/stylesheets/style.scss */
* + html #member_count {
  z-index: 1001;
}

/* line 1428, app/assets/stylesheets/style.scss */
.ad_box {
  width: 0%;
  white-space: nowrap;
}

/* line 1433, app/assets/stylesheets/style.scss */
*:first-child + html .ad_box {
  width: auto;
}

/* line 1437, app/assets/stylesheets/style.scss */
.vertical_ads img {
  display: block;
  padding-bottom: 5px;
}

/* line 1442, app/assets/stylesheets/style.scss */
.vertical_ads {
  padding-bottom: 0;
}

/* line 1446, app/assets/stylesheets/style.scss */
.reblog {
  float: right;
  position: relative;
  width: 53px;
}

/* line 1452, app/assets/stylesheets/style.scss */
.pips {
  margin-top: -5px;
  padding-left: 4px;
}

/* line 1457, app/assets/stylesheets/style.scss */
* html .pips {
  margin-top: 2px;
}

/* line 1461, app/assets/stylesheets/style.scss */
*:first-child + html .pips {
  margin-top: 2px;
}

/* line 1465, app/assets/stylesheets/style.scss */
.pips img {
  cursor: pointer;
}

/* line 1469, app/assets/stylesheets/style.scss */
.reblog .reblog_info {
  position: absolute;
  top: 19px;
  right: 0;
  border: 1px solid #888;
  background: #f2f2f2;
  width: 250px;
  font-size: 11px;
}

/* line 1479, app/assets/stylesheets/style.scss */
.reblog .reblog_info p {
  padding: 0;
  margin: 0;
  margin-bottom: 7px;
}

/* line 1485, app/assets/stylesheets/style.scss */
.reblog .reblog_info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1491, app/assets/stylesheets/style.scss */
.reblog .reblog_info ul li {
  padding: 3px 0;
}

/* line 1495, app/assets/stylesheets/style.scss */
.reblog .reblog_info .info_layout {
  padding: 10px;
}

/* line 1499, app/assets/stylesheets/style.scss */
ul.bb {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}

/* line 1505, app/assets/stylesheets/style.scss */
* html ul.bb {
  display: block;
  position: relative;
}

/* line 1510, app/assets/stylesheets/style.scss */
ul.bb li {
  padding: 3px 0;
  color: #1e76c3;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  display: block;
}

/* line 1519, app/assets/stylesheets/style.scss */
ul.bb li:hover {
  color: #d00;
}

/* line 1523, app/assets/stylesheets/style.scss */
ul.bb li div.bb_popup {
  position: absolute;
  border: 3px solid #999;
  padding: 3px 5px;
  background: #ffa;
  z-index: 500;
  left: 10px;
}

/* line 1532, app/assets/stylesheets/style.scss */
ul.bb li div.bb_popup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1538, app/assets/stylesheets/style.scss */
ul.bb li div.bb_popup ul li {
  margin: 0;
  padding: 2px 0;
}

/* line 1543, app/assets/stylesheets/style.scss */
div.big_box {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
  background: white;
}

/* line 1553, app/assets/stylesheets/style.scss */
div.big_box .inner_layout {
  padding: 5px 10px;
}

/* line 1557, app/assets/stylesheets/style.scss */
div.big_box .inner_layout b {
  display: block;
  border-bottom: 1px solid #000;
}

/* line 1562, app/assets/stylesheets/style.scss */
div.big_box .inner_layout ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

/* line 1569, app/assets/stylesheets/style.scss */
div.big_box .inner_layout ul li a {
  padding-bottom: 7px;
}

/* line 1573, app/assets/stylesheets/style.scss */
div.big_box .inner_layout ul li a:hover {
  color: #d00;
}

/* line 1577, app/assets/stylesheets/style.scss */
* html div.outer_bb_wrapper {
  height: 100%;
}

/* line 1581, app/assets/stylesheets/style.scss */
*:first-child + html div.outer_bb_wrapper {
  height: 100%;
}

/* UPLOADER STYLES */
/* line 1587, app/assets/stylesheets/style.scss */
#uploader {
  background: url(/assets/uploader/bg_uploader.png) #f7f7f7 bottom left repeat-x;
  padding-bottom: 40px;
  padding-top: 30px;
}

/* line 1593, app/assets/stylesheets/style.scss */
#uploader_main {
  margin: 10px auto;
  padding: 20px 0 20px 2px;
  width: 880px;
  background: url(/assets/uploader/bg_uploader_main.png) left bottom no-repeat;
}

/* line 1600, app/assets/stylesheets/style.scss */
#cover_uploader_main {
  margin: 10px auto;
  padding: 20px 0 20px 2px;
  width: 880px;
  background: url(/assets/uploader/bg_cover_uploader_main.png) left bottom no-repeat;
}

/* line 1607, app/assets/stylesheets/style.scss */
div#uploaded_image {
  float: left;
  width: 560px;
  background: #fff;
  padding: 20px 10px 20px 20px;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -moz-box-shadow: 0 0 10px #cccccc;
  margin-bottom: 100px;
}

/* line 1617, app/assets/stylesheets/style.scss */
.tapecontainer {
  position: relative;
  width: 600px;
}

/* line 1622, app/assets/stylesheets/style.scss */
#uploaded_image img#tape_left {
  position: absolute;
  top: -50px;
  left: -55px;
  z-index: 99 !important;
}

/* line 1629, app/assets/stylesheets/style.scss */
#uploaded_image img#tape_right {
  position: absolute;
  top: -50px;
  right: -7px;
  z-index: 99 !important;
}

/* line 1636, app/assets/stylesheets/style.scss */
#uploaded_image img#tape_left_bottom {
  position: absolute;
  top: -30px;
  right: -7px;
  z-index: 99 !important;
}

/* line 1643, app/assets/stylesheets/style.scss */
#uploaded_image img#tape_right_bottom {
  position: absolute;
  top: -30px;
  left: -55px;
  z-index: 99 !important;
}

/* line 1650, app/assets/stylesheets/style.scss */
#the_image_to_crop, #the_fake_image {
  padding: 0 !important;
  float: left;
}

/* line 1655, app/assets/stylesheets/style.scss */
.jcrop-holder > img {
  left: 0;
}

/* line 1659, app/assets/stylesheets/style.scss */
div.aside {
  float: right;
  width: 200px;
}

/* line 1664, app/assets/stylesheets/style.scss */
#live_preview {
  -moz-border-radius: 10px;
  -moz-box-shadow: 0 1px 5px #ccc !important;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 1px 5px #ccc !important;
  background-color: #fffedd;
  background-repeat: repeat-x;
  background: url(/assets/login/bg_loginbox.png);
  border: 2px solid #fef8b5;
  margin-bottom: 30px;
  padding: 9px 9px 7px 9px;
  position: relative;
  width: 262px;
}

/* line 1678, app/assets/stylesheets/style.scss */
#live_preview p {
  color: #2a5e97;
  font-family: arial;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
}

/* line 1688, app/assets/stylesheets/style.scss */
#cropped_image {
  height: 150px;
  overflow: hidden;
  width: 150px;
}

/* line 1694, app/assets/stylesheets/style.scss */
#cropped_wide_image {
  height: 45px;
  margin-top: 1rem;
  margin-right: 0;
  margin-bottom: 2rem;
  width: 240px;
}

/* line 1703, app/assets/stylesheets/style.scss */
#cropped_wide_image .cover-preview {
  background-position: center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  height: inherit;
  overflow: hidden;
  width: inherit;
}

/* line 1713, app/assets/stylesheets/style.scss */
#live_preview_banner {
  position: absolute;
  left: -15px;
}

/* line 1718, app/assets/stylesheets/style.scss */
.save_photo {
  margin-top: 40px;
}

/* line 1722, app/assets/stylesheets/style.scss */
.sidebar_bubble {
  position: relative;
  left: -15px;
  width: 178px;
  padding: 9px 9px 7px 9px;
  background: url(/assets/login/bg_loginbox.png);
  background-color: #fffedd;
  background-repeat: repeat-x;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 1px 5px #ccc !important;
  -moz-box-shadow: 0 1px 5px #ccc !important;
  border: 2px solid #fef8b5;
}

/* line 1737, app/assets/stylesheets/style.scss */
.sidebar_bubble h2 {
  color: #434343;
  font-size: 12px;
  margin-bottom: 9px;
}

/* Footer */
/* line 1745, app/assets/stylesheets/style.scss */
.foot_wrapper {
  font: 10px arial, helvetica, tahoma, verdana, sans-serif;
}

/* line 1749, app/assets/stylesheets/style.scss */
#blue_footer {
  width: 100%;
  font-size: 1.2em;
  background: url(/assets/login/bg_footer_bluegradient.png) #e9f1f8 repeat-x;
  position: relative;
  padding-bottom: 20px;
  text-align: left;
}

/* line 1758, app/assets/stylesheets/style.scss */
#siteMap {
  width: 960px;
  margin: 0 auto;
  padding: 50px 10px 0 10px;
}

/* line 1764, app/assets/stylesheets/style.scss */
.o-columns {
  font-family: arial, helvetica, tahoma, verdana, myriad, sans-serif;
  float: left;
  width: 220px;
  margin: 20px 10px 0 10px;
}

/* line 1771, app/assets/stylesheets/style.scss */
.o-columns h3 {
  color: #05488a;
  font-weight: bold;
  font-size: 1.3em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* line 1779, app/assets/stylesheets/style.scss */
.o-columns ul {
  margin-top: 10px;
  margin-bottom: 65px;
}

/* line 1784, app/assets/stylesheets/style.scss */
.o-columns ul li {
  position: relative;
  border-bottom: 1px dotted #93a4c1;
  padding: 8px 0 8px 0;
}

/* line 1790, app/assets/stylesheets/style.scss */
.o-columns ul li a {
  padding: 8px 10px 8px 10px;
  text-decoration: none;
  color: #536f8a;
}

/* line 1796, app/assets/stylesheets/style.scss */
.o-columns ul li:hover {
  background: #d3e0ec;
}

/* line 1800, app/assets/stylesheets/style.scss */
.o-columns ul li:hover a {
  color: #05488a;
}

/* line 1804, app/assets/stylesheets/style.scss */
#disclaimer {
  font-size: 1em;
  margin-top: 3.5em;
  color: #536f8a;
}

/* line 1810, app/assets/stylesheets/style.scss */
#disclaimer p {
  margin-bottom: 1em;
  line-height: 1.6em;
}

/* For blog post summaries */
/* line 1817, app/assets/stylesheets/style.scss */
.blog_entry_title_container {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 12px;
  margin-top: 0;
}

/* line 1825, app/assets/stylesheets/style.scss */
.blog_entry_summary_container {
  font-size: 13px;
  margin-bottom: 0.5em;
  line-height: 1.6em;
}

/* line 1831, app/assets/stylesheets/style.scss */
tr.blog_entry td {
  padding-bottom: 20px;
}

/* line 1835, app/assets/stylesheets/style.scss */
.attribution_container {
  margin-bottom: 3px;
  font-size: 12px;
}

/* line 1840, app/assets/stylesheets/style.scss */
.attribution_container cite {
  font-style: normal;
  color: #999999;
}

/* line 1845, app/assets/stylesheets/style.scss */
fieldset.medium {
  width: 306px;
}

/* line 1849, app/assets/stylesheets/style.scss */
.ar_blog_home_wrapper, .ar_groups_home_wrapper {
  width: 306px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1855, app/assets/stylesheets/style.scss */
.centered_leaderboard {
  width: 728px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1861, app/assets/stylesheets/style.scss */
.centered_skyscraper {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1867, app/assets/stylesheets/style.scss */
.comment_text img {
  max-width: 100%;
  height: auto;
}

/* line 1872, app/assets/stylesheets/style.scss */
strong.title {
  color: #228CD3;
  display: block;
  font-family: 'fullersansdtbold';
  font-size: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

/* line 1883, app/assets/stylesheets/style.scss */
.text-content {
  color: #697178;
  display: block;
  font-family: 'fullersansdtregular';
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin-top: 20px;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

/* line 1897, app/assets/stylesheets/style.scss */
.flash {
  text-align: center;
  padding: 0.5em;
  margin: 0 auto 2em;
  clear: both;
  max-width: 46em;
  border: 1px solid;
}

/* line 1906, app/assets/stylesheets/style.scss */
.flash.error {
  background-color: #FFC0CB;
  border-color: #8b0000;
}

/* line 1911, app/assets/stylesheets/style.scss */
.flash.notice, .flash.info {
  border-color: thin solid #FFFF00;
  background-color: #FFFCCF;
}

/* line 1916, app/assets/stylesheets/style.scss */
.flash.warning {
  border-color: thin solid #b8860b;
  background-color: #FFAA22;
}

/* line 1921, app/assets/stylesheets/style.scss */
.sitestream_link {
  background-image: none !important;
  float: right;
  margin-right: 20px;
}

/* line 1927, app/assets/stylesheets/style.scss */
.form-errors {
  background-color: #FFC0CB;
  border: 1px solid #8b0000;
  color: #8b0000;
  font-weight: bold;
  padding: 10px;
}

/* line 1935, app/assets/stylesheets/style.scss */
.form-errors p {
  margin: 5px 0;
  padding: 0;
}

/* line 1940, app/assets/stylesheets/style.scss */
input.photo_file_input {
  height: 37px;
  width: 152px;
  opacity: 0;
}

/* line 1946, app/assets/stylesheets/style.scss */
div.photo_upload_btn_image {
  background-image: url("/assets/uploader/btn_uploadnew.png");
  background-repeat: no-repeat;
  height: 37px;
  width: 152px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1955, app/assets/stylesheets/style.scss */
.question_home {
  margin-left: 290px;
}

/* line 1959, app/assets/stylesheets/style.scss */
.look_up_table {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 100%;
  border-collapse: collapse;
}

/* line 1965, app/assets/stylesheets/style.scss */
.look_up_table td, #look_up_table th {
  font-size: 1em;
  border: 1px solid #a3f3e6;
  padding: 3px 7px 2px 7px;
}

/* line 1971, app/assets/stylesheets/style.scss */
.look_up_table th {
  font-size: 1.1em;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 4px;
  background-color: #42a3c9;
  color: #ffffff;
}

/* line 1980, app/assets/stylesheets/style.scss */
.look_up_table tr:nth-of-type(even) td {
  color: #000000;
  background-color: #d1f5f5;
}

/* line 1985, app/assets/stylesheets/style.scss */
div#blog_nav table.button_table {
  margin-left: auto;
  margin-right: auto;
}

/* line 1990, app/assets/stylesheets/style.scss */
table.sections div.q_and_a table.button_table {
  margin-left: 260px;
}

/* line 1994, app/assets/stylesheets/style.scss */
table.sections div.q_and_a .button_table td:nth-child(1) {
  width: 217px;
}

/* line 1998, app/assets/stylesheets/style.scss */
table.sections div.q_and_a .button_table td:nth-child(2) {
  width: 0px;
}

/* line 2002, app/assets/stylesheets/style.scss */
p#part_of_trulia {
  text-align: center;
  margin: 1em;
  font-size: 14px;
  font-family: fullersansdtregular;
}

/* line 2009, app/assets/stylesheets/style.scss */
p#part_of_trulia #trulia_logo {
  width: 45px;
  height: 45px;
  background: url("trulia_logo.png") 0px 16px;
  display: inline-block;
}

/* line 2016, app/assets/stylesheets/style.scss */
.classic_forms.new_blog .mce-tinymce.mce-container.mce-panel {
  width: 97%;
}

/* line 2020, app/assets/stylesheets/style.scss */
#blogger_group_description {
  width: 95%;
}

/* line 2024, app/assets/stylesheets/style.scss */
table.ask_question_table select#city_id {
  margin-top: 10px;
  margin-left: 20px;
}

/* line 2029, app/assets/stylesheets/style.scss */
table.ask_question_table textarea {
  max-width: 490px;
}
/* Fonts */
@font-face {
  font-family: 'fullersansdtregular';
  src: url("/fonts/design_2013/fullersansdt-regular-webfont.eot");
  src: url("/fonts/design_2013/fullersansdt-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/design_2013/fullersansdt-regular-webfont.woff") format("woff"), url("/fonts/design_2013/fullersansdt-regular-webfont.ttf") format("truetype"), url("/fonts/design_2013/fullersansdt-regular-webfont.svg#fullersansdtregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fullersansdtbold';
  src: url("/fonts/design_2013/fullersansdt-bold-webfont.eot");
  src: url("/fonts/design_2013/fullersansdt-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/design_2013/fullersansdt-bold-webfont.woff") format("woff"), url("/fonts/design_2013/fullersansdt-bold-webfont.ttf") format("truetype"), url("/fonts/design_2013/fullersansdt-bold-webfont.svg#fullersansdtbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'semplicita_proregular';
  src: url("/fonts/design_2013/semplicitapro-regular-webfont.eot");
  src: url("/fonts/design_2013/semplicitapro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/design_2013/semplicitapro-regular-webfont.woff") format("woff"), url("/fonts/design_2013/semplicitapro-regular-webfont.ttf") format("truetype"), url("/fonts/design_2013/semplicitapro-regular-webfont.svg#semplicita_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'semplicita_pro_mediummedium';
  src: url("/fonts/design_2013/semplicitapro-medium-webfont.eot");
  src: url("/fonts/design_2013/semplicitapro-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/design_2013/semplicitapro-medium-webfont.woff") format("woff"), url("/fonts/design_2013/semplicitapro-medium-webfont.ttf") format("truetype"), url("/fonts/design_2013/semplicitapro-medium-webfont.svg#semplicita_pro_mediummedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINComp-Medium';
  src: url("/fonts/design_2013/DINComp-Medium.ttf");
  src: url("/fonts/design_2013/DINWeb-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/design_2013/DINWeb-Medium.woff") format("woff"), url("/fonts/design_2013/DINComp-Medium.ttf") format("truetype"), url("/fonts/design_2013/fullersansdt-bold-webfont.svg#fullersansdtbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 54, app/assets/stylesheets/design_2013/header.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 72, app/assets/stylesheets/design_2013/header.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 85, app/assets/stylesheets/design_2013/header.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 96, app/assets/stylesheets/design_2013/header.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Links
   ========================================================================== */
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 114, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner span.title_panel {
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

/* line 122, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 127, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 132, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 137, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 142, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 151, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 159, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner b,
#header .header-inner strong {
  font-weight: bold;
}

/* line 164, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 172, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
/* line 180, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 189, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner p,
#header .header-inner pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 198, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner code,
#header .header-inner kbd,
#header .header-inner pre,
#header .header-inner samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 211, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
/* line 221, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
/* line 229, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner q:before,
#header .header-inner q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 239, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 247, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner sub,
#header .header-inner sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 255, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner sup {
  top: -0.5em;
}

/* line 259, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 271, app/assets/stylesheets/design_2013/header.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 278, app/assets/stylesheets/design_2013/header.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
/* line 286, app/assets/stylesheets/design_2013/header.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
/* line 296, app/assets/stylesheets/design_2013/header.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 311, app/assets/stylesheets/design_2013/header.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 320, app/assets/stylesheets/design_2013/header.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 332, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 344, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 352, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 364, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 378, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner button,
#header .header-inner input,
#header .header-inner select,
#header .header-inner textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 393, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner button,
#header .header-inner input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 408, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner button,
#header .header-inner html input[type="button"],
#header .header-inner input[type="reset"],
#header .header-inner input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 421, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner button[disabled],
#header .header-inner input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 433, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner input[type="checkbox"],
#header .header-inner input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 447, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 459, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner input[type="search"]::-webkit-search-cancel-button,
#header .header-inner input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
/* line 468, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner button::-moz-focus-inner,
#header .header-inner input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 479, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 492, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Main CSS Start */
/* line 499, app/assets/stylesheets/design_2013/header.scss */
#wrapper {
  width: 100%;
}

/* Header CSS Start */
/* line 504, app/assets/stylesheets/design_2013/header.scss */
#header {
  width: 100%;
  height: 58px;
  background: url("/assets/design_2013/top-bg.gif") repeat-x left top;
  border: none;
  height: 58px;
  padding-bottom: 10px;
  width: 100%;
}

/* line 515, app/assets/stylesheets/design_2013/header.scss */
.header-inner {
  height: 58px;
  width: 100%;
}

/* line 520, app/assets/stylesheets/design_2013/header.scss */
#header .holder {
  margin: 0 auto;
  max-width: 1137px;
  position: relative;
  width: 100%;
  z-index: 1001;
}

/* line 528, app/assets/stylesheets/design_2013/header.scss */
strong.logo {
  background-image: url(/assets/design_2013/top-bar-bg-472a78fca2ece408004ed4ef17704bd76843750665a162bdf37397808cc2b188.png);
  /*tpa=http://activerain.com/assets/design_2013/top-bar-bg.jpg*/
  background-repeat: no-repeat;
  background-position: center;
  width: 208px;
  height: 58px;
  float: left;
  padding: 21px 0 0 95px;
  text-indent: -9000px;
  overflow: hidden;
}

/* line 539, app/assets/stylesheets/design_2013/header.scss */
strong.logo.env-development {
  background-image: url(/assets/design_2013/top-bar-bg-development-f63c4d90dfa8eaf5df78a2a73cda63b4ada69c10dcbc0a39384ebe64ce75abdb.png);
}

/* line 543, app/assets/stylesheets/design_2013/header.scss */
strong.logo.env-dev, strong.logo.env-acceptance {
  background-image: url(/assets/design_2013/top-bar-bg-dev-516b4d97feba76053ccfcd81ed0d9fb4c21fa9adc2446aa7fa9ee0c9eaabde39.png);
}

/* line 547, app/assets/stylesheets/design_2013/header.scss */
strong.logo.env-staging {
  background-image: url(/assets/design_2013/top-bar-bg-staging-a47b60ef2127790e7ba3a2ea2fe7aed35aa420b1f993882ff0c42ccfd8ddd6f8.png);
}

/* line 552, app/assets/stylesheets/design_2013/header.scss */
strong.logo a {
  display: block;
  height: 100%;
}

/* Header CSS End */
/* line 558, app/assets/stylesheets/design_2013/header.scss */
#banner {
  background: url(/assets/design_2013/banner-bg.gif) repeat-x left top;
  width: 100%;
  height: 125px;
  z-index: 1;
  position: relative;
  margin: 0 0 0 0;
}

/* line 567, app/assets/stylesheets/design_2013/header.scss */
#banner .holder {
  width: 977px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* line 575, app/assets/stylesheets/design_2013/header.scss */
.caption {
  position: absolute;
  top: 60px;
  left: 6px;
}

/* line 581, app/assets/stylesheets/design_2013/header.scss */
.caption h1 {
  font-family: 'semplicita_proregular';
  font-size: 24px;
  color: #228cd3;
  line-height: 20px;
  margin: 0 0 10px 0;
}

/* line 589, app/assets/stylesheets/design_2013/header.scss */
.caption strong.title {
  font-family: 'fullersansdtregular';
  font-size: 14px;
  color: #697178;
  margin: 0;
}

/* line 596, app/assets/stylesheets/design_2013/header.scss */
#banner img {
  float: right;
  margin: 0;
}

/* Menu CSS Start */
/*********** Drop down menus ************/
/* line 604, app/assets/stylesheets/design_2013/header.scss */
#general-top-menu {
  float: right;
}

/* line 608, app/assets/stylesheets/design_2013/header.scss */
#user-top-menu {
  float: left;
}

/* line 612, app/assets/stylesheets/design_2013/header.scss */
#user-top-menu > li > a {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 617, app/assets/stylesheets/design_2013/header.scss */
#user-top-menu > li.user-menu {
  float: left;
  max-width: 190px;
}

/* line 620, app/assets/stylesheets/design_2013/header.scss */
#user-top-menu > li.user-menu > a {
  margin: 0;
  padding: 0 15px 6px;
  text-align: left;
}

/* line 625, app/assets/stylesheets/design_2013/header.scss */
#user-top-menu > li.user-menu > a > span {
  vertical-align: top;
  display: inline-block;
  line-height: 35px;
  margin-left: 5px;
  font-size: 13px;
}

/* line 633, app/assets/stylesheets/design_2013/header.scss */
#user-top-menu > li.user-menu > a:hover {
  text-decoration: none;
  cursor: pointer;
}

/* line 638, app/assets/stylesheets/design_2013/header.scss */
#user-top-menu > li.user-menu > a > img {
  vertical-align: top;
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: none;
  overflow: hidden;
}

/* line 651, app/assets/stylesheets/design_2013/header.scss */
#user-top-menu > li.notifications-menu {
  position: relative;
  float: left;
}

/* line 654, app/assets/stylesheets/design_2013/header.scss */
#user-top-menu > li.notifications-menu > a {
  font-size: 20px;
  padding: 5px 20px 6px;
}

/* line 658, app/assets/stylesheets/design_2013/header.scss */
#user-top-menu > li.notifications-menu > a .notifications-counter {
  background-color: #FF9B39;
  position: absolute;
  top: 10px;
  right: 3px;
  font-size: 11px;
  padding: 3px 7px 3px 6px;
  border-radius: 2px;
}

/* line 668, app/assets/stylesheets/design_2013/header.scss */
#user-top-menu > li.notifications-menu ul {
  padding: 0;
  width: 270px;
}

/* line 673, app/assets/stylesheets/design_2013/header.scss */
#user-top-menu > li.notifications-menu ul li.unread {
  background-color: #EDF2F6;
}

/* line 676, app/assets/stylesheets/design_2013/header.scss */
#user-top-menu > li.notifications-menu ul li .agent-tag, #user-top-menu > li.notifications-menu ul li strong {
  font-weight: bold;
  display: inline;
  margin: 0;
  padding: 0;
}

/* line 682, app/assets/stylesheets/design_2013/header.scss */
#user-top-menu > li.notifications-menu ul li .agent-tag:after, #user-top-menu > li.notifications-menu ul li strong:after {
  display: inline-block;
}

/* line 686, app/assets/stylesheets/design_2013/header.scss */
#user-top-menu > li.notifications-menu ul li a:hover {
  border-radius: 0;
}

/* line 689, app/assets/stylesheets/design_2013/header.scss */
#user-top-menu > li.notifications-menu ul li .notification-img {
  display: inline-block;
  vertical-align: top;
  width: 40px;
}

/* line 693, app/assets/stylesheets/design_2013/header.scss */
#user-top-menu > li.notifications-menu ul li .notification-img img {
  width: 40px;
}

/* line 697, app/assets/stylesheets/design_2013/header.scss */
#user-top-menu > li.notifications-menu ul li .notification-description {
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  width: 190px;
  word-wrap: break-word;
  overflow: hidden;
}

/* line 705, app/assets/stylesheets/design_2013/header.scss */
#user-top-menu > li.notifications-menu ul li .notification-timestamp {
  line-height: 24px;
  color: #999;
  display: block;
}

/* line 710, app/assets/stylesheets/design_2013/header.scss */
#user-top-menu > li.notifications-menu ul li .agent-name {
  font-weight: bold;
  display: inline;
}

/* line 715, app/assets/stylesheets/design_2013/header.scss */
#user-top-menu > li.notifications-menu ul li.see-more {
  text-align: center;
  font-weight: bold;
}

/* line 725, app/assets/stylesheets/design_2013/header.scss */
.top-nav-menu {
  padding: 0 10px 0 0;
  margin: 0;
  list-style: none;
  position: relative;
  text-align: left;
  font-size: 13px;
  /* main level link */
  /* sub levels link hover */
  /* dropdown */
  /* level 2 list */
  /* level 3+ list */
  /* clearfix */
}

/* line 733, app/assets/stylesheets/design_2013/header.scss */
.top-nav-menu > li {
  vertical-align: top;
  height: 34px;
  display: inline-block;
  float: left;
  position: relative;
  list-style: none;
  padding-top: 13px;
  padding-bottom: 4px;
}

/* line 743, app/assets/stylesheets/design_2013/header.scss */
.top-nav-menu > li > a {
  display: block;
  padding-left: 25px;
  padding-right: 25px;
}

/* line 752, app/assets/stylesheets/design_2013/header.scss */
.top-nav-menu > li > a {
  font-family: 'DINComp-Medium';
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  display: block;
  padding-top: 9px;
  height: 49px;
  text-align: center;
}

/* line 762, app/assets/stylesheets/design_2013/header.scss */
.top-nav-menu > li > a.orange-button {
  line-height: 16px;
  margin: 2px 0 0;
  padding: 5px;
  height: auto;
  vertical-align: middle;
  font-weight: normal;
  font-size: 13px;
}

/* line 771, app/assets/stylesheets/design_2013/header.scss */
.top-nav-menu > li > a.orange-button:hover {
  text-decoration: none;
}

/* line 777, app/assets/stylesheets/design_2013/header.scss */
.top-nav-menu > li > a:hover {
  text-decoration: underline;
}

/* line 783, app/assets/stylesheets/design_2013/header.scss */
.top-nav-menu ul a {
  display: block;
  text-decoration: none;
}

/* line 787, app/assets/stylesheets/design_2013/header.scss */
.top-nav-menu ul a:hover {
  background: #eee;
  border-radius: 10px;
}

/* line 796, app/assets/stylesheets/design_2013/header.scss */
.top-nav-menu li.list-divider {
  border-top: 1px solid #999;
  margin: 5px;
  padding: 0;
}

/* line 802, app/assets/stylesheets/design_2013/header.scss */
.top-nav-menu li.open {
  background: #29A1F2;
}

/* line 805, app/assets/stylesheets/design_2013/header.scss */
.top-nav-menu li.open > ul {
  display: block;
}

/* line 809, app/assets/stylesheets/design_2013/header.scss */
.top-nav-menu li.open > a, .top-nav-menu li.open > a:hover {
  text-decoration: none;
}

/* line 815, app/assets/stylesheets/design_2013/header.scss */
.top-nav-menu ul {
  display: none;
  margin: 23px 0 0;
  padding: 15px 10px;
  width: 250px;
  position: absolute;
  top: 35px;
  left: 0;
  background: #fff url(/assets/design_2013/sub-top-bg.png) no-repeat center top;
  border: 1px solid #ccc;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* line 834, app/assets/stylesheets/design_2013/header.scss */
.top-nav-menu ul li {
  float: none;
  margin: 0;
  padding: 0;
}

/* line 839, app/assets/stylesheets/design_2013/header.scss */
.top-nav-menu ul a {
  padding: 10px 5px;
}

/* line 845, app/assets/stylesheets/design_2013/header.scss */
.top-nav-menu ul ul {
  left: 181px;
  top: -3px;
}

/* line 851, app/assets/stylesheets/design_2013/header.scss */
.top-nav-menu :after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/*********** End of Drop down menus ************/
/* line 863, app/assets/stylesheets/design_2013/header.scss */
.bg {
  width: 980px;
  float: left;
}

/* line 869, app/assets/stylesheets/design_2013/header.scss */
.signup_content_panel {
  font-size: 13px;
  color: #666666;
}

/* line 874, app/assets/stylesheets/design_2013/header.scss */
.signup_content_panel .video_embed_panel {
  margin-bottom: 12px;
}

/* line 878, app/assets/stylesheets/design_2013/header.scss */
.signup_content_panel .video_embed_panel iframe {
  display: block;
  margin: 0 auto;
  padding: 0;
}

/* line 884, app/assets/stylesheets/design_2013/header.scss */
.signup_content_panel .content_consumer ul {
  margin-top: 10px;
  padding-bottom: 10px;
}

/* line 889, app/assets/stylesheets/design_2013/header.scss */
h1.no-margin-top {
  margin-top: 0px;
}

/* line 893, app/assets/stylesheets/design_2013/header.scss */
.signup_content_panel .content_consumer ul li {
  background: url("/assets/design_2013/arrow.png") no-repeat scroll left -4px transparent;
  margin-bottom: 5px;
  margin-left: 2px;
  padding-left: 22px;
}

/* line 900, app/assets/stylesheets/design_2013/header.scss */
.consumer-tour-content span.title_panel {
  font-family: 'semplicita_proregular';
  font-size: 40px;
  color: #228cd3;
  line-height: 20px;
  margin: 0 0 10px 0;
}

/* line 908, app/assets/stylesheets/design_2013/header.scss */
.consumer-tour-content p {
  font-family: 'fullersansdtregular';
  font-size: 16px;
  color: #697178;
  margin-top: 20px;
  padding: 0 0 6px 0;
  font-weight: normal;
  display: block;
  line-height: 24px;
}

/* line 919, app/assets/stylesheets/design_2013/header.scss */
.consumer-tour-content ul li {
  font-family: 'fullersansdtregular';
  background: url(/assets/design_2013/arrow.png) no-repeat left -4px;
  font-size: 16px;
  color: #697178;
  font-weight: normal;
  display: block;
  padding-left: 22px !important;
  line-height: 20px;
  margin-bottom: 10px;
}

/* line 931, app/assets/stylesheets/design_2013/header.scss */
.blog-menu strong.title {
  font-family: 'fullersansdtregular';
  font-size: 15px;
  color: #697178;
  padding: 0 0 6px 0;
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
}

/* line 941, app/assets/stylesheets/design_2013/header.scss */
.blog-menu form {
  min-height: 40px;
}

/* line 945, app/assets/stylesheets/design_2013/header.scss */
.blog-menu ul {
  padding: 0 0 24px 0;
  margin: 0;
  list-style: none;
}

/* line 951, app/assets/stylesheets/design_2013/header.scss */
.blog-menu ul li {
  padding: 0 0 4px 0;
  margin-bottom: 5px;
}

/* line 956, app/assets/stylesheets/design_2013/header.scss */
.blog-menu ul li a {
  font-family: 'fullersansdtregular';
  font-size: 14px;
  color: #228cd3;
  text-decoration: none;
  font-weight: normal;
}

/* line 964, app/assets/stylesheets/design_2013/header.scss */
.permotional-box {
  float: left;
  padding: 20px 0 0;
  width: 43%;
}

/* line 970, app/assets/stylesheets/design_2013/header.scss */
.blog-menu-outer .fixed-width-permotional {
  width: 280px;
}

/* line 974, app/assets/stylesheets/design_2013/header.scss */
.blog-menu-outer.resources-panel .permotional-box .promotional_right_panel {
  margin-top: 10px;
  color: #697178;
  display: block;
  font-family: 'fullersansdtregular';
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

/* line 984, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner .frame {
  border: 1px solid #999;
  width: 210px;
  height: 168px;
  float: left;
  margin: 0 0 20px 30px;
}

/* line 992, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner .permotional-text {
  float: left;
  width: 188px;
  padding: 0 0 0 30px;
  font-family: 'fullersansdtregular';
  font-size: 14px;
  color: #697178;
}

/* line 1001, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner .permotional-text strong.heading {
  font-family: 'fullersansdtregular';
  font-size: 22px;
  color: #697178;
  font-weight: normal;
  line-height: 22px;
  display: block;
  padding: 0 0 15px 0;
}

/* line 1011, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner .permotional-text p {
  margin: 0 0 15px 0;
}

/* line 1015, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner .permotional-text a.link {
  font-family: 'fullersansdtregular';
  font-size: 14px;
  color: #228cd3;
  text-decoration: none;
}

/* line 1022, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner .permotional-text a.link:hover {
  text-decoration: underline;
}

/* line 1026, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner .content_for_search_forms {
  float: right;
  margin-top: 7px;
}

/* line 1031, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner .search-form {
  padding: 8px 0 9px 0;
  float: left;
}

/* line 1036, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner .search-input {
  width: 150px;
  height: 26px;
  float: left;
  padding: 0;
  border-radius: 20px 0 0 20px;
  background-color: #FFFFFF;
}

/* line 1045, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner .input {
  width: 140px;
  height: 21px;
  background: none;
  border: none;
  padding: 2px 0 0 5px;
  margin-left: 12px;
  font: 11px/21px Verdana, Geneva, sans-serif;
  color: #898787;
  float: left;
  outline: medium none;
}

/* line 1058, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner .search-input select.header_search_selector {
  background-color: #FFFFFF;
  border: 0 none;
  margin-top: 1px;
  width: 128px;
}

/* line 1065, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner .search-input .input:focus {
  outline: 0;
}

/* line 1069, app/assets/stylesheets/design_2013/header.scss */
#c_q:focus {
  background-color: #fff !important;
}

/* line 1073, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner .listing-dropdown {
  background: url(/assets/design_2013/listing-drop.jpg) no-repeat 54px 5px;
  float: left;
  margin-top: 4px;
  width: 66px;
  text-align: left;
}

/* line 1081, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner .btn-search {
  background: url(/assets/design_2013/btn-search.jpg) no-repeat left top;
  width: 30px;
  height: 26px;
  float: left;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* line 1091, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner .btn-search-wh {
  background: url(/assets/design_2013/btn-search_wh.jpg) no-repeat left top;
  width: 30px;
  height: 26px;
  float: left;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* line 1101, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner .btn {
  float: left;
  margin-left: 28px;
}

/* line 1107, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner nav > a.login, #header .header-inner nav > a.logout {
  font-family: 'DINComp-Medium';
  float: right;
  margin-left: 10px;
  margin-right: 0;
  margin-top: 18px;
  padding: 4px 15px;
  min-width: inherit;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  vertical-align: middle;
  color: #fff;
}

/* Menu CSS End */
/* Added by Developers */
/* line 1125, app/assets/stylesheets/design_2013/header.scss */
.table_main_content {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1137px;
  display: block;
  min-height: 550px;
}

/* line 1133, app/assets/stylesheets/design_2013/header.scss */
.table_main_content h1 {
  font-size: 1.5rem;
}

/* line 1137, app/assets/stylesheets/design_2013/header.scss */
.table_main_content h2 {
  font-size: 1.25rem;
}

/* line 1142, app/assets/stylesheets/design_2013/header.scss */
.little_gray_background {
  border-bottom: 2px solid #CCCCCC;
  display: block;
  width: 100%;
}

/* line 1148, app/assets/stylesheets/design_2013/header.scss */
.video_embed {
  width: 360px;
  height: 200px;
  display: block;
}

/* line 1154, app/assets/stylesheets/design_2013/header.scss */
.content_dynamic_blogs {
  float: left;
  height: 100%;
  width: 67%;
}

/* line 1160, app/assets/stylesheets/design_2013/header.scss */
.content_dynamic_blogs .column_featured_categories {
  margin-bottom: -10000px;
  padding-bottom: 10000px;
  width: 145%;
  float: left;
  border-right: none;
}

/* line 1169, app/assets/stylesheets/design_2013/header.scss */
ul.panel_states {
  margin: 0 0 0 -10px;
}

/* line 1173, app/assets/stylesheets/design_2013/header.scss */
ul.panel_states li {
  display: block;
  float: left;
  margin: 5px;
  padding: 0 0 4px;
  width: 30px;
}

/* line 1181, app/assets/stylesheets/design_2013/header.scss */
ul.panel_states li a {
  color: #228CD3;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  padding: 1px 3px;
  text-decoration: none;
  width: 5px;
}

/* line 1191, app/assets/stylesheets/design_2013/header.scss */
ul.panel_states li a:hover {
  text-decoration: underline;
}

/* line 1195, app/assets/stylesheets/design_2013/header.scss */
div.name_agent {
  float: left;
  width: 77%;
  color: #888888;
  font-size: 13px;
}

/* line 1202, app/assets/stylesheets/design_2013/header.scss */
div.type_agent {
  float: right;
  width: 23%;
}

/* line 1207, app/assets/stylesheets/design_2013/header.scss */
div.type_agent img {
  float: left;
}

/* line 1211, app/assets/stylesheets/design_2013/header.scss */
div.logged_in_user_info {
  width: 100%;
  display: block;
  background-color: #DBE3E6;
  border-top: 2px solid #DBE3E6;
  color: #575F62;
  padding: 2px 0;
  z-index: 1000;
}

/* line 1221, app/assets/stylesheets/design_2013/header.scss */
div.logged_in_user_info .content_user_info {
  margin: 0 auto;
  max-width: 1137px;
  text-align: left;
}

/* line 1227, app/assets/stylesheets/design_2013/header.scss */
div.logged_in_user_info .content_text_user {
  float: left;
  font-weight: bold;
  padding-left: 8px;
  padding-top: 11px;
  width: 24%;
  position: relative;
  font-size: 13px;
}

/* line 1237, app/assets/stylesheets/design_2013/header.scss */
div.logged_in_user_info .content_list_options {
  float: left;
  width: 40%;
}

/* line 1242, app/assets/stylesheets/design_2013/header.scss */
div.logged_in_user_info .god_console {
  float: right;
  text-align: right;
  width: 12%;
}

/* line 1248, app/assets/stylesheets/design_2013/header.scss */
div.logged_in_user_info ul.list_subpanels {
  list-style: none outside none;
  padding: 0;
  position: relative;
  margin-left: 5px;
}

/* line 1255, app/assets/stylesheets/design_2013/header.scss */
div.logged_in_user_info ul.list_subpanels li {
  float: left;
  margin: 0 6px;
  font-size: 14px;
  color: #575F62;
  text-decoration: none;
}

/* line 1263, app/assets/stylesheets/design_2013/header.scss */
div.logged_in_user_info ul.list_subpanels li a {
  font-size: 14px;
  color: #575F62;
  text-decoration: none;
}

/* line 1269, app/assets/stylesheets/design_2013/header.scss */
div.logged_in_user_info ul.list_subpanels li a:hover {
  text-decoration: underline;
}

/* line 1273, app/assets/stylesheets/design_2013/header.scss */
ul.right_panel {
  float: right;
}

/* line 1277, app/assets/stylesheets/design_2013/header.scss */
div.logged_in_user_info .name_logged_in_user {
  display: inline;
}

/* line 1281, app/assets/stylesheets/design_2013/header.scss */
div.logged_in_user_info .name_logged_in_user span.content {
  cursor: pointer;
}

/* line 1285, app/assets/stylesheets/design_2013/header.scss */
div.logged_in_user_info .name_logged_in_user span.content a {
  color: #575F62;
  text-decoration: none;
}

/* line 1290, app/assets/stylesheets/design_2013/header.scss */
div.logged_in_user_info .list_options_logged_in {
  display: none;
  position: absolute;
  margin-left: -3px;
  z-index: 100;
}

/* line 1297, app/assets/stylesheets/design_2013/header.scss */
div.logged_in_user_info .list_options_logged_in ul {
  list-style: none outside none;
  padding: 0px 5px 1px 3px;
  background-color: #DBE3E6;
  margin-bottom: 0;
  border-bottom: 2px solid #BBBFC0;
  border-left: 2px solid #BBBFC0;
  border-right: 2px solid #BBBFC0;
  margin-top: 17px;
}

/* line 1308, app/assets/stylesheets/design_2013/header.scss */
div.logged_in_user_info .list_options_logged_in ul li {
  padding: 4px 3px 4px 0px;
}

/* line 1312, app/assets/stylesheets/design_2013/header.scss */
div.logged_in_user_info .list_options_logged_in ul li a {
  color: #575F62;
  text-decoration: none;
}

/* line 1317, app/assets/stylesheets/design_2013/header.scss */
div.logged_in_user_info .list_options_logged_in ul li a:hover {
  text-decoration: underline;
}

/* line 1321, app/assets/stylesheets/design_2013/header.scss */
div.content_dynamic_blogs .column_featured_categories ul.list_blog_posts li {
  overflow: hidden;
  margin-bottom: 15px;
}

/* line 1326, app/assets/stylesheets/design_2013/header.scss */
#header .header-inner input.input.long_input {
  width: 85%;
}

/**************************************************
* Blog Menu Section
***************************************************/
/* line 1334, app/assets/stylesheets/design_2013/header.scss */
#blog_content_panel .sponsored-blog-spot {
  text-align: left;
  color: #000000;
  font-family: 'fullersansdtregular';
  width: 300px;
  margin: auto;
}

/* line 1342, app/assets/stylesheets/design_2013/header.scss */
#blog_content_panel .sponsored-blog-spot span.sponsored-message {
  display: block;
  margin: 0.5em 0 1em;
  text-align: right;
}

/* line 1348, app/assets/stylesheets/design_2013/header.scss */
#blog_content_panel .sponsored-blog-spot .sponsored-blog-extract .blog_entry_title {
  font-size: 22px;
  color: #697178;
  display: block;
  margin: 0.5em 0;
  padding: 0;
}

/* line 1356, app/assets/stylesheets/design_2013/header.scss */
#blog_content_panel .sponsored-blog-spot .sponsored-blog-extract .blog_entry_summary {
  font-size: 14px;
  color: #697178;
  display: block;
  margin: 0;
  padding: 0;
  text-align: justify;
}

/* line 1365, app/assets/stylesheets/design_2013/header.scss */
#blog_content_panel .sponsored-blog-spot .sponsored-blog-extract a.read-more {
  font-size: 14px;
  color: #228cd3;
  display: block;
  margin: 0.5em 0 2em;
  text-decoration: none;
}

/* line 1373, app/assets/stylesheets/design_2013/header.scss */
#blog_content_panel .sponsored-blog-spot .sponsored-blog-extract a.read-more:hover {
  text-decoration: underline;
}
.link {
    background-color: #fc9a44;
    border-radius: 15px;
    padding: 4px 30px 4px 10px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-right: 30px;
    background-repeat: no-repeat;
    text-decoration: none;
    background-image: url('/assets/product_reviews/AR_sprite.png');
    border: 0px;
    font-size: 12px;
}

.product_reviews_link {
    background-position: 117px 7px;
    padding-right: 14px;
    background-image: url('/assets/product_reviews/ARW_FFFFFF.png');
}

.groups_link {
    background-position: 135px 7px;
    padding-right: 14px;
    background-image: url('/assets/product_reviews/ARW_FFFFFF.png');
}

.start_group_link {
    background-position: 127px 7px;
    padding-right: 14px;
    background-image: url('/assets/product_reviews/ARW_FFFFFF.png');
}

.university_link {
    background-position: 92px 8px;
    padding-right: 14px;
    background-image: url('/assets/product_reviews/ARW_FFFFFF.png');
}

.q_a_group_link {
    background-position: 135px 7px;
    padding-right: 14px;
    background-image: url('/assets/product_reviews/ARW_FFFFFF.png');
}

.inspiration_link {
    background-position: 214px 7px;
    padding-right: 14px;
    background-image: url('/assets/product_reviews/ARW_FFFFFF.png');
}

.contests_link {
    background-position: 122px 7px;
    padding-right: 14px;
    background-image: url('/assets/product_reviews/ARW_FFFFFF.png');
}

.local_home {
    background-position: 122px 7px;
    padding-right: 14px;
    background-image: url('/assets/product_reviews/ARW_FFFFFF.png');
    text-transform: uppercase;
}

.view_all_blogs_link {
    background-image: url("/assets/product_reviews/ARW_FFFFFF.png");
    background-position: 129px 7px;
    padding-right: 14px;
}

.add_product_button_link {
    background-position: 109px 7px;
    padding-right: 14px;
    background-image: url('/assets/product_reviews/ARW_FFFFFF.png');
}

.input_search_inline {
    float: left;
    margin-left: 21px !important;
}

ul li a.no-underline {
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
}

ul li a.no-underline.block_content {
    display: block;
    margin-bottom: 5px;
}

ul li a.no-underline:hover {
    text-decoration: underline;
}

.blog-menu ul li.long-margin {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 13px;
}

.blog-menu ul li.long-margin.underlined {
    border-bottom: 1px dotted #888888;
    width: 99%;
}

.blog-menu ul li a:hover {
    text-decoration: underline;
}

.adv_panel {
    margin-left: 10px;
}

select.select_groups_full {
    width: 96%;
}

#form_blocked_ip div {
    padding: 5px 0px;

}

#form_blocked_ip div.fieldWithErrors {
    display: inline;
}

.autcocomplete-loading-notifier {
    height: 16px;
    width: 16px;
    margin-right: 30px;
    margin-top: 3px;
    background-image: url('/assets/gray_loading.gif');
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
    float: right;
}


div.mce-path {
 height: 16px;
}


.mce-path-item, .mce-divider {
 display: none !important;
}
/* line 1, app/assets/stylesheets/views/default/popup_terms_of_service.scss */
#content_for_terms_and_conditions {
  display: none;
}

/* line 4, app/assets/stylesheets/views/default/popup_terms_of_service.scss */
#content_for_terms_and_conditions .content_wrapper {
  text-align: left;
  height: 100%;
}

/* line 8, app/assets/stylesheets/views/default/popup_terms_of_service.scss */
#content_for_terms_and_conditions .content_wrapper iframe {
  width: 100%;
  height: 100%;
}
/* line 1, app/assets/stylesheets/views/default/popup_privacy.scss */
#content_for_privacy {
  display: none;
}

/* line 4, app/assets/stylesheets/views/default/popup_privacy.scss */
#content_for_privacy .content_wrapper {
  text-align: left;
  height: 100%;
}

/* line 8, app/assets/stylesheets/views/default/popup_privacy.scss */
#content_for_privacy .content_wrapper iframe {
  width: 100%;
  height: 100%;
}
/*! jQuery UI - v1.10.3 - 2013-07-15
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=segoe%20ui%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=3px&bgColorHeader=%23cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=100&borderColorHeader=%23cccccc&fcHeader=%23000000&iconColorHeader=%231484e6&bgColorContent=%23ffffff&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%230a82eb&bgColorDefault=%232491DE&bgTextureDefault=glass&bgImgOpacityDefault=22&borderColorDefault=%23ffffff&fcDefault=%23ffffff&iconColorDefault=%23ffffff&bgColorHover=%23359ADD&bgTextureHover=glass&bgImgOpacityHover=26&borderColorHover=%236DB1DB&fcHover=%23ffffff&iconColorHover=%23ffffff&bgColorActive=%23FF9700&bgTextureActive=glass&bgImgOpacityActive=20&borderColorActive=%23FFB247&fcActive=%23ffffff&iconColorActive=%23ffffff&bgColorHighlight=%23D3E4F4&bgTextureHighlight=diagonals_small&bgImgOpacityHighlight=25&borderColorHighlight=%23ffffff&fcHighlight=%23333333&iconColorHighlight=%230b54d5&bgColorError=%23cc2222&bgTextureError=glass&bgImgOpacityError=20&borderColorError=%23cc0000&fcError=%23ffffff&iconColorError=%23ffffff&bgColorOverlay=%23383838&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%232f2f2f&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=20&thicknessShadow=0px&offsetTopShadow=6px&offsetLeftShadow=6px&cornerRadiusShadow=3px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:21px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:0}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:400}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:400;margin:-1px}.ui-menu .ui-state-disabled{font-weight:400;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(images/animated-overlay.gif);height:100%;filter:alpha(opacity=25);opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:0;background:0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:0;border-bottom:0;border-right:0}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:segoe ui,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:segoe ui,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_inset-hard_100_ffffff_1x100.png) 50% bottom repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #ccc;background:#ccc url(images/ui-bg_highlight-soft_100_cccccc_1x100.png) 50% 50% repeat-x;color:#000;font-weight:bold}.ui-widget-header a{color:#000}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #fff;background:#2491DE url(images/ui-bg_glass_22_2491DE_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#fff}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#fff;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #6DB1DB;background:#359ADD url(images/ui-bg_glass_26_359ADD_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#fff}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#fff;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #FFB247;background:#FF9700 url(images/ui-bg_glass_20_FF9700_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fff;background:#D3E4F4 url(images/ui-bg_diagonals-small_25_D3E4F4_40x40.png) 50% 50% repeat;color:#333}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#333}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #c00;background:#c22 url(images/ui-bg_glass_20_cc2222_1x400.png) 50% 50% repeat-x;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_0a82eb_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_1484e6_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_ffffff_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(images/ui-icons_ffffff_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_ffffff_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_0b54d5_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_ffffff_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#383838 url(images/ui-bg_flat_0_383838_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:6px 0 0 6px;padding:0;background:#2f2f2f url(images/ui-bg_flat_0_2f2f2f_40x100.png) 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:3px}
/*Grid*/
.ui-jqgrid {position: relative;}
.ui-jqgrid .ui-jqgrid-view {position: relative;left:0; top: 0; padding: 0; font-size:11px;}
/* caption*/
.ui-jqgrid .ui-jqgrid-titlebar {padding: .3em .2em .2em .3em; position: relative; font-size: 12px; border-left: 0 none;border-right: 0 none; border-top: 0 none;}
.ui-jqgrid .ui-jqgrid-caption {text-align: left;}
.ui-jqgrid .ui-jqgrid-title { margin: .1em 0 .2em; }
.ui-jqgrid .ui-jqgrid-titlebar-close { position: absolute;top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height:18px; cursor:pointer;}
.ui-jqgrid .ui-jqgrid-titlebar-close span { display: block; margin: 1px; }
.ui-jqgrid .ui-jqgrid-titlebar-close:hover { padding: 0; }
/* header*/
.ui-jqgrid .ui-jqgrid-hdiv {position: relative; margin: 0;padding: 0; overflow-x: hidden; border-left: 0 none !important; border-top : 0 none !important; border-right : 0 none !important;}
.ui-jqgrid .ui-jqgrid-hbox {float: left; padding-right: 20px;}
.ui-jqgrid .ui-jqgrid-htable {table-layout:fixed;margin:0;}
.ui-jqgrid .ui-jqgrid-htable th {height:22px;padding: 0 2px 0 2px;}
.ui-jqgrid .ui-jqgrid-htable th div {overflow: hidden; position:relative; height:17px;}
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {overflow: hidden;white-space: nowrap;text-align:center;border-top : 0 none;border-bottom : 0 none;}
.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {border-left : 0 none;}
.ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {border-right : 0 none;}
.ui-first-th-ltr {border-right: 1px solid; }
.ui-first-th-rtl {border-left: 1px solid; }
.ui-jqgrid .ui-th-div-ie {white-space: nowrap; zoom :1; height:17px;}
.ui-jqgrid .ui-jqgrid-resize {height:20px !important;position: relative; cursor :e-resize;display: inline;overflow: hidden;}
.ui-jqgrid .ui-grid-ico-sort {overflow:hidden;position:absolute;display:inline; cursor: pointer !important;}
.ui-jqgrid .ui-icon-asc {margin-top:-3px; height:12px;}
.ui-jqgrid .ui-icon-desc {margin-top:3px;height:12px;}
.ui-jqgrid .ui-i-asc {margin-top:0;height:16px;}
.ui-jqgrid .ui-i-desc {margin-top:0;margin-left:13px;height:16px;}
.ui-jqgrid .ui-jqgrid-sortable {cursor:pointer;}
.ui-jqgrid tr.ui-search-toolbar th { border-top-width: 1px !important; border-top-color: inherit !important; border-top-style: ridge !important }
tr.ui-search-toolbar input {margin: 1px 0 0 0}
tr.ui-search-toolbar select {margin: 1px 0 0 0}
/* body */ 
.ui-jqgrid .ui-jqgrid-bdiv {position: relative; margin: 0; padding:0; overflow: auto; text-align:left;}
.ui-jqgrid .ui-jqgrid-btable {table-layout:fixed; margin:0; outline-style: none; }
.ui-jqgrid tr.jqgrow { outline-style: none; }
.ui-jqgrid tr.jqgroup { outline-style: none; }
.ui-jqgrid tr.jqgrow td {font-weight: normal; overflow: hidden; white-space: pre; height: 22px;padding: 0 2px 0 2px;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
.ui-jqgrid tr.jqgfirstrow td {padding: 0 2px 0 2px;border-right-width: 1px; border-right-style: solid;}
.ui-jqgrid tr.jqgroup td {font-weight: normal; overflow: hidden; white-space: pre; height: 22px;padding: 0 2px 0 2px;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
.ui-jqgrid tr.jqfoot td {font-weight: bold; overflow: hidden; white-space: pre; height: 22px;padding: 0 2px 0 2px;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
.ui-jqgrid tr.ui-row-ltr td {text-align:left;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;}
.ui-jqgrid tr.ui-row-rtl td {text-align:right;border-left-width: 1px; border-left-color: inherit; border-left-style: solid;}
.ui-jqgrid td.jqgrid-rownum { padding: 0 2px 0 2px; margin: 0; border: 0 none;}
.ui-jqgrid .ui-jqgrid-resize-mark { width:2px; left:0; background-color:#777; cursor: e-resize; cursor: col-resize; position:absolute; top:0; height:100px; overflow:hidden; display:none; border:0 none; z-index: 99999;}
/* footer */
.ui-jqgrid .ui-jqgrid-sdiv {position: relative; margin: 0;padding: 0; overflow: hidden; border-left: 0 none !important; border-top : 0 none !important; border-right : 0 none !important;}
.ui-jqgrid .ui-jqgrid-ftable {table-layout:fixed; margin-bottom:0;}
.ui-jqgrid tr.footrow td {font-weight: bold; overflow: hidden; white-space:nowrap; height: 21px;padding: 0 2px 0 2px;border-top-width: 1px; border-top-color: inherit; border-top-style: solid;}
.ui-jqgrid tr.footrow-ltr td {text-align:left;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;}
.ui-jqgrid tr.footrow-rtl td {text-align:right;border-left-width: 1px; border-left-color: inherit; border-left-style: solid;}
/* Pager*/
.ui-jqgrid .ui-jqgrid-pager { border-left: 0 none !important;border-right: 0 none !important; border-bottom: 0 none !important; margin: 0 !important; padding: 0 !important; position: relative; height: 25px;white-space: nowrap;overflow: hidden;font-size:11px;}
.ui-jqgrid .ui-pager-control {position: relative;}
.ui-jqgrid .ui-pg-table {position: relative; padding-bottom:2px; width:auto; margin: 0;}
.ui-jqgrid .ui-pg-table td {font-weight:normal; vertical-align:middle; padding:1px;}
.ui-jqgrid .ui-pg-button  { height:19px !important;}
.ui-jqgrid .ui-pg-button span { display: block; margin: 1px; float:left;}
.ui-jqgrid .ui-pg-button:hover { padding: 0; }
.ui-jqgrid .ui-state-disabled:hover {padding:1px;}
.ui-jqgrid .ui-pg-input { height:13px;font-size:.8em; margin: 0;}
.ui-jqgrid .ui-pg-selbox {font-size:.8em; line-height:18px; display:block; height:18px; margin: 0;}
.ui-jqgrid .ui-separator {height: 18px; border-left: 1px solid #ccc ; border-right: 1px solid #ccc ; margin: 1px; float: right;}
.ui-jqgrid .ui-paging-info {font-weight: normal;height:19px; margin-top:3px;margin-right:4px;}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {padding:1px 0;float:left;position:relative;}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button { cursor:pointer; }
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div  span.ui-icon {float:left;margin:0 2px;}
.ui-jqgrid td input, .ui-jqgrid td select .ui-jqgrid td textarea { margin: 0;}
.ui-jqgrid td textarea {width:auto;height:auto;}
.ui-jqgrid .ui-jqgrid-toppager {border-left: 0 none !important;border-right: 0 none !important; border-top: 0 none !important; margin: 0 !important; padding: 0 !important; position: relative; height: 25px !important;white-space: nowrap;overflow: hidden;}
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {padding:1px 0;float:left;position:relative;}
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-button { cursor:pointer; }
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div  span.ui-icon {float:left;margin:0 2px;}
/*subgrid*/
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {display: block;}
.ui-jqgrid .ui-subgrid {margin:0;padding:0; width:100%;}
.ui-jqgrid .ui-subgrid table {table-layout: fixed;}
.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {height:18px;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
.ui-jqgrid .ui-subgrid td.subgrid-data {border-top:  0 none !important;}
.ui-jqgrid .ui-subgrid td.subgrid-cell {border-width: 0 0 1px 0;}
.ui-jqgrid .ui-th-subgrid {height:20px;}
/* loading */
.ui-jqgrid .loading {position: absolute; top: 45%;left: 45%;width: auto;z-index:101;padding: 6px; margin: 5px;text-align: center;font-weight: bold;display: none;border-width: 2px !important; font-size:11px;}
.ui-jqgrid .jqgrid-overlay {display:none;z-index:100;}
/* IE * html .jqgrid-overlay {width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');} */
* .jqgrid-overlay iframe {position:absolute;top:0;left:0;z-index:-1;}
/* IE width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
/* end loading div */
/* toolbar */
.ui-jqgrid .ui-userdata {border-left: 0 none;    border-right: 0 none;	height : 21px;overflow: hidden;	}
/*Modal Window */
.ui-jqdialog { display: none; width: 300px; position: absolute; padding: .2em; font-size:11px; overflow:visible;}
.ui-jqdialog .ui-jqdialog-titlebar { padding: .3em .2em; position: relative;  }
.ui-jqdialog .ui-jqdialog-title { margin: .1em 0 .2em; } 
.ui-jqdialog .ui-jqdialog-titlebar-close { position: absolute;  top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; cursor:pointer;}

.ui-jqdialog .ui-jqdialog-titlebar-close span { display: block; margin: 1px; }
.ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:focus { padding: 0; }
.ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content { border: 0; padding: .3em .2em; background: none; height:auto;}
.ui-jqdialog .ui-jqconfirm {padding: .4em 1em; border-width:3px;position:absolute;bottom:10px;right:10px;overflow:visible;display:none;height:80px;width:220px;text-align:center;}
.ui-jqdialog>.ui-resizable-se { bottom: -3px; right: -3px}
.ui-jqgrid>.ui-resizable-se { bottom: -3px; right: -3px }
/* end Modal window*/
/* Form edit */
.ui-jqdialog-content .FormGrid {margin: 0;}
.ui-jqdialog-content .EditTable { width: 100%; margin-bottom:0;}
.ui-jqdialog-content .DelTable { width: 100%; margin-bottom:0;}
.EditTable td input, .EditTable td select, .EditTable td textarea {margin: 0;}
.EditTable td textarea { width:auto; height:auto;}
.ui-jqdialog-content td.EditButton {text-align: right;border-top: 0 none;border-left: 0 none;border-right: 0 none; padding-bottom:5px; padding-top:5px;}
.ui-jqdialog-content td.navButton {text-align: center; border-left: 0 none;border-top: 0 none;border-right: 0 none; padding-bottom:5px; padding-top:5px;}
.ui-jqdialog-content input.FormElement {padding:.3em}
.ui-jqdialog-content select.FormElement {padding:.3em}
.ui-jqdialog-content .data-line {padding-top:.1em;border: 0 none;}

.ui-jqdialog-content .CaptionTD {vertical-align: middle;border: 0 none; padding: 2px;white-space: nowrap;}
.ui-jqdialog-content .DataTD {padding: 2px; border: 0 none; vertical-align: top;}
.ui-jqdialog-content .form-view-data {white-space:pre}
.fm-button { display: inline-block; margin:0 4px 0 0; padding: .4em .5em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
.fm-button-icon-left { padding-left: 1.9em; }
.fm-button-icon-right { padding-right: 1.9em; }
.fm-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; position: absolute; top: 50%; margin-top: -8px; }
.fm-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; position: absolute; top: 50%; margin-top: -8px;}
#nData, #pData { float: left; margin:3px;padding: 0; width: 15px; }
/* End Eorm edit */
/*.ui-jqgrid .edit-cell {}*/
.ui-jqgrid .selected-row, div.ui-jqgrid .selected-row td {font-style : normal;border-left: 0 none;}
/* inline edit actions button*/
.ui-inline-del.ui-state-hover span, .ui-inline-edit.ui-state-hover span,
.ui-inline-save.ui-state-hover span, .ui-inline-cancel.ui-state-hover span {
    margin: -1px;
}
/* Tree Grid */
.ui-jqgrid .tree-wrap {float: left; position: relative;height: 18px;white-space: nowrap;overflow: hidden;}
.ui-jqgrid .tree-minus {position: absolute; height: 18px; width: 18px; overflow: hidden;}
.ui-jqgrid .tree-plus {position: absolute;	height: 18px; width: 18px;	overflow: hidden;}
.ui-jqgrid .tree-leaf {position: absolute;	height: 18px; width: 18px;overflow: hidden;}
.ui-jqgrid .treeclick {cursor: pointer;}
/* moda dialog */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;}
/*	 width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
.ui-jqgrid-dnd tr td {border-right-width: 1px; border-right-color: inherit; border-right-style: solid; height:20px}
/* RTL Support */
.ui-jqgrid .ui-jqgrid-caption-rtl {text-align: right;}
.ui-jqgrid .ui-jqgrid-hbox-rtl {float: right; padding-left: 20px;}
.ui-jqgrid .ui-jqgrid-resize-ltr {float: right;margin: -2px -2px -2px 0;}
.ui-jqgrid .ui-jqgrid-resize-rtl {float: left;margin: -2px 0 -1px -3px;}
.ui-jqgrid .ui-sort-rtl {left:0;}
.ui-jqgrid .tree-wrap-ltr {float: left;}
.ui-jqgrid .tree-wrap-rtl {float: right;}
.ui-jqgrid .ui-ellipsis {-moz-text-overflow:ellipsis;text-overflow:ellipsis;}

/* Toolbar Search Menu */
.ui-search-menu { position: absolute; padding: 2px 5px;}
.ui-jqgrid .ui-search-table { padding: 0; border: 0 none; height:20px; width:100%;}
.ui-jqgrid .ui-search-table .ui-search-oper { width:20px; }
a.g-menu-item, a.soptclass, a.clearsearchclass { cursor: pointer; }
.ui-jqgrid .ui-search-table .ui-search-input>input,
.ui-jqgrid .ui-search-table .ui-search-input>select
{
    display: block;
    box-sizing: border-box;
} 
.ui-jqgrid .ui-jqgrid-view input,
.ui-jqgrid .ui-jqgrid-view select,
.ui-jqgrid .ui-jqgrid-view textarea,
.ui-jqgrid .ui-jqgrid-view button {
    font-size: 11px
}
/* line 3, app/assets/stylesheets/lib/jqgrid/jqgrid_extensions.scss */
.ui-jqgrid .ui-search-input input, .ui-jqgrid .ui-search-input input:focus {
  border: 1px solid #6f6f6f;
  border-color: #6f6f6f #ccc #ccc #6f6f6f;
  outline: 1px solid white;
  outline-offset: 0;
}
/************************************************
 * Mac - Webkit scrollbar styling
 *************************************************/
.osx ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.osx ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
/* line 1, app/assets/stylesheets/views/shared/forms.scss */
.hidden-submit {
  position: absolute;
  left: -99999;
  z-index: -1;
  visibility: hidden;
}

/* line 8, app/assets/stylesheets/views/shared/forms.scss */
.form-field-static {
  padding: 10px 0;
  display: block;
}

/* line 13, app/assets/stylesheets/views/shared/forms.scss */
.form-field {
  border-color: #AAAAAA;
  padding: 10px 5px;
  display: block;
  box-sizing: border-box;
}

/* line 20, app/assets/stylesheets/views/shared/forms.scss */
.form-field.field-with-errors {
  color: #a50d0f;
  font-weight: bold;
  border: 1px solid #a50d0f;
  background-color: #ffeeee;
}

/* line 26, app/assets/stylesheets/views/shared/forms.scss */
.form-field.field-with-warnings {
  color: #C17E26;
  font-weight: bold;
  border: 1px solid #FFAA22;
  background-color: #FFF2E8;
}

/* line 33, app/assets/stylesheets/views/shared/forms.scss */
.form-field label {
  display: block;
  margin-bottom: 5px;
}

/* line 38, app/assets/stylesheets/views/shared/forms.scss */
.form-field.field-with-help label {
  display: inline-block;
}

/* line 42, app/assets/stylesheets/views/shared/forms.scss */
.form-field.boolean label {
  display: inline-block;
}

/* line 46, app/assets/stylesheets/views/shared/forms.scss */
.form-field .help-button {
  display: inline-block;
  margin-left: 5px;
}

/* line 51, app/assets/stylesheets/views/shared/forms.scss */
.form-field span.charcounter {
  display: block;
  text-align: right;
  color: #999999;
  padding: 5px;
}

/* line 58, app/assets/stylesheets/views/shared/forms.scss */
.form-field div.errors {
  display: block;
  color: #a50d0f;
  padding: 0 5px;
  font-weight: normal;
}

/* line 65, app/assets/stylesheets/views/shared/forms.scss */
.form-field div.warnings {
  display: block;
  color: #C17E26;
  padding: 0 5px;
  font-weight: normal;
}

/* line 72, app/assets/stylesheets/views/shared/forms.scss */
.form-field div.hint {
  margin-top: 10px;
  display: block;
  color: #666666;
  text-align: right;
  padding-right: 10px;
}

/* line 80, app/assets/stylesheets/views/shared/forms.scss */
.form-field div.addons {
  margin-top: 10px;
  display: block;
  text-align: right;
  padding-right: 10px;
}

/* line 87, app/assets/stylesheets/views/shared/forms.scss */
.form-field input[type="text"], .form-field input[type="string"],
.form-field input[type="tel"], .form-field input[type="url"],
.form-field input[type="range"], .form-field input[type="number"],
.form-field input[type="email"], .form-field input[type="password"],
.form-field input[type="date"], .form-field input[type="date_input"], .form-field input[type="datetime_input"],
.form-field textarea, .form-field select,
.form-field ul.tagit {
  display: block;
  width: 90%;
  max-width: 90%;
  min-width: 90%;
  box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  padding: 5px;
  font-size: 14px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 116, app/assets/stylesheets/views/shared/forms.scss */
.form-field input[type="text"][disabled], .form-field input[type="text"][readonly], .form-field input[type="string"][disabled], .form-field input[type="string"][readonly],
.form-field input[type="tel"][disabled],
.form-field input[type="tel"][readonly], .form-field input[type="url"][disabled], .form-field input[type="url"][readonly],
.form-field input[type="range"][disabled],
.form-field input[type="range"][readonly], .form-field input[type="number"][disabled], .form-field input[type="number"][readonly],
.form-field input[type="email"][disabled],
.form-field input[type="email"][readonly], .form-field input[type="password"][disabled], .form-field input[type="password"][readonly],
.form-field input[type="date"][disabled],
.form-field input[type="date"][readonly], .form-field input[type="date_input"][disabled], .form-field input[type="date_input"][readonly], .form-field input[type="datetime_input"][disabled], .form-field input[type="datetime_input"][readonly],
.form-field textarea[disabled],
.form-field textarea[readonly], .form-field select[disabled], .form-field select[readonly],
.form-field ul.tagit[disabled],
.form-field ul.tagit[readonly] {
  color: #333333;
  background-color: #dddddd;
  background-image: none;
}

/* line 122, app/assets/stylesheets/views/shared/forms.scss */
.form-field input[type="text"]:focus, .form-field input[type="string"]:focus,
.form-field input[type="tel"]:focus, .form-field input[type="url"]:focus,
.form-field input[type="range"]:focus, .form-field input[type="number"]:focus,
.form-field input[type="email"]:focus, .form-field input[type="password"]:focus,
.form-field input[type="date"]:focus, .form-field input[type="date_input"]:focus, .form-field input[type="datetime_input"]:focus,
.form-field textarea:focus, .form-field select:focus,
.form-field ul.tagit:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 129, app/assets/stylesheets/views/shared/forms.scss */
.form-field input[type="text"]::-moz-placeholder, .form-field input[type="string"]::-moz-placeholder,
.form-field input[type="tel"]::-moz-placeholder, .form-field input[type="url"]::-moz-placeholder,
.form-field input[type="range"]::-moz-placeholder, .form-field input[type="number"]::-moz-placeholder,
.form-field input[type="email"]::-moz-placeholder, .form-field input[type="password"]::-moz-placeholder,
.form-field input[type="date"]::-moz-placeholder, .form-field input[type="date_input"]::-moz-placeholder, .form-field input[type="datetime_input"]::-moz-placeholder,
.form-field textarea::-moz-placeholder, .form-field select::-moz-placeholder,
.form-field ul.tagit::-moz-placeholder {
  color: #777777;
  opacity: 1;
}

/* line 133, app/assets/stylesheets/views/shared/forms.scss */
.form-field input[type="text"]:-ms-input-placeholder, .form-field input[type="string"]:-ms-input-placeholder,
.form-field input[type="tel"]:-ms-input-placeholder, .form-field input[type="url"]:-ms-input-placeholder,
.form-field input[type="range"]:-ms-input-placeholder, .form-field input[type="number"]:-ms-input-placeholder,
.form-field input[type="email"]:-ms-input-placeholder, .form-field input[type="password"]:-ms-input-placeholder,
.form-field input[type="date"]:-ms-input-placeholder, .form-field input[type="date_input"]:-ms-input-placeholder, .form-field input[type="datetime_input"]:-ms-input-placeholder,
.form-field textarea:-ms-input-placeholder, .form-field select:-ms-input-placeholder,
.form-field ul.tagit:-ms-input-placeholder {
  color: #777777;
}

/* line 136, app/assets/stylesheets/views/shared/forms.scss */
.form-field input[type="text"]::-webkit-input-placeholder, .form-field input[type="string"]::-webkit-input-placeholder,
.form-field input[type="tel"]::-webkit-input-placeholder, .form-field input[type="url"]::-webkit-input-placeholder,
.form-field input[type="range"]::-webkit-input-placeholder, .form-field input[type="number"]::-webkit-input-placeholder,
.form-field input[type="email"]::-webkit-input-placeholder, .form-field input[type="password"]::-webkit-input-placeholder,
.form-field input[type="date"]::-webkit-input-placeholder, .form-field input[type="date_input"]::-webkit-input-placeholder, .form-field input[type="datetime_input"]::-webkit-input-placeholder,
.form-field textarea::-webkit-input-placeholder, .form-field select::-webkit-input-placeholder,
.form-field ul.tagit::-webkit-input-placeholder {
  color: #777777;
}

/* line 141, app/assets/stylesheets/views/shared/forms.scss */
.form-field ul.tagit {
  padding: 2px 5px;
}

/* line 143, app/assets/stylesheets/views/shared/forms.scss */
.form-field ul.tagit li {
  margin: 0;
}

/* line 147, app/assets/stylesheets/views/shared/forms.scss */
.form-field ul.tagit input[type="text"]:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

/* line 156, app/assets/stylesheets/views/shared/forms.scss */
.form-field input[type="date"],
.form-field input[type="date_input"],
.form-field input[type="datetime_input"] {
  display: inline-block;
}

/* line 162, app/assets/stylesheets/views/shared/forms.scss */
.form-field input[type="date"] + img,
.form-field input[type="date_input"] + img,
.form-field input[type="datetime_input"] + img {
  display: inline-block;
  margin-left: 5px;
}

/* line 169, app/assets/stylesheets/views/shared/forms.scss */
.form-field input[type="checkbox"], .form-field input[type="radio"],
.form-field input[type="checkbox"] + label, .form-field input[type="radio"] + label {
  display: inline-block;
  width: auto;
}

/* line 175, app/assets/stylesheets/views/shared/forms.scss */
.form-field textarea {
  height: 120px;
  min-height: 120px;
}

/* line 183, app/assets/stylesheets/views/shared/forms.scss */
.form-field.field-with-buttons input[type="text"], .form-field.field-with-buttons input[type="string"],
.form-field.field-with-buttons input[type="tel"], .form-field.field-with-buttons input[type="url"],
.form-field.field-with-buttons input[type="range"], .form-field.field-with-buttons input[type="number"],
.form-field.field-with-buttons input[type="email"], .form-field.field-with-buttons input[type="password"],
.form-field.field-with-buttons input[type="date"], .form-field.field-with-buttons input[type="date_input"], .form-field.field-with-buttons input[type="datetime_input"],
.form-field.field-with-buttons textarea, .form-field.field-with-buttons select,
.form-field.field-with-buttons ul.tagit {
  display: inline-block;
}

/* line 193, app/assets/stylesheets/views/shared/forms.scss */
.form-field.field-with-buttons .form-field-buttons {
  display: inline-block;
  vertical-align: top;
  margin: 2px 0;
}

/* line 198, app/assets/stylesheets/views/shared/forms.scss */
.form-field.field-with-buttons .form-field-buttons > span {
  display: inline-block;
  border-radius: 10px;
  margin-left: 3px;
  cursor: pointer;
  border: none;
}

/* line 205, app/assets/stylesheets/views/shared/forms.scss */
.form-field.field-with-buttons .form-field-buttons > span .fa {
  font-size: 14px;
  line-height: 28px;
  padding: 0 8px;
}

/* line 214, app/assets/stylesheets/views/shared/forms.scss */
.form-actions {
  margin: 10px;
}

/* line 218, app/assets/stylesheets/views/shared/forms.scss */
.form-actions input, .form-actions button {
  text-align: center;
}

/* line 222, app/assets/stylesheets/views/shared/forms.scss */
.help-button {
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
}

/* line 229, app/assets/stylesheets/views/shared/forms.scss */
.help-button.ui-state-default {
  background: #999;
}

/* line 233, app/assets/stylesheets/views/shared/forms.scss */
.help-button .fa {
  font-size: 10px;
  line-height: 14px;
  padding: 0 4px;
}

/* line 240, app/assets/stylesheets/views/shared/forms.scss */
.form-field.field-with-errors.horizontal-form-field {
  border-bottom: 1px solid;
}

/* line 243, app/assets/stylesheets/views/shared/forms.scss */
.form-field.field-with-errors.horizontal-form-field div.errors {
  text-align: right;
}

/* line 248, app/assets/stylesheets/views/shared/forms.scss */
.form-field.horizontal-form-field {
  border-bottom: none;
}

/* line 251, app/assets/stylesheets/views/shared/forms.scss */
.form-field.horizontal-form-field > label {
  display: inline-block;
  width: 30%;
  text-align: right;
  vertical-align: top;
  margin-right: 5px;
  box-sizing: border-box;
  line-height: 28px;
  margin-top: 2px;
}

/* line 261, app/assets/stylesheets/views/shared/forms.scss */
.form-field.horizontal-form-field > label:last-child {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
  text-align: left;
  line-height: inherit;
  margin-top: 5px;
}

/* line 270, app/assets/stylesheets/views/shared/forms.scss */
.form-field.horizontal-form-field > input, .form-field.horizontal-form-field select, .form-field.horizontal-form-field textarea {
  display: inline-block;
  width: 60%;
  min-width: 60%;
  max-width: 60%;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}

/*Right sidebar widget styling*/
#right-column-holder .widget {
    border: 1px solid #C2D4DB;
    border-radius: 10px;
    width: 300px;
    margin: auto;
}

#right-column-holder .widget span.title {
    background: rgb(255, 225, 162); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 225, 162, 1) 0%, rgba(254, 186, 41, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe1a2', endColorstr='#feba29', GradientType=0); /* IE6-9 */

    border-radius: 10px 10px 0 0;
    box-shadow: inset 0 2px 3px 3px rgba(255, 255, 255, .3);
    color: #8C5600;
    font-family: 'semplicita_proregular';
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 12px 20px 9px 20px;
    text-shadow: 1px 1px #FFF;
    display: block;
}



.pagination {
    text-align: center;
    font-weight: bold;
    padding: 10px 5px;
    min-height: 15px;
}

.pagination a, .pagination span {
    text-transform: uppercase;
    font-weight: bold;
}

.pagination .previous_page {
    float: left;
    text-align: left;
}

.pagination .next_page {
    float: right;
    text-align: right;
}

.pagination .previous_page > span, .pagination .next_page > span{
    background: #ff9b39;
    border-radius: 30px;
    height: 17px;
    width: 18px;
    line-height: 18px;
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    margin: 0 5px;
}
.pagination .prev_page:hover > span, .pagination .next_page:hover > span{
    text-decoration: none;
}

.pagination .disabled:hover {
    text-decoration: none;
    cursor: default;
}

.pagination .disabled {
    color: #999;
}

.pagination .disabled > span {
    background: #999;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot');
  src: url('/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix') format('embedded-opentype'), url('/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2') format('woff2'), url('/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff') format('woff'), url('/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf') format('truetype'), url('/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/************************
* jQuery UI
************************/
.ui-front {
    z-index: 1001;
}

/************************
* jQuery UI Autocomplete
************************/
.ui-autocomplete.ui-widget.ui-widget-content {
    z-index: 1001;
    text-align: left;
}

/************************
* Share This
************************/
span.stLarge, .stButton > span {
    height: 32px;
    height: 32px;
    box-sizing: border-box;
    background-repeat: repeat-x;
}

.ui-jqgrid .ui-pg-selbox {
    padding: 0;
}

/************************************************
 * Hopscotch Tours
 *************************************************/

div.hopscotch-bubble .hopscotch-nav-button.remove {
    background: #a90329; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-8 */
    color: #ffffff;
    float: left;
}

div.hopscotch-bubble .hopscotch-nav-button.remove:hover {
    background: #6d0019; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkMDAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhOTAzMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom,  #6d0019 0%,#8f0222 56%,#a90329 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 ); /* IE6-8 */
}
.territory-autocomplete-result > a > span {
    display: block;
    margin: 2px 5px;
    padding: 0;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
}
.territory-autocomplete-result .territory-type {
    margin: 2px;
    float: right;
    color: grey;
}
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder
{
  text-align: left;
}

.jcrop-vline, .jcrop-hline
{
  font-size: 0;
  position: absolute;
  background: white url('Jcrop.gif') top left repeat;
  /*
  opacity: .5;
   *filter:alpha(opacity=50);
   */
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
  font-size: 1px;
  width: 7px !important;
  height: 7px !important;
  border: 1px #eee solid;
  background-color: #333;
  *width: 9px;
  *height: 9px;
}

.jcrop-tracker {
  *background-color: gray;
  width: 100%; height: 100%;
}

.custom .jcrop-vline,
.custom .jcrop-hline
{
  background: yellow;
}
.custom .jcrop-handle
{
  border-color: black;
  background-color: #C7BB00;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.animated{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;animation-duration:1s;}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);} 100%{opacity:1;-webkit-transform:translateY(0);}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px);} 100%{opacity:1;transform:translateY(0);}}.fade-in-up{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);} 100%{opacity:1;-webkit-transform:translateY(0);}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px);} 100%{opacity:1;transform:translateY(0);}}.fade-in-down{-webkit-animation-name:fadeInDown;animation-name:fadeInDown;}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-20px);} 100%{opacity:1;-webkit-transform:translateX(0);}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(-20px);} 100%{opacity:1;transform:translateX(0);}}.fade-in-right{-webkit-animation-name:fadeInRight;animation-name:fadeInRight;}
@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(20px);} 100%{opacity:1;-webkit-transform:translateX(0);}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(20px);} 100%{opacity:1;transform:translateX(0);}}.fade-in-left{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;}
div.hopscotch-bubble .hopscotch-nav-button{font-weight:bold;border-width:1px;border-style:solid;cursor:pointer;margin:0;overflow:visible;text-decoration:none !important;width:auto;padding:0 10px;height:26px;line-height:24px;font-size:12px;*zoom:1;white-space:nowrap;display:-moz-inline-stack;display:inline-block;*vertical-align:auto;zoom:1;*display:inline;vertical-align:middle;border-radius:3px;box-sizing:border-box;}div.hopscotch-bubble .hopscotch-nav-button:hover{*zoom:1;box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);}
div.hopscotch-bubble .hopscotch-nav-button:active{box-shadow:0 1px 2px rgba(0, 0, 0, 0.25) inset;}
div.hopscotch-bubble .hopscotch-nav-button.next{border-color:#1b5480;color:#fff;margin:0 0 0 10px;text-shadow:0 1px 1px rgba(0, 0, 0, 0.35);background-color:#287bbc;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#287bbc', endColorstr='#23639a');background-image:linear-gradient(top, #287bbc 0%, #23639a 100%);}div.hopscotch-bubble .hopscotch-nav-button.next:hover{background-color:#2672ae;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#2672ae', endColorstr='#1e4f7e');background-image:linear-gradient(top, #2672ae 0%, #1e4f7e 100%);}
div.hopscotch-bubble .hopscotch-nav-button.prev{border-color:#a7a7a7;color:#444;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);background-color:#f2f2f2;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#e9e9e9');background-image:linear-gradient(top, #f2f2f2 0%, #e9e9e9 100%);}div.hopscotch-bubble .hopscotch-nav-button.prev:hover{background-color:#e8e8e8;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE8E8E8', endColorstr='#FFA9A9A9');background-image:linear-gradient(top, #e8e8e8 0%, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);}
div.hopscotch-bubble{background-color:#ffffff;border:5px solid #000000;border:5px solid rgba(0, 0, 0, 0.5);color:#333;font-family:Helvetica,Arial;font-size:13px;position:absolute;z-index:9999;-moz-background-clip:padding;-webkit-background-clip:padding;background-clip:padding-box;}div.hopscotch-bubble.animate{-moz-transition-property:top, left;-moz-transition-duration:1s;-moz-transition-timing-function:ease-in-out;-ms-transition-property:top, left;-ms-transition-duration:1s;-ms-transition-timing-function:ease-in-out;-o-transition-property:top, left;-o-transition-duration:1s;-o-transition-timing-function:ease-in-out;-webkit-transition-property:top, left;-webkit-transition-duration:1s;-webkit-transition-timing-function:ease-in-out;transition-property:top, left;transition-duration:1s;transition-timing-function:ease-in-out;}
div.hopscotch-bubble.invisible{opacity:0;}
div.hopscotch-bubble.hide,div.hopscotch-bubble .hide,div.hopscotch-bubble .hide-all{display:none;}
div.hopscotch-bubble h3{color:#000;font-family:Helvetica,Arial;font-size:16px;font-weight:bold;line-height:19px;margin:-1px 15px 0 0;padding:0;}
div.hopscotch-bubble .hopscotch-bubble-container{padding:15px;position:relative;text-align:left;-webkit-font-smoothing:antialiased;}
div.hopscotch-bubble .hopscotch-content{font-family:Helvetica,Arial;font-weight:normal;line-height:17px;margin:-5px 0 11px;padding-top:8px;}
div.hopscotch-bubble .hopscotch-bubble-content{margin:0 0 0 40px;}
div.hopscotch-bubble.no-number .hopscotch-bubble-content{margin:0;}
div.hopscotch-bubble .hopscotch-bubble-close{color:#000;background:transparent url("img/sprite-green-0.3.png") -192px -92px no-repeat;display:block;padding:8px;position:absolute;text-decoration:none;text-indent:-9999px;width:8px;height:8px;top:0;right:0;}div.hopscotch-bubble .hopscotch-bubble-close.hide,div.hopscotch-bubble .hopscotch-bubble-close.hide-all{display:none;}
div.hopscotch-bubble .hopscotch-bubble-number{background:transparent url("img/sprite-green-0.3.png") 0 0 no-repeat;color:#fff;display:block;float:left;font-size:17px;font-weight:bold;line-height:31px;padding:0 10px 0 0;text-align:center;width:30px;height:30px;}
div.hopscotch-bubble .hopscotch-bubble-arrow-container{position:absolute;width:34px;height:34px;}div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow,div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border{width:0;height:0;}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up{top:-22px;left:10px;}div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow{border-bottom:17px solid #ffffff;border-left:17px solid transparent;border-right:17px solid transparent;position:relative;top:-10px;}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border{border-bottom:17px solid #000000;border-bottom:17px solid rgba(0, 0, 0, 0.5);border-left:17px solid transparent;border-right:17px solid transparent;}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down{bottom:-39px;left:10px;}div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow{border-top:17px solid #ffffff;border-left:17px solid transparent;border-right:17px solid transparent;position:relative;top:-24px;}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border{border-top:17px solid #000000;border-top:17px solid rgba(0, 0, 0, 0.5);border-left:17px solid transparent;border-right:17px solid transparent;}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left{top:10px;left:-22px;}div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow{border-bottom:17px solid transparent;border-right:17px solid #ffffff;border-top:17px solid transparent;position:relative;left:7px;top:-34px;}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border{border-right:17px solid #000000;border-right:17px solid rgba(0, 0, 0, 0.5);border-bottom:17px solid transparent;border-top:17px solid transparent;}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right{top:10px;right:-39px;}div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow{border-bottom:17px solid transparent;border-left:17px solid #ffffff;border-top:17px solid transparent;position:relative;left:-7px;top:-34px;}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border{border-left:17px solid #000000;border-left:17px solid rgba(0, 0, 0, 0.5);border-bottom:17px solid transparent;border-top:17px solid transparent;}
div.hopscotch-bubble .hopscotch-actions{margin:10px 0 0;text-align:right;}
div.hopscotch-bubble .hopscotch-content ul{
    margin: 0;
    padding: 0 0 0 20px;
}
div#hopscotch-overlay {
    background-color: #cccccc;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.50;
    -moz-opacity: 0.50;
    opacity: 0.50;
}

div#hopscotch-event-overlay {
    background-color: transparent;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9001;
}

.hopscotch-highlight {
    z-index: 9999;
    position: relative;
    border: 1px solid white;
    background-color: #ffffff;
    color: #000000 !important;
}

#hopscotch-center-element{
    left: 50%;
    position: absolute;
    top: 25%;
    visibility: hidden;
}
form.classic_forms fieldset {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  border: 1px solid #000;
}

form.classic_forms .float_format .label_wrapper {
  float: left;
  text-align: right;
  width: 250px;
  margin-right: 12px;
}


form.classic_forms .input_wrapper {
  width: 300px;
}

form.classic_forms .float_format .input_wrapper {
  text-align: left;
  float: left;
}

form.classic_forms .error_wrapper {
  color: red;
}

form.classic_forms .float_format .error_wrapper {
  float: left;
  width: 300px;
  margin-left: 262px;
}

form.classic_forms .row_wrapper {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

form.classic_forms h3 {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}

form.classic_forms input.submit_button {
  margin: 24px auto 24px auto;
  display: block;
}

form#new_agent {
  margin-bottom: 12px;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }
.rte-autocomplete{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

.rte-autocomplete:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}

.rte-autocomplete:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 10px;
}

.rte-autocomplete > li.loading {
	background: url("http://www.ajaxload.info/cache/FF/FF/FF/00/00/00/1-0.gif") center no-repeat;
	height: 16px;
}

.rte-autocomplete > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}

.rte-autocomplete >li > a:hover, .rte-autocomplete > li > a:focus, .rte-autocomplete:hover > a, .rte-autocomplete:focus > a {
    color: #fff;
    text-decoration: none;
    background-color: #cccccc;
    background-image: linear-gradient(to bottom,#cccccc,#cccccc);
    background-repeat: repeat-x;
}

.rte-autocomplete >.active > a, .rte-autocomplete > .active > a:hover, .rte-autocomplete > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #cccccc;
    background-image: linear-gradient(to bottom,#cccccc,#cccccc);
    background-repeat: repeat-x;
    outline: 0;
}
span#autocomplete {
    font-weight: bold;
}
/* line 1, app/assets/stylesheets/views/agents/mini_vcard.scss */
div.hopscotch-bubble.agent-mini-vcard-callout {
  border: none;
  box-shadow: none;
}

/* line 5, app/assets/stylesheets/views/agents/mini_vcard.scss */
div.hopscotch-bubble.agent-mini-vcard-callout .hopscotch-bubble-arrow-container, div.hopscotch-bubble.agent-mini-vcard-callout .hopscotch-actions {
  display: none;
}

/* line 11, app/assets/stylesheets/views/agents/mini_vcard.scss */
div.hopscotch-bubble.agent-mini-vcard-callout > div.hopscotch-bubble-container .hopscotch-content {
  margin: 0;
  padding: 0;
}

/* line 18, app/assets/stylesheets/views/agents/mini_vcard.scss */
.agent-mini-vcard {
  font-family: verdana, arial, helvetica, sans-serif;
  overflow: hidden;
  position: relative;
}

/* line 23, app/assets/stylesheets/views/agents/mini_vcard.scss */
.agent-mini-vcard .agent-mini-vcard-left {
  display: block;
  position: absolute;
  width: 170px;
  min-height: 170px;
  z-index: 1;
  left: 0;
  background: #fff;
}

/* line 32, app/assets/stylesheets/views/agents/mini_vcard.scss */
.agent-mini-vcard .agent-mini-vcard-left figure {
  min-height: 170px;
}

/* line 34, app/assets/stylesheets/views/agents/mini_vcard.scss */
.agent-mini-vcard .agent-mini-vcard-left figure img {
  margin: auto;
  width: 170px;
  cursor: pointer;
}

/* line 42, app/assets/stylesheets/views/agents/mini_vcard.scss */
.agent-mini-vcard .agent-mini-vcard-right {
  display: block;
  padding: 10px 10px 40px 190px;
  min-height: 120px;
}

/* line 47, app/assets/stylesheets/views/agents/mini_vcard.scss */
.agent-mini-vcard .agent-mini-vcard-right p {
  margin: 0;
  color: #999999;
  font-size: 13px;
  line-height: initial;
  /* Handle long text overflow */
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 59, app/assets/stylesheets/views/agents/mini_vcard.scss */
.agent-mini-vcard .agent-mini-vcard-right .agent-name {
  cursor: pointer;
  color: #333333;
  font-size: 26px;
  line-height: 30px;
}

/* line 65, app/assets/stylesheets/views/agents/mini_vcard.scss */
.agent-mini-vcard .agent-mini-vcard-right .agent-tagline {
  color: #333333;
  font-size: 16px;
  line-height: 20px;
}

/* line 72, app/assets/stylesheets/views/agents/mini_vcard.scss */
.agent-mini-vcard .agent-mini-vcard-actions {
  position: absolute;
  bottom: 0px;
  background-color: #EFEFEF;
  padding: 10px 10px 10px 190px;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  z-index: 0;
  box-sizing: border-box;
}

/* line 83, app/assets/stylesheets/views/agents/mini_vcard.scss */
.agent-mini-vcard .agent-mini-vcard-actions a {
  display: inline-block;
  margin-right: 20px;
}

/* line 87, app/assets/stylesheets/views/agents/mini_vcard.scss */
.agent-mini-vcard .agent-mini-vcard-actions a .fa {
  display: inline-block;
  margin-right: 10px;
}

/* line 95, app/assets/stylesheets/views/agents/mini_vcard.scss */
.agent-tag {
  color: #006699;
  cursor: pointer;
}

/* line 100, app/assets/stylesheets/views/agents/mini_vcard.scss */
.agent-tag:hover {
  text-decoration: underline;
}
ul.tagit {
    padding: 1px 5px;
    overflow: auto;
    margin-left: inherit; /* usually we don't want the regular ul margins. */
    margin-right: inherit;
}
ul.tagit li {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit li.tagit-choice {    
    position: relative;
    line-height: inherit;
}

ul.tagit li.tagit-choice-read-only { 
    padding: .2em .5em .2em .5em; 
} 

ul.tagit li.tagit-choice-editable { 
    padding: .2em 18px .2em .5em; 
} 

ul.tagit li.tagit-new {
    padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
    cursor: pointer;
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: absolute;
    right: .1em;
    top: 50%;
    margin-top: -8px;
    line-height: 17px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: none;
}

ul.tagit li.tagit-choice input {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
    box-sizing:         border-box;
    box-shadow: none;

    border: none;
    margin: 0;
    padding: 0;
    width: inherit;
    background-color: inherit;
    outline: none;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* line 7, app/assets/stylesheets/foundation_and_overrides.scss */
.columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  box-sizing: border-box;
}

@media print, screen and (min-width: 40em) {
  /* line 7, app/assets/stylesheets/foundation_and_overrides.scss */
  .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 68, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_column.scss */
.columns:last-child:not(:first-child) {
  float: right;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
/* line 59, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
/* line 83, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
/* line 91, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
/* line 105, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
/* line 198, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
/* line 207, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
/* line 221, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
/* line 231, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
/* line 251, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
/* line 266, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
/* line 276, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
/* line 291, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
/* line 301, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
/* line 310, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
/* line 320, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
/* line 331, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
/* line 339, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
/* line 348, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
/* line 357, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 365, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
sub {
  bottom: -0.25em;
}

/* line 369, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
/* line 382, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
/* line 391, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
/* line 400, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
/* line 408, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
/* line 422, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
/* line 442, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
/* line 451, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
/* line 462, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/* line 469, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

/* line 478, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 487, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
/* line 496, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
/* line 505, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
/* line 515, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
/* line 525, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

/* line 533, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
/* line 544, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
/* line 553, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
/* line 566, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
/* line 580, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
/* line 589, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
/* line 602, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
/* line 610, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
/* line 618, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
/* line 651, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
/* line 659, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
/* line 672, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
[hidden] {
  display: none;
}

/* line 116, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
.foundation-mq {
  font-family: "small=0em&small-mid=30em&medium=40em&mid-large=52.5em&large=64em&xlarge=75em&xxlarge=90em";
}

/* line 120, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
html {
  box-sizing: border-box;
  font-size: 100%;
}

/* line 126, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 133, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 150, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* line 162, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

/* line 169, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

/* line 179, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 187, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}

/* line 177, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] button {
  outline: 0;
}

/* line 201, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
pre {
  overflow: auto;
}

/* line 206, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
.is-visible {
  display: block !important;
}

/* line 210, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
.is-hidden {
  display: none !important;
}

/* line 28, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

/* line 146, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.row::before, .row::after {
  display: table;
  content: ' ';
}

/* line 157, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.row::after {
  clear: both;
}

/* line 33, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

/* line 39, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 39, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 39, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

/* line 42, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 49, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.row.expanded {
  max-width: none;
}

/* line 52, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

/* line 58, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.row:not(.expanded) .row {
  max-width: none;
}

/* line 67, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

/* line 67, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/* line 76, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 76, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 68, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_column.scss */
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

/* line 49, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_position.scss */
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

/* line 88, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.column.row.row, .row.row.columns {
  float: none;
}

/* line 93, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-1 {
  width: 8.3333333333%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-2 {
  width: 16.6666666667%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-3 {
  width: 25%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-push-3 {
  position: relative;
  left: 25%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-3 {
  position: relative;
  left: -25%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-4 {
  width: 33.3333333333%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-5 {
  width: 41.6666666667%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-6 {
  width: 50%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-push-6 {
  position: relative;
  left: 50%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-6 {
  position: relative;
  left: -50%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-7 {
  width: 58.3333333333%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-8 {
  width: 66.6666666667%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-9 {
  width: 75%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-push-9 {
  position: relative;
  left: 75%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-9 {
  position: relative;
  left: -75%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-10 {
  width: 83.3333333333%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-11 {
  width: 91.6666666667%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-12 {
  width: 100%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

/* line 135, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

/* line 137, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 143, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

/* line 149, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

/* line 153, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-centered {
  margin-right: auto;
  margin-left: auto;
}

/* line 20, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_position.scss */
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

/* line 158, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-1 {
    width: 8.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-2 {
    width: 16.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-3 {
    width: 25%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-4 {
    width: 33.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-5 {
    width: 41.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-6 {
    width: 50%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-7 {
    width: 58.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-8 {
    width: 66.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-9 {
    width: 75%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-10 {
    width: 83.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-11 {
    width: 91.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-12 {
    width: 100%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  /* line 135, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 137, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 143, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 149, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  /* line 153, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 20, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_position.scss */
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  /* line 158, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-uncentered,
.medium-push-0,
.medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-1 {
    width: 8.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-0 {
    margin-left: 0%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-2 {
    width: 16.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-3 {
    width: 25%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-4 {
    width: 33.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-3 {
    margin-left: 25%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-5 {
    width: 41.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-6 {
    width: 50%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-7 {
    width: 58.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-6 {
    margin-left: 50%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-8 {
    width: 66.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-9 {
    width: 75%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-10 {
    width: 83.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-9 {
    margin-left: 75%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-11 {
    width: 91.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-12 {
    width: 100%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  /* line 135, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 137, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 143, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 149, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  /* line 153, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 20, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_position.scss */
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  /* line 158, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-uncentered,
.large-push-0,
.large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 164, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.column-block {
  margin-bottom: 1.25rem;
}

/* line 78, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_gutter.scss */
.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 164, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .column-block {
    margin-bottom: 1.875rem;
  }
  /* line 78, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_gutter.scss */
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

/* line 256, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* line 280, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

/* line 289, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 296, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 303, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
small {
  font-size: 80%;
  line-height: inherit;
}

/* line 309, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

/* line 321, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}

/* line 332, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  /* line 332, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
  h1 {
    font-size: 3rem;
  }
  /* line 332, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
  h2 {
    font-size: 2.5rem;
  }
  /* line 332, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
  h3 {
    font-size: 1.9375rem;
  }
  /* line 332, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
  h4 {
    font-size: 1.5625rem;
  }
  /* line 332, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
  h5 {
    font-size: 1.25rem;
  }
  /* line 332, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
  h6 {
    font-size: 1rem;
  }
}

/* line 371, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
a {
  line-height: inherit;
  color: #2199e8;
  text-decoration: none;
  cursor: pointer;
}

/* line 378, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
a:hover, a:focus {
  color: #1585cf;
}

/* line 386, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
a img {
  border: 0;
}

/* line 392, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

/* line 406, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

/* line 415, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
li {
  font-size: inherit;
}

/* line 420, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

/* line 426, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
ol {
  margin-left: 1.25rem;
}

/* line 432, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 439, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
dl {
  margin-bottom: 1rem;
}

/* line 442, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 449, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

/* line 454, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

/* line 461, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

/* line 466, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
cite:before {
  content: "— ";
}

/* line 472, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help;
}

/* line 479, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
figure {
  margin: 0;
}

/* line 484, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

/* line 496, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

/* line 48, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_helpers.scss */
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

/* line 58, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_helpers.scss */
.lead {
  font-size: 125%;
  line-height: 1.6;
}

/* line 64, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_helpers.scss */
.stat {
  font-size: 2.5rem;
  line-height: 1;
}

/* line 68, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_helpers.scss */
p + .stat {
  margin-top: -1rem;
}

/* line 74, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_helpers.scss */
.no-bullet {
  margin-left: 0;
  list-style: none;
}

/* line 15, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
.text-left {
  text-align: left;
}

/* line 15, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
.text-right {
  text-align: right;
}

/* line 15, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
.text-center {
  text-align: center;
}

/* line 15, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  /* line 10, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-left {
    text-align: left;
  }
  /* line 10, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-right {
    text-align: right;
  }
  /* line 10, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-center {
    text-align: center;
  }
  /* line 10, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 10, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-left {
    text-align: left;
  }
  /* line 10, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-right {
    text-align: right;
  }
  /* line 10, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-center {
    text-align: center;
  }
  /* line 10, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-justify {
    text-align: justify;
  }
}

/* line 14, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
.show-for-print {
  display: none !important;
}

@media print {
  /* line 17, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  /* line 28, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  .show-for-print {
    display: block !important;
  }
  /* line 29, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  .hide-for-print {
    display: none !important;
  }
  /* line 31, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  table.show-for-print {
    display: table !important;
  }
  /* line 32, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }
  /* line 33, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }
  /* line 34, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  tr.show-for-print {
    display: table-row !important;
  }
  /* line 35, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  td.show-for-print {
    display: table-cell !important;
  }
  /* line 36, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  th.show-for-print {
    display: table-cell !important;
  }
  /* line 39, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 42, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  .ir a:after,
a[href^='javascript:']:after,
a[href^='#']:after {
    content: '';
  }
  /* line 51, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  pre,
blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  /* line 61, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 63, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 66, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 70, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 78, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 82, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  .print-break-inside {
    page-break-inside: auto;
  }
}

/* line 244, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #2199e8;
  color: #fff;
}

/* line 177, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .button {
  outline: 0;
}

/* line 145, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button:hover, .button:focus {
  background-color: #1583cc;
  color: #fff;
}

/* line 249, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.tiny {
  font-size: 0.6rem;
}

/* line 249, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.small {
  font-size: 0.75rem;
}

/* line 249, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.large {
  font-size: 1.25rem;
}

/* line 254, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

/* line 259, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.primary {
  background-color: #1779ba;
  color: #fff;
}

/* line 145, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fff;
}

/* line 259, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.secondary {
  background-color: #767676;
  color: #000;
}

/* line 145, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #000;
}

/* line 259, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.success {
  background-color: #3adb76;
  color: #000;
}

/* line 145, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #000;
}

/* line 259, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.warning {
  background-color: #ffae00;
  color: #000;
}

/* line 145, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #000;
}

/* line 259, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.alert {
  background-color: #cc4b37;
  color: #000;
}

/* line 145, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #000;
}

/* line 276, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}

/* line 153, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

/* line 169, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

/* line 281, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}

/* line 169, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

/* line 281, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}

/* line 169, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

/* line 281, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

/* line 169, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

/* line 281, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

/* line 169, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

/* line 281, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

/* line 169, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

/* line 289, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 189, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fff;
}

/* line 294, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled.primary, .button.primary[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 189, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button.primary[disabled], .button.primary[disabled]:hover, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fff;
}

/* line 294, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled.secondary, .button.secondary[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 189, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled], .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #000;
}

/* line 294, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled.success, .button.success[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 189, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled], .button.success[disabled]:hover, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #000;
}

/* line 294, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled.warning, .button.warning[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 189, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button.warning[disabled], .button.warning[disabled]:hover, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #000;
}

/* line 294, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled.alert, .button.alert[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 189, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled], .button.alert[disabled]:hover, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #000;
}

/* line 204, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

/* line 311, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow::after {
  border-top-color: #2199e8;
}

/* line 317, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.primary::after {
  border-top-color: #1779ba;
}

/* line 317, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}

/* line 317, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}

/* line 317, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}

/* line 317, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}

/* line 326, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

/* line 116, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 102, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* line 123, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
textarea {
  max-width: 100%;
}

/* line 126, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
textarea[rows] {
  height: auto;
}

/* line 134, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cacaca;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cacaca;
}
input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

/* line 139, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default;
}

/* line 147, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

/* line 154, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
input[type='search'] {
  box-sizing: border-box;
}

/* line 10, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_checkbox.scss */
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

/* line 17, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_checkbox.scss */
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

/* line 26, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_checkbox.scss */
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

/* line 32, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_checkbox.scss */
label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

/* line 38, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_checkbox.scss */
[type='file'] {
  width: 100%;
}

/* line 43, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_label.scss */
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_label.scss */
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_help-text.scss */
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333;
}

/* line 27, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

/* line 36, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group > :first-child {
  border-radius: 0 0 0 0;
}

/* line 41, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

/* line 47, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

/* line 57, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

/* line 78, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label:first-child {
  border-right: 0;
}

/* line 82, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label:last-child {
  border-left: 0;
}

/* line 88, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

/* line 102, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}

/* line 116, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

/* line 131, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group .input-group-button {
  display: table-cell;
}

/* line 40, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_fieldset.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_fieldset.scss */
legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

/* line 51, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_fieldset.scss */
.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

/* line 30, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_fieldset.scss */
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #fefefe;
}

/* line 82, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_select.scss */
select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  /* line 82, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_select.scss */
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

/* line 53, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_select.scss */
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* line 65, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_select.scss */
select:disabled {
  background-color: #e6e6e6;
  cursor: default;
}

/* line 71, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_select.scss */
select::-ms-expand {
  display: none;
}

/* line 75, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_select.scss */
select[multiple] {
  height: auto;
  background-image: none;
}

/* line 45, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_error.scss */
.is-invalid-input:not(:focus) {
  border-color: #ec5840;
  background-color: #fcedeb;
}

/* line 48, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_error.scss */
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #ec5840;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #ec5840;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #ec5840;
}

/* line 75, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_error.scss */
.is-invalid-label {
  color: #ec5840;
}

/* line 81, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_error.scss */
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

/* line 84, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_error.scss */
.form-error.is-visible {
  display: block;
}

/* line 62, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
.hide {
  display: none !important;
}

/* line 66, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
.invisible {
  visibility: hidden;
}

@media screen and (max-width: 29.9375em) {
  /* line 82, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 30em) {
  /* line 86, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 73, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 77, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 52.4375em) {
  /* line 82, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 52.5em) {
  /* line 86, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 73, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 77, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 82, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  /* line 86, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-large-only {
    display: none !important;
  }
}

/* line 93, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* line 100, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

/* line 107, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  /* line 107, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 107, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

/* line 120, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  /* line 120, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 120, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

/* line 196, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

/* line 146, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.button-group::before, .button-group::after {
  display: table;
  content: ' ';
}

/* line 157, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.button-group::after {
  clear: both;
}

/* line 48, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}

/* line 58, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group .button:last-child {
  margin-right: 0;
}

/* line 201, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.tiny .button {
  font-size: 0.6rem;
}

/* line 201, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.small .button {
  font-size: 0.75rem;
}

/* line 201, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.large .button {
  font-size: 1.25rem;
}

/* line 207, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded {
  margin-right: -1px;
}

/* line 90, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}

/* line 102, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:last-child {
  width: 100%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}

/* line 114, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}

/* line 114, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}

/* line 114, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}

/* line 114, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}

/* line 114, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}

/* line 212, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.primary .button {
  background-color: #1779ba;
  color: #fff;
}

/* line 145, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #fff;
}

/* line 212, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.secondary .button {
  background-color: #767676;
  color: #000;
}

/* line 145, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #000;
}

/* line 212, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.success .button {
  background-color: #3adb76;
  color: #000;
}

/* line 145, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #000;
}

/* line 212, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.warning .button {
  background-color: #ffae00;
  color: #000;
}

/* line 145, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #000;
}

/* line 212, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.alert .button {
  background-color: #cc4b37;
  color: #000;
}

/* line 145, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #000;
}

/* line 133, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}

/* line 141, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 169, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 169, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 29.9375em) {
  /* line 242, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  /* line 246, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

/* line 31, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown {
  position: relative;
  overflow: hidden;
}

/* line 35, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown li {
  display: block;
}

/* line 39, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown.animate-height {
  transition: height 0.5s;
}

/* line 45, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}

/* line 55, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

/* line 61, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

/* line 66, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown-submenu-cover-previous {
  min-height: 100%;
}

/* line 71, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu-parent > a {
  position: relative;
}

/* line 74, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2199e8;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

/* line 83, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_drilldown.scss */
.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2199e8 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

/* line 63, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}

/* line 57, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.is-open {
  visibility: visible;
}

/* line 68, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.tiny {
  width: 100px;
}

/* line 68, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.small {
  width: 200px;
}

/* line 68, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.large {
  width: 400px;
}

/* line 55, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 63, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

/* line 71, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

/* line 76, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2199e8 transparent transparent;
  right: 5px;
  margin-top: -3px;
}

/* line 177, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.no-js .dropdown.menu ul {
  display: none;
}

/* line 85, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

/* line 90, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

/* line 97, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 39, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

/* line 43, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2199e8 transparent transparent;
}

/* line 47, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2199e8;
}

@media print, screen and (min-width: 40em) {
  /* line 55, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 63, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 71, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 76, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2199e8 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  /* line 85, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 90, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  /* line 97, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 39, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  /* line 43, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2199e8 transparent transparent;
  }
  /* line 47, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 55, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 63, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 71, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 76, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2199e8 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  /* line 85, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 90, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  /* line 97, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 39, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  /* line 43, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2199e8 transparent transparent;
  }
  /* line 47, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8;
  }
}

/* line 144, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 152, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical {
  width: 100px;
}

/* line 155, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical.align-right {
  float: right;
}

/* line 160, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent {
  position: relative;
}

/* line 163, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

/* line 170, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

/* line 181, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

/* line 186, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 192, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

/* line 39, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

/* line 43, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2199e8 transparent transparent;
}

/* line 47, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2199e8;
}

/* line 211, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

/* line 216, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu > li {
  width: 100%;
}

/* line 222, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

/* line 257, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu {
  margin: 0;
  list-style-type: none;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu > li {
  display: table-cell;
  vertical-align: middle;
}

/* line 177, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

/* line 67, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

/* line 74, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

/* line 190, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}

/* line 195, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}

/* line 209, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

/* line 112, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu > li, .menu.horizontal > li {
  display: table-cell;
}

/* line 267, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}

/* line 95, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.expanded > li:first-child:last-child {
  width: 100%;
}

/* line 132, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.vertical > li {
  display: block;
}

@media print, screen and (min-width: 40em) {
  /* line 112, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  /* line 281, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  /* line 95, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  /* line 132, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-vertical > li {
    display: block;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 112, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-horizontal > li {
    display: table-cell;
  }
  /* line 281, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  /* line 95, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  /* line 132, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-vertical > li {
    display: block;
  }
}

/* line 145, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.simple li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

/* line 151, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.simple a {
  padding: 0;
}

/* line 166, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.simple li {
  margin-left: 0;
  margin-right: 1rem;
}

/* line 166, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.simple.align-right li {
  margin-right: 0;
  margin-left: 1rem;
}

/* line 146, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.menu.align-right::before, .menu.align-right::after {
  display: table;
  content: ' ';
}

/* line 157, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.menu.align-right::after {
  clear: both;
}

/* line 307, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.align-right > li {
  float: right;
}

/* line 221, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top > li > a {
  text-align: center;
}

/* line 229, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

/* line 318, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top.vertical a > span {
  margin: auto;
}

/* line 325, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.nested {
  margin-left: 1rem;
}

/* line 330, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}

/* line 337, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.menu-bordered li {
  border: 1px solid #e6e6e6;
}

/* line 339, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}

/* line 347, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.menu-hover li:hover {
  background-color: #e6e6e6;
}

/* line 353, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

/* line 358, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu-centered {
  text-align: center;
}

/* line 361, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu-centered > .menu {
  display: inline-block;
  vertical-align: top;
}

/* line 373, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.no-js [data-responsive-menu] ul {
  display: none;
}

/* line 38, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
}

/* line 146, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.title-bar::before, .title-bar::after {
  display: table;
  content: ' ';
}

/* line 157, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.title-bar::after {
  clear: both;
}

/* line 52, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 69, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-left {
  float: left;
}

/* line 73, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-right {
  float: right;
  text-align: right;
}

/* line 79, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

/* line 100, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tooltip.scss */
.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

/* line 104, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

/* line 67, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

/* line 75, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

/* line 81, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  top: 50%;
  bottom: auto;
  left: 100%;
  transform: translateY(-50%);
}

/* line 89, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

/* line 120, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar {
  padding: 0.5rem;
}

/* line 146, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.top-bar::before, .top-bar::after {
  display: table;
  content: ' ';
}

/* line 157, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.top-bar::after {
  clear: both;
}

/* line 47, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

/* line 60, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

/* line 66, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

/* line 71, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar input.button {
  width: auto;
}

/* line 90, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 111, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar .top-bar-left,
.top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 52.4375em) {
  /* line 90, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  /* line 90, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

/* line 155, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-title {
  display: inline-block;
  float: left;
  padding: 1rem;
}

/* line 160, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-title .menu-icon {
  bottom: 2px;
}

/* line 165, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-left {
  float: left;
}

/* line 169, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-right {
  float: right;
}
@charset "UTF-8";
/*



























*/
/* line 8, app/assets/stylesheets/sass_mixins/_helpers.scss */
.row--fullWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}

/* line 146, app/assets/stylesheets/sass_mixins/_helpers.scss */
[class*='avatarWrapper--ambassador']::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxNSI+PHN0eWxlPi5zdDB7ZmlsbDojZjc5NDFlfS5zdDF7ZmlsbDojZjFmMmYyfTwvc3R5bGU+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNy41IiBjeT0iNy41IiByPSI3LjMiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNNy41IDIuM2wxLjMgMy45aDQuMUw5LjYgOC42bDEuMiAzLjktMy4zLTIuNC0zLjMgMi40IDEuMi0zLjktMy4zLTIuNGg0LjF6Ii8+PC9zdmc+");
}

/* line 149, app/assets/stylesheets/sass_mixins/_helpers.scss */
[class*='avatarWrapper--rainer']::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxNSI+PHN0eWxlPi5zdDB7ZmlsbDojNzhkMWVjfS5zdDF7ZmlsbDojZjFmMmYyfTwvc3R5bGU+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNy41IiBjeT0iNy41IiByPSI3LjMiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTAuNiA2LjVoLS4xQzEwIDUuNCA5IDQuNyA3LjggNC43Yy0xLjIgMC0yLjIuNy0yLjYgMS43LS4zLS4xLS41LS4xLS43LS4xLTEuMiAwLTIuMSAxLTIuMSAyLjEgMCAxLjIgMSAyLjEgMi4xIDIuMS42IDAgMS4xLS4yIDEuNS0uNi41LjQgMS4xLjYgMS44LjYuNiAwIDEuMS0uMiAxLjYtLjUuNC4zLjguNSAxLjMuNSAxLjEgMCAyLjEtLjkgMi4xLTIuMS0uMS0xLTEtMS45LTIuMi0xLjl6Ii8+PC9zdmc+");
}

/* line 152, app/assets/stylesheets/sass_mixins/_helpers.scss */
[class*='avatarWrapper--rainmaker']::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxNSI+PHN0eWxlPi5zdDB7ZmlsbDojMjdhYWUxfS5zdDF7ZmlsbDojZjFmMmYyfTwvc3R5bGU+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNy41IiBjeT0iNy41IiByPSI3LjMiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTAuNSAzLjVTLjkgNy4zIDQuOSAxMC43YzMuOCAzLjEgNS42LTcuMiA1LjYtNy4yeiIvPjwvc3ZnPg==");
}

/* line 155, app/assets/stylesheets/sass_mixins/_helpers.scss */
[class*='avatarWrapper--staff']::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxNSI+PHN0eWxlPi5zdDB7ZmlsbDojM2I0MjRhfS5zdDF7ZmlsbDojZmZmfTwvc3R5bGU+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNy41IiBjeT0iNy41IiByPSI3LjMiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNOC4yIDEwLjJjLS4yLjEtLjQuMS0uNi4xLS4yIDAtLjQtLjEtLjYtLjItLjItLjEtLjItLjMtLjItLjYtLjMuMy0uNi41LS45LjYtLjMuMS0uNy4yLTEuMS4yLS4yIDAtLjUgMC0uNy0uMS0uMi0uMS0uNC0uMS0uNi0uMy0uMSAwLS4yLS4yLS4zLS40LS4xLS4yLS4xLS40LS4xLS43IDAtLjMuMS0uNi4yLS44LjEtLjIuMi0uNC40LS41LjEgMCAuMy0uMS41LS4ycy40LS4xLjctLjJjLjIgMCAuNS0uMS43LS4xLjIgMCAuNCAwIC42LS4xLjIgMCAuMy0uMS40LS4yLjEtLjEuMS0uMi4xLS40czAtLjQtLjEtLjUtLjItLjEtLjMtLjJjLS4xLS4xLS4yLS4xLS40LS4xaC0uNGMtLjQgMC0uNy4xLS45LjJzLS40LjQtLjQuOGgtLjljMC0uMy4xLS42LjItLjkuMS0uMi4zLS40LjUtLjVzLjQtLjIuNy0uM2MuMy0uMS42LS4xLjktLjEuMiAwIC41IDAgLjcuMS4yIDAgLjUuMS43LjIuMSAwIC4zLjIuNC40LjEuMi4yLjUuMi44djMuM2MwIC4xLjEuMS4yLjFoLjN2LjZ6TTYuNyA3LjRjLS4xLjEtLjIuMi0uNC4ycy0uNC4xLS42LjFjLS4yIDAtLjQuMS0uNi4xLS4yIDAtLjQuMS0uNS4yLS4yIDAtLjMuMS0uNC4yLS4xLjItLjIuMy0uMi42IDAgLjEgMCAuMi4xLjMuMS4xLjEuMi4yLjIuMS4xLjIuMS4zLjFINWMuMyAwIC41IDAgLjgtLjEuMiAwIC40LS4xLjUtLjIuMi0uMS4zLS4yLjMtLjQuMS0uMS4xLS4zLjEtLjR2LS45em0zLjItMi42djEuMWMuMi0uNC41LS44LjgtMSAuMy0uMi43LS4zIDEuMi0uM3YuOWMtLjQgMC0uNyAwLS45LjEtLjMuMS0uNS4yLS42LjQtLjIuMi0uMy40LS4zLjctLjEuNC0uMS44LS4xIDEuMXYyLjRoLS45VjQuOGguOHoiLz48L3N2Zz4=");
}

/*
    Document   : fonts.css
    Created on : Oct 21, 2013, 2:13:54 PM
    Author     : jonathans
    Description:
        Fonts used for Blogs.
*/
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: local("Droid Serif"), local("DroidSerif"), url(https://themes.googleusercontent.com/static/fonts/droidserif/v3/0AKsP294HTD-nvJgucYTaIbN6UDyHWBl620a-IRfuBk.woff) format("woff");
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://themes.googleusercontent.com/static/fonts/oswald/v7/PyqsDANUgLi2UsdO-d4iZQ.woff) format("woff");
}

/* Fonts */
@font-face {
  font-family: 'fullersansdtregular';
  src: url("/fonts/design_2013/fullersansdt-regular-webfont.eot");
  src: url("/fonts/design_2013/fullersansdt-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/design_2013/fullersansdt-regular-webfont.woff") format("woff"), url("/fonts/design_2013/fullersansdt-regular-webfont.ttf") format("truetype"), url("/fonts/design_2013/fullersansdt-regular-webfont.svg#fullersansdtregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fullersansdtbold';
  src: url("/fonts/design_2013/fullersansdt-bold-webfont.eot");
  src: url("/fonts/design_2013/fullersansdt-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/design_2013/fullersansdt-bold-webfont.woff") format("woff"), url("/fonts/design_2013/fullersansdt-bold-webfont.ttf") format("truetype"), url("/fonts/design_2013/fullersansdt-bold-webfont.svg#fullersansdtbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Fuller Sans';
  src: url("/fonts/design_2013/fullersansdt-regular-webfont.eot");
  src: url("/fonts/design_2013/fullersansdt-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/design_2013/fullersansdt-regular-webfont.woff") format("woff"), url("/fonts/design_2013/fullersansdt-regular-webfont.ttf") format("truetype"), url("/fonts/design_2013/fullersansdt-regular-webfont.svg#fullersansdtregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Fuller Sans';
  src: url("/fonts/design_2013/fullersansdt-bold-webfont.eot");
  src: url("/fonts/design_2013/fullersansdt-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/design_2013/fullersansdt-bold-webfont.woff") format("woff"), url("/fonts/design_2013/fullersansdt-bold-webfont.ttf") format("truetype"), url("/fonts/design_2013/fullersansdt-bold-webfont.svg#fullersansdtbold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'semplicita_proregular';
  src: url("/fonts/design_2013/semplicitapro-regular-webfont.eot");
  src: url("/fonts/design_2013/semplicitapro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/design_2013/semplicitapro-regular-webfont.woff") format("woff"), url("/fonts/design_2013/semplicitapro-regular-webfont.ttf") format("truetype"), url("/fonts/design_2013/semplicitapro-regular-webfont.svg#semplicita_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'semplicita_pro_mediummedium';
  src: url("/fonts/design_2013/semplicitapro-medium-webfont.eot");
  src: url("/fonts/design_2013/semplicitapro-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/design_2013/semplicitapro-medium-webfont.woff") format("woff"), url("/fonts/design_2013/semplicitapro-medium-webfont.ttf") format("truetype"), url("/fonts/design_2013/semplicitapro-medium-webfont.svg#semplicita_pro_mediummedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINComp-Medium';
  src: url("/fonts/design_2013/DINComp-Medium.ttf");
  src: url("/fonts/design_2013/DINWeb-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/design_2013/DINWeb-Medium.woff") format("woff"), url("/fonts/design_2013/DINComp-Medium.ttf") format("truetype"), url("/fonts/design_2013/fullersansdt-bold-webfont.svg#fullersansdtbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 8, app/assets/stylesheets/sass_mixins/_helpers.scss */
.row--fullWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}

/* line 146, app/assets/stylesheets/sass_mixins/_helpers.scss */
[class*='avatarWrapper--ambassador']::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxNSI+PHN0eWxlPi5zdDB7ZmlsbDojZjc5NDFlfS5zdDF7ZmlsbDojZjFmMmYyfTwvc3R5bGU+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNy41IiBjeT0iNy41IiByPSI3LjMiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNNy41IDIuM2wxLjMgMy45aDQuMUw5LjYgOC42bDEuMiAzLjktMy4zLTIuNC0zLjMgMi40IDEuMi0zLjktMy4zLTIuNGg0LjF6Ii8+PC9zdmc+");
}

/* line 149, app/assets/stylesheets/sass_mixins/_helpers.scss */
[class*='avatarWrapper--rainer']::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxNSI+PHN0eWxlPi5zdDB7ZmlsbDojNzhkMWVjfS5zdDF7ZmlsbDojZjFmMmYyfTwvc3R5bGU+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNy41IiBjeT0iNy41IiByPSI3LjMiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTAuNiA2LjVoLS4xQzEwIDUuNCA5IDQuNyA3LjggNC43Yy0xLjIgMC0yLjIuNy0yLjYgMS43LS4zLS4xLS41LS4xLS43LS4xLTEuMiAwLTIuMSAxLTIuMSAyLjEgMCAxLjIgMSAyLjEgMi4xIDIuMS42IDAgMS4xLS4yIDEuNS0uNi41LjQgMS4xLjYgMS44LjYuNiAwIDEuMS0uMiAxLjYtLjUuNC4zLjguNSAxLjMuNSAxLjEgMCAyLjEtLjkgMi4xLTIuMS0uMS0xLTEtMS45LTIuMi0xLjl6Ii8+PC9zdmc+");
}

/* line 152, app/assets/stylesheets/sass_mixins/_helpers.scss */
[class*='avatarWrapper--rainmaker']::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxNSI+PHN0eWxlPi5zdDB7ZmlsbDojMjdhYWUxfS5zdDF7ZmlsbDojZjFmMmYyfTwvc3R5bGU+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNy41IiBjeT0iNy41IiByPSI3LjMiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTAuNSAzLjVTLjkgNy4zIDQuOSAxMC43YzMuOCAzLjEgNS42LTcuMiA1LjYtNy4yeiIvPjwvc3ZnPg==");
}

/* line 155, app/assets/stylesheets/sass_mixins/_helpers.scss */
[class*='avatarWrapper--staff']::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxNSI+PHN0eWxlPi5zdDB7ZmlsbDojM2I0MjRhfS5zdDF7ZmlsbDojZmZmfTwvc3R5bGU+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNy41IiBjeT0iNy41IiByPSI3LjMiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNOC4yIDEwLjJjLS4yLjEtLjQuMS0uNi4xLS4yIDAtLjQtLjEtLjYtLjItLjItLjEtLjItLjMtLjItLjYtLjMuMy0uNi41LS45LjYtLjMuMS0uNy4yLTEuMS4yLS4yIDAtLjUgMC0uNy0uMS0uMi0uMS0uNC0uMS0uNi0uMy0uMSAwLS4yLS4yLS4zLS40LS4xLS4yLS4xLS40LS4xLS43IDAtLjMuMS0uNi4yLS44LjEtLjIuMi0uNC40LS41LjEgMCAuMy0uMS41LS4ycy40LS4xLjctLjJjLjIgMCAuNS0uMS43LS4xLjIgMCAuNCAwIC42LS4xLjIgMCAuMy0uMS40LS4yLjEtLjEuMS0uMi4xLS40czAtLjQtLjEtLjUtLjItLjEtLjMtLjJjLS4xLS4xLS4yLS4xLS40LS4xaC0uNGMtLjQgMC0uNy4xLS45LjJzLS40LjQtLjQuOGgtLjljMC0uMy4xLS42LjItLjkuMS0uMi4zLS40LjUtLjVzLjQtLjIuNy0uM2MuMy0uMS42LS4xLjktLjEuMiAwIC41IDAgLjcuMS4yIDAgLjUuMS43LjIuMSAwIC4zLjIuNC40LjEuMi4yLjUuMi44djMuM2MwIC4xLjEuMS4yLjFoLjN2LjZ6TTYuNyA3LjRjLS4xLjEtLjIuMi0uNC4ycy0uNC4xLS42LjFjLS4yIDAtLjQuMS0uNi4xLS4yIDAtLjQuMS0uNS4yLS4yIDAtLjMuMS0uNC4yLS4xLjItLjIuMy0uMi42IDAgLjEgMCAuMi4xLjMuMS4xLjEuMi4yLjIuMS4xLjIuMS4zLjFINWMuMyAwIC41IDAgLjgtLjEuMiAwIC40LS4xLjUtLjIuMi0uMS4zLS4yLjMtLjQuMS0uMS4xLS4zLjEtLjR2LS45em0zLjItMi42djEuMWMuMi0uNC41LS44LjgtMSAuMy0uMi43LS4zIDEuMi0uM3YuOWMtLjQgMC0uNyAwLS45LjEtLjMuMS0uNS4yLS42LjQtLjIuMi0uMy40LS4zLjctLjEuNC0uMS44LS4xIDEuMXYyLjRoLS45VjQuOGguOHoiLz48L3N2Zz4=");
}

/******************************* Breadcrumbs **************************************/
/* line 5, app/assets/stylesheets/views/shared/common.scss */
#breadcrumbs {
  display: block;
  margin: 29px 0 22px 0;
  padding-left: 4px;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 14, app/assets/stylesheets/views/shared/common.scss */
#breadcrumbs a {
  color: #333333;
  text-decoration: underline;
}

/* line 19, app/assets/stylesheets/views/shared/common.scss */
#breadcrumbs a:hover {
  color: #333333;
  text-decoration: none;
}

/******************************* Buttons **************************************/
/*Buttons*/
/* line 27, app/assets/stylesheets/views/shared/common.scss */
.btn-style {
  background-color: #ffffff;
  border: 1px solid #BBB;
  border-radius: 10px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  color: #069;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 5px 8px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

/* line 45, app/assets/stylesheets/views/shared/common.scss */
.btn-style:hover {
  background-color: #eeeeee;
}

/* line 51, app/assets/stylesheets/views/shared/common.scss */
.btn-style.error {
  background: #eac0c0;
  /* Old browsers */
  border-color: #eac0c0;
  color: #FFFFFF;
}

/* line 57, app/assets/stylesheets/views/shared/common.scss */
.btn-style.error:after {
  color: #FFFFFF;
}

/* line 61, app/assets/stylesheets/views/shared/common.scss */
.btn-style.disabled {
  background: #FFF;
  color: #666666;
  cursor: default;
}

/* line 67, app/assets/stylesheets/views/shared/common.scss */
.btn-style > * {
  vertical-align: middle;
}

/* line 71, app/assets/stylesheets/views/shared/common.scss */
.btn-style span.red-icon {
  color: #cc0000;
}

/* line 74, app/assets/stylesheets/views/shared/common.scss */
.btn-style span.orange-icon {
  color: #ff9700;
}

/* line 77, app/assets/stylesheets/views/shared/common.scss */
.btn-style span.fa {
  margin: 0px 0px 1px 2px;
}

/* line 82, app/assets/stylesheets/views/shared/common.scss */
.btn-style-white {
  color: #FFFFFF;
}

/* line 86, app/assets/stylesheets/views/shared/common.scss */
.btn-style-white:hover {
  color: #069;
}

/* line 90, app/assets/stylesheets/views/shared/common.scss */
a.btn-style, .btn-style a {
  text-decoration: none;
}

/* line 93, app/assets/stylesheets/views/shared/common.scss */
a.btn-style:hover, .btn-style a:hover {
  text-decoration: underline;
}

/* line 98, app/assets/stylesheets/views/shared/common.scss */
.deleted-notice {
  color: #cc0000;
  text-align: right;
  margin: 0;
  float: none;
}

/** Start Orange Button **/
/* line 106, app/assets/stylesheets/views/shared/common.scss */
.orange-button {
  background-color: #FF9B39;
  border-radius: 30px;
  border: 0;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 3px 10px;
  min-width: 80px;
  font-weight: bold;
  cursor: pointer;
}

/* line 120, app/assets/stylesheets/views/shared/common.scss */
.orange-button span[class^="icon-"], .orange-button .fa {
  margin-left: 5px;
}

/* line 125, app/assets/stylesheets/views/shared/common.scss */
.orange-button:hover {
  text-decoration: underline;
}

/* line 127, app/assets/stylesheets/views/shared/common.scss */
.orange-button:hover span[class^="icon-"] {
  text-decoration: none;
}

/* line 132, app/assets/stylesheets/views/shared/common.scss */
.orange-button.disabled {
  background-color: #999999;
  cursor: default;
}

/* line 137, app/assets/stylesheets/views/shared/common.scss */
.orange-button.disabled:hover {
  text-decoration: none;
}

/** END Orange Button **/
/** Start Red Button **/
/* line 144, app/assets/stylesheets/views/shared/common.scss */
.red-button {
  background-color: #F04444;
  border-radius: 30px;
  border: 0;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 3px 10px;
  min-width: 80px;
  font-weight: bold;
  cursor: pointer;
}

/* line 158, app/assets/stylesheets/views/shared/common.scss */
.red-button span[class^="icon-"], .red-button .fa {
  margin-left: 5px;
}

/* line 163, app/assets/stylesheets/views/shared/common.scss */
.red-button:hover {
  text-decoration: underline;
}

/* line 165, app/assets/stylesheets/views/shared/common.scss */
.red-button:hover span[class^="icon-"] {
  text-decoration: none;
}

/* line 170, app/assets/stylesheets/views/shared/common.scss */
.red-button.disabled {
  background-color: #999999;
  cursor: default;
}

/* line 175, app/assets/stylesheets/views/shared/common.scss */
.red-button.disabled:hover {
  text-decoration: none;
}

/** END Red Button **/
/** START btn-cta-style Button **/
/* line 182, app/assets/stylesheets/views/shared/common.scss */
.btn-cta-style {
  background: #fefefe;
  background: linear-gradient(to bottom, #fefefe 0%, #fefefe 52%, #eeecec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeecec', GradientType=0);
  border: 1px solid #D2CFCF;
  border-radius: 23px;
  box-shadow: inset 0 0 1px 2px rgba(255, 255, 255, 0.5);
  color: #069;
  display: block;
  font-family: 'DINComp-Medium';
  font-size: 12px;
  margin: 0 0 5px;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  height: 20px;
  line-height: 20px;
  display: inline-block;
}

/* line 202, app/assets/stylesheets/views/shared/common.scss */
.btn-cta-style:hover {
  border: 1px solid #EF8700;
}

/* line 206, app/assets/stylesheets/views/shared/common.scss */
.btn-cta-style span.text {
  cursor: pointer;
  display: block;
  padding-right: 40px;
  margin-top: 5px;
}

/* line 213, app/assets/stylesheets/views/shared/common.scss */
.btn-cta-style span.icon {
  background: #6ec6d6;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÔÇªEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #6ec6d6 0%, #6ec6d6 42%, #1f76a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ec6d6', endColorstr='#1f76a5', GradientType=0);
  background-position: 0 0;
  border: 1px solid #3172A3;
  border-radius: 13px;
  display: inline-block;
  height: 21px;
  margin: -11px 0 0 5px;
  vertical-align: middle;
  width: 21px;
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  text-align: center;
}

/** END btn-cta-style Button **/
/* line 238, app/assets/stylesheets/views/shared/common.scss */
.back-to-top {
  border: 1px solid #c2d4db;
  border-radius: 0 0 10px 10px;
  color: #069;
  font-size: 11px;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
}

/* line 248, app/assets/stylesheets/views/shared/common.scss */
.back-to-top a {
  background-image: none;
  background-position: 85px -522px;
  display: inline-block;
  padding-right: 15px;
  color: #069;
}

/******************* Badges ********************/
/* line 258, app/assets/stylesheets/views/shared/common.scss */
.agent-rank {
  background-color: #fff;
  background-image: url(/assets/views/shared/common-fff593a9989ce493401a27413ee47b2aa71c68b129fb849d16a4af447a268345.png);
  color: #000;
  float: right;
  font-size: 10px;
  line-height: normal;
  margin: 10px 10px 0 0;
  padding: 5px 5px 5px 40px;
  position: relative;
}

/* line 269, app/assets/stylesheets/views/shared/common.scss */
.agent-rank.ambassador {
  background-position: 0px -1px;
  color: #f78835;
}

/* line 274, app/assets/stylesheets/views/shared/common.scss */
.agent-rank.rainmaker {
  background-position: 0px -41px;
  color: #24b4ee;
}

/* line 279, app/assets/stylesheets/views/shared/common.scss */
.agent-rank.staff {
  background-position: 0px -82px;
  color: #2b2b2b;
}

/* line 284, app/assets/stylesheets/views/shared/common.scss */
.agent-rank.rainer {
  background-position: -176px -82px;
  color: #6499cc;
}

/* line 289, app/assets/stylesheets/views/shared/common.scss */
.agent-rank.anonymous {
  background-position: -176px -41px;
  color: #000000;
}

/* line 293, app/assets/stylesheets/views/shared/common.scss */
.agent-rank.anonymous span {
  margin-top: 8px;
}

/* line 298, app/assets/stylesheets/views/shared/common.scss */
.agent-rank span {
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/******************************* Pagination **************************************/
/* line 306, app/assets/stylesheets/views/shared/common.scss */
.pagination {
  text-align: right;
  font-weight: bold;
  padding: 10px 5px;
}

/* line 312, app/assets/stylesheets/views/shared/common.scss */
.pagination .legend {
  float: left;
  display: inline-block;
  padding: 10px 5px;
}

/* line 318, app/assets/stylesheets/views/shared/common.scss */
.simple-pagination {
  text-align: center;
  font-weight: bold;
  padding: 10px 5px;
  min-height: 15px;
}

/* line 325, app/assets/stylesheets/views/shared/common.scss */
.simple-pagination a {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 330, app/assets/stylesheets/views/shared/common.scss */
.simple-pagination a:first-child {
  float: left;
  text-align: left;
}

/* line 335, app/assets/stylesheets/views/shared/common.scss */
.simple-pagination a:last-child {
  float: right;
  text-align: right;
}

/* line 340, app/assets/stylesheets/views/shared/common.scss */
.simple-pagination a > span {
  background: #FF9B39;
  border-radius: 30px;
  height: 17px;
  width: 18px;
  line-height: 18px;
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  margin: 0 5px;
}

/* line 355, app/assets/stylesheets/views/shared/common.scss */
.simple-pagination a.disabled:hover {
  text-decoration: none;
  cursor: default;
}

/* line 360, app/assets/stylesheets/views/shared/common.scss */
.simple-pagination a.disabled {
  color: #999;
}

/* line 364, app/assets/stylesheets/views/shared/common.scss */
.simple-pagination a.disabled > span {
  background: #999;
  color: #fff;
}

/* line 369, app/assets/stylesheets/views/shared/common.scss */
.show-more-pagination {
  text-align: center;
  font-weight: bold;
  padding: 10px 5px;
}

/* line 375, app/assets/stylesheets/views/shared/common.scss */
.show-more-pagination a {
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
}

/* line 381, app/assets/stylesheets/views/shared/common.scss */
.show-more-pagination a > span {
  background: #FF9B39;
  border-radius: 30px;
  height: 17px;
  width: 19px;
  line-height: 18px;
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  margin: 0 5px;
}

/* line 396, app/assets/stylesheets/views/shared/common.scss */
.show-more-pagination a.disabled > span {
  background: #555555;
}

/* line 400, app/assets/stylesheets/views/shared/common.scss */
.show-more-pagination a.disabled:hover {
  text-decoration: none;
  cursor: default;
}

/******************************* Links **************************************/
/* line 407, app/assets/stylesheets/views/shared/common.scss */
.grey-link {
  border-radius: 1000px;
  background: #a3b0b9;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  margin: 10px 0;
  display: block;
  height: 20px;
  width: 110px;
  line-height: 20px;
  padding-left: 13px;
}

/* line 424, app/assets/stylesheets/views/shared/common.scss */
.view-more {
  border-radius: 1000px;
  background: #FF9B39;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  margin: 13px 0 0 20px;
  display: block;
  height: 20px;
  width: 88px;
  line-height: 20px;
  padding-left: 13px;
}

/******************************* Ribbons **************************************/
/* line 442, app/assets/stylesheets/views/shared/common.scss */
#top-row-holder .title-ribbon {
  background-image: url("/assets/views/shared/common.png");
  background-repeat: no-repeat;
  background-position: 0px -784px;
  color: #fff;
  line-height: 34px;
  margin: 0;
  display: block;
  padding-bottom: 10px;
  z-index: 2;
  position: relative;
}

/* line 455, app/assets/stylesheets/views/shared/common.scss */
#top-row-holder .title-ribbon-blue {
  background-image: url("/assets/views/shared/common.png");
  background-repeat: no-repeat;
  background-position: 0px -800px;
  color: #fff;
  line-height: 34px;
  margin: 0;
  display: block;
  padding-bottom: 10px;
  z-index: 2;
  position: relative;
}

/* line 468, app/assets/stylesheets/views/shared/common.scss */
.sections-1 .title-ribbon {
  background-image: url(/assets/views/shared/common-fff593a9989ce493401a27413ee47b2aa71c68b129fb849d16a4af447a268345.png);
  background-repeat: no-repeat;
  background-position: 0px -130px;
  color: #fff;
  line-height: 34px;
  margin: 0;
  display: block;
  padding-bottom: 10px;
  z-index: 2;
  position: relative;
}

/* line 481, app/assets/stylesheets/views/shared/common.scss */
.sections-1 .title-ribbon-blue {
  background-image: url(/assets/views/shared/common-fff593a9989ce493401a27413ee47b2aa71c68b129fb849d16a4af447a268345.png);
  background-repeat: no-repeat;
  background-position: 0px -147px;
  color: #fff;
  line-height: 34px;
  margin: 0;
  display: block;
  padding-bottom: 10px;
  z-index: 2;
  position: relative;
}

/* line 494, app/assets/stylesheets/views/shared/common.scss */
.sections-2 .title-ribbon {
  background-image: url(/assets/views/shared/common-fff593a9989ce493401a27413ee47b2aa71c68b129fb849d16a4af447a268345.png);
  background-repeat: no-repeat;
  background-position: 0px -170px;
  color: #fff;
  line-height: 34px;
  margin: 0;
  display: block;
  padding-bottom: 10px;
  position: relative;
}

/* line 506, app/assets/stylesheets/views/shared/common.scss */
.sections-2 .title-ribbon-blue {
  background-image: url(/assets/views/shared/common-fff593a9989ce493401a27413ee47b2aa71c68b129fb849d16a4af447a268345.png);
  background-repeat: no-repeat;
  background-position: 0px -186px;
  color: #fff;
  line-height: 34px;
  margin: 0;
  display: block;
  padding-bottom: 10px;
  z-index: 2;
  position: relative;
}

/* line 519, app/assets/stylesheets/views/shared/common.scss */
.title-ribbon span, .title-ribbon div {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #ff9700;
  height: 34px;
  line-height: 34px;
  display: block;
  padding: 0 16px 0px 16px;
}

/* line 530, app/assets/stylesheets/views/shared/common.scss */
.title-ribbon-blue span, .title-ribbon-blue div {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #006AB0;
  height: 34px;
  line-height: 34px;
  display: block;
  padding: 0 16px 0px 16px;
}

/* line 541, app/assets/stylesheets/views/shared/common.scss */
.title-ribbon-content, .title-ribbon-content-top {
  background: #fefefe;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVmZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #fefefe 60%, #eeeff0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeeff0', GradientType=0);
  /* IE6-8 */
  border: 1px solid #BCC9D4;
  border-top-width: 0;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  text-align: left;
  margin: -10px 10px 20px;
}

/* line 561, app/assets/stylesheets/views/shared/common.scss */
.title-ribbon-content-top {
  border-radius: 10px 10px 0 0;
  margin: 10px 10px 0;
  border: 1px solid #BCC9D4;
  border-bottom: none;
}

/* line 568, app/assets/stylesheets/views/shared/common.scss */
.title-ribbon-content-top + .title-ribbon-blue, .title-ribbon-content-top + .title-ribbon {
  font-size: 14px;
  font-weight: normal;
}

/* line 571, app/assets/stylesheets/views/shared/common.scss */
.title-ribbon-content-top + .title-ribbon-blue span, .title-ribbon-content-top + .title-ribbon span {
  font-weight: normal;
}

/* line 576, app/assets/stylesheets/views/shared/common.scss */
.title-ribbon-blue + .title-ribbon-content, .title-ribbon + .title-ribbon-content {
  padding-top: 20px;
}

/* line 580, app/assets/stylesheets/views/shared/common.scss */
.title-no-ribbon {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #ff9700;
  height: 34px;
  line-height: 34px;
  padding: 0 16px;
  margin: 0;
  display: block;
  box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.41);
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* line 596, app/assets/stylesheets/views/shared/common.scss */
.title-no-ribbon-flexible {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #ff9700;
  line-height: 34px;
  padding: 0;
  margin: 0;
  display: inline-block;
  box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.41);
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* line 611, app/assets/stylesheets/views/shared/common.scss */
.title-no-ribbon-flexible > span {
  margin: 2px 5px;
}

/* line 616, app/assets/stylesheets/views/shared/common.scss */
.title-no-ribbon-blue {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #006AB0;
  height: 34px;
  line-height: 34px;
  padding: 0 16px;
  margin: 0;
  display: block;
  box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.41);
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* line 632, app/assets/stylesheets/views/shared/common.scss */
.title-no-ribbon-flexible-blue {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #006AB0;
  line-height: 34px;
  padding: 0;
  margin: 0;
  display: inline-block;
  box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.41);
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* line 647, app/assets/stylesheets/views/shared/common.scss */
.title-no-ribbon-flexible-blue > span {
  margin: 2px 5px;
}

/* line 652, app/assets/stylesheets/views/shared/common.scss */
.gray-header {
  background-color: #DBE3E6;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
}

/* line 658, app/assets/stylesheets/views/shared/common.scss */
.boxed-content {
  background: #fefefe;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVmZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #fefefe 60%, #eeeff0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeeff0', GradientType=0);
  /* IE6-8 */
  border: 1px solid #BCC9D4;
  border-radius: 10px;
  padding: 10px;
  text-align: left;
  margin: 20px auto;
}

/* line 677, app/assets/stylesheets/views/shared/common.scss */
.sections-1 .boxed-content {
  width: 662px;
}

/* line 681, app/assets/stylesheets/views/shared/common.scss */
.sections-2 .boxed-content {
  width: 662px;
}

/* line 686, app/assets/stylesheets/views/shared/common.scss */
#right-column-holder .boxed-content {
  width: 90%;
}

/******************* Bubble ********************/
/* line 692, app/assets/stylesheets/views/shared/common.scss */
.bubble-com {
  background-image: url(/assets/views/shared/common-fff593a9989ce493401a27413ee47b2aa71c68b129fb849d16a4af447a268345.png);
  background-repeat: no-repeat;
  background-position: 2px -310px;
  color: #FFF;
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  width: 27px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 25px;
  margin: 0;
  float: right;
}

/* line 708, app/assets/stylesheets/views/shared/common.scss */
.grey-bubble {
  background-color: #555;
  color: #FFF;
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  min-width: 15px;
  height: 22px;
  display: block;
  text-align: center;
  line-height: 22px;
  float: right;
  margin: 0 5px;
  padding: 0 5px;
}

/* line 723, app/assets/stylesheets/views/shared/common.scss */
.grey-bubble:after {
  background-image: url(/assets/views/shared/common-fff593a9989ce493401a27413ee47b2aa71c68b129fb849d16a4af447a268345.png);
  background-position: -3px -343px;
  background-repeat: no-repeat;
  border: medium none;
  content: " ";
  display: block;
  height: 8px;
  margin-right: -22px;
  position: absolute;
  width: 15px;
}

/* line 736, app/assets/stylesheets/views/shared/common.scss */
.black-bubble {
  background-color: #000;
  color: #FFF;
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  min-width: 15px;
  height: 22px;
  display: block;
  text-align: center;
  line-height: 22px;
  float: right;
  margin: 0 5px;
  padding: 0 5px;
}

/* line 751, app/assets/stylesheets/views/shared/common.scss */
.black-bubble:after {
  border: medium none;
  display: block;
  height: 8px;
  margin-right: -22px;
  position: absolute;
  width: 15px;
}

/************************ Light blue banner **********************/
/* line 761, app/assets/stylesheets/views/shared/common.scss */
.light-blue-banner {
  background: #f1f5f7;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjVmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWYwZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f1f5f7 0%, #e9f0f3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f5f7', endColorstr='#e9f0f3', GradientType=0);
  /* IE6-8 */
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
  height: 37px;
  line-height: 37px;
  min-width: 15px;
  display: block;
  padding: 0 10px;
}

/* line 784, app/assets/stylesheets/views/shared/common.scss */
.light-blue-banner:after {
  background-image: url(/assets/views/shared/common-fff593a9989ce493401a27413ee47b2aa71c68b129fb849d16a4af447a268345.png);
  background-position: -31px -785px;
  background-repeat: no-repeat;
  border: medium none;
  content: " ";
  display: block;
  height: 12px;
  margin-top: 10px;
  position: relative;
  width: 25px;
  margin: 0 10px;
}

/******************* underlined headers *****************/
/* line 800, app/assets/stylesheets/views/shared/common.scss */
h2.title-underline {
  color: #228CD3;
  font-family: 'semplicita_proregular';
  font-size: 24px;
  margin-bottom: 10px;
}

/* line 807, app/assets/stylesheets/views/shared/common.scss */
h2.title-underline:after {
  background-image: url(/assets/views/shared/common-fff593a9989ce493401a27413ee47b2aa71c68b129fb849d16a4af447a268345.png);
  background-position: 0 -721px;
  background-repeat: repeat-x;
  top: 25;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}

/******************* sidebar headers ********************/
/* line 821, app/assets/stylesheets/views/shared/common.scss */
aside h2.information-title {
  background-image: url(/assets/views/shared/common-fff593a9989ce493401a27413ee47b2aa71c68b129fb849d16a4af447a268345.png);
  background-position: -302px -489px;
  color: #8A9299;
  font-family: 'semplicita_proregular';
  font-weight: normal;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.8);
  height: 55px;
  margin: 0 0 3px;
  padding: 15px 0 0 16px;
}

/* line 833, app/assets/stylesheets/views/shared/common.scss */
aside h2.help-title {
  background-image: url(/assets/views/shared/common-fff593a9989ce493401a27413ee47b2aa71c68b129fb849d16a4af447a268345.png);
  background-position: -302px -565px;
  color: #8A9299;
  font-family: 'semplicita_proregular';
  font-weight: normal;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.8);
  height: 55px;
  margin: 0 0 3px;
  padding: 15px 0 0 16px;
}

/* line 845, app/assets/stylesheets/views/shared/common.scss */
aside h2.question-title {
  background-image: url(/assets/views/shared/common-fff593a9989ce493401a27413ee47b2aa71c68b129fb849d16a4af447a268345.png);
  background-position: -302px -640px;
  color: #8A9299;
  font-family: 'semplicita_proregular';
  font-weight: normal;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.8);
  height: 55px;
  margin: 0 0 3px;
  padding: 15px 0 0 16px;
}

/* line 857, app/assets/stylesheets/views/shared/common.scss */
aside h2.feed-title {
  background-image: url(/assets/views/shared/common-fff593a9989ce493401a27413ee47b2aa71c68b129fb849d16a4af447a268345.png);
  background-position: 0 -640px;
  color: #8A9299;
  font-family: 'semplicita_proregular';
  font-weight: normal;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.8);
  height: 55px;
  margin: 0 0 3px;
  padding: 15px 0 0 16px;
}

/* line 869, app/assets/stylesheets/views/shared/common.scss */
.truncation-indicator {
  color: #069;
  font-weight: bold;
}

/******************* Phone numbers ********************/
/* line 875, app/assets/stylesheets/views/shared/common.scss */
a.phone-link-dark-brackground {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}

/* line 881, app/assets/stylesheets/views/shared/common.scss */
.not-visible {
  visibility: hidden;
}

/****************** Content reset for user input ***********/
/* line 887, app/assets/stylesheets/views/shared/common.scss */
body section#body-holder #body-section .user-content a, body section#body-holder #body-section .user-content span.agent-tag {
  color: #228CD3;
}

/* line 892, app/assets/stylesheets/views/shared/common.scss */
body div.style-reset-for-user-content {
  /* Formatting */
}

/* line 893, app/assets/stylesheets/views/shared/common.scss */
body div.style-reset-for-user-content p {
  margin: 7px 0;
}

/* line 900, app/assets/stylesheets/views/shared/common.scss */
body div.style-reset-for-user-content ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0;
}

/* line 906, app/assets/stylesheets/views/shared/common.scss */
body div.style-reset-for-user-content ol {
  list-style: decimal;
  padding-left: 25px;
  margin: 10px 0;
}

/* line 913, app/assets/stylesheets/views/shared/common.scss */
body div.style-reset-for-user-content .blog_post_h1 {
  color: #333333;
  font-family: 'oswald';
  font-size: 30px;
  font-style: normal;
}

/* line 920, app/assets/stylesheets/views/shared/common.scss */
body div.style-reset-for-user-content .blog_post_h2 {
  color: #333333;
  font-family: 'Droid Serif';
  font-size: 24px;
  line-height: 36px;
  font-style: normal;
  font-weight: bold;
}

/* line 929, app/assets/stylesheets/views/shared/common.scss */
body div.style-reset-for-user-content .blog_post_h3 {
  color: #333333;
  font-family: 'Droid Serif';
  font-size: 18px;
  line-height: 27px;
  font-style: normal;
  font-weight: bold;
}

/* line 938, app/assets/stylesheets/views/shared/common.scss */
body div.style-reset-for-user-content .blog_post_text {
  color: #333333;
  font-family: 'Arial';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

/* line 946, app/assets/stylesheets/views/shared/common.scss */
body div.style-reset-for-user-content .blog_post_list {
  color: #333333;
  font-family: 'Arial';
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 20px;
  text-align: left;
}

/* line 956, app/assets/stylesheets/views/shared/common.scss */
body div.style-reset-for-user-content .blog_post_list a, body div.style-reset-for-user-content .blog_post_list a:hover {
  color: #069;
}

/* line 960, app/assets/stylesheets/views/shared/common.scss */
body div.style-reset-for-user-content .center {
  text-align: center !important;
}

/* line 964, app/assets/stylesheets/views/shared/common.scss */
body div.style-reset-for-user-content img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 970, app/assets/stylesheets/views/shared/common.scss */
body div.style-reset-for-user-content img {
  max-width: 100%;
}

/** Text coloring **/
/* line 976, app/assets/stylesheets/views/shared/common.scss */
.error-text, .alert-text {
  color: #cc0000;
}

/* line 980, app/assets/stylesheets/views/shared/common.scss */
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* line 986, app/assets/stylesheets/views/shared/common.scss */
div.breadcrumbs {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: right;
}

/* line 992, app/assets/stylesheets/views/shared/common.scss */
div.breadcrumbs ul {
  text-align: right;
  list-style: none;
  color: #555;
}

/* line 997, app/assets/stylesheets/views/shared/common.scss */
div.breadcrumbs ul li {
  display: inline-block;
  vertical-align: top;
}

/* line 1001, app/assets/stylesheets/views/shared/common.scss */
div.breadcrumbs ul li:after {
  content: ' / ';
}

/* line 1004, app/assets/stylesheets/views/shared/common.scss */
div.breadcrumbs ul li:last-child:after {
  content: '';
}

/** Structure **/
/* line 1011, app/assets/stylesheets/views/shared/common.scss */
.split-section-2 {
  width: 49%;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

/* line 1019, app/assets/stylesheets/views/shared/common.scss */
.split-section-2:first-child {
  padding-right: 5px;
}

/* line 1022, app/assets/stylesheets/views/shared/common.scss */
.split-section-2:last-child {
  padding-right: 5px;
}

/* Autocomplete Styling */
/* line 1030, app/assets/stylesheets/views/shared/common.scss */
.autocomplete-item img {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}

/* line 1035, app/assets/stylesheets/views/shared/common.scss */
.autocomplete-item div {
  display: inline-block;
  margin-left: 10px;
}

/* line 1039, app/assets/stylesheets/views/shared/common.scss */
.autocomplete-item div .agent-name {
  color: #000000;
  font-size: 15px;
  display: block;
}

/* line 1044, app/assets/stylesheets/views/shared/common.scss */
.autocomplete-item div .agent-primary-market {
  color: #555555;
  font-size: 13px;
  display: block;
}

/*
  Uses absolute positioning with far positioning in combination with visibility hidden to avoid the
  display none drawing issues for the hidden content (iframes, plugins, etc).
 */
/* line 1056, app/assets/stylesheets/views/shared/common.scss */
.hidden-display {
  position: absolute;
  left: -999999px;
  z-index: -1000;
  visibility: hidden;
  opacity: 0;
}

/****************************    Agent Buttons    *****************************/
/* line 1066, app/assets/stylesheets/views/shared/common.scss */
.agent-btn {
  background: #fefefe;
  background: linear-gradient(to bottom, #fefefe 0%, #fefefe 52%, #eeecec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeecec', GradientType=0);
  align-items: center;
  border: 1px solid #d2cfcf;
  box-shadow: inset 0 0 1px 2px rgba(255, 255, 255, 0.5);
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 5px;
  position: relative;
}

/* line 1085, app/assets/stylesheets/views/shared/common.scss */
.agent-btn:hover {
  border: 1px solid #ef8700;
}

/* line 1089, app/assets/stylesheets/views/shared/common.scss */
.agent-btn.active {
  background: #bbbbbb;
  background: linear-gradient(to bottom, #bbbbbb 0%, #fefefe 65%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#fefefe', GradientType=0);
}

/* line 1099, app/assets/stylesheets/views/shared/common.scss */
.agent-btn.active:hover span {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: #ff9700;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iI2ZmOTcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZTc4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ff9700 0%, #ff9700 42%, #ce7800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9700', endColorstr='#ce7800', GradientType=0);
  border: 1px solid #ef8700;
}

/* line 1114, app/assets/stylesheets/views/shared/common.scss */
.agent-btn.active span {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: #e0e0e0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #e0e0e0 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#ffffff', GradientType=0);
  border: 1px solid #3172a3;
}

/* line 1130, app/assets/stylesheets/views/shared/common.scss */
.agent-btn.disabled {
  cursor: default;
}

/* line 1133, app/assets/stylesheets/views/shared/common.scss */
.agent-btn.disabled:hover {
  border: 1px solid #d2cfcf;
}

/* line 1137, app/assets/stylesheets/views/shared/common.scss */
.agent-btn.disabled label {
  color: #999999;
}

/* line 1141, app/assets/stylesheets/views/shared/common.scss */
.agent-btn.disabled span {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: #d3d3d3;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhM2EzYTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #d3d3d3 0%, #d3d3d3 42%, #a3a3a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3d3d3', endColorstr='#a3a3a3', GradientType=0);
  border: 1px solid #555555;
}

/* line 1157, app/assets/stylesheets/views/shared/common.scss */
.agent-btn.unfollow .agent-icon {
  background: transparent;
  border: none;
}

/* line 1162, app/assets/stylesheets/views/shared/common.scss */
.agent-btn label {
  color: #069;
  flex-grow: 1;
  font-family: 'DINComp-Medium';
  padding-top: 4px;
  text-align: center;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 1173, app/assets/stylesheets/views/shared/common.scss */
.agent-btn span {
  background: #6ec6d6;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZlYzZkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iIzZlYzZkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjc2YTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #6ec6d6 0%, #6ec6d6 42%, #1f76a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ec6d6', endColorstr='#1f76a5', GradientType=0);
  background-position: 0 0;
  border-radius: 50%;
  border: 1px solid #3172a3;
  color: #ffffff;
}

/* line 1190, app/assets/stylesheets/views/shared/common.scss */
.agent-btn span:before, .agent-btn span:after {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}

/* line 1199, app/assets/stylesheets/views/shared/common.scss */
.agent-btn span.agent-icon:after {
  content: "";
  display: block;
}

/********************************    VCards    ********************************/
/* line 1210, app/assets/stylesheets/views/shared/common.scss */
.agent-header .agent-mast-img {
  background-image: url("/assets/views/agents/profile/photo_mast.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 1216, app/assets/stylesheets/views/shared/common.scss */
.agent-header .agent-details-ribbon {
  background-color: #ff9700;
  color: #ffffff;
  text-align: left;
  position: relative;
}

/* line 1222, app/assets/stylesheets/views/shared/common.scss */
.agent-header .agent-details-ribbon:after {
  background-color: transparent;
  bottom: -18px;
  content: "";
  left: 0;
  position: absolute;
  height: 18px;
}

/* line 1231, app/assets/stylesheets/views/shared/common.scss */
.agent-header .agent-details-ribbon .agent-photo-col {
  display: inline-block;
  text-align: center;
}

/* line 1235, app/assets/stylesheets/views/shared/common.scss */
.agent-header .agent-details-ribbon .agent-photo-col img {
  background-color: #ffffff;
  display: inline-block;
}

/* line 1241, app/assets/stylesheets/views/shared/common.scss */
.agent-header .agent-details-ribbon .agent-details-col {
  display: inline-block;
}

/* line 1244, app/assets/stylesheets/views/shared/common.scss */
.agent-header .agent-details-ribbon .agent-details-col h1,
.agent-header .agent-details-ribbon .agent-details-col h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
}

/* line 1253, app/assets/stylesheets/views/shared/common.scss */
.agent-header .agent-details-bottom {
  background: #fefefe;
  background: linear-gradient(to bottom, #fefefe 0%, #fefefe 60%, #eeeff0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeeff0', GradientType=0);
  border: 1px solid #bcc9d4;
  border-top-width: 0;
  border-radius: 0 0 10px 10px;
  padding-top: 21px;
  padding-bottom: 20px;
  text-align: left;
}

/* line 1270, app/assets/stylesheets/views/shared/common.scss */
.agent-header .agent-details-bottom .agent-btn-col {
  display: inline-block;
  margin-right: 20px;
  text-align: right;
  width: 155px;
}

/* line 1277, app/assets/stylesheets/views/shared/common.scss */
.agent-header .agent-details-bottom .agent-details-col {
  color: #666666;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

/*
* http://callmenick.com/2014/05/13/css-toggle-switch-examples/
*/
/* line 4, app/assets/stylesheets/lib/toggle-switch/toggle-switch.scss */
input.toggle-switch {
  max-height: 0;
  max-width: 0;
  opacity: 0;
}

/* line 10, app/assets/stylesheets/lib/toggle-switch/toggle-switch.scss */
input.toggle-switch + label {
  display: inline-block;
  position: relative;
  box-shadow: inset 0 0 0px 1px #d5d5d5;
  text-indent: -5000px;
  height: 30px;
  width: 50px;
  border-radius: 15px;
  vertical-align: top;
}

/* line 21, app/assets/stylesheets/lib/toggle-switch/toggle-switch.scss */
input.toggle-switch + label:before {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: rgba(19, 191, 17, 0);
  transition: .25s ease-in-out;
}

/* line 36, app/assets/stylesheets/lib/toggle-switch/toggle-switch.scss */
input.toggle-switch + label:after {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0px;
  border-radius: 15px;
  background: #efefef;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: .25s ease-in-out;
}

/* line 52, app/assets/stylesheets/lib/toggle-switch/toggle-switch.scss */
input.toggle-switch:checked + label:before {
  width: 50px;
  background: #3276B1;
}

/* line 57, app/assets/stylesheets/lib/toggle-switch/toggle-switch.scss */
input.toggle-switch:checked + label:after {
  left: 20px;
  box-shadow: inset 0 0 0 1px #3276b1, 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* line 62, app/assets/stylesheets/lib/toggle-switch/toggle-switch.scss */
input.toggle-switch:disabled + label {
  cursor: default;
  opacity: .6;
  background: #ddd;
}

/* line 68, app/assets/stylesheets/lib/toggle-switch/toggle-switch.scss */
input.toggle-switch:disabled + label:after {
  background: #fff;
}

/* line 72, app/assets/stylesheets/lib/toggle-switch/toggle-switch.scss */
input.toggle-switch + label + label {
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
  margin-left: 10px;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* line 28, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

/* line 146, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
#footer-holder .row::before, #footer-holder .row::after {
  display: table;
  content: ' ';
}

/* line 157, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
#footer-holder .row::after {
  clear: both;
}

/* line 33, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .row.collapse > .column, #footer-holder .header__wrapper .row.collapse > .columns, #footer-holder .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

/* line 39, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 39, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 39, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

/* line 42, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 49, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .row.expanded {
  max-width: none;
}

/* line 52, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

/* line 58, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .row:not(.expanded) .row {
  max-width: none;
}

/* line 67, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .row.gutter-small > .column, #footer-holder .header__wrapper .row.gutter-small > .columns, #footer-holder .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

/* line 67, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .row.gutter-medium > .column, #footer-holder .header__wrapper .row.gutter-medium > .columns, #footer-holder .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/* line 76, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .column, #footer-holder .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 76, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .column, #footer-holder .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 68, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_column.scss */
#footer-holder .column:last-child:not(:first-child), #footer-holder .columns:last-child:not(:first-child) {
  float: right;
}

/* line 49, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_position.scss */
#footer-holder .column.end:last-child:last-child, #footer-holder .end.columns:last-child:last-child {
  float: left;
}

/* line 88, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .column.row.row, #footer-holder .row.row.columns {
  float: none;
}

/* line 93, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .row .column.row.row, #footer-holder .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-1 {
  width: 8.3333333333%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-offset-0 {
  margin-left: 0%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-2 {
  width: 16.6666666667%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-3 {
  width: 25%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-push-3 {
  position: relative;
  left: 25%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-pull-3 {
  position: relative;
  left: -25%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-4 {
  width: 33.3333333333%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-offset-3 {
  margin-left: 25%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-5 {
  width: 41.6666666667%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-6 {
  width: 50%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-push-6 {
  position: relative;
  left: 50%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-pull-6 {
  position: relative;
  left: -50%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-7 {
  width: 58.3333333333%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-offset-6 {
  margin-left: 50%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-8 {
  width: 66.6666666667%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-9 {
  width: 75%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-push-9 {
  position: relative;
  left: 75%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-pull-9 {
  position: relative;
  left: -75%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-10 {
  width: 83.3333333333%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-offset-9 {
  margin-left: 75%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-11 {
  width: 91.6666666667%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-12 {
  width: 100%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-1 > .column, #footer-holder .header__wrapper .small-up-1 > .columns, #footer-holder .small-up-1 > .columns {
  float: left;
  width: 100%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-1 > .column:nth-of-type(1n), #footer-holder .header__wrapper .small-up-1 > .columns:nth-of-type(1n), #footer-holder .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-1 > .column:nth-of-type(1n+1), #footer-holder .header__wrapper .small-up-1 > .columns:nth-of-type(1n+1), #footer-holder .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-1 > .column:last-child, #footer-holder .header__wrapper .small-up-1 > .columns:last-child, #footer-holder .small-up-1 > .columns:last-child {
  float: left;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-2 > .column, #footer-holder .header__wrapper .small-up-2 > .columns, #footer-holder .small-up-2 > .columns {
  float: left;
  width: 50%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-2 > .column:nth-of-type(1n), #footer-holder .header__wrapper .small-up-2 > .columns:nth-of-type(1n), #footer-holder .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-2 > .column:nth-of-type(2n+1), #footer-holder .header__wrapper .small-up-2 > .columns:nth-of-type(2n+1), #footer-holder .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-2 > .column:last-child, #footer-holder .header__wrapper .small-up-2 > .columns:last-child, #footer-holder .small-up-2 > .columns:last-child {
  float: left;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-3 > .column, #footer-holder .header__wrapper .small-up-3 > .columns, #footer-holder .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-3 > .column:nth-of-type(1n), #footer-holder .header__wrapper .small-up-3 > .columns:nth-of-type(1n), #footer-holder .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-3 > .column:nth-of-type(3n+1), #footer-holder .header__wrapper .small-up-3 > .columns:nth-of-type(3n+1), #footer-holder .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-3 > .column:last-child, #footer-holder .header__wrapper .small-up-3 > .columns:last-child, #footer-holder .small-up-3 > .columns:last-child {
  float: left;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-4 > .column, #footer-holder .header__wrapper .small-up-4 > .columns, #footer-holder .small-up-4 > .columns {
  float: left;
  width: 25%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-4 > .column:nth-of-type(1n), #footer-holder .header__wrapper .small-up-4 > .columns:nth-of-type(1n), #footer-holder .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-4 > .column:nth-of-type(4n+1), #footer-holder .header__wrapper .small-up-4 > .columns:nth-of-type(4n+1), #footer-holder .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-4 > .column:last-child, #footer-holder .header__wrapper .small-up-4 > .columns:last-child, #footer-holder .small-up-4 > .columns:last-child {
  float: left;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-5 > .column, #footer-holder .header__wrapper .small-up-5 > .columns, #footer-holder .small-up-5 > .columns {
  float: left;
  width: 20%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-5 > .column:nth-of-type(1n), #footer-holder .header__wrapper .small-up-5 > .columns:nth-of-type(1n), #footer-holder .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-5 > .column:nth-of-type(5n+1), #footer-holder .header__wrapper .small-up-5 > .columns:nth-of-type(5n+1), #footer-holder .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-5 > .column:last-child, #footer-holder .header__wrapper .small-up-5 > .columns:last-child, #footer-holder .small-up-5 > .columns:last-child {
  float: left;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-6 > .column, #footer-holder .header__wrapper .small-up-6 > .columns, #footer-holder .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-6 > .column:nth-of-type(1n), #footer-holder .header__wrapper .small-up-6 > .columns:nth-of-type(1n), #footer-holder .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-6 > .column:nth-of-type(6n+1), #footer-holder .header__wrapper .small-up-6 > .columns:nth-of-type(6n+1), #footer-holder .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-6 > .column:last-child, #footer-holder .header__wrapper .small-up-6 > .columns:last-child, #footer-holder .small-up-6 > .columns:last-child {
  float: left;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-7 > .column, #footer-holder .header__wrapper .small-up-7 > .columns, #footer-holder .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-7 > .column:nth-of-type(1n), #footer-holder .header__wrapper .small-up-7 > .columns:nth-of-type(1n), #footer-holder .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-7 > .column:nth-of-type(7n+1), #footer-holder .header__wrapper .small-up-7 > .columns:nth-of-type(7n+1), #footer-holder .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-7 > .column:last-child, #footer-holder .header__wrapper .small-up-7 > .columns:last-child, #footer-holder .small-up-7 > .columns:last-child {
  float: left;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-8 > .column, #footer-holder .header__wrapper .small-up-8 > .columns, #footer-holder .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-8 > .column:nth-of-type(1n), #footer-holder .header__wrapper .small-up-8 > .columns:nth-of-type(1n), #footer-holder .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-8 > .column:nth-of-type(8n+1), #footer-holder .header__wrapper .small-up-8 > .columns:nth-of-type(8n+1), #footer-holder .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
#footer-holder .small-up-8 > .column:last-child, #footer-holder .header__wrapper .small-up-8 > .columns:last-child, #footer-holder .small-up-8 > .columns:last-child {
  float: left;
}

/* line 135, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-collapse > .column, #footer-holder .header__wrapper .small-collapse > .columns, #footer-holder .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

/* line 137, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 143, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

/* line 149, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-uncollapse > .column, #footer-holder .header__wrapper .small-uncollapse > .columns, #footer-holder .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

/* line 153, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-centered {
  margin-right: auto;
  margin-left: auto;
}

/* line 20, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_position.scss */
#footer-holder .small-centered, #footer-holder .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

/* line 158, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .small-uncentered,
#footer-holder .small-push-0,
#footer-holder .small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-1 {
    width: 8.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-offset-0 {
    margin-left: 0%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-2 {
    width: 16.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-3 {
    width: 25%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-4 {
    width: 33.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-offset-3 {
    margin-left: 25%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-5 {
    width: 41.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-6 {
    width: 50%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-7 {
    width: 58.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-offset-6 {
    margin-left: 50%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-8 {
    width: 66.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-9 {
    width: 75%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-10 {
    width: 83.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-offset-9 {
    margin-left: 75%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-11 {
    width: 91.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-12 {
    width: 100%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-1 > .column, #footer-holder .header__wrapper .medium-up-1 > .columns, #footer-holder .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-1 > .column:nth-of-type(1n), #footer-holder .header__wrapper .medium-up-1 > .columns:nth-of-type(1n), #footer-holder .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-1 > .column:nth-of-type(1n+1), #footer-holder .header__wrapper .medium-up-1 > .columns:nth-of-type(1n+1), #footer-holder .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-1 > .column:last-child, #footer-holder .header__wrapper .medium-up-1 > .columns:last-child, #footer-holder .medium-up-1 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-2 > .column, #footer-holder .header__wrapper .medium-up-2 > .columns, #footer-holder .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-2 > .column:nth-of-type(1n), #footer-holder .header__wrapper .medium-up-2 > .columns:nth-of-type(1n), #footer-holder .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-2 > .column:nth-of-type(2n+1), #footer-holder .header__wrapper .medium-up-2 > .columns:nth-of-type(2n+1), #footer-holder .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-2 > .column:last-child, #footer-holder .header__wrapper .medium-up-2 > .columns:last-child, #footer-holder .medium-up-2 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-3 > .column, #footer-holder .header__wrapper .medium-up-3 > .columns, #footer-holder .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-3 > .column:nth-of-type(1n), #footer-holder .header__wrapper .medium-up-3 > .columns:nth-of-type(1n), #footer-holder .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-3 > .column:nth-of-type(3n+1), #footer-holder .header__wrapper .medium-up-3 > .columns:nth-of-type(3n+1), #footer-holder .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-3 > .column:last-child, #footer-holder .header__wrapper .medium-up-3 > .columns:last-child, #footer-holder .medium-up-3 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-4 > .column, #footer-holder .header__wrapper .medium-up-4 > .columns, #footer-holder .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-4 > .column:nth-of-type(1n), #footer-holder .header__wrapper .medium-up-4 > .columns:nth-of-type(1n), #footer-holder .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-4 > .column:nth-of-type(4n+1), #footer-holder .header__wrapper .medium-up-4 > .columns:nth-of-type(4n+1), #footer-holder .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-4 > .column:last-child, #footer-holder .header__wrapper .medium-up-4 > .columns:last-child, #footer-holder .medium-up-4 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-5 > .column, #footer-holder .header__wrapper .medium-up-5 > .columns, #footer-holder .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-5 > .column:nth-of-type(1n), #footer-holder .header__wrapper .medium-up-5 > .columns:nth-of-type(1n), #footer-holder .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-5 > .column:nth-of-type(5n+1), #footer-holder .header__wrapper .medium-up-5 > .columns:nth-of-type(5n+1), #footer-holder .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-5 > .column:last-child, #footer-holder .header__wrapper .medium-up-5 > .columns:last-child, #footer-holder .medium-up-5 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-6 > .column, #footer-holder .header__wrapper .medium-up-6 > .columns, #footer-holder .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-6 > .column:nth-of-type(1n), #footer-holder .header__wrapper .medium-up-6 > .columns:nth-of-type(1n), #footer-holder .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-6 > .column:nth-of-type(6n+1), #footer-holder .header__wrapper .medium-up-6 > .columns:nth-of-type(6n+1), #footer-holder .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-6 > .column:last-child, #footer-holder .header__wrapper .medium-up-6 > .columns:last-child, #footer-holder .medium-up-6 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-7 > .column, #footer-holder .header__wrapper .medium-up-7 > .columns, #footer-holder .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-7 > .column:nth-of-type(1n), #footer-holder .header__wrapper .medium-up-7 > .columns:nth-of-type(1n), #footer-holder .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-7 > .column:nth-of-type(7n+1), #footer-holder .header__wrapper .medium-up-7 > .columns:nth-of-type(7n+1), #footer-holder .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-7 > .column:last-child, #footer-holder .header__wrapper .medium-up-7 > .columns:last-child, #footer-holder .medium-up-7 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-8 > .column, #footer-holder .header__wrapper .medium-up-8 > .columns, #footer-holder .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-8 > .column:nth-of-type(1n), #footer-holder .header__wrapper .medium-up-8 > .columns:nth-of-type(1n), #footer-holder .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-8 > .column:nth-of-type(8n+1), #footer-holder .header__wrapper .medium-up-8 > .columns:nth-of-type(8n+1), #footer-holder .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .medium-up-8 > .column:last-child, #footer-holder .header__wrapper .medium-up-8 > .columns:last-child, #footer-holder .medium-up-8 > .columns:last-child {
    float: left;
  }
  /* line 135, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-collapse > .column, #footer-holder .header__wrapper .medium-collapse > .columns, #footer-holder .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 137, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 143, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 149, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-uncollapse > .column, #footer-holder .header__wrapper .medium-uncollapse > .columns, #footer-holder .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  /* line 153, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 20, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_position.scss */
  #footer-holder .medium-centered, #footer-holder .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  /* line 158, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .medium-uncentered,
#footer-holder .medium-push-0,
#footer-holder .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-1 {
    width: 8.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-offset-0 {
    margin-left: 0%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-2 {
    width: 16.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-3 {
    width: 25%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-4 {
    width: 33.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-offset-3 {
    margin-left: 25%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-5 {
    width: 41.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-6 {
    width: 50%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-7 {
    width: 58.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-offset-6 {
    margin-left: 50%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-8 {
    width: 66.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-9 {
    width: 75%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-10 {
    width: 83.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-offset-9 {
    margin-left: 75%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-11 {
    width: 91.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-12 {
    width: 100%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-1 > .column, #footer-holder .header__wrapper .large-up-1 > .columns, #footer-holder .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-1 > .column:nth-of-type(1n), #footer-holder .header__wrapper .large-up-1 > .columns:nth-of-type(1n), #footer-holder .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-1 > .column:nth-of-type(1n+1), #footer-holder .header__wrapper .large-up-1 > .columns:nth-of-type(1n+1), #footer-holder .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-1 > .column:last-child, #footer-holder .header__wrapper .large-up-1 > .columns:last-child, #footer-holder .large-up-1 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-2 > .column, #footer-holder .header__wrapper .large-up-2 > .columns, #footer-holder .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-2 > .column:nth-of-type(1n), #footer-holder .header__wrapper .large-up-2 > .columns:nth-of-type(1n), #footer-holder .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-2 > .column:nth-of-type(2n+1), #footer-holder .header__wrapper .large-up-2 > .columns:nth-of-type(2n+1), #footer-holder .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-2 > .column:last-child, #footer-holder .header__wrapper .large-up-2 > .columns:last-child, #footer-holder .large-up-2 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-3 > .column, #footer-holder .header__wrapper .large-up-3 > .columns, #footer-holder .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-3 > .column:nth-of-type(1n), #footer-holder .header__wrapper .large-up-3 > .columns:nth-of-type(1n), #footer-holder .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-3 > .column:nth-of-type(3n+1), #footer-holder .header__wrapper .large-up-3 > .columns:nth-of-type(3n+1), #footer-holder .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-3 > .column:last-child, #footer-holder .header__wrapper .large-up-3 > .columns:last-child, #footer-holder .large-up-3 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-4 > .column, #footer-holder .header__wrapper .large-up-4 > .columns, #footer-holder .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-4 > .column:nth-of-type(1n), #footer-holder .header__wrapper .large-up-4 > .columns:nth-of-type(1n), #footer-holder .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-4 > .column:nth-of-type(4n+1), #footer-holder .header__wrapper .large-up-4 > .columns:nth-of-type(4n+1), #footer-holder .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-4 > .column:last-child, #footer-holder .header__wrapper .large-up-4 > .columns:last-child, #footer-holder .large-up-4 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-5 > .column, #footer-holder .header__wrapper .large-up-5 > .columns, #footer-holder .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-5 > .column:nth-of-type(1n), #footer-holder .header__wrapper .large-up-5 > .columns:nth-of-type(1n), #footer-holder .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-5 > .column:nth-of-type(5n+1), #footer-holder .header__wrapper .large-up-5 > .columns:nth-of-type(5n+1), #footer-holder .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-5 > .column:last-child, #footer-holder .header__wrapper .large-up-5 > .columns:last-child, #footer-holder .large-up-5 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-6 > .column, #footer-holder .header__wrapper .large-up-6 > .columns, #footer-holder .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-6 > .column:nth-of-type(1n), #footer-holder .header__wrapper .large-up-6 > .columns:nth-of-type(1n), #footer-holder .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-6 > .column:nth-of-type(6n+1), #footer-holder .header__wrapper .large-up-6 > .columns:nth-of-type(6n+1), #footer-holder .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-6 > .column:last-child, #footer-holder .header__wrapper .large-up-6 > .columns:last-child, #footer-holder .large-up-6 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-7 > .column, #footer-holder .header__wrapper .large-up-7 > .columns, #footer-holder .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-7 > .column:nth-of-type(1n), #footer-holder .header__wrapper .large-up-7 > .columns:nth-of-type(1n), #footer-holder .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-7 > .column:nth-of-type(7n+1), #footer-holder .header__wrapper .large-up-7 > .columns:nth-of-type(7n+1), #footer-holder .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-7 > .column:last-child, #footer-holder .header__wrapper .large-up-7 > .columns:last-child, #footer-holder .large-up-7 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-8 > .column, #footer-holder .header__wrapper .large-up-8 > .columns, #footer-holder .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-8 > .column:nth-of-type(1n), #footer-holder .header__wrapper .large-up-8 > .columns:nth-of-type(1n), #footer-holder .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-8 > .column:nth-of-type(8n+1), #footer-holder .header__wrapper .large-up-8 > .columns:nth-of-type(8n+1), #footer-holder .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  #footer-holder .large-up-8 > .column:last-child, #footer-holder .header__wrapper .large-up-8 > .columns:last-child, #footer-holder .large-up-8 > .columns:last-child {
    float: left;
  }
  /* line 135, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-collapse > .column, #footer-holder .header__wrapper .large-collapse > .columns, #footer-holder .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 137, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 143, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 149, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-uncollapse > .column, #footer-holder .header__wrapper .large-uncollapse > .columns, #footer-holder .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  /* line 153, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 20, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_position.scss */
  #footer-holder .large-centered, #footer-holder .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  /* line 158, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .large-uncentered,
#footer-holder .large-push-0,
#footer-holder .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 164, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
#footer-holder .column-block {
  margin-bottom: 1.25rem;
}

/* line 78, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_gutter.scss */
#footer-holder .column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 164, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  #footer-holder .column-block {
    margin-bottom: 1.875rem;
  }
  /* line 78, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_gutter.scss */
  #footer-holder .column-block > :last-child {
    margin-bottom: 0;
  }
}

/* line 8, app/assets/stylesheets/views/layouts/footer.scss */
#footer-holder #bottom_menu {
  background-color: #3a4249;
  margin-left: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}

/* line 16, app/assets/stylesheets/views/layouts/footer.scss */
#footer-holder #bottom_menu a {
  color: #fff;
}

/* line 18, app/assets/stylesheets/views/layouts/footer.scss */
#footer-holder #bottom_menu li {
  display: inline-block;
  font-family: "Fuller Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.01rem;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
}

@media screen and (max-width: 39.9375em) {
  /* line 8, app/assets/stylesheets/views/layouts/footer.scss */
  #footer-holder #bottom_menu {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-top: 40px;
    text-align: left;
  }
  /* line 34, app/assets/stylesheets/views/layouts/footer.scss */
  #footer-holder #bottom_menu li {
    display: block;
    margin-bottom: 10px;
  }
  /* line 38, app/assets/stylesheets/views/layouts/footer.scss */
  #footer-holder #bottom_menu li:last-child {
    margin-bottom: 0;
  }
}

/* line 45, app/assets/stylesheets/views/layouts/footer.scss */
#footer-holder #nav_block_footer {
  background-color: #f1f2f2;
  margin-top: 50px;
  padding-bottom: 50px;
  padding-top: 50px;
}

@media screen and (max-width: 39.9375em) {
  /* line 45, app/assets/stylesheets/views/layouts/footer.scss */
  #footer-holder #nav_block_footer {
    padding-left: 40px;
  }
}

/* line 55, app/assets/stylesheets/views/layouts/footer.scss */
#footer-holder #nav_block_footer > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 1137px;
}

/* line 62, app/assets/stylesheets/views/layouts/footer.scss */
#footer-holder .related_links {
  margin-bottom: 1.5rem;
  text-align: left;
}

/* line 66, app/assets/stylesheets/views/layouts/footer.scss */
#footer-holder .related_links ul {
  list-style: none;
  margin-left: 0;
}

/* line 70, app/assets/stylesheets/views/layouts/footer.scss */
#footer-holder .related_links ul li {
  margin-bottom: 5px;
  font-family: "ff-tisa-sans-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
}

/* line 81, app/assets/stylesheets/views/layouts/footer.scss */
#footer-holder .related_links_label {
  color: #231f20;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
  margin-top: 0;
  font-family: "Fuller Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
}

/* line 98, app/assets/stylesheets/views/layouts/footer.scss */
#footer-holder .bottom_info {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* line 106, app/assets/stylesheets/views/layouts/footer.scss */
#footer-holder .bottom_info p {
  margin-bottom: 1em;
}

/* line 109, app/assets/stylesheets/views/layouts/footer.scss */
#footer-holder .AuthorizeNetSeal {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* line 8, app/assets/stylesheets/sass_mixins/_helpers.scss */
.row--fullWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}

/* line 146, app/assets/stylesheets/sass_mixins/_helpers.scss */
[class*='avatarWrapper--ambassador']::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxNSI+PHN0eWxlPi5zdDB7ZmlsbDojZjc5NDFlfS5zdDF7ZmlsbDojZjFmMmYyfTwvc3R5bGU+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNy41IiBjeT0iNy41IiByPSI3LjMiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNNy41IDIuM2wxLjMgMy45aDQuMUw5LjYgOC42bDEuMiAzLjktMy4zLTIuNC0zLjMgMi40IDEuMi0zLjktMy4zLTIuNGg0LjF6Ii8+PC9zdmc+");
}

/* line 149, app/assets/stylesheets/sass_mixins/_helpers.scss */
[class*='avatarWrapper--rainer']::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxNSI+PHN0eWxlPi5zdDB7ZmlsbDojNzhkMWVjfS5zdDF7ZmlsbDojZjFmMmYyfTwvc3R5bGU+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNy41IiBjeT0iNy41IiByPSI3LjMiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTAuNiA2LjVoLS4xQzEwIDUuNCA5IDQuNyA3LjggNC43Yy0xLjIgMC0yLjIuNy0yLjYgMS43LS4zLS4xLS41LS4xLS43LS4xLTEuMiAwLTIuMSAxLTIuMSAyLjEgMCAxLjIgMSAyLjEgMi4xIDIuMS42IDAgMS4xLS4yIDEuNS0uNi41LjQgMS4xLjYgMS44LjYuNiAwIDEuMS0uMiAxLjYtLjUuNC4zLjguNSAxLjMuNSAxLjEgMCAyLjEtLjkgMi4xLTIuMS0uMS0xLTEtMS45LTIuMi0xLjl6Ii8+PC9zdmc+");
}

/* line 152, app/assets/stylesheets/sass_mixins/_helpers.scss */
[class*='avatarWrapper--rainmaker']::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxNSI+PHN0eWxlPi5zdDB7ZmlsbDojMjdhYWUxfS5zdDF7ZmlsbDojZjFmMmYyfTwvc3R5bGU+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNy41IiBjeT0iNy41IiByPSI3LjMiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTAuNSAzLjVTLjkgNy4zIDQuOSAxMC43YzMuOCAzLjEgNS42LTcuMiA1LjYtNy4yeiIvPjwvc3ZnPg==");
}

/* line 155, app/assets/stylesheets/sass_mixins/_helpers.scss */
[class*='avatarWrapper--staff']::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxNSI+PHN0eWxlPi5zdDB7ZmlsbDojM2I0MjRhfS5zdDF7ZmlsbDojZmZmfTwvc3R5bGU+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNy41IiBjeT0iNy41IiByPSI3LjMiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNOC4yIDEwLjJjLS4yLjEtLjQuMS0uNi4xLS4yIDAtLjQtLjEtLjYtLjItLjItLjEtLjItLjMtLjItLjYtLjMuMy0uNi41LS45LjYtLjMuMS0uNy4yLTEuMS4yLS4yIDAtLjUgMC0uNy0uMS0uMi0uMS0uNC0uMS0uNi0uMy0uMSAwLS4yLS4yLS4zLS40LS4xLS4yLS4xLS40LS4xLS43IDAtLjMuMS0uNi4yLS44LjEtLjIuMi0uNC40LS41LjEgMCAuMy0uMS41LS4ycy40LS4xLjctLjJjLjIgMCAuNS0uMS43LS4xLjIgMCAuNCAwIC42LS4xLjIgMCAuMy0uMS40LS4yLjEtLjEuMS0uMi4xLS40czAtLjQtLjEtLjUtLjItLjEtLjMtLjJjLS4xLS4xLS4yLS4xLS40LS4xaC0uNGMtLjQgMC0uNy4xLS45LjJzLS40LjQtLjQuOGgtLjljMC0uMy4xLS42LjItLjkuMS0uMi4zLS40LjUtLjVzLjQtLjIuNy0uM2MuMy0uMS42LS4xLjktLjEuMiAwIC41IDAgLjcuMS4yIDAgLjUuMS43LjIuMSAwIC4zLjIuNC40LjEuMi4yLjUuMi44djMuM2MwIC4xLjEuMS4yLjFoLjN2LjZ6TTYuNyA3LjRjLS4xLjEtLjIuMi0uNC4ycy0uNC4xLS42LjFjLS4yIDAtLjQuMS0uNi4xLS4yIDAtLjQuMS0uNS4yLS4yIDAtLjMuMS0uNC4yLS4xLjItLjIuMy0uMi42IDAgLjEgMCAuMi4xLjMuMS4xLjEuMi4yLjIuMS4xLjIuMS4zLjFINWMuMyAwIC41IDAgLjgtLjEuMiAwIC40LS4xLjUtLjIuMi0uMS4zLS4yLjMtLjQuMS0uMS4xLS4zLjEtLjR2LS45em0zLjItMi42djEuMWMuMi0uNC41LS44LjgtMSAuMy0uMi43LS4zIDEuMi0uM3YuOWMtLjQgMC0uNyAwLS45LjEtLjMuMS0uNS4yLS42LjQtLjIuMi0uMy40LS4zLjctLjEuNC0uMS44LS4xIDEuMXYyLjRoLS45VjQuOGguOHoiLz48L3N2Zz4=");
}

/* line 1, app/assets/stylesheets/components/_avatar.scss */
.avatarWrapper {
  float: left;
  margin-right: 1rem;
  position: relative;
}

/* line 6, app/assets/stylesheets/components/_avatar.scss */
.avatarWrapper .avatarWrapper__sm {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
}

/* line 7, app/assets/stylesheets/components/_avatar.scss */
.avatarWrapper .avatarWrapper__md {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/components/_avatar.scss */
.avatarWrapper .avatarWrapper__lg {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
}

/* line 9, app/assets/stylesheets/components/_avatar.scss */
.avatarWrapper .avatarWrapper__xl {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
}

/* line 12, app/assets/stylesheets/components/_avatar.scss */
.avatarWrapper .avatarWrapper__sm img, .avatarWrapper .avatarWrapper__md img, .avatarWrapper .avatarWrapper__lg img, .avatarWrapper .avatarWrapper__xl img {
  display: block;
  height: auto;
  min-height: 100%;
  width: 100%;
}

/* line 21, app/assets/stylesheets/components/_avatar.scss */
[class*='avatarWrapper--']::after {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: " ";
  display: block;
}

/* line 30, app/assets/stylesheets/components/_avatar.scss */
[class*='avatarWrapper--']::after {
  background-size: 0.9375rem 0.9375rem;
  height: 0.9375rem;
  width: 0.9375rem;
  right: 0;
  bottom: 0;
}

/* line 31, app/assets/stylesheets/components/_avatar.scss */
[class*='avatarWrapper--'][class$='Lg']::after {
  background-size: 1.375rem 1.375rem;
  height: 1.375rem;
  width: 1.375rem;
  right: 0;
  bottom: 0;
}

/* line 32, app/assets/stylesheets/components/_avatar.scss */
[class*='avatarWrapper--'][class$='Sm']::after {
  right: -0.1rem;
  bottom: -0.1rem;
}

/* line 7, app/assets/stylesheets/views/layouts/header.scss */
.body__container {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

/* line 13, app/assets/stylesheets/views/layouts/header.scss */
body, html {
  height: 100vh;
  width: 100vw;
  display: grid;
}

/* line 19, app/assets/stylesheets/views/layouts/header.scss */
.body__container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}

/* line 26, app/assets/stylesheets/views/layouts/header.scss */
#header-holder {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 31, app/assets/stylesheets/views/layouts/header.scss */
#body-holder {
  flex-grow: 1;
  flex-shrink: 1;
  margin-top: 0;
  overflow: auto;
}

/* line 39, app/assets/stylesheets/views/layouts/header.scss */
.header-user-menu .avatarWrapper {
  margin-right: 0;
}

/* line 42, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper {
  background-color: white;
  color: #5e95cb;
  font-family: "Fuller Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  z-index: 100;
}

/* line 244, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fff;
}

/* line 177, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .header__wrapper .button {
  outline: 0;
}

/* line 145, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button:hover, .header__wrapper .button:focus {
  background-color: #14679e;
  color: #fff;
}

/* line 249, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.tiny {
  font-size: 0.6rem;
}

/* line 249, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.small {
  font-size: 0.75rem;
}

/* line 249, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.large {
  font-size: 1.25rem;
}

/* line 254, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

/* line 259, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.primary {
  background-color: #1779ba;
  color: #fff;
}

/* line 145, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.primary:hover, .header__wrapper .button.primary:focus {
  background-color: #126195;
  color: #fff;
}

/* line 259, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.secondary {
  background-color: #767676;
  color: #fff;
}

/* line 145, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.secondary:hover, .header__wrapper .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fff;
}

/* line 259, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}

/* line 145, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.success:hover, .header__wrapper .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

/* line 259, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}

/* line 145, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.warning:hover, .header__wrapper .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

/* line 259, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.alert {
  background-color: #cc4b37;
  color: #fff;
}

/* line 145, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.alert:hover, .header__wrapper .button.alert:focus {
  background-color: #a53b2a;
  color: #fff;
}

/* line 276, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}

/* line 153, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.hollow, .header__wrapper .button.hollow:hover, .header__wrapper .button.hollow:focus {
  background-color: transparent;
}

/* line 169, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.hollow:hover, .header__wrapper .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

/* line 281, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}

/* line 169, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.hollow.primary:hover, .header__wrapper .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

/* line 281, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}

/* line 169, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.hollow.secondary:hover, .header__wrapper .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

/* line 281, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

/* line 169, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.hollow.success:hover, .header__wrapper .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

/* line 281, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

/* line 169, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.hollow.warning:hover, .header__wrapper .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

/* line 281, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

/* line 169, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.hollow.alert:hover, .header__wrapper .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

/* line 289, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.disabled, .header__wrapper .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 189, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.disabled, .header__wrapper .button.disabled:hover, .header__wrapper .button.disabled:focus, .header__wrapper .button[disabled], .header__wrapper .button[disabled]:hover, .header__wrapper .button[disabled]:focus {
  background-color: #1779ba;
  color: #fff;
}

/* line 294, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.disabled.primary, .header__wrapper .button.primary[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 189, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.disabled.primary, .header__wrapper .button.disabled.primary:hover, .header__wrapper .button.disabled.primary:focus, .header__wrapper .button.primary[disabled], .header__wrapper .button.primary[disabled]:hover, .header__wrapper .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fff;
}

/* line 294, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.disabled.secondary, .header__wrapper .button.secondary[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 189, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.disabled.secondary, .header__wrapper .button.disabled.secondary:hover, .header__wrapper .button.disabled.secondary:focus, .header__wrapper .button.secondary[disabled], .header__wrapper .button.secondary[disabled]:hover, .header__wrapper .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fff;
}

/* line 294, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.disabled.success, .header__wrapper .button.success[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 189, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.disabled.success, .header__wrapper .button.disabled.success:hover, .header__wrapper .button.disabled.success:focus, .header__wrapper .button.success[disabled], .header__wrapper .button.success[disabled]:hover, .header__wrapper .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

/* line 294, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.disabled.warning, .header__wrapper .button.warning[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 189, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.disabled.warning, .header__wrapper .button.disabled.warning:hover, .header__wrapper .button.disabled.warning:focus, .header__wrapper .button.warning[disabled], .header__wrapper .button.warning[disabled]:hover, .header__wrapper .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

/* line 294, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.disabled.alert, .header__wrapper .button.alert[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 189, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.disabled.alert, .header__wrapper .button.disabled.alert:hover, .header__wrapper .button.disabled.alert:focus, .header__wrapper .button.alert[disabled], .header__wrapper .button.alert[disabled]:hover, .header__wrapper .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fff;
}

/* line 204, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

/* line 311, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.dropdown.hollow::after {
  border-top-color: #1779ba;
}

/* line 317, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.dropdown.hollow.primary::after {
  border-top-color: #1779ba;
}

/* line 317, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}

/* line 317, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}

/* line 317, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}

/* line 317, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}

/* line 326, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.header__wrapper .button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

/* line 55, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 63, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

/* line 71, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

/* line 76, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  margin-top: -3px;
}

/* line 177, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .header__wrapper .dropdown.menu a {
  outline: 0;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.no-js .header__wrapper .dropdown.menu ul {
  display: none;
}

/* line 85, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

/* line 90, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

/* line 97, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 39, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .dropdown.menu.vertical > li > a::after {
  right: 14px;
}

/* line 43, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}

/* line 47, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

@media print, screen and (min-width: 40em) {
  /* line 55, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .header__wrapper .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 63, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .header__wrapper .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 71, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .header__wrapper .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 76, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .header__wrapper .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  /* line 85, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .header__wrapper .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 90, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .header__wrapper .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  /* line 97, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .header__wrapper .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 39, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .header__wrapper .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  /* line 43, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .header__wrapper .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  /* line 47, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .header__wrapper .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 55, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .header__wrapper .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 63, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .header__wrapper .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 71, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .header__wrapper .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 76, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .header__wrapper .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  /* line 85, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .header__wrapper .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 90, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .header__wrapper .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  /* line 97, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .header__wrapper .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 39, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .header__wrapper .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  /* line 43, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .header__wrapper .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  /* line 47, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .header__wrapper .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}

/* line 144, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 152, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .is-dropdown-menu.vertical {
  width: 100px;
}

/* line 155, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .is-dropdown-menu.vertical.align-right {
  float: right;
}

/* line 160, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .is-dropdown-submenu-parent {
  position: relative;
}

/* line 163, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

/* line 170, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

/* line 181, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

/* line 186, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 192, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fff;
}

/* line 39, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

/* line 43, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}

/* line 47, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

/* line 211, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

/* line 216, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .is-dropdown-submenu > li {
  width: 100%;
}

/* line 222, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.header__wrapper .is-dropdown-submenu.js-dropdown-active {
  display: block;
}

/* line 116, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
.header__wrapper [type='text'], .header__wrapper [type='password'], .header__wrapper [type='date'], .header__wrapper [type='datetime'], .header__wrapper [type='datetime-local'], .header__wrapper [type='month'], .header__wrapper [type='week'], .header__wrapper [type='email'], .header__wrapper [type='number'], .header__wrapper [type='search'], .header__wrapper [type='tel'], .header__wrapper [type='time'], .header__wrapper [type='url'], .header__wrapper [type='color'],
.header__wrapper textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 102, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
.header__wrapper [type='text']:focus, .header__wrapper [type='password']:focus, .header__wrapper [type='date']:focus, .header__wrapper [type='datetime']:focus, .header__wrapper [type='datetime-local']:focus, .header__wrapper [type='month']:focus, .header__wrapper [type='week']:focus, .header__wrapper [type='email']:focus, .header__wrapper [type='number']:focus, .header__wrapper [type='search']:focus, .header__wrapper [type='tel']:focus, .header__wrapper [type='time']:focus, .header__wrapper [type='url']:focus, .header__wrapper [type='color']:focus,
.header__wrapper textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* line 123, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
.header__wrapper textarea {
  max-width: 100%;
}

/* line 126, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
.header__wrapper textarea[rows] {
  height: auto;
}

/* line 134, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
.header__wrapper input::-moz-placeholder, .header__wrapper textarea::-moz-placeholder {
  color: #cacaca;
}
.header__wrapper input:-ms-input-placeholder, .header__wrapper textarea:-ms-input-placeholder {
  color: #cacaca;
}
.header__wrapper input::placeholder,
.header__wrapper textarea::placeholder {
  color: #cacaca;
}

/* line 139, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
.header__wrapper input:disabled, .header__wrapper input[readonly],
.header__wrapper textarea:disabled,
.header__wrapper textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

/* line 147, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
.header__wrapper [type='submit'],
.header__wrapper [type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

/* line 154, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
.header__wrapper input[type='search'] {
  box-sizing: border-box;
}

/* line 10, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_checkbox.scss */
.header__wrapper [type='file'],
.header__wrapper [type='checkbox'],
.header__wrapper [type='radio'] {
  margin: 0 0 1rem;
}

/* line 17, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_checkbox.scss */
.header__wrapper [type='checkbox'] + label,
.header__wrapper [type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

/* line 26, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_checkbox.scss */
.header__wrapper [type='checkbox'] + label[for],
.header__wrapper [type='radio'] + label[for] {
  cursor: pointer;
}

/* line 32, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_checkbox.scss */
.header__wrapper label > [type='checkbox'],
.header__wrapper label > [type='radio'] {
  margin-right: 0.5rem;
}

/* line 38, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_checkbox.scss */
.header__wrapper [type='file'] {
  width: 100%;
}

/* line 43, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_label.scss */
.header__wrapper label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_label.scss */
.header__wrapper label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_help-text.scss */
.header__wrapper .help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

/* line 27, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.header__wrapper .input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

/* line 36, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.header__wrapper .input-group > :first-child {
  border-radius: 0 0 0 0;
}

/* line 41, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.header__wrapper .input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

/* line 47, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.header__wrapper .input-group-button a,
.header__wrapper .input-group-button input,
.header__wrapper .input-group-button button,
.header__wrapper .input-group-button label, .header__wrapper .input-group-button, .header__wrapper .input-group-field, .header__wrapper .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

/* line 57, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.header__wrapper .input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

/* line 78, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.header__wrapper .input-group-label:first-child {
  border-right: 0;
}

/* line 82, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.header__wrapper .input-group-label:last-child {
  border-left: 0;
}

/* line 88, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.header__wrapper .input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

/* line 102, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.header__wrapper .input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}

/* line 116, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.header__wrapper .input-group-button a,
.header__wrapper .input-group-button input,
.header__wrapper .input-group-button button,
.header__wrapper .input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

/* line 131, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.header__wrapper .input-group .input-group-button {
  display: table-cell;
}

/* line 40, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_fieldset.scss */
.header__wrapper fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_fieldset.scss */
.header__wrapper legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

/* line 51, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_fieldset.scss */
.header__wrapper .fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

/* line 30, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_fieldset.scss */
.header__wrapper .fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #fff;
}

/* line 82, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_select.scss */
.header__wrapper select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  /* line 82, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_select.scss */
  .header__wrapper select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

/* line 53, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_select.scss */
.header__wrapper select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* line 65, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_select.scss */
.header__wrapper select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

/* line 71, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_select.scss */
.header__wrapper select::-ms-expand {
  display: none;
}

/* line 75, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_select.scss */
.header__wrapper select[multiple] {
  height: auto;
  background-image: none;
}

/* line 45, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_error.scss */
.header__wrapper .is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}

/* line 48, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_error.scss */
.header__wrapper .is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.header__wrapper .is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.header__wrapper .is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

/* line 75, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_error.scss */
.header__wrapper .is-invalid-label {
  color: #cc4b37;
}

/* line 81, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_error.scss */
.header__wrapper .form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

/* line 84, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_error.scss */
.header__wrapper .form-error.is-visible {
  display: block;
}

/* line 28, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

/* line 72, app/assets/stylesheets/sass_mixins/_helpers.scss */
.header__wrapper .row:before, .header__wrapper .row:after {
  content: " ";
  display: table;
}

/* line 78, app/assets/stylesheets/sass_mixins/_helpers.scss */
.header__wrapper .row:after {
  clear: both;
}

/* line 33, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .row.collapse > .column, .header__wrapper .row.collapse > .columns, .header__wrapper #footer-holder .row.collapse > .columns, #footer-holder .header__wrapper .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

/* line 39, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 39, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 39, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

/* line 42, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 49, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .row.expanded {
  max-width: none;
}

/* line 52, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

/* line 58, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .row:not(.expanded) .row {
  max-width: none;
}

/* line 67, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .row.gutter-small > .column, .header__wrapper .row.gutter-small > .columns, .header__wrapper #footer-holder .row.gutter-small > .columns, #footer-holder .header__wrapper .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

/* line 67, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .row.gutter-medium > .column, .header__wrapper .row.gutter-medium > .columns, .header__wrapper #footer-holder .row.gutter-medium > .columns, #footer-holder .header__wrapper .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/* line 76, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .column, .header__wrapper .columns, .header__wrapper #footer-holder .columns, #footer-holder .header__wrapper .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 76, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .column, .header__wrapper .columns, .header__wrapper #footer-holder .columns, #footer-holder .header__wrapper .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 68, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_column.scss */
.header__wrapper .column:last-child:not(:first-child), .header__wrapper .columns:last-child:not(:first-child), .header__wrapper #footer-holder .columns:last-child:not(:first-child), #footer-holder .header__wrapper .columns:last-child:not(:first-child) {
  float: right;
}

/* line 49, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_position.scss */
.header__wrapper .column.end:last-child:last-child, .header__wrapper .end.columns:last-child:last-child, .header__wrapper #footer-holder .end.columns:last-child:last-child, #footer-holder .header__wrapper .end.columns:last-child:last-child {
  float: left;
}

/* line 88, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .column.row.row, .header__wrapper .row.row.columns, .header__wrapper #footer-holder .row.row.columns, #footer-holder .header__wrapper .row.row.columns {
  float: none;
}

/* line 93, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .row .column.row.row, .header__wrapper .row .row.row.columns, .header__wrapper .row #footer-holder .row.row.columns, #footer-holder .header__wrapper .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-1 {
  width: 8.3333333333%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-offset-0 {
  margin-left: 0%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-2 {
  width: 16.6666666667%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-3 {
  width: 25%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-push-3 {
  position: relative;
  left: 25%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-pull-3 {
  position: relative;
  left: -25%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-4 {
  width: 33.3333333333%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-offset-3 {
  margin-left: 25%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-5 {
  width: 41.6666666667%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-6 {
  width: 50%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-push-6 {
  position: relative;
  left: 50%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-pull-6 {
  position: relative;
  left: -50%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-7 {
  width: 58.3333333333%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-offset-6 {
  margin-left: 50%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-8 {
  width: 66.6666666667%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-9 {
  width: 75%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-push-9 {
  position: relative;
  left: 75%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-pull-9 {
  position: relative;
  left: -75%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-10 {
  width: 83.3333333333%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-offset-9 {
  margin-left: 75%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-11 {
  width: 91.6666666667%;
}

/* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

/* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-12 {
  width: 100%;
}

/* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-1 > .column, .header__wrapper .small-up-1 > .columns, .header__wrapper #footer-holder .small-up-1 > .columns, #footer-holder .header__wrapper .small-up-1 > .columns {
  float: left;
  width: 100%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-1 > .column:nth-of-type(1n), .header__wrapper .small-up-1 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .small-up-1 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-1 > .column:nth-of-type(1n+1), .header__wrapper .small-up-1 > .columns:nth-of-type(1n+1), .header__wrapper #footer-holder .small-up-1 > .columns:nth-of-type(1n+1), #footer-holder .header__wrapper .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-1 > .column:last-child, .header__wrapper .small-up-1 > .columns:last-child, .header__wrapper #footer-holder .small-up-1 > .columns:last-child, #footer-holder .header__wrapper .small-up-1 > .columns:last-child {
  float: left;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-2 > .column, .header__wrapper .small-up-2 > .columns, .header__wrapper #footer-holder .small-up-2 > .columns, #footer-holder .header__wrapper .small-up-2 > .columns {
  float: left;
  width: 50%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-2 > .column:nth-of-type(1n), .header__wrapper .small-up-2 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .small-up-2 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-2 > .column:nth-of-type(2n+1), .header__wrapper .small-up-2 > .columns:nth-of-type(2n+1), .header__wrapper #footer-holder .small-up-2 > .columns:nth-of-type(2n+1), #footer-holder .header__wrapper .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-2 > .column:last-child, .header__wrapper .small-up-2 > .columns:last-child, .header__wrapper #footer-holder .small-up-2 > .columns:last-child, #footer-holder .header__wrapper .small-up-2 > .columns:last-child {
  float: left;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-3 > .column, .header__wrapper .small-up-3 > .columns, .header__wrapper #footer-holder .small-up-3 > .columns, #footer-holder .header__wrapper .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-3 > .column:nth-of-type(1n), .header__wrapper .small-up-3 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .small-up-3 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-3 > .column:nth-of-type(3n+1), .header__wrapper .small-up-3 > .columns:nth-of-type(3n+1), .header__wrapper #footer-holder .small-up-3 > .columns:nth-of-type(3n+1), #footer-holder .header__wrapper .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-3 > .column:last-child, .header__wrapper .small-up-3 > .columns:last-child, .header__wrapper #footer-holder .small-up-3 > .columns:last-child, #footer-holder .header__wrapper .small-up-3 > .columns:last-child {
  float: left;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-4 > .column, .header__wrapper .small-up-4 > .columns, .header__wrapper #footer-holder .small-up-4 > .columns, #footer-holder .header__wrapper .small-up-4 > .columns {
  float: left;
  width: 25%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-4 > .column:nth-of-type(1n), .header__wrapper .small-up-4 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .small-up-4 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-4 > .column:nth-of-type(4n+1), .header__wrapper .small-up-4 > .columns:nth-of-type(4n+1), .header__wrapper #footer-holder .small-up-4 > .columns:nth-of-type(4n+1), #footer-holder .header__wrapper .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-4 > .column:last-child, .header__wrapper .small-up-4 > .columns:last-child, .header__wrapper #footer-holder .small-up-4 > .columns:last-child, #footer-holder .header__wrapper .small-up-4 > .columns:last-child {
  float: left;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-5 > .column, .header__wrapper .small-up-5 > .columns, .header__wrapper #footer-holder .small-up-5 > .columns, #footer-holder .header__wrapper .small-up-5 > .columns {
  float: left;
  width: 20%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-5 > .column:nth-of-type(1n), .header__wrapper .small-up-5 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .small-up-5 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-5 > .column:nth-of-type(5n+1), .header__wrapper .small-up-5 > .columns:nth-of-type(5n+1), .header__wrapper #footer-holder .small-up-5 > .columns:nth-of-type(5n+1), #footer-holder .header__wrapper .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-5 > .column:last-child, .header__wrapper .small-up-5 > .columns:last-child, .header__wrapper #footer-holder .small-up-5 > .columns:last-child, #footer-holder .header__wrapper .small-up-5 > .columns:last-child {
  float: left;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-6 > .column, .header__wrapper .small-up-6 > .columns, .header__wrapper #footer-holder .small-up-6 > .columns, #footer-holder .header__wrapper .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-6 > .column:nth-of-type(1n), .header__wrapper .small-up-6 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .small-up-6 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-6 > .column:nth-of-type(6n+1), .header__wrapper .small-up-6 > .columns:nth-of-type(6n+1), .header__wrapper #footer-holder .small-up-6 > .columns:nth-of-type(6n+1), #footer-holder .header__wrapper .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-6 > .column:last-child, .header__wrapper .small-up-6 > .columns:last-child, .header__wrapper #footer-holder .small-up-6 > .columns:last-child, #footer-holder .header__wrapper .small-up-6 > .columns:last-child {
  float: left;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-7 > .column, .header__wrapper .small-up-7 > .columns, .header__wrapper #footer-holder .small-up-7 > .columns, #footer-holder .header__wrapper .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-7 > .column:nth-of-type(1n), .header__wrapper .small-up-7 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .small-up-7 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-7 > .column:nth-of-type(7n+1), .header__wrapper .small-up-7 > .columns:nth-of-type(7n+1), .header__wrapper #footer-holder .small-up-7 > .columns:nth-of-type(7n+1), #footer-holder .header__wrapper .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-7 > .column:last-child, .header__wrapper .small-up-7 > .columns:last-child, .header__wrapper #footer-holder .small-up-7 > .columns:last-child, #footer-holder .header__wrapper .small-up-7 > .columns:last-child {
  float: left;
}

/* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-8 > .column, .header__wrapper .small-up-8 > .columns, .header__wrapper #footer-holder .small-up-8 > .columns, #footer-holder .header__wrapper .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

/* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-8 > .column:nth-of-type(1n), .header__wrapper .small-up-8 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .small-up-8 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-8 > .column:nth-of-type(8n+1), .header__wrapper .small-up-8 > .columns:nth-of-type(8n+1), .header__wrapper #footer-holder .small-up-8 > .columns:nth-of-type(8n+1), #footer-holder .header__wrapper .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
.header__wrapper .small-up-8 > .column:last-child, .header__wrapper .small-up-8 > .columns:last-child, .header__wrapper #footer-holder .small-up-8 > .columns:last-child, #footer-holder .header__wrapper .small-up-8 > .columns:last-child {
  float: left;
}

/* line 135, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-collapse > .column, .header__wrapper .small-collapse > .columns, .header__wrapper #footer-holder .small-collapse > .columns, #footer-holder .header__wrapper .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

/* line 137, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 143, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

/* line 149, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-uncollapse > .column, .header__wrapper .small-uncollapse > .columns, .header__wrapper #footer-holder .small-uncollapse > .columns, #footer-holder .header__wrapper .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

/* line 153, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-centered {
  margin-right: auto;
  margin-left: auto;
}

/* line 20, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_position.scss */
.header__wrapper .small-centered, .header__wrapper .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

/* line 158, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .small-uncentered,
.header__wrapper .small-push-0,
.header__wrapper .small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-1 {
    width: 8.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-offset-0 {
    margin-left: 0%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-2 {
    width: 16.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-3 {
    width: 25%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-4 {
    width: 33.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-offset-3 {
    margin-left: 25%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-5 {
    width: 41.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-6 {
    width: 50%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-7 {
    width: 58.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-offset-6 {
    margin-left: 50%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-8 {
    width: 66.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-9 {
    width: 75%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-10 {
    width: 83.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-offset-9 {
    margin-left: 75%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-11 {
    width: 91.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-12 {
    width: 100%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-1 > .column, .header__wrapper .medium-up-1 > .columns, .header__wrapper #footer-holder .medium-up-1 > .columns, #footer-holder .header__wrapper .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-1 > .column:nth-of-type(1n), .header__wrapper .medium-up-1 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .medium-up-1 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-1 > .column:nth-of-type(1n+1), .header__wrapper .medium-up-1 > .columns:nth-of-type(1n+1), .header__wrapper #footer-holder .medium-up-1 > .columns:nth-of-type(1n+1), #footer-holder .header__wrapper .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-1 > .column:last-child, .header__wrapper .medium-up-1 > .columns:last-child, .header__wrapper #footer-holder .medium-up-1 > .columns:last-child, #footer-holder .header__wrapper .medium-up-1 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-2 > .column, .header__wrapper .medium-up-2 > .columns, .header__wrapper #footer-holder .medium-up-2 > .columns, #footer-holder .header__wrapper .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-2 > .column:nth-of-type(1n), .header__wrapper .medium-up-2 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .medium-up-2 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-2 > .column:nth-of-type(2n+1), .header__wrapper .medium-up-2 > .columns:nth-of-type(2n+1), .header__wrapper #footer-holder .medium-up-2 > .columns:nth-of-type(2n+1), #footer-holder .header__wrapper .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-2 > .column:last-child, .header__wrapper .medium-up-2 > .columns:last-child, .header__wrapper #footer-holder .medium-up-2 > .columns:last-child, #footer-holder .header__wrapper .medium-up-2 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-3 > .column, .header__wrapper .medium-up-3 > .columns, .header__wrapper #footer-holder .medium-up-3 > .columns, #footer-holder .header__wrapper .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-3 > .column:nth-of-type(1n), .header__wrapper .medium-up-3 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .medium-up-3 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-3 > .column:nth-of-type(3n+1), .header__wrapper .medium-up-3 > .columns:nth-of-type(3n+1), .header__wrapper #footer-holder .medium-up-3 > .columns:nth-of-type(3n+1), #footer-holder .header__wrapper .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-3 > .column:last-child, .header__wrapper .medium-up-3 > .columns:last-child, .header__wrapper #footer-holder .medium-up-3 > .columns:last-child, #footer-holder .header__wrapper .medium-up-3 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-4 > .column, .header__wrapper .medium-up-4 > .columns, .header__wrapper #footer-holder .medium-up-4 > .columns, #footer-holder .header__wrapper .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-4 > .column:nth-of-type(1n), .header__wrapper .medium-up-4 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .medium-up-4 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-4 > .column:nth-of-type(4n+1), .header__wrapper .medium-up-4 > .columns:nth-of-type(4n+1), .header__wrapper #footer-holder .medium-up-4 > .columns:nth-of-type(4n+1), #footer-holder .header__wrapper .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-4 > .column:last-child, .header__wrapper .medium-up-4 > .columns:last-child, .header__wrapper #footer-holder .medium-up-4 > .columns:last-child, #footer-holder .header__wrapper .medium-up-4 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-5 > .column, .header__wrapper .medium-up-5 > .columns, .header__wrapper #footer-holder .medium-up-5 > .columns, #footer-holder .header__wrapper .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-5 > .column:nth-of-type(1n), .header__wrapper .medium-up-5 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .medium-up-5 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-5 > .column:nth-of-type(5n+1), .header__wrapper .medium-up-5 > .columns:nth-of-type(5n+1), .header__wrapper #footer-holder .medium-up-5 > .columns:nth-of-type(5n+1), #footer-holder .header__wrapper .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-5 > .column:last-child, .header__wrapper .medium-up-5 > .columns:last-child, .header__wrapper #footer-holder .medium-up-5 > .columns:last-child, #footer-holder .header__wrapper .medium-up-5 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-6 > .column, .header__wrapper .medium-up-6 > .columns, .header__wrapper #footer-holder .medium-up-6 > .columns, #footer-holder .header__wrapper .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-6 > .column:nth-of-type(1n), .header__wrapper .medium-up-6 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .medium-up-6 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-6 > .column:nth-of-type(6n+1), .header__wrapper .medium-up-6 > .columns:nth-of-type(6n+1), .header__wrapper #footer-holder .medium-up-6 > .columns:nth-of-type(6n+1), #footer-holder .header__wrapper .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-6 > .column:last-child, .header__wrapper .medium-up-6 > .columns:last-child, .header__wrapper #footer-holder .medium-up-6 > .columns:last-child, #footer-holder .header__wrapper .medium-up-6 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-7 > .column, .header__wrapper .medium-up-7 > .columns, .header__wrapper #footer-holder .medium-up-7 > .columns, #footer-holder .header__wrapper .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-7 > .column:nth-of-type(1n), .header__wrapper .medium-up-7 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .medium-up-7 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-7 > .column:nth-of-type(7n+1), .header__wrapper .medium-up-7 > .columns:nth-of-type(7n+1), .header__wrapper #footer-holder .medium-up-7 > .columns:nth-of-type(7n+1), #footer-holder .header__wrapper .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-7 > .column:last-child, .header__wrapper .medium-up-7 > .columns:last-child, .header__wrapper #footer-holder .medium-up-7 > .columns:last-child, #footer-holder .header__wrapper .medium-up-7 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-8 > .column, .header__wrapper .medium-up-8 > .columns, .header__wrapper #footer-holder .medium-up-8 > .columns, #footer-holder .header__wrapper .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-8 > .column:nth-of-type(1n), .header__wrapper .medium-up-8 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .medium-up-8 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-8 > .column:nth-of-type(8n+1), .header__wrapper .medium-up-8 > .columns:nth-of-type(8n+1), .header__wrapper #footer-holder .medium-up-8 > .columns:nth-of-type(8n+1), #footer-holder .header__wrapper .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .medium-up-8 > .column:last-child, .header__wrapper .medium-up-8 > .columns:last-child, .header__wrapper #footer-holder .medium-up-8 > .columns:last-child, #footer-holder .header__wrapper .medium-up-8 > .columns:last-child {
    float: left;
  }
  /* line 135, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-collapse > .column, .header__wrapper .medium-collapse > .columns, .header__wrapper #footer-holder .medium-collapse > .columns, #footer-holder .header__wrapper .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 137, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 143, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 149, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-uncollapse > .column, .header__wrapper .medium-uncollapse > .columns, .header__wrapper #footer-holder .medium-uncollapse > .columns, #footer-holder .header__wrapper .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  /* line 153, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 20, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_position.scss */
  .header__wrapper .medium-centered, .header__wrapper .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  /* line 158, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .medium-uncentered,
.header__wrapper .medium-push-0,
.header__wrapper .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-1 {
    width: 8.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-offset-0 {
    margin-left: 0%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-2 {
    width: 16.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-3 {
    width: 25%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-4 {
    width: 33.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-offset-3 {
    margin-left: 25%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-5 {
    width: 41.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-6 {
    width: 50%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-7 {
    width: 58.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-offset-6 {
    margin-left: 50%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-8 {
    width: 66.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-9 {
    width: 75%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-10 {
    width: 83.3333333333%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-offset-9 {
    margin-left: 75%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-11 {
    width: 91.6666666667%;
  }
  /* line 109, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 113, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 103, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-12 {
    width: 100%;
  }
  /* line 121, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-1 > .column, .header__wrapper .large-up-1 > .columns, .header__wrapper #footer-holder .large-up-1 > .columns, #footer-holder .header__wrapper .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-1 > .column:nth-of-type(1n), .header__wrapper .large-up-1 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .large-up-1 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-1 > .column:nth-of-type(1n+1), .header__wrapper .large-up-1 > .columns:nth-of-type(1n+1), .header__wrapper #footer-holder .large-up-1 > .columns:nth-of-type(1n+1), #footer-holder .header__wrapper .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-1 > .column:last-child, .header__wrapper .large-up-1 > .columns:last-child, .header__wrapper #footer-holder .large-up-1 > .columns:last-child, #footer-holder .header__wrapper .large-up-1 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-2 > .column, .header__wrapper .large-up-2 > .columns, .header__wrapper #footer-holder .large-up-2 > .columns, #footer-holder .header__wrapper .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-2 > .column:nth-of-type(1n), .header__wrapper .large-up-2 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .large-up-2 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-2 > .column:nth-of-type(2n+1), .header__wrapper .large-up-2 > .columns:nth-of-type(2n+1), .header__wrapper #footer-holder .large-up-2 > .columns:nth-of-type(2n+1), #footer-holder .header__wrapper .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-2 > .column:last-child, .header__wrapper .large-up-2 > .columns:last-child, .header__wrapper #footer-holder .large-up-2 > .columns:last-child, #footer-holder .header__wrapper .large-up-2 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-3 > .column, .header__wrapper .large-up-3 > .columns, .header__wrapper #footer-holder .large-up-3 > .columns, #footer-holder .header__wrapper .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-3 > .column:nth-of-type(1n), .header__wrapper .large-up-3 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .large-up-3 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-3 > .column:nth-of-type(3n+1), .header__wrapper .large-up-3 > .columns:nth-of-type(3n+1), .header__wrapper #footer-holder .large-up-3 > .columns:nth-of-type(3n+1), #footer-holder .header__wrapper .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-3 > .column:last-child, .header__wrapper .large-up-3 > .columns:last-child, .header__wrapper #footer-holder .large-up-3 > .columns:last-child, #footer-holder .header__wrapper .large-up-3 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-4 > .column, .header__wrapper .large-up-4 > .columns, .header__wrapper #footer-holder .large-up-4 > .columns, #footer-holder .header__wrapper .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-4 > .column:nth-of-type(1n), .header__wrapper .large-up-4 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .large-up-4 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-4 > .column:nth-of-type(4n+1), .header__wrapper .large-up-4 > .columns:nth-of-type(4n+1), .header__wrapper #footer-holder .large-up-4 > .columns:nth-of-type(4n+1), #footer-holder .header__wrapper .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-4 > .column:last-child, .header__wrapper .large-up-4 > .columns:last-child, .header__wrapper #footer-holder .large-up-4 > .columns:last-child, #footer-holder .header__wrapper .large-up-4 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-5 > .column, .header__wrapper .large-up-5 > .columns, .header__wrapper #footer-holder .large-up-5 > .columns, #footer-holder .header__wrapper .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-5 > .column:nth-of-type(1n), .header__wrapper .large-up-5 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .large-up-5 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-5 > .column:nth-of-type(5n+1), .header__wrapper .large-up-5 > .columns:nth-of-type(5n+1), .header__wrapper #footer-holder .large-up-5 > .columns:nth-of-type(5n+1), #footer-holder .header__wrapper .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-5 > .column:last-child, .header__wrapper .large-up-5 > .columns:last-child, .header__wrapper #footer-holder .large-up-5 > .columns:last-child, #footer-holder .header__wrapper .large-up-5 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-6 > .column, .header__wrapper .large-up-6 > .columns, .header__wrapper #footer-holder .large-up-6 > .columns, #footer-holder .header__wrapper .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-6 > .column:nth-of-type(1n), .header__wrapper .large-up-6 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .large-up-6 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-6 > .column:nth-of-type(6n+1), .header__wrapper .large-up-6 > .columns:nth-of-type(6n+1), .header__wrapper #footer-holder .large-up-6 > .columns:nth-of-type(6n+1), #footer-holder .header__wrapper .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-6 > .column:last-child, .header__wrapper .large-up-6 > .columns:last-child, .header__wrapper #footer-holder .large-up-6 > .columns:last-child, #footer-holder .header__wrapper .large-up-6 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-7 > .column, .header__wrapper .large-up-7 > .columns, .header__wrapper #footer-holder .large-up-7 > .columns, #footer-holder .header__wrapper .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-7 > .column:nth-of-type(1n), .header__wrapper .large-up-7 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .large-up-7 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-7 > .column:nth-of-type(7n+1), .header__wrapper .large-up-7 > .columns:nth-of-type(7n+1), .header__wrapper #footer-holder .large-up-7 > .columns:nth-of-type(7n+1), #footer-holder .header__wrapper .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-7 > .column:last-child, .header__wrapper .large-up-7 > .columns:last-child, .header__wrapper #footer-holder .large-up-7 > .columns:last-child, #footer-holder .header__wrapper .large-up-7 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-8 > .column, .header__wrapper .large-up-8 > .columns, .header__wrapper #footer-holder .large-up-8 > .columns, #footer-holder .header__wrapper .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  /* line 46, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-8 > .column:nth-of-type(1n), .header__wrapper .large-up-8 > .columns:nth-of-type(1n), .header__wrapper #footer-holder .large-up-8 > .columns:nth-of-type(1n), #footer-holder .header__wrapper .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-8 > .column:nth-of-type(8n+1), .header__wrapper .large-up-8 > .columns:nth-of-type(8n+1), .header__wrapper #footer-holder .large-up-8 > .columns:nth-of-type(8n+1), #footer-holder .header__wrapper .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_layout.scss */
  .header__wrapper .large-up-8 > .column:last-child, .header__wrapper .large-up-8 > .columns:last-child, .header__wrapper #footer-holder .large-up-8 > .columns:last-child, #footer-holder .header__wrapper .large-up-8 > .columns:last-child {
    float: left;
  }
  /* line 135, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-collapse > .column, .header__wrapper .large-collapse > .columns, .header__wrapper #footer-holder .large-collapse > .columns, #footer-holder .header__wrapper .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 137, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 143, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 149, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-uncollapse > .column, .header__wrapper .large-uncollapse > .columns, .header__wrapper #footer-holder .large-uncollapse > .columns, #footer-holder .header__wrapper .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  /* line 153, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 20, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_position.scss */
  .header__wrapper .large-centered, .header__wrapper .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  /* line 158, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .large-uncentered,
.header__wrapper .large-push-0,
.header__wrapper .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 164, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
.header__wrapper .column-block {
  margin-bottom: 1.25rem;
}

/* line 78, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_gutter.scss */
.header__wrapper .column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 164, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_classes.scss */
  .header__wrapper .column-block {
    margin-bottom: 1.875rem;
  }
  /* line 78, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_gutter.scss */
  .header__wrapper .column-block > :last-child {
    margin-bottom: 0;
  }
}

/* line 257, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu {
  margin: 0;
  list-style-type: none;
}

/* line 54, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu > li {
  display: table-cell;
  vertical-align: middle;
}

/* line 177, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .header__wrapper .menu > li {
  outline: 0;
}

/* line 67, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

/* line 74, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu input,
.header__wrapper .menu select,
.header__wrapper .menu a,
.header__wrapper .menu button {
  margin-bottom: 0;
}

/* line 190, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu > li > a img,
.header__wrapper .menu > li > a i,
.header__wrapper .menu > li > a svg {
  vertical-align: middle;
}

/* line 195, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu > li > a img + span,
.header__wrapper .menu > li > a i + span,
.header__wrapper .menu > li > a svg + span {
  vertical-align: middle;
}

/* line 209, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu > li > a img,
.header__wrapper .menu > li > a i,
.header__wrapper .menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

/* line 112, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu > li, .header__wrapper .menu.horizontal > li {
  display: table-cell;
}

/* line 267, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}

/* line 95, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu.expanded > li:first-child:last-child {
  width: 100%;
}

/* line 132, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu.vertical > li {
  display: block;
}

@media print, screen and (min-width: 40em) {
  /* line 112, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .header__wrapper .menu.medium-horizontal > li {
    display: table-cell;
  }
  /* line 281, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .header__wrapper .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  /* line 95, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .header__wrapper .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  /* line 132, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .header__wrapper .menu.medium-vertical > li {
    display: block;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 112, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .header__wrapper .menu.large-horizontal > li {
    display: table-cell;
  }
  /* line 281, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .header__wrapper .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  /* line 95, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .header__wrapper .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  /* line 132, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .header__wrapper .menu.large-vertical > li {
    display: block;
  }
}

/* line 145, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu.simple li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

/* line 151, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu.simple a {
  padding: 0;
}

/* line 166, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu.simple li {
  margin-left: 0;
  margin-right: 1rem;
}

/* line 166, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu.simple.align-right li {
  margin-right: 0;
  margin-left: 1rem;
}

/* line 72, app/assets/stylesheets/sass_mixins/_helpers.scss */
.header__wrapper .menu.align-right:before, .header__wrapper .menu.align-right:after {
  content: " ";
  display: table;
}

/* line 78, app/assets/stylesheets/sass_mixins/_helpers.scss */
.header__wrapper .menu.align-right:after {
  clear: both;
}

/* line 307, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu.align-right > li {
  float: right;
}

/* line 221, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu.icon-top > li > a {
  text-align: center;
}

/* line 229, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu.icon-top > li > a img,
.header__wrapper .menu.icon-top > li > a i,
.header__wrapper .menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

/* line 318, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu.icon-top.vertical a > span {
  margin: auto;
}

/* line 325, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu.nested {
  margin-left: 1rem;
}

/* line 330, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu .active > a {
  background: #1779ba;
  color: #fff;
}

/* line 337, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu.menu-bordered li {
  border: 1px solid #e6e6e6;
}

/* line 339, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}

/* line 347, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu.menu-hover li:hover {
  background-color: #e6e6e6;
}

/* line 353, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

/* line 358, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu-centered {
  text-align: center;
}

/* line 361, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .menu-centered > .menu {
  display: inline-block;
  vertical-align: top;
}

/* line 373, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.header__wrapper .no-js [data-responsive-menu] ul {
  display: none;
}

/* line 120, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.header__wrapper .top-bar {
  padding: 0.5rem;
}

/* line 72, app/assets/stylesheets/sass_mixins/_helpers.scss */
.header__wrapper .top-bar:before, .header__wrapper .top-bar:after {
  content: " ";
  display: table;
}

/* line 78, app/assets/stylesheets/sass_mixins/_helpers.scss */
.header__wrapper .top-bar:after {
  clear: both;
}

/* line 47, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.header__wrapper .top-bar,
.header__wrapper .top-bar ul {
  background-color: #e6e6e6;
}

/* line 60, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.header__wrapper .top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

/* line 66, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.header__wrapper .top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

/* line 71, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.header__wrapper .top-bar input.button {
  width: auto;
}

/* line 90, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.header__wrapper .top-bar .top-bar-left,
.header__wrapper .top-bar .top-bar-right {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 111, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
  .header__wrapper .top-bar .top-bar-left,
.header__wrapper .top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 90, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
  .header__wrapper .top-bar.stacked-for-medium .top-bar-left,
.header__wrapper .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  /* line 90, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
  .header__wrapper .top-bar.stacked-for-large .top-bar-left,
.header__wrapper .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

/* line 155, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.header__wrapper .top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}

/* line 160, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.header__wrapper .top-bar-title .menu-icon {
  bottom: 2px;
}

/* line 165, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.header__wrapper .top-bar-left {
  float: left;
}

/* line 169, ../../../../home/ubuntu/.rvm/gems/ruby-2.7.2@activerain/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.header__wrapper .top-bar-right {
  float: right;
}

/* line 59, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper a {
  color: #5e95cb;
}

/* line 62, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper a:hover {
  text-decoration: none;
}

/* line 65, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper h1 {
  font-size: 1rem;
}

/* line 69, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper li.list-divider {
  border-top: 1px solid #eaeaea;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 75, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper h1 {
  font-size: 1rem;
}

/* line 77, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .top-bar {
  background-color: transparent;
  border-bottom-color: #5e95cb;
  border-bottom-style: double;
  margin: 0 auto;
  max-width: 1137px;
  padding-bottom: 0.75em;
  padding-top: 0.77rem;
}

/* line 86, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .top-bar .is-dropdown-submenu-parent.is-active .header-nav-link,
.header__wrapper .top-bar .header-nav-link:hover {
  box-shadow: 0 -5px 0 0 #5e95cb;
}

/* line 94, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .top-bar .is-dropdown-submenu-parent.is-active .header-nav-link:after {
  content: "\f106";
}

/* line 100, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .top-bar .is-dropdown-submenu-parent .header-nav-link::after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 5px;
  margin-top: 0;
}

/* line 108, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .top-bar .header-nav-link {
  transition: box-shadow 0.1s ease-in-out;
  box-shadow: 0 -5px 0 0 transparent;
  font-weight: 700;
}

/* line 117, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .top-bar .is-submenu-item a:hover {
  background-color: #5e95cb;
  color: #fff;
}

/* line 125, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .top-bar .is-dropdown-submenu-item a {
  font-size: 13px;
  padding: 0.6rem 1rem;
}

/* line 131, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .top-bar .is-submenu-item .header-notification:hover {
  background-color: transparent;
  color: inherit;
}

/* line 136, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .top-bar .menu {
  background-color: #fff;
}

/* line 138, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .top-bar .submenu {
  text-transform: none;
}

/* line 140, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .top-bar .header-upgrade-button {
  align-items: center;
  border-radius: 0.75rem;
  box-shadow: 0 0 0 0.125rem #ef9f30;
  color: #ef9f30;
  cursor: pointer;
  display: flex;
  height: 1.5rem;
  justify-content: center;
  margin-right: 0.9375rem;
  padding: 0;
  transition: 0.3s ease-in-out;
  width: 1.5rem;
}

/* line 154, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .top-bar .header-upgrade-button i {
  margin: 0;
}

/* line 156, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .top-bar .header-upgrade-button a {
  overflow: hidden;
  padding-top: 0.1em;
  width: 0;
  transition: 0.3s ease-in-out;
}

/* line 163, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .top-bar .header-upgrade-button:hover {
  box-shadow: 0 0 0 2px #ed9418;
}

/* line 165, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .top-bar .header-upgrade-button.upgrade-button--open {
  width: 6.5625rem;
  transition: 0.3s ease-in-out;
}

/* line 169, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .top-bar .header-upgrade-button.upgrade-button--open i {
  padding-left: 0.7rem;
  transition: 0.3s ease-in-out;
}

/* line 174, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .top-bar .header-upgrade-button.upgrade-button--open a {
  color: #ed9418;
  padding-left: 0.35rem;
  padding-right: 0.7rem;
  transition: 0.3s ease-in-out;
  width: 5rem;
}

@media screen and (max-width: 71.875rem) {
  /* line 186, app/assets/stylesheets/views/layouts/header.scss */
  .header__wrapper .top-bar .header-upgrade-button a a, .header__wrapper .top-bar .header-upgrade-button.upgrade-button--open a {
    margin-left: -1.25rem;
    opacity: 0;
    padding-left: 0;
    padding-right: 0;
    width: 1.75rem;
    z-index: 99;
  }
  /* line 196, app/assets/stylesheets/views/layouts/header.scss */
  .header__wrapper .top-bar .header-upgrade-button.upgrade-button--open {
    width: 1.5rem;
  }
  /* line 199, app/assets/stylesheets/views/layouts/header.scss */
  .header__wrapper .top-bar .header-upgrade-button.upgrade-button--open i {
    padding-left: 0;
    margin-left: 0.35rem;
  }
}

/* line 209, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .search-input {
  position: relative;
  box-sizing: border-box;
}

/* line 72, app/assets/stylesheets/sass_mixins/_helpers.scss */
.header__wrapper .search-input:before, .header__wrapper .search-input:after {
  content: " ";
  display: table;
}

/* line 78, app/assets/stylesheets/sass_mixins/_helpers.scss */
.header__wrapper .search-input:after {
  clear: both;
}

/* line 215, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .search-input::before {
  bottom: 0;
  color: #6d6e71;
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  left: 0;
  padding: 0.5rem 0.8rem;
  position: absolute;
  top: 0;
}

/* line 227, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .search-input .btn-search,
.header__wrapper .search-input .input {
  border: none;
  float: left;
  font-family: inherit;
  margin-right: 0;
  vertical-align: middle;
  width: calc(100% - 2.45rem);
}

/* line 237, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .search-input .btn-search {
  background-color: #5e95cb;
  text-transform: uppercase;
  height: 2.4rem;
  width: 2.4rem;
  padding: 0;
}

/* line 244, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .search-input .btn-search::before {
  color: #fff;
  content: "\f061";
  display: block;
  font-family: "FontAwesome";
  position: inherit;
}

/* line 252, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .search-input .btn-search:hover {
  background-color: #3c7cba;
}

/* line 255, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .search-input .input {
  background-color: #f1f2f2;
  border-left: 2px solid transparent;
  box-shadow: none;
  padding-left: 2rem;
}

/* line 261, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .search-input .input:focus {
  border-left: 2px solid #5e95cb;
}

/* line 270, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-logo {
  background-image: url("/assets/logos/activelogo.svg");
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  margin-right: 20px;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  width: 146.4285714286px;
}

/* line 282, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .is-dropdown-submenu {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
  border: none;
  overflow: hidden;
}

/* line 288, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .dropdown.menu:not(.vertical) .is-dropdown-submenu.align-right {
  left: auto;
  right: 0;
}

/* line 295, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-notifications .header-notification-icon {
  color: #bcbec0;
  font-size: 18px;
  margin-right: 10px;
  padding-bottom: 0.4rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.4rem;
  position: relative;
}

/* line 305, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-notifications .header-notification-icon:hover {
  color: #8a8a8a;
  cursor: pointer;
}

/* line 312, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-notifications.has-notifications .header-notification-counter {
  display: inline;
}

/* line 313, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-notifications.has-notifications .header-notification-icon {
  color: #f15c3c;
}

/* line 316, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-notifications .header-notification-counter {
  border-radius: 2px;
  color: #f15c3c;
  display: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 0;
  position: relative;
}

/* line 329, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-notification-list {
  display: none;
  color: #6d6e71;
  width: 250px;
  z-index: 3;
}

/* line 335, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-notification-list:hover {
  display: block;
}

/* line 337, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-notification-list > li {
  border-bottom: solid 1px #f1f2f2;
  padding: 0.25rem 0;
}

/* line 341, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-notification-list > li:hover {
  background-color: #f1f2f2;
}

/* line 342, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-notification-list > li.unread {
  box-shadow: inset 5px 0 0 0 #5e95cb;
}

/* line 343, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-notification-list > li:last-child {
  padding: 0;
}

/* line 344, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-notification-list > li a {
  padding: 0;
}

/* line 348, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-notification-list a {
  color: inherit;
}

/* line 350, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-notification-list .avatar {
  position: relative;
}

/* line 354, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-notification-list .left, .header__wrapper .header-notification-list .right {
  padding: 0;
}

/* line 355, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-notification-list .left {
  float: left;
}

/* line 356, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-notification-list .right {
  float: right;
}

/* line 358, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-notification-list .see-more {
  color: #5e95cb;
  text-align: center;
  margin-bottom: -1px;
  padding: 1.5em;
}

/* line 365, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-notification-list .see-more-icon {
  margin-left: 0.25rem;
  vertical-align: baseline;
}

/* line 370, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-notification-list .header-notification-description {
  overflow: hidden;
  line-height: 1.4;
}

/* line 374, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-notification-list .header-notification-description .agent-name {
  color: #5e95cb;
}

/* line 377, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-notification-list .header-notification-timestamp {
  display: block;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  opacity: 0.8;
}

/* line 385, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-write-button {
  margin-left: 15px;
  margin-right: 10px;
  border-radius: 2px;
}

/* line 391, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .is-submenu-item .upgrade-button {
  align-items: center;
  color: #ef9f30;
  display: flex;
}

/* line 396, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .is-submenu-item .upgrade-button .fa {
  margin-right: 0.5em;
}

/* line 398, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .is-submenu-item .upgrade-button span {
  padding-top: 0.2em;
  vertical-align: -0.125em;
}

/* line 403, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .is-submenu-item .upgrade-button:hover {
  color: #ed9418;
}

/* line 406, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-login,
.header__wrapper .header-logout {
  margin-left: 5px;
}

/* line 411, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-write-button,
.header__wrapper .header-logout {
  background-color: #ef9f30;
}

/* line 415, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-write-button:hover,
.header__wrapper .header-logout:hover {
  background-color: #db8611;
}

/* line 418, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-login {
  background-color: #fff;
  border: solid 1px #5e95cb;
  color: #5e95cb;
}

/* line 424, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-user-menu {
  padding-right: 20px;
  position: relative;
  z-index: 999;
}

/* line 429, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-user-menu::after {
  content: "\f107";
  display: block;
  font-family: "FontAwesome";
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 20px;
}

/* line 444, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-user-menu ul {
  display: none;
}

/* line 447, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-user-menu ul:hover {
  display: block;
}

/* line 450, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-user-menu.is-active:after {
  content: "\f106";
}

/* line 452, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-user-menu .avatarWrapper {
  margin-right: 0;
}

/* line 455, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-mobile-nav {
  position: relative;
  z-index: 9999;
}

/* line 459, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-mobile-nav .title-bar {
  background-color: #fff;
  border-bottom: solid 1px #f1f2f2;
  color: #5e95cb;
  font-size: 1.125rem;
  padding: 0;
  position: relative;
  text-align: center;
}

/* line 469, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-mobile-nav .is-drilldown.is-open, .header__wrapper .header-mobile-nav .is-drilldown {
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.5, 1);
  visibility: visible;
}

/* line 480, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-mobile-nav .is-drilldown {
  transform: translateX(100%);
  left: 100%;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
}

/* line 490, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-mobile-nav .is-drilldown.is-open {
  transform: translateX(-100%);
  z-index: 1;
}

/* line 498, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-mobile-nav .is-open {
  max-width: 100% !important;
  width: 100%;
}

/* line 503, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-mobile-nav .header-menu-toggle {
  height: 2.45rem;
  width: 2.45rem;
}

/* line 507, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-mobile-nav .header-menu-toggle:before {
  content: "\f0c9";
}

/* line 508, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-mobile-nav .header-menu-toggle:focus {
  outline: none;
}

/* line 509, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-mobile-nav .header-menu-toggle.is-open:before {
  content: "\f00d";
}

/* line 512, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-mobile-nav .header-mobile-logo {
  bottom: 0;
  display: block;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  top: 0;
  width: 50px;
}

/* line 521, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-mobile-nav .header-mobile-logo > a {
  background-image: url("/assets/logos/activelogo-small.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}

/* line 535, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-mobile-menu {
  background-color: #fff;
}

/* line 538, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-mobile-menu li {
  border-bottom: solid 1px #f1f2f2;
}

/* line 540, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-mobile-menu a {
  padding: 1rem;
}

/* line 543, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-mobile-menu a:hover {
  background-color: #5e95cb;
  color: #fff;
}

/* line 548, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-mobile-menu a:hover:after {
  border-color: transparent transparent transparent #fff;
}

/* line 549, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .header-mobile-menu a:hover:before {
  border-color: transparent #fff transparent transparent;
}

/* line 555, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .mobileSearch-form {
  box-sizing: border-box;
  position: relative;
}

/* line 72, app/assets/stylesheets/sass_mixins/_helpers.scss */
.header__wrapper .mobileSearch-form:before, .header__wrapper .mobileSearch-form:after {
  content: " ";
  display: table;
}

/* line 78, app/assets/stylesheets/sass_mixins/_helpers.scss */
.header__wrapper .mobileSearch-form:after {
  clear: both;
}

/* line 561, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .mobileSearch-form .mobileSearch-button,
.header__wrapper .mobileSearch-form .mobileSearch-input {
  border: none;
  float: left;
  font-family: inherit;
  height: 2.45rem;
  margin-bottom: 0;
  margin-right: 0;
  vertical-align: middle;
}

/* line 572, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .mobileSearch-form .mobileSearch-input {
  background-color: #f1f2f2;
  border-left: 2px solid transparent;
  box-shadow: none;
  display: none;
  width: calc(100% - 4.90rem);
}

/* line 579, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .mobileSearch-form .mobileSearch-input:focus {
  border-left: 2px solid #5e95cb;
}

/* line 584, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .mobileSearch-form .mobileSearch-button {
  background-color: #5e95cb;
  height: 2.45rem;
  outline: none;
  text-transform: uppercase;
  width: 2.45rem;
}

/* line 591, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .mobileSearch-form .mobileSearch-button::before {
  color: #fff;
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  position: inherit;
}

/* line 599, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .mobileSearch-form .mobileSearch-button:hover {
  background-color: #3c7cba;
}

/* line 603, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .mobileSearch-closeButton {
  background-color: #fff;
  display: none;
  float: left;
  height: 2.45rem;
  margin-bottom: 0;
  outline: none;
  padding: 0;
  text-transform: uppercase;
  width: 2.45rem;
}

/* line 614, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .mobileSearch-closeButton::before {
  color: #5e95cb;
  content: "\f00d";
  display: block;
  font-family: "FontAwesome";
  padding: 0.5rem 0.8rem;
}

/* line 622, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .mobileSearch-closeButton:hover, .header__wrapper .mobileSearch-closeButton:active, .header__wrapper .mobileSearch-closeButton:focus {
  background-color: #3c7cba;
}

/* line 627, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper .mobileSearch-closeButton:hover::before, .header__wrapper .mobileSearch-closeButton:active::before, .header__wrapper .mobileSearch-closeButton:focus::before {
  color: #fff;
}

/* line 631, app/assets/stylesheets/views/layouts/header.scss */
.header__wrapper #mobileSearch-search {
  background-color: #ef9f30;
  display: none;
}
