/* Import All Styles */
h1 {
  font-size: 36px;
}
h2 {
  font-size: 21px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
p {
  font-size: 16px;
}
::-webkit-input-placeholder {
  color: #39434d;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #39434d;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #39434d;
}
:-ms-input-placeholder {
  color: #39434d;
}
.wrap {
  clear: both;
  margin: 0 auto;
  max-width: 1000px;
  overflow: auto;
  padding: 0;
}
.wrap.footer {
  margin-bottom: 20px;
}
.wrap.options {
  text-align: center;
  margin: 20px auto;
}
.wrap.small-tables {
  overflow: hidden;
  font-size: 14px;
}
.wrap.small-tables label,
.wrap.small-tables input {
  font-size: 14px;
}
.wrap.match {
  margin-bottom: 20px;
}
.wrap .box-left {
  width: 48%;
  float: left;
}
.wrap .box-right {
  width: 48%;
  float: right;
}
.main-font {
  font-family: 'proxima_nova', sans-serif;
  font-weight: normal;
}
.transition {
  -o-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
.pull-right {
  float: right;
  margin-left: 10px;
}
.pull-left {
  float: left;
}
.border-box {
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* General Layout */
html,
body {
  font-size: 16px;
  font-family: 'proxima_nova', sans-serif;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  color: #7f8c8d;
}
header,
footer,
section,
nav {
  display: block;
  overflow: auto;
}
img {
  display: block;
  border: none;
}
a {
  color: #8f022d;
  text-decoration: none;
  -o-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
a.blue {
  color: #0d9def;
}
a.green {
  color: #6cc401;
}
a.gold {
  color: #DAA520;
}
a.teal {
  color: #008080;
}
a.darkgreen {
  color: #006400;
}
a.red {
  color: #e74c3c;
}
a.purple {
  color: #566473;
}
a.bold {
  font-family: 'proxima_nova_semibold';
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'proxima_nova_semibold', sans-serif;
  font-weight: normal;
}
h1.pink,
h2.pink,
h3.pink,
h4.pink,
h5.pink {
  color: #8f022d;
}
h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue {
  color: #0d9def;
}
h1.green,
h2.green,
h3.green,
h4.green,
h5.green {
  color: #6cc401;
}
h1.red,
h2.red,
h3.red,
h4.red,
h5.red {
  color: #e74c3c;
}
h1.purple,
h2.purple,
h3.purple,
h4.purple,
h5.purple {
  color: #566473;
}
h1.gray,
h2.gray,
h3.gray,
h4.gray,
h5.gray {
  color: #7f8c8d;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white {
  color: #ffffff;
}
h1.dsp,
h2.dsp,
h3.dsp,
h4.dsp,
h5.dsp {
  margin: 20px 0 0;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  color: #7f8c8d;
  display: block;
  font-weight: normal;
  font-size: 16px;
}
p {
  color: #7f8c8d;
}
hr {
  border: 0;
  height: 1px;
  background: #dbe3e3;
}
/* Forms */
input,
button,
textarea,
select,
label,
a.btn.submit {
  font-family: 'proxima_nova', sans-serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  font-family: 'proxima_nova_semibold', sans-serif;
}
label.required:after {
  content: "*";
  color: #8f022d;
  margin-left: 2px;
}
label {
  font-family: 'proxima_nova_semibold', sans-serif;
}
label.applyRequired {
  color: #454d4e;
}
label.applyRequired:after {
  content: "*";
  color: #8f022d;
  margin-left: 2px;
}
label {
  font-family: 'proxima_nova_semibold', sans-serif;
}
label.applyForm {
  color: #454d4e;
}
input,
textarea,
select {
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #cad2d2 solid;
  padding: 8px;
}
input[type="checkbox"],
textarea[type="checkbox"],
select[type="checkbox"],
input[type="radio"],
textarea[type="radio"],
select[type="radio"] {
  border: none;
  margin: 0;
  padding: 0;
}
input.small,
textarea.small,
select.small {
  min-width: 25%;
}
input.medium,
textarea.medium,
select.medium {
  min-width: 50%;
}
input.large,
textarea.large,
select.large {
  min-width: 75%;
}
input.xlarge,
textarea.xlarge,
select.xlarge {
  min-width: 100%;
}
button,
input[type=submit],
a.btn.submit,
a.btn.submit {
  background: #3c3a51;
  border: 1px #3c3a51 solid;
  color: white;
  font-family: 'proxima_nova_semibold', sans-serif;
  padding: 8px 16px;
  -o-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
button i,
input[type=submit] i {
  color: rgba(255, 255, 255, 0.9);
  margin-right: 5px;
}
button:hover,
input[type=submit]:hover {
  background: #524f6f;
  border-color: #524f6f;
}
button.big,
input[type=submit].big {
  display: inline-block;
  font-size: 1.5em;
  padding: 20px;
}
button.big i,
input[type=submit].big i {
  margin-right: 10px;
}
button.mid,
input[type=submit].mid {
  display: inline-block;
  font-size: 22px;
  padding: 12px 30px;
}
button.mid i,
input[type=submit].mid i {
  color: rgba(255, 255, 255, 0.5);
}
button.purple,
input[type=submit].purple {
  background: #566473;
  border-color: #566473;
}
button.purple:hover,
input[type=submit].purple:hover {
  background: #404b56;
  border-color: #404b56;
}
button.green,
input[type=submit].green {
  background: #6cc401;
  border-color: #6cc401;
}
button.green:hover,
input[type=submit].green:hover {
  background: #509101;
  border-color: #509101;
}
button.blue,
input[type=submit].blue {
  background: #0d9def;
  border-color: #0d9def;
}
button.blue:hover,
input[type=submit].blue:hover {
  background: #0a7dbf;
  border-color: #0a7dbf;
}
button.red,
input[type=submit].red {
  background: #e74c3c;
  border-color: #e74c3c;
}
button.red:hover,
input[type=submit].red:hover {
  background: #d62c1a;
  border-color: #d62c1a;
}
button.pink,
input[type=submit].pink {
  background: #8f022d;
  border-color: #8f022d;
}
button.pink:hover,
input[type=submit].pink:hover {
  background: #5d011d;
  border-color: #5d011d;
}
button.pink:disabled,
input[type=submit].pink:disabled {
  background: #667273;
  border-color: #667273;
}
button.yellow,
input[type=submit].yellow {
  background: #f1c40f;
  border-color: #f1c40f;
}
button.yellow:hover,
input[type=submit].yellow:hover {
  background: #c29d0b;
  border-color: #c29d0b;
}
button.unable,
input[type=submit].unable {
  background: #f2f2f3;
  border-color: #f2f2f3;
  color: #7f8c8d;
}
button.unable:hover,
input[type=submit].unable:hover {
  background: #f2f2f3;
  border-color: #f2f2f3;
}
button.small,
input[type=submit].small {
  height: 32px;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  text-align: center;
  width: 32px;
}
button.small i,
input[type=submit].small i {
  margin: 0;
}
/* Tables */
table {
  width: 100%;
}
table.table {
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
table.table th {
  border-bottom: 1px #f2f2f3 solid;
  color: #7f8c8d;
  padding: 10px 5px;
}
table.table td {
  border-bottom: 1px #f2f2f3 solid;
  color: #95a5a6;
  padding: 10px 5px;
}
table.contact td {
  vertical-align: top;
}
table.contact td label {
  display: block;
  margin-top: 10px;
}
table.dashboard {
  font-size: 13px;
  text-align: center;
}
table.dashboard button {
  margin: 0;
}
table.dashboard i {
  margin-right: 0.25em;
}
table.dashboard td {
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
table.dashboard td.ok {
  color: #6cc401;
}
table.dashboard td.no {
  color: #e74c3c;
}
table.dashboard td.alt {
  color: #f1c40f;
}
table.dashboard td.ready {
  color: #0d9def;
}
/* Alerts */
.alert {
  border: 1px solid;
  display: block;
  clear: both;
  margin: 1em auto;
  padding: 1em;
  position: relative;
}
.alert a.close {
  color: rgba(0, 0, 0, 0.25);
  display: block;
  position: absolute;
  right: 0.25em;
  top: 0.25em;
}
.alert.success {
  background: rgba(108, 196, 1, 0.5);
  border-color: #6cc401;
  color: #264500;
}
.alert.message {
  background: rgba(13, 157, 239, 0.5);
  border-color: #0d9def;
  color: #064e76;
}
.alert.warning {
  background: rgba(231, 76, 60, 0.5);
  border-color: #e74c3c;
  color: #921e12;
}
.alert.danger {
  background: rgba(241, 196, 15, 0.5);
  border-color: #f1c40f;
  color: #796307;
}
/*Job Create*/
.job-create-steptwo select {
  max-width: 200px;
}
/* Forms Content */
.form-cont {
  color: #7f8c8d;
  display: block;
  margin: 30px auto;
  padding: 10px;
}
@media screen and (max-width: 1014px) {
  .form-cont {
    padding-bottom: 180px;
  }
}
.form-cont form {
  max-width: 650px;
  margin: 0 auto;
}
.form-cont form.dashboard {
  min-width: 100%;
}
.form-cont form.comp-pref {
  max-width: 770px;
}
.form-cont input[type="text"],
.form-cont input[type="password"] {
  display: inline-block;
  margin: 5px 0;
}
.form-cont input[type="text"].label,
.form-cont input[type="password"].label {
  margin-bottom: 10px;
}
.form-cont input[type="checkbox"],
.form-cont input[type="radio"] {
  margin-right: 5px;
}
.form-cont button {
  display: inline-block;
  margin: 5px 0;
}
.form-cont button.block {
  display: block;
}
.form-cont label {
  color: #454d4e;
  line-height: 2em;
}
.form-cont label.small {
  color: #95a5a6;
  display: block;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 20px;
}
.form-cont a {
  color: #8f022d;
  text-decoration: none;
}
.form-cont a:hover {
  color: #5d011d;
}
.form-cont table input,
.form-cont table button,
.form-cont table input[type="password"] {
  margin: 0;
}
.form-cont table.fields td {
  position: relative;
  vertical-align: top;
}
.form-cont table.fields td:first-child {
  text-align: right;
  width: 25%;
  padding-top: 1%;
  padding-right: 2%;
}
.form-cont table.fields td.video-edit {
  text-align: left;
  width: 18%;
  padding-top: 1%;
  padding-right: 2%;
  font-size: 10pt;
  padding-left: 1%;
}
.form-cont table.fields td.error {
  color: #e74c3c;
}
.form-cont table.fields td.error input,
.form-cont table.fields td.error textarea,
.form-cont table.fields td.error select {
  border-color: #e74c3c;
}
.form-cont table.fields td.error i {
  display: block;
  font-size: 21px;
  position: absolute;
  right: 5px;
  top: 10px;
}
.form-cont table.fields.dots {
  text-align: center;
}
.form-cont ul.plans {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.form-cont ul.plans li {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  width: 185px;
  height: 235px;
  margin: 5px 5px;
}
.form-cont ul.plans li.main {
  border: 3px #eff3f3 solid;
  -o-box-shadow: 5px 5px 15px #f2f2f3;
  -moz-box-shadow: 5px 5px 15px #f2f2f3;
  -webkit-box-shadow: 5px 5px 15px #f2f2f3;
  -ms-box-shadow: 5px 5px 15px #f2f2f3;
  box-shadow: 5px 5px 15px #f2f2f3;
}
.form-cont ul.plans li.main span {
  color: #8f022d;
  font-size: 26px;
}
.form-cont ul.plans li span {
  color: #566473;
  display: block;
  font-size: 21px;
  font-weight: bold;
  margin: 20px auto;
}
.form-cont ul.plans li p {
  height: 70px;
}
.form-cont ul.plans hr {
  background: #eff3f3;
}
.form-cont ul.plans a.btn {
  margin-top: 20px;
  cursor: pointer;
}
.form-cont div.notes {
  padding-top: 40px;
}
.form-cont div.notes p {
  padding: 0 40px;
}
.form-cont ul.approver {
  border-bottom: 1px #dbe3e3 solid;
  list-style-type: none;
  margin: 0;
  padding: 0 0 20px 0;
}
.form-cont ul.approver:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.form-cont ul.approver button {
  margin-bottom: 10px;
}
.form-cont ul.approver h1 {
  margin-bottom: 10px;
}
.form-cont ul.approver li {
  border-bottom: 1px #f2f2f3 dotted;
  border-spacing: 0;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-bottom: 20px;
  overflow: auto;
}
.form-cont ul.approver li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.form-cont ul.approver li.title {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.form-cont ul.approver li.title {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.form-cont ul.approver iframe {
  float: left;
}
.form-cont ul.approver .form {
  display: block;
  float: left;
  margin-left: 20px;
  width: 300px;
}
.form-cont ul.approver .form select,
.form-cont ul.approver .form textarea {
  display: block;
}
.form-cont ul.approver .form textarea {
  height: 150px;
  margin-top: 20px;
}
.form-cont ul.approver .form p {
  margin-bottom: 0;
}
.form-cont ul.approver .form h2 {
  margin: 0 0 10px 0;
}
.form-cont ul.approver .options {
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 20px;
  width: 140px;
}
.form-cont ul.approver .options button {
  min-width: 100%;
}
.form-cont ul.approver .matched {
  background: none;
  float: none;
  margin: 0 0 20px;
  padding: 0;
}
.form-cont ul.approver .matched ul.matches {
  background: none;
  clear: both;
  display: block;
  float: none;
  margin: 10px 0 0;
  padding: 0;
  width: 100%;
}
.form-cont ul.approver .matched ul.matches i {
  margin-left: 5px;
}
.form-cont ul.approver .matched ul.matches li:first-child i {
  margin-left: 5px;
}
/* Wrapper */
.wrapper {
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  overflow: hidden;
  padding-bottom: 102px;
  position: relative;
}
/* Sidebar */
.sidebar {
  float: right;
  margin-left: 20px;
  overflow: auto;
  width: 280px;
}
/* Internal or Section Container */
.main-cont {
  float: left;
  overflow: auto;
  width: 700px;
}
.full-cont {
  clear: both;
  overflow: auto;
  width: 100%;
}
/* Box Buttons */
a.box {
  display: inline-block;
  background: #566473;
  color: white;
  font-family: 'proxima_nova_semibold', sans-serif;
  font-size: 1.5em;
  padding: 1.75em;
  text-align: center;
  text-decoration: none;
}
a.box i {
  display: block;
  font-size: 5em;
  margin-bottom: 0.1em;
}
a.box:hover {
  background: #404b56;
}
a.box.purple {
  background: #566473;
}
a.box.purple:hover {
  background: #404b56;
}
a.box.green {
  background: #6cc401;
}
a.box.green:hover {
  background: #509101;
}
a.box.blue {
  background: #0d9def;
}
a.box.blue:hover {
  background: #0a7dbf;
}
a.box.red {
  background: #e74c3c;
}
a.box.red:hover {
  background: #d62c1a;
}
a.box.pink {
  background: #8f022d;
}
a.box.pink:hover {
  background: #5d011d;
}
a.box.unable {
  background: #f2f2f3;
  color: #7f8c8d;
}
a.box.unable:hover {
  background: #d7d7db;
}
/* Banners */
.secure {
  color: #6cc401;
  display: inline-block;
  font-family: 'proxima_nova_semibold';
  margin-top: 30px;
  padding: 0;
}
.secure i {
  display: inline-block;
  margin-right: 5px;
}
/* Buttons */
a.btn {
  background: #3c3a51;
  color: white;
  display: inline-block;
  cursor: pointer;
  font-family: 'proxima_nova_semibold', sans-serif;
  line-height: 24px;
  min-height: 24px;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  -o-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
a.btn i {
  color: rgba(255, 255, 255, 0.9);
  margin-right: 5px;
}
a.btn:hover {
  background: #8f8e95;
  border-color: #8f8e95;
  color: white;
}
a.btn.purple {
  background: #566473;
  border-color: #566473;
}
a.btn.purple:hover {
  background: #404b56;
  border-color: #404b56;
}
a.btn.green {
  background: #6cc401;
  border-color: #6cc401;
}
a.btn.green:hover {
  background: #509101;
  border-color: #509101;
}
a.btn.darkgreen {
  background: #009E0F;
  border-color: #009E0F;
}
a.btn.darkgreen:hover {
  background: #006b0a;
  border-color: #006b0a;
}
a.btn.dar {
  background: #6cc401;
  border-color: #6cc401;
}
a.btn.dar:hover {
  background: #509101;
  border-color: #509101;
}
a.btn.red {
  background: #e74c3c;
  border-color: #e74c3c;
}
a.btn.red:hover {
  background: #d62c1a;
  border-color: #d62c1a;
}
a.btn.darkred {
  background: #CC0000;
  border-color: #CC0000;
}
a.btn.darkred:hover {
  background: #990000;
  border-color: #990000;
}
a.btn.white {
  background: whitesmoke;
  border-color: whitesmoke;
  color: black;
}
a.btn.white:hover {
  background: #dcdcdc;
  border-color: #dcdcdc;
}
a.btn.gold {
  background: #DAA520;
  border-color: #DAA520;
}
a.btn.gold:hover {
  background: #ae8319;
  border-color: #ae8319;
}
a.btn.teal {
  background: #008080;
  border-color: #008080;
}
a.btn.teal:hover {
  background: #004d4d;
  border-color: #004d4d;
}
a.btn.darkgreen {
  background: #006400;
  border-color: #006400;
}
a.btn.darkgreen:hover {
  background: #003100;
  border-color: #003100;
}
a.btn.blue {
  background: #0d9def;
  border-color: #0d9def;
}
a.btn.blue:hover {
  background: #0a7dbf;
  border-color: #0a7dbf;
}
a.btn.pink {
  background: #8f022d;
  border-color: #8f022d;
}
a.btn.pink:hover {
  background: #5d011d;
  border-color: #5d011d;
}
a.btn.yellow {
  background: #f1c40f;
  border-color: #f1c40f;
}
a.btn.yellow:hover {
  background: #c29d0b;
  border-color: #c29d0b;
}
a.btn.unable {
  background: #f2f2f3;
  border-color: #7f8c8d;
  color: #7f8c8d;
}
a.btn.unable:hover {
  background: #d7d7db;
  border-color: #d7d7db;
}
a.btn.right {
  margin-right: 15px;
}
a.btn.big {
  display: inline-block;
  font-size: 1.5em;
  padding: 20px;
}
a.btn.big i {
  margin-right: 10px;
}
a.btn.admin {
  width: 150px;
  text-align: left;
}
/* Header */
header {
  background: white;
  color: #95a5a6;
  font-family: 'proxima_nova_semibold', sans-serif;
  height: 70px;
  margin-bottom: 20px;
  overflow: visible;
  position: relative;
  z-index: 1;
}
header .toggle {
  background: #8f022d;
  color: white;
  display: none;
  height: 40px;
  left: 20px;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 40px;
}
header .toggle i {
  font-size: 20px;
  line-height: 40px;
}
header a.logo {
  display: inline-block;
  float: left;
  height: 70px;
  line-height: 70px;
  /*&:hover { background: @light; }*/
  /*&:after {
			content: "";
			width: 0;
			height: 0;
			position: absolute;
			right: -20px;
			top: 50%;
			margin-top: -10px;
			margin-right: 0px;
			border: 10px solid transparent;
			border-left-color: @dk-pink;
		}

		&:hover {
			background: lighten(@dk-pink, 10%);

			&:after {
				border-left-color: lighten(@dk-pink, 10%);
			}
		}*/
}
header a.logo img {
  height: 60px;
  padding: 5px 0;
  width: auto;
}
header nav {
  display: inline-block;
  float: right;
  overflow: hidden;
}
header nav ul {
  display: block;
  margin: 0;
  padding: 0;
}
header nav li {
  display: block;
  float: left;
  list-style-type: none;
  text-transform: uppercase;
  text-align: left;
}
header nav li > ul {
  display: none;
  margin: 0;
  padding: 0;
  top: 0;
  z-index: 9999;
}
header nav li > ul a {
  color: white;
  line-height: 40px;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  text-align: left;
}
header nav li > ul > li {
  display: block;
  float: none;
  font-size: 13px;
  text-transform: none;
  text-align: left;
}
@media screen and (min-width: 781px) {
  header nav li:hover {
    background: rgba(13, 157, 239, 0.8);
  }
  header nav li:hover > ul {
    display: block;
  }
  header nav li:hover > ul a:after {
    border-top: none;
  }
  header nav li:hover a {
    color: white;
  }
}
header nav a {
  color: #95a5a6;
  display: block;
  line-height: 70px;
  position: relative;
  padding: 0 20px;
  text-decoration: none;
  text-align: center;
}
header nav a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -20px;
  border: 10px solid transparent;
  border-top-color: transparent;
}
header nav a:hover {
  background: #0d9def;
  color: white;
}
header nav a:hover:after {
  border-top-color: #0d9def;
}
header nav a.mprofile {
  text-transform: none;
}
header .wrap {
  position: relative;
}
/* Company Class */
.company {
  line-height: 16px;
  margin-bottom: 10px;
  width: 100%;
}
.company h1 {
  display: inline-block;
  color: #8f022d;
  font-size: 24px;
  max-width: 50%;
  line-height: 22px;
  margin: 5px 0;
  vertical-align: middle;
  text-align: left;
}
.company img.logo {
  display: inline-block;
  height: 50px;
  margin-right: 10px;
  max-width: 197px;
  vertical-align: middle;
}
.company .sidebar a.btn {
  float: left;
  margin-right: 5%;
  padding: 8px 0;
  width: 55%;
}
.company .sidebar a.btn:last-child {
  margin-right: 0;
  width: 40%;
}
/* Videos Area */
.videos {
  float: left;
  margin-bottom: 20px;
  overflow: auto;
}
.videos iframe.big {
  float: left;
}
.videos iframe.small {
  float: right;
}
.videos iframe.small:last-child {
  margin-top: 23px;
}
/* Labels for videos */
.videos.previewJob {
  max-width: 690px;
}
.iframes-cont-jobs {
  float: left;
}
.iframes-cont-jobs-small-vid1,
.iframes-cont-jobs-small-vid2 {
  float: right;
}
.iframes-cont-jobs-small-vid2 {
  margin-top: 15px;
}
.label-manager,
.label-coworker,
.sidebar.top3 .footer {
  display: block;
  margin-top: -5px;
  padding: 0 0 2px 10px;
  background-color: #8f022d;
  color: #fff;
  font-family: "proxima_nova_semibold", sans-serif;
  line-height: 25px;
}
.sidebar.top3 .footer {
  margin-top: 0px;
  height: 25px;
}
.label-coworker {
  background-color: #039af3;
}
.videos iframe.big,
.videos iframe.small {
  float: none;
}
/* Top 3 */
.top3 h2 {
  background: #8f022d;
  color: white;
  display: block;
  font-family: 'proxima_nova_semibold', sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 15px 20px;
  position: relative;
}
.top3 h2:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: 25px;
  margin-right: 0px;
  border: 7px solid transparent;
  border-top-color: #8f022d;
}
.top3 ul {
  display: block;
  font-family: 'proxima_nova_semibold', sans-serif;
  font-size: 13px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.top3 li {
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
  color: #75747c;
  margin: 0;
  overflow: auto;
  padding: 15px 10px;
  word-wrap: break-word;
}
.top3 li:last-child {
  border-bottom: none;
  padding-bottom: 14px;
}
.top3 span.number {
  color: #8f022d;
  display: block;
  float: left;
  font-size: 32px;
  margin-right: 15px;
  width: 8%;
}
.top3 span.text {
  display: block;
  float: left;
  width: 85%;
}
/* Match Criteria */
.criteria {
  background: #0d9def;
  color: white;
  display: inline-block;
  height: 60px;
  float: left;
  overflow: hidden;
  width: 1000px;
}
.criteria h3 {
  background: #3c3a51;
  display: inline-block;
  float: left;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 140px;
}
.criteria h3:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -14px;
  top: 50%;
  margin-top: -7px;
  margin-right: 0px;
  border: 7px solid transparent;
  border-left-color: #3c3a51;
}
.criteria .level {
  background: rgba(255, 255, 255, 0.35);
  display: inline-block;
  float: left;
  height: 20px;
  line-height: 60px;
  margin: 20px 10px 0 30px;
  padding: 0;
  width: 330px;
}
.criteria .level span.bar {
  background: rgba(255, 255, 255, 0.75);
  float: left;
  display: block;
  height: 100%;
}
.criteria span.cant {
  float: left;
  line-height: 60px;
}
/* Matched Benefits Icons: List */
ul.matches {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.matches li {
  margin: 5px 0;
}
ul.matches i {
  background: #524f6f;
  color: white;
  display: inline-block;
  font-size: 29px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  margin-right: -6.5px;
  margin-left: 9px;
  text-align: center;
  width: 50px;
}
ul.matches i.green {
  background: #6cc401;
}
ul.matches i.orange {
  background: #f48e21;
}
ul.matches i.blue {
  background: #0d9def;
}
ul.matches i.pink {
  background: #dd027e;
}
ul.matches i.aqua {
  background: #01c4a6;
}
ul.matches i.ft-green {
  background: #39CF44;
}
ul.matches i.dk-pink {
  background: #8f022d;
}
ul.matches i.hd-pink {
  background: #9f022c;
}
ul.matches i.md-blue {
  background: #3d9cd2;
}
ul.matches i.md-gray {
  background: #95a5a6;
}
ul.matches i.gray {
  background: #7f8c8d;
}
ul.matches i.yellow {
  background: #f1c40f;
}
ul.matches i.turquoise {
  background: #1abc9c;
}
ul.matches i.greensea {
  background: #16a085;
}
ul.matches i.nephritis {
  background: #27ae60;
}
ul.matches i.pumpkin {
  background: #d35400;
}
ul.matches i.pomegranate {
  background: #c0392b;
}
ul.matches i.amethyst {
  background: #9b59b6;
}
ul.matches i.more {
  background: #e74c3c;
}
ul.matches i span {
  font-size: 16px;
  font-style: normal;
  font-family: 'proxima_nova_semibold';
}
.match {
  background: #0d9def;
  color: white;
  text-align: center;
}
.matched {
  float: left;
  margin: 0;
  overflow: hidden;
}
.matched h3 {
  background: #3c3a51;
  color: white;
  display: inline-block;
  float: left;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 170px;
}
.matched ul.matches {
  background: #292738;
  color: white;
  display: inline-block;
  float: left;
  height: 40px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: relative;
  width: 260px;
}
.matched ul.matches:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -14px;
  top: 50%;
  margin-top: -7px;
  margin-left: 0px;
  border: 7px solid transparent;
  border-right-color: #292738;
}
.matched ul.matches li {
  display: inline-block;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.matched ul.matches i {
  background: #524f6f;
  display: block;
  font-size: 21px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  margin-left: 10px;
  text-align: center;
  width: 40px;
}
.matched ul.matches i.green {
  background: #6cc401;
}
.matched ul.matches i.orange {
  background: #f48e21;
}
.matched ul.matches i.blue {
  background: #0d9def;
}
.matched ul.matches i.pink {
  background: #dd027e;
}
.matched ul.matches i.aqua {
  background: #01c4a6;
}
.matched ul.matches i.ft-green {
  background: #39CF44;
}
.matched ul.matches i.dk-pink {
  background: #8f022d;
}
.matched ul.matches i.hd-pink {
  background: #9f022c;
}
.matched ul.matches i.md-blue {
  background: #3d9cd2;
}
.matched ul.matches i.md-gray {
  background: #95a5a6;
}
.matched ul.matches i.gray {
  background: #7f8c8d;
}
.matched ul.matches i.yellow {
  background: #f1c40f;
}
.matched ul.matches i.turquoise {
  background: #1abc9c;
}
.matched ul.matches i.greensea {
  background: #16a085;
}
.matched ul.matches i.nephritis {
  background: #27ae60;
}
.matched ul.matches i.pumpkin {
  background: #d35400;
}
.matched ul.matches i.pomegranate {
  background: #c0392b;
}
.matched ul.matches i.amethyst {
  background: #9b59b6;
}
.matched ul.matches i.more {
  background: #e74c3c;
}
.matched ul.matches i span {
  font-size: 16px;
  font-style: normal;
  font-family: 'proxima_nova_semibold';
}
/* Job Content */
.info {
  color: #7f8c8d;
  float: left;
  padding: 30px;
  width: 640px;
  word-wrap: break-word;
  min-height: 440px;
}
.info h2 {
  color: #8f022d;
  font-size: 24px;
  margin: 0;
}
.info h2 span {
  color: #7f8c8d;
  display: block;
  font-family: 'proxima_nova_semibold', sans-serif;
  font-size: 16px;
}
.data {
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #f2f2f3;
  color: #566473;
  font-size: 14px;
  line-height: 21px;
  padding: 20px;
}
.data h3 {
  display: inline-block;
  font-size: 18px;
  margin-top: 10px;
  vertical-align: middle;
}
.data img.logo {
  display: inline-block;
  height: 42px;
  margin-right: 10px;
  width: auto;
  vertical-align: middle;
}
.data p#career-link {
  font-size: 15px;
}
.data a {
  color: #196692;
  font-family: 'proxima_nova_semibold', sans-serif;
  text-decoration: none;
}
.data a:hover {
  color: #8f022d;
}
.data table td {
  text-align: left;
}
.data table td:nth-child(1n+2) {
  color: #8f022d;
  font-family: 'proxima_nova_semibold', sans-serif;
  text-align: left;
}
/* Bottom Buttons */
.buttons {
  float: right;
  margin: 0;
  text-align: right;
  width: 280px;
}
.buttons a.btn {
  display: block;
  text-align: center;
  padding: 8px 0;
  min-width: 15%;
}
#applynowButton {
  position: relative;
}
/* Footer */
footer {
  background: #8f022d;
  bottom: 0;
  font-size: 14px !important;
  padding: 20px 0;
  position: absolute;
  width: 100%;
}
footer a {
  color: white;
  font-family: 'proxima_nova_semibold', sans-serif;
  text-decoration: none;
}
footer nav {
  display: inline-block;
  text-align: center;
}
footer nav ul {
  margin: 0;
  padding: 0;
}
footer nav li {
  display: inline-block;
  list-style-type: none;
}
footer nav li:first-child {
  margin-left: 75px;
  border-right: 1px rgba(255, 255, 255, 0.3) solid;
}
footer nav a {
  padding: 0 25px;
}
footer ul.social {
  display: inline-block;
  list-style-type: none;
  margin: 0 0 0 50px;
  padding: 0;
}
footer ul.social li {
  display: inline-block;
  margin-left: 2px;
}
footer ul.social a {
  background: transparent;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px rgba(255, 255, 255, 0.25) solid;
  display: block;
  height: 36px;
  line-height: 42px;
  text-align: center;
  width: 36px;
}
footer ul.social a:hover.twt {
  background: #00aced;
  border-color: #00aced;
}
footer ul.social a:hover.fb {
  background: #3b5998;
  border-color: #3b5998;
}
footer ul.social a:hover.lnkdin {
  background: #007bb6;
  border-color: #007bb6;
}
footer ul.social a:hover.gplus {
  background: #dd4b39;
  border-color: #dd4b39;
}
footer ul.social a:hover.pint {
  background: #cb2027;
  border-color: #cb2027;
}
footer ul.social i {
  font-size: 20px;
}
footer p {
  color: white;
  font-size: 14px;
}
footer p.copy {
  display: inline-block;
}
/* PopUp Styles */
.popup {
  background: white;
  border: 1px rgba(86, 100, 115, 0.25) solid;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: auto;
}
.popup a.close {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}
.popup a.close:hover {
  color: white;
}
.popup h3 {
  color: white;
  margin: 0;
}
.popup h4 {
  margin: 0;
}
.popup ol li {
  line-height: 30px;
}
.popup .title {
  background: rgba(60, 58, 81, 0.75);
  padding: 20px;
  position: relative;
}
.popup .content {
  color: #75747c;
  padding: 20px;
}
.popup .controls {
  border-top: 1px rgba(86, 100, 115, 0.25) solid;
  padding: 20px;
  text-align: right;
}
/* Steps List */
ul.steps {
  list-style-type: none;
  margin: 0;
  overflow: auto;
  padding: 0;
}
ul.steps li {
  background: #eff3f3;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #7f8c8d;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 20px 0;
  position: relative;
  text-align: center;
  width: 33%;
}
ul.steps li span {
  font-size: 21px;
  font-weight: bold;
  display: block;
}
ul.steps li:nth-child(2n+2) {
  margin: 0 0.5%;
}
ul.steps li.active {
  background: #0d9def;
  color: white;
}
ul.steps.four li {
  width: 24.5%;
  margin-left: 0.65%;
}
ul.steps.four li:first-child {
  margin-left: 0;
}
ul.steps.four li:nth-child(2n+2) {
  margin-right: 0;
}
/* Body: Home Page */
.home .wrapper {
  background: #8f022d url('../img/photo-meeting-room.jpg') center center fixed;
  background-size: cover;
}
.home .wrap.main {
  text-align: center;
}
.home .wrap iframe {
  margin: 10px auto 20px;
  display: block;
}
.home .wrap.mobileDevices {
  color: #0d9def;
  margin: 10px, 10px, 10px, 10px;
  border: 3px solid #DAA520;
  padding: 10px 40px;
  background: #FFFACD;
  width: 60%;
  border-radius: 15px;
  font-family: 'proxima_nova_semibold';
  font-size: 14px;
}
.home .wrap.message {
  color: white;
  font-family: 'proxima_nova_semibold';
  font-size: 32px;
  margin: 30px auto;
  max-width: 600px;
  text-align: center;
  margin-top: 8%;
}
.home .wrap.message span.text {
  display: block;
  float: middle;
  line-height: 50px;
  margin-right: 10px;
}
.home .wrap.boxes {
  display: block;
  text-align: center;
}
.home .wrap.boxes a.box {
  height: 8em;
  width: 8em;
  line-height: 0.25em;
  text-transform: uppercase;
}
.home .wrap.boxes a.box:first-child {
  margin-right: 2em;
}
.home .wrap.boxes a.box i {
  line-height: 1.25em;
}
.home .wrap.stores {
  color: white;
  font-family: 'proxima_nova_semibold';
  font-size: 21px;
  margin: 30px auto;
  max-width: 600px;
  text-align: center;
}
.home .wrap.stores span.text {
  display: block;
  float: left;
  line-height: 50px;
  margin-right: 10px;
}
.home .wrap.stores img {
  border: none;
  display: block;
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
  width: auto;
}
.home footer {
  background: transparent;
}
/* iframe: for Video Players */
iframe.single-player {
  display: block;
  margin: 10px auto;
  border: 0;
}
/* Share & Social Icons */
ul.social-icons {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.social-icons li {
  display: inline-block;
}
ul.social-icons li a {
  background: #7f8c8d;
  color: white;
  display: block;
  height: 32px;
  text-align: center;
  width: 32px;
}
ul.social-icons li a i {
  display: block;
  font-size: 18px;
  line-height: 32px;
}
ul.social-icons li a.si-fb {
  background: #3b5998;
}
ul.social-icons li a.si-fb:hover {
  background: #2d4373;
}
ul.social-icons li a.si-in {
  background: #007bb6;
}
ul.social-icons li a.si-in:hover {
  background: #005983;
}
ul.social-icons li a.si-twt {
  background: #00aced;
}
ul.social-icons li a.si-twt:hover {
  background: #0087ba;
}
ul.social-icons li a.si-gp {
  background: #dd4b39;
}
ul.social-icons li a.si-gp:hover {
  background: #c23321;
}
ul.social-icons li a.si-mail {
  background: #6cc401;
}
ul.social-icons li a.si-mail:hover {
  background: #509101;
}
/* Fieldsets */
fieldset {
  border: none;
  border-top: 1px #dbe3e3 solid;
  margin: 0;
}
fieldset legend {
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
fieldset h1,
fieldset h2,
fieldset h3,
fieldset h4 {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
/* Type Boxes */
a.type-box {
  color: #3d9cd2;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #eff3f3 solid;
  display: inline-block;
  height: 350px;
  margin: 50px 45px;
  overflow: hidden;
  text-align: center;
  width: 350px;
}
a.type-box i {
  display: block;
  font-size: 135px;
  margin: 80px 0 10px;
}
a.type-box span.title {
  display: block;
  font-size: 32px;
  font-family: 'proxima_nova_semibold', sans-serif;
}
a.type-box:hover {
  background: #3d9cd2;
  color: white;
}
[class^="mc-"]:before,
[class*=" mc-"]:before {
  line-height: inherit;
}
.containerPreviewLogo {
  position: relative;
  width: 100%;
  height: 100%;
}
.containerPreviewLogo img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*Buy Packages*/
.buypackages {
  text-align: center;
}
.buypackages ul.plans {
  list-style-type: none;
  margin: 40px 0 80px 0;
  padding: 0;
}
.buypackages ul.plans li {
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  width: 33%;
}
.buypackages ul.plans li.main {
  border: 1px #eff3f3 solid;
  -o-box-shadow: 0 5px 15px #f2f2f3;
  -moz-box-shadow: 0 5px 15px #f2f2f3;
  -webkit-box-shadow: 0 5px 15px #f2f2f3;
  -ms-box-shadow: 0 5px 15px #f2f2f3;
  box-shadow: 0 5px 15px #f2f2f3;
}
.buypackages ul.plans li.main span {
  color: #8f022d;
  font-size: 26px;
}
.buypackages ul.plans li span {
  color: #566473;
  display: block;
  font-size: 21px;
  font-weight: bold;
  margin: 20px auto;
}
.buypackages ul.plans hr {
  background: #eff3f3;
}
.buypackages ul.plans a.btn {
  margin-bottom: 20px;
  cursor: pointer;
}
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 1px #f2f2f3 solid;
}
table.dataTable.no-footer {
  border-bottom: 1px #f2f2f3 solid;
}
.dataTables_wrapper .dataTables_length {
  padding-top: 0.25em;
}
.truncate {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.confirmVideo {
  background: #8f022d url('../img/photo-meeting-room.jpg') center center fixed;
  background-size: cover;
}
.confirmVideo .wrapper {
  background: rgba(143, 2, 45, 0.9);
}
.confirmVideo .wrap.main {
  text-align: center;
}
.confirmVideo .wrap iframe {
  margin: 10px auto 20px;
  display: block;
}
.confirmVideo .wrap.boxes {
  display: block;
  text-align: center;
  margin-top: 10%;
}
.confirmVideo .wrap.boxes a.box {
  height: 8em;
  width: 14em;
  /*line-height: 0.25em;
				text-transform: uppercase;*/
}
.confirmVideo .wrap.boxes a.box:first-child {
  margin-right: 2em;
}
.confirmVideo .wrap.boxes a.box i {
  line-height: 1.25em;
}
textarea {
  resize: none;
}
button.btn {
  cursor: pointer;
}
button.btn.unable {
  cursor: not-allowed;
}
/*Edit company settings*/
#divEditCompanyForm #Preferences #email-pref {
  margin-top: 20px;
}
#divEditCompanyForm #Preferences #email-pref label {
  font-weight: bold;
}
#divEditCompanyForm #Preferences #email-pref p {
  margin-top: 0;
  font-size: 14px;
}
/**/
#send-more-info-form div.fields div,
#join-talent-form div.fields div {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* Wizard Styles */
#wizard {
  background: url(../img/bg-wizard.jpg) center center fixed;
  background-size: cover;
  /* Fieldsets */
}
#wizard .wrapper {
  background: rgba(255, 255, 255, 0.85);
  margin: 0 auto;
  max-width: 1280px;
}
#wizard .wrap.form-cont {
  background: white;
  border-top: 5px #cae9fc solid;
  padding: 50px;
}
#wizard .benefits-box {
  background: -webkit-linear-gradient(white, white, #f2f2f3);
  background: -o-linear-gradient(white, white, #f2f2f3);
  background: -moz-linear-gradient(white, white, #f2f2f3);
  background: linear-gradient(white, white, #f2f2f3);
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #dbe3e3 solid;
  display: inline-block;
  margin: 0;
  min-height: 270px;
  width: 370px;
}
#wizard .benefits-box.left {
  float: left;
  margin-left: -100px;
}
#wizard .benefits-box.right {
  float: right;
  margin-right: -100px;
}
#wizard .benefits-box h2 {
  background: #e9f6fe;
  border: 1px white solid;
  border-bottom-color: #cae9fc;
  color: #0880c4;
  display: block;
  font-family: 'proxima_nova_bold';
  font-size: 20px;
  margin: 0;
  padding: 13px 20px;
}
#wizard .benefits-box h2 i {
  margin-right: 5px;
}
#wizard .benefits-box h2 img {
  display: inline-block;
  margin: 0 4px -4px 0;
}
#wizard .benefits-box ul {
  margin: 0;
  padding: 15px 20px;
  list-style-type: none;
  text-shadow: 0 1px white;
  min-height: 150px;
}
#wizard .benefits-box li {
  padding-bottom: 5px;
}
#wizard .benefits-box label {
  font-family: 'proxima_nova';
}
#wizard .clearfix {
  margin-bottom: 50px;
}
#wizard .wrap.footer {
  text-align: center;
}
#wizard .wrap.steps {
  margin-top: 53px;
  margin-bottom: -93px;
}
#wizard .wrap.steps ul {
  list-style-type: none;
  margin: 0;
  padding: 0 200px;
}
#wizard .wrap.steps ul.four li {
  width: 25%;
}
#wizard .wrap.steps ul.three li {
  width: 33%;
}
#wizard .wrap.steps li {
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'proxima_nova_semibold', sans-serif;
  font-weight: normal;
}
#wizard .wrap.steps li.active .step {
  background: #0d9def;
  color: white;
}
#wizard .wrap.steps li.active .title {
  display: block;
}
#wizard .wrap.steps li .step {
  background: #cae9fc;
  border: 4px #cae9fc solid;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #454d4e;
  display: block;
  font-size: 23px;
  height: 34px;
  line-height: 34px;
  margin: 0 auto;
  width: 34px;
}
#wizard .wrap.steps li .title {
  color: #5399c3;
  display: none;
  font-size: 14px;
  height: 35px;
  width: 75%;
  margin: 0 auto;
  margin-top: 5px;
  overflow: hidden;
}
#wizard fieldset {
  border: none;
  border-top: 1px #dbe3e3 solid;
  margin: 40px -30px 0;
}
#wizard fieldset legend {
  color: #0d9def;
  font-family: 'proxima_nova_semibold', sans-serif;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  padding: 0 20px;
}
#wizard fieldset span.tagline {
  display: block;
  font-family: 'proxima_nova_semibold', sans-serif;
  font-size: 21px;
  font-weight: normal;
  color: #8f022d;
  padding: 10px 0 30px;
  text-align: center;
}
div.alert.message {
  margin-top: 10px;
}
td.video-edit img.thumb {
  width: 50px;
  float: left;
  display: inline-block;
}
td.video-edit img.hidden {
  display: none;
}
td.video-edit a.vs,
td.video-edit a.vr {
  min-height: 21px;
  line-height: 21px;
  width: 10px;
  float: left;
}
tr.selectable {
  cursor: pointer;
  cursor: hand;
}
tr.selectable.sel-vid .iframes-cont-jobs iframe {
  outline: 4px solid #6cc401;
  outline-offset: -4px;
}
/* Header & Navigation */
@media screen and (max-width: 780px) {
  header {
    height: 80px;
  }
  header a.logo {
    background: transparent;
    display: block;
    float: none;
    height: 80px;
    line-height: 90px;
    margin: 0 auto;
    max-width: 50%;
    padding: 0;
    text-align: center;
  }
  header a.logo img {
    height: 50px;
    margin: 0 auto;
    padding: 15px 0;
  }
  header a.logo:hover {
    background: transparent;
  }
  header a.logo:after {
    border: none;
  }
  header nav {
    background: #0d9def;
    -o-box-shadow: -10px 0 30px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: -10px 0 30px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: -10px 0 30px rgba(0, 0, 0, 0.25) inset;
    -ms-box-shadow: -10px 0 30px rgba(0, 0, 0, 0.25) inset;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.25) inset;
    display: none;
    font-weight: 500;
    height: 100%;
    font-family: 'proxima_nova', sans-serif;
    font-weight: normal;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
    min-width: 260px;
  }
  header nav.visible {
    display: block;
    left: 0;
  }
  header nav ul {
    padding: 0;
  }
  header nav li {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    display: block;
    float: none;
    margin: 0;
    padding: 0;
  }
  header nav li:first-child {
    border: none;
  }
  header nav li a:hover {
    background: rgba(0, 0, 0, 0.25);
  }
  header nav a {
    color: white;
  }
  header li.submenu-active > ul {
    display: block;
  }
  header li.submenu-active > ul a:after {
    border-top: none;
  }
  header a {
    color: white;
  }
  header .toggle {
    display: block;
  }
}
/*Company Dashboard*/
select.large {
  max-width: 200px;
}
.company-dashboard .company-content .logo {
  float: left;
  position: relative;
  max-height: 100px;
  max-width: 185px;
}
.company-dashboard .company-content .company-info {
  float: left;
  max-width: 795px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.company-dashboard .company-content .company-info .name {
  font-size: 22pt;
  color: #8f022d;
}
.company-dashboard .company-content .company-info .address {
  font-size: 10pt;
}
.company-dashboard .company-content .company-info .description {
  font-size: 12pt;
  min-height: 40px;
  vertical-align: top;
  text-align: justify;
  margin-top: 5px;
  color: #454d4e;
  border-bottom: 3px;
}
.company-dashboard .company-content .company-info .url {
  vertical-align: top;
  font-size: 10pt;
  text-decoration: none;
  cursor: pointer;
}
.company-dashboard .company-indicators {
  text-align: center;
  vertical-align: middle;
  clear: both;
}
.company-dashboard .company-indicators .indicator {
  float: left;
  margin: 7px;
  display: block;
}
.company-dashboard .company-indicators .indicator .title {
  padding: 4px;
  color: #0d9def;
  font-size: 12pt;
  border-bottom: 1px solid #cad2d2;
}
.company-dashboard .company-indicators .indicator .value {
  font-size: 28pt;
  height: 25px;
}
.company-dashboard .company-actions {
  float: left;
  clear: both;
  margin-top: 40px;
  border-right: 1px solid #eff3f3;
  width: 183px;
}
.company-dashboard .company-actions .menu-section {
  width: 163px;
  margin-bottom: 5px;
}
.company-dashboard .company-actions .menu-section .menu-title {
  font-size: 14pt;
  text-align: center;
  margin-bottom: 3px;
}
.company-dashboard .company-actions .menu-section .menu-buttons a {
  margin-bottom: 2px;
}
.company-dashboard .company-dashboard-content {
  max-width: 796px;
  width: 796px;
  float: left;
  margin: 20px 0 30px 20px;
}
.company-dashboard .company-dashboard-content .ui-accordion-header {
  color: #8f022d;
  font-weight: normal;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border-radius: 0;
}
.company-dashboard .company-dashboard-content .ui-state-default {
  background-color: transparent;
  font-weight: normal;
}
.company-dashboard .company-dashboard-content .ui-state-hover {
  border: none;
  background-color: ghostwhite;
}
.company-dashboard .company-dashboard-content .ui-state-active {
  border: none;
  background-color: ghostwhite;
}
.company-dashboard .company-dashboard-content .ui-accordion-content {
  border: none;
}
.company-dashboard .company-dashboard-content .ui-state-focus {
  border: none;
  background-color: ghostwhite;
}
.company-dashboard .company-dashboard-content .recruiter-dashboard table.dashboard {
  text-align: left;
}
.company-dashboard .company-dashboard-content .recruiter-dashboard .video-header {
  width: 82px;
}
.company-dashboard .company-dashboard-content .recruiter-dashboard .profile-complete {
  color: #0d9def;
}
.company-dashboard .company-dashboard-content .recruiter-dashboard .profile-incomplete {
  color: #f1c40f;
}
.company-dashboard .company-dashboard-content .recruiter-dashboard .profile-published {
  color: #0d9def;
}
.company-dashboard .company-dashboard-content .recruiter-dashboard .profile-unpublished {
  color: #f1c40f;
}
.company-dashboard .company-dashboard-content .recruiter-dashboard .profile-approved {
  color: #6cc401;
}
.company-dashboard .company-dashboard-content .recruiter-dashboard .profile-awaiting {
  color: #f1c40f;
}
.company-dashboard .company-dashboard-content .recruiter-dashboard .profile-declined {
  color: #e74c3c;
}
.company-dashboard .company-dashboard-content .recruiter-dashboard .profile-notrecorded {
  width: 30px;
}
.company-dashboard .company-dashboard-content .recruiter-dashboard .alert-message {
  font-size: 11pt;
  color: #0d9def;
}
.company-dashboard .menu-button {
  display: inline-block;
  padding: 10px;
  width: 143PX;
  border-bottom: 5px solid #569b02;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  height: 15px;
  font-weight: 300;
  background-color: #6cc401;
}
.company-dashboard .menu-button:hover {
  background-color: #79d706;
}
.company-dashboard .menu-button:before {
  display: inline-block;
  height: 15px;
}
/*User Management*/
.user-management {
  color: #454d4e;
}
/*Schedule Demo*/
.scheduleDemo .calendar-container {
  text-align: left;
  display: inline-block;
}
.scheduleDemo .schedule-btn-container {
  text-align: right;
}
.scheduleDemo .schedule-info-btn {
  margin-top: 30px;
  display: block;
  margin: 0 auto;
  padding: 10px;
  width: 150PX;
  border-bottom: 5px solid #569b02;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  height: 15px;
  font-weight: 300;
  background-color: #6cc401;
}
.scheduleDemo .schedule-info-btn:hover {
  background-color: #79d706;
}
.scheduleDemo .schedule-info-btn:before {
  display: inline-block;
  height: 15px;
}
.scheduleDemo .cancel-btn {
  margin-top: 16px;
  height: 15px;
  display: block;
  padding: 10px;
  width: 150PX;
  border-bottom: 5px solid #0b74b0;
  border-radius: 2px;
  background-color: #2092d3;
  color: #fff;
  text-align: center;
  font-weight: 300;
}
.scheduleDemo .cancel-btn:hover {
  background-color: #1da1ed;
}
.scheduleDemo .cancel-btn:before {
  display: inline-block;
  height: 15px;
}
/*Request Information*/
.requestInformation .calendar-container {
  text-align: left;
  display: inline-block;
}
.requestInformation .schedule-btn-container {
  text-align: right;
}
.requestInformation .schedule-info-btn {
  margin-top: 30px;
  display: block;
  margin: 0 auto;
  padding: 10px;
  width: 150PX;
  border-bottom: 5px solid #569b02;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  height: 15px;
  font-weight: 300;
  background-color: #6cc401;
}
.requestInformation .schedule-info-btn:hover {
  background-color: #79d706;
}
.requestInformation .schedule-info-btn:before {
  display: inline-block;
  height: 15px;
}
.requestInformation .cancel-btn {
  margin-top: 16px;
  height: 15px;
  display: block;
  padding: 10px;
  width: 150PX;
  border-bottom: 5px solid #0b74b0;
  border-radius: 2px;
  background-color: #2092d3;
  color: #fff;
  text-align: center;
  font-weight: 300;
}
.requestInformation .cancel-btn:hover {
  background-color: #1da1ed;
}
.requestInformation .cancel-btn:before {
  display: inline-block;
  height: 15px;
}
.market-job-buttons {
  display: inline-block;
  align-content: center;
}
.market-job-buttons .item {
  margin: 0;
}
/* Wrapper */
@media screen and (max-width: 780px) {
  .wrapper.move {
    padding-left: 260px !important;
  }
}
.home header {
  margin-bottom: 0;
}
/* Job page*/
@media screen and (max-width: 1000px) {
  .company {
    text-align: center;
  }
  .company h1 {
    max-width: none;
    width: auto;
    text-align: center;
  }
  .data table td {
    text-align: right;
  }
  .buttons a.btn {
    margin-top: 10px;
  }
}
.top3 li {
  padding: 6px 3px 6px 3px;
}
.top3 li:first-child {
  padding: 12px 3px 6px 3px;
}
.top3 li span.text {
  line-height: 15px;
}
/*Travel and Work Space details on "Top 3 Reasons" section */
.wrapper .sidebar.top3 .job-details {
  width: 100%;
  height: 40px;
}
.wrapper .sidebar.top3 .job-details div {
  display: inline-block;
}
.wrapper .sidebar.top3 .job-details .work-space,
.wrapper .sidebar.top3 .job-details .travel {
  width: 50%;
}
.wrapper .sidebar.top3 .job-details .work-space-full,
.wrapper .sidebar.top3 .job-details .travel-full {
  width: 100%;
}
.wrapper .sidebar.top3 .job-details .work-space,
.wrapper .sidebar.top3 .job-details .travel,
.wrapper .sidebar.top3 .job-details .work-space-full,
.wrapper .sidebar.top3 .job-details .travel-full {
  float: left;
  text-align: center;
  font-size: 14px;
  height: 40px;
}
.wrapper .sidebar.top3 .job-details .work-space .left,
.wrapper .sidebar.top3 .job-details .travel .left,
.wrapper .sidebar.top3 .job-details .work-space-full .left,
.wrapper .sidebar.top3 .job-details .travel-full .left {
  text-align: right;
}
.wrapper .sidebar.top3 .job-details .work-space .right,
.wrapper .sidebar.top3 .job-details .travel .right,
.wrapper .sidebar.top3 .job-details .work-space-full .right,
.wrapper .sidebar.top3 .job-details .travel-full .right {
  vertical-align: top;
  font-weight: bold;
}
.wrapper .sidebar.top3 .job-details .work-space .right span,
.wrapper .sidebar.top3 .job-details .travel .right span,
.wrapper .sidebar.top3 .job-details .work-space-full .right span,
.wrapper .sidebar.top3 .job-details .travel-full .right span {
  display: block;
  color: #6cc401;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  -webkit-margin-after: 0em;
  -webkit-margin-before: 0em;
}
.wrapper .sidebar.top3 .job-details .work-space img,
.wrapper .sidebar.top3 .job-details .work-space-full img {
  width: 29px;
  margin-right: 2px;
}
.wrapper .sidebar.top3 .job-details .travel img,
.wrapper .sidebar.top3 .job-details .travel-full img {
  width: 50px;
  margin-right: 2px;
}
/* upload video page */
@media screen and (max-width: 1000px) {
  .wrapper h1.blue.dsp {
    text-align: center;
  }
  .wrapper #uploadContainer {
    height: 51px;
    margin-bottom: 20px;
    display: block;
    margin-top: 20px;
  }
  .wrapper #instructions div {
    padding: 10px;
  }
  .wrapper #instructions p {
    margin-left: 20px;
  }
  .wrapper #instructions div + div {
    padding-bottom: 195px;
  }
  .wrapper .files audio,
  .wrapper .files video {
    display: block;
    padding: 0 3%;
    max-width: inherit;
    width: 95%;
  }
  .wrapper .files {
    width: 100%;
    float: left;
  }
  .wrapper .files div {
    padding: 0 10px;
    margin-left: 0 !important;
  }
  .wrapper .files div a.btn.blue {
    width: 92%;
  }
}
.progress,
.upload-file-info,
.upload-file-result {
  margin-left: 15px;
  margin-right: 15px;
}
.upload-step-container {
  display: inline-block;
  font-size: 25pt;
  text-align: center;
  width: 100%;
}
.upload-step-container .upload-step {
  display: inline-block;
  height: 200px;
  width: 315px;
  border: solid 1px darkgray;
  vertical-align: top;
  padding: 15px;
  margin-bottom: 10px;
}
.upload-step-container .upload-step .dropzone-container {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 135px;
}
.upload-step-container .upload-step .dropzone {
  background-color: #6cc401;
  color: #fff;
  font: 12pt bold;
  padding: 10px;
  text-align: center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 40px;
  width: 135px;
}
.dropzone-container {
  text-align: center;
}
.step-3 {
  background-color: #6cc401;
}
.input-buttons {
  text-align: center;
}
.input-buttons .btn {
  margin: 10px;
}
.column-one {
  width: 85px;
}
.column-max250px {
  width: 250px;
}
/* confirm video */
@media screen and (max-width: 1000px) {
  .confirmVideo .wrap.boxes a.box {
    height: auto !important;
    width: 69% !important;
    padding: 15px !important;
    margin-right: 0 !important;
  }
}
/* Home Responsive */
footer {
  background-color: #8f022d !important;
}
.home-container {
  text-align: center;
}
.home-container .main-block {
  background-color: rgba(143, 2, 45, 0.95);
  padding: 30px;
}
.home-container .badge {
  margin-top: 40px;
}
.home-container .badge img {
  min-height: 141px;
  max-height: 141px;
  max-width: 141px;
}
.home-container .store-imgages {
  margin-left: 0;
}
.home-container .top-candidates-cont.candidates-bottom {
  padding-bottom: 160px;
}
.home-container .main-block-left {
  padding: 20px 0;
}
.home-container .main-block-title {
  padding: 0 10px;
  color: #fff;
  text-align: center;
  font: 600 30px/35px "proxima_nova_semibold", sans-serif;
}
.home-container .mainblock-text {
  color: #fff;
  text-align: center;
  padding: 0 25px;
  line-height: 25px;
  margin-bottom: 25px;
}
.home-container .request-info-btn {
  display: block;
  margin: 0 auto;
  padding: 15px;
  width: 80%;
  border-bottom: 5px solid #569b02;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #6cc401;
  position: relative;
}
.home-container .request-info-btn:hover {
  background-color: #79d706;
}
.home-container .request-info-btn:before {
  content: ' ';
  top: 10px;
  left: 10px;
  display: inline-block;
  width: 24px;
  height: 23px;
  margin-right: 10px;
  vertical-align: text-bottom;
  background: url('../img/request-info-icon.png') no-repeat;
}
.home-container .devices-image img {
  padding-bottom: 20px;
  max-width: 475px;
  width: 90%;
  margin: 20px auto 0 auto;
}
.home-container .how-block {
  background-color: #fff;
  padding-bottom: 60px;
}
.home-container .how-title {
  margin: 0;
  padding: 60px 10px;
  font-weight: 900;
  font-size: 30px;
  color: #4b4b4b;
}
.home-container .steps-items {
  display: inline-block;
  margin: 0 auto;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.home-container .steps-items:nth-child(2n+0):after {
  display: none;
}
.home-container .steps-items:after {
  content: ' ';
  width: 24px;
  height: 24px;
  position: absolute;
  background: url('../img/arrow-steps.png') no-repeat;
  top: 36px;
  right: -24px;
}
.home-container .steps-items-title {
  width: 147px;
  color: #4b4b4b;
  text-transform: uppercase;
  font-size: 15px;
}
.home-container .steps-items img {
  margin: 0 auto;
}
.home-container .get-satarted-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 15px;
  width: 75%;
  border-bottom: 5px solid #0b74b0;
  border-radius: 2px;
  background-color: #2092d3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.home-container .get-satarted-btn:hover {
  background-color: #1da1ed;
}
.home-container .get-satarted-btn:before {
  content: ' ';
  display: inline-block;
  width: 18px;
  height: 19px;
  margin-right: 10px;
  vertical-align: text-bottom;
  background: url('../img/get-started-icon.png') no-repeat;
}
.home-container .market-position-cont {
  padding-bottom: 42px;
  background-color: rgba(5, 155, 238, 0.95);
  color: #fff;
}
.home-container .market-position-title {
  margin: 0;
  padding: 30px 15px 10px;
  font-weight: 600;
  font-size: 29px;
}
.home-container .market-position-left p {
  color: #fff;
  padding: 0 25px;
  line-height: 25px;
}
.home-container .video-market-position iframe,
.home-container .video-top-candidates iframe {
  margin-top: 30px;
  padding: 0 20px;
  width: 87%;
  border: 0;
}
.home-container .this-week-cont {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
}
.home-container .featured-position-link {
  display: inline-block;
  margin-top: 15px;
  margin-left: 11px;
  padding: 10px;
  border: 3px solid #274d56;
  border-radius: 3px;
  color: #044a5c;
  font-weight: 600;
}
.home-container .featured-position-link:hover {
  background-color: #044a5c;
  color: #fff;
}
.home-container .top-candidates-cont {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 35px;
}
.home-container .top-candidates-cont .wrap.stores {
  margin: 0 auto;
  border-top: 1px solid #e4e4e4;
  display: block;
  padding: 40px 0;
  color: black;
  font: 300 16px/16px "proxima_nova_semibold", sans-serif;
  max-width: 1000px;
}
.home-container .top-candidates-cont .wrap.stores .text {
  float: none;
  display: inline-block;
  line-height: 20px;
  padding: 0 13px;
  text-align: center;
  margin-bottom: 30px;
  margin-right: 0;
}
.home-container .top-candidates-cont .wrap.stores img {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-bottom: 10px;
}
.home-container .video-top-candidates {
  margin-top: 0;
  padding-top: 50px;
}
.home-container .top-candidates-right p {
  padding: 0 25px;
  line-height: 25px;
}
.home-container .top-candidates-right h1 {
  color: #4b4b4b;
}
@media screen and (min-width: 1098px) {
  .home-container .wrapper,
  .home-container .home {
    min-width: 1000px;
  }
  .home-container .wrapper .home-container .top-candidates-cont .wrap.stores .text,
  .home-container .home .home-container .top-candidates-cont .wrap.stores .text {
    float: left;
    text-align: left;
  }
  .home-container .wrapper .store-imgages,
  .home-container .home .store-imgages {
    display: inline-block;
    margin-left: -79px;
  }
  .home-container .wrapper .home-container .store-imgages,
  .home-container .home .home-container .store-imgages {
    display: inline-block;
    float: left;
  }
  .home-container .store-cont {
    display: inline-block;
    margin-left: -35px;
    width: 483px;
  }
  .home-container .badge {
    display: inline-block;
    margin-top: -16px;
    padding-left: 20px;
    height: 141px;
    border-left: 1px solid #e4e4e4;
    vertical-align: top;
  }
  .home-container .badge img {
    min-height: 141px !important;
  }
  .home-container .main-block {
    min-width: 1000px;
  }
  .home-container .top-candidates-cont.candidates-bottom {
    padding-bottom: 0;
  }
  .home-container .main-block-left {
    display: inline-block;
    margin-top: 100px;
    width: 604px;
    vertical-align: top;
    text-align: left;
    padding: 0 !important;
  }
  .home-container .main-block-title {
    width: 400px;
    text-align: left;
    margin: 0;
  }
  .home-container .mainblock-text {
    width: 490px;
    text-align: left;
    padding: 0 10px;
  }
  .home-container .request-info-btn {
    display: inline-block;
    margin-left: 0;
    width: 47%;
  }
  .home-container .devices-image {
    display: inline-block;
  }
  .home-container .how-block {
    background-color: #fff;
    min-width: 1000px;
  }
  .home-container .steps {
    margin: 0 auto;
    width: 980px;
    text-align: left;
  }
  .home-container .steps-items {
    margin-right: 48px;
  }
  .home-container .steps-items:after {
    top: 35px;
  }
  .home-container .steps-items:nth-child(+1):after {
    right: -45px !important;
  }
  .home-container .steps-items:nth-child(+2):after {
    right: -30px !important;
  }
  .home-container .steps-items:nth-child(+3):after {
    right: -40px !important;
  }
  .home-container .get-satarted-btn {
    width: 148px;
  }
  .home-container .market-position-left {
    display: inline-block;
    width: 515px;
    vertical-align: top;
    text-align: left;
    margin-top: 55px;
  }
  .home-container .market-position-left p {
    padding: 0;
  }
  .home-container .video-market-position {
    display: inline-block;
    width: 500px;
  }
  .home-container .video-market-position iframe {
    margin-top: 70px;
    display: inline-block;
    width: 100%;
    border: 0;
  }
  .home-container .market-position-cont {
    min-width: 1000px;
  }
  .home-container .market-position-title {
    padding: 30px 0 10px;
  }
  .home-container .top-candidates-cont {
    background-color: #fff;
    min-width: 1000px;
    margin-top: 0;
    padding-top: 0;
  }
  .home-container .video-top-candidates {
    width: 400px;
    display: inline-block;
    padding-top: 0;
    margin: 54px 0 0 25px;
  }
  .home-container .video-top-candidates iframe {
    width: 100%;
    border: 7px solid #F7F6F6;
    border-radius: 3px;
  }
  .home-container .top-candidates-right {
    width: 500px;
    display: inline-block;
    vertical-align: top;
    margin-top: 68px;
    text-align: left;
    margin-left: 69px;
    height: 330px;
  }
  .home-container .top-candidates-right h1 {
    margin-left: 20px;
    color: #4b4b4b;
  }
  .home-container .top-candidates-right .wrap.stores {
    margin-bottom: 40px;
  }
  .home-container .top-candidates-right .request-info-btn {
    margin: 15px 0 0 20px;
    width: 48%;
  }
  .home-container footer {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 450px) {
  .home-container .steps-items:nth-child(+2):after {
    display: inline-block !important;
    right: -3px;
  }
  .home-container .steps-items:nth-child(+3):after {
    display: none !important;
  }
}
@media screen and (min-width: 602px) {
  .home-container .steps-items:nth-child(+3):after {
    display: inline-block !important;
    right: -20px;
  }
}
.home .ui-widget-content,
.landing .ui-widget-content,
.sparcs-report .ui-widget-content,
.reports-container .ui-widget-content,
.job-container .ui-widget-content {
  padding-bottom: 20px;
}
.home .ui-dialog .ui-dialog-titlebar,
.landing .ui-dialog .ui-dialog-titlebar,
.sparcs-report .ui-dialog .ui-dialog-titlebar,
.reports-container .ui-dialog .ui-dialog-titlebar,
.job-container .ui-dialog .ui-dialog-titlebar {
  background-color: #fff !important;
  padding: 0 !important;
}
.home .ui-state-default,
.landing .ui-state-default,
.sparcs-report .ui-state-default,
.reports-container .ui-state-default,
.job-container .ui-state-default,
.home .ui-widget-content .ui-state-default,
.landing .ui-widget-content .ui-state-default,
.sparcs-report .ui-widget-content .ui-state-default,
.reports-container .ui-widget-content .ui-state-default,
.job-container .ui-widget-content .ui-state-default,
.home .ui-widget-header .ui-state-default,
.landing .ui-widget-header .ui-state-default,
.sparcs-report .ui-widget-header .ui-state-default,
.reports-container .ui-widget-header .ui-state-default,
.job-container .ui-widget-header .ui-state-default {
  position: relative !important;
  top: 22px !important;
  right: 0 !important;
  padding: 5px !important;
}
.home .ui-datepicker,
.landing .ui-datepicker,
.sparcs-report .ui-datepicker,
.reports-container .ui-datepicker,
.job-container .ui-datepicker {
  padding-bottom: 0px;
}
.home .ui-datepicker .ui-state-default,
.landing .ui-datepicker .ui-state-default,
.sparcs-report .ui-datepicker .ui-state-default,
.reports-container .ui-datepicker .ui-state-default,
.job-container .ui-datepicker .ui-state-default,
.home .ui-datepicker .ui-widget-content .ui-state-default,
.landing .ui-datepicker .ui-widget-content .ui-state-default,
.sparcs-report .ui-datepicker .ui-widget-content .ui-state-default,
.reports-container .ui-datepicker .ui-widget-content .ui-state-default,
.job-container .ui-datepicker .ui-widget-content .ui-state-default,
.home .ui-datepicker .ui-widget-header .ui-state-default,
.landing .ui-datepicker .ui-widget-header .ui-state-default,
.sparcs-report .ui-datepicker .ui-widget-header .ui-state-default,
.reports-container .ui-datepicker .ui-widget-header .ui-state-default,
.job-container .ui-datepicker .ui-widget-header .ui-state-default {
  top: inherit !important;
}
.home .scheduleDemo,
.landing .scheduleDemo,
.sparcs-report .scheduleDemo,
.reports-container .scheduleDemo,
.job-container .scheduleDemo,
.home .requestInformation,
.landing .requestInformation,
.sparcs-report .requestInformation,
.reports-container .requestInformation,
.job-container .requestInformation {
  height: auto !important;
}
.home .scheduleDemo .schedule-info-btn,
.landing .scheduleDemo .schedule-info-btn,
.sparcs-report .scheduleDemo .schedule-info-btn,
.reports-container .scheduleDemo .schedule-info-btn,
.job-container .scheduleDemo .schedule-info-btn,
.home .scheduleDemo .cancel-btn,
.landing .scheduleDemo .cancel-btn,
.sparcs-report .scheduleDemo .cancel-btn,
.reports-container .scheduleDemo .cancel-btn,
.job-container .scheduleDemo .cancel-btn,
.home .requestInformation .schedule-info-btn,
.landing .requestInformation .schedule-info-btn,
.sparcs-report .requestInformation .schedule-info-btn,
.reports-container .requestInformation .schedule-info-btn,
.job-container .requestInformation .schedule-info-btn,
.home .requestInformation .cancel-btn,
.landing .requestInformation .cancel-btn,
.sparcs-report .requestInformation .cancel-btn,
.reports-container .requestInformation .cancel-btn,
.job-container .requestInformation .cancel-btn {
  width: 89%;
}
.home .scheduleDemo .schedule-btn-container,
.landing .scheduleDemo .schedule-btn-container,
.sparcs-report .scheduleDemo .schedule-btn-container,
.reports-container .scheduleDemo .schedule-btn-container,
.job-container .scheduleDemo .schedule-btn-container,
.home .requestInformation .schedule-btn-container,
.landing .requestInformation .schedule-btn-container,
.sparcs-report .requestInformation .schedule-btn-container,
.reports-container .requestInformation .schedule-btn-container,
.job-container .requestInformation .schedule-btn-container {
  margin-top: 12px;
  text-align: center;
}
.home .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable,
.landing .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable,
.sparcs-report .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable,
.reports-container .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable,
.job-container .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable {
  margin: 0 auto !important;
  width: auto !important;
}
.home .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable,
.landing .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable,
.sparcs-report .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable,
.reports-container .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable,
.job-container .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable {
  left: 8% !important;
  right: 8% !important;
}
.home .scheduleDemo h1,
.landing .scheduleDemo h1,
.sparcs-report .scheduleDemo h1,
.reports-container .scheduleDemo h1,
.job-container .scheduleDemo h1,
.home .requestInformation h1,
.landing .requestInformation h1,
.sparcs-report .requestInformation h1,
.reports-container .requestInformation h1,
.job-container .requestInformation h1 {
  font-size: 23px;
}
.home .scheduleDemo form td,
.landing .scheduleDemo form td,
.sparcs-report .scheduleDemo form td,
.reports-container .scheduleDemo form td,
.job-container .scheduleDemo form td,
.home .requestInformation form td,
.landing .requestInformation form td,
.sparcs-report .requestInformation form td,
.reports-container .requestInformation form td,
.job-container .requestInformation form td {
  display: inline-block;
  width: 100%;
}
.home .scheduleDemo form input.xlarge,
.landing .scheduleDemo form input.xlarge,
.sparcs-report .scheduleDemo form input.xlarge,
.reports-container .scheduleDemo form input.xlarge,
.job-container .scheduleDemo form input.xlarge,
.home .requestInformation form input.xlarge,
.landing .requestInformation form input.xlarge,
.sparcs-report .requestInformation form input.xlarge,
.reports-container .requestInformation form input.xlarge,
.job-container .requestInformation form input.xlarge,
.home .scheduleDemo form textarea.xlarge,
.landing .scheduleDemo form textarea.xlarge,
.sparcs-report .scheduleDemo form textarea.xlarge,
.reports-container .scheduleDemo form textarea.xlarge,
.job-container .scheduleDemo form textarea.xlarge,
.home .requestInformation form textarea.xlarge,
.landing .requestInformation form textarea.xlarge,
.sparcs-report .requestInformation form textarea.xlarge,
.reports-container .requestInformation form textarea.xlarge,
.job-container .requestInformation form textarea.xlarge,
.home .scheduleDemo form select.xlarge,
.landing .scheduleDemo form select.xlarge,
.sparcs-report .scheduleDemo form select.xlarge,
.reports-container .scheduleDemo form select.xlarge,
.job-container .scheduleDemo form select.xlarge,
.home .requestInformation form select.xlarge,
.landing .requestInformation form select.xlarge,
.sparcs-report .requestInformation form select.xlarge,
.reports-container .requestInformation form select.xlarge,
.job-container .requestInformation form select.xlarge {
  width: 100% !important;
}
@media screen and (min-width: 900px) {
  .home .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable,
  .landing .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable,
  .sparcs-report .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable,
  .reports-container .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable,
  .job-container .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable {
    right: 23% !important;
    left: 23% !important;
  }
}
.home .scheduleDemo .schedule-info-btn,
.landing .scheduleDemo .schedule-info-btn,
.sparcs-report .scheduleDemo .schedule-info-btn,
.reports-container .scheduleDemo .schedule-info-btn,
.job-container .scheduleDemo .schedule-info-btn,
.home .scheduleDemo .cancel-btn,
.landing .scheduleDemo .cancel-btn,
.sparcs-report .scheduleDemo .cancel-btn,
.reports-container .scheduleDemo .cancel-btn,
.job-container .scheduleDemo .cancel-btn,
.home .requestInformation .schedule-info-btn,
.landing .requestInformation .schedule-info-btn,
.sparcs-report .requestInformation .schedule-info-btn,
.reports-container .requestInformation .schedule-info-btn,
.job-container .requestInformation .schedule-info-btn,
.home .requestInformation .cancel-btn,
.landing .requestInformation .cancel-btn,
.sparcs-report .requestInformation .cancel-btn,
.reports-container .requestInformation .cancel-btn,
.job-container .requestInformation .cancel-btn {
  width: auto;
}
.home .scheduleDemo form td,
.landing .scheduleDemo form td,
.sparcs-report .scheduleDemo form td,
.reports-container .scheduleDemo form td,
.job-container .scheduleDemo form td,
.home .requestInformation form td,
.landing .requestInformation form td,
.sparcs-report .requestInformation form td,
.reports-container .requestInformation form td,
.job-container .requestInformation form td {
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 680px) {
  .home .scheduleDemo h1,
  .landing .scheduleDemo h1,
  .sparcs-report .scheduleDemo h1,
  .reports-container .scheduleDemo h1,
  .job-container .scheduleDemo h1,
  .home .requestInformation h1,
  .landing .requestInformation h1,
  .sparcs-report .requestInformation h1,
  .reports-container .requestInformation h1,
  .job-container .requestInformation h1 {
    font-size: 36px;
  }
  .home .scheduleDemo form td,
  .landing .scheduleDemo form td,
  .sparcs-report .scheduleDemo form td,
  .reports-container .scheduleDemo form td,
  .job-container .scheduleDemo form td,
  .home .requestInformation form td,
  .landing .requestInformation form td,
  .sparcs-report .requestInformation form td,
  .reports-container .requestInformation form td,
  .job-container .requestInformation form td {
    width: 46%;
    display: table-cell;
  }
  .home .scheduleDemo form input.xlarge,
  .landing .scheduleDemo form input.xlarge,
  .sparcs-report .scheduleDemo form input.xlarge,
  .reports-container .scheduleDemo form input.xlarge,
  .job-container .scheduleDemo form input.xlarge,
  .home .requestInformation form input.xlarge,
  .landing .requestInformation form input.xlarge,
  .sparcs-report .requestInformation form input.xlarge,
  .reports-container .requestInformation form input.xlarge,
  .job-container .requestInformation form input.xlarge,
  .home .scheduleDemo form textarea.xlarge,
  .landing .scheduleDemo form textarea.xlarge,
  .sparcs-report .scheduleDemo form textarea.xlarge,
  .reports-container .scheduleDemo form textarea.xlarge,
  .job-container .scheduleDemo form textarea.xlarge,
  .home .requestInformation form textarea.xlarge,
  .landing .requestInformation form textarea.xlarge,
  .sparcs-report .requestInformation form textarea.xlarge,
  .reports-container .requestInformation form textarea.xlarge,
  .job-container .requestInformation form textarea.xlarge,
  .home .scheduleDemo form select.xlarge,
  .landing .scheduleDemo form select.xlarge,
  .sparcs-report .scheduleDemo form select.xlarge,
  .reports-container .scheduleDemo form select.xlarge,
  .job-container .scheduleDemo form select.xlarge,
  .home .requestInformation form select.xlarge,
  .landing .requestInformation form select.xlarge,
  .sparcs-report .requestInformation form select.xlarge,
  .reports-container .requestInformation form select.xlarge,
  .job-container .requestInformation form select.xlarge {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .home .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable,
  .landing .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable,
  .sparcs-report .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable,
  .reports-container .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable,
  .job-container .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable {
    left: 30% !important;
    right: 30% !important;
  }
}
@media screen and (max-width: 692px) {
  .applynow .box-left,
  .applynow .box-right {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 1000px) {
  .footerlogo {
    display: none;
  }
}
.ui-button.ui-widget {
  z-index: 9999999;
}
.confirmVideo .wrap.boxes a.box {
  margin-bottom: 220px;
}
.wrapper.move {
  padding-left: 0;
}
.store-imgages a img {
  max-height: 50px;
}
.message-error {
  color: red;
}
.ui-dialog.ui-widget {
  z-index: 9999999;
}
.addfile-button-createjob {
  border: 0 !important;
  background-color: transparent !important;
  color: black !important;
  background-image: none !important;
}
.addfile-button-createjob span.ui-icon {
  background-image: none !important;
}
.cont-edit-btn {
  display: inline-block;
}
span.addfile-button-createjob::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: black;
  color: #fff;
  content: "+";
}
button.btn-edit {
  background-color: transparent;
  border: 0;
}
button.btn-edit i {
  display: inline-block;
  margin: 0;
  color: black;
  vertical-align: middle;
  font-size: 24px;
}
.hiring-manager-message {
  font-size: 13px;
  color: #95a5a6;
}
.no-videos {
  top: 50%;
  bottom: auto;
  text-align: center;
  vertical-align: middle;
  width: 685px;
  height: 235px;
  background-color: whitesmoke;
  line-height: 235px;
}
.no-videos:before {
  margin-top: 20px;
}
.tutorial-page {
  text-align: center;
}
.tutorial-item {
  display: inline-block;
  text-align: center;
  margin: 20px;
}
.tutorial-item .tutorial-title hr {
  width: 400px;
}
.icon-delete {
  font-size: 13pt;
}
/* Video Libary */
div#videolibrary table i.jssocials-share-logo {
  margin-right: auto;
}
div#videolibrary table .jssocials-shares {
  font-size: 15px;
}
div#videolibrary table a.copy {
  margin-top: 5px;
}
div#videolibrary table td.thumbnail,
div#videolibrary table th.thumbnail {
  padding: 0;
  width: 200px;
}
/* Recruiter Dashboard */
div#recruiterdashboard div.top div.search {
  max-width: 450px;
  float: right;
}
div#recruiterdashboard div.top div.search div {
  text-align: right;
}
div#recruiterdashboard div.top div.search div.recruiters {
  margin-top: 10px;
}
div#recruiterdashboard div.top div.search div.recruiters div.chosen-container {
  width: 350px !important;
}
div#recruiterdashboard div.top div.search div.recruiters ul.chosen-choices {
  max-height: 60px;
  overflow-y: scroll;
}
div#recruiterdashboard table {
  margin-top: 20px;
}
div#recruiterdashboard table th,
div#recruiterdashboard table td {
  padding: 10px 5px;
}
div#reports-container div.reports-menu {
  float: left;
}
div#reports-container div.reports-menu a.btn.green {
  margin-bottom: 10px;
  width: 150px;
}
div#reports-container div.reports-menu a.btn.green.selected {
  background: #509101;
  border-color: #509101;
}
div#reports-container div.report-body {
  border-left: 1px solid #95a5a6;
  padding-left: 20px;
  margin-left: 200px;
  min-height: 400px;
}
div#reports-container div.report-body .ko-hidden {
  display: none;
}
div#reports-container div.report-body table {
  margin-top: 20px;
}
div#reports-container div.report-body table th {
  text-align: center;
}
div#reports-container div.report-body table tr td {
  border-color: #f2f2f3;
  padding-right: 20px;
}
div#reports-container div.report-body table tr td:first-child {
  border-left: none !important;
}
div#reports-container div.report-body table tr td:last-child {
  border-right: none !important;
}
div#reports-container div.report-body div#report-legend {
  text-align: center;
}
div#reports-container div.report-body div#report-legend ul {
  list-style: none;
}
div#reports-container div.report-body div#report-legend ul li {
  display: inline-block;
}
div#reports-container div.report-body div#report-legend ul li i {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 15px;
}
div#reports-container div.report-body div#report-legend ul li i.blue {
  color: #0d9def;
}
div#reports-container div.report-body div#report-legend ul li i.red {
  color: #8f022d;
}
div#reports-container div.report-body div#report-legend ul li i.green {
  color: #6cc401;
}
div#reports-container div.report-body div.action {
  vertical-align: top;
  text-align: right;
  margin-bottom: 20px;
}
div#reports-container div.report-body div.fields {
  text-align: right;
}
div#reports-container div.report-body div.fields div {
  margin-top: 5px;
  margin-bottom: 5px;
}
div#reports-container div.report-body div.fields div.date-field {
  display: inline-block;
  padding-left: 10px;
  vertical-align: top;
}
div#reports-container div.report-body div.fields div.date-type input {
  margin-left: 10px;
}
div#reports-container div.report-body div.fields div.recruiters-field a#sel-all-rec,
div#reports-container div.report-body div.fields div.recruiters-field a#del-all-rec {
  margin-left: 5px;
}
div#reports-container div.report-body div.fields div.recruiters-field a#sel-all-rec {
  margin-right: 5px;
}
div#reports-container div.report-body div.fields label {
  margin-right: 10px;
}
div#reports-container div.report-body div.fields input.datep {
  width: 100px;
}
div#reports-container div.report-body div.fields ul.chosen-choices {
  max-height: 60px;
  overflow-y: scroll;
}
div#reports-container div.report-body div#visits-table table {
  table-layout: fixed;
}
div#reports-container div.report-body div#data-definitions {
  width: 100%;
}
div#reports-container div.report-body div#data-definitions h2 {
  text-align: center;
}
div#reports-container div.report-body div#data-definitions ul {
  list-style: none;
  padding: 0;
}
div#reports-container div.report-body div#data-definitions ul li {
  vertical-align: top;
  display: inline-block;
  width: 130px;
  padding: 0 10px;
  font-size: 15px;
}
div#reports-container div.report-body div#data-definitions ul li h3 {
  text-align: center;
  font-size: 15px;
}
div#reports-container div.report-body div#data-definitions ul li img {
  width: 130px;
  margin: 0px 0px 10px 0px;
  margin-left: auto;
  margin-right: auto;
}
.hideme {
  display: none;
}
#readmoredescription article {
  max-height: 390px;
}
@media screen and (min-width: 1081px) {
  #readmoredescription article {
    max-height: 3000px;
  }
}
.record-video * {
  align-content: center;
}
.record-video .sparc-btn {
  font-size: 24px;
  border-bottom: 5px solid #569b02;
  font-weight: 300;
  color: #fff;
  background-color: #79d706;
  display: inline-block;
}
.record-video .sparc-btn:hover {
  background-color: #93D500;
}
.record-video .record-header {
  padding: 2px 16px;
  background-color: #8f022d;
  color: white;
}
.record-video .improve-your-results-block {
  background-color: rgba(143, 2, 45, 0.95);
  padding: 30px;
}
.record-video .improve-your-results-block-title {
  padding: 0 10px;
  color: #fff;
  text-align: center;
  font: 600 30px/35px "proxima_nova_semibold", sans-serif;
}
.record-video .overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: #ddd;
  /* Gray fallback color */
  background-color: rgba(200, 200, 200, 0.9);
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
.record-video .overlay h1 {
  font-size: 5.9vw;
}
.record-video .overlay h2 {
  font-size: 3vh;
}
.record-video .overlay p {
  font-size: 2vmin;
}
#helpBtn {
  visibility: hidden;
}
.help-modal {
  /* Modal Content */
  /* The Close Button */
}
.help-modal .modal {
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  /*padding-top: 100px; /* Location of the box */
  left: 0;
  top: 20%;
  width: 0%;
  /* Full width */
  height: 55%;
  /* Full height */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  display: none;
}
.help-modal .modal-content {
  position: relative;
  /*  background-color: #fefefe; */
  background-color: #e2ffe2;
  margin: auto;
  padding: 0;
  /*border: 2px solid #888;*/
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.help-modal .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.help-modal .close:hover,
.help-modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.help-modal .modal-header {
  padding: 2px 16px;
  background-color: #8f022d;
  color: white;
}
.help-modal .modal-body {
  padding: 2px 16px;
}
.help-modal .modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
@media screen and (max-width: 1000px) {
  .wrapper .buttons {
    width: 95%;
    padding-right: 2%;
    padding-bottom: 10px;
  }
  .wrapper #applynowButton {
    padding-bottom: 0px;
  }
  .wrapper .videos {
    width: 100%;
    margin-bottom: 0;
    float: none;
  }
  .wrapper .videos .iframes-cont-jobs {
    float: left;
    width: 100%;
  }
  .wrapper .videos .iframes-cont-jobs-small-vid1,
  .wrapper .videos .iframes-cont-jobs-small-vid2 {
    float: none;
    width: 100%;
  }
  .wrapper .videos iframe.big,
  .wrapper .videos iframe.small {
    width: 100%;
    float: left;
  }
  .wrapper .videos iframe.small:last-child {
    margin-top: 0;
    margin-bottom: -5px;
  }
  .wrapper .videos iframe {
    height: 300px;
  }
  .wrapper .criteria {
    width: 100%;
    height: auto;
  }
  .wrapper .criteria h3 {
    width: 100%;
    float: none;
    display: block;
  }
  .wrapper .criteria .matches li {
    margin: 0;
    text-align: center;
  }
  .wrapper .criteria .matches i {
    margin: 5px 0;
  }
  .wrapper .info {
    padding: 20px;
    width: 88%;
  }
  .wrapper .top3 h2:after {
    top: 13px;
  }
  .wrapper .top3 li {
    padding: 15px 10px;
  }
  .wrapper .top3 li span.text {
    line-height: 22px;
  }
  .wrapper .sidebar {
    width: 100%;
    margin-top: 10px !important;
    text-align: center;
    padding-bottom: 35px;
  }
  .wrapper .sidebar ul {
    height: auto;
  }
  .wrapper .sidebar .buttons {
    width: 95%;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 145px;
  }
  .wrapper .sidebar .data h3 {
    display: block;
    text-align: center;
  }
  .wrapper .sidebar .data p {
    text-align: center;
  }
  .wrapper .sidebar .footer {
    display: none;
  }
  .wrapper .sharrre {
    display: inline-block;
  }
  .wrapper footer nav {
    display: block;
  }
  .wrapper footer nav li:first-child {
    margin-left: 0;
  }
  .wrapper footer p.copy {
    text-align: center;
    display: block;
  }
  .wrapper footer .social {
    display: block;
    width: 100%;
    margin: 20px auto 0 auto;
    text-align: center;
  }
}
@media screen and (min-width: 1001px) {
  .wrapper .videos {
    width: 700px;
  }
  .wrapper .videos iframe {
    width: 700px;
    height: 394px;
  }
  .wrapper .sidebar.top3 ul {
    height: 303px;
  }
}
div.landing-vs h1 {
  text-align: center;
}
div.landing-vs .dsp {
  margin: 20px 0 30px 0;
}
div.landing-vs section {
  margin-bottom: 30px;
}
div.landing-vs section.middle h2,
div.landing-vs section.bottom h2,
div.landing-vs section.call-to-action h2 {
  text-align: center;
  font-size: 26px;
}
div.landing-vs section.top {
  margin-top: 40px;
}
div.landing-vs section.top h1 {
  text-align: left;
}
div.landing-vs section.top img {
  width: 70%;
  max-width: 1000px;
}
div.landing-vs section.top article {
  display: inline-block;
  width: 29%;
  vertical-align: top;
}
div.landing-vs section.top article p {
  display: inline-block;
  margin-top: 0px;
}
div.landing-vs section.middle {
  height: 300px;
  background-color: #8f022d;
}
div.landing-vs section.middle header {
  background-color: #8f022d;
}
div.landing-vs section.middle h1,
div.landing-vs section.middle div {
  color: #ffffff;
}
div.landing-vs section.middle div {
  font-size: 24px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
div.landing-vs section.middle ul {
  -webkit-padding-start: inherit;
  list-style-type: none;
  margin: 0 60px;
}
div.landing-vs section.middle ul li {
  width: 33%;
  text-align: center;
  display: inline-block;
  /*line-height: 130px;*/
  vertical-align: middle;
  position: relative;
  height: 175px;
}
div.landing-vs section.call-to-action {
  text-align: center;
}
div.landing-vs section.call-to-action img {
  width: 330px;
}
div.landing-vs img {
  display: inline-block !important;
}
div.landing-vs img.mobile,
div.landing-vs img.social {
  height: 130px;
}
div.landing-vs img.video {
  height: 65px;
  margin-top: 35px;
}
/* styles for validation helpers */
.field-validation-error {
  color: #e74c3c;
  display: block;
  font-size: 13px;
}
.field-validation-error span:before {
  content: "";
}
.field-validation-valid {
  display: none;
  height: 15px;
}
input.input-validation-error,
textarea.input-validation-error {
  border-color: #e74c3c;
  color: #e74c3c;
}
input.input-validation-error:-moz-placeholder,
textarea.input-validation-error:-moz-placeholder {
  color: #e74c3c;
}
input.input-validation-error:-ms-input-placeholder,
textarea.input-validation-error:-ms-input-placeholder {
  color: #e74c3c;
}
input.input-validation-error::-webkit-input-placeholder,
textarea.input-validation-error::-webkit-input-placeholder {
  color: #e74c3c;
}
textarea.input-validation-error {
  border-color: #e74c3c;
  color: #e74c3c;
}
select.input-validation-error {
  border-color: #e74c3c;
  color: #e74c3c;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #e74c3c;
  font-size: 13px;
}
.validation-summary-errors ul {
  list-style-type: none;
}
.validation-summary-valid {
  display: none;
}
/* Grid and Tables Styles */
.ui-widget-content {
  background: white;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-color: #dbe3e3;
  color: #75747c;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-family: 'proxima_nova', sans-serif;
  font-size: 14px;
}
.ui-widget-content input,
.ui-widget-content button,
.ui-widget-content textarea,
.ui-widget-content select,
.ui-widget-content label {
  font-family: 'proxima_nova', sans-serif;
  font-size: 14px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-jqgrid .ui-jqgrid-htable th {
  line-height: 18px;
  padding: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #6cc401;
  border: none;
  color: white;
  font-size: 14px;
  padding: 10px 0;
  font-family: 'proxima_nova_bold';
  font-weight: normal;
}
.ui-jqgrid tr.ui-row-ltr td {
  padding: 5px 10px;
  border-bottom: none;
}
.ui-jqgrid tr.ui-row-ltr td:last-child {
  border-right: none;
}
.ui-jqgrid .ui-jqgrid-titlebar {
  display: none;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px;
}
/* table: header */
.ui-widget-header {
  background: transparent;
  border: none;
  color: #7f8c8d;
  font-family: 'proxima_nova_semibold', sans-serif;
}
/* table: footer or pager */
.ui-jqgrid .ui-jqgrid-pager {
  background: white;
  border-radius: none;
  border-top: 1px #dbe3e3 solid !important;
  color: #7f8c8d;
  height: auto;
  max-width: 100%!important;
  font-family: 'proxima_nova';
}
/* tr: selected */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: rgba(108, 196, 1, 0.75);
  background-image: none;
  border: 1px rgba(108, 196, 1, 0.75) solid;
  color: white;
}
.ui-state-default .ui-state-active {
  background: rgba(108, 196, 1, 0.75);
  background-image: none;
  color: #7f8c8d;
}
/* tr: hover */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: rgba(108, 196, 1, 0.5);
  background-image: none;
  border-radius: 0;
  border: 1px rgba(108, 196, 1, 0.5) solid;
  color: #7f8c8d;
}
input[type=submit].button-back,
input[type=submit].button-next,
input[type=submit].finish {
  background: #0d9def;
  border: #0d9def;
  color: white;
  font-size: 16px;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* Tabs Style */
.ui-tabs .ui-tabs-nav {
  border-bottom: 1px #dbe3e3 solid;
  margin: 0;
  padding: 5px 5px 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 1em;
}
.ui-tabs .ui-tabs-nav li {
  background: #f2f2f3;
  border: 1px #dbe3e3 solid;
  margin: 10px 0 0 10px;
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: white;
  border-bottom-color: white!important;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #8f022d !important;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #7f8c8d;
}
/* Hover on Titles */
.ui-jqgrid-hdiv .ui-state-hover {
  background: transparent;
  border: none;
  color: inherit;
}
/* Table Cells */
.ui-jqgrid .ui-jqgrid-btable {
  width: 100%!important;
}
/* Modal Style */
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.5);
  -ms-opacity: 0.2 !important;
  -webkit-opacity: 0.2 !important;
  -moz-opacity: 0.2 !important;
  -o-opacity: 0.2 !important;
  opacity: 0.2 !important;
  filter: alpha(opacity=100);
}
.ui-jqdialog {
  background: white;
  border-color: #9f022c;
  /* Buttons Style */
}
.ui-jqdialog .ui-jqdialog-titlebar {
  background: #8f022d;
  border-radius: 0;
  color: white;
  font-family: 'proxima_nova_bold';
  font-size: 18px;
  font-weight: normal;
  padding: 10px;
}
.ui-jqdialog .ui-dialog-content {
  padding: 10px;
}
.ui-jqdialog .ui-dialog-content form input {
  padding: 8px;
}
.ui-jqdialog .EditTable a.fm-button {
  background: #0d9def !important;
  border: none;
  border-radius: 0;
  color: white;
  padding: 10px;
}
.ui-jqdialog .EditTable a.fm-button .ui-icon {
  display: none!important;
}
/* Add File buttons */
.ui-button {
  background: #6cc401;
  border: 1px #6cc401 solid;
  color: white;
  font-size: 16px;
  padding: 8px 0;
  font-family: 'proxima_nova_bold';
  font-weight: normal;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  margin-bottom: 1px;
  -o-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
.ui-button .ui-botton-text {
  padding: 0 15px 0 30px;
}
/* Dialog Styles */
.ui-dialog {
  background: white;
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.ui-dialog .ui-dialog-titlebar {
  background: #8f022d;
  border-radius: 0;
  color: white;
  padding: 15px;
}
.progressbar {
  border: 1px solid #a6c9e2;
  background: #6cc401 !important;
  background: #fcfdfd url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkEAIAAACY3hF0AAAABmJLR0T///////8JWPfcAAAACXBIWXMAAABIAAAASABGyWs+AAAAYklEQVQoz+3PMQqAMBQE0cmKYJFKRYMJiCAoev/b+cVCSG2ZwuoVAwvLdZmZCQB+voA1d33XItLSipmeXiyMjGJjYsqcJJLcQSKJjUgU+9tWAkEsbnBDHuvweFEhVMTbcnkARNMN2kh7KjEAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDMtMDlUMTk6NTU6MjItMDc6MDBLJQXQAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTAzLTA5VDE5OjU1OjIyLTA3OjAwOni9bAAAAABJRU5ErkJggg==') /*images/ui-bg_inset-hard_100_fcfdfd_1x100.png*/ 50% bottom repeat-x;
  *background: #fcfdfd url("../images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x;
  /* For IE 6 and 7 */
  color: #222222;
}
