/*  
 * (c) 2017 CloudQuest.io Inc. 
 * 
 * Filename: cq-web.scss
 * Description: CloudQuest.io Website CSS definitions
 * Author: Vijay Sarathy
 * Created: Jan 29, 2017
 *
 */
/*
 * **************************************************************************	
 *
 *   TABLE OF CONTENTS
 *     01. GLOBAL
 *     02. NAVIGATION
 *     03. LOGIN
 *     04. HOME
 *     05. SOLUTIONS, ENGAGE & COMPANY COMMON
 *	   06. SOLUTIONS
 *     07. ENGAGE
 *     08. COMPANY
 * .   09. CONTACT
 *     10. MEDIA QUERIES
 *
 * **************************************************************************
 */
/* Default CM Fonts */
@import url("fonts.css");
@import url("css/font-awesome.min.css");
@import url("css/bootstrap.min.css");
/* background color for alternate panels */
/* font size for page tagline */
/* color for page tagline     */
/* font size for page subline */
/* color for page subline */
/* font size for section header */
/* color for section header */
/* color of the tagline */
/* font size for tagline */
/* font size for subline */
/* background color of the business panel */
/* background color of the Why GCP section */
/* font size for Why GCP section */
/* color of the Why GCP section */
/* color of the Why GCP content */
/* color of the Why GCP content */
/* background color of the business panel */
/* background color of the engage intro panel */
/* color of the engage intro content */
/* font size of the engage intro content */
/* font size for comapny intro text on image */
/* color for comapny intro text on image */
/* font size for comapny section headers */
/* background color of the story-why-exist section */
/* font size for story tagline/header */
/* color of the story tagline/header */
/* font size for story sublines   */
/* color of the why exist subline */
/* color of the why exist content */
/* color of our team section */
/* font size for story tagline/header */
/* color of the story tagline/header */
/* font size for team member name */
/* color of the team member name */
/* font size for team member name */
/* color of the team member name */
/* color of contact us section */
/* font size for contact us tagline/header */
/* color of the contact us tagline/header */
/* color of the contact us content */
/* color of header */
/* footer header size */
/* color of list items */
/* footer list item size */
/* font size of copyright */
/* ************************************************************************
 *   01. GLOBAL
 * ************************************************************************/
html, body {
  font-family: "AvenirLTPro-Roman", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #666;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizelegibility;
  width: 100%;
  height: 100%; }

