@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

form {
  font-size: 14px;
}
form p.error {
  color: #ca4949;
}
form .fields .field {
  box-sizing: border-box;
  margin: 10px 4px;
  overflow: hidden;
  position: relative;
}
form .fields .field:first-child {
  margin-top: 0;
}
form .fields .field label {
  color: #666;
  display: inline-block;
  float: left;
  line-height: 1em;
  padding: 8px 0;
  text-transform: capitalize;
  width: 150px;
}
form .fields .field input,
form .fields .field textarea {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  color: #333;
  height: 2em;
  padding: 8px;
}
form .fields .field input[value=""],
form .fields .field textarea[value=""] {
  border-bottom-color: #efefef;
}
form .fields .field input:hover,
form .fields .field textarea:hover {
  border-bottom-color: #53c181;
}
form .fields .field input:hover::placeholder,
form .fields .field textarea:hover::placeholder {
  color: #53c181;
}
form .fields .field input:focus,
form .fields .field textarea:focus {
  background-color: #efefef;
  border-bottom-color: #53c181;
  outline: none;
}
form .fields .field input:focus::placeholder,
form .fields .field textarea:focus::placeholder {
  color: #53c181;
}
form .fields .field input:focus:not(:placeholder-shown):invalid,
form .fields .field textarea:focus:not(:placeholder-shown):invalid {
  border-bottom: 2px solid #ca4949;
}
form .fields .field input:focus:not(:placeholder-shown):invalid::placeholder,
form .fields .field textarea:focus:not(:placeholder-shown):invalid::placeholder {
  color: #ca4949;
}
form .fields .field input:focus:not(:placeholder-shown):invalid:not(:placeholder-shown) + label,
form .fields .field textarea:focus:not(:placeholder-shown):invalid:not(:placeholder-shown) + label {
  color: #ca4949;
}
form .fields .field textarea {
  height: 4em;
}
form .actions input[type=submit],
form .actions input[type=button].submit {
  background: url("../images/ui/icons/arrow-right.png") no-repeat 95% center;
  background-color: #415880;
  background-size: 9px 18px;
  border: none;
  border-radius: 10px;
  color: #fff;
  max-width: 300px;
  min-width: 100px;
  padding: 8px 30px 8px 20px;
  transition: background-color, color 0.25s;
}
form .actions input[type=submit]:hover,
form .actions input[type=button].submit:hover {
  background-color: #10274e;
  cursor: pointer;
}
form .actions input[type=submit].small,
form .actions input[type=button].submit.small {
  background: url("../images/ui/icons/arrow-right.png") no-repeat 90% center;
  background-size: 5px 9px;
  border-radius: 5px;
  padding: 4px 25px 4px 10px;
  width: auto;
}
form .actions input[type=submit].green,
form .actions input[type=button].submit.green {
  background-color: #53c181;
}
form .actions input[type=submit].green:hover,
form .actions input[type=button].submit.green:hover {
  background-color: #3ca568;
}
form .actions input[type=submit].white,
form .actions input[type=button].submit.white {
  background-color: #fff;
  color: #111;
}
form .actions input[type=submit].white:hover,
form .actions input[type=button].submit.white:hover {
  background-color: #efefef;
}
form .actions input[type=submit].red,
form .actions input[type=button].submit.red {
  background-color: #ca4949;
  color: #fff;
}
form .actions input[type=submit].red:hover,
form .actions input[type=button].submit.red:hover {
  background-color: #ad3333;
}
form .actions input[type=submit].blue,
form .actions input[type=button].submit.blue {
  background-color: #415880;
  color: #fff;
}
form .actions input[type=submit].blue:hover,
form .actions input[type=button].submit.blue:hover {
  background-color: #30415e;
}
form .actions.hidden-until-change {
  display: none;
}
form:invalid .actions input[type=submit],
form input[type=button].submit {
  opacity: 0.6;
}

