#hero-container {
    width: 100%;
    height: 363px;
    background-image: url('../images/downloads_new/hero-bg.png');
    overflow: hidden;
    position: relative;
    margin-bottom: 6px;
    padding: 25px 0px 0 42px;
}

#hero-container {
    background-image: url('../images/downloads_new/heroBg.jpg');
}

#hero-container h1 {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #59add1 !important;
    margin-bottom: 8px !important;
}

#hero-container h2, #hero-post h2, h1#try-now {
    color: #8cc640 !important;
    font-size: 33px !important;
    font-weight: 400;
    margin-top: 0;
    /*text-shadow: 0px 1px 1px #000;*/
    -moz-transform: matrix(1.00430104231308, 0, 0, 1.00453514739229, 0, 0);
    -webkit-transform: matrix(1.00430104231308, 0, 0, 1.00453514739229, 0, 0);
    -ms-transform: matrix(1.00430104231308, 0, 0, 1.00453514739229, 0, 0);
}

#hero-container h3, #hero-post h3 {
    color: white !important;
    font-size: 21px !important;
    font-weight: normal !important;
    line-height: 1.3;
    /*text-shadow: 0px 1px 1px #000;*/
    margin-bottom: 0 !important;
}

#standard-hero-panel h3 {
    font-size: 30px !important;
    font-weight: bold !important;
    line-height: 36px !important;
    color: #F7F7F7 !important;
}

#standard-hero-panel h3 + p {
    font-size: 18px;
    line-height: 22px;
    color: #F7F7F7;
    margin-bottom: 20px;
}

#hero-container #breadcrumbs,
#hero-container #breadcrumbs a,
#hero-container #breadcrumbs span {
    color: white;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 35px;
}

#hero-container #breadcrumbs {
    margin-bottom: 15px !important;
}

#hero-container #logo {
    margin-top: 50px;
    margin-right: 80px;
}

#hero-container #logo {
    width: 250px;
    margin: 30px auto 0 auto;
}

#hero-container h5 {
    font-size: 14px;
    color: #f68f1e;
}

#hero-container h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #F78B00;
    text-align: center;
    margin-right: 30px;
}

#standard-hero-panel a.learn-edge {
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #FFFFFF;
    margin-left: 20px;
}

#standard-hero-panel a.primary-button {
    width: 274px;
    height: 43px;
    background-color: #F7901E;
    border: 2px solid #E18133;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    padding: 9px 5px;
}

a.primary-button + a.secondary-button {
    margin-left: 20px;
}

#hero-post {
    width: 100%;
    height: 300px;
    background-image: url('../images/downloads_new/download-hero-cta-postDL.png');
    overflow: hidden;
    position: relative;
    margin-bottom: 6px;
    padding: 70px 0px 0 70px;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

div.warning {
    color: rgb(119, 96, 55);
    border: 1px solid rgba(255, 214, 37, 0.34);
    background-color: #FBF9DC;
    padding: 1em;
    margin: 1em 0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
}

h3 {
    color: #004b80 !important;
    font-size: 18px !important;
    margin-bottom: 24px !important;
}

h3.section {
    color: #666666 !important;
    margin: 20px 0 0px 0px !important;
    font-weight: 500;
}

h3.section + p,
h3.section + p + p {
    font-weight: 400;
    font-size: 14px;
}

h3.section + p + p {
    margin-bottom: 20px;
}

h4 {
    color: #59ADD1 !important;
    font-size: 33px;
}

