@charset "UTF-8";
/* Main sass file.
   ========================================================================== */
/**
 * This file contains all imports from Sass.
 */
/* Variables
   ========================================================================== */
.button:not(#edit-cancel) {
  background-color: #111111;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  box-shadow: none;
  border: none;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}
.button:not(#edit-cancel):hover {
  background-color: #333;
}

#edit-cancel {
  box-shadow: none;
  border: none;
  color: #1d4ed8;
  text-decoration: underline;
  cursor: pointer;
  background: none;
}

.path-billing #block-codero-portal-content > *:not(table) .btn-primary {
  background-color: #111111;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  box-shadow: none;
  border: none;
  border-radius: 8px;
  transition: background-color 0.2s ease;
  margin-bottom: 30px;
}
.path-billing #block-codero-portal-content > *:not(table) .btn-primary:hover {
  background-color: #333;
}

.path-add #block-codero-portal-content > *:not(table).btn-primary {
  background-color: #111111;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  box-shadow: none;
  border: none;
  border-radius: 8px;
  transition: background-color 0.2s ease;
  margin-bottom: 30px;
  margin-top: 30px;
}
.path-add #block-codero-portal-content > *:not(table).btn-primary:hover {
  background-color: #333;
}

.path-account #block-codero-portal-content > *:not(table).add-button {
  margin-bottom: 30px;
}

.path-services #block-codero-portal-content > *:not(table).btn-primary {
  background-color: #111111;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  box-shadow: none;
  border: none;
  border-radius: 8px;
  transition: background-color 0.2s ease;
  margin-bottom: 30px;
}
.path-services #block-codero-portal-content > *:not(table).btn-primary:hover {
  background-color: #333;
}
.path-services #block-codero-portal-content > *:not(table).btn-primary svg {
  margin-right: 5px;
}

input[type=submit] {
  cursor: pointer;
}

input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Typografy
   ========================================================================== */
body,
html {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #67686a;
  line-height: 1.375rem;
  font-feature-settings: "lnum" 1;
}
body *,
html * {
  font-feature-settings: "lnum" 1;
}

h1 {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.875rem;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 1.875rem;
  }
}

h3 {
  font-size: 1.375rem;
  font-weight: 600;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
@media only screen and (min-width: 1200px) {
  h3 {
    font-size: 1.375rem;
  }
}

h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.layout-container {
  max-width: 100%;
  margin: 0;
}

body {
  background: #f9f9f9;
  margin: 0;
}

.text-center {
  max-width: 800px;
  margin: 50px 0 0;
  text-align: center;
}
.text-center .row {
  display: flex;
}
.text-center .col-md-6 {
  flex: 1;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
.text-center h2 {
  font-size: 30px;
  margin: 0;
}
.text-center .login-call-us-btn-wrapper {
  display: grid;
  gap: 10px;
  margin-top: 15px;
  grid-template-columns: 1fr 1fr;
}
.text-center .login-support-chat-btn {
  background-color: #eff6fa;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  font-size: 16px;
  font-weight: bold;
  color: #67686a;
  box-shadow: none;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  margin-top: 20px;
  font-weight: 500;
}
.text-center .login-call-us-btn {
  background-color: #eff6fa;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  font-size: 16px;
  font-weight: bold;
  color: #67686a;
  box-shadow: none;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  display: inline-flex;
  margin-top: 20px;
  font-weight: 500;
  align-items: center;
  padding: 0 25px;
}
.text-center .login-call-us-btn a {
  color: #67686a;
}

.messages {
  border-radius: 5px;
  padding: 15px 20px;
  margin: 15px 0 25px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background-image: none;
  box-shadow: none;
}
.messages h2 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
}
.messages.messages--warning {
  background-color: #d9edf7;
  border: 1px solid #31708f;
  color: #31708f;
  background-image: none;
  box-shadow: none;
}
.messages.messages--error {
  background-color: #f2dede;
  border: 1px solid #a94442;
  color: #a94442;
  background-image: none;
  box-shadow: none;
}
.messages.messages--status {
  background-color: #dff0d8;
  border: 1px solid #3c763d;
  color: #3c763d;
  background-image: none;
  box-shadow: none;
}

.block-local-tasks-block .tabs {
  display: flex;
}
@media (max-width: 768px) {
  .block-local-tasks-block .tabs {
    overflow: auto;
  }
}
.block-local-tasks-block .tabs li {
  margin: 0;
}
.block-local-tasks-block .tabs li a {
  color: #67686a;
  background: #fff;
  padding: 10px 23px;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .block-local-tasks-block .tabs li a {
    height: 100%;
  }
}
.block-local-tasks-block .tabs li a:hover {
  color: #1d4ed8;
}
.block-local-tasks-block .tabs li.is-active a {
  color: #FFFFFF;
  background: #111111;
}

.path-account-cases .table {
  margin-top: 30px;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-pencil:before {
  content: "✏";
}

main {
  background: #f9f9f9;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  main.hasSidebarMenu {
    display: grid;
    grid-template-columns: 340px 1fr !important;
    grid-gap: 50px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  main.anonUser {
    display: grid;
    grid-template-columns: auto 4fr;
    grid-gap: 10px;
    padding-right: 0;
  }
}
main.anonUser .content-main {
  max-width: 940px;
  margin: 0 auto;
}
main .content-main {
  padding: 0 15px 40px;
  min-width: 0;
}
@media only screen and (min-width: 1024px) {
  main .content-main {
    padding: 87px 0 130px;
  }
}
main.login {
  max-width: 640px;
  margin: 50px auto 0;
  background: #fff;
  padding-bottom: 80px;
}
main.login h1 {
  margin: 0 0 20px;
}
main a {
  color: #1d4ed8;
}

.account-casses table {
  margin-top: 80px;
}

.node__content {
  margin-top: 30px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.node__content a {
  color: #1d4ed8;
  text-decoration: none;
}
.node__content a:hover {
  text-decoration: underline;
}
.node__content .field {
  display: flex;
  margin-bottom: 0;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}
.node__content .field:last-child {
  border-bottom: none;
}
.node__content .field .field__label {
  margin-right: 10px;
  min-width: 180px;
  color: #67686a;
}
.node__content .field .field__label:after {
  content: ":";
}
.node__content .field.field-type-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.node__content .field.field-type-text ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}
.node__content .field.field-type-text ul li:last-child {
  border-bottom: none;
}
.node__content .field.field-type-text ul p {
  margin: 0;
}
.node__content .field.field-type-text .feed-title {
  font-weight: 700;
}

.field {
  display: flex;
  margin-bottom: 15px;
}
.field .field-label {
  margin-right: 10px;
  font-weight: 700;
}
.field .field-label:after {
  content: ":";
}

.panel-default .panel-body .row {
  display: flex;
  margin-bottom: 15px;
}
.panel-default .panel-body .row .col-md-4 {
  margin-right: 10px;
}
.panel-default .panel-heading {
  font-size: 22px;
  color: #334155;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 30px;
}

.page-node-type-salesforce-account .field--name-field-account-support-ent .field__label {
  position: relative;
}

.page-node-type-salesforce-account .field--name-field-account-support-ent span {
  font-size: 12px;
  position: absolute;
  bottom: -15px;
  right: 0;
}

header {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 100;
  width: 100%;
  background-color: #111111;
}
header.userAnonHeader .region-header {
  display: block;
  height: auto;
  padding: 0;
}
header.userAnonHeader .region-header .field {
  display: block;
  margin: 0;
}
header .region-header {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  height: 70px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  header .region-header {
    padding: 0 40px;
    height: 95px;
  }
}
header .region-header #block-codero-portal-site-branding img {
  max-width: 153px;
  height: auto;
}
@media (max-width: 768px) {
  header .region-header #block-codero-portal-site-branding img {
    max-width: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  header .menu--account {
    display: block;
  }
}
header .menu--account .menu {
  display: flex;
  margin: 0;
  padding: 20px 20px;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  header .menu--account .menu {
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
}
header .menu--account .menu > li {
  margin-bottom: 20px;
}
header .menu--account .menu > li .menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  width: 190px;
  text-align: center;
  border-radius: 10px;
  padding: 15px 0;
  z-index: 100;
}
@media only screen and (min-width: 1024px) {
  header .menu--account .menu > li .menu {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 100%;
    right: 0;
    text-align: left;
  }
}
header .menu--account .menu > li .menu > li {
  margin: 0;
}
header .menu--account .menu > li .menu > li a {
  padding: 10px 15px;
  display: block;
  color: #67686a !important;
}
header .menu--account .menu > li .menu > li a:hover {
  background: #eff6fa;
  color: #111111 !important;
}
header .menu--account .menu > li.menu-item--expanded {
  position: relative;
  list-style: none;
}
header .menu--account .menu > li.menu-item--expanded.open > a::after {
  transform: rotate(-180deg);
}
header .menu--account .menu > li.menu-item--expanded li.is-active {
  background: #eff6fa;
}
header .menu--account .menu > li.menu-item--expanded li.is-active a {
  color: #111111 !important;
  font-weight: 700;
}
header .menu--account .menu > li.menu-item--expanded > a {
  text-decoration: none;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
header .menu--account .menu > li.menu-item--expanded > a::after {
  content: "";
  background: url(../images/chevron-up-solid.svg) no-repeat center;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 14px;
  margin-left: 5px;
  filter: brightness(0) invert(1);
}
@media only screen and (min-width: 1024px) {
  header .menu--account .menu > li {
    margin-right: 50px;
    margin-bottom: 0;
  }
}
header .menu--account .menu > li:last-child {
  margin-right: 0;
}
header .menu--account .menu > li a,
header .menu--account .menu > li span {
  color: #FFFFFF;
  cursor: pointer;
}
header .menu--account .menu > li .badge {
  background: #eff6fa;
  border-radius: 50%;
  padding: 5px;
  height: 12px;
  width: 12px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  justify-content: center;
}

.menu--account > .menu > li:first-child {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.menu--account > .menu > li:first-child a, .menu--account > .menu > li:first-child span {
  color: #FFFFFF !important;
  font-weight: 500;
  font-size: 13px;
}

.div-block {
  display: flex;
  width: 100%;
  height: 102px;
  justify-content: space-between;
  align-items: center;
}

.top-nav {
  margin-right: 15px;
  padding: 0.75em 0px;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-decoration: none;
}

.top-nav:hover {
  opacity: 0.7;
  color: #fff;
}

.top-nav.free-quote {
  margin-right: 0px;
  margin-bottom: 7px;
  padding-top: 0.75em;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 25px;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.top-nav.free-quote:hover {
  background-color: #fff;
  opacity: 1;
  color: #4FEAFF;
}

.top-nav.free-quote.alt-toplinenav {
  margin-right: 15px;
}

.top-nav.free-quote.alt-toplinenav:hover {
  opacity: 1;
}

.body {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 400;
}

.ddlink {
  width: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #454545;
  line-height: 2em;
  font-weight: 600;
}

.ddlink:hover {
  background-color: rgba(0, 0, 0, 0.07);
  opacity: 0.7;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  border-top: 3px solid #2ea3f2;
}

.dropdown-list.ddcontainer.w--open {
  width: auto;
  max-width: none;
  padding: 20px;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.01);
  transform: translate(-60px, 0px);
}

.dropdown-list-2 {
  background-color: #fff;
}

.dropdown-list-2.w--open {
  border-top: 3px solid #2ea3f2;
}

.dropdown-list-2.ddcontainer {
  width: 240px;
  padding: 20px;
  box-shadow: 2px 0 5px 2px rgba(0, 0, 0, 0.01);
  transform: translate(-60px, 0px);
}

.top-header {
  display: block;
  width: auto;
  height: auto;
  padding-top: 0.75em;
  padding-right: 30px;
  padding-left: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #4FEAFF;
}

.top-header.main-header {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}

[class^=w-icon-],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "webflow-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-icon-slider-right:before {
  content: "\e600";
}

.w-icon-slider-left:before {
  content: "\e601";
}

.w-icon-nav-menu:before {
  content: "\e602";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}

.w-icon-file-upload-remove:before {
  content: "\e900";
}

.w-icon-file-upload-icon:before {
  content: "\e903";
}

* {
  box-sizing: border-box;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}

.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

button,
html input[type=button],
input[type=reset] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}

.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
  float: left;
  margin-left: -20px;
}