form.no-labels .fields .field {
  margin: 30px 0;
}
form.no-labels .fields .field:first-child {
  margin-top: 0;
}
form.no-labels .fields .field label {
  display: none;
}
form.no-labels .fields .field input,
form.no-labels .fields .field textarea {
  border-bottom-color: #ccc;
  position: relative;
  width: 100%;
}
form.no-labels .fields .field input:focus:placeholder-shown,
form.no-labels .fields .field textarea:focus:placeholder-shown {
  background-color: #fff;
}
form.no-labels .fields .field input:focus:not(:placeholder-shown),
form.no-labels .fields .field textarea:focus:not(:placeholder-shown) {
  background-color: #efefef;
}
form.no-labels .fields .field input:focus:not(:placeholder-shown) + label,
form.no-labels .fields .field textarea:focus:not(:placeholder-shown) + label {
  color: #666;
  display: block;
  left: 0;
  font-size: 10px;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: -20px;
  width: 100%;
}
form.no-labels .actions input[type=submit],
form.no-labels .actions input[type=button].submit {
  width: 100%;
}

a:visited.button,
a:active.button,
a:link.button {
  font-size: 16px;
  background: url("../images/ui/icons/arrow-right.png") no-repeat 95% center;
  background-color: #415880;
  background-size: 9px 18px;
  border: none;
  border-radius: 10px;
  color: #fff;
  max-width: 300px;
  min-width: 100px;
  padding: 8px 30px 8px 20px;
  transition: background-color, color 0.25s;
}
a:visited.button:hover,
a:active.button:hover,
a:link.button:hover {
  background-color: #10274e;
  cursor: pointer;
}
a:visited.button.small,
a:active.button.small,
a:link.button.small {
  background: url("../images/ui/icons/arrow-right.png") no-repeat 90% center;
  background-size: 5px 9px;
  border-radius: 5px;
  padding: 4px 25px 4px 10px;
  width: auto;
}
a:visited.button.green,
a:active.button.green,
a:link.button.green {
  background-color: #53c181;
}
a:visited.button.green:hover,
a:active.button.green:hover,
a:link.button.green:hover {
  background-color: #3ca568;
}
a:visited.button.white,
a:active.button.white,
a:link.button.white {
  background-color: #fff;
  color: #111;
}
a:visited.button.white:hover,
a:active.button.white:hover,
a:link.button.white:hover {
  background-color: #efefef;
}
a:visited.button.red,
a:active.button.red,
a:link.button.red {
  background-color: #ca4949;
  color: #fff;
}
a:visited.button.red:hover,
a:active.button.red:hover,
a:link.button.red:hover {
  background-color: #ad3333;
}
a:visited.button.blue,
a:active.button.blue,
a:link.button.blue {
  background-color: #415880;
  color: #fff;
}
a:visited.button.blue:hover,
a:active.button.blue:hover,
a:link.button.blue:hover {
  background-color: #30415e;
}

form.contact-form {
  width: 50%;
}
form.contact-form .field:first-child {
  margin-top: 30px;
}
form.contact-form input[type=submit] {
  width: 50%;
}

.main-container > header {
  height: 60px;
  overflow: visible;
  z-index: 99;
}
.main-container > header .logoh {
  text-align: left;
  float: left;
  position: absolute;
  top: 35px;
}
.main-container > header a {
  color: #fff;
}
.main-container > header a:hover {
  color: #fff;
  text-decoration: underline;
}

.main-container > header .sidebar, .main-container > header .openbtn, .main-container > header a.closebtn {
  display: none;
}
.main-container > header .mh {
  display: inline-block;
}

