<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: #f7f7f7 !important;
  color: #4e5665;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
  outline: 0;
  border: 0;
  cursor: pointer;
}

a.hover-line:hover {
  text-decoration: underline;
}

img {
  border: 0;
  outline: 0;
  vertical-align: middle;
}

/*.select2-container,
.select2-selection.select2-selection--single,
.uneditable-input,
input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
select,
textarea {
  height: 35px !important;
  border: 1px solid #f3f3f3;
}

input[type='text'] {
  padding: 0 6px !important;
}*/

.select2-container {
  margin-bottom: 10px !important;
}

.select2-selection__rendered {
  height: 35px;
}

.select2-selection__placeholder {
  line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px !important;
}

.header-wrapper {
  position: fixed;
  z-index: 500;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  color: white;
  font-family: 'Roboto', 'Segoe UI', Tahoma, Segoe UI, Arial, sans-serif;
  background: #75a3c4;
}

.header-wrapper a {
  color: #fff;
}

.header-content {
  line-height: 100%;
  margin: 0 30px;
  padding: 0;
}

.header-site-logo {
  height: 60px;
}

.header-site-logo img {
  height: 30px;
}

.page-wrapper {
  max-width: 920px;
  color: #4e5665;
  margin: 45px auto 0;
}

.gap_bar {
  width: 100%;
  background: #f7f7f7;
  position: fixed;
  z-index: 1;
  top: 60px;
  left: 0;
  height: 5px;
}

.social_bar {
  width: 100%;
  background: white;
  position: fixed;
  z-index: 2;
  top: 60px;
  right: 0;
  left: 0;
  height: 50px;
  text-align: right;
  display: block;
  font-size: 35px;
  line-height: 50px;
  margin-right: 20px;
  box-shadow: 0 0 50px -10px rgba(0,31,48,0.2);
}

.social_bar a {
  color: #dedede !important;
  margin-right: 10px;
}

.container {
  padding-top: 40px;
}

.cover-wrapper {
  position: relative;
  width: 100%;
}

.cover-wrapper img {
  width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}

.cover-resize-wrapper {
  position: relative;
  width: 100%;
  height: 276px;
  overflow: hidden;
  display: none;
}

.cover-resize-wrapper img {
  position: absolute;
  width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}