.w-radio-input {
  margin-top: 3px;
}

.w-file-upload {
  display: block;
  margin-bottom: 10px;
}

.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}

.w-file-upload-error {
  display: block;
  margin-top: 10px;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}

.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333333%;
}

.w-col-2 {
  width: 16.66666667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.33333333%;
}

.w-col-5 {
  width: 41.66666667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.33333333%;
}

.w-col-8 {
  width: 66.66666667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.33333333%;
}

.w-col-11 {
  width: 91.66666667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-widget-gplus {
  overflow: hidden;
}

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -100;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class^=w-icon-],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
     * ## Note
     * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
     * For example percentage units do not work on descendants of elements that
     * have any dimensions expressed in viewport units. It also doesn’t handle them at
     * all in `calc()`.
     */
/**
     * Wrapper around all lightbox elements
     *
     * 1. Since the lightbox can receive focus, IE also gives it an outline.
     * 2. Fixes flickering on Chrome when a transition is in progress
     *    underneath the lightbox.
     */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}

/**
     * Neat trick to bind the rubberband effect to our canvas instead of the whole
     * document on iOS. It also prevents a bug that causes the document underneath to scroll.
     */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}

/*
     * 1. Remove default margin set by user-agent on the <figure> element.
     */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

/**
     * IE adds image dimensions as width and height attributes on the IMG tag,
     * but we need both width and height to be set to auto to enable scaling.
     */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

/**
     * 1. Reset if style is set by user on "All Images"
     */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all 0.3s;
}

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}

/*
     * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
     * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
     * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
     */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}

/**
     * 1. All IE versions add extra space at the bottom without this.
     */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

/*
     * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
     *    which doesn’t work in Safari anyway.
     * 2. Chrome renders images pixelated when switching to GPU. Making sure
     *    the parent is also rendered on the GPU (by setting translate3d for
     *    example) fixes this behavior.
     */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}

.w-lightbox-active {
  opacity: 0.3;
}

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  transform: translate(-50%, 0);
}

/*
     * Spinner
     *
     * Absolute pixel values are used to avoid rounding errors that would cause
     * the white spinning element to be misaligned with the track.
     */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  animation: spin 0.8s infinite linear;
}

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}

/*
     * Utility classes
     */
.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable=true]:before,
.w-richtext[contenteditable=true]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
  outline: 2px solid #2895f7;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type=video] > div:after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.w-richtext figure {
  position: relative;
  max-width: 60%;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type=image] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type=image] > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type=video] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
          we want the div to inherit that so hover/selection borders in the designer-canvas
          fit right*/
  padding-bottom: inherit;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  position: relative;
  float: right;
  display: flex;
}

[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #c8c8c8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation=over-left] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-left] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}

.w-nav[data-animation=over-right] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.w-nav[data-animation=over-right] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  background-color: #c8c8c8;
  color: white;
}

.w-nav[data-collapse=all] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse=all] .w-nav-button {
  display: block;
}

.w--nav-dropdown-open {
  display: block;
}

.w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse=medium] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=medium] .w-nav-menu.open-mobile {
    display: block;
    position: absolute;
    top: 110px;
    max-width: none;
    width: 100%;
    left: 0;
  }
  .w-nav[data-collapse=medium] .w-nav-menu.open-mobile.top-mobile {
    top: 70px;
  }
  .w-nav[data-collapse=medium] .w-nav-menu.open-mobile .w-dropdown {
    display: block;
  }
  .w-nav[data-collapse=medium] .w-nav-menu.open-mobile .w-dropdown .w-dropdown-toggle {
    width: 100%;
  }
  .w-nav[data-collapse=medium] .w-nav-menu.open-mobile .w-dropdown-list {
    position: relative;
  }
  .w-nav[data-collapse=medium] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse=small] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=small] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse=tiny] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=tiny] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.w-tab-pane {
  position: relative;
  display: none;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}

.w-dyn-hide {
  display: none !important;
}

.w-dyn-bind-empty {
  display: none !important;
}

.w-condition-invisible {
  display: none !important;
}

.top-header {
  display: block;
  width: auto;
  height: auto;
  padding-top: 0.75em;
  padding-right: 30px;
  padding-left: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #4FEAFF;
}

