/* -----------------------------------------
   Framework Scraps
-----------------------------------------*/
* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

img.expand {
  width: 6.5em;
}

@media only screen and (max-width: 64em) {
  img.expand {
    width: 6em;
  }
}

.boxalign {
  margin-top: 2em;
}

input {
    width: 100%;
    display: inline;
    min-height: 35px;
    padding: 5px 12px;
    font-size: 16px;
    /*line-height: 1.5;*/
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      z-index: 2000;
}


/* -----------------------------------------
   Login Splash Screen
-----------------------------------------*/


#head {
  position:relative;
}

.headLogoLeft {
  position:absolute;
  top:0;
  left:5;
  opacity: 1;
}
.headLogoRight {
  position:absolute;
  top:0;
  right:0;
  width:300px;
}

body.login {
  padding: 0px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

body.login #circle1,
body.login #circle2 {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 0;
}
body.login #circle2 {
  left: auto;
  right: 0;
  width:ol0%;
}
body.login section.form {
  width: 450px ;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 60px;
  z-index: 3;
  padding: 20px;

/*
  width: 450px;
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -225px;
  margin-top: -185px;
  z-index: 3;
  padding: 20px;
*/
}

body.login section.form h2 {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: normal !important;
  font-size: 24px;
  color: #FFF;
  margin-bottom: 10px;
  color: #666;
}
body.login section.form h3{
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: normal !important;
  font-size: 16px;
  color: #FFF;
  margin-bottom: 5px;
  margin-top: 0px;
  color: #666;
}
body.login section.form h3 li{
  margin-left: 15px;
  font-size: 16px;
}
body.login section.form h3 li:last-child{
  margin-bottom: 10px;
}


body.login section.form fieldset {
  display: block;
  background: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: solid 1px #9fa1a4;
  padding: 20px;
  margin-bottom: 20px;
  color: #666;
}

body.login section.form label {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: normal !important;
  font-weight: normal;
  color: #545454;
}

body.login section.form input {
  background: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.5);
  border: solid 1px #c4cfda;
  margin-bottom: 12px;
}

body.login section.form input[type="submit"] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #009845;
  color: #FFF;
  border: none;
  font-family: "ProximaNova-Semibold","AkzMed", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: bold !important;
  font-size: 18px;
  padding: 10px 15px;
}
body.login section.form input[type="submit"]:hover{
    background:#0AAF54;
}
body.login section.form input[type=checkbox]
{
    border: 0px solid #cccccc;
    width: 10%;
    display: block;
    min-height: 20px;
    float:left;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    padding: 0px;
    margin: 0px;
}
body.login section.form select
{

    line-height:normal;
    margin-bottom:12px;
    padding-left:10px;
    border: 1px solid #c4cfda;
    width: 100%;
    font-size: 16px;
    color: #545454;
    vertical-align: middle;
    height:35px;
    background: url("/files/select-arrow-2x.png") right center no-repeat #fff;
    -moz-background-size:35px 40px;
    -o-background-size:35px 40px;
    -webkit-background-size:35px 40px;
    background-size:35px 40px;
    -moz-appearance: none;
    appearance:none;
    -webkit-appearance:none;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

select::-ms-expand {
    display: none;
}

body.login  a {
  color: #009845;
  text-decoration: none;
}
body.login a:hover {
  text-decoration: underline;
}

body.login section.form p.message {
  color: #f5f5f5;
}
body.login section.form #password {
  margin-bottom: 20px;
}
body.login #ForgotPasswordx a {
  color: #666;
  opacity: 0.5;
}
body.login #ForgotPassword a:hover {
  opacity: 1;
}
body.login #ForgotPassword td {
  width:100%;
  padding-right:5px;
}
body.login li {
  font-size: 13px;
}
body.login hr {
  border: solid 1px #009845;
   margin-right: 40px;
}
body.login #ingress{
  border-bottom:solid 1px #009845;
  width: 85%;
  margin-left: 35px
}

body.login #boxGreenBottom{
  border-bottom:solid 1px #009845;
  width: 100%;
  margin-bottom: 15px;
}

/*------------------------------------*\
    #REGISTER
\*------------------------------------*/
body.login section.form #register input
,body.login section.form #register select
,body.login section.form #register label
,body.login section.form #register #Captcha
,body.login section.form #register #textErrMsg
{
    width: 85%;
    margin-left: 35px;
}
body.login section.form #register input[type=checkbox]
{
    width: 5%;
}

