html {
  height: 100%;
}
body {
  font-family: "proxima-nova",Helvetica,Arial,sans-serif;
  min-height: 100%;
  color: #282828;
  margin: 0;
}
@viewport {
  width: device-width ;
  zoom: 1.0 ;
}

.container {
  margin: 0 auto 0;
  max-width: 1170px;
  width: 100%;
}

.container * {
  box-sizing: border-box;
}

.row:before, .row:after {
  clear: both;
  content: "";
  display: table;
}

[class^="col-"] {
  float: left;
  min-height: 1px;
  padding: 8px 12px;
  width: 8.333333%;
}
/* http://j4n.co/blog/Creating-your-own-css-grid-system */
.col-md-1  { width: 8.333333%;   }
.col-md-2  { width: 16.666666%;  }
.col-md-3  { width: 25%;         }
.col-md-4  { width: 33.333333%;  }
.col-md-5  { width: 41.666666%;  }
.col-md-6  { width: 50%;         }
.col-md-7  { width: 58.333333%;  }
.col-md-8  { width: 66.666666%;  }
.col-md-9  { width: 75%;         }
.col-md-10 { width: 83.333333%;  }
.col-md-11 { width: 91.666666%;  }
.col-md-12 { width: 100%;        }


.col-push-md-1 { margin-left: 8.333333%;  }
.col-push-md-2 { margin-left: 16.666666%; }
.col-push-md-3 { margin-left: 25%;        }

.nested-columns {
  margin-left: -12px;
  margin-right: -12px; }
  
a {
  color: #3361bb;
}

a:hover, a:visited {
  color: #26498c;
  text-decoration: none;
}

.m-40 {
  margin: 40px 0;
}

.navbar {
  border-bottom: thin solid #ccc;
  margin-top: 12px;
  padding-bottom: 12px;
}

.nav-list {
  margin: 0;
  padding-left: 0;
  text-align: right;
}

.nav-list li {
  color: #606060;
  display: inline-block;
  font-size: 15px;
  list-style: none;
  padding: 16px 0;
  text-transform: uppercase;
}

.nav-list li a {
  color: #293278;
  padding: 0 20px;
  text-decoration: none;
  transition: all .3s ease;
}

.nav-list li a:hover {
  color: #d5502a;
}

.nav-list li a.button, .button, a.button, button {
  background: #d5502a;
  border-radius: 30px;
  color: white;
  padding: 16px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

button {
  border: 2px solid #d5502a;
}

.nav-list li a.button:hover, .button:hover, button:hover,
.nav-list li a.button:active, .button:active, button:active {
  background: #0074b5;
  color: white;
}

.nav-list li span {
  padding-left: 20px;
}

.nav-list li:first-child {
  border-right: thin solid #ccc;
  float: left;
  padding: 0;
}
.nav-list li:nth-child(2) {
  float: left;
}

.nav-list li:last-child {
  padding-right: 8px;
}

#logo {
  background: url(https://static.jamasoftware.com/brand/logo/jama-logo-primary.svg) no-repeat 10px;
  background-size: auto 35px;
  display: inline-block;
  height: 50px;
  text-align: left;
  text-indent: -9999px;
  width: 155px;
}

h1, .h1 {
  color: #293278;
  font-size: 44px;
  font-weight: 800;
  line-height: 44px;
  margin: 0;
}

h1 .beta {
  color: white;
  background: #d5502a;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 18px;
  font-weight: 400;
  vertical-align: bottom;
}

h2 {
  color: #293278;
  font-size: 26px;
  font-weight: 700;
}
h4 {
  color: #d5502a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.center {
  text-align: center;
}

.lede {
  font-size: 24px;
  line-height: 1.3;
  margin: 20px 60px 30px;
}
p {
  color: #282828;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}


.main-cta {
  padding: 60px 0 0;
}

.hero {
  height: 490px;
  background: center bottom no-repeat;
}

.section-pad {
  padding: 20px 0 40px;
}

.bg-blue {
  background: #242441;
}

.bg-blue h1, .bg-blue h2 {
  color: #d5502a;
}

.bg-blue p {
  color: white;
}

.bg-gray {
  background: #f4f4f4;
}

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

.banner-image {
  width: 100%;
  max-width: 340px;
}

.banner-image-2 {
  width: 100%;
  max-width: 340px;
}

.icon {
  margin-top: 20px;
  width: 125px;
}

small {
  color: #929292;
  font-style: italic;
  font-size: 12px;
}

.faq-list {
  padding-left: 0;
}

.faq-list h4 {
  margin-bottom: 8px;
}

.faq-list li {
  color: #55585a;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  padding-right: 5px;
  list-style: none;
}

.faq-list a {
  color: #293278;
  text-decoration: underline;
}

.faq-list a:hover {
  color: #d5502a;
  text-decoration: underline;
}

.faq-list ul li{
    padding-bottom: 0;
    list-style: disc;
}

.footer {
  margin: 80px 0 40px;
  /* position: absolute; */
  bottom: 0;
}

.footer p{
  font-size: 12px;
}

.footer a {
  color: #293278;
  color: white;
  margin: 0 4px;
  text-decoration: none;
}

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

/****
Arvis styles
****/

#app {
}

#app h2 {
  color: #282828;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 12px 0;
}