a.greybutton:link, a.greybutton:visited, a.greybutton:active {
    color: white;
    width: 33%;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    margin-right: .5%;
    margin-bottom: 55px;
    font-weight: bolder;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555759),
    color-stop(0.64, #494B4D));
    background-image: -o-linear-gradient(bottom, #555759 0%, #494B4D 64%);
    background-image: -webkit-linear-gradient(bottom, #555759 0%, #494B4D 64%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#555759), color-stop(64%, #494B4D));
    background-image: -webkit-linear-gradient(top, #555759 0%, #494B4D 64%);
    background-image: -o-linear-gradient(top, #555759 0%, #494B4D 64%);
    background-image: linear-gradient(to bottom, #555759 0%, #494B4D 64%);
}

a.greybutton:focus {
    outline: none;
}

a.greybutton.downloadlink:link {
    color: #FFFFFF;
    font-weight: bolder;
}

/*a.greybutton:last-of-type {*/
/*margin-left: 1px*/
/*}*/

a.greybutton:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555759),
    color-stop(0.64, #555759));
    background-image: -o-linear-gradient(bottom, #555759 0%, #555759 64%);
    background-image: -moz-linear-gradient(bottom, #555759 0%, #555759 64%);
    background-image: -webkit-linear-gradient(bottom, #555759 0%, #555759 64%);
    background-image: -ms-linear-gradient(bottom, #555759 0%, #555759 64%);
    background-image: linear-gradient(to bottom, #555759 0%, #555759 64%);
    text-decoration: none;
}

div.tab-shadow {
    background: url('../images/downloads_new/tab_shadow.png') repeat-x;
    z-index: -1;
    height: 9px;
    position: relative;
    top: -18px;
}

div.tab-row {
    width: 897px;
    height: 34px;
    position: relative;
    bottom: 11px;
    display: inline-block;
    z-index: 0;
    padding: 0 0 0 20px;
}

div.tab-row ul li {
    display: inline-block !important;
}

div.tab-row ul li {
    width: 120px;
    border: 1px solid #c0c0c0;
    color: #56add3;
    font-weight: bolder;
    background-color: #f0f0f0;
    position: relative;
    bottom: 0px;
    display: inline-block;
    text-align: center;
    padding: 4px 0 3px 0;
    margin-right: -2px;
    z-index: 1;
    -moz-box-shadow: inset 0 0 3px #ddd;
    -webkit-box-shadow: inset 0 0 3px #ddd;
    box-shadow: inset 0 0 3px #ddd;
    transition: background-color .5s;
    -webkit-transition: background-color .5s;

}

div.tab-row .selected {
    color: #666 !important;
    background-color: white;
    border-bottom: none;
    height: 40px;
    position: relative;
    bottom: 7px;
    z-index: 2;
    -moz-box-shadow: inset 0 0 0 #fff;
    -webkit-box-shadow: inset 0 0 0 #fff;
    box-shadow: inset 0 0 0 #fff;
    text-decoration: none;
}

div.tab-row li.selected a {
    color: #666 !important;
}

.left {
    float: left
}

.greybox, .whitebox {
     width: 445px;
    padding: 12px 0 0 20px;
}

.greybox {
    background-color: #f9f9f9;
}

.whitebox {
    background: #fff;
}

.greybox ul {
    list-style-position: inside;
}

.greybox.full ul {
    float: left;
    margin-right: 20px;
}

.greybox.full ul li,
.greybox.full p {
    font-size: 13px;
    color: #666666 !important;
    font-weight: normal;
}

.greybox.full {
    width: 100%;
    height: 215px;
    overflow: hidden;
    padding-top: 22px !important;
    margin-top: 20px;
}

.greybox.full > .greybox {
    padding: 0
}

.greybox.windows, .whitebox.windows {
    float: left;
    clear: left
}

.greybox.linux, .whitebox.linux {
    float: right;
    margin-left: 23px
}

.greybox.osx {
    float: left;
    clear: left
}

.whitebox.osx {
    float: left;
    clear: left;
}

.greybox.header {
    background-color: #f0f0f0;
    height: 35px;
    border-bottom: 1px solid #bfc3c5;
    margin: 0;
    padding-top: 3px;
    position: relative;
}

.greybox.header.bluebox {
    background-color: #445C6D;
}

.greybox.header.bluebox b {
    color: #FFFFFF;
}

.greybox.header img {
    position: absolute;
    top: 5px;
    width: 23px;
}

.greybox.header.bluebox img {
    width: 23px;
}

.greybox.header b {
    position: absolute;
    left: 50px;
    top: 4px;
}

a.downloadlink:link,
a.downloadlink:active,
a.downloadlink:visited {
    color: #4A90AD;
    font-weight: bold;
}

a.downloadPagelink:link,
a.downloadPagelink:active,
a.downloadPagelink:visited {
    color: #4A90AD;
}

table.striped tr a:hover {
    color: #4A90AD;
}

div.hr {
    border-bottom: 1px solid #bfc3c5;
    height: 2px;
    width: 930px;
}

div.binaries table.striped {
    border-collapse: collapse;
    width: 930px
}

div.binaries table.striped td {
    color: inherit;
    font-weight: 300;
    font-size: 14px;
    height: 45px;
    /*background-color: #f9f9f9;*/
    padding: 5px 10px 5px 20px;
}

div.binaries table td:first-of-type {
    width: 300px
}

div.binaries table td:nth-child(2) {
    width: 350px
}

div.binaries table td.header,
td.header {
    background-color: #EAEAEA;
    height: 35px;
    border-bottom: 1px solid #bfc3c5;
}

div.binaries table td.header.bluebox,
td.header.bluebox {
    background-color: #445C6D;
}

div.binaries table td.header.bluebox b,
td.header.bluebox b {
    color: #FFFFFF;
}

div.binaries table td img {
    top: 5px;
    display: inline-block;
}

div.changelog {
    position: relative;
    padding: 15px;
}

div.changelog img {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

div.changelog table {
    table-layout: fixed;
    width: 100%
}

div.changelog h3 {
    margin-left: 15px
}

div.changelog table td:first-of-type {
    width: 210px;
    padding-left: 15px;
}

div.changelog table td:nth-child(2) {
    width: 200px;
}

div.changelog-download {
    position: absolute;
    right: 15px;
    top: -95px;
}

div.changelog-download a, div.changelog-download img {
    display: inline-block;
}

div.changelog-download a:link, div.changelog-download a:active, div.changelog-download a:visited {
    position: relative;
    top: -4px;
    font-size: 15px;
    font-family: "myriad-pro";
    color: #345062;
    text-decoration: underline;
}

div.changelog-download a:hover {
    text-decoration: none;
}

#search-form {
    float: right;
    margin-right: -15px;
}

#search-form input {
    height: 35px !important;
}

#background-overlay {
    background: #4e4e4e none repeat scroll 0 0;
    display: none;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#form-wrapper {
    display: none;;
    width: 567px;
    position: absolute;
    border: 1px solid white;
    /*margin-left: -150px;*/
    margin-top: 30px;
    padding: 50px 45px 25px 45px;
    background-color: white;
    z-index: 100;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(31, 31, 31, 1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(31, 31, 31, 1);
    box-shadow: 0px 0px 3px 0px rgba(31, 31, 31, 1);
    z-index: 10000;
}

.checkboxrow {
    position: relative;
    clear: both;
}

.checkboxrow input, .checkboxrow span {
    font-size: 14px !important;
    line-height: 21px;
    display: block;
    float: left;
    margin-bottom: 18px;
    max-width: 500px;
}

form div.row {
    margin-bottom: 0;
}

#form-wrapper a,
#form-wrapper a:hover,
#form-wrapper a:visited,
#form-wrapper a:active {
    color: #4A90AD;
}

#form-wrapper label {
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    color: #8e8e8e;
}

#form-wrapper input[type='checkbox'] + span.input-label {
    margin: 0 6px 0 0;
    clear: none;
    padding: 12px;
    background: url("../images/form/form_checkbox_off@2x.png") center center no-repeat;
    background-size: 100% !important;
}

#form-wrapper input[type='checkbox']:checked + span.input-label {
    background-image: url(../images/form/form_checkbox_on@2x.png);
}

#form-wrapper.dft1 {
    width: 657px;
    max-height: 90vh;
    min-height: 150px;
    overflow-y: auto;
}

#form-wrapper h4 {
    padding-top: 0;
    margin-top: 0;
}

#form-wrapper form input,
#form-wrapper form select {
    padding: 5px;
    display: block;
    margin: 0 0 20px;
}

#form-wrapper form #id_country {
    margin-bottom: 30px;
}

