/* Free Trial Plugin */

.free-trial-form {}
.lightbox-block.free-trial-form, .upgrade-form {
    box-shadow: 0px 0px 10px 2px #565555;
    background: #f8f8f8;
    display: none;
    position: absolute;
    top: 165px;
    z-index: 999999;
    width: 600px;
    margin-left: -300px !important;
    left: 50%;
    padding: 15px 0px;
    margin: 0;
}
.ft-lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.2;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.free-trial-form h3.form-title, .upgrade-form h3.form-title {
    font-size: 22px;
    color: #000000;
    margin: 3px 0 9px 0;
    padding: 18px 40px 0 40px;
}
.lightbox-block.free-trial-form h3.form-title, .upgrade-form h3.form-title {
    padding-top: 6px;
}
.free-trial-form h4.form-subtitle, .upgrade-form h4.form-subtitle {
    font-size: 14px;
    color: #898989;
    margin-bottom: 25px;
    padding: 1px 40px 0 40px;
}
.free-trial-form .form-elements, .upgrade-form .form-elements {
    background: #ffffff;
    padding: 0px 42px;
}
.lightbox-block.free-trial-form .form-elements, .upgrade-form .form-elements {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-top: 24px;
}
.free-trial-form .form-elements .system_error, .upgrade-form .form-elements .system_error {
    color: red;
    padding: 30px 0;
}
.free-trial-form .form-item, .upgrade-form .form-item {
    position: relative;
    padding: 2px 0;
}
.free-trial-form .form-item.free-trial-firstname, .free-trial-form .form-item.free-trial-lastname, .upgrade-form .form-item.upgrade-form-firstname, .upgrade-form .form-item.upgrade-form-lastname {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.free-trial-form .form-item.free-trial-firstname, .upgrade-form .form-item.upgrade-form-firstname {
    float: left;
}
.free-trial-form .form-item.free-trial-lastname, .upgrade-form .form-item.upgrade-form-lastname {
    float: right;
}
.free-trial-form .form-item.free-trial-lastname:after, .upgrade-form .form-item.upgrade-form-lastname:after {
    content: '';
    display: block;
    clear: both;
}
.free-trial-form .potentialusers-block, .upgrade-form .potentialusers-block {
    color: #757575;
    margin-top: 7px;
    text-align: left;
}
.free-trial-form .potentialusers-block .free-trial-radio .wp-radio-element, .upgrade-form .potentialusers-block .upgrade-form-radio .wp-radio-element {
    display: inline-block;
}
.free-trial-form .potentialusers-block .free-trial-radio.error {
    background: #fef3f3;
    border: 1px solid #f3b6b3;
    padding-left: 5px;
}
.free-trial-form .potentialusers-block p, .upgrade-form .potentialusers-block p {
    margin: 0;
    font-size: 13px;
    text-align: left;
}
.free-trial-form .form-elements .potentialusers-block label, .upgrade-form .form-elements .potentialusers-block label {
    display: inline-block;
    vertical-align: top;
    padding: 5px 37px 0 7px;
}
.free-trial-form .form-elements .potentialusers-block input, .upgrade-form .form-elements .potentialusers-block input {
    padding: 0 10px;
}
.free-trial-form .form-elements label, .upgrade-form .form-elements label {
    display: block;
    margin: 7px 4px 5px 2px;
    color: #757575;
    font-size: 13px;
    text-align: left;
}
.free-trial-form .form-elements input, .free-trial-form .form-elements select, .upgrade-form .form-elements input, .upgrade-form .form-elements select {
    border: 1px solid #c9c9c9;
    background: #ffffff;
    color: #ababab;
    font-size: 15px;
}
.free-trial-form .form-elements input, .upgrade-form .form-elements input {
    height: 38px;
    margin: 0;
    width: 100%;
}
.free-trial-form .form-elements select, .upgrade-form .form-elements select {
    height: 38px;
}
.free-trial-form input[type=text], .free-trial-form textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
.free-trial-form input[type=text]:focus, .free-trial-form textarea:focus {
  box-shadow: 0 0 5px #b8db2b;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(72, 85, 16, 1);
}


.upgrade-standalone-form .upgrade-form {
    display: block;
    width: auto;
    position: inherit;
    margin: 0 !important;
    left: 0;
    box-shadow: none;
    background: none;
    padding: 0 43px;
}
.upgrade-standalone-form .form-elements {
    border: none;
    padding-top: 0;
}
.upgrade-standalone-form .upgrade-form .form-navigation .form-cancel {
    display: none;
}
.form-navigation {
    padding: 18px 40px 12px 40px;
}
.form-navigation.error {
    text-align: center;
}
.form-navigation.error .upgrade-triaL {
    display: none;
}
.form-navigation.error .form-cancel {
    float: none;
}
.form-navigation:after {
    content: '';
    display: block;
    clear: both;
}
.form-navigation button.form-cancel, .form-navigation .start-triaL, .form-navigation button.form-cancel, .form-navigation .upgrade-start {
    display: inline-block;
    vertical-align: top;
    height: 38px;
    padding: 0 20px;
    font-weight: 600;
    border: none;
    font-size: 13px;
}
.form-navigation button.form-cancel {
    background: #f8f8f8;
    color: #989898;
    float: left;
    letter-spacing: 2px;
}
.form-navigation .start-triaL, .form-navigation .upgrade-start {
    background: #b8db2b;
    color: #212121;
    float: right;
    word-spacing: 4px;
    letter-spacing: 2px;
    font-weight: 900;
}
/* Style for error text and fields */

.free-trial-form .form-item label.error, .upgrade-form .form-item label.error {
    position: absolute;
    top: 2px;
    right: 0;
    color: #8c2336;
    padding: 0;
}
.free-trial-form .form-elements input.error, .free-trial-form .form-elements select.error, .upgrade-form .form-elements input.error, .upgrade-form .form-elements select.error {
    background: #fef3f3;
    border-color: #f3b6b3;
    color: #8c2336;
}
#upgrade-form-other-comments {
    height: 65px;
    margin-bottom: 35px;
}
.clear {
    clear: both;
}
/* Standalone styles */