.cq-action, .cq-action-btn-lg, .cq-action-btn-sm {
  cursor: pointer;
  display: inline-block;
  font-family: "AvenirLTPro-Light", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  color: #EEE;
  border-radius: 5px;
  border: 1px solid #D81D00;
  background-color: #D81D00;
  /*browser specific versions*/
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  /*general version*/
  transition: 0.2s ease-in; }
  .cq-action:hover:disabled, .cq-action-btn-lg:hover:disabled, .cq-action-btn-sm:hover:disabled, .cq-action:active:disabled, .cq-action-btn-lg:active:disabled, .cq-action-btn-sm:active:disabled, .cq-action:focus:disabled, .cq-action-btn-lg:focus:disabled, .cq-action-btn-sm:focus:disabled {
    color: #EEE; }
  .cq-action:hover:enabled, .cq-action-btn-lg:hover:enabled, .cq-action-btn-sm:hover:enabled, .cq-action:active:enabled, .cq-action-btn-lg:active:enabled, .cq-action-btn-sm:active:enabled, .cq-action:focus:enabled, .cq-action-btn-lg:focus:enabled, .cq-action-btn-sm:focus:enabled {
    border: 1px solid #004B8D;
    text-decoration: none;
    background-color: #004B8D;
    color: #FFF; }

.cq-action-btn-lg {
  margin: 30px 0 0;
  padding: 15px 30px 10px;
  font-size: 14px; }

.cq-action-btn-sm {
  margin: 30px 0 0;
  padding: 10px 20px 5px;
  font-size: 12px; }

.std-page-but {
  border: 1px solid #0068C4;
  background-color: none;
  color: #0068C4;
  text-decoration: none; }
  .std-page-but:hover {
    border: 1px solid #0068C4;
    text-decoration: none;
    background-color: #0068C4;
    color: #FFF; }

.spinner {
  display: inline-block;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
  max-width: 0; }

.has-spinner.active .spinner {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
  max-width: 50px;
  /* More than it will ever come, notice that this affects animation duration */ }

.cq-btn {
  outline: 0;
  background-color: #003F78;
  border: 0;
  margin: 5px 5px;
  padding: 10px 30px;
  color: white;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 200;
  transition-duration: 0.25s; }
  .cq-btn:hover {
    background-color: #004B8D;
    text-decoration: none;
    color: #ccc; }

/* ************************************************************************
 *   02. NAVIGATION 
 * ************************************************************************/
.hdr-logo img {
  height: 65px; }

ul.top-menu > li {
  padding: 0px 15px; }

.navbar-default .navbar-nav ul.dropdown-menu > li {
  font-family: "AvenirLTPro-Light", Helvetica, Arial, sans-serif; }
.navbar-default .navbar-nav > li {
  font-family: "AvenirLTPro-Light", Helvetica, Arial, sans-serif;
  font-size: 14px; }
  .navbar-default .navbar-nav > li a:focus,
  .navbar-default .navbar-nav > li a:hover {
    color: #0068C4;
    background-color: #EEE;
    border-bottom: 3px solid #EEE; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  font-family: "AvenirLTPro-Roman", Helvetica, Arial, sans-serif;
  color: #0068C4;
  border-bottom: 3px solid #d11d16; }

#FooterPanel {
  background-color: #454242;
    padding: 15px 0px 20px 0px; }

.footer .footer-list {
  margin-bottom: 10px;
  text-align: left; }
  .footer .footer-list .hdr {
    font-family: "AvenirLTPro-Roman", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #DDD;
    padding-bottom: 5px;
    text-decoration: none; }
    .footer .footer-list .hdr a {
      color: #DDD;
      text-decoration: none; }
      .footer .footer-list .hdr a:hover {
        color: #0068C4; }
  .footer .footer-list ul {
    list-style: none;
    padding: 0; }
    .footer .footer-list ul > li {
      cursor: pointer;
      font-family: "AvenirLTPro-Light", Helvetica, Arial, sans-serif;
      color: #999;
      font-size: 14px;
      margin-bottom: 7px; }
      .footer .footer-list ul > li a {
        text-decoration: none;
        color: #999; }
        .footer .footer-list ul > li a:hover {
          color: #0068C4; }
      .footer .footer-list ul > li i {
        font-size: 20px;
        margin-right: 5px; }
.footer .copyright {
  margin-top: 20px;
    color: #f8f3f3;
    font-size: 12px; }

/* ************************************************************************
 *   03. LOGIN 
 * ************************************************************************/
.fullscreen-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #0068C4;
  background: -webkit-linear-gradient(top left, #004d91 0%, #0058C4 100%);
  background: -moz-linear-gradient(top left, #004d91 0%, #0058C4 100%);
  background: -o-linear-gradient(top left, #004d91 0%, #0058C4 100%);
  background: linear-gradient(to bottom right, #004d91 0%, #0058C4 100%); }
  .fullscreen-container .cq-login-logo {
    z-index: 10;
    padding-bottom: 20px; }
  .fullscreen-container .alert {
    border-radius: 0px; }
  .fullscreen-container .forgot a {
    text-align: center;
    color: #cccccc; }
    .fullscreen-container .forgot a:hover {
      text-decoration: none;
      color: white; }
  .fullscreen-container.form-success .container h1 {
    transform: translateY(85px); }

.welcome {
  color: #f2f2f2;
  z-index: 10;
  font-size: 28px;
  font-style: normal;
  font-weight: 100;
  font-family: 'Source Sans Pro', sans-serif; }

.button-container {
  z-index: 10;
  float: left; }

.bg-bubbles {
  position: absolute;
  top: -300;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.15);
    bottom: -450px;
    animation: square 30s infinite;
    transition-timing-function: ease-in; }
    .bg-bubbles li:nth-child(1) {
      left: 10%; }
    .bg-bubbles li:nth-child(2) {
      left: 20%;
      width: 80px;
      height: 80px;
      animation-delay: 5s;
      animation-duration: 27s; }
    .bg-bubbles li:nth-child(3) {
      left: 25%;
      animation-delay: 4s;
      animation-duration: 15s; }
    .bg-bubbles li:nth-child(4) {
      left: 40%;
      width: 60px;
      height: 60px;
      animation-delay: 7s;
      animation-duration: 22s;
      background-color: rgba(255, 255, 255, 0.25); }
    .bg-bubbles li:nth-child(5) {
      left: 70%;
      animation-delay: 12s;
      animation-duration: 28s; }
    .bg-bubbles li:nth-child(6) {
      left: 75%;
      width: 120px;
      height: 120px;
      animation-delay: 7s;
      animation-duration: 25s;
      background-color: frgba(255, 255, 255, 0.2); }
    .bg-bubbles li:nth-child(7) {
      left: 32%;
      width: 160px;
      height: 160px;
      animation-delay: 12s;
      animation-duration: 29s; }
    .bg-bubbles li:nth-child(8) {
      left: 55%;
      width: 20px;
      height: 20px;
      animation-delay: 2s;
      animation-duration: 30s; }
    .bg-bubbles li:nth-child(9) {
      left: 25%;
      width: 10px;
      height: 10px;
      animation-delay: 6s;
      animation-duration: 26s;
      background-color: rgba(255, 255, 255, 0.3); }
    .bg-bubbles li:nth-child(10) {
      left: 90%;
      width: 160px;
      height: 160px;
      animation-delay: 3s;
      animation-duration: 30s; }

@keyframes square {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-1200px) rotate(800deg); } }
/* ************************************************************************
 *   04. HOME
 * ************************************************************************/
#MainPanel {
  margin-top: 50px; }
  #MainPanel .bg {
    height: 375px;
    background: url("../images/mi.gif") no-repeat center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #D11D17; }
  #MainPanel .tagline {
    margin-top: 35px;
    font-family: "AvenirLTPro-Heavy", Helvetica, Arial, sans-serif;
    font-size: 28px;
    text-align: center;
    color: #EEE;
    text-shadow: 1px 1px #333; }
  #MainPanel .subline {
    margin-top: 0px;
    font-family: "AvenirLTPro-Light", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: right;
    color: #DDD; }
    #MainPanel .subline span {
      display: block; }
  #MainPanel .action {
    margin-top: 430px;
    text-align: center; }
    #MainPanel .action .cq-action-btn {
      margin: 10px; }

#BusinessPanel {
  background-color: #FFF;
  padding: 50px 0px 70px 0px; }

#SolutionsPanel {
  background-color: #f8f8f8;
  padding: 50px 0px 70px 0px; }

.business-panel .head, .solutions-panel .head {
  font-family: "AvenirLTPro-Heavy", Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  color: #444; }
.business-panel .subhead, .solutions-panel .subhead {
  font-family: "AvenirLTPro-Light", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  color: #444; }
.business-panel .subpanel .gfx, .solutions-panel .subpanel .gfx {
  text-align: center;
  margin: 20px 0px; }
.business-panel .subpanel .hdr, .solutions-panel .subpanel .hdr {
  font-family: "AvenirLTPro-Heavy", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  color: #444;
  margin: 10px 0px; }
.business-panel .subpanel .content, .solutions-panel .subpanel .content {
  font-size: 14px;
  text-align: center;
  margin: 0px 20px; }
.business-panel .subpanel .action, .solutions-panel .subpanel .action {
  text-align: center; }
.business-panel .subpanel .link, .solutions-panel .subpanel .link {
  font-family: "AvenirLTPro-Light", Helvetica, Arial, sans-serif;
  margin-top: 10px; }
  .business-panel .subpanel .link a, .solutions-panel .subpanel .link a {
    text-decoration: none; }
    .business-panel .subpanel .link a:hover, .solutions-panel .subpanel .link a:hover {
      color: #0068C4; }

#WhyGCP {
  background-color: #d11d16;
  padding: 30px 0px; }
  #WhyGCP .head {
    font-family: "AvenirLTPro-Heavy", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: left;
    color: #FFF;
    margin-bottom: 20px; }
  #WhyGCP .gfx {
    text-align: center;
    margin: 30px 0px; }
  #WhyGCP .content {
    font-family: "AvenirLTPro-Light", Helvetica, Arial, sans-serif;
    text-align: left;
    color: #FFF;
    font-size: 16px; }

/* ************************************************************************
 *   05. SOLUTIONS, ENGAGE & COMPANY COMMON
 * ************************************************************************/
#SolutionsHeader, #EngageHeader {
  margin-top: 50px;
  background-color: #000;
  min-height: 200px; }

#CompanyHeader {
  background-color: #000;
  min-height: 200px; }