#form-wrapper form input:not(#industry-select-selectized),
#form-wrapper form select:not(#industry-select):not(#id_is_integrator) {
    border-radius: 3px;
    height: 37px;
    color: #4e4e4e;
}

#form-wrapper form input[type='checkbox'] {
    opacity: 0;
    position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer !important;
    z-index: 1;
    top: -1px;
    border-radius: 3px;
}

#form-wrapper form select {
    background-color: #FFFFFF;
    color: #8e8e8e;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "proxima-nova", "myriad-pro", Arial, Helvetica, sans-serif !important;

    background-image: url("../images/buttons/dropdown-arrow.svg");
    background-repeat: no-repeat;
    background-position: 100% center;
}


#form-wrapper select:hover {
    background-color: #FFFFFF;
    border-color: #ccc;
}

#form-wrapper select:focus {
    outline: none;
}

#form-wrapper form input#lgn0r3 {
    display: none;
}

#form-wrapper #close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

#form-wrapper #download-form {
    position: relative;
}

.error {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#form-wrapper .error a{
    color: inherit !important;
    text-decoration: underline;
}

#form-wrapper span.error-message {
    bottom: 25px;
    display: none;
    font-weight: bold;
    left: 200px;
    position: absolute;
}

#form-wrapper.dft1 span.error {
    /*bottom: 40px;*/
    /*font-weight: 600;*/
    /*font-size: 16px;*/
    /*left: 54px;*/
}