.top-header.main-header {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  display: flex;
  width: 260px;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.image {
  max-height: 100%;
  max-width: 166px;
  float: none;
  height: auto;
}

.mainnav {
  padding-right: 22px;
  padding-left: 0px;
  font-family: "Open Sans", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1em;
  font-weight: 600;
}

.mainnav:hover {
  opacity: 0.7;
}

.mainnav.drop {
  padding-right: 0px;
}

.mainnav.end {
  padding-right: 0px;
}

.mainnav.mobile:active {
  color: #4FEAFF;
}

.dropdown-toggle {
  padding-right: 40px;
  padding-left: 0px;
}

.dropdown-toggle-2 {
  padding-left: 0px;
}

/*.container {
    display: block;
    width: auto;
    height: 102px;
    margin-right: 30px;
    margin-left: 30px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }*/
.div-block {
  display: flex;
  width: 100%;
  height: 102px;
  justify-content: space-between;
  align-items: center;
}

.top-nav {
  margin-right: 15px;
  padding: 0.75em 0px;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-decoration: none;
}

.top-nav:hover {
  opacity: 0.7;
  color: #fff;
}

.top-nav.free-quote {
  margin-right: 0px;
  margin-bottom: 7px;
  padding-top: 0.75em;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 25px;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.top-nav.free-quote:hover {
  background-color: #fff;
  opacity: 1;
  color: #4FEAFF;
}

.top-nav.free-quote.alt-toplinenav {
  margin-right: 15px;
}

.top-nav.free-quote.alt-toplinenav:hover {
  opacity: 1;
}

.ddlink {
  width: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #FFFFFF;
  line-height: 2em;
  font-weight: 600;
}

.ddlink:hover {
  background-color: rgba(0, 0, 0, 0.07);
  opacity: 0.7;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  border-top: 3px solid #2ea3f2;
}

.dropdown-list.ddcontainer.w--open {
  width: auto;
  max-width: none;
  padding: 20px;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.01);
  transform: translate(-60px, 0px);
}

.dropdown-list-2 {
  background-color: #fff;
}

.dropdown-list-2.w--open {
  border-top: 3px solid #2ea3f2;
}

.dropdown-list-2.ddcontainer {
  width: 240px;
  padding: 20px;
  box-shadow: 2px 0 5px 2px rgba(0, 0, 0, 0.01);
  transform: translate(-60px, 0px);
}

.footer-container {
  min-height: auto;
  padding-top: 81px;
  padding-bottom: 109px;
  background-color: #f4f4f4;
  background-image: linear-gradient(180deg, #f4f4f4, #fff);
  line-height: 27.2px;
}

.inner-div {
  display: flex;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.ftr-clm {
  display: flex;
  width: 169px;
  min-height: auto;
  margin-right: 0px;
  flex-direction: column;
}

.ftr-clm.last {
  width: 169px;
  margin-right: 0px;
}

.ftr-header-1 {
  padding-bottom: 10px;
  font-family: "Proza Libre", sans-serif;
  color: #FFFFFF;
  font-weight: 500;
}

.ftr-header-2 {
  padding-bottom: 10px;
  font-family: "Proza Libre", sans-serif;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 33.6px;
  font-weight: 500;
}

.ftr-list-item-1 {
  font-family: "Open Sans", sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 32px;
}

.ftr-list-item {
  color: #FFFFFF;
  text-decoration: none;
}

.ftr-list-item:hover {
  color: #4FEAFF;
}

.btn-1 {
  position: static;
  width: 133px;
  padding: 0.3em 1em;
  border: 1px solid #4FEAFF;
  border-radius: 7px;
  background-color: #4FEAFF;
  box-shadow: 8px 8px 18px -6px rgba(0, 0, 0, 0.3);
  transition: transform 500ms ease;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.btn-1:hover {
  transform: translate(0px, 10px);
}

.image-2 {
  width: 140px;
  height: 54px;
  margin-top: 20px;
}

.inner-div-2 {
  display: flex;
  width: 1080px;
  min-height: 50px;
  margin-top: 67px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.ftr-logo {
  width: 50%;
}

.image-3 {
  width: 50px;
  height: 50px;
}

.ftr-copyright {
  display: flex;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
}

.copyright-txt {
  font-family: "Open Sans", sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 27.2px;
  text-align: right;
}

.page-container {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.div-outer {
  display: flex;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  padding: 40px;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 30px;
  background-color: #4FEAFF;
  text-align: center;
}

.heading {
  margin-bottom: 20px;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.text-span {
  text-decoration: underline;
}

.btn-1a {
  max-width: 210px;
  padding-top: 15px;
  padding-bottom: 15px;
  align-self: center;
  border-radius: 25px;
  background-color: #fff;
  transition: transform 700ms ease;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #4FEAFF;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
}

.btn-1a:hover {
  transform: translate(0px, 10px);
}

.body-2 {
  font-size: 16px;
}

.div-inner-1 {
  margin-bottom: 40px;
}

.text-span-2 {
  color: #fff;
  text-decoration: underline;
}

.logo {
  max-width: 275px;
  align-self: center;
}

.main-container {
  width: auto;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}

.header {
  display: block;
  width: auto;
  max-width: none;
  flex-direction: column;
  flex-wrap: wrap;
}

.image-4 {
  display: block;
  max-width: 315px;
}

.heading-3 {
  display: block;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 23px;
  line-height: 30px;
}

.bluetext {
  display: block;
  padding-bottom: 5px;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #4FEAFF;
  font-size: 18px;
  line-height: 26px;
}

.greyparagraph {
  display: block;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #888;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.greyparagraph.mod-1 {
  display: block;
  margin-top: 20px;
}

.greyparagraph.alt-2 {
  margin-top: 40px;
}

.bluelink {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #4FEAFF;
  font-size: 16px;
  line-height: 22px;
}

.account-information {
  display: block;
  max-width: 577px;
  margin-top: 20px;
  margin-right: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  flex-direction: column;
  border: 2.6px solid #4FEAFF;
}

.heading-4 {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #4FEAFF;
  font-size: 18.6px;
  line-height: 22.5px;
}

.account-bold {
  display: inline-block;
  width: 175px;
  margin-left: 10px;
  padding-bottom: 10px;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.account-bold.alt-3 {
  padding-bottom: 0px;
}

.quick-reference {
  display: block;
  min-height: auto;
  min-width: auto;
  margin-top: 20px;
  float: none;
}

.inner-container-1 {
  margin-top: 5px;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-5 {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #4FEAFF;
  font-size: 16px;
}

.quick-subheading {
  margin-top: 15px;
  padding-bottom: 2px;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}

.quick-subheading.alt-1 {
  margin-top: 0px;
  padding-bottom: 5px;
}

.phone {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #888;
  font-size: 16px;
  line-height: 22px;
}

.footer {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ftr-text-1 {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #4FEAFF;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.account-grey {
  display: inline-block;
  max-width: none;
  padding-bottom: 10px;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #888;
  font-size: 16px;
  line-height: 22px;
}

.account-grey.alt-3 {
  padding-bottom: 0px;
}

.website.bluelink {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .top-header {
    z-index: 100;
    background-color: #fff;
  }
  .top-header.main-header {
    color: hsla(0, 0%, 100%, 0);
  }
  .mainnav {
    display: block;
  }
  .mainnav.end {
    border-bottom: 1px none rgba(0, 0, 0, 0.03);
  }
  .mainnav.mobile {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }
  .dropdown-toggle {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }
  .dropdown-toggle.w--open {
    overflow: visible;
  }
  .dropdown-toggle.mobile {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }
  .dropdown-toggle-2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }
  .top-nav {
    display: block;
    margin-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #666;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
  }
  .top-nav:hover {
    background-color: rgba(0, 0, 0, 0.07);
    color: #666;
  }
  .top-nav.free-quote {
    padding-top: 20px;
    border-radius: 0px;
    background-color: transparent;
    color: #666;
  }
  .top-nav.free-quote:hover {
    background-color: rgba(0, 0, 0, 0.07);
    color: #666;
  }
  .top-nav.free-quote.alt-toplinenav {
    margin-right: 0px;
    border-radius: 0px;
    background-color: transparent;
    color: #666;
  }
  .top-nav.free-quote.alt-toplinenav:hover {
    background-color: rgba(0, 0, 0, 0.07);
  }
  .ddlink {
    display: block;
    width: auto;
    margin-left: 0px;
    padding-left: 20px;
  }
  .dropdown-list.ddcontainer.w--open {
    overflow: scroll;
    width: auto;
    height: 100vh;
    max-width: 600px;
    min-width: auto;
    padding-left: 0px;
    transform: translate(0px, 0px);
  }
  .dropdown-list-2.w--open {
    overflow: scroll;
    width: 300px;
    height: 100vh;
    max-width: 600px;
    transform: translate(0px, 0px);
  }
  .icon-2 {
    color: #4FEAFF;
  }
  .icon-3 {
    color: #4FEAFF;
  }
  .menu-btn.w--open {
    background-color: #fff;
  }
  .mobilemenu-container {
    overflow: scroll;
    width: auto;
    height: 100vh;
    max-width: 600px;
    min-width: 300px;
    margin-right: auto;
    margin-left: auto;
    padding: 5%;
    border-style: solid none none;
    border-width: 3px;
    border-color: #2ea3f2;
    background-color: #fff;
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.01);
  }
  .mobilemenu-container.top-mobile {
    position: absolute;
    z-index: 100;
    max-width: 300px;
    margin-top: 114px;
    margin-right: auto;
    margin-left: auto;
    transform: translate(0px, 0px);
    text-align: center;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }
  .inner-div {
    max-width: 80%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ftr-clm {
    margin-bottom: 33px;
    flex: 0 auto;
  }
  .ftr-clm.full-width {
    width: 100%;
    margin-bottom: 36px;
  }
  .inner-div-2 {
    width: 80%;
  }
  .dropdown {
    display: block;
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .ftr-clm {
    flex: 0 auto;
  }
  .ftr-logo {
    width: 50px;
  }
  .ftr-copyright {
    width: 300px;
    justify-content: flex-end;
    order: 0;
    flex: 1;
  }
  .copyright-txt {
    width: 300px;
  }
  .account-information {
    margin-right: 0px;
  }
  .account-bold {
    max-width: 175px;
  }
  .ftr-text-1 {
    font-size: 14px;
    line-height: 18px;
  }
  .account-grey {
    max-width: none;
  }
  .address-1 {
    display: block;
  }
  .address-2 {
    display: block;
  }
  .phone-2 {
    display: block;
  }
  .copyright-1 {
    display: block;
  }
  .website {
    display: block;
  }
  .website.bluelink {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 479px) {
  .inner-div-2 {
    flex-direction: column;
  }
  .ftr-copyright {
    width: auto;
    justify-content: flex-start;
    text-align: center;
  }
  .copyright-txt {
    width: auto;
    text-align: left;
  }
  .image-4 {
    max-width: 90%;
  }
  .account-information {
    margin-right: 0px;
  }
  .account-bold {
    width: 100%;
    max-width: none;
    margin-left: 0px;
  }
  .account-bold.alt-3 {
    padding-bottom: 10px;
  }
}
/* FOOTER STYLING */
body {
  margin: 0;
}

.ftr-outer {
  background-color: #111111 !important;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding: 0px 0px 40px 0px;
  width: 100%;
}
.ftr-outer ul {
  padding: 0;
}
.ftr-outer ul li {
  list-style-type: none;
  line-height: 2em;
}
.ftr-outer a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 500;
}
.ftr-outer a:hover {
  color: #4FEAFF;
}
.ftr-outer h3 {
  font-size: 28px;
  color: #FFFFFF;
  font-weight: 600;
  margin-top: 21px;
}
.ftr-outer h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #FFFFFF;
}

.ftr-inner {
  max-width: 1080px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 54px 0px;
}

.ftr-bottom {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: auto;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
}

.ftr-bottom img {
  max-width: 50px;
  margin-right: 20px;
}

.clm-1 {
  width: 168px;
}

.ftr-btn-1 {
  display: inline-block;
  margin: 20px 0px;
  color: #ffffff !important;
  border-width: 1px !important;
  border-color: #4FEAFF;
  border-radius: 27px;
  font-size: 14px;
  font-weight: 600 !important;
  background-color: #4FEAFF;
  padding: 15px 25px;
}

.ftr-btn-1:hover {
  display: inline-block;
  transform: translate(0px, 10px);
  transition-duration: 700ms !important;
}

.ftr-inner img {
  margin-top: 20px;
}

@media only screen and (max-width: 1120px) {
  .ftr-inner {
    flex-wrap: wrap;
    padding: 54px 30px;
  }
  .ftr-bottom {
    flex-wrap: wrap;
    padding: 0px 30px;
  }
  .clm-1 {
    margin-right: 15px;
  }
}
.user-menu-trigger,
.main-menu-trigger {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
}
.user-menu-trigger svg,
.main-menu-trigger svg {
  width: 30px;
  height: 30px;
  fill: #1d4ed8;
}
@media only screen and (min-width: 1024px) {
  .user-menu-trigger,
  .main-menu-trigger {
    display: none;
  }
}

.main-menu-trigger {
  right: 15px;
}

.user-menu-trigger {
  right: 65px;
}

@media (max-width: 1023px) {
  .menu--account {
    position: fixed;
    height: 100vh;
    width: 70vw;
    background: white;
    top: 0;
    bottom: 0;
    z-index: 999;
    padding-top: 80px;
    transition: all 0.2s ease;
    right: -100%;
  }
  .menu--account.is-active {
    right: 0;
  }
}

.close-menu {
  padding: 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.close-menu svg {
  width: 30px;
  height: 30px;
  fill: #1d4ed8;
}
@media only screen and (min-width: 1024px) {
  .close-menu {
    display: none;
  }
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=date],
input[type=time] {
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 51, 153, 0.14);
  height: 50px;
  border: none;
  border-radius: 20px;
  padding: 0 24px;
  font-feature-settings: "lnum" 1;
  border: 1px solid #fff;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=time]:focus {
  outline: none;
  border: 1px solid #1d4ed8;
}

textarea {
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 51, 153, 0.14);
  height: 140px;
  border: none;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #fff;
}
textarea:focus {
  outline: none;
  border: 1px solid #1d4ed8;
}

input[type=submit]:not(#edit-cancel) {
  background-color: #111111;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  box-shadow: none;
  border: none;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}
input[type=submit]:not(#edit-cancel):hover {
  background-color: #333;
}

.form-item {
  margin-top: 24px;
  margin-bottom: 24px;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #67686a;
  margin-left: 0;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #1d4ed8;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.js-form-file {
  margin-left: 24px;
}

input[type=checkbox]:not(.checkbox-subscription):not(.checkbox-subscriptionitem) {
  position: absolute;
  opacity: 0;
}
input[type=checkbox]:not(.checkbox-subscription):not(.checkbox-subscriptionitem) + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
input[type=checkbox]:not(.checkbox-subscription):not(.checkbox-subscriptionitem) + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #ddd;
}
input[type=checkbox]:not(.checkbox-subscription):not(.checkbox-subscriptionitem):focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
input[type=checkbox]:not(.checkbox-subscription):not(.checkbox-subscriptionitem):checked + label:before {
  background: #1d4ed8;
}
input[type=checkbox]:not(.checkbox-subscription):not(.checkbox-subscriptionitem):disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
input[type=checkbox]:not(.checkbox-subscription):not(.checkbox-subscriptionitem):disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
input[type=checkbox]:not(.checkbox-subscription):not(.checkbox-subscriptionitem):checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.checkbox-subscription,
.checkbox-subscriptionitem {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin: 6px;
  padding: 0;
  border: 2px solid #1d4ed8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  outline: none;
  transition: outline 0.1s;
}

.checkbox-subscription:checked {
  background-size: cover;
  padding: 2px;
}

.checkbox-subscription:not(:disabled):checked,
.checkbox-subscriptionitem:not(:disabled):checked {
  border-color: #1d4ed8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14" height="14" viewBox="0 0 32 32" xml:space="preserve"><path style="fill: %236bc3e8" d="M11.941,28.877l-11.941-11.942l5.695-5.696l6.246,6.246l14.364-14.364L32,8.818"/></svg>');
}

.form-item {
  display: flex;
  flex-direction: column;
}
.form-item label {
  opacity: 0.7;
  color: #67686a;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 7px;
  margin-left: 24px;
}
.form-item label .description {
  margin-left: 0;
}
.form-item .description {
  color: #67686a;
  font-size: 12px;
  margin-left: 24px;
}
.form-item.form-type-checkbox label {
  margin-left: 0;
}

.user-login-form,
.user-pass {
  max-width: 640px;
  margin: auto;
  padding: 0 10px;
}

.codero-ips-request-form {
  margin-bottom: 50px;
}

.codero-salesforce-project-form {
  display: grid;
}
.codero-salesforce-project-form .select2-container {
  width: calc(100% - 48px) !important;
}
@media (max-width: 768px) {
  .codero-salesforce-project-form .select2-container {
    width: 100% !important;
  }
}
.codero-salesforce-project-form input[type=text],
.codero-salesforce-project-form input[type=password],
.codero-salesforce-project-form textarea {
  max-width: 100%;
  width: calc(100% - 48px);
}
@media (max-width: 768px) {
  .codero-salesforce-project-form input[type=text],
  .codero-salesforce-project-form input[type=password],
  .codero-salesforce-project-form textarea {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .select2-container {
    width: 100% !important;
  }
}
.select2-container.select2-container--open .select2-selection__arrow {
  transform: rotate(-180deg);
}

.select2-container--open.select2-container--below {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.select2-container--open.select2-container--below .select2-selection {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.select2-selection {
  background-color: #fff !important;
  border: none !important;
  height: 50px !important;
  border-radius: 16px !important;
  box-shadow: 0 0 11px 0 rgba(0, 51, 153, 0.14) !important;
  width: 100%;
}
.select2-selection .select2-selection__clear {
  display: none;
}
.select2-selection .select2-selection__rendered {
  padding: 10px 24px !important;
}
.select2-selection .select2-selection__placeholder {
  color: #b6b6b6;
}
.select2-selection .select2-selection__arrow {
  background: url("../images/chevron-up-solid.svg") no-repeat center;
  background-size: 14px;
  top: 12px !important;
  right: 24px !important;
}
.select2-selection .select2-selection__arrow b {
  display: none;
}

.select2-dropdown {
  border: 1px solid rgba(103, 104, 106, 0.12);
}
.select2-dropdown .select2-results__option--selected {
  background: #eff6fa;
}
.select2-dropdown .select2-results__option--highlighted {
  background: #1d4ed8 !important;
}

.field--type-datetime .form-item {
  border: none;
}

.form-type-vertical-tabs .vertical-tabs {
  border: 1px solid #eff6fa;
  background: white;
}
.form-type-vertical-tabs .vertical-tabs__menu {
  border: 1px solid #eff6fa;
  background: white;
}
.form-type-vertical-tabs .vertical-tabs__menu .vertical-tabs__menu-item {
  border: none;
  border-bottom: 1px solid #eff6fa;
  font-size: 12px;
  background: #eff6fa;
}
.form-type-vertical-tabs .vertical-tabs__menu .vertical-tabs__menu-item a {
  color: #67686a;
}

#order-form-product-form,
.codero-order-add-bundle-form {
  overflow: hidden;
}
#order-form-product-form fieldset,
.codero-order-add-bundle-form fieldset {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  border: none;
  background: white;
}
#order-form-product-form fieldset legend,
.codero-order-add-bundle-form fieldset legend {
  width: 100%;
  display: block;
  text-transform: uppercase;
  padding: 15px;
  font-size: 16px;
  color: #1d4ed8;
  background-color: #eff6fa;
  font-weight: bold;
}
#order-form-product-form fieldset legend span,
.codero-order-add-bundle-form fieldset legend span {
  display: block;
  width: 100%;
}
#order-form-product-form fieldset legend .row,
.codero-order-add-bundle-form fieldset legend .row {
  display: flex;
  justify-content: space-between;
}
#order-form-product-form fieldset legend .title,
.codero-order-add-bundle-form fieldset legend .title {
  width: 66.66666667%;
}
@media screen and (max-width: 630px) {
  #order-form-product-form fieldset legend .title,
  .codero-order-add-bundle-form fieldset legend .title {
    width: 100%;
  }
}
#order-form-product-form fieldset legend .quanity,
.codero-order-add-bundle-form fieldset legend .quanity {
  width: 16.66666667%;
}
@media screen and (max-width: 630px) {
  #order-form-product-form fieldset legend .quanity,
  .codero-order-add-bundle-form fieldset legend .quanity {
    display: none;
  }
}
#order-form-product-form fieldset legend .price,
.codero-order-add-bundle-form fieldset legend .price {
  width: 16.66666667%;
  text-align: right;
}
@media screen and (max-width: 630px) {
  #order-form-product-form fieldset legend .price,
  .codero-order-add-bundle-form fieldset legend .price {
    display: none;
  }
}
#order-form-product-form fieldset .fieldset-wrapper,
.codero-order-add-bundle-form fieldset .fieldset-wrapper {
  width: calc(100% - 30px);
  padding: 0px 15px;
}
#order-form-product-form fieldset .fieldset-wrapper hr,
.codero-order-add-bundle-form fieldset .fieldset-wrapper hr {
  display: none;
}
#order-form-product-form fieldset .fieldset-wrapper .totals .setup,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .totals .setup {
  display: flex;
  justify-content: space-between;
}
#order-form-product-form fieldset .fieldset-wrapper .totals .total,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .totals .total {
  display: flex;
  justify-content: space-between;
}
#order-form-product-form fieldset .fieldset-wrapper .totals .total .total,
#order-form-product-form fieldset .fieldset-wrapper .totals .total .total-label,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .totals .total .total,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .totals .total .total-label {
  font-weight: 700;
  font-size: 20px;
}
#order-form-product-form fieldset .fieldset-wrapper .totals .text-right,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .totals .text-right {
  text-align: right;
}
#order-form-product-form fieldset .fieldset-wrapper .row,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
#order-form-product-form fieldset .fieldset-wrapper .row .col-md-1,
#order-form-product-form fieldset .fieldset-wrapper .row .col-md-2,
#order-form-product-form fieldset .fieldset-wrapper .row .col-md-3,
#order-form-product-form fieldset .fieldset-wrapper .row .col-md-4,
#order-form-product-form fieldset .fieldset-wrapper .row .col-md-5,
#order-form-product-form fieldset .fieldset-wrapper .row .col-md-6,
#order-form-product-form fieldset .fieldset-wrapper .row .col-md-7,
#order-form-product-form fieldset .fieldset-wrapper .row .col-md-8,
#order-form-product-form fieldset .fieldset-wrapper .row .col-md-9,
#order-form-product-form fieldset .fieldset-wrapper .row .col-md-10,
#order-form-product-form fieldset .fieldset-wrapper .row .col-md-11,
#order-form-product-form fieldset .fieldset-wrapper .row .col-md-12,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-1,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-2,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-3,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-4,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-5,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-6,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-7,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-8,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-9,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-10,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-11,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-12 {
  float: left;
  min-height: 1px;
  position: relative;
}
#order-form-product-form fieldset .fieldset-wrapper .row .label-field,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .label-field {
  font-weight: 700;
}
#order-form-product-form fieldset .fieldset-wrapper .row .col-md-12,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-12 {
  width: 100%;
}
#order-form-product-form fieldset .fieldset-wrapper .row .label-col,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .label-col {
  width: 100%;
  font-weight: 700;
}
#order-form-product-form fieldset .fieldset-wrapper .row .col-md-10,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-10 {
  width: 83.33333333%;
}
@media screen and (max-width: 630px) {
  #order-form-product-form fieldset .fieldset-wrapper .row .col-md-10,
  .codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-10 {
    width: 100%;
  }
}
#order-form-product-form fieldset .fieldset-wrapper .row .col-md-push-1,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-push-1 {
  left: 8.33333333%;
}
@media screen and (max-width: 630px) {
  #order-form-product-form fieldset .fieldset-wrapper .row .col-md-push-1,
  .codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-push-1 {
    left: 0;
  }
}
#order-form-product-form fieldset .fieldset-wrapper .row .col-md-11,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-11 {
  width: 91.66666667%;
}
@media screen and (max-width: 630px) {
  #order-form-product-form fieldset .fieldset-wrapper .row .col-md-11,
  .codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-11 {
    width: 100%;
  }
}
#order-form-product-form fieldset .fieldset-wrapper .row .col-md-8,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-8 {
  width: 66.66666667%;
}
@media screen and (max-width: 630px) {
  #order-form-product-form fieldset .fieldset-wrapper .row .col-md-8,
  .codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-8 {
    width: 100%;
  }
}
#order-form-product-form fieldset .fieldset-wrapper .row .col-md-2,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-2 {
  width: 16.66666667%;
}
@media screen and (max-width: 630px) {
  #order-form-product-form fieldset .fieldset-wrapper .row .col-md-2,
  .codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-2 {
    width: 100%;
  }
}
#order-form-product-form fieldset .fieldset-wrapper .row .col-md-4,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-4 {
  width: 33.33333333%;
}
@media screen and (max-width: 630px) {
  #order-form-product-form fieldset .fieldset-wrapper .row .col-md-4,
  .codero-order-add-bundle-form fieldset .fieldset-wrapper .row .col-md-4 {
    width: 100%;
  }
}
#order-form-product-form fieldset .fieldset-wrapper .row .price-field,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .price-field {
  font-weight: 700;
  text-align: right;
}
#order-form-product-form fieldset .fieldset-wrapper .row .form-item,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .form-item {
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
}
#order-form-product-form fieldset .fieldset-wrapper .row .text-item,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .text-item {
  display: inline-block;
  font-weight: medium;
  margin-left: 10px;
}
#order-form-product-form fieldset .fieldset-wrapper .row .qty-col,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .qty-col {
  width: 16.66666667%;
  float: left;
}
@media screen and (max-width: 630px) {
  #order-form-product-form fieldset .fieldset-wrapper .row .qty-col,
  .codero-order-add-bundle-form fieldset .fieldset-wrapper .row .qty-col {
    width: 100%;
  }
}
#order-form-product-form fieldset .fieldset-wrapper .row .qty-col .qty-label-inner,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .qty-col .qty-label-inner {
  display: none;
}
#order-form-product-form fieldset .fieldset-wrapper .row .qty-col .form-item,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .qty-col .form-item {
  margin: 0;
}
#order-form-product-form fieldset .fieldset-wrapper .row .qty-col .select2-container,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .qty-col .select2-container {
  min-width: 100px;
}
#order-form-product-form fieldset .fieldset-wrapper .row .row.form-item.option,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .row.form-item.option {
  clear: both;
}
#order-form-product-form fieldset .fieldset-wrapper .row .row.form-item.option .item-col,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .row.form-item.option .item-col {
  width: 66.66666667%;
  float: left;
}
@media screen and (max-width: 630px) {
  #order-form-product-form fieldset .fieldset-wrapper .row .row.form-item.option .item-col,
  .codero-order-add-bundle-form fieldset .fieldset-wrapper .row .row.form-item.option .item-col {
    width: 100%;
  }
}
#order-form-product-form fieldset .fieldset-wrapper .row .row.form-item.option .label-col,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .row.form-item.option .label-col {
  width: 100%;
  font-weight: 700;
}
#order-form-product-form fieldset .fieldset-wrapper .row .row.form-item.option .qty-col,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .row.form-item.option .qty-col {
  width: 16.66666667%;
  float: left;
}
@media screen and (max-width: 630px) {
  #order-form-product-form fieldset .fieldset-wrapper .row .row.form-item.option .qty-col,
  .codero-order-add-bundle-form fieldset .fieldset-wrapper .row .row.form-item.option .qty-col {
    width: 100%;
  }
}
#order-form-product-form fieldset .fieldset-wrapper .row .row.form-item.option .btn.add-option,
#order-form-product-form fieldset .fieldset-wrapper .row .row.form-item.option .btn.remove-option,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .row.form-item.option .btn.add-option,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .row.form-item.option .btn.remove-option {
  width: 34px;
  height: 34px;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  line-height: 14px;
  display: flex;
  background: #1d4ed8;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
}
#order-form-product-form fieldset .fieldset-wrapper .row .row.form-item.option .btn.add-option.hidden,
#order-form-product-form fieldset .fieldset-wrapper .row .row.form-item.option .btn.remove-option.hidden,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .row.form-item.option .btn.add-option.hidden,
.codero-order-add-bundle-form fieldset .fieldset-wrapper .row .row.form-item.option .btn.remove-option.hidden {
  display: none;
}
#order-form-product-form .row.form-item.option,
.codero-order-add-bundle-form .row.form-item.option {
  clear: both;
}
#order-form-product-form .form-item.inactive .btn.remove-option,
.codero-order-add-bundle-form .form-item.inactive .btn.remove-option {
  display: none !important;
}
#order-form-product-form #edit-software .item-col,
#order-form-product-form #edit-services .item-col,
.codero-order-add-bundle-form #edit-software .item-col,
.codero-order-add-bundle-form #edit-services .item-col {
  width: 66.66666667%;
  float: left;
}
@media screen and (max-width: 630px) {
  #order-form-product-form #edit-software .item-col,
  #order-form-product-form #edit-services .item-col,
  .codero-order-add-bundle-form #edit-software .item-col,
  .codero-order-add-bundle-form #edit-services .item-col {
    width: 100%;
  }
}
#order-form-product-form #edit-software .label-col,
#order-form-product-form #edit-services .label-col,
.codero-order-add-bundle-form #edit-software .label-col,
.codero-order-add-bundle-form #edit-services .label-col {
  width: 100%;
  font-weight: 700;
}
#order-form-product-form #edit-software .qty-col,
#order-form-product-form #edit-services .qty-col,
.codero-order-add-bundle-form #edit-software .qty-col,
.codero-order-add-bundle-form #edit-services .qty-col {
  width: 16.66666667%;
  float: left;
  min-height: 1px;
}
@media screen and (max-width: 630px) {
  #order-form-product-form #edit-software .qty-col,
  #order-form-product-form #edit-services .qty-col,
  .codero-order-add-bundle-form #edit-software .qty-col,
  .codero-order-add-bundle-form #edit-services .qty-col {
    width: 100%;
  }
}
#order-form-product-form #edit-billing,
.codero-order-add-bundle-form #edit-billing {
  width: 100%;
  max-width: 800px;
  clear: both;
  float: right;
  padding: 0;
}
#order-form-product-form #edit-billing .fieldset-wrapper,
.codero-order-add-bundle-form #edit-billing .fieldset-wrapper {
  padding: 0;
}
#order-form-product-form #edit-billing .row,
.codero-order-add-bundle-form #edit-billing .row {
  padding: 15px;
  overflow: hidden;
}
#order-form-product-form #edit-billing .row.period-info .text-center,
.codero-order-add-bundle-form #edit-billing .row.period-info .text-center {
  margin: 0 !important;
}
#order-form-product-form .row.period-title,
.codero-order-add-bundle-form .row.period-title {
  color: #1d4ed8;
  font-weight: 700;
  background-color: #eff6fa !important;
  overflow: hidden;
}
#order-form-product-form .row.period-title label,
.codero-order-add-bundle-form .row.period-title label {
  margin-bottom: 0;
}
#order-form-product-form .row.billing-info,
.codero-order-add-bundle-form .row.billing-info {
  padding-left: 20px;
}
#order-form-product-form .row.period-info .discount.billing,
#order-form-product-form .row.period-info .total,
.codero-order-add-bundle-form .row.period-info .discount.billing,
.codero-order-add-bundle-form .row.period-info .total {
  display: inline-block;
  border-radius: 3px;
  line-height: 32px;
  padding: 0 10px;
  min-width: 100px;
}
#order-form-product-form .discount.billing,
#order-form-product-form .total.full,
#order-form-product-form .total.billing,
.codero-order-add-bundle-form .discount.billing,
.codero-order-add-bundle-form .total.full,
.codero-order-add-bundle-form .total.billing {
  line-height: 22px;
  font-weight: 500;
}
#order-form-product-form .form-button-disabled,
.codero-order-add-bundle-form .form-button-disabled {
  opacity: 0.3;
}
#order-form-product-form .form-button-disabled:hover,
.codero-order-add-bundle-form .form-button-disabled:hover {
  cursor: not-allowed;
}