#app h3 {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px 0;
}

.panel {
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, "Segoe UI", "Lucida Grande", "Helvetica Neue", Helvetica, "Fira Sans", Roboto, Noto, "Droid Sans", Cantarell, Oxygen, Ubuntu, "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;

  background: white;
  border: thin solid #DCDCDC;
  border-radius: 3px;
  margin: 40px 0;
  min-height: 518px;
  padding: 16px;
}

.results-panel {
  margin-top: 0;
}

.aggregate-panel {
  min-height: 136px;
  margin: 0 0 10px 0;
  padding: 8px 16px;
}

.tab-nav {
  border-bottom: thin solid #c3c3c3;
  font-size:13px;
  list-style: none;
  margin: 0;
  margin: 20px 0;
  padding: 0 0 8px;
}

.tab-nav > li {

  display: inline-block;
}

.tab-nav a {
  color: #282828;
  cursor: pointer;
  padding: 8px 8px 7px;
  text-decoration: none;
}

.tab-nav a:first-child {
  padding-left: 0;
}

.tab-nav a:hover {
  color: #3361bb;
}

.tab-nav a:active {
  color: #3361bb;
  position: relative;
}

.tab-nav a.selected {
  color: #3361bb;
  position: relative;
}

.tab-nav a.selected::after {
  content: "";
  background: #3361bb;
  position: absolute;
  height: 2px;
  bottom: -2px;
  left: 0;
  right: 8px;
  width: calc(100% - 8px);
}

.requirement-mo {
  border: solid 1px #dcdcdc;
  border-radius: 3px;
  margin-bottom: 32px;
}

.requirement-textarea {
  border: none;
  border-bottom: thin solid #efefef;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "proxima-nova",Helvetica,Arial,sans-serif;
  line-height: 22px;
  margin: 0;
  min-height: 80px;
  padding: 4px 8px;
  width: 100%;
}

.requirement-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
}

.requirement-form input {
  display: block;
  margin-bottom: 16px;
}

.requirement-form button {
  margin-left: 0;
}

.rule-settings-list {
  font-size: 14px;
  list-style: none;
  padding-left: 0;
  margin: 0 0 20px;
}

.form-field {
  display: block;
  margin-bottom: 24px;
}

.drag-n-drop{
  height: 200px;
  outline: none;
  border: 3px dashed #929292;
  border-radius: 3px;
  background: url('') no-repeat;
  background-size: 80px;
  background-position: center;
}

.drag-n-drop:hover {
  background-color: #f4f4f4;
  border: 3px dashed #3361bb;
}