.solutions-header, .company-header, .engage-header {
  padding: 50px 0px;
  margin: 0px 50px; }
  .solutions-header .tagline, .company-header .tagline, .engage-header .tagline {
    font-family: "AvenirLTPro-Heavy", Helvetica, Arial, sans-serif;
    font-size: 28px;
    text-align: center;
    color: #FFF;
    margin-bottom: 10px; }
  .solutions-header .subline, .company-header .subline, .engage-header .subline {
    font-family: "AvenirLTPro-Light", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    color: #DDD;
    margin: 10px 50px; }

/*
#SolutionsHeader {
	position: fixed;
	z-index: 10;
}
*/
/* ************************************************************************
 *   06. SOLUTIONS 
 * ************************************************************************/
#Modernization, #BigData, #IoT, MachineLearning {
  min-height: 300px; }

#IoT, #MachineLearning {
  background-color: #f8f8f8; }

.solution-panel {
  padding: 50px 0px; }
  .solution-panel .tagline {
    font-family: "AvenirLTPro-Heavy", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: left;
    color: #444; }
  .solution-panel .subline {
    font-family: "AvenirLTPro-Light", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: left;
    color: #666; }
  .solution-panel .gfx {
    text-align: center;
    margin: 30px 0px; }
  .solution-panel .content {
    font-family: "AvenirLTPro-Light", Helvetica, Arial, sans-serif;
    text-align: left; }
  .solution-panel .action {
    text-align: center; }

/* ************************************************************************
 *   07. ENGAGE 
 * ************************************************************************/
#EngageIntro {
  padding: 50px 0px;
  background-color: #0068C4; }
  #EngageIntro .content {
    color: #FFF;
    font-size: 16px; }
  #EngageIntro .action {
    text-align: center; }

