html,
body {
    height: 100%;
}

html {
    overflow-x: hidden;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    background-image: url(../images/bkg.png);
    background-repeat: repeat-x;
    background-position: top center;
}
.btn,
.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:focus-within,
.btn-success:visited,
.btn-success:active:hover {
    font-family: "Open Sans";
    font-weight: 400;
    color: #ffffff;
    font-size: 24px;
    background-color: #30bdcb;
    width: 100%;
    border-radius: 0;
    border: none;
    margin-top: 20px;
    margin-bottom: 10px;
}
.btn {
    font-family: "Open Sans";
    font-weight: 400;
    color: #ffffff;
    font-size: 24px;
    background-color: #30bdcb;
    width: 100%;
    border-radius: 0;
    border: none;
    margin-top: 20px;
    margin-bottom: 10px;
}
.btn:hover {
    background-color: #2798a3 !important;
    color: #ffffff !important;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}
textarea {
    resize: none;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.wrap > .container {
    width: 70%;
    padding: 0;
    padding-bottom: 70px;
    max-width: 1200px;
}
.form-group {
  margin-bottom: 10px;
  position: relative;
}
.form-group input:focus,
.form-control:focus,
select:focus,
textarea:focus {
    border: 1px solid #30bdcb;
    box-shadow: none;
}
.form-control {
    height: 40px;
}
.header {
    margin: 30px 0 30px 0;
}
.topheader {
    text-align: center;
}
h1 {
    font-family: "Open Sans";
    font-weight: 400;
    /*font-size: 40px;*/
    font-size: 2.5em;
    color: #30bdcb;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 40px;
    text-align: center;
}
p.description {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 21px; 
    text-align: center;
    margin-bottom: 30px;
}
ul {
    margin-bottom: 40px;
    list-style-type: none;
    list-style-image: none;
    padding-left: 0;
}
ul li {
    list-style-type: none;
    list-style-image: none;
}
label {
    font-family: "Open Sans";
    font-weight: 400;
    color: #666666 !important;
    font-size: 14px;
    width: 100%;
}
label span.required {
    font-size: 12px;
    color: #ff0000;
}
.privacy {
    font-family: "Open Sans";
    font-weight: 400;
    color: #666666;
    font-size: 14px;
    margin: 0 10% 0 10%;
}
.privacy a {
    color: #30bdcb;
    text-decoration: underline;
}
.demo-create div.nopadding,
.trial-create div.nopadding {
    padding-left: 0;
    padding-right: 20px;
}
div.topmargin {
    margin-top: 45px;
}
.demo-form,
.trial-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(153,153,153,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(153,153,153,1);
    box-shadow: 0px 0px 10px 0px rgba(153,153,153,1);
    padding: 10% 0;
}
.demo-form .form-group,
.trial-form .form-group {
    margin: 0 10% 0 10%;
}
.trustparent {
    padding-left: 0;
    padding-right: 0;
}
.trusted {
    font-family: "Open Sans";
    font-weight: 400;
    color: #999999;
    font-size: 14px;
    margin-top: 100px;
    padding-left: 0;
    padding-right: 0;
    display: table;
}
.trusted span {
    float: none;
    clear: both;
    display: block;
    margin-bottom: -4px;
}
.trusted img {
    width: 90%;
}
.trusted div {
    text-align: left;
    padding-left: 0;
    vertical-align: middle;
    display: table-cell;
}
.tabletimg {
    width: 100%;
    max-width: 474px;
}
.computerimg {
    width: 100%;
    max-width: 615px;
}
.form-control {
    border-radius:  0;
    border: 1px solid #999999;
    height: 42px;
    line-height: 42px;
    padding-top: 0;
    padding-bottom: 0;
}
.has-success .form-control {
    border: 1px solid #999999;
}
.has-error .control-label {
    color: #666666;
}
.has-error .help-block,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #ff0000;
}
.has-error .form-control {
    border-color: #ff0000;
}
.requiredsentence {
    font-size: 12px;
    font-family: "Open Sans";
    color: #ff0000;
    margin: 0 10% 0 10%;
}
h2 {
    color: #333333;
    font-size: 24px;
    font-family: "Open Sans";
    font-weight: 600;
    margin: 0 10% 20px 10%;
}
.has-error .help-block {
    font-size: 12px;
    margin-bottom: 10px;
}
.footer {
    background-color: #1f1f1f;
    text-align: center;
    font-size: 14px;
    font-family: "Open Sans";
    color: #666666;
    line-height: 100px;
}
.message {
    background-color: #d3fac9;
    border: 1px solid #8ccf7a;
    text-align: left;
    font-size: 17px;
    font-family: "Open Sans";
    color: #333333;
    display: block;
    line-height: 50px;
    margin-bottom: 10px;
    padding-left: 10%;
}
.demo-create div.formdiv,
.trial-create div.formdiv {
    padding-right: 0;
}
.has-error .multi-select-container .multi-select-button {
    border: 1px solid #ff0000;
}
/*@media (min-width: 1200px) and (orientation: landscape) {
    .wrap > .container {
        width: 85%;
    }
}*/
.field-trial-conference,
.field-demo-year,
.field-trial-year {
    display: none;
}
.field-demo-specialties,
.field-trial-specialties,
#trial-academic_year,
#demo-academic_year {
    display: none;
}
.field-demo-area,
.field-trial-area {
    display: none;
}
#footer-outer[data-custom-color=true] #footer-widgets a:not(.nectar-button) {
    transition: all .2s ease;
}
#footer-outer[data-custom-color=true] #footer-widgets a:not(.nectar-button):focus, #footer-outer[data-custom-color=true] #footer-widgets a:not(.nectar-button):hover {
    opacity: .65;
}
@media (max-width: 1400px) {
    .wrap > .container {
        width: 80%;
    }
}
@media (max-width: 1200px) {
    .tabletimg {
        margin-left: 0;
    }   
}
@media (max-width: 1070px) {
    .wrap .container {
        width: 88%;
    }
    .btn {
        font-size: 23px;
    }
}
@media (max-width: 900px) {
    .btn {
        font-size: 20px;
    }
}
@media (max-width: 770px) {
    .wrap {
        margin-top: -20px;
    }
    .header {
        margin-top: 40px;
    }
    div.topmargin {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 600px) {
  .trusted {
    margin-top: 40px;
  }
  .trusted span {
      display: block;
  }
  .wrap > .container {
      width: 80%;
      padding-bottom: 40px;
  }
  h1 {
      font-size: 30px;
      line-height: 32px;
      text-align: center;
      margin-bottom: 10px;
  }
  div.topmargin {
      margin-top: 30px;
  }
  .topheader {
      text-align: center;
  }
  ul {
      margin-bottom: 20px;
  }
  ul li {
      font-size: 16px;
      text-align: left;
  }
  .tabletimg {
      margin: 0;
      width: 80%;
      margin: auto;
  }
  .wrap {
      margin-top: -40px;
  }
  .wrap img.header {
      margin-bottom: 0;
      margin-top: 55px;
      max-width: 150px;
  }
  .btn {
      font-size: 17px;
  }
}