.main-container > header nav {
  background: transparent;
  box-sizing: border-box;
  float: left;
  width: 100%;
  z-index: 99;
}
.main-container > header nav .nav-item {
  float: right;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9em;
  display: inline-block;
  align-items: flex-end;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 1.5em;
  line-height: 2.5em;
}
.main-container > header nav .wbut {
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 2.5em;
}
.main-container > header nav .nav-title, .main-container > header nav .nav-account {
  color: #fff;
}
.main-container > header nav .nav-title {
  float: none;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: -2px;
  padding-left: 0.5em;
  line-height: 1.55em;
  vertical-align: top;
}
.main-container > header nav .nav-title a {
  float: left;
}
.main-container > header nav .nav-title a.logo-name {
  margin-top: -10px;
}
.main-container > header nav .nav-account__username {
  float: right;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-align: right;
}
.main-container > header nav .nav-account__username .user-type {
  font-weight: 500;
}
.main-container > header nav .nav-account__tools {
  float: right;
  margin-left: 30px;
  text-align: right;
}
.main-container > header nav .nav-account__tools > a, .main-container > header nav .nav-account__tools > .profile {
  background-repeat: no-repeat;
  background-size: contain;
  float: right;
  overflow: hidden;
  text-indent: 100%;
  transition: opacity 0.25s;
  white-space: nowrap;
  width: 25px;
}
.main-container > header nav .nav-account__tools > .profile {
  height: 25px;
  margin-top: -5px;
}
.main-container > header nav .nav-account__tools a:hover, .main-container > header nav .nav-account__tools .profile:hover {
  opacity: 0.75;
}
.main-container > header nav .nav-account__tools a.alert, .main-container > header nav .nav-account__tools .profile.alert {
  background-image: url("../images/ui/icons/alert.png");
  height: 30px;
  margin-top: -10px;
  width: 30px;
}
.main-container > header nav .nav-account__tools a.help, .main-container > header nav .nav-account__tools .profile.help {
  background-image: url("../images/ui/icons/help.png");
}
.main-container > header nav .nav-account__tools a.empty, .main-container > header nav .nav-account__tools .profile.empty {
  opacity: 0.5;
}
.main-container > header nav .nav-account__tools.login-signup a {
  text-indent: 0;
  width: auto;
  min-width: 100px;
  text-align: center;
}
.main-container > header nav .nav-account__tools.login-signup a:hover {
  background-color: #ffffff;
  color: #37517D;
}
.main-container > header nav .nav-account__tools > .profile {
  background-image: url("../images/ui/icons/profile.png");
  overflow: visible;
  position: relative;
}
.main-container > header nav .nav-account__tools > .profile .dropdown {
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  border-top: none;
  height: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: -20px;
  top: 0;
  transition: height 0.25s;
}
.main-container > header nav .nav-account__tools > .profile .dropdown .spacer {
  background: transparent;
  display: block;
  height: 44px;
}
.main-container > header nav .nav-account__tools > .profile .dropdown a {
  background-color: #10274e;
  display: block;
  padding: 7px 20px 7px 50px;
  text-indent: 0;
}
.main-container > header nav .nav-account__tools > .profile .dropdown a:nth-child(2) {
  padding-top: 12px;
}
.main-container > header nav .nav-account__tools > .profile .dropdown a:last-child {
  padding-bottom: 15px;
}
.main-container > header nav .nav-account__tools > .profile:hover {
  opacity: 1;
}
.main-container > header nav .nav-account__tools > .profile:hover .dropdown {
  height: auto;
}
.main-container > header nav .nav-account__tools > .profile:hover .dropdown .spacer {
  border-bottom: 1px solid #6B87B6;
}
.main-container > header nav .nav-account__tools > .profile:hover .dropdown a:hover {
  background-color: #10274e;
}

body.blank.lo .main-container > header {
  height: 80px;
}
body.blank.lo .main-container > header nav {
  padding: 30px 0;
}

body.li .main-container > header {
  left: 240px;
  overflow: visible;
  position: fixed;
  right: 0;
  top: 0;
  transition: top 0.25s;
}
body.li .main-container > header nav {
  background: #10274e;
  padding: 20px 80px 18px 80px;
}
body.li.blank .main-container > header {
  background: #10274e;
  height: 70px;
  left: 0;
}