#Step1, #Step2, Step3 {
  min-height: 300px; }

#Step2 {
  background-color: #f8f8f8; }

.engage-panel {
  padding: 50px 0px; }
  .engage-panel .tagline {
    font-family: "AvenirLTPro-Heavy", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: left;
    color: #444; }
  .engage-panel .subline {
    font-family: "AvenirLTPro-Light", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: left;
    color: #666;
    margin-bottom: 15px; }
  .engage-panel .gfx {
    text-align: center;
    margin: 30px 0px; }
  .engage-panel .content {
    font-family: "AvenirLTPro-Light", Helvetica, Arial, sans-serif;
    text-align: left; }
    .engage-panel .content .col-hdr {
      font-family: "AvenirLTPro-Heavy", Helvetica, Arial, sans-serif;
      text-align: left;
      margin-bottom: 10px; }
    .engage-panel .content li:before {
      font-family: 'FontAwesome';
      content: '\f00c';
      margin: 0px 10px 0px -25px;
      color: #0068C4; }
  .engage-panel .action {
    text-align: center; }

/* ************************************************************************
 *   08. COMPANY
 * ************************************************************************/
#CompanyIntro {
  margin-top: 50px;
  height: 700px;
  background: url("../images/cloudhq-scaled.jpg") no-repeat center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #CompanyIntro .intro {
    margin-top: 300px;
    font-family: "AvenirLTPro-Heavy", Helvetica, Arial, sans-serif;
    font-size: 48px;
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px #333; }

#Story, #Team, #Contact {
  padding: 30px 0px; }

#Story {
  background-color: #0068C4; }
  #Story .tagline {
    font-family: "AvenirLTPro-Heavy", Helvetica, Arial, sans-serif;
    font-size: 28px;
    text-align: center;
    color: #FFF;
    margin: 10px 0px; }
  #Story .subline {
    font-family: "AvenirLTPro-LightOblique", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: left;
    color: #FFF;
    margin: 10px 0px; }
  #Story .content {
    color: #FFF;
    font-size: 14px; }