body.login section.form #register fieldset{
    width: 500px;
}

body.login section.form p.register
{
    font-size: 11px;
    margin-left: 25px;
}

body.login #termsAndCond{
  width:450px;
  margin-left:auto;
  margin-right:auto;
  position:fixed;
  overflow-y:auto;
  max-height:100%;
  padding:10px 30px 0px 0px;
  margin-bottom:20px
}

body.login #termsAndCond li{
  font-size: 15px;
}

.termsAndCond_box {
    border: solid 1px #9fa1a4;
    padding: 26px;
    border-radius: 5px;
}

.termsAndCond_check {
  margin-bottom: 30px !important;
}

body.login section.form #register .actionWrapper{
  float: left;
  position: relative;
  width: 400px;
}
body.login section.form #register #actions{
  float: left;
  position: relative;
  left: 5%;
  width: 400px;
}
body.login section.form #register #policy{
  float: left;
  position: relative;
  left: 13%;
  width: 380px;
}
@media only screen and (max-width: 64em)
{
    #image img {
        max-width:35%;
        display:none;
    }
}

@media only screen and (max-width: 34em)
{

    body.login section.form {

        width: 350px ;
        margin-left: auto ;
        margin-right: auto ;
        margin-top: 30px;
        z-index: 3;
        padding: 10px;
    }

    #head h1 img headLogoRight {
        max-width:35%;
    }

    #image img {
        max-width:35%;
        display:none;
    }

    body.login section.form h2 {
      font-size: 18px;
    }

    body.login section.form #register fieldset {
        width: 350px;
    }

    .headLogoRight {
      position:absolute;
      top:10px;
      left:160px;
      max-width:35%;
    }

    body.login section.form #register input
    ,body.login section.form #register select
    ,body.login section.form #register label
    ,body.login section.form #register #Captcha
    ,body.login section.form #register #textErrMsg
    ,body.login #ingress
    {
        margin-left: 25px;
    }

    body.login section.form #register .actionWrapper{
      float: left;
      position: relative;
      width: 350px;
    }
    body.login section.form #register #actions{
      float: left;
      position: relative;
      left: 5%;
      width: 300px;
    }
    body.login section.form #register #policy{
      float: left;
      position: relative;
      left: 11%;
      width: 290px;
    }

}

/* -----------------------------------------
  Register 2 //adjusted for Qlik.com
-----------------------------------------*/
body.login section.form #register2 fieldset
{
/*
 * Remove default fieldset styles.
 */
/* line 135, ../scss/partials/global/_reset.scss */
  border: 0;
  margin: 0;
  padding: 0;
}
body.login section.form #register2 input[type=submit]
{
    width: 50%;
}


/* -----------------------------------------
  Cloud page
-----------------------------------------*/
body.login section.form h3{
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: normal !important;
  font-size: 16px;
  color: #FFF;
  margin-bottom: 5px;
  margin-top: 0px;
  color: #666;
}
body.login section.form h3 li{
  margin-left: 15px;
  font-size: 16px;
}
body.login section.form h3 li:last-child{
  margin-bottom: 10px;
}

.left
{
    width:inherit;
    float:left;
    padding-right: 10px;
}
.right
{
    width:350px;
    float:right;
    padding-left: 10px;
}

.ac-container{
  width: 700px;
  margin: 10px auto 30px auto;
  text-align: left;
}
.ac-container label.cloud{
  font-family: 'Arial Narrow', Arial, sans-serif;
  padding: 0px 20px !important;
  position: relative;
  z-index: 20;
  display: block;
  height: 35px;
  cursor: pointer;
  color: #777;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
  line-height: 33px;
  font-size: 19px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
  background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
  background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
  background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
  background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
  box-shadow:
    0px 0px 0px 1px rgba(155,155,155,0.3),
    1px 0px 0px 0px rgba(255,255,255,0.9) inset,
    0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label.cloud:hover{
  background: #fff;
}
.ac-container input:checked + label.cloud,
.ac-container input:checked + label.cloud:hover{
  /*background: #c6e1ec;*/
  color: #f8981d;
  text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
  box-shadow:
    0px 0px 0px 1px rgba(155,155,155,0.3),
    0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label.cloud:hover:after,
.ac-container input:checked + label.cloud:hover:after{
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  right: 13px;
  top: 7px;
  background: transparent url(../arrow_down.png) no-repeat center center;
}
.ac-container input:checked + label.cloud:hover:after{
  background-image: url(../arrow_up.png);

}
.ac-container input[type="radio"]{
  display: none;
}
.ac-container article{
  background: rgba(255, 255, 255, 0.5);
  margin-top: -1px;
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
  font-style: italic;
  color: #777;
  line-height: 23px;
  font-size: 14px;
  padding: 20px;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
  -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  box-shadow: 0px 0px 0px 1px rgba(119,119,119,0.3);
}
.ac-container input:checked ~ article.ac-small{
  height: 300px;
}
.ac-container input:checked ~ article.ac-medium{
  height: 180px;
}
.ac-container input:checked ~ article.ac-large{
  height: 1240px;
}


/* -----------------------------------------
    modal window
-----------------------------------------*/
#outerModal {
/*z-index:1000;*/
position: fixed;
top:0;
left:0;
background: url("/files/overlay85percent.png") repeat scroll 0 0 transparent;
height:100%;
width:100%;
text-align:center;
visiblity:hidden !important;
}

#modalTop {
background: url("/files/modalSprite.png") no-repeat top left transparent;
width:500px;
height:25px;
margin: 0 auto;
margin-top:100px
}