.codero-order-add-bundle-form .form-actions {
  clear: both;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.codero-order-add-bundle-form .row.totals {
  padding-top: 0px;
  padding-bottom: 0px;
}
.codero-order-add-bundle-form .totals .row {
  background-color: transparent !important;
  margin-left: 0;
  margin-right: 0;
}
.codero-order-add-bundle-form .totals .row.setup {
  padding-bottom: 0px;
}
.codero-order-add-bundle-form .totals .setup-label {
  text-align: right;
  font-size: 16px;
  text-transform: uppercase;
}
.codero-order-add-bundle-form .totals .setup-value {
  text-align: right;
  font-size: 16px;
}
.codero-order-add-bundle-form .totals .price-label {
  text-align: right;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.codero-order-add-bundle-form .totals .price-value {
  text-align: right;
  font-size: 22px;
  font-weight: bold;
}

.codero-billing-sync-billing .select2-container {
  min-width: 90px;
}

.path-billing table {
  margin-bottom: 30px;
}
.path-billing .submit-form .btn-success {
  background-color: #111111;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  box-shadow: none;
  border: none;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}
.path-billing .submit-form .btn-success:hover {
  background-color: #333;
}

.layout-sidebar-first {
  background-color: #111111;
}
@media only screen and (min-width: 1024px) {
  .layout-sidebar-first {
    display: block;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    max-width: 340px;
  }
}

.region-sidebar-first {
  height: 100%;
  background-color: #111111;
}

@media only screen and (min-width: 1024px) {
  #block-codero-portal-mobile-navigation {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .menu--menu-right-menu {
    height: 100%;
    position: relative;
  }
  .menu--menu-right-menu > .menu {
    margin: 0;
    padding: 40px 0 0;
    height: 100%;
    background-color: #111111;
    width: 140px;
  }
  .menu--menu-right-menu > .menu > .menu-item.menu-item--expanded .menu {
    display: none;
  }
  .menu--menu-right-menu > .menu > .menu-item.menu-item--active-trail > a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #4FEAFF;
  }
  .menu--menu-right-menu > .menu > .menu-item.menu-item--active-trail .menu {
    display: block;
  }
  .menu--menu-right-menu > .menu > .menu-item > a {
    display: block;
    height: 130px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    transition: all 0.2s ease;
    text-align: center;
  }
  .menu--menu-right-menu > .menu > .menu-item > a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #4FEAFF;
  }
  .menu--menu-right-menu > .menu > .menu-item > a::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 14px;
    filter: brightness(0) invert(1);
  }
  .menu--menu-right-menu > .menu > .menu-item > a::after {
    content: "";
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    bottom: -2px;
    width: 95px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .menu--menu-right-menu > .menu > .menu-item.menu-item--expanded > .menu {
    position: absolute;
    left: 140px;
    top: 0;
    background: #111111;
    box-shadow: none;
    margin: 0;
    padding-top: 40px;
    height: 100%;
    width: 200px;
    padding-left: 25px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .menu--menu-right-menu > .menu > .menu-item.menu-item--expanded > .menu li {
    padding: 0;
    margin: 0 0 18px;
  }
  .menu--menu-right-menu > .menu > .menu-item.menu-item--expanded > .menu li a {
    color: #4FEAFF;
    font-size: 14px;
    line-height: 1.4;
    max-width: 130px;
    display: inline-block;
  }
  .menu--menu-right-menu > .menu > .menu-item.menu-item--expanded > .menu li.menu-item--active-trail > .menu {
    display: none;
  }
  .menu--menu-right-menu > .menu > .menu-item.menu-item--expanded > .menu li.menu-item--active-trail > a {
    color: #FFFFFF;
    font-weight: 700;
  }
  .menu--menu-right-menu > .menu > .menu-item.menu-item--expanded > .menu li a.new-ticket-link {
    font-weight: 700;
    color: #FFFFFF;
  }
  .menu--menu-right-menu > .menu > .menu-item:first-child > a::before {
    background-image: url(../images/home.svg);
  }
  .menu--menu-right-menu > .menu > .menu-item:nth-child(2) > a::before {
    background-image: url(../images/user-square.svg);
  }
  .menu--menu-right-menu > .menu > .menu-item:nth-child(3) > a::before {
    background-image: url(../images/setting.svg);
  }
  .menu--menu-right-menu > .menu > .menu-item:nth-child(4) > a::before {
    background-image: url(../images/message-question.svg);
  }
  .menu--menu-right-menu > .menu > .menu-item:nth-child(5) > a::before {
    background-image: url(../images/dollar-square.svg);
  }
  .menu--menu-right-menu .menu-item--collapsed,
  .menu--menu-right-menu .menu-item--expanded {
    list-style: none;
    list-style-image: none;
  }
}

@media (max-width: 1023px) {
  /* Styles for the sidebar */
  #block-codero-portal-leftnavigation {
    display: none;
  }
  #block-codero-portal-mobile-navigation.menu--menu-right-menu {
    height: 100%;
    overflow: auto;
    position: fixed;
    height: 100vh;
    width: 70vw;
    background: #111111;
    top: 0;
    bottom: 0;
    z-index: 999;
    padding-top: 80px;
    transition: all 0.2s ease;
    right: -100%;
    color: #FFFFFF;
  }
  #block-codero-portal-mobile-navigation.menu--menu-right-menu.is-active {
    right: 0;
  }
  #block-codero-portal-mobile-navigation.menu--menu-right-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #block-codero-portal-mobile-navigation.menu--menu-right-menu h2 {
    display: none;
  }
  .menu-item--collapsed,
  .menu-item--expanded {
    list-style: none;
    list-style-image: none;
  }
  .region-sidebar-first .menu-item {
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .region-sidebar-first .menu-item a {
    color: #FFFFFF;
  }
  .region-sidebar-first .is-active {
    color: #4FEAFF; /* Active link color */
  }
  /* Submenu styling */
  .region-sidebar-first .menu > .menu-item--expanded > ul {
    display: block; /* Initially hidden */
    background-color: #111111;
    padding-left: 20px;
    display: none;
  }
  .region-sidebar-first .menu > .menu-item--active-trail > ul {
    display: block;
  }
  /* Show the submenu when the menu item is clicked */
  .region-sidebar-first .menu-item--expanded.show-submenu > ul {
    display: block;
  }
  /* Transition effect for submenu visibility */
}
table {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
@media (max-width: 767px) {
  table {
    border: none;
    border-radius: 0;
  }
  table thead {
    display: none;
  }
  table tbody, table tr, table td {
    display: block;
    width: 100%;
  }
  table tr {
    margin-bottom: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 16px;
    background: #fff !important;
  }
  table td {
    padding: 6px 0 !important;
    border-bottom: none !important;
    font-size: 14px;
  }
  table td::before {
    content: attr(data-label);
    font-weight: 700;
    color: #1e293b;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
  }
  table td a {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  table {
    overflow: auto;
    display: block;
  }
}
table thead {
  background: #eff6fa;
}
table thead tr th {
  padding: 16px 20px;
  font-weight: 700;
  text-align: left;
  border-spacing: 0;
  font-size: 15px;
  color: #1e293b;
}
table thead tr th a {
  color: #1e293b;
  display: flex;
  align-items: center;
  font-size: 15px;
}
table tbody tr:nth-child(even) {
  background: #f4f4f4;
}
table tbody tr:nth-child(odd) {
  background: white;
}
table tbody tr td {
  padding: 17px 20px;
  font-size: 14px;
  color: #67686a;
  border-bottom: 1px solid #e8e8e8;
}
table tbody tr td.is-active {
  background: none;
}
table tbody tr td a {
  color: #1d4ed8;
  max-width: 430px;
  display: block;
  font-size: 14px;
}
table .tablesort--desc {
  background-image: none;
  display: flex;
  align-items: center;
  margin-left: 6px;
}
table .tablesort--desc::before {
  content: "";
  background: url(../images/chevron-up-solid.svg) no-repeat center;
  width: 14px;
  height: 14px;
  display: block;
  background-size: 14px;
  transform: rotate(180deg);
}
table .tablesort--asc {
  background-image: none;
  display: flex;
  align-items: center;
  margin-left: 6px;
}
table .tablesort--asc::before {
  content: "";
  background: url(../images/chevron-up-solid.svg) no-repeat center;
  width: 14px;
  height: 14px;
  display: block;
  background-size: 14px;
}
table .visible-xs {
  display: none;
}
table a.btn.btn-sm {
  display: inline-block;
  margin-left: 10px;
}
table a.btn.btn-sm:first-child {
  margin-left: 0;
}

.view-open-cases .view-field-case-subject-table-column a {
  max-width: 430px;
  display: block;
}

.orders table {
  font-size: 14px;
}
.orders table td {
  padding: 12px;
}

.codero-billing-add-paypal .select2-container {
  min-width: 150px;
}
.codero-billing-add-paypal tbody tr:nth-child(even) {
  background: white;
}
.codero-billing-add-paypal tr.paypal-add-subscriptionitemrow td {
  padding: 10px 20px;
  border-spacing: 3px;
  background: #f9f9f9;
  border-color: white;
}

.path-event-logs table tr td a {
  display: inline-block;
}

.dashboard-widget {
  margin-bottom: 30px;
}
.dashboard-widget .dashboard-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(103, 104, 106, 0.12);
  border-radius: 16px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease;
}
.dashboard-widget .dashboard-box:hover {
  box-shadow: 0 0 11px 0 rgba(0, 51, 153, 0.14);
  cursor: pointer;
}
.dashboard-widget .dashboard-box .panel-heading {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #eff6fa;
  margin-top: 0;
  margin-bottom: 0;
}
.dashboard-widget .dashboard-box .panel-heading a {
  color: #67686a;
  font-size: 24px;
  font-weight: bold;
}
.dashboard-widget .dashboard-box .panel-body {
  padding: 64px 0 44px;
}
.dashboard-widget .dashboard-box .panel-body a {
  color: #67686a;
  font-size: 24px;
  font-weight: bold;
}
.dashboard-widget .dashboard-box .panel-body a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}