.form-field input[type=file] {
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

label.op-msg {
  margin-top: -60px;
  font-size: 18px;
  opacity: 50%;
  text-align: center;
}

.form-field input[type=number] {
  border: thin solid #dcdcdc;
  border-radius: 3px;
  padding: 4px 0 4px 8px;
  height: 26px;
  width: 80px;
}

.form-field input[type=checkbox] {
  float: left;
  border: 1px solid #c3c3c3;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-label {
  margin-left: 24px;
}

.rank-5, .rank-4, .rank-3, .rank-2, .rank-1 {
  border-radius: 4px;
  display: block;
  height: 13px;
  margin-right: -8px;
  width: 26px;
}

.rank-5 {
  background-color: #6211a0;
}
.rank-4 {
  background-color: #f24653;
}
.rank-3 {
  background-color: #f4882a;
}
.rank-2 {
  background-color: #fcc430;
}
.rank-1 {
  background-color: #00b76d;
}

.scoreboard {
  color: #dcdcdc;
  margin-right: 4px;
}

.scoreboard i {
  margin-right: 2px;
}

.scoreboard-5 i:nth-child(1),
.scoreboard-5 i:nth-child(2),
.scoreboard-5 i:nth-child(3),
.scoreboard-5 i:nth-child(4),
.scoreboard-5 i:nth-child(5) {
  color: #6211a0;
}

.scoreboard-4 i:nth-child(1),
.scoreboard-4 i:nth-child(2),
.scoreboard-4 i:nth-child(3),
.scoreboard-4 i:nth-child(4),
.scoreboard-4 i:nth-child(5),
.scoreboard-4 i:nth-child(6),
.scoreboard-4 i:nth-child(7) {
  color: #f24653;
}

.scoreboard-3 i:nth-child(1),
.scoreboard-3 i:nth-child(2),
.scoreboard-3 i:nth-child(3),
.scoreboard-3 i:nth-child(4),
.scoreboard-3 i:nth-child(5),
.scoreboard-3 i:nth-child(6),
.scoreboard-3 i:nth-child(7),
.scoreboard-3 i:nth-child(8) {
  color: #f4882a;
}

.scoreboard-2 i:nth-child(1),
.scoreboard-2 i:nth-child(2),
.scoreboard-2 i:nth-child(3),
.scoreboard-2 i:nth-child(4),
.scoreboard-2 i:nth-child(5),
.scoreboard-2 i:nth-child(6),
.scoreboard-2 i:nth-child(7),
.scoreboard-2 i:nth-child(8),
.scoreboard-2 i:nth-child(9) {
  color: #fcc430;
}

.scoreboard-1 {
  color: #00b76d;
}

/*.table-rank-5 td:nth-child(1), .table-rank-5 th:nth-child(1) {
  border-left: 3px solid #6211a0;
}
.table-rank-4 td:nth-child(1), .table-rank-4 th:nth-child(1) {
  border-left: 3px solid #f24653;
}
.table-rank-3 td:nth-child(1), .table-rank-3 th:nth-child(1) {
  border-left: 3px solid #f4882a;
}
.table-rank-2 td:nth-child(1), .table-rank-2 th:nth-child(1) {
  border-left: 3px solid #fcc430;
}
.table-rank-1 td:nth-child(1), .table-rank-1 th:nth-child(1) {
  border-left: 3px solid #00b76d;
}
*/

tr.hide_this_40, tr.hide_this_30, tr.hide_this_20, tr.hide_this_10, tr.hide_this_50, tr.show_40_stop,
tr.show_30_stop, tr.show_20_stop, tr.show_10_stop, tr.show_50_stop {
    display: none;
}

[class^="table-rank-"] {
  margin-bottom: 40px;
}

.pill {
  background: #dcdcdc;
  border-radius: 4px;
  padding: 1px 6px 2px;
}

h2 .pill {
  font-size: 18px;
}

.table-rank-5 .pill,
.pill-5 {
  background: #6211a0;
  color: white;
}

.table-rank-4 .pill,
.pill-4 {
  background: #f24653;
  color: white;
}

.table-rank-3 .pill,
.pill-3 {
  background: #f4882a;
  color: white;
}

.table-rank-2 .pill,
.pill-2 {
  background: #fcc430;
  color: #864b17;
}

.table-rank-1 .pill,
.pill-1 {
  background: #00b76d;
  color: white;
}

.th-issue {
    width: 120px;
}

.th-identifier {
    width: 120px;
}

div.identifier {
    font-weight: bold;
    color: #30BEC1;
    padding: 5px;
    padding-left: 0px;
    display: inline-block;
}

.msg-error, .file-type-error {
  background: #fbc7ca;
  border-radius: 3px;
  color: #9d2e36;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 8px;
  padding: 4px 8px;
}

.file-type-error {
  display: none;
}

.msg-success {
  background: #b3efd7;
  border-radius: 3px;
  color: #017043;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 8px;
  padding: 4px 8px;
}

.msg-alert {
  background: #cff4fc;
  border-radius: 3px;
  color: #055160;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 8px;
  padding: 4px 8px;
}

.msg-filename {
  background: #dcdcdc;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0;
  padding: 4px 8px;
}

.msg-normal {
  background: #dcdcdc;
  border-radius: 3px;
  color: #282828;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 8px;
  padding: 4px 8px;
}

#faq {
  padding-left: 16px;
  padding-right: 16px;
}