#modalBottom {
background: url("/files/modalSprite.png") no-repeat bottom left transparent;
width:500px;
height:25px;
margin: 0 auto;
}

#modalClose {
float:right;
margin:5px;

}

#ctl00_ContentPlaceHolder1_modalButton1 {
background: url("/files/modalSprite.png") no-repeat top right transparent;
width:28px;
height:29px;
text-indent:-9999px;
border:0px;
cursor:pointer;
}

#modalPopup {
margin: 0 auto;
height:500px;
width:500px;
background-color:#fff;
text-align:left;
}

#modalPopup h2 {
text-align:center;
margin-top:0px
}

#modalPopup .TandC {
border:1px solid #c0c0c0;
margin-left:10px;
height:450px;
width:95%;
overflow:scroll;
}

#modalPopup .TandC li {
padding-bottom:10px;
}


#modalPopup .TandC ol br {
margin-bottom:15px;
}

#savingForm {
margin: 200px auto;
color:#fff;
}

#textErrMsg
{

    font-size:14px;
    /*
     font-size:14px;
     width: 80%;
     margin-top:0;
     padding-left: 50px;*/
}
#loading-bar,#loading-bar-spinner{pointer-events:none;-webkit-pointer-events:none;-webkit-transition:350ms linear all;-moz-transition:350ms linear all;-o-transition:350ms linear all;transition:350ms linear all}#loading-bar-spinner.ng-enter,#loading-bar-spinner.ng-leave.ng-leave-active,#loading-bar.ng-enter,#loading-bar.ng-leave.ng-leave-active{opacity:0}#loading-bar-spinner.ng-enter.ng-enter-active,#loading-bar-spinner.ng-leave,#loading-bar.ng-enter.ng-enter-active,#loading-bar.ng-leave{opacity:1}#loading-bar .bar{-webkit-transition:width 350ms;-moz-transition:width 350ms;-o-transition:width 350ms;transition:width 350ms;background:#009845;position:fixed;z-index:10002;top:0;left:0;width:100%;height:5px;border-bottom-right-radius:1px;border-top-right-radius:1px}#loading-bar .peg{position:absolute;width:170px;right:0;top:0;height:2px;opacity:.45;-moz-box-shadow:#009845 1px 0 6px 1px;-ms-box-shadow:#009845 1px 0 6px 1px;-webkit-box-shadow:#009845 1px 0 6px 1px;box-shadow:#009845 1px 0 6px 1px;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%}#loading-bar-spinner{display:block;position:fixed;z-index:10002;top:10px;left:10px}#loading-bar-spinner .spinner-icon{width:40px;height:40px;border:2px solid transparent;border-top-color:#009845;border-left-color:#009845;border-radius:50%;-webkit-animation:loading-bar-spinner 400ms linear infinite;-moz-animation:loading-bar-spinner 400ms linear infinite;-ms-animation:loading-bar-spinner 400ms linear infinite;-o-animation:loading-bar-spinner 400ms linear infinite;animation:loading-bar-spinner 400ms linear infinite}@-webkit-keyframes loading-bar-spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes loading-bar-spinner{0%{-moz-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes loading-bar-spinner{0%{-o-transform:rotate(0);transform:rotate(0)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes loading-bar-spinner{0%{-ms-transform:rotate(0);transform:rotate(0)}100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-bar-spinner{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}