.cover-resize-wrapper .drag-div {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  color: white;
  font-weight: 500;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.cover-progress {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
}

.timeline-statistics-wrapper {
  padding-left: 182px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #d4d5d6;
}
#
.group-header-wrapper .timeline-statistics-wrapper {
  padding-left: 0;
}

.timeline-statistics-wrapper .statistic {
  background: white;
  font-weight: 500;
  padding: 10px 15px;
  border-right: 1px solid #e5e6e7;
}

.timeline-statistics-wrapper .statistic a {
  display: block;
  color: #4e5665;
}

.timeline-statistics-wrapper .statistic small {
  font-weight: normal;
}

.timeline-statistics-wrapper .statistic:hover {
  background: #f5f6f7;
}

.timeline-button-wrapper {
  margin-top: 20px;
  border-width: 1px 1px 1px;
  border-style: solid;
  border-color: #d4d5d6;
}

.timeline-button-wrapper .statistic {
  background: white;
  font-weight: 500;
  padding: 10px 15px;
  border-right: 1px solid #e5e6e7;
}

.timeline-button-wrapper .statistic a {
  display: block;
  color: #4e5665;
}

.timeline-button-wrapper .statistic small {
  font-weight: normal;
}

.timeline-button-wrapper .statistic:hover {
  background: #f5f6f7;
}

.timeline-body {
  padding: 12px;
}

.timeline-buttons {
  margin-bottom: 5px;
}

.timeline-buttons a {
  display: block;
  width: 96%;
  background: #f9fafb;
  background: linear-gradient(#f5f6f7 1%, #ffffff 2%, #ffffff 70%, #f5f6f7 100%);
  color: #4e5665;
  text-align: center;
  font-weight: 500;
  margin: 0 0 5px;
  padding: 7px 0;
  border: 1px solid #d4d5d6;
  border-radius: 3px;
  cursor: pointer;
}

.timeline-buttons a i {
  margin-right: 3px;
}

.timeline-buttons .active {
  background: #527dbb;
  background: linear-gradient(#5791d4, #5571ac);
  color: white;
  border-color: #3a558e;
}

.cover-resize-buttons {
  display: none;
}

.empty-wrapper {
  background: white;
  color: #6b6b6b;
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #d4d5d6;
  border-radius: 3px;
}

.no-wrapper {
  color: #898f9c;
  padding: 10px;
}

.hidden {
  display: none;
}

.cursor-hand {
  cursor: pointer;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none !important;
}

.span35 {
  width: 35%;
}


/***** NAV PROFILE BUTTON STUFF ******/
a.nav_icon {
  line-height: 100%;
  margin: 12px 0 0;
  font-size: 11pt;
  font-weight: 400;
  float: left;
  color: #88B9E3;
  margin-top: 10px;
}

.landing_login_wrapper {
  line-height: 100%;
  margin-right: 5px;
  margin-top: 16px;
  font-size: 16pt;
}

.dropdown-menu .close {
  margin-top: -4px;
  margin-right: 4px;
}

a.nav_icon.active {
  color: #2798D5;
  border-bottom: 3px solid #2798D5;
  text-decoration: none;
}

a.nav_icon:hover {
  color: white;
  border-bottom: 3px solid #60A8DC;
  text-decoration: none;
}

a#apps_dropdown_button:hover,
a#notifications_drop_button:hover,
a#profile_button:hover,
a#tasks_drop_button:hover {
  border: 0;
  color: white;
}

a.nav_bar_button:hover {
  border: 0;
  color: white;
}

a.nav_icon:focus {
  text-decoration: none;
  color: white;
  border-bottom: 3px solid #60A8DC;
}

a#apps_dropdown_button:focus,
a#notifications_drop_button:focus,
a#profile_button:focus,
a#tasks_drop_button:focus {
  border: 0;
  color: white;
}

a.nav_bar_button:focus {
  border: 0;
  color: white;
}

#profile_button .image_wrapper {
  width: 25px;
  margin-top: 3px;
}

#profile_button .image_wrapper img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

#profile_button .image_wrapper {
  float: left;
  width: 30px;
}

#profile_button .text {
  float: left;
  margin-left: 5px;
}

#profile_button .text .name {
  font-size: 10.5pt;
  line-height: 16px;
}

#profile_button .text .chapter {
  font-size: 8pt;
  line-height: 15px;
  max-width: 200px;
  overflow: hidden;
}

#profile_button img {
  border-radius: 50%;
  width: 35px;
  height: 35px;
}


#footer_section{
  /*margin-top: 100px;*/
  background: rgb(247,247,247) !important;
  padding-bottom: 20px;
  border-top: 1px solid rgba(117,119,120,0.2);
}
.footer_list .footer_header{
  font-weight: 400;
  color: #757779;
  padding-bottom: 15px;
}

.footer_list ul{
  margin: 0px;
  list-style: none;
}
.footer_list ul li{
  padding: 2px 0px;
}
.footer_list ul li a{
  color: #949699;
}
.footer_list ul li a:hover{
  text-decoration: none;
  color: #60A8DC;
}
#social{
  padding-top: 30px;
  font-size: 18pt;
  display: inline-block;
}
#social a {
  margin-right: 7.5px;
}
#copyright {
  display: inline-block;
  font-size: 9pt;
  float: right;
  margin-right: 100px;
  margin-top: -20px;
}

.cd_button.small {
  padding: 8px 15px;
}

.cd_button.grey {
  background: #6f6c6c !important;
  color: white !important;
}