#faq p {
  margin-top: 4px;
}
#faq h3 {
  margin-top: 24px;
}

#faq ul {
  padding-left: 20px;
}


.rule-settings-list li {
  border-bottom: thin solid #EAEAEA;
  padding:10px 2px;
}

.rule-settings-list li.rule-unselected {
  color: #959595;
}

.rule-settings-list li:hover {
  background: #f4f4f4;
  cursor: pointer;
}

.toggle {
  background: #fdfdfd;
  background: #ddd;
  border-radius: 10px;
  border: thin solid #eee;
  border: thin solid #d4d4d4;
  cursor: pointer;
  height: 17px;
  position: relative;
  width: 46px;
  z-index: 20;
  float: right;
}
.toggle span {
  background: white;
  border-radius: 7px;
  height: 13px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 13px;
}
.toggle.toggle-on {
  background: #02ca79;
  border-color: #02ca79;
}
.toggle.toggle-on span {
  background: white;
  left: inherit;
  right: 1px;
}
.toggle.toggle-disabled {
  background: #fdfdfd;
  border: thin solid #ddd;
  cursor: not-allowed;
}
.toggle.toggle-disabled span {
  background: #e4e4e4;
}

.toggle .toggle-state {
  color: #606060;
  font-size: 10px;
  font-weight: 700;
  margin-left: 20px;
  margin-top: 1px;
}
.toggle.toggle-on .toggle-state {
  color: white;
  font-size: 10px;
  font-weight: 700;
  margin-left: 5px;
  margin-top: 1px;
}

.btn-group {
  font-size: 0;
  padding: 8px 8px 10px 8px;
  text-align: right;
}
.btn-app {
  background: #f4f4f4;
  border: thin solid #dcdcdc;
  border-radius: 2px;
  color: #282828;
  cursor: pointer;
  font-size: 14px;
  height: 30px;
  margin-left: 4px;
  min-width: 72px;
  padding: 0 8px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  user-select: none;
}

.btn-app:hover {
  background: #eaeaea;
  border-color: #dcdcdc;
  cursor: pointer;
  text-decoration: none;
}

.btn-app:active {
  background: #eaeaea;
  border-color: #dcdcdc;
  -moz-box-shadow:    inset 0 2px 4px rgba(0,0,0,0.25);
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.25);
  box-shadow:         inset 0 2px 4px rgba(0,0,0,0.25);
}