.standalone {
    margin-top: 22px;
}
.standalone .free-trial-form {
    padding: 0px 43px;
}
.standalone .text-left {
    float: left;
}
.standalone .text-right {
    float: right;
    margin-top: 22px;
    padding-right: 90px;
}
.standalone .text-right #headNav {
    color: #000000;
}
.standalone .free-trial-form h3.form-title, .upgrade-standalone-form .upgrade-form h3.form-title {
    font-weight: 600;
}
/* Preload styles */

.ft-preload {
    position: relative;
    width: 78px;
    height: 78px;
    margin: auto;
    margin-top: 75px;
    margin-bottom: 100px;
    display: none;
}
.ft-preload .wBall {
    position: absolute;
    width: 74px;
    height: 74px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 6.96s infinite;
    -o-animation: orbit 6.96s infinite;
    -ms-animation: orbit 6.96s infinite;
    -webkit-animation: orbit 6.96s infinite;
    -moz-animation: orbit 6.96s infinite;
}
.ft-preload .wBall .wInnerBall {
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgb(0, 0, 0);
    left: 0px;
    top: 0px;
    border-radius: 10px;
}
.ft-preload #wBall-1 {
    animation-delay: 1.52s;
    -o-animation-delay: 1.52s;
    -ms-animation-delay: 1.52s;
    -webkit-animation-delay: 1.52s;
    -moz-animation-delay: 1.52s;
}
.ft-preload #wBall-2 {
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}
.ft-preload #wBall-3 {
    animation-delay: 0.61s;
    -o-animation-delay: 0.61s;
    -ms-animation-delay: 0.61s;
    -webkit-animation-delay: 0.61s;
    -moz-animation-delay: 0.61s;
}
.ft-preload #wBall-4 {
    animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -moz-animation-delay: 0.91s;
}
.ft-preload #wBall-5 {
    animation-delay: 1.22s;
    -o-animation-delay: 1.22s;
    -ms-animation-delay: 1.22s;
    -webkit-animation-delay: 1.22s;
    -moz-animation-delay: 1.22s;
}

.greytxt {
    color: #808080;
    font-weight: 300;
    margin-top: 7px;
    display: block;
    font-size: 16px;
    font-style: italic;
}
.blacktxt {
    color: #000;
}
.whitetxt {
    color: #fff;
}




/* ----------------------------------- Landing pages ---------------------------------------------- */

.max-landing-page .row {
    max-width: 76em;
    font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
}
.max-landing-page .row .row {
    max-width: none;
    padding: 0 15px;
}
.max-landing-page .entry a {
    color: #4326ff;
    text-decoration: underline;
}
.max-landing-page .entry a:hover {
    text-decoration: none;
}
.max-landing-page p {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
}
.max-landing-page .wp-logo {
    text-align: center;
}
.max-landing-page .logo {
    display: block;
    margin: 0px 0 0px 0px;
    position: relative;
    top: 25px;
    min-height: 70px;
}
.quotations-wrapper .quotation-item br {
    display: inline-block;
}
.quotations-wrapper .quotation-item, .quotations-wrapper .quotation-img {
    display: inline-block;
    vertical-align: top;
}
.quotations-wrapper .quotation-img {
    width: 33%;
    text-align: center;
}
.quotations-wrapper .quotation-item {
    width: 67%;
}
.max-landing-page .columns {
    margin: 0;
    font-size: 17px;
    color: #333;
    line-height: 30px;
}
.max-landing-page .columns.form-list {
    padding-right: 115px;
}
.max-landing-page .columns h2 {
    font-size: 27px;
    margin: 47px 0 23px 0;
    color: #333;
    word-spacing: 2px;
    letter-spacing: -1px;
}
.max-landing-page .columns ul {
    margin: 18px 0px 0 0;
}
.max-landing-page .columns li {
    list-style-type: none;
    position: relative;
    padding: 4px 0 0 34px;
}
.max-landing-page .columns li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    background: url("assets/custom-radion-icon.png") no-repeat left center;
    width: 24px;
    height: 29px;
}
.max-landing-page .max-button-block {
    margin: 21px 0 0 0;
}
.max-landing-page .max-button-block img {
    position: relative;
    right: -21px;
    top: -14px;
}
.max-landing-page .button-greenbg-charcoaltext a {
    background-color: #b8db2b;
    display: inline-block;
    margin: 15px 0 55px 0;
    padding: 20px 63px;
    color: #404041;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0px;
}
.max-landing-page .entry.greybg {
    background: #f7f7f7;
}
.max-landing-page .center-text {
    text-align: center;
}
.max-landing-page h3 {
    font-size: 18px;
    color: #404041;
    font-weight: 400;
}
.max-landing-page .max-logos-crm {
    margin-bottom: 37px;
    margin-top: 15px;
}
.max-landing-page .alignleft {
    float: left;
}
.max-landing-page .alignright {
    float: right;
}
.max-landing-page .alignright-text {
    text-align: right;
}
.max-landing-page .alignleft-text {
    text-align: left;
}
.aligncenter-text {
    text-align: center;
}
.max-landing-page h4 {
    font-size: 25px;
    margin-top: 42px;
    color: #333;
}
.max-landing-page h5 {
    font-size: 26px;
    margin: 30px 0;
    color: #333;
}
.max-landing-page .tab-block {
    padding: 20px 0;
}
.max-landing-page .max-customers {
    margin-top: 55px;
}
.max-landing-page .max-customers p {
    margin-bottom: 10px;
}
.max-landing-page .max-customers em {
    color: #676767;
    font-size: 20px;
}
.max-landing-page .max-customers .right-arrow {
    margin: 25px 0 0 5%;
}
/* Testimonials */

.max-landing-page .max-testimonials .columns {
    margin: 0px 0 10px 0;
    color: #585858;
    font-size: 16px;
}
.max-landing-page .max-testimonials strong {
    color: #373737;
}
.max-landing-page .max-testimonials .signature {
    color: #c5c5c5;
}
.max-landing-page .max-testimonials .insert-row {
    padding: 0;
    margin-top: 20px;
}
.max-landing-page .max-testimonials .insert-row img {
    margin-left: 35px;
}
.max-landing-page .bottom-text {
    padding: 25px 0 0 0;
}
.max-landing-page .bottom-text p {
    margin: 0;
    font-size: 17px;
    letter-spacing: 0px;
}
.max-landing-page .landing-footer {
    text-align: center;
    color: #757575;
    font-size: 14px;
    padding: 100px 0;
}
.max-landing-page .landing-footer a {
    color: #757575;
}
/* Hubspot form */