#form-wrapper.dft1 input.error,
#form-wrapper.dft1 select.error,
.selectized.error + .selectize-control .selectize-input {
    border-color: #ff0000 !important;
}

div.autodownloadbox {
    float: left;
    color: white !important;
    font-size: 13px;
    margin-left: 3px;
    margin-top: 12px;
}

#standard-hero-panel div.autodownloadbox a.downloadlink,
#standard-hero-panel div.autodownloadbox span {
    color: #F2F2F2;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}

#standard-hero-panel div.autodownloadbox span a {
    color: #F2F2F2 !important;
    text-decoration: underline;
}


div.autodownloadbox a.downloadlink {
    color: white !important;
    font-size: 15px
}

div.autodownloadbox span {
    font-style: italic;

}

div.autodownloadbox span a, #hero-post a {
    color: #59ADD1 !important
}

#hero-post span {
    color: white;
}

a.iu-video {
    background-image: url('../images/downloads_new/play_unplayed.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 23px;
    color: #9b9b9b;
    font-weight: normal;
}

#ie-msg {
    display: none;
    visibility: hidden;
}

#form-wrapper h4 {
    margin-bottom: 12px;
    font-size: 21px;
    line-height: 25px;
    font-weight: 500;
    color: #445C6D !important;
}

#form-wrapper span.instructions {
    font-size: 15px !important;
    line-height: 21px;
}

#df-wrapper {
    margin: 20px 0;
}

#df-wrapper form {
    padding: 0;
}

#df-testimonial1 {
    background: #f2f2f2 none repeat scroll 0 0;
    float: right;
    height: 220px;
    margin: 0;
    padding: 20px 45px;
    position: relative;
    text-align: center;
    width: 271px;
}

#df-testimonial1 h3 {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

#df-testimonial1 #quoted-person img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}


span.proxima-quote {
    color: #55add3;
    font-family: "proxima-nova";
    font-size: 50px;
    line-height: 45px;
    margin: 0 !important;
    padding: 0 !important;
}

#df-testimonial1 p#the-quote {
    color: #7d7d7d;
    font-family: "proxima-nova";
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6em;
    margin-top: -22px;
    text-align: left;
}

#df-testimonial1 #hr-testimonial p#the-quote {
    font-size: 18px;
    text-align: center;
    padding: 0 5px;
}

#df-testimonial1 p#quoted-person {
    color: #7d7d7d;
    font-family: "proxima-nova";
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4em;
    padding: 15px 0 0;
    text-align: left;
}

#df-testimonial1 #hr-testimonial p#quoted-person {
    /*padding: 30px 0 0;*/
}

#df-testimonial1 p#quoted-person img {
    float: left;
    height: 50px;
    margin: -9px 15px 0;
    padding: 0;
    width: 50px;
}

