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: 10px 15px;
  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%;        }

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

.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 25px;
  text-decoration: none;
  transition: all .3s ease;
}

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

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

button {
  border: 2px solid #d5502a;
}

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

.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 {
  color: #293278;
  font-size: 44px;
  font-weight: 800;
  margin: 0;
}

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 0 30px;
}
p {
  color: #55585a;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}


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

.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: #f3f3f3;
}

.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;
  list-style: none;
  padding-bottom: 16px;
}

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

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

.footer {
  margin: 80px 0 40px;
}

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

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

.footer a:hover {
  text-decoration: underline;
}
/* Marketo overrides */
.form-container {
  padding: 20px;
}

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: #55585a;
  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;
}

@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 40px;
  }
}

@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;
  }
}

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