footer {
  background-color: #10274e;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 1em;
  letter-spacing: 0.05em;
  padding: 6em 0 4em 0;
  width: 100%;
  z-index: 8;
}
footer a {
  display: block;
}
footer .left {
  text-align: left;
  width: 75%;
}
footer .left .logo-name {
  height: 30px;
  margin-bottom: 20px;
}
footer .left .links {
  align-items: flex-start;
  display: inline-block;
  flex-basis: auto;
  flex-direction: row;
  flex-flow: column wrap;
  font-weight: 400;
  justify-content: left;
  width: 30%;
  letter-spacing: 0.05em;
}
footer .left .links a {
  display: block;
  margin-right: 50px;
  margin-top: 25px;
  color: #ffffff;
}
footer .left .links a:hover {
  color: #8da4cc;
}
footer .left .links .light {
  color: #afbed8;
}
footer .left .links .light:hover {
  color: #6B87B6;
}
footer .meta {
  display: inline-block;
  overflow: hidden;
  text-align: right;
  vertical-align: bottom;
  width: 24%;
}
footer .meta .made-in-ny {
  background: url("../images/ui/miny_ko.png") top right no-repeat;
  background-size: contain;
  height: 50px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
footer .meta .copyright {
  margin-top: 30px;
}

@media screen and (max-width: 1160px) {
  .main-container > header nav .nav-item {
    font-size: 0.8em;
    margin: 0 1.25em;
  }
}
@media screen and (max-width: 800px) {
  .main-container > header .logoh {
    top: 42px;
  }
  .main-container > header .mh {
    display: none !important;
  }
  .main-container > header .sidebar {
    display: block;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #142b53;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 7em;
  }
  .main-container > header .sidebar a {
    padding: 32px 8px 8px 40px;
    font-weight: 500;
    text-decoration: none;
    font-size: 1em;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .main-container > header .sidebar a:hover {
    color: #8da4cc;
  }
  .main-container > header a.closebtn {
    padding: 0;
    font-size: 2.7em;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    border: none;
    position: absolute;
    top: 1em;
    right: 1em;
    line-height: 1em;
    display: block;
  }
  .main-container > header .openbtn {
    padding: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    font-size: 2em;
    float: right;
    line-height: 1em;
    display: inline-block;
    border: none;
  }
  .main-container > header .openbtn:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .main-container > header html, .main-container > header body {
    overflow-x: hidden;
  }
  .main-container > header .nav-item {
    display: none;
  }
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
}

body {
  background-color: #10274e;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  width: 100%;
}

a,
a:visited,
a:active,
a:link {
  color: #fff;
  text-decoration: none;
  transition: color 0.25s;
}
a:hover,
a:visited:hover,
a:active:hover,
a:link:hover {
  color: #6B87B6;
}

a.logo-name {
  background: url(../images/ui/logo-name.svg) no-repeat;
  display: block;
  font-size: 1.25em;
  height: 25px;
  margin-top: -15px;
  overflow: hidden;
  text-indent: 100%;
  text-transform: none;
  transition: opacity 0.25s;
  white-space: nowrap;
  width: 200px;
}

.main-container > footer {
  background-color: #10274e;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 1em;
  height: 300px;
  letter-spacing: 0.05em;
  padding: 60px 0;
  position: absolute;
  width: 100%;
  z-index: 8;
}
.main-container > footer a {
  display: block;
}
.main-container > footer .left {
  float: left;
}
.main-container > footer .left .logo-name {
  height: 30px;
  margin-bottom: 10px;
}
.main-container > footer .left .links {
  align-items: flex-start;
  display: flex;
  flex-basis: auto;
  flex-direction: row;
  flex-flow: column wrap;
  float: left;
  font-weight: 300;
  justify-content: left;
  height: 170px;
}
.main-container > footer .left .links a {
  display: block;
  margin-right: 50px;
  margin-top: 25px;
}
.main-container > footer .left .links .light {
  color: #afbed8;
}
.main-container > footer .left .links .light:hover {
  color: #6B87B6;
}
.main-container > footer .meta {
  display: inline-block;
  float: right;
  margin-top: 93px;
  overflow: hidden;
  text-align: right;
}
.main-container > footer .meta .made-in-ny {
  background: url("../images/ui/madeinny_white.png") top right no-repeat;
  background-size: contain;
  height: 50px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.main-container > footer .meta .copyright {
  margin-top: 30px;
}

.content nav.sidebar {
  background-color: #415880;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  padding: 0px 0 20px;
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 240px;
  z-index: 9;
}
.content nav.sidebar .logo {
  background: url(../images/ui/logo-large.png) no-repeat;
  background-size: contain;
  display: block;
  height: 74px;
  margin: 0 auto 40px auto;
  transition: opacity 0.25s;
  width: 87px;
}
.content nav.sidebar .logo:hover {
  opacity: 0.75;
}
.content nav.sidebar h4 {
  color: #afbed8;
  font-size: 0.85em;
  font-weight: 600;
  text-transform: uppercase;
}
.content nav.sidebar a,
.content nav.sidebar a:visited,
.content nav.sidebar a:active,
.content nav.sidebar a:link {
  color: #afbed8;
}
.content nav.sidebar a:hover,
.content nav.sidebar a:visited:hover,
.content nav.sidebar a:active:hover,
.content nav.sidebar a:link:hover {
  color: #fff;
}
.content nav.sidebar .dashboards {
  height: calc(100% - 318px - 100px);
  overflow-y: auto;
  padding: 10px 0px 10px 40px;
  scrollbar-width: thin;
  scrollbar-color: #3d5379 #afbed8;
  -ms-scrollbar-base-color: #afbed8;
  -ms-scrollbar-track-color: #afbed8;
  -ms-scrollbar-face-color: #3d5379;
  -ms-scrollbar-arrow-color: #afbed8;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.content nav.sidebar .dashboards ::-webkit-scrollbar {
  width: 6px;
}
.content nav.sidebar .dashboards ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px #3d5379;
  background-color: #3d5379;
}
.content nav.sidebar .dashboards ::-webkit-scrollbar-thumb {
  background: #afbed8;
  border-radius: 6px;
}
.content nav.sidebar .dashboards ::-webkit-scrollbar-thumb:hover {
  background: #b6c5e0;
}
.content nav.sidebar .dashboards a {
  display: block;
  padding: 10px 0;
}
.content nav.sidebar .dashboards a.active {
  color: #fff;
  font-weight: 600;
  margin-left: -10px;
}
.content nav.sidebar .bottom-help {
  border-top: 2px solid #10274e;
  bottom: 0;
  min-height: 260px;
  height: auto;
  left: 30px;
  padding-top: 30px;
  padding-bottom: 50px;
  position: absolute;
  right: 30px;
}
.content nav.sidebar .bottom-help a {
  display: block;
  padding: 10px 0;
}

body > .main-container {
  margin: 0 auto;
  min-height: 100%;
  padding-bottom: 400px;
  position: relative;
  width: 100%;
}

body.blank.lo .wrapper {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 80%;
}

body .center-content-area {
  background-color: #fff;
  color: #111;
  font-size: 1em;
}
body .center-content-area.center {
  text-align: center;
}
body .center-content-area a,
body .center-content-area a:visited,
body .center-content-area a:active,
body .center-content-area a:link {
  color: #111;
  text-decoration: none;
  transition: color 0.25s;
}
body .center-content-area a:hover,
body .center-content-area a:visited:hover,
body .center-content-area a:active:hover,
body .center-content-area a:link:hover {
  color: #10274e;
}

body.blank h1 {
  font-size: 3em;
  font-weight: 600;
  margin-top: 70px;
  text-align: center;
  white-space: nowrap;
}
body.blank h2 {
  font-size: 1.5em;
  font-weight: 200;
  text-align: center;
  margin: 0 100px;
}
body.blank h2.summary {
  font-size: 1.5em;
  font-weight: 200;
  line-height: 1.5em;
  margin: 0 10% 100px 10%;
  text-align: center;
}
body.blank .center-content-area {
  padding: 60px;
}
body.blank form {
  margin: 0 auto;
  text-align: center;
}

body.li {
  background-color: #fff;
  color: #111;
}
body.li.blank h1, body.li.blank h2 {
  padding: 0;
  text-align: left;
}
body.li.blank .center-content-area {
  padding: 0;
}
body.li.blank form {
  margin: 0;
  text-align: left;
}
body.li h1 {
  font-size: 2em;
  margin: 0;
}
body.li h2 {
  color: #666;
  font-size: 1.25em;
  margin: 30px 0;
}
body.li footer {
  padding-left: 320px;
  padding-right: 80px;
}
body.li .main-container > .content {
  padding-left: 240px;
}
body.li .main-container > .content .main-content {
  padding: 80px;
  padding-top: 100px;
  overflow: hidden;
  width: auto;
}
body.li .main-container > .content .main-content a:not(.button),
body.li .main-container > .content .main-content a:visited:not(.button),
body.li .main-container > .content .main-content a:active:not(.button),
body.li .main-container > .content .main-content a:link:not(.button) {
  color: #415880;
}
body.li .main-container > .content .main-content a:not(.button):hover,
body.li .main-container > .content .main-content a:visited:not(.button):hover,
body.li .main-container > .content .main-content a:active:not(.button):hover,
body.li .main-container > .content .main-content a:link:not(.button):hover {
  color: #10274e;
}
body.li .main-container > .content .main-content .bg-hero {
  background-color: #ececec;
  margin: -100px -80px 0;
  padding: 110px 80px 10px;
}
body.li .main-container > .content .main-content .bg-hero h1 {
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 2.2em;
}
body.li .main-container > .content .main-content .bg-hero h2 {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1em;
  text-transform: uppercase;
  margin: 20px 0;
}
body.li .main-container > .content .main-container footer {
  padding-left: 320px;
}
body.li.blank footer {
  padding-left: 80px;
}
body.li.blank .main-container > .content {
  padding-left: 0;
}

@media only screen and (max-width: 1100px) {
  body.li footer {
    padding-left: 340px;
    padding-right: 20px;
    height: auto;
  }

  .main-container > footer a {
    display: block;
  }
  .main-container > footer .meta {
    width: 100%;
    margin-top: 2em;
  }
  .main-container > footer .meta .made-in-ny {
    background-position: top left;
  }
  .main-container > footer .meta .copyright {
    text-align: left;
  }
  .main-container > footer .left {
    width: 100%;
    display: block;
  }
  .main-container > footer .left .logo-name {
    margin: 0 auto 1em;
    background-position: center;
  }
  .main-container > footer .left .links {
    height: auto;
    width: 100%;
  }
  .main-container > footer .left .links a {
    margin-right: auto;
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 720px) {
  .main-container > footer a {
    display: block;
  }
  .main-container > footer .meta {
    width: 100%;
    margin-top: 2em;
    text-align: center;
  }
  .main-container > footer .meta .made-in-ny {
    background-position: top center;
  }
  .main-container > footer .meta .copyright {
    text-align: center;
  }
  .main-container > footer .left {
    width: 100%;
    display: block;
  }
  .main-container > footer .left .logo-name {
    margin: 0 auto 1em;
    background-position: center;
  }
  .main-container > footer .left .links {
    text-align: center;
    display: block;
  }
  .main-container > footer .left .links a {
    text-align: center;
  }
}
body.login-signup {
  background-color: #10274e;
}
body.login-signup h1 {
  margin: 70px auto;
  text-align: center;
  width: 400px;
}
body.login-signup h1 a.logo-name {
  background-position: center;
  height: 40px;
  width: 100%;
}
body.login-signup h2 {
  font-size: 2em;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin: 50px 0 30px 0;
}
body.login-signup p.infos {
  color: #afbed8;
  font-weight: bold;
  text-align: center;
  margin: 0 20% 0 20%;
}
body.login-signup .center-content-area.form-only {
  border-radius: 12px;
  margin: 30px auto;
  padding: 40px 40px 30px 40px;
  width: 400px;
}

.toggle-link,
.terms {
  color: #afbed8;
  font-size: 0.85em;
  text-align: center;
}
.toggle-link a,
.toggle-link a:visited,
.toggle-link a:active,
.toggle-link a:link,
.terms a,
.terms a:visited,
.terms a:active,
.terms a:link {
  color: #afbed8;
  text-decoration: underline;
}
.toggle-link a:hover,
.toggle-link a:visited:hover,
.toggle-link a:active:hover,
.toggle-link a:link:hover,
.terms a:hover,
.terms a:visited:hover,
.terms a:active:hover,
.terms a:link:hover {
  color: #fff;
}

footer {
  border-top: 1px solid #415880;
}

.toggle-link {
  margin-top: 30px;
}

.terms {
  margin-top: 100px;
}

@media screen and (max-width: 720px) {
  body.login-signup .center-content-area.form-only {
    width: 92%;
    padding: 30px;
  }
}

/*# sourceMappingURL=login_signup.css.map */