.widget-col-3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}
@media only screen and (min-width: 1024px) {
  .widget-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pager__items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 50px 0;
}
.pager__items .pager__item:not(.pager__item--first,
.pager__item--previous,
.pager__item--ellipsis,
.pager__item--next,
.pager__item--last) {
  background: white;
  display: inline-flex;
  height: 28px;
  width: 28px;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.pager__items .pager__item:not(.pager__item--first,
.pager__item--previous,
.pager__item--ellipsis,
.pager__item--next,
.pager__item--last) a {
  font-size: 12px;
  color: #67686a;
}
.pager__items .pager__item:not(.pager__item--first,
.pager__item--previous,
.pager__item--ellipsis,
.pager__item--next,
.pager__item--last).is-active a {
  font-weight: 700;
}
.pager__items .pager__item--first,
.pager__items .pager__item--last,
.pager__items .pager__item--previous,
.pager__items .pager__item--next {
  display: inline-flex;
  height: 28px;
  width: 28px;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.pager__items .pager__item--first a,
.pager__items .pager__item--last a,
.pager__items .pager__item--previous a,
.pager__items .pager__item--next a {
  width: 28px;
  height: 28px;
  font-size: 0;
  display: inline-block;
}
.pager__items .pager__item--first a {
  background: #eff6fa url(../images/chevron-bar-left.svg) no-repeat center;
}
.pager__items .pager__item--last a {
  background: #eff6fa url(../images/chevron-bar-right.svg) no-repeat center;
}
.pager__items .pager__item--previous a {
  background: #eff6fa url(../images/chevron-left.svg) no-repeat center;
}
.pager__items .pager__item--next a {
  background: #eff6fa url(../images/chevron-right.svg) no-repeat center;
}

.offering-list-options {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: 30px;
  justify-content: flex-end;
}
.offering-list-options li {
  display: inline-flex;
  position: relative;
}
.offering-list-options li:first-child:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(103, 104, 106, 0.12);
  right: -15px;
  top: 0;
  bottom: 0;
}
.offering-list-options li a {
  width: 30px;
  height: 30px;
  font-size: 0;
  color: #67686a;
  display: block;
}
.offering-list-options li a svg {
  height: auto;
}
.offering-list-options li a span {
  display: block;
}
.offering-list-options li.active a {
  color: #1d4ed8;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}
.tab-content .tab-pane .visible-xs {
  display: none;
}
.tab-content .tab-pane h2 {
  margin: 0;
  color: #1d4ed8;
  border-bottom: 1px solid #1d4ed8;
}
.tab-content .tab-pane hr {
  border-color: #1d4ed8;
}
.tab-content .tab-pane table {
  margin: 30px 0;
}

.offerings {
  display: grid;
  grid-gap: 20px;
  margin: 30px 0 55px;
}
@media only screen and (min-width: 1200px) {
  .offerings {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1600px) {
  .offerings {
    grid-template-columns: repeat(4, 1fr);
  }
}

.offering {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(103, 104, 106, 0.12);
  border-radius: 16px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease;
  text-align: center;
}
.offering > div,
.offering > ul {
  padding: 0 30px;
}
.offering ul {
  list-style: none;
  margin: 0;
  padding: 0 30px;
}
.offering:hover {
  box-shadow: 0 0 11px 0 rgba(0, 51, 153, 0.14);
}
.offering h3 {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #eff6fa;
  margin: 0 0 30px;
}
.offering h3 a {
  color: #67686a;
  font-size: 24px;
  font-weight: bold;
}
.offering .row {
  padding: 64px 0 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.offering .row h6 {
  color: #67686a;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.offering .row h6 .starting-text {
  font-size: 16px;
  display: block;
}
.offering .row h6 .price {
  font-size: 60px;
  line-height: 70px;
}
.offering .row h6 .duration {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.offering .row .btn {
  background-color: #111111;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  box-shadow: none;
  border: none;
  border-radius: 8px;
  transition: background-color 0.2s ease;
  margin-top: 40px;
}
.offering .row .btn:hover {
  background-color: #333;
}

.cart-totals {
  margin-top: 20px;
}
.cart-totals .col-xs-12 {
  margin-bottom: 20px;
  font-size: 20px;
}
.cart-totals .col-xs-12 .price-value {
  margin: 0 0 0 10px;
}

.cart-actions .btn {
  background-color: #111111;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  box-shadow: none;
  border: none;
  border-radius: 8px;
  transition: background-color 0.2s ease;
  margin-right: 20px;
}
.cart-actions .btn:hover {
  background-color: #333;
}
.cart-actions .btn:last-child {
  margin-right: 0;
}

.highlighted-list {
  background: #fff;
  padding: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .highlighted-list {
    display: block;
  }
}
.highlighted-list--list {
  position: relative;
  padding-right: 50px;
  min-width: 290px;
}
.highlighted-list--list::after {
  content: "";
  display: inline-block;
  margin-right: 50px;
  width: 6px;
  height: 100%;
  background: #1d4ed8;
  position: absolute;
  right: -30px;
  top: 0;
}
@media (max-width: 768px) {
  .highlighted-list--list::after {
    display: none;
  }
}
.highlighted-list--list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.highlighted-list--list ul li {
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}
.highlighted-list--list ul li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/tick-circle.svg) no-repeat center;
  margin-right: 15px;
}
.highlighted-list--text {
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  color: #1d4ed8;
  padding-left: 90px;
}
@media (max-width: 768px) {
  .highlighted-list--text {
    padding-left: 0;
    margin-top: 30px;
  }
}

.highlighted-text {
  background: white;
  padding: 10px 75px 10px 25px;
  border-left: 6px solid #1d4ed8;
  font-size: 14px;
  margin: 16px 0 25px;
}

.path-services .form-group {
  margin-bottom: 40px;
}
.path-services .form-group .btn-default {
  background-color: #111111;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  box-shadow: none;
  border: none;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}
.path-services .form-group .btn-default:hover {
  background-color: #333;
}
.path-services table .btn-toolbar .btn-group {
  display: inline-flex;
}
.path-services table .btn-toolbar .btn-group:first-child {
  margin-right: 6px;
}
.path-services table a.btn.btn-sm {
  display: inline-block;
  margin-left: 10px;
}
.path-services table a.btn.btn-sm:first-child {
  margin-left: 0;
}

/* Styles for the dropdown button */
.btn-group-drop {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  height: 40px;
  background: white;
  border-radius: 10px;
  margin-bottom: 40px;
}
.btn-group-drop svg {
  margin-right: 5px;
}
/* Styles for the caret icon */
.caret {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 15px;
}

/* Styles for the dropdown menu */
.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 40px;
  left: 0;
  width: 100%;
}

/* Styles for the dropdown items */
.dropdown-menu li a {
  padding: 8px;
  background-color: #fff;
  display: block;
}

/* Hover effect for dropdown items */
.dropdown-menu li a:hover {
  background-color: #eff6fa;
}

/* Remove default list styling for links */
.dropdown-menu a {
  text-decoration: none;
  color: #333;
}

/* Style for the dropdown menu - you can customize this */
.dropdown-menu {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.services-add-domain {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-top: 40px;
}
.services-add-domain .col-md-3.col-sm-4.col-xs-6 a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eff6fa;
  border-radius: 30px;
  flex-direction: column;
  height: 120px;
}

.cs-update-title-btn,
.reverse-dns-update-btn,
.reverse-dns-remove-btn {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
  color: #67686a;
  font-size: 12px;
}

.btn-confirm-edit,
.btn-cancel-edit {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: white;
  border: 1px solid #eff6fa;
  cursor: pointer;
}

.btn-confirm-edit {
  color: #2563eb;
}

.btn-cancel-edit {
  color: #67686a;
  font-size: 12px;
}

.page-title .cs-update-title-btn {
  font-size: 23px;
}
.page-title .btn-confirm-edit,
.page-title .btn-cancel-edit {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  font-size: 23px;
}

.pwd-edit-ok-btn {
  background-color: #111111;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  box-shadow: none;
  border: none;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}
.pwd-edit-ok-btn:hover {
  background-color: #333;
}

.pwd-edit-cancel-btn {
  box-shadow: none;
  border: none;
  color: #1d4ed8;
  text-decoration: underline;
  cursor: pointer;
  background: none;
}

.pwd-edit-btn,
.pwd-show-btn {
  display: inline-flex;
  color: #1d4ed8;
  cursor: pointer;
  text-decoration: underline;
}

.pwd-edit-btn {
  margin-left: 10px;
}

.path-services .panel {
  clear: both;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}
.path-services .panel .panel-heading {
  background: #eff6fa;
  margin: 0;
  padding: 20px 15px;
}
.path-services .panel .panel-body {
  background-color: white;
  overflow: hidden;
  padding: 20px 15px;
}
@media (min-width: 1024px) {
  .path-services .panel .panel-body .col-md-6 {
    width: 50%;
    float: left;
  }
}
.path-services .panel .panel-body .col-md-6 .btn-primary {
  background-color: #eff6fa;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  font-size: 16px;
  font-weight: bold;
  color: #67686a;
  box-shadow: none;
  border: none;
  border-radius: 20px;
  padding: 0 15px;
  font-size: 12px;
  height: 40px;
  margin-right: 10px;
}
.path-services .panel .panel-body .col-md-6 .btn-primary svg {
  margin-right: 5px;
}
.path-services .panel .panel-body .col-md-6 .btn-success {
  background-color: #111111;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  box-shadow: none;
  border: none;
  border-radius: 8px;
  transition: background-color 0.2s ease;
  padding: 0 15px;
  font-size: 12px;
  height: 40px;
  margin-right: 10px;
}
.path-services .panel .panel-body .col-md-6 .btn-success:hover {
  background-color: #333;
}
.path-services .panel .panel-body .col-md-6 .btn-success svg {
  margin-right: 5px;
}

.agreement-summary {
  margin-top: 30px;
}
.agreement-summary .row::before, .agreement-summary .row::after {
  content: " ";
  display: table;
}
.agreement-summary .row::after {
  clear: both;
}
.agreement-summary .header {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0.5em;
}
.agreement-summary .product {
  margin-top: 10px;
}
.agreement-summary .product,
.agreement-summary .option {
  line-height: 1.3;
  padding: 10px 0;
}
.agreement-summary .product *,
.agreement-summary .option * {
  line-height: 1.3;
}
.agreement-summary .option .title {
  padding-left: 15px;
}
.agreement-summary .price {
  text-align: right;
}
.agreement-summary .qty {
  text-align: center;
}
.agreement-summary .product .price,
.agreement-summary .option .price,
.agreement-summary .product .qty,
.agreement-summary .option .qty {
  font-size: 18px;
  font-weight: 500;
}
.agreement-summary .summary {
  background-color: #f4f4f4;
  padding: 30px 15px 10px 15px;
  margin-top: 30px;
}
.agreement-summary .row.product {
  background-color: #eff6fa;
  line-height: 42px;
  border-radius: 10px;
}
.agreement-summary .row.prices {
  border: none;
  background-color: #eff6fa;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 15px;
  font-size: 24px;
  line-height: 43px;
  font-weight: bold;
}
.agreement-summary .row.prices .title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
}
.agreement-summary .col-xs-1,
.agreement-summary .col-sm-1,
.agreement-summary .col-md-1,
.agreement-summary .col-lg-1,
.agreement-summary .col-xs-2,
.agreement-summary .col-sm-2,
.agreement-summary .col-md-2,
.agreement-summary .col-lg-2,
.agreement-summary .col-xs-3,
.agreement-summary .col-sm-3,
.agreement-summary .col-md-3,
.agreement-summary .col-lg-3,
.agreement-summary .col-xs-4,
.agreement-summary .col-sm-4,
.agreement-summary .col-md-4,
.agreement-summary .col-lg-4,
.agreement-summary .col-xs-5,
.agreement-summary .col-sm-5,
.agreement-summary .col-md-5,
.agreement-summary .col-lg-5,
.agreement-summary .col-xs-6,
.agreement-summary .col-sm-6,
.agreement-summary .col-md-6,
.agreement-summary .col-lg-6,
.agreement-summary .col-xs-7,
.agreement-summary .col-sm-7,
.agreement-summary .col-md-7,
.agreement-summary .col-lg-7,
.agreement-summary .col-xs-8,
.agreement-summary .col-sm-8,
.agreement-summary .col-md-8,
.agreement-summary .col-lg-8,
.agreement-summary .col-xs-9,
.agreement-summary .col-sm-9,
.agreement-summary .col-md-9,
.agreement-summary .col-lg-9,
.agreement-summary .col-xs-10,
.agreement-summary .col-sm-10,
.agreement-summary .col-md-10,
.agreement-summary .col-lg-10,
.agreement-summary .col-xs-11,
.agreement-summary .col-sm-11,
.agreement-summary .col-md-11,
.agreement-summary .col-lg-11,
.agreement-summary .col-xs-12,
.agreement-summary .col-sm-12,
.agreement-summary .col-md-12,
.agreement-summary .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .agreement-summary .col-xs-1,
  .agreement-summary .col-sm-1,
  .agreement-summary .col-md-1,
  .agreement-summary .col-lg-1,
  .agreement-summary .col-xs-2,
  .agreement-summary .col-sm-2,
  .agreement-summary .col-md-2,
  .agreement-summary .col-lg-2,
  .agreement-summary .col-xs-3,
  .agreement-summary .col-sm-3,
  .agreement-summary .col-md-3,
  .agreement-summary .col-lg-3,
  .agreement-summary .col-xs-4,
  .agreement-summary .col-sm-4,
  .agreement-summary .col-md-4,
  .agreement-summary .col-lg-4,
  .agreement-summary .col-xs-5,
  .agreement-summary .col-sm-5,
  .agreement-summary .col-md-5,
  .agreement-summary .col-lg-5,
  .agreement-summary .col-xs-6,
  .agreement-summary .col-sm-6,
  .agreement-summary .col-md-6,
  .agreement-summary .col-lg-6,
  .agreement-summary .col-xs-7,
  .agreement-summary .col-sm-7,
  .agreement-summary .col-md-7,
  .agreement-summary .col-lg-7,
  .agreement-summary .col-xs-8,
  .agreement-summary .col-sm-8,
  .agreement-summary .col-md-8,
  .agreement-summary .col-lg-8,
  .agreement-summary .col-xs-9,
  .agreement-summary .col-sm-9,
  .agreement-summary .col-md-9,
  .agreement-summary .col-lg-9,
  .agreement-summary .col-xs-10,
  .agreement-summary .col-sm-10,
  .agreement-summary .col-md-10,
  .agreement-summary .col-lg-10,
  .agreement-summary .col-xs-11,
  .agreement-summary .col-sm-11,
  .agreement-summary .col-md-11,
  .agreement-summary .col-lg-11,
  .agreement-summary .col-xs-12,
  .agreement-summary .col-sm-12,
  .agreement-summary .col-md-12,
  .agreement-summary .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.agreement-summary .col-xs-1,
.agreement-summary .col-sm-1,
.agreement-summary .col-md-1,
.agreement-summary .col-lg-1,
.agreement-summary .col-xs-2,
.agreement-summary .col-sm-2,
.agreement-summary .col-md-2,
.agreement-summary .col-lg-2,
.agreement-summary .col-xs-3,
.agreement-summary .col-sm-3,
.agreement-summary .col-md-3,
.agreement-summary .col-lg-3,
.agreement-summary .col-xs-4,
.agreement-summary .col-sm-4,
.agreement-summary .col-md-4,
.agreement-summary .col-lg-4,
.agreement-summary .col-xs-5,
.agreement-summary .col-sm-5,
.agreement-summary .col-md-5,
.agreement-summary .col-lg-5,
.agreement-summary .col-xs-6,
.agreement-summary .col-sm-6,
.agreement-summary .col-md-6,
.agreement-summary .col-lg-6,
.agreement-summary .col-xs-7,
.agreement-summary .col-sm-7,
.agreement-summary .col-md-7,
.agreement-summary .col-lg-7,
.agreement-summary .col-xs-8,
.agreement-summary .col-sm-8,
.agreement-summary .col-md-8,
.agreement-summary .col-lg-8,
.agreement-summary .col-xs-9,
.agreement-summary .col-sm-9,
.agreement-summary .col-md-9,
.agreement-summary .col-lg-9,
.agreement-summary .col-xs-10,
.agreement-summary .col-sm-10,
.agreement-summary .col-md-10,
.agreement-summary .col-lg-10,
.agreement-summary .col-xs-11,
.agreement-summary .col-sm-11,
.agreement-summary .col-md-11,
.agreement-summary .col-lg-11,
.agreement-summary .col-xs-12,
.agreement-summary .col-sm-12,
.agreement-summary .col-md-12,
.agreement-summary .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .agreement-summary .col-xs-1,
  .agreement-summary .col-sm-1,
  .agreement-summary .col-md-1,
  .agreement-summary .col-lg-1,
  .agreement-summary .col-xs-2,
  .agreement-summary .col-sm-2,
  .agreement-summary .col-md-2,
  .agreement-summary .col-lg-2,
  .agreement-summary .col-xs-3,
  .agreement-summary .col-sm-3,
  .agreement-summary .col-md-3,
  .agreement-summary .col-lg-3,
  .agreement-summary .col-xs-4,
  .agreement-summary .col-sm-4,
  .agreement-summary .col-md-4,
  .agreement-summary .col-lg-4,
  .agreement-summary .col-xs-5,
  .agreement-summary .col-sm-5,
  .agreement-summary .col-md-5,
  .agreement-summary .col-lg-5,
  .agreement-summary .col-xs-6,
  .agreement-summary .col-sm-6,
  .agreement-summary .col-md-6,
  .agreement-summary .col-lg-6,
  .agreement-summary .col-xs-7,
  .agreement-summary .col-sm-7,
  .agreement-summary .col-md-7,
  .agreement-summary .col-lg-7,
  .agreement-summary .col-xs-8,
  .agreement-summary .col-sm-8,
  .agreement-summary .col-md-8,
  .agreement-summary .col-lg-8,
  .agreement-summary .col-xs-9,
  .agreement-summary .col-sm-9,
  .agreement-summary .col-md-9,
  .agreement-summary .col-lg-9,
  .agreement-summary .col-xs-10,
  .agreement-summary .col-sm-10,
  .agreement-summary .col-md-10,
  .agreement-summary .col-lg-10,
  .agreement-summary .col-xs-11,
  .agreement-summary .col-sm-11,
  .agreement-summary .col-md-11,
  .agreement-summary .col-lg-11,
  .agreement-summary .col-xs-12,
  .agreement-summary .col-sm-12,
  .agreement-summary .col-md-12,
  .agreement-summary .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.agreement-summary .col-xs-1,
.agreement-summary .col-xs-2,
.agreement-summary .col-xs-3,
.agreement-summary .col-xs-4,
.agreement-summary .col-xs-5,
.agreement-summary .col-xs-6,
.agreement-summary .col-xs-7,
.agreement-summary .col-xs-8,
.agreement-summary .col-xs-9,
.agreement-summary .col-xs-10,
.agreement-summary .col-xs-11,
.agreement-summary .col-xs-12 {
  float: left;
}
.agreement-summary .col-xs-12 {
  width: 100%;
}
.agreement-summary .col-xs-11 {
  width: 91.66666667%;
}
.agreement-summary .col-xs-10 {
  width: 83.33333333%;
}
.agreement-summary .col-xs-9 {
  width: 75%;
}
.agreement-summary .col-xs-8 {
  width: 66.66666667%;
}
.agreement-summary .col-xs-7 {
  width: 58.33333333%;
}
.agreement-summary .col-xs-6 {
  width: 50%;
}
.agreement-summary .col-xs-5 {
  width: 41.66666667%;
}
.agreement-summary .col-xs-4 {
  width: 33.33333333%;
}
.agreement-summary .col-xs-3 {
  width: 25%;
}
.agreement-summary .col-xs-2 {
  width: 16.66666667%;
}
.agreement-summary .col-xs-1 {
  width: 8.33333333%;
}
.agreement-summary .col-xs-pull-12 {
  right: 100%;
}
.agreement-summary .col-xs-pull-11 {
  right: 91.66666667%;
}
.agreement-summary .col-xs-pull-10 {
  right: 83.33333333%;
}
.agreement-summary .col-xs-pull-9 {
  right: 75%;
}
.agreement-summary .col-xs-pull-8 {
  right: 66.66666667%;
}
.agreement-summary .col-xs-pull-7 {
  right: 58.33333333%;
}
.agreement-summary .col-xs-pull-6 {
  right: 50%;
}
.agreement-summary .col-xs-pull-5 {
  right: 41.66666667%;
}
.agreement-summary .col-xs-pull-4 {
  right: 33.33333333%;
}
.agreement-summary .col-xs-pull-3 {
  right: 25%;
}
.agreement-summary .col-xs-pull-2 {
  right: 16.66666667%;
}
.agreement-summary .col-xs-pull-1 {
  right: 8.33333333%;
}
.agreement-summary .col-xs-pull-0 {
  right: auto;
}
.agreement-summary .col-xs-push-12 {
  left: 100%;
}
.agreement-summary .col-xs-push-11 {
  left: 91.66666667%;
}
.agreement-summary .col-xs-push-10 {
  left: 83.33333333%;
}
.agreement-summary .col-xs-push-9 {
  left: 75%;
}
.agreement-summary .col-xs-push-8 {
  left: 66.66666667%;
}
.agreement-summary .col-xs-push-7 {
  left: 58.33333333%;
}
.agreement-summary .col-xs-push-6 {
  left: 50%;
}
.agreement-summary .col-xs-push-5 {
  left: 41.66666667%;
}
.agreement-summary .col-xs-push-4 {
  left: 33.33333333%;
}
.agreement-summary .col-xs-push-3 {
  left: 25%;
}
.agreement-summary .col-xs-push-2 {
  left: 16.66666667%;
}
.agreement-summary .col-xs-push-1 {
  left: 8.33333333%;
}
.agreement-summary .col-xs-push-0 {
  left: auto;
}
.agreement-summary .col-xs-offset-12 {
  margin-left: 100%;
}
.agreement-summary .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.agreement-summary .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.agreement-summary .col-xs-offset-9 {
  margin-left: 75%;
}
.agreement-summary .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.agreement-summary .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.agreement-summary .col-xs-offset-6 {
  margin-left: 50%;
}
.agreement-summary .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.agreement-summary .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.agreement-summary .col-xs-offset-3 {
  margin-left: 25%;
}
.agreement-summary .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.agreement-summary .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.agreement-summary .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .agreement-summary .col-sm-1,
  .agreement-summary .col-sm-2,
  .agreement-summary .col-sm-3,
  .agreement-summary .col-sm-4,
  .agreement-summary .col-sm-5,
  .agreement-summary .col-sm-6,
  .agreement-summary .col-sm-7,
  .agreement-summary .col-sm-8,
  .agreement-summary .col-sm-9,
  .agreement-summary .col-sm-10,
  .agreement-summary .col-sm-11,
  .agreement-summary .col-sm-12 {
    float: left;
  }
  .agreement-summary .col-sm-12 {
    width: 100%;
  }
  .agreement-summary .col-sm-11 {
    width: 91.66666667%;
  }
  .agreement-summary .col-sm-10 {
    width: 83.33333333%;
  }
  .agreement-summary .col-sm-9 {
    width: 75%;
  }
  .agreement-summary .col-sm-8 {
    width: 66.66666667%;
  }
  .agreement-summary .col-sm-7 {
    width: 58.33333333%;
  }
  .agreement-summary .col-sm-6 {
    width: 50%;
  }
  .agreement-summary .col-sm-5 {
    width: 41.66666667%;
  }
  .agreement-summary .col-sm-4 {
    width: 33.33333333%;
  }
  .agreement-summary .col-sm-3 {
    width: 25%;
  }
  .agreement-summary .col-sm-2 {
    width: 16.66666667%;
  }
  .agreement-summary .col-sm-1 {
    width: 8.33333333%;
  }
  .agreement-summary .col-sm-pull-12 {
    right: 100%;
  }
  .agreement-summary .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .agreement-summary .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .agreement-summary .col-sm-pull-9 {
    right: 75%;
  }
  .agreement-summary .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .agreement-summary .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .agreement-summary .col-sm-pull-6 {
    right: 50%;
  }
  .agreement-summary .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .agreement-summary .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .agreement-summary .col-sm-pull-3 {
    right: 25%;
  }
  .agreement-summary .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .agreement-summary .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .agreement-summary .col-sm-pull-0 {
    right: auto;
  }
  .agreement-summary .col-sm-push-12 {
    left: 100%;
  }
  .agreement-summary .col-sm-push-11 {
    left: 91.66666667%;
  }
  .agreement-summary .col-sm-push-10 {
    left: 83.33333333%;
  }
  .agreement-summary .col-sm-push-9 {
    left: 75%;
  }
  .agreement-summary .col-sm-push-8 {
    left: 66.66666667%;
  }
  .agreement-summary .col-sm-push-7 {
    left: 58.33333333%;
  }
  .agreement-summary .col-sm-push-6 {
    left: 50%;
  }
  .agreement-summary .col-sm-push-5 {
    left: 41.66666667%;
  }
  .agreement-summary .col-sm-push-4 {
    left: 33.33333333%;
  }
  .agreement-summary .col-sm-push-3 {
    left: 25%;
  }
  .agreement-summary .col-sm-push-2 {
    left: 16.66666667%;
  }
  .agreement-summary .col-sm-push-1 {
    left: 8.33333333%;
  }
  .agreement-summary .col-sm-push-0 {
    left: auto;
  }
  .agreement-summary .col-sm-offset-12 {
    margin-left: 100%;
  }
  .agreement-summary .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .agreement-summary .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .agreement-summary .col-sm-offset-9 {
    margin-left: 75%;
  }
  .agreement-summary .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .agreement-summary .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .agreement-summary .col-sm-offset-6 {
    margin-left: 50%;
  }
  .agreement-summary .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .agreement-summary .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .agreement-summary .col-sm-offset-3 {
    margin-left: 25%;
  }
  .agreement-summary .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .agreement-summary .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .agreement-summary .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .agreement-summary .col-md-1,
  .agreement-summary .col-md-2,
  .agreement-summary .col-md-3,
  .agreement-summary .col-md-4,
  .agreement-summary .col-md-5,
  .agreement-summary .col-md-6,
  .agreement-summary .col-md-7,
  .agreement-summary .col-md-8,
  .agreement-summary .col-md-9,
  .agreement-summary .col-md-10,
  .agreement-summary .col-md-11,
  .agreement-summary .col-md-12 {
    float: left;
  }
  .agreement-summary .col-md-12 {
    width: 100%;
  }
  .agreement-summary .col-md-11 {
    width: 91.66666667%;
  }
  .agreement-summary .col-md-10 {
    width: 83.33333333%;
  }
  .agreement-summary .col-md-9 {
    width: 75%;
  }
  .agreement-summary .col-md-8 {
    width: 66.66666667%;
  }
  .agreement-summary .col-md-7 {
    width: 58.33333333%;
  }
  .agreement-summary .col-md-6 {
    width: 50%;
  }
  .agreement-summary .col-md-5 {
    width: 41.66666667%;
  }
  .agreement-summary .col-md-4 {
    width: 25%;
  }
  .agreement-summary .col-md-3 {
    width: 25%;
  }
  .agreement-summary .col-md-2 {
    width: 16.66666667%;
  }
  .agreement-summary .col-md-1 {
    width: 8.33333333%;
  }
  .agreement-summary .col-md-pull-12 {
    right: 100%;
  }
  .agreement-summary .col-md-pull-11 {
    right: 91.66666667%;
  }
  .agreement-summary .col-md-pull-10 {
    right: 83.33333333%;
  }
  .agreement-summary .col-md-pull-9 {
    right: 75%;
  }
  .agreement-summary .col-md-pull-8 {
    right: 66.66666667%;
  }
  .agreement-summary .col-md-pull-7 {
    right: 58.33333333%;
  }
  .agreement-summary .col-md-pull-6 {
    right: 50%;
  }
  .agreement-summary .col-md-pull-5 {
    right: 41.66666667%;
  }
  .agreement-summary .col-md-pull-4 {
    right: 33.33333333%;
  }
  .agreement-summary .col-md-pull-3 {
    right: 25%;
  }
  .agreement-summary .col-md-pull-2 {
    right: 16.66666667%;
  }
  .agreement-summary .col-md-pull-1 {
    right: 8.33333333%;
  }
  .agreement-summary .col-md-pull-0 {
    right: auto;
  }
  .agreement-summary .col-md-push-12 {
    left: 100%;
  }
  .agreement-summary .col-md-push-11 {
    left: 91.66666667%;
  }
  .agreement-summary .col-md-push-10 {
    left: 83.33333333%;
  }
  .agreement-summary .col-md-push-9 {
    left: 75%;
  }
  .agreement-summary .col-md-push-8 {
    left: 66.66666667%;
  }
  .agreement-summary .col-md-push-7 {
    left: 58.33333333%;
  }
  .agreement-summary .col-md-push-6 {
    left: 50%;
  }
  .agreement-summary .col-md-push-5 {
    left: 41.66666667%;
  }
  .agreement-summary .col-md-push-4 {
    left: 33.33333333%;
  }
  .agreement-summary .col-md-push-3 {
    left: 25%;
  }
  .agreement-summary .col-md-push-2 {
    left: 16.66666667%;
  }
  .agreement-summary .col-md-push-1 {
    left: 8.33333333%;
  }
  .agreement-summary .col-md-push-0 {
    left: auto;
  }
  .agreement-summary .col-md-offset-12 {
    margin-left: 100%;
  }
  .agreement-summary .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .agreement-summary .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .agreement-summary .col-md-offset-9 {
    margin-left: 75%;
  }
  .agreement-summary .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .agreement-summary .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .agreement-summary .col-md-offset-6 {
    margin-left: 50%;
  }
  .agreement-summary .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .agreement-summary .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .agreement-summary .col-md-offset-3 {
    margin-left: 25%;
  }
  .agreement-summary .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .agreement-summary .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .agreement-summary .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .agreement-summary .col-lg-1,
  .agreement-summary .col-lg-2,
  .agreement-summary .col-lg-3,
  .agreement-summary .col-lg-4,
  .agreement-summary .col-lg-5,
  .agreement-summary .col-lg-6,
  .agreement-summary .col-lg-7,
  .agreement-summary .col-lg-8,
  .agreement-summary .col-lg-9,
  .agreement-summary .col-lg-10,
  .agreement-summary .col-lg-11,
  .agreement-summary .col-lg-12 {
    float: left;
  }
  .agreement-summary .col-lg-12 {
    width: 100%;
  }
  .agreement-summary .col-lg-11 {
    width: 91.66666667%;
  }
  .agreement-summary .col-lg-10 {
    width: 83.33333333%;
  }
  .agreement-summary .col-lg-9 {
    width: 75%;
  }
  .agreement-summary .col-lg-8 {
    width: 66.66666667%;
  }
  .agreement-summary .col-lg-7 {
    width: 58.33333333%;
  }
  .agreement-summary .col-lg-6 {
    width: 50%;
  }
  .agreement-summary .col-lg-5 {
    width: 41.66666667%;
  }
  .agreement-summary .col-lg-4 {
    width: 25%;
  }
  .agreement-summary .col-lg-3 {
    width: 25%;
  }
  .agreement-summary .col-lg-2 {
    width: 16.66666667%;
  }
  .agreement-summary .col-lg-1 {
    width: 8.33333333%;
  }
  .agreement-summary .col-lg-pull-12 {
    right: 100%;
  }
  .agreement-summary .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .agreement-summary .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .agreement-summary .col-lg-pull-9 {
    right: 75%;
  }
  .agreement-summary .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .agreement-summary .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .agreement-summary .col-lg-pull-6 {
    right: 50%;
  }
  .agreement-summary .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .agreement-summary .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .agreement-summary .col-lg-pull-3 {
    right: 25%;
  }
  .agreement-summary .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .agreement-summary .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .agreement-summary .col-lg-pull-0 {
    right: auto;
  }
  .agreement-summary .col-lg-push-12 {
    left: 100%;
  }
  .agreement-summary .col-lg-push-11 {
    left: 91.66666667%;
  }
  .agreement-summary .col-lg-push-10 {
    left: 83.33333333%;
  }
  .agreement-summary .col-lg-push-9 {
    left: 75%;
  }
  .agreement-summary .col-lg-push-8 {
    left: 66.66666667%;
  }
  .agreement-summary .col-lg-push-7 {
    left: 58.33333333%;
  }
  .agreement-summary .col-lg-push-6 {
    left: 50%;
  }
  .agreement-summary .col-lg-push-5 {
    left: 41.66666667%;
  }
  .agreement-summary .col-lg-push-4 {
    left: 33.33333333%;
  }
  .agreement-summary .col-lg-push-3 {
    left: 25%;
  }
  .agreement-summary .col-lg-push-2 {
    left: 16.66666667%;
  }
  .agreement-summary .col-lg-push-1 {
    left: 8.33333333%;
  }
  .agreement-summary .col-lg-push-0 {
    left: auto;
  }
  .agreement-summary .col-lg-offset-12 {
    margin-left: 100%;
  }
  .agreement-summary .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .agreement-summary .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .agreement-summary .col-lg-offset-9 {
    margin-left: 75%;
  }
  .agreement-summary .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .agreement-summary .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .agreement-summary .col-lg-offset-6 {
    margin-left: 50%;
  }
  .agreement-summary .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .agreement-summary .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .agreement-summary .col-lg-offset-3 {
    margin-left: 25%;
  }
  .agreement-summary .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .agreement-summary .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .agreement-summary .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.codero-shopping-cart-form input[type=checkbox]:checked + label:after {
  top: 20px;
}
@media (max-width: 510px) {
  .codero-shopping-cart-form .form-submit {
    margin-bottom: 20px;
  }
}
.codero-shopping-cart-form .form-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/*# sourceMappingURL=styles.css.map */