.btn-app:focus {
  outline: 2px solid #5E9ED6 !important;
  outline-offset: -2px;
  box-shadow: none;
  border-color: transparent;
}

.btn-app:disabled {
  border-color: #f4f4f4;
  color: #ababab;
  cursor: not-allowed !important;
}

#manual-entry table td:hover {
  cursor: pointer;
}

.btn-app-primary {
  background: #3361bb;
  border-color: #3361bb;
  color: white;
}

.btn-app-primary:hover {
  background: #26498c;
  border-color: #26498c;
  color: white;
  text-decoration: none;
}

.btn-app-primary:active {
  background: #26498c;
  border-color: #26498c;
  -moz-box-shadow:    inset 0 2px 4px rgba(0,0,0,0.85);
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.85);
  box-shadow:         inset 0 2px 4px rgba(0,0,0,0.85);
}

.btn-app-primary:focus {
  outline: 2px solid hotpink !important;
  outline-offset: -2px;
  box-shadow: none;
  border-color: transparent;
}

.btn-app-primary:disabled {
  background: #5c81c9;
  border-color: #5c81c9;
  color: #9db3de;
  cursor: not-allowed !important;
}

.results-table {
  margin-top: 60px;
}

table {
  border-collapse: collapse;
  color: #282828;
  font-size: 12px;
  width: 100%;
}

thead {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

tbody {
  text-align: left;
  vertical-align: top;
}
tbody tr:nth-child(even) {
  background: #f4f4f4;
}

td, th {
  border: thin solid #eaeaea;
  padding: 8px 8px;
  min-width: 16px;
}
td.number, th.number {
  text-align: right;
}
td.boolean, th.boolean {
  text-align: center;
}
td.checkbox, th.checkbox {
  text-align: center;
  width: 16px;
}

th {
  border-top: 2px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  padding: 4px 8px;
}

.cell-action {
  width: 29px;
}

.cell-index {
  text-align: right;
  width: 52px;
}

.cell-score {
  text-align: right;
  width: 52px;
}

tr.highlight {
  background: #b8eafa !important; /*blue*/
  background: #FEEDBE !important; /*yellow*/
  background: #FFF8E4 !important; /*yellow*/
}

tr.highlight td,
tr.highlight th {
  border: thin solid #9ED5E7;
  border: thin solid #FBDFB0;
}

td.nested-table {
  padding: 0;
}

td.results-cell {
  padding: 12px 0 0 48px;
}

td.results-cell ul {
  margin-bottom: 24px;
  padding-left: 16px;
}

td.results-cell strong:before {
  position: relative;
  pointer-events: none;
  color: #7D5C00;
  content: "\2937";
  left: -8px;
  margin-left: -13px;
}

.nested-table th {
  border-top: none;
  border-bottom: none;
}

.nested-table td:nth-child(1), .nested-table th:nth-child(1) {
  border-left: none;
}

.nested-table td:last-child, .nested-table th:last-child {
  border-right: none;
}

.nested-table tr:last-child td {
  border-bottom: none;
}


#results_page table {
  font-size: 13px;
}

#results_page tbody tr:nth-child(even) {
  background: none;
}

#results_page table i {
  color: #3361bb;
}

#results_page table i:hover {
  color: #26498c;
  cursor: pointer;
}

tr.highlight-analysis {
  background: #E3F7FD !important; /*blue*/
  background: #FFF8E4 !important; /*yellow*/
}

tr.highlight-analysis td,
tr.highlight-analysis th {
  border: thin solid #b8eafa;
  border: thin solid #FBDFB0;
}

tr.highlight-analysis td {
 border-bottom: 3px solid #FBDFB0;
}

tr.highlight-analysis th {
  border-top: none;
}

tr.highlight-analysis td:first-child {
  border-right: none;
}

tr.highlight-analysis td:last-child {
  border-left: none;
}