.cd_button:hover {
  background: #74B0DF;
}

.cd_button:focus,
a:focus {
  box-shadow: none;
  outline: none;
}

.image_files_section {
  text-align: center;
}

.top_message {
  width: 100%;
  top: 65px;
  text-align: center;
  position: absolute;
  z-index: 1;
}

.top_message .select2-container {
  margin-bottom: 6px !important;
  margin-left: 10px;
  margin-right: 10px !important;

  width: 175px !important;
}

.top_message .select2-selection__placeholder {
  line-height: 30px !important;
}

.top_message .select2-container--default .select2-selection--single {
  background-color: black !important;
}

.view_as_origin_button {
  color: #aaa;
  font-size: 14pt;
  margin-right: 10px;
}

.top_message div {
  display: inline-block;
  padding: 0 5px;
  width: 100%;
}

#top_message {
  background-color: yellow;
  display: none;
}

#view_as_message {
  background-color: black;
  color: white;
  height: 35px;
  line-height: 35px;
  display: none;
}

#referral_form_content input,
#referral_form_content select {
  width: 100% !important;
}

/********** Loading View ********/
#loading {
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: #EAEAEA;
  color: #535456;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.loading_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .refer_container {
    padding-top: 30px !important;
  }
  .container {
    padding: 10px;
    background-color: #2798D5;
  }
  #landing_navbar #logo {
    margin: 3px 0 0;
  }
  #landing_navbar #logo img,
  .header-site-logo img {
    height: 20px;
  }
  .header-site-logo,
  .header-wrapper {
    height: 40px;
    line-height: 40px;
  }
  .header-content {
    margin: 0;
  }
  .social_bar {
    top: 45px;
    height: 30px;
    font-size: 20pt;
    margin-right: -5px;
    line-height: 30px;
  }
  .social_bar a {
    margin-right: 5px;
  }
  .gap_bar {
    top: 40px;
  }
  .nav_buttons {
    margin-right: 0;
  }
  .nav_buttons a.button {
    line-height: 15px;
    padding: 7px 15px;
    font-size: 8pt;
    display: block;
    float: left;
    text-align: center;
    margin-left: 5px;
    font-weight: 400;
  }
  .nav_icon.dropdown-toggle .text {
    display: none;
  }
  a.nav_icon {
    margin-top: 4px;
  }
  .landing_login_wrapper {
    margin-top: 10px;
    font-size: 12pt;
    margin-right: 5px;
  }
  .large_button {
    margin-bottom: 10px;
  }
  .main_image {
    margin-bottom: 20px;
  }
  .modal.fade.in {
    top: 10px;
  }
  .modal-header {
    padding: 10px 10px 0;
  }
  .modal-body {
    padding: 0 10px;
  }
  .modal-header h3 {
    font-size: 14pt;
  }
  .modal-header p {
    font-size: 10pt;
  }
  .modal-footer {
    padding: 0 10px;
  }
  .modal {
    max-height: 95%;
    overflow: auto;
  }
  #more_arrow {
    display: none;
  }
  .footer_list ul li:last-child {
    padding-bottom: 40px;
  }
  .mobile_padding {
    padding-top: 15px;
  }
  .mobile_padding_remove {
    padding-top: 0;
  }
  .timeline-statistics-wrapper {
    padding-left: 120px;
  }
  .header-site-logo img {
    padding-left: 10px;
  }
}

[id='editor__toolbar'] {
  margin-bottom: 1em;
  text-align: center;
}

[id='timeline-body'] [id='editor__toolbar'] {
  margin-top: 1em;
}

[id='editor__preset'] {
  display: none !important;
}

[id='editor__wrapper'] {
  padding-bottom: 75%;
  position: relative;
  text-align: left;
}

[id='editor'] {
  display: block;
  height: auto;
  position: absolute;
  width: 100%;
}

.editor__instructions {
  margin-top: 20px;
}
</pre></body></html>