/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 91, ../scss/partials/global/_helper_classes.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 97, ../scss/partials/global/_helper_classes.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 106, ../scss/partials/global/_helper_classes.scss */
.clearfix {
  *zoom: 1;
}


/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
/*------------------------------------*\
    $DESIGN
\*------------------------------------*/
/* line 16, ../scss/partials/modules/_contact_form.scss */
.contact-form__form {
  /*margin-top: 40px;*/
  margin-top: 0px;
}
@media (min-width: 63.4375em) {
  /* line 16, ../scss/partials/modules/_contact_form.scss */
  .contact-form__form {
    margin-top: 0;
  }
}

/* line 24, ../scss/partials/modules/_contact_form.scss */
.contact-form__item {
  border: solid 1px #9fa1a4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 39.4375em) {
  /* line 24, ../scss/partials/modules/_contact_form.scss */
  .contact-form__item {
    /*padding: 40px;*/
    padding: 0px 40px 0px 40px;
  }
}

/* line 36, ../scss/partials/modules/_contact_form.scss */
.contact-form__item .subsection-intro__wrap {
  margin-bottom: 20px;
}

/* line 41, ../scss/partials/modules/_contact_form.scss */
.contact-form__fieldset {
  margin-bottom: 30px;
}
/* line 44, ../scss/partials/modules/_contact_form.scss */
.contact-form__fieldset:last-of-type {
  margin-bottom: 0;
}

/* line 49, ../scss/partials/modules/_contact_form.scss */
.contact-form__input-group {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  /*margin-bottom: 10px;*/
}

/* line 66, ../scss/partials/modules/_contact_form.scss */
.contact-form__label-copy {
  font-family: "ProximaNova-Semibold", Helvetica, Roboto, Arial, sans-serif;
  /*text-transform: uppercase;*/
  color: #5e5f61;
  display: block;
  /*display: none;*/
}
@media (min-width: 39.4375em) {
  /* line 66, ../scss/partials/modules/_contact_form.scss */
  .contact-form__label-copy {
    display: table-cell;
    vertical-align: middle;
    padding-right: 4%;
    width: 30%;
    text-align: right;
  }
}


/* line 82, ../scss/partials/modules/_contact_form.scss */
.contact-form__label-copy.invisible {
  display: none;
}
@media (min-width: 39.4375em) {
  /* line 82, ../scss/partials/modules/_contact_form.scss */
  .contact-form__label-copy.invisible {
    display: table-cell;
  }
}


/* line 91, ../scss/partials/modules/_contact_form.scss */
.contact-form__text {
  margin-bottom: 10px;
  width: 100%;
}
/* line 95, ../scss/partials/modules/_contact_form.scss */
.contact-form__text:last-child {
  margin-bottom: 0;
}
@media (min-width: 39.4375em) {
  /* line 91, ../scss/partials/modules/_contact_form.scss */
  .contact-form__text {
    display: table-cell;
    width: 100%;
  }
}


/* line 141, ../scss/partials/modules/_contact_form.scss */
.contact-form__submit {
  margin-top: 20px;
}

/* line 149, ../scss/partials/modules/_contact_form.scss */
.contact-form__disclaimer {
  margin-top: 32px;
}

/* line 153, ../scss/partials/modules/_contact_form.scss */
.contact-form__disclaimer-item {
  font-family: "ProximaNova-RegularIt", GHelvetica, Roboto, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}
/* line 158, ../scss/partials/modules/_contact_form.scss */
.contact-form__disclaimer-item a {
  font-family: "ProximaNova-Semibold", Helvetica, Roboto, Arial, sans-serif;
  font-style: italic;
}
/* line 163, ../scss/partials/modules/_contact_form.scss */
.contact-form__disclaimer-item:last-child {
  margin-bottom: 0;
}


/* line 138, ../scss/partials/components/_cta.scss */
.cta-form-submit-btn, .cta-form-submit-btn--green {
  font-family: "ProximaNova-Semibold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  /*text-transform: uppercase;*/
}
/* line 143, ../scss/partials/components/_cta.scss */
.cta-form-submit-btn:hover, .cta-form-submit-btn--green:hover {
  background-color: #0AAF54;
}

/* line 148, ../scss/partials/components/_cta.scss */
.cta-form-submit-btn--green {
  color: #fff;
  background-color: #009845;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
  padding-right: 35px;
}