tr.highlight-analysis td:not(:last-child):not(:first-child) {
  border-left: none;
  border-right: none;
}

.aggregate-mo {
  position: relative;
}
.aggregate-score {
  position: absolute;
  left: 0;
  top: 8px;
  width: 130px;
}
.aggregate-score p {
  font-size: 13px;
  line-height: 1.2;
  margin: 0;
}
.aggregate-score .pill {
  display: block;
  margin: 8px 0;
  font-size: 24px;
  padding: 8px 12px;
  text-align: center;
}
.aggregate-score p small {
  font-size: 11px;
  line-height: 12px;
  margin: 0;
}
.aggregate-body {
  border-left: thin solid #dcdcdc;
  color: #282828;
  font-size: 13px;
  margin-left: 140px;
  padding-left: 10px;
}
.aggregate-body p {
  color: #282828;
  font-size: 13px;
  margin: 0;
  line-height: 1.2;
}
.aggregate-body ul {
  padding-left: 24px;
  margin-bottom: 0;
}
.aggregate-body li {
  margin-bottom: 8px;
}
.aggregate-body li:last-child {
  margin-bottom: 0px;
}

/* Cookie */
.cookie-warning {
  background: #d5502a;
  color: white;
}
.cookie-warning [class^="col-"] {
  padding: 0 12px;
}
.cookie-warning p {
  color: white;
  font-size: 13px;
  display: inline-block;
}
.cookie-warning p a {
  color: white;
}
.cookie-warning form {
  display: inline-block;
  margin-left: 16px;
  margin-right: 4px;
}
.cookie-warning form .checkbox-label {
  margin-left: 0;
  font-size: 13px;
}

/* Marketo overrides */
.form-container {
  padding: 0 20px 20px;
  margin: 0 auto;
  max-width: 600px;
}

body .mktoForm {
  margin-top: 40px;
  width: 100%!important;
  margin: auto;
  padding: 0;
}

body .mktoForm .mktoFormRow .mktoFormCol {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body .mktoForm .mktoFormCol,
body .mktoForm .mktoFormRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: auto;
  float: none;
  width: 100%;
}

body .mktoForm fieldset {
  background: transparent;
  padding: 0!important;
  border: none!important;
}

body .mktoForm .mktoGutter,
body .mktoForm .mktoOffset {
  display: none;
}

body .mktoForm .mktoFieldWrap {
  position: relative;
}