#Team {
  background-color: #FFF; }
  #Team .tagline {
    font-family: "AvenirLTPro-Heavy", Helvetica, Arial, sans-serif;
    font-size: 28px;
    text-align: center;
    color: #333;
    margin: 10px 0px; }
  #Team .team-row .member {
    padding: 30px 0px; }
    #Team .team-row .member .name {
      font-family: "AvenirLTPro-Heavy", Helvetica, Arial, sans-serif;
      font-size: 18px;
      text-align: center;
      color: #0068C4; }
    #Team .team-row .member .title {
      font-family: "AvenirLTPro-Light", Helvetica, Arial, sans-serif;
      font-size: 18px;
      text-align: center;
      color: #333; }
    #Team .team-row .member .photo {
      text-align: center;
      padding-top: 10px; }
    #Team .team-row .member .social {
      text-align: center;
      padding-top: 10px; }

#Contact {
  background-color: #f8f8f8; }
  #Contact .tagline {
    font-family: "AvenirLTPro-Heavy", Helvetica, Arial, sans-serif;
    font-size: 28px;
    text-align: center;
    color: #333;
    margin: 10px 0px; }
  #Contact .content {
    color: #666;
    font-size: 14px;
    text-align: center; }

/* ************************************************************************
 *   09. CONTACT
 * ************************************************************************/
#ContactFormSection {
  margin-top: 15px;
  background-color: #fff;
  font-family: "AvenirLTPro-Light", Helvetica, Arial, sans-serif; }
  #ContactFormSection .form-container {
    margin: 50px 0px; }
    #ContactFormSection .form-container .form-intro .notfilled, #ContactFormSection .form-container .form-intro .filled, #ContactFormSection .form-container .form-intro .sorry {
      margin: 10px;
      background-color: #f8f8f8;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      padding: 10px 25px; }
      #ContactFormSection .form-container .form-intro .notfilled .hdr, #ContactFormSection .form-container .form-intro .filled .hdr, #ContactFormSection .form-container .form-intro .sorry .hdr {
        margin-top: 15px;
        font-family: "AvenirLTPro-Roman", Helvetica, Arial, sans-serif;
        font-size: 20px;
        color: #D11D17; }
    #ContactFormSection .form-container .form-intro .notfilled .hdr {
      text-align: left; }
    #ContactFormSection .form-container .form-intro .notfilled .content {
      margin-top: 20px;
      font-family: "AvenirLTPro-Light", Helvetica, Arial, sans-serif;
      font-size: 18px;
      color: #666; }
    #ContactFormSection .form-container .form-intro .filled {
      display: none; }
      #ContactFormSection .form-container .form-intro .filled .hdr {
        text-align: center; }
    #ContactFormSection .form-container .form-intro .sorry {
      display: none; }
      #ContactFormSection .form-container .form-intro .sorry .hdr {
        text-align: center;
        color: #D81D00; }
    #ContactFormSection .form-container .form-content {
      padding: 0px 100px 0px 50px; }
    #ContactFormSection .form-container .fillhint {
      display: none;
      color: #D81D00;
      padding: 10px 0px 10px; }
    #ContactFormSection .form-container .submit {
      text-align: center;
      height: 100px; }
    #ContactFormSection .form-container .reset {
      cursor: pointer;
      text-align: center;
      margin-top: 8px; }
      #ContactFormSection .form-container .reset a {
        cursor: pointer; }
      #ContactFormSection .form-container .reset a:hover {
        text-decoration: none;
        color: #D81D00; }

#ContactForm .form-control-feedback {
  pointer-events: auto; }
#ContactForm .form-control-feedback:hover {
  cursor: pointer; }
#ContactForm .intl-tel-input {
  width: 100%; }

#SubmitButton {
  margin-top: 10px; }
  #SubmitButton:enabled {
    cursor: pointer; }
  #SubmitButton:hover + .fillhint {
    display: block; }