/*------------------------------------*\
    $Grid Setup
\*------------------------------------*/
/**
*
* $SUSY GRID SETUP
*
*/
/* line 30, ../scss/partials/scaffold/_breakpoints.scss */
.grid-construct {
  *zoom: 1;
  max-width: 50em;
  _width: 50em;
  padding-left: 0.625em;
  padding-right: 0.625em;
  margin-left: auto;
  margin-right: auto;
}
/* line 38, ../../../../../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.grid-construct:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 39.4375em) {
  /* line 47, ../scss/partials/scaffold/_breakpoints.scss */
  .grid-construct {
    *zoom: 1;
    max-width: 80em;
    _width: 50em;
/*    max-width: 90em;
    _width: 90em;*/
    padding-left: 1.25em;
    padding-right: 1.25em;
    margin-left: auto;
    margin-right: auto;

  }
  /* line 38, ../../../../../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .grid-construct:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 63.4375em) {
  /* line 61, ../scss/partials/scaffold/_breakpoints.scss */
  .grid-construct {
    *zoom: 1;
    max-width: 50em;
    _width: 50em;
    padding-left: 3.1875em;
    padding-right: 3.1875em;
    margin-left: auto;
    margin-right: auto;
  }
  .cloud{
    padding-left: 1.25em;;
    padding-right:1.25em;;
  }
  /* line 38, ../../../../../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .grid-construct:after {
    content: "";
    display: table;
    clear: both;
  }
}



@media (min-width: 63.4375em) {
  /* line 140, ../scss/partials/scaffold/_grid_classes.scss */
  .lg--6of12 {
    width: 49.2236%;
    float: left;
    margin-right: 1.5528%;
    display: inline;
  }
}

@media (min-width: 39.4375em) {
  /* line 333, ../scss/partials/scaffold/_grid_classes.scss */
  .md--omega {
    float: right;
    margin-right: 0;
    *margin-left: -1.25em;
    display: inline;
  }
}

@media (max-width: 24em){
    /* code for recaptcha responsive */
    .g-captcha>div {
      width:100% !important;
    }
    .g-captcha>div>div iframe {
      width:110% !important;
      transform:scale(0.77);
      -webkit-transform:scale(0.77);
      transform-origin:0 0;
      -webkit-transform-origin:0 0;
    }
    body.login section.form #register2 input[type=submit] {
      width: 100%;
    }
    body.login #termsAndCond {
      width: inherit;
    }
    .grid-construct{
      padding-left: 0px;
      padding-right: 0px;
    }
    .contact-form__item {
      padding:8px !important;
    }
    .signinContent_view {
      width: inherit !important;
      margin-top: 60px;
    }
    #left-content {
      padding: 8% 4% 0% !important;
    }
    .qlik-btn-style {
      margin-left: 0px !important;
      width: 100% !important;
    }
    .headLogoLeft {
      margin-left: 1% !important;
    }
    #welcomeUserMsg {
      margin-top: -28px !important;
    }
}

@media screen and (min-width: 412px) and (max-width:480px) {
  body.login section.form #register2 input[type=submit] {
       width: 100%;
  }
  .signinContent_view {
    width: inherit !important;
    margin-top: 60px;
  }
  #left-content {
    padding: 8% 4% 0% !important;
  }
  .qlik-btn-style {
    margin-left: 0px !important;
    width: 100% !important;
  }
}

@media screen and (min-width: 360px) and (max-width:375px) {
  /* code for recaptcha responsive */
  .g-captcha>div>div iframe{
    width: 93% !important;
  }
}

.btn_text_adj {
  white-space: normal;
}

.reset_txt_align {
  width:60%;
}

#welcomeUserMsg {
  display:none;
  float: right;
  margin-top: -54px;
  padding: 10px;
  color:#666;
}
.contact-form__phone_code {
  width:20%;
  float:left;
}

.contact-form__phone {
  width:79%;
  margin-left: 1%;
}
.help-block {
  display: block; 
  padding:0px;
  margin: 0px; 
  color: red;
}

.contact-form-checkbox-text {
  width: 95%;
  float: left;
}

.terms-policy-section {
  margin-top: 30px;
}

.contact-form-terms-group {
  display: table;
  width: 100%;
  margin-top: 20px;
}

.contact-form-terms-group input[type=checkbox] {
  width:5% !important;
}

.contact-form-captcha-group {
  width: 100%;
  text-align: -o-center;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: -ms-center;
  margin-top: 40px;
}

.submit-btn-box {
  text-align: center;
  margin-bottom: 20px;
}

#logo {
  margin-left: 25px;
  margin-top: 5px;
}