.max-landing-page .wp-hbspt-form form.hs-form {
    padding: 0;
    background: #404041;
}
.max-landing-page .form-elements {
    border: 0px solid transparent !important;
}
.max-landing-page .wp-hbspt-form .hs-form fieldset.form-columns-1 select {
    width: 100% !important;
}
.max-landing-page .wp-hbspt-form form.hs-form ul li.hs-form-radio label.hs-form-radio-display {
    border: none;
}
.max-landing-page .wp-hbspt-form {
    background: #404041;
    color: #f5f5f5;
    padding: 25px 32px 30px 35px;
    width: 466px;
    position: relative;
    top: -112px;
    float: right;
    margin-bottom: -112px;
}
.max-landing-page .wp-hbspt-form form.hs-form label, .max-landing-page .wp-hbspt-form form.hs-form span {
    font-size: 13px;
    font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 0.6;
}
.max-landing-page .wp-hbspt-form form.hs-form .field {
    min-height: 65px;
}
.max-landing-page .wp-hbspt-form form.hs-form span {
    padding: 3px 0;
}
.max-landing-page .wp-hbspt-form p {
    line-height: 0.6;
    font-size: 14px;
    color: #ffffff;
    font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
}
.max-landing-page .wp-hbspt-form ul {
    margin: 0;
    text-align: left;
}
.max-landing-page .wp-hbspt-form li:before {
    display: none !important;
}
.max-landing-page .wp-hbspt-form li, .max-landing-page .wp-hbspt-form li input {
    display: inline-block;
    padding: 0;
}
.max-landing-page .wp-hbspt-form li input {
    position: relative;
    top: 3px;
    margin: 0 10px 0 25px;
}
/*.max-landing-page .wp-hbspt-form .hs_number_of_users_{*/

/*display: none;*/

/*}*/