body .mktoForm .mktoFieldWrap,
body .mktoForm .mktoSelect {
  float: none;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

body .mktoForm .mktoFieldWrap label {
  text-align: left;
  font-weight: 400!important;
  float: none;
  color: #282828;
  line-height: 1;
  font-family: proxima-nova,Helvetica,Arial,sans-serif;
  font-size: 14px;
}

body .mktoForm .mktoHasWidth {
  max-width: 100%;
  width: auto!important;
}

body .mktoForm input[type=date],
body .mktoForm input[type=email],
body .mktoForm input[type=number],
body .mktoForm input[type=tel],
body .mktoForm input[type=text],
body .mktoForm input[type=url],
body .mktoForm select.mktoField,
body .mktoForm textarea.mktoField {
  width: 100%!important;
  padding: 15px 10px;
  margin: 5px 0 15px;
  border: 1px solid #55585a;
  background-color: #fff;
  font-family: proxima-nova,Helvetica,Arial,sans-serif;
  height: auto!important;
  color: #55585a;
  border-radius: 0;
  font-size: 16px;
}

body .mktoCheckboxList label,
body .mktoCheckboxList input {
  padding-bottom: 15px;
}

body .mktoForm area:focus,
body .mktoForm input:focus,
body .mktoForm select:focus,
body .mktoForm textarea:focus {
  border: 1px solid #55585a;
  outline: none;
  box-shadow: none;
}

body .mktoForm input.mktoInvalid,
body .mktoForm select.mktoInvalid,
body .mktoForm textarea.mktoInvalid {
  border: 1px solid #e03e03!important;
}

body .mktoForm .mktoError {
  background: none;
  top: calc(100% - 15px);
  bottom: 0!important;
  right: 10px!important;
  left: 10px;
  min-width: calc(100% - 20px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

body .mktoForm .mktoError .mktoErrorArrowWrap {
  position: relative;
  left: calc(50% - 8px);
  width: 30px;
  height: 10px;
}

body .mktoForm .mktoError .mktoErrorMsg {
  margin: 0 auto;
  border: none;
  padding: 5px 15px;
  border-radius: 1px;
  width: auto;
  text-align: center;
  background: #e03e03;
  box-shadow: none;
  text-shadow: none;
  position: relative;
  z-index: 1;
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px;
  border-radius: 0;
}

body .mktoForm .mktoSelect:after {
  content: "";
  position: absolute;
  pointer-events: none;
  color: #55585a;
  content: "\25BC";
  height: 1em;
  font-size: 10px;
  line-height: 1;
  right: 20px;
  top: 50%;
}

body .mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
}

body .mktoForm .mktoButtonRow {
  padding: 10px 15px;
  width: 100%;
  text-align: center;
}

body .mktoForm .mktoButtonRow .mktoButtonWrap {
  margin: 0 auto!important;
  display: block;
  width: 100%;
  text-align: center;
}

body .mktoForm .mktoButtonRow button.mktoButton {
  color: #fff;
  font-size: 16px;
}

body .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background-color: #d5502a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d5502a), to(#d5502a));
  background-image: -webkit-linear-gradient(top, #d5502a, #d5502a);
  background-image: -moz-linear-gradient(top, #d5502a, #d5502a);
  background-image: linear-gradient(to bottom, #d5502a, #d5502a);
  border-radius: 30px;
  border: none;
  color: white;
  font-family: "proxima-nova",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  padding: 16px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
body .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
body .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active {
  background-color: #0074b5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0074b5), to(#0074b5));
  background-image: -webkit-linear-gradient(top, #0074b5, #0074b5);
  background-image: -moz-linear-gradient(top, #0074b5, #0074b5);
  background-image: linear-gradient(to bottom, #0074b5, #0074b5);
  border: none;
}

@media screen and (min-width:320px) and (max-width:700px){
  /* CSS for screens that are 320 pixels or less will be put in this section */
  [class^="col-"] { width: 100%;  }


  .col-push-md-1 { margin-left: 0; }
  .col-push-md-2 { margin-left: 0; }
  .col-push-md-3 { margin-left: 0; }

  #logo {
    background: url(https://static.jamasoftware.com/brand/logo/jama-logo-mobile.png) no-repeat 50%;
    background-size: 38px 38px;
    height: 50px;
    text-align: left;
    text-indent: -9999px;
    width: 60px;
  }
  .main-cta {
    padding: 30px 0 0;
  }
  .hero {
    height: 245px;
    background: url("hero.png") center bottom/600px no-repeat;
  }
}

@media screen and (max-width:400px){
  .hide-400 {
    display: none !important;
  }
  .nav-list li span {
    padding-left: 16px;
  }
  .nav-list li {
    color: #606060;
    display: inline-block;
    font-size: 15px;
    list-style: none;
    padding: 16px 0;
    text-transform: uppercase;
  }
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }
  h4 {
    font-size: 15px;
  }
  .hero {
    height: 125px;
    background: url("hero.png") center bottom/300px no-repeat;
  }
}

@media screen and (max-width:320px){
  .nav-list li {
    font-size: 14px;
    padding: 16px 0;
  }
  .nav-list li a {
    padding: 0 10px;
  }
}


/* fixing problem with table overflow */
.file-analysis-result-container table{
  table-layout: fixed;
}

.fa-req-text-cell{
    overflow-wrap: break-word;
}

/*  */
.hidden-important{
  display: none !important;
}