#df-testimonial1 #hr-testimonial p#quoted-person img {
    /*height: 70px;*/
    /*margin: -16px 14px 0 0px;*/
    /*width: 70px;*/
}

.dft1 #df-wrapper #download-form-submit {
    float: none;
    display: inline-block;
    margin: 17px 0;
    width: 179px;
    height: 45px;
    background-color: green;
    color: #ffffff;
    border: none;
    background-color: #8DC63E;
    font-size: 17px;
    font-weight: 400;
}

.dft1 #df-wrapper #download-form-submit.processing {
    padding-right: 36px;
    pointer-events: none;
}

.dft1 #df-wrapper #download-form-submit + .fa-spinner {
    display: none;
    position: relative;
    color: white;
    top: 1px;
    right: 56px;
    font-size: 20px;
}

.dft1 #df-wrapper #download-form-submit.processing + .fa-spinner {
    display: inline-block;
}

.binaries.ialabs {
    font-size: 1.14285714285714em;
}

hr.main {
    margin-top: 0;
    color: #cccccb;
}

.form-privacy-statement-container {
    font-size: 12px !important;
    line-height: 16px;
    color: #8E8E8E;
    font-weight: 300;
    font-family: proxima-nova !important;
    margin-top: 7px;
}

.form-privacy-statement-container a,
.form-privacy-statement-container a:hover,
.form-privacy-statement-container a:visited,
.form-privacy-statement-container a:active {
    color: #8E8E8E!important;
    text-decoration: underline;
}

.form-privacy-statement-container a#skipformlink,
.form-privacy-statement-container a#skipformlink:hover,
.form-privacy-statement-container a#skipformlink:visited,
.form-privacy-statement-container a#skipformlink:active {
    text-decoration: none;
}



.contact-info {
    text-align: center;
}

.contact-info ul {
    margin: 0;
    line-height: 18px !important;
}

.contact-info li {
    list-style: none;
    display: inline;
    color: #9b9b9b !important;
    font-family: proxima-nova !important;
    font-size: 12px;
}

.contact-info li::after {
    content: " | ";
    padding: 0 5px;
}

.contact-info li:last-of-type::after {
    content: none;
}

.contact-info li > a{
    text-decoration: none;
    color: inherit !important;
}

.ia-demo-materials,
.ia-download-extras {
    padding-left: 25px;
    padding-right: 50px;
}

.ia-demo-materials {
    margin: 25px 0 50px 0;
}

.ia-extra-content i.small {
    font-weight: 300;
    line-height: 21px;
}

.ia-extra-content i.small a {
    font-size: 14px;
}

.ia-demo-materials h3,
.ia-download-extras h3 {
    color: #445C6D !important;
    font-size: 21px !important;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0 !important;
}

.ia-demo-materials h3 + p,
.ia-download-extras h3 + p {
    color: #4E4E4E;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0 !important;
}

.ia-demo-materials h4,
.ia-download-extras h4 {
    color: #666666 !important;
    font-size: 0.875em;
    font-weight: bold;
    line-height: 25px;
    margin: 0;
}

.ia-extra-header {
    height: 35px;
    background-color: #EAEAEA;
    padding: 5px 0 0 15px;
    margin: 0 -50px 0 -25px;
}

.ia-extra-content {
    background-color: #FFF;
    margin: 0 -50px 0 -25px;
    padding: 12px 20px 10px 20px;
}

.ia-extra-content.light_grey {
    background-color: #FCFCFC;
}

.ia-extra-content a {
    color: #4A90AD;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}

.ia-extra-content p {
    color: #4E4E4E;
    font-size: 16px;
    line-height: 25px;
}

.dl-user {
    font-weight: 500;
    margin:0;
}

.third-party-content a {
    font-weight: normal;
    color: #4A90AD;
}

.hide-me {
    display: none;
}

.integrator-select-wrapper {
    clear: both;
    /*overflow: auto;*/
    position: relative;
    top: -10px;
}

form div.row .integrator-select-wrapper label {
    width: auto !important;
}

#id_is_integrator {
    height: 37px;
    border-radius: 3px;
}