.floating-label-form-group {
  /* border-bottom: 1px solid #ccc; */
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 4px; }
  .floating-label-form-group input, .floating-label-form-group textarea {
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none !important;
    position: relative;
    z-index: 1;
    font-size: 18px;
    resize: none; }
  .floating-label-form-group select {
    margin-top: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 14px;
    box-shadow: none;
    margin-left: -4px;
    background: transparent; }
  .floating-label-form-group label {
    pointer-events: none;
    display: block;
    position: relative;
    top: 28px;
    opacity: 0;
    z-index: 0;
    font-weight: 200;
    font-size: 14px;
    line-height: 20px;
    vertical-align: baseline;
    margin: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease; }
  .floating-label-form-group:not(:first-child) {
    border-left: 1px solid #ccc;
    padding-left: 14px; }

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1; }

.floating-label-form-group-with-focus label {
  color: #0068C4; }

.has-feedback label ~ .form-control-feedback {
  top: 18px; }

/* ************************************************************************
 *   10. MEDIA QUERIES
 * ************************************************************************/
/* ----------- Laptop 1600px ----------- */
@media screen and (max-width: 1600px) {
  #MainPanel .bg {
    height: 375px; }
  #MainPanel .action {
    margin-top: 330px; } }
/* ----------- Small Laptop 1200px ----------- */
@media screen and (max-width: 1200px) {
  #MainPanel .bg {
    height: 500px; }
  #MainPanel .action {
    margin-top: 270px; } }
/* ----------- Tablet Landscape 1024px ----------- */
@media screen and (max-width: 1024px) {
  ul.top-menu > li {
    padding: 0px 5px; }

  #MainPanel .bg {
    height: 475px;
    background: url("../images/cq-main-1024.png") no-repeat center center; }
  #MainPanel .action {
    margin-top: 210px; } }
/* ----------- Tablet Portrait 992px ----------- */
@media screen and (max-width: 992px) {
  #MainPanel .bg {
    height: 475px;
    background: url("../images/cq-main-992.png") no-repeat center center; }
  #MainPanel .tagline {
    margin-top: 35px;
    font-family: "AvenirLTPro-Heavy", Helvetica, Arial, sans-serif;
    font-size: 28px;
    text-align: right;
    color: #EEE; }
  #MainPanel .action {
    margin-top: 210px;
    text-align: right; } }
/* ----------- Phone Landscape 768px ----------- */
@media screen and (max-width: 768px) {
  ul.top-menu > li {
    padding: 0px 10px; }

  #MainPanel .bg {
    height: 475px;
    background: url("../images/cq-main-480.png") no-repeat center center; }
  #MainPanel .tagline {
    text-align: center; }
  #MainPanel .subline {
    text-align: center; }
    #MainPanel .subline span {
      display: inline; }
  #MainPanel .action {
    text-align: center;
    margin-top: 240px; } }
/* ----------- Phone Portrait and lower 480px ----------- */
@media screen and (max-width: 480px) {
  #MainPanel .bg {
    height: 350px;
    background: url("../images/cq-main-color.png") no-repeat center center; }
  #MainPanel .tagline {
    margin-top: 55px; }
  #MainPanel .action {
    text-align: center;
    margin-top: 35px; }

  .solutions-panel .subpanel {
    margin-top: 50px; }
    .solutions-panel .subpanel .hdr {
      margin: 0px; }

  .solution-panel {
    padding: 0px 0px 50px; }
    .solution-panel .tagline {
      font-family: "AvenirLTPro-Heavy", Helvetica, Arial, sans-serif;
      font-size: 20px;
      text-align: center;
      color: #444; }
    .solution-panel .subline {
      font-family: "AvenirLTPro-Light", Helvetica, Arial, sans-serif;
      font-size: 20px;
      text-align: center;
      color: #666;
      margin-bottom: 10px; }

  .engage-panel {
    padding: 0px 0px 50px; }

  #Story .subline {
    font-family: "AvenirLTPro-LightOblique", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    color: #FFF;
    margin: 10px 0px; }
  #Story .content {
    text-align: center; } }
.subpanel .gfx img {
    vertical-align: middle;
    border: solid #d8d7d7 1px !important;
}

@media (min-width: 768px)
{
.navbar-nav>li>a {
    padding-top: 23px!important;
    padding-bottom: 19px!important;
}
}