.max-landing-page .wp-hbspt-form li:first-child input {
    margin-left: 0;
}
.max-landing-page .wp-hbspt-form h3 {
    color: #f5f5f5;
    font-size: 22px;
    font-weight: 600;
}
.wp-hbspt-form p.wp-hbspt-subtitle, .wp-hbspt-form .free-trial-form .form-elements p.wp-hbspt-subtitle, .wp-hbspt-form .upgrade-form .form-elements p.wp-hbspt-subtitle {
    font-size: 14px;
    line-height: 20px;
}
.max-landing-page .wp-hbspt-form input[type="text"], .max-landing-page .wp-hbspt-form input[type="tel"], .max-landing-page .wp-hbspt-form input[type="email"], .max-landing-page .wp-hbspt-form select {
    height: 37px;
    background: #ffffff;
    font-size: 14px;
    width: 100% !important;
    max-width: none !important;
    color: #686868;
    padding: 0 0 0 5px;
    border: 1px solid #c9c9c9 !important;
    border-radius: 0 !important;
    margin: 0;
    font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
}
.max-landing-page .wp-hbspt-form .hs-form fieldset {
    width: 100% !important;
    max-width: none !important;
}
.max-landing-page .wp-hbspt-form .input {
    margin: 0 !important;
}
.max-landing-page .wp-hbspt-form label span {
    font-size: 13px;
    color: #ffffff;
}
.max-landing-page .wp-hbspt-form .hs_firstname, .max-landing-page .wp-hbspt-form .hs_lastname {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.max-landing-page .wp-hbspt-form .hs_firstname {
    padding-right: 20px;
}
.max-landing-page .wp-hbspt-form form.hs-form .hs-button {
    background-color: #b8db2b;
    margin-top: 5px;
    font-size: 18px;
    text-transform: uppercase;
    color: #464646 !important;
    border: none;
    display: block;
    height: 60px;
    text-shadow: none;
    font-weight: 900;
    width: 100% !important;
    font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
}
.max-landing-page .wp-hbspt-form .hs-button:hover {
    box-shadow: none !important;
    border: none;
}
/* Hubspot form errors */

.max-landing-page .wp-hbspt-form .hs-error-msgs {
    margin: 0;    
}
.max-landing-page .wp-hbspt-form .hs-error-msgs li {
    padding: 0;
}
.max-landing-page .wp-hbspt-form .hs-error-msgs li:before {
    display: none;
}
.max-landing-page .wp-hbspt-form .hs-error-msgs li label {
    color: red;
    font-size: 13px;
    line-height: 13px;
}
/*
    Style for fre trial form ( on lp pages )
*/

.upgrade-standalone-form .upgrade-form {
    padding: 0;
}
.wp-hbspt-form .free-trial-form .form-elements, .wp-hbspt-form .upgrade-form .form-elements {
    background: #404041;
}
.wp-hbspt-form .free-trial-form h3, .wp-hbspt-form .free-trial-form h4.form-subtitle, .wp-hbspt-form .upgrade-form h3, .wp-hbspt-form .upgrade-form h4.form-subtitle {
    display: none;
}
.wp-hbspt-form .free-trial-form .form-elements, .wp-hbspt-form .upgrade-form .form-elements {
    padding: 0;
}
.wp-hbspt-form .free-trial-form .form-elements label, .wp-hbspt-form .upgrade-form .form-elements label, .max-landing-page .wp-hbspt-form p {
    font-weight: 600;
    color: #fff;
}
.wp-hbspt-form .wp-hbspt-form .form-elements .potentialusers-block label {
    padding: 0 10px 0 7px;
}
.wp-hbspt-form .free-trial-form .form-elements input, .wp-hbspt-form .upgrade-form .form-elements input {
    height: 32px;
}
.wp-hbspt-form .free-trial-form label, .wp-hbspt-form .free-trial-form .form-navigation, .wp-hbspt-form .upgrade-form label, .wp-hbspt-form .upgrade-form .form-navigation {
    padding: 0;
    margin: 0;
}
.wp-hbspt-form .free-trial-form .form-navigation.error, .wp-hbspt-form .upgrade-form .form-navigation.error {
    display: none !important;
}
.wp-hbspt-form .free-trial-form .form-navigation:before, .max-landing-page .wp-hbspt-form form.hs-form .actions:after, .wp-hbspt-form .upgrade-standalone-form .upgrade-form .form-navigation:before {
    content: '';
    display: block;
    width: 102px;
    position: absolute;
    height: 88px;
    background: url("assets/right-arrow.jpg") no-repeat left center;
    left: -110px;
    bottom: 40px;
}
.wp-hbspt-form .upgrade-standalone-form .upgrade-form .form-navigation:before {
    bottom: 30px;
}
.wp-hbspt-form .free-trial-form .form-elements .potentialusers-block label, .wp-hbspt-form .upgrade-form .form-elements .potentialusers-block label {
    padding: 0px 10px 0 5px;
}
.wp-hbspt-form .form-navigation .start-triaL, .wp-hbspt-form .form-navigation .upgrade-start {
    background-color: #b8db2b;
    margin-top: 5px;
    font-size: 18px;
    text-transform: uppercase;
    color: #464646 !important;
    border: none;
    display: block;
    height: 60px;
    text-shadow: none;
    font-weight: 900;
    width: 100% !important;
    margin: 0;
}
.wp-hbspt-form .free-trial-form .potentialusers-block .free-trial-radio.error, .wp-hbspt-form .upgrade-form .potentialusers-block .upgrade-form-radio.error {
    background: none;
    border: 1px solid red;
    padding: 5px 10px;
    margin-top: 10px;
}
.wp-hbspt-form .upgrade-form .potentialusers-block .upgrade-form-radio.error .error {
    top: -9px;
}
.wp-hbspt-form .free-trial-form .form-item label.error, .wp-hbspt-form .upgrade-form .form-item label.error {
    color: red;
}
.wp-hbspt-form .free-trial-form .form-elements input[type="radio"], .wp-hbspt-form .upgrade-form .form-elements input[type="radio"] {
    background: none;
    border: none;
}
/* Responsive styles */

@media all and (max-width: 1150px) {
    .wp-hbspt-form .free-trial-form .form-navigation:before, .max-landing-page .wp-hbspt-form form.hs-form .actions:after {
        display: none;
    }
    .max-landing-page .columns.form-list {
        padding-right: 80px;
    }
    .quotations-wrapper .quotation-img, .quotations-wrapper .quotation-item {
        width: 100%;
        padding-top: 0;
    }
}
@media all and (max-width: 1000px) {
    .max-landing-page .max-logos-crm {
        width: 600px;
    }
    .max-landing-page .max-testimonials {
        text-align: center;
    }
    .max-landing-page .max-testimonials .col-md-6 {
        width: 100%;
        clear: both;
        margin: 20px 0;
    }
    .max-landing-page .tab-block .rows {
        text-align: center;
    }
    .max-landing-page .wp-hbspt-form {
        width: 100%;
        top: 0;
        margin-bottom: 0;
    }
    .max-landing-page .max-customers .right-arrow {
        display: none;
    }
    .max-landing-page .wp-hbspt-form input[type="text"], .max-landing-page .wp-hbspt-form input[type="tel"], .max-landing-page .wp-hbspt-form input[type="email"], .max-landing-page .wp-hbspt-form select {
        width: 100% !important;
        max-width: none !important;
        margin: 0;
        font-size: 17px;
    }
    .max-landing-page .alignright-text, .max-landing-page .alignleft-text {
        text-align: center;
        margin-top: 20px;
    }
    .manager-crm-content img {
        float: none !important;
        margin: 0;
    }
    .manager-crm-testimonials img {
        display: block;
        margin-bottom: 20px;
        position: relative;
        left: 43%;
    }
    .manager-crm-testimonials p {
        margin-left: 0px !important;
    }
    .max-landing-page .wp-hbspt-form p {
        line-height: 20px;
    }
    .max-landing-page .wp-hbspt-form .hs_firstname {
        padding: 0;
    }
    form.hs-form ul li.hs-form-radio label.hs-form-radio-display input.hs-input {
        margin: 0 10px;
    }
    .max-landing-page .max-button-block img {
        display: none;
    }
    .max-landing-page .columns h2 {
        margin-top: 15px;
    }
    .max-landing-page .columns ul {
        text-align: left;
        margin-left: 5%;
    }
    .max-landing-page .columns.form-list {
        padding-right: 10px;
    }
}
@media all and (max-width: 700px) {
    .max-landing-page .max-logos-crm {
        width: 500px;
    }
}
@media all and (max-width: 500px) {
    .max-landing-page .max-logos-crm {
        width: 300px;
    }
    .max-landing-page .logo {
        margin: 0;
    }
    .max-landing-page .columns h2 {
        margin-top: 0px;
    }
    .max-landing-page .logo {
        margin-top: 20px;
    }
    .max-landing-page .columns li {
        padding: 6px 0 10px 34px;
    }
}
@media all and (max-width: 390px) {
    .max-landing-page .logo {
        text-align: center;
    }
    .max-landing-page .logo img {
        width: 290px;
    }
    form.hs-form ul li.hs-form-radio label.hs-form-radio-display input.hs-input {
        margin: 0 5px;
    }
}





/* Hubspot form Styling */

.hs-form fieldset.form-columns-1 .input {
    margin: 0 !important;
}
/* overwrite defaults for overlay */

.fancybox-skin {
    border-radius: 0;
    padding: 0 !important;
    box-shadow: 0px 0px 10px 2px #222;
}
/* set the light box */

.hubspot-form {
    margin-top: -3px;
}
.hubspot-form form, .hubspot-form input[type="email"], .hubspot-form input[type="tel"] {
    margin: 0;
}
.hubspot-form .form-elements {
    border-bottom: 1px solid transparent;
}
.hubspot-form .submitted-message {
    padding: 40px;
}
/* modify hubspots when nested in .hubspot-form */

.hubspot-form form.hs-form {
    padding: 40px 40px 20px 40px;
}
.hubspot-form select, .hubspot-form input[type="text"], .hubspot-form input[type="email"] {
    height: 32px;
    margin: 0;
}
.hubspot-form .form-elements label {
    display: block;
    margin: 7px 0px 5px 2px;
    color: inherit;
    font-size: 13px;
    text-align: left;
}
.hubspot-form form.hs-form .hs-form-field select.hs-input, .hubspot-form form.hs-form input.hs-input {
    font-size: 15px;
    border-radius: 0;
}
.hubspot-form .hs_submit {
    margin-top: 10px;
}
.hubspot-form form.hs-form .hs-button.primary.large {
    padding: 15px;
    font-weight: normal;
}
.hubspot-form h1.form-title {
    font-size: 22px;
    margin: 3px 0 9px 0;
    padding: 18px 40px 0 40px;
}
.hubspot-form h2.form-subtitle {
    font-size: 14px;
    margin-bottom: 25px;
    padding: 1px 40px 0 40px;
}
.hubspot-form ul.hs-error-msgs {
    color: #c60f13;
    list-style: none !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.hubspot-form ul.hs-error-msgs li {    
    margin-left: 0px;
    line-height: 16px !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.hubspot-form form.hs-form .hs-form-field select.hs-input.error, .hubspot-form form.hs-form input.hs-input.error {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
}

.form-columns-3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
fieldset.form-columns-3 .hs_partner_upgrade_ms_sql_version {
    width: auto !important;
    display: inline-block;
    float: none;
}
fieldset.form-columns-3 label {
    height: 40px !important;
}
fieldset.form-columns-3 .hs_partner_upgrade_ms_sql_version input {    
    
}
fieldset.form-columns-3 .hs-fieldtype-text.field.hs-form-field {
    width: auto !important;
    display: inline-block;
    float: none;
}
fieldset.form-columns-3 .hs-fieldtype-text.field.hs-form-field input {    
    
}
.hs_partner_upgrade_ms_sql_license_type.hs-fieldtype-select.field.hs-form-field {
    width: auto !important;
    display: inline-block;
    float: none;
}
@media only screen and (max-width: 992px) {
    .form-columns-3 {
        flex-direction: column;
    }
    fieldset.form-columns-3 label {
        height: auto !important;
    }
}

/* gray variation */

.hubspot-form.grey {
    background-color: #f9f9f9;
}
.hubspot-form.grey .form-elements {
    border-top: 1px solid #eeeeee;
    background: white;
}
.hubspot-form.grey form.hs-form .hs-button.primary.large {
    color: white;
}
.hubspot-form.grey .form-elements label {
    color: #444;
}
.hubspot-form.grey .submitted-message, .hubspot-form.grey h1.form-title {
    color: #000000;
}
.hubspot-form.grey h2.form-subtitle {
    color: #898989;
}
.hubspot-form.grey form.hs-form .hs-form-field select.hs-input, .hubspot-form.grey form.hs-form input.hs-input {
    border: 1px solid #c9c9c9;
    color: #222;
}
/* charcoal variation */

.hubspot-form.charcoal {
    background-color: #222;
}
.hubspot-form.charcoal .form-elements {
    background: #404041;
}
.hubspot-form.charcoal form.hs-form .hs-button.primary.large {
    color: white;
}
.hubspot-form.charcoal .form-elements label {
    color: #eee;
}
.hubspot-form.charcoal .submitted-message, .hubspot-form.charcoal h1.form-title {
    color: #fff;
}
.hubspot-form.charcoal h2.form-subtitle {
    color: #ccc;
}
.hubspot-form.charcoal form.hs-form .hs-form-field select.hs-input, .hubspot-form.charcoal form.hs-form input.hs-input {
    border: 1px solid #c9c9c9;
    color: #222;
}
.hubspot-form.charcoal form.hs-form .hs-button.primary.large {
    color: #404041;
    background-color: #b8db2b;
}
.hubspot-form.charcoal ul.hs-error-msgs label, .hubspot-form.charcoal ul.hs-error-msgs {
    color: #f6cfd3;
}
.hubspot-form.charcoal form.hs-form .hs-form-field select.hs-input.error, .hubspot-form.charcoal form.hs-form input.hs-input.error {
    border-color: #f6cfd3;
    background-color: rgba(246, 207, 211, 1);
}
/* green variation */

.hubspot-form.green  {
    background-color: #404041;
}
.hubspot-form.green .hs-richtext {
    color: #444;
    padding: 15px 0 7px 0;
}
.hubspot-form.green .hs-form-required {
    display: none;
}
.hubspot-form.green .form-elements {
    background: #b8db2b;
}
.hubspot-form.green form.hs-form .hs-button.primary.large {
    color: white;
}
.hubspot-form.green .form-elements label {
    color: #444;
    font-size: 14px;
    font-weight: 500;
}
.hubspot-form.green .submitted-message, .hubspot-form.green h1.form-title {
    color: #fff;
    text-align: center;
}
.hubspot-form.green h2.form-subtitle {
    color: #ccc;
    text-align: center;
    font-size: 16px;
}
.hubspot-form.green form.hs-form .hs-form-field select.hs-input, .hubspot-form.green form.hs-form input.hs-input {
    border: 1px solid #c9c9c9;
    color: #222;
    width: 100%;
    padding: 5px;
}
.hubspot-form.green form.hs-form .hs-button.primary.large {
    color: white;
    background-color: #404041;
}
.hubspot-form.green form.hs-form .hs-form-field select.hs-input.error, .hubspot-form.green form.hs-form input.hs-input.error {
    border-color: #f6cfd3;
    background-color: rgba(246, 207, 211, 1);
}




/* Wistia video */

.wistia_popover_embed {}
.wistia_popover_embed .max-cta-wrapper {
    background: #fff;
    position: absolute;
    height: 90%;
    width: 300px;
    top: 0;
    right: 0;
    z-index: -1;
    margin: 3% 0;
    border: 10px solid #b8db2b;
    padding: 30px;
    text-align: center;
}
.wistia_popover_embed .max-cta-wrapper p {
    position: relative;
    top: 30%;
}
.wistia_popover_embed .max-cta-wrapper .max-cta-close, .wistia_placebo_close_button {
    display: block;
    background: url("assets/close-button.png") no-repeat;
    width: 30px;
    height: 29px !important;
    position: absolute;
    top: -23px;
    right: -12px;
    padding: 0;
}
.wistia_popover_embed .max-cta-wrapper .max-cta-close:hover {
    background-position: 0px -30px;
}
.wistia_placebo_close_button {
    top: -23px;
    left: -17px;
    padding: 0;
}
.wistia_placebo_close_button:hover {
    background-position: 0px -30px;
}
.wistia_placebo_close_button img {
    display: none;
}
.wistia_popover_embed .wistia_placebo_close_button {
    opacity: 1 !important;
    left: -17px !important;
    top: -15px !important;
}
.wistia_embed .wistia_click_to_play {
    display: inline-block;
}
.wistia-play-icon {
    display: block;
    background: url("assets/play-video.png") no-repeat;
    height: 66px;
    width: 66px;
}
.wistia_popover_overlay {
    opacity: 0.95 !important;
    background-color: rgb(17, 17, 17) !important;
}
.upgrade-video {
    position: absolute;
    top: 60%;
    left: -100px;
}
.upgrade-section .entry {
    background-size: auto !important;
}
.upgrade-section .rp-small {
    padding-bottom: 0px;
}
.upgrade-latest-version p {
    font-size: 15px;
    font-weight: 400;
}
.upgrade-latest-version {
    font-size: 16px;
}
.upgrade-latest-version h4 {
    font-size: 20px;
    font-weight: 600;
    color: #363636;
}
.latest-version-icon {
    margin: 70px 0 80px 0;
}
.latest-version-icon:after {
    content: '';
    display: block;
    clear: both;
}
.latest-version-icon img {
    margin-top: 10px;
}
.right-bkr {
    background-position: bottom right !important;
}
.left-bkr {
    background-position: bottom left !important;
}




/* added in for hubspot forms that seem to have no styles */
.embed-form-super-wrapper .hs-form {
    max-width: 100%;
    margin: auto;
}

.embed-form-super-wrapper .hs-form input[type=date],
.embed-form-super-wrapper .hs-form input[type=datetime],
.embed-form-super-wrapper .hs-form input[type=datetime-local],
.embed-form-super-wrapper .hs-form input[type=email],
.embed-form-super-wrapper .hs-form input[type=month],
.embed-form-super-wrapper .hs-form input[type=number],
.embed-form-super-wrapper .hs-form input[type=password],
.embed-form-super-wrapper .hs-form input[type=range],
.embed-form-super-wrapper .hs-form input[type=search],
.embed-form-super-wrapper .hs-form input[type=tel],
.embed-form-super-wrapper .hs-form input[type=text],
.embed-form-super-wrapper .hs-form input[type=time],
.embed-form-super-wrapper .hs-form input[type=url],
.embed-form-super-wrapper .hs-form input[type=week],
.embed-form-super-wrapper .hs-form fieldset.form-columns-1 textarea.hs-input,
.embed-form-super-wrapper .hs-form fieldset.form-columns-1 .input select,
.embed-form-super-wrapper .hs-form .input textarea,
.embed-form-super-wrapper .hs-form .hs-input textarea,
.embed-form-super-wrapper .hs-form textarea,
.embed-form-super-wrapper .hs-form .input select,
.embed-form-super-wrapper .hs-form .hs-input select,
.embed-form-super-wrapper .hs-form select {
    border: 1px solid #d6d6d6;
    width: 100%;
    padding: 9px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.embed-form-super-wrapper .hs-form ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.embed-form-super-wrapper .hs-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}

.embed-form-super-wrapper .hs-form fieldset.form-columns-1 input[type="checkbox"],
.embed-form-super-wrapper .hs-form fieldset.form-columns-1 input[type="radio"] {
    width: auto !important;
    margin-right: 15px !important;
    margin-top: -2px;
}

.embed-form-super-wrapper .hs-form label {
    color: #606060;
}

.embed-form-super-wrapper .hs-form fieldset {
    max-width: 100% !important;
}

.embed-form-super-wrapper .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333% !important;
}

.embed-form-super-wrapper .hs-form fieldset {
    margin-bottom: 0 !important;
}

.embed-form-super-wrapper .hs-form .hs-form-field {
    margin-bottom: 15px;
}

.embed-form-super-wrapper .hs-form label {
    font-weight: normal;
    letter-spacing: 1px;
}

.embed-form-super-wrapper .hs-form ul li {
    margin-top: 4px;
    margin-bottom: 4px !important;
    float: left;
    width: 100%;
}

.embed-form-super-wrapper .hs-form fieldset textarea.hs-input {
    min-height: 200px;
}

.embed-form-super-wrapper .hs-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
    border-radius: 0;
}

.embed-form-super-wrapper .hs-form button,
.embed-form-super-wrapper .hs-form input[type=button],
.embed-form-super-wrapper .hs-form input[type=reset],
.embed-form-super-wrapper .hs-form input[type=submit] {
    background: #606060;
    color: white;
    padding: 7px 45px;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 15px;
}

.embed-form-super-wrapper .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.embed-form-super-wrapper .hs-form fieldset.form-columns-3 .hs-form-field,
.embed-form-super-wrapper .hs-form fieldset.form-columns-2 .hs-form-field {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.embed-form-super-wrapper .hs-form fieldset .hs-form-field {
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hs_cos_wrapper.form-title {
    display: none;
}

@media screen and (max-width:400px) {
    .embed-form-super-wrapper .hs-form fieldset.form-columns-3 .hs-form-field {
        width: 100% !important;
    }
}

.embed-form-super-wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #ffffff;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-radius: 16px !important;
    -moz-border-radius: 16px !important;
    -webkit-border-radius: 16px !important;
    border-color: #bababa !important;
    border-style: solid !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 49px !important;
    padding-right: 49px !important;
    margin: 0 auto;
}

.embed-form-super-wrapper .hs-form label,
.embed-form-super-wrapper .hs-form label span {
    font-family: 'Montserrat', Arial !important;
    color: #636363 !important;
    font-size: 14px !important;
    letter-spacing: 0px !important;
    font-weight: 500 !important;
    margin-bottom: 6px;
}

.embed-form-super-wrapper .hs-form label {
    width: 100% !important;
    float: left !important;
    text-align: left !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.embed-form-super-wrapper .hs-form input[type=date],
.embed-form-super-wrapper .hs-form input[type=datetime],
.embed-form-super-wrapper .hs-form input[type=datetime-local],
.embed-form-super-wrapper .hs-form input[type=email],
.embed-form-super-wrapper .hs-form input[type=month],
input[type=number],
.embed-form-super-wrapper .hs-form input[type=password],
.embed-form-super-wrapper .hs-form input[type=range],
.embed-form-super-wrapper .hs-form input[type=search],
.embed-form-super-wrapper .hs-form input[type=tel],
.embed-form-super-wrapper .hs-form input[type=text],
.embed-form-super-wrapper .hs-form input[type=time],
.embed-form-super-wrapper .hs-form input[type=url],
.embed-form-super-wrapper .hs-form input[type=week],
.embed-form-super-wrapper .hs-form .input textarea,
.embed-form-super-wrapper .hs-form .hs-input textarea,
.embed-form-super-wrapper .hs-form textarea,
.embed-form-super-wrapper .hs-form .input select,
.embed-form-super-wrapper .hs-form .hs-input select,
.embed-form-super-wrapper .hs-form select {
    text-align: left !important;
    font-family: 'Lato', Arial !important;
    letter-spacing: 0px !important;
    font-weight: 300 !important;
    font-size: 20px !important;
    border-color: #e2e2e2 !important;
    color: #000000 !important;
    background-color: #f8f8f8 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-style: solid !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    height: auto !important;
}

.embed-form-super-wrapper .hs-form input::-webkit-input-placeholder,
.embed-form-super-wrapper .hs-form select::-webkit-input-placeholder {
    color: #a1a1a1 !important;
    text-align: left !important;
}

.embed-form-super-wrapper .hs-form input::-moz-placeholder,
.embed-form-super-wrapper .hs-form select::-moz-placeholder {
    color: #a1a1a1 !important;
    text-align: left !important;
}

.embed-form-super-wrapper .hs-form input:-ms-input-placeholder,
.embed-form-super-wrapper .hs-form select:-ms-input-placeholder {
    color: #a1a1a1 !important;
    text-align: left !important;
}

.embed-form-super-wrapper .hs-form input:-moz-placeholder,
.embed-form-super-wrapper .hs-form select:-moz-placeholder {
    color: #a1a1a1 !important;
    text-align: left !important;
}

.embed-form-super-wrapper .hs-form button,
.embed-form-super-wrapper .hs-form input[type=button],
.embed-form-super-wrapper .hs-form input[type=reset],
.embed-form-super-wrapper .hs-form input[type=submit] {
    font-family: 'Lato', Arial !important;
    letter-spacing: 2px !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    color: #004d80 !important;
    background: #ffffff !important;
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
    border-left-width: 2px !important;
    border-right-width: 2px !important;
    border-radius: 75px !important;
    border-style: solid !important;
    border-color: #53b8fb !important;
    border-radius: 75px !important;
    -moz-border-radius: 75px !important;
    -webkit-border-radius: 75px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    -khtml-transition: all .2s linear;
}

.embed-form-super-wrapper .hs-form .hs-submit {
    display: inline-block;
    width: 100%;
}

.embed-form-super-wrapper .hs-form .hs-submit .actions {
    width: 100% !important;
    float: left !important;
    clear: both !important;
    text-align: left !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 11px !important;
    padding-right: 17px !important;
}

@media screen and (max-width:767px) {
    .embed-form-super-wrapper .hs-form .form-columns-2>div.hs-form-field,
    .embed-form-super-wrapper .hs-form .form-columns-3>div.hs-form-field,
    .embed-form-super-wrapper .hs-form .form-columns-4>div.hs-form-field {
        width: 100% !important;
    }
}

.embed-form-super-wrapper .hs-richtext {
    float: left !important;
    width: 100% !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #666666 !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    font-size: 12px !important;
    font-family: 'Lato' !important;
}

.embed-form-super-wrapper .hs-form .hs-submit .actions {
    text-align: center !important;
}

.embed-form-super-wrapper .hs-form .hs-error-msgs label,
.embed-form-super-wrapper .hs-form .hs-error-msgs label span {
    font-family: 'Lato', Arial !important;
    letter-spacing: 1px !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    color: #ff7373 !important;
}

.embed-form-super-wrapper .hs-form button:hover,
.embed-form-super-wrapper .hs-form input[type=button]:hover,
.embed-form-super-wrapper .hs-form input[type=reset]:hover,
.embed-form-super-wrapper .hs-form input[type=submit]:hover {
    background: #53b8fb !important;
    color: #ffffff !important;
    border-color: #53b8fb !important;
}

.grecaptcha-badge {
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
}

.embed-form-super-wrapper .hs-form input[type="checkbox"] {
    margin-right: 10px;
    margin-top: -2px;
}

.center-the-form form,
.center-the-form form input {
    text-align: center;
}




/**************** LIBRARY ICONS ******************/

.icon-library-whitepaper-green {
    background: url(assets/icon-library-whitepaper-green.png) center center no-repeat;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    display: inline-block;
}
.icon-library-e-book-green {
    background: url(assets/icon-library-ebook-green.png) center center no-repeat;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    display: inline-block;
}
.icon-library-webinar-green {
    background: url(assets/icon-library-webinar-green.png) center center no-repeat;
    width: 65px;
    height: 45px;
    background-size: 65px 44px;
    display: inline-block;
}
.icon-library-case-study-green {
    background: url(assets/icon-library-casestudy2-green.png) center center no-repeat;
    width: 36px;
    height: 44px;
    background-size: 36px 44px;
    display: inline-block;
}
.icon-library-demo-green {
    background: url(assets/icon-library-video-green.png) center center no-repeat;
    width: 60px;
    height: 40px;
    background-size: 60px 40px;
    display: inline-block;
}
.icon-library-blog-green {
    background: url(assets/icon-library-blog-green.png) center center no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    display: inline-block;
}
.icon-library-datasheet-green {
    background: url(assets/icon-library-datasheet-green.png) center center no-repeat;
    width: 60px;
    height: 50px;
    background-size: 60px 50px;
    display: inline-block;
}
.icon-library-trial-software-green {
    background: url(assets/icon-library-trial-green.png) center center no-repeat;
    width: 60px;
    height: 50px;
    background-size: 60px 50px;
    display: inline-block;
}
/* white variation */

.library-listings-menu .library-whitepaper-icon {
    background: url('../images/legacy-assets/icon-library-whitepaper-white.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-e-book-icon {
    background: url('../images/legacy-assets/icon-library-ebook-white.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-webinar-icon {
    background: url('../images/legacy-assets/icon-library-webinar-white.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-case-study-icon {
    background: url('../images/legacy-assets/icon-library-casestudy2-white.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-demo-icon {
    background: url('../images/legacy-assets/icon-library-demo-white.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-trial-software-icon {
    background: url('../images/legacy-assets/icon-library-trial-white.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-blog-icon {
    background: url('../images/legacy-assets/icon-library-blog-white.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-datasheet-icon {
    background: url('../images/legacy-assets/icon-library-datasheet-white.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-press-icon {
    background: url('../images/legacy-assets/icon-library-press-white.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
/* green variation */

.library-listings-menu .library-whitepaper-icon.green {
    background: url('../images/legacy-assets/icon-library-whitepaper-green.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-e-book-icon.green {
    background: url('../images/legacy-assets/icon-library-ebook-green.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-webinar-icon.green {
    background: url('../images/legacy-assets/icon-library-webinar-green.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-case-study-icon.green {
    background: url('../images/legacy-assets/icon-library-casestudy2-green.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-demo-icon.green {
    background: url('../images/legacy-assets/icon-library-demo-green.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-trial-software-icon.green {
    background: url('../images/legacy-assets/icon-library-trial-green.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-blog-icon.green {
    background: url('../images/legacy-assets/icon-library-blog-green.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-datasheet-icon.green {
    background: url('../images/legacy-assets/icon-library-datasheet-green.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-press-icon.green {
    background: url('../images/legacy-assets/icon-library-press-green.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
/* charcoal variation */

.library-listings-menu .library-whitepaper-icon.charcoal {
    background: url('../images/legacy-assets/icon-library-whitepaper-charcoal.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-partner-icon.charcoal {
    background: url('../images/legacy-assets/icon-library-partners-charcoal.png') left no-repeat;
    background-size: 40px auto;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-e-book-icon.charcoal {
    background: url('../images/legacy-assets/icon-library-ebook-charcoal.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-webinar-icon.charcoal {
    background: url('../images/legacy-assets/icon-library-webinar-charcoal.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-case-study-icon.charcoal {
    background: url('../images/legacy-assets/icon-library-casestudy2-charcoal.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-demo-icon.charcoal {
    background: url('../images/legacy-assets/icon-library-demo-charcoal.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-trial-software-icon.charcoal {
    background: url('../images/legacy-assets/icon-library-trial-charcoal.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-blog-icon.charcoal {
    background: url('../images/legacy-assets/icon-library-blog-charcoal.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-datasheet-icon.charcoal {
    background: url('../images/legacy-assets/icon-library-datasheet-charcoal.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
.library-listings-menu .library-press-icon.charcoal {
    background: url('../images/legacy-assets/icon-library-press-charcoal.png') left no-repeat;
    background-size: 50px 50px;
    -ms-behavior: url(/backgroundsize.min.htc);
}
/********** LIBRARY LISTINGS PAGE *********/

.library-listings-menu {}
.library-listings-intro {}
.library-listings-menu ul {
    margin: 0 auto;
    list-style: none;
    padding: 20px 0;
}
.library-listings-menu ul li {
    vertical-align: middle;
    display: inline-block;
    width: 49%;
}
.library-listings-menu ul li a {
    padding: 15px;
    display: block;
    padding-left: 60px;
}
.library-listings-menu ul li span {
    font-size: 16px;
    font-weight: 300;
    color: #404041;
}
.library-listings-search {
    background: #b8db2b;
    height: 85px;
    padding-top: 15px;
}
.library-listings-search .library-search-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    background: transparent;
    color: #000;
    box-shadow: none;
    border-radius: 0;
    display: inline-block;
    margin: 0;
}
.library-listings-search .library-search-submit {
    background: url('../images/legacy-assets/icon-search-white.png');
    background-repeat: no-repeat;
    border: 0;
    outline: 0;
    height: 31px;
    width: 30px;
    margin-top: 13px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    float: right;
}


.library-listings-row {
    padding: 20px 0;
}
.library-listing-list {
    margin: 0;
}
.library-listing-list .library-listing-item {
    position: relative;
    margin-bottom: 15px;
}
.library-listing-list .library-listing-item .library-listing-item-inner {
    margin: 0;
    background-color: #fafafa;
    padding: 30px;
    text-align: center;
    border: 1px solid #eee;
    position: relative;
    min-height: 300px;
}
.library-listing-list .library-listing-item .library-listing-item-inner img {
    max-width: 40%;
    max-height: 80px;
}
.library-listing-list .library-listing-item:nth-child(odd) .library-listing-item-inner {
    background-color: #fff;
    border: 1px solid #eee;
}
.library-listing-list .library-listing-item:nth-child(even) .library-listing-item-inner {
    border: 1px solid #fff;
}
.library-listing-list .library-listing-item .library-listing-item-inner h3 {
    text-transform: none;
    font-size: 24px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.library-listing-list .library-listing-item .library-listing-item-inner h3 a {
    color: #404041;
}
.library-listing-list .library-listing-item .library-listing-item-inner p {
    /*font-size: 18px;*/
    font-size: 14px;
    min-height: 125px;
}
.library-listing-list .library-listing-item:nth-child(even) .library-listing-item-inner a.button-charcoalbg {
    background-color: #b8db2b;
    color: #404041;
}
.library-listing-list .library-listing-item:nth-child(even) a.button-charcoalbg {
    background-color: #b8db2b;
    color: #404041;
}
.library-listing-list .library-listing-item a.library-listing-download {
    margin: 0;
    width: 100%;
    text-align: center;
}