body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  height: 100%;
  padding: 0;
  position: relative;
  z-index: -1000; }
  @media only screen and (max-width: 480px) {
    body {
      -webkit-overflow-scrolling: touch; } }
  @media only screen and (max-width: 480px) {
    body {
      width: 100%;
      overflow-x: hidden; } }

h1, h2, h3, h4, h5, h6, p, li ul {
  font-family: proxima-nova, sans-serif; }

.proxThin {
  font-family: proxima-nova, sans-serif;
  font-weight: 100; }

.proxLight {
  font-family: proxima-nova, sans-serif;
  font-weight: 300; }

.proxReg {
  font-family: proxima-nova, sans-serif;
  font-weight: 400; }

.proxMed {
  font-family: proxima-nova, sans-serif;
  font-weight: 500; }

.proxItalic {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: italic; }

.proxSemi {
  font-family: proxima-nova, sans-serif;
  font-weight: 600; }

.proxBold {
  font-family: proxima-nova, sans-serif;
  font-weight: 700; }

.proxExtraBold {
  font-family: proxima-nova, sans-serif;
  font-weight: 800; }

.text-green {
  color: #00a990; }

.text-white {
  color: white; }

.text-dark {
  color: #1b1b1b; }

.text-gray {
  color: #7a7a7a; }

.img-responsive {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto; }

#section1 {
  padding: 200px 0;
  background-position: center;
  background-size: cover;
  margin-top: 205px; }
  #section1.lv {
    position: relative;
    z-index: -1;
    padding: 0 !important;
    height: 500px;
    overflow: hidden; }
    @media only screen and (max-width: 1026px) {
      #section1.lv {
        margin-top: 130px; } }
    @media only screen and (max-width: 600px) {
      #section1.lv {
        height: auto;
        overflow-y: auto; } }
    #section1.lv .row-fluid, #section1.lv.container {
      position: relative;
      z-index: 1; }
    #section1.lv h1 {
      color: #00a990;
      font-size: 36px;
      margin-bottom: 30px; }
    #section1.lv .left-col {
      display: inline-block;
      vertical-align: top;
      position: relative;
      float: left;
      background-color: #202945;
      z-index: 1;
      left: 0;
      width: 800px;
      height: 500px;
      overflow: hidden; }
      @media only screen and (max-width: 1185px) {
        #section1.lv .left-col {
          width: 100%; } }
      @media only screen and (max-width: 600px) {
        #section1.lv .left-col {
          height: auto;
          overflow-y: auto; } }
      #section1.lv .left-col ul {
        text-align: left;
        padding-left: 30px;
        padding-top: 30px; }
        @media only screen and (max-width: 1185px) {
          #section1.lv .left-col ul {
            text-align: center;
            padding-bottom: 90px; } }
        @media only screen and (max-width: 600px) {
          #section1.lv .left-col ul {
            padding-left: 0; } }
      #section1.lv .left-col h1 {
        width: 80%;
        margin: 0;
        padding-top: 115px;
        padding-left: 80px;
        margin-bottom: 30px; }
        @media only screen and (max-width: 1185px) {
          #section1.lv .left-col h1 {
            text-align: center;
            display: block;
            margin: 0 auto;
            margin-bottom: 30px; } }
        @media only screen and (max-width: 600px) {
          #section1.lv .left-col h1 {
            padding-left: 0; } }
      #section1.lv .left-col p {
        width: 77%;
        margin: 0;
        padding-left: 80px;
        font-size: 20px;
        line-height: 27px; }
        @media only screen and (max-width: 1185px) {
          #section1.lv .left-col p {
            text-align: center;
            display: block;
            margin: 0 auto; } }
        @media only screen and (max-width: 600px) {
          #section1.lv .left-col p {
            padding-left: 0; } }
    #section1.lv .right-col {
      width: auto;
      float: none;
      display: inline-block;
      vertical-align: top;
      z-index: -4;
      position: relative;
      right: 46px;
      top: 0; }
      @media only screen and (max-width: 1185px) {
        #section1.lv .right-col {
          display: none !important; } }
      #section1.lv .right-col video {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
  #section1.cs {
    padding: 150px 0; }
  #section1.form {
    padding: 100px; }
    @media only screen and (max-width: 1000px) {
      #section1.form {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 132px; } }
    @media only screen and (max-width: 800px) {
      #section1.form {
        padding: 20px;
        padding-top: 45px;
        padding-bottom: 30px; } }
    #section1.form .form-container {
      max-width: 1000px !important;
      background-color: white;
      padding: 90px;
      margin: 0 auto; }
      @media only screen and (max-width: 1000px) {
        #section1.form .form-container {
          padding: 40px; } }
      @media only screen and (max-width: 800px) {
        #section1.form .form-container {
          padding: 20px;
          padding-top: 80px; } }
      #section1.form .form-container h1 {
        font-size: 32px;
        line-height: 34px;
        text-align: center; }
      #section1.form .form-container p {
        font-size: 24px;
        line-height: 26px;
        text-align: center; }
    #section1.form form {
      width: 100% !important; }
      #section1.form form select > option {
        background-color: #e8e7e7 !important;
        box-shadow: none !important;
        outline: none !important;
        border-radius: 0 !important; }
  @media only screen and (max-width: 1025px) {
    #section1 {
      margin-top: 70px; } }
  @media only screen and (max-width: 1025px) {
    #section1 {
      padding-right: 50px;
      padding-left: 50px; } }
  #section1 h1 {
    font-size: 46px;
    margin: 0; }
  #section1 p {
    font-size: 20px;
    line-height: 27px;
    margin-top: 30px;
    margin-bottom: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%; }
  #section1 .button {
    background: #b7dde2;
    padding: 15px 0;
    min-width: 254px;
    color: #202945;
    display: inline-block;
    margin: 0 25px;
    margin-bottom: 10px;
    vertical-align: middle;
    text-decoration: none; }
    #section1 .button.green-btn {
      background: #00a990;
      color: #202945; }
    @media only screen and (max-width: 700px) {
      #section1 .button {
        margin-bottom: 15px; } }
    #section1 .button:hover {
      background-color: #c9e6e9;
      -moz-transition: 0.25s ease-in-out all;
      -o-transition: 0.25s ease-in-out all;
      -webkit-transition: 0.25s ease-in-out all;
      -ms-transition: 0.25s ease-in-out all;
      transition: 0.25s ease-in-out all; }
    #section1 .button img {
      margin-right: 9px; }
  #section1 ul {
    list-style-type: none;
    text-align: center;
    vertical-align: middle; }
    @media only screen and (max-width: 600px) {
      #section1 ul {
        margin-left: 0 !important; } }
  #section1 li {
    list-style-type: none;
    text-align: center;
    display: inline-block;
    vertical-align: middle; }

#section2 {
  padding-top: 70px;
  padding-bottom: 100px; }
  #section2 h2 {
    font-size: 46px;
    line-height: 52px;
    margin: 0; }
  #section2 #intro-p {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 120px;
    width: 55%;
    font-size: 20px;
    line-height: 27px; }
    @media only screen and (max-width: 800px) {
      #section2 #intro-p {
        width: 75%; } }
    @media only screen and (max-width: 480px) {
      #section2 #intro-p {
        width: 80%; } }
  #section2 .i-h {
    margin: 0;
    margin-top: 25px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px; }
  #section2 .i-p {
    line-height: 23px;
    font-size: 16px;
    margin-top: 25px;
    width: 70%;
    display: block;
    margin: 0 auto; }
    @media only screen and (max-width: 769px) {
      #section2 .i-p {
        width: 70%;
        display: block;
        margin-left: auto;
        margin-right: auto; } }
  #section2 .i-img {
    display: block;
    margin: 0 auto; }
    @media only screen and (max-width: 769px) {
      #section2 .i-img {
        margin-top: 50px; } }

#section2-cs {
  padding: 100px 200px; }
  @media only screen and (max-width: 1300px) {
    #section2-cs {
      padding: 100px 150px; } }
  @media only screen and (max-width: 1210px) {
    #section2-cs {
      padding: 100px 80px; } }
  @media only screen and (max-width: 1100px) {
    #section2-cs {
      padding: 100px 40px; } }
  #section2-cs #aside {
    display: inline-block;
    vertical-align: top;
    width: 15%;
    margin-right: 70px; }
    @media only screen and (max-width: 1200px) {
      #section2-cs #aside {
        margin-right: 40px;
        width: 25%; } }
    @media only screen and (max-width: 700px) {
      #section2-cs #aside {
        margin-right: 30px;
        width: 36%; } }
    @media only screen and (max-width: 575px) {
      #section2-cs #aside {
        display: none; } }
    #section2-cs #aside .links p {
      color: #c1c1c1;
      display: block;
      text-decoration: none;
      margin: 10px 0;
      font-family: proxima-nova, sans-serif;
      font-weight: 600;
      cursor: pointer; }
      #section2-cs #aside .links p#cslink-1 {
        margin-top: 0 !important; }
      #section2-cs #aside .links p.active {
        color: #1b1b1b; }
      #section2-cs #aside .links p:hover {
        cursor: pointer; }
  #section2-cs .body-container {
    display: inline-block;
    vertical-align: top;
    width: 56%; }
    @media only screen and (max-width: 1200px) {
      #section2-cs .body-container {
        margin-right: 40px;
        width: 60%; } }
    @media only screen and (max-width: 700px) {
      #section2-cs .body-container {
        margin-right: 30px;
        width: 57%; } }
    @media only screen and (max-width: 626px) {
      #section2-cs .body-container {
        margin-right: 30px;
        width: 50%; } }
    @media only screen and (max-width: 575px) {
      #section2-cs .body-container {
        display: block;
        width: 100%; } }
  #section2-cs .bl {
    color: #7a7a7a;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    height: 0;
    position: relative;
    z-index: -20;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0; }
    #section2-cs .bl.show {
      height: auto;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1;
      -moz-transition: 0.5s ease-in-out all;
      -o-transition: 0.5s ease-in-out all;
      -webkit-transition: 0.5s ease-in-out all;
      -ms-transition: 0.5s ease-in-out all;
      transition: 0.5s ease-in-out all; }
    #section2-cs .bl p strong {
      margin-top: 16px; }
    #section2-cs .bl p a {
      padding: 0;
      margin: 0;
      text-decoration: underline;
      color: #34657f;
      font-family: "proxima-nova", sans-serif;
      font-weight: 600; }
  #section2-cs hr {
    margin-top: 70px;
    margin-bottom: 70px; }

#section3-cs {
  background-color: #e8e7e7;
  padding: 70px 0; }
  #section3-cs ul {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0; }
    #section3-cs ul li {
      display: inline-block;
      text-align: center;
      list-style-type: none;
      margin: 0 12px; }
  @media only screen and (max-width: 480px) {
    #section3-cs img#case-studies-img-1 {
      margin-bottom: 40px; } }

#section2-form {
  padding: 50px 100px;
  padding-bottom: 190px; }
  @media only screen and (max-width: 1350px) {
    #section2-form {
      padding: 50px; } }
  @media only screen and (max-width: 600px) {
    #section2-form {
      padding: 50px 20px !important; } }
  #section2-form img {
    display: block;
    margin: 0 auto;
    max-width: 720px;
    width: 100%;
    margin-top: 20px; }

#section3-form {
  background-color: #e8e7e7;
  padding: 140px 180px; }
  @media only screen and (max-width: 1200px) {
    #section3-form {
      padding: 50px 60px !important; } }
  @media only screen and (max-width: 600px) {
    #section3-form {
      padding: 50px 20px !important; } }
  #section3-form .col-container {
    max-width: 800px;
    width: 100%;
    display: block;
    margin: 0 auto; }
  #section3-form .left-col {
    width: 42%;
    display: inline-block;
    vertical-align: top;
    margin-right: 90px; }
    @media only screen and (max-width: 1200px) {
      #section3-form .left-col {
        margin-right: 40px;
        width: 44%; } }
    @media only screen and (max-width: 600px) {
      #section3-form .left-col {
        width: 100%; } }
  #section3-form .right-col {
    width: 42%;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (max-width: 1200px) {
      #section3-form .right-col {
        width: 44%; } }
    @media only screen and (max-width: 600px) {
      #section3-form .right-col {
        width: 100%; } }
  #section3-form h3 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 25px; }
  #section3-form p {
    font-size: 16px;
    line-height: 23px; }

#section3 {
  padding-bottom: 100px; }
  #section3 h3 {
    font-size: 32px;
    margin-bottom: 30px; }
  @media only screen and (max-width: 800px) {
    #section3 {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 979px) and (min-width: 768px) {
    #section3.container {
      width: 784px; } }
  #section3 .slider-nav {
    list-style-type: none;
    color: #c1c1c1;
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
    margin-left: 8px; }
    #section3 .slider-nav li {
      display: inline-block;
      list-style-type: none;
      margin: 0;
      margin-right: 70px;
      color: #c1c1c1;
      font-size: 13px;
      line-height: 13px;
      font-family: proxima-nova, sans-serif;
      font-weight: 600; }
      @media only screen and (max-width: 800px) {
        #section3 .slider-nav li {
          margin-right: 40px; } }
      @media only screen and (max-width: 480px) {
        #section3 .slider-nav li {
          margin-right: 20px; } }
      #section3 .slider-nav li:hover {
        cursor: pointer; }
      #section3 .slider-nav li.active {
        color: #00a990;
        font-family: proxima-nova, sans-serif;
        font-weight: 600; }
  #section3 .slide {
    margin-top: 30px;
    background: #202945;
    color: white;
    padding-right: 0;
    padding-left: 65px;
    padding-top: 90px;
    padding-bottom: 85px;
    max-width: 1099px;
    width: 100%;
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0; }
    @media only screen and (max-width: 1100px) {
      #section3 .slide {
        max-width: 93%; } }
    @media only screen and (max-width: 831px) {
      #section3 .slide {
        background: white;
        max-width: 100%;
        padding-left: 0 !important;
        padding-top: 30px !important; } }
    @media only screen and (max-width: 515px) {
      #section3 .slide {
        max-width: 92%; } }
    #section3 .slide.slide-show {
      display: block;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-transition: 0.25s ease-in-out all;
      -o-transition: 0.25s ease-in-out all;
      -webkit-transition: 0.25s ease-in-out all;
      -ms-transition: 0.25s ease-in-out all;
      transition: 0.25s ease-in-out all; }
    #section3 .slide .slide-title {
      font-size: 16px;
      line-height: 16px;
      margin: 0;
      margin-bottom: 25px; }
      @media only screen and (max-width: 831px) {
        #section3 .slide .slide-title {
          color: #1b1b1b; } }
    #section3 .slide .slide-sub {
      font-size: 24px;
      line-height: 25px;
      margin: 0; }
      @media only screen and (max-width: 831px) {
        #section3 .slide .slide-sub {
          color: #1b1b1b; } }
    #section3 .slide .slide-p {
      font-size: 16px;
      margin: 0;
      margin-top: 20px;
      line-height: 23px; }
      @media only screen and (max-width: 831px) {
        #section3 .slide .slide-p {
          color: #1b1b1b; } }
    #section3 .slide .slide-img {
      width: 100%;
      height: auto;
      max-width: 550px; }
      @media only screen and (max-width: 1200px) {
        #section3 .slide .slide-img {
          max-width: 450px; } }
      @media only screen and (max-width: 790px) {
        #section3 .slide .slide-img {
          margin-top: 40px !important; } }
      @media only screen and (max-width: 790px) {
        #section3 .slide .slide-img {
          width: 90%; } }
    #section3 .slide .slide-left {
      width: 32%;
      display: inline-block;
      margin-right: 110px;
      vertical-align: top; }
      @media only screen and (max-width: 790px) {
        #section3 .slide .slide-left {
          width: 100%;
          display: block;
          margin-right: 0 !important; } }
    #section3 .slide .slide-right {
      display: inline-block;
      vertical-align: top;
      width: 49%; }
      @media only screen and (max-width: 1100px) {
        #section3 .slide .slide-right {
          display: inline-block;
          width: 45%;
          vertical-align: top; } }
      @media only screen and (max-width: 790px) {
        #section3 .slide .slide-right {
          width: 100%;
          display: block; } }

#section4 {
  padding: 150px 140px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 800px) {
    #section4 {
      padding: 150px 60px; } }
  #section4 #col-1 {
    margin-right: 100px; }
  #section4 .hvh {
    font-size: 30px;
    line-height: 32px;
    margin: 0;
    margin-bottom: 30px; }
  #section4 .hvh-sub {
    font-size: 16px;
    line-height: 23px;
    margin: 0;
    margin-bottom: 30px; }
  #section4 .view-all {
    font-size: 18px;
    line-height: 18px;
    color: white;
    text-decoration: none;
    vertical-align: middle; }
    #section4 .view-all img {
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px; }
  #section4 .hvh-links {
    display: block;
    text-decoration: underline;
    font-size: 16px;
    line-height: 27px;
    color: white;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
    #section4 .hvh-links:hover {
      color: white; }

#section4-cs {
  padding: 84px 0; }
  @media only screen and (max-width: 480px) {
    #section4-cs {
      padding-left: 25px !important;
      padding-right: 25px !important; } }
  #section4-cs .s-container {
    max-width: 716px;
    width: 100%;
    margin: 0 auto;
    display: block; }
  #section4-cs h4 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 80px; }
  #section4-cs ul {
    padding: 0; }
    #section4-cs ul li {
      font-size: 18px;
      line-height: 35px; }

#section5 {
  padding: 150px 200px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 769px) {
    #section5 {
      padding: 150px 100px; } }
  @media only screen and (max-width: 600px) {
    #section5 {
      padding: 150px 60px; } }
  @media only screen and (max-width: 480px) {
    #section5 {
      padding: 100px 30px; } }
  #section5 .quote {
    font-size: 24px;
    line-height: 29px; }
  #section5 .quoter {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    margin-top: 26px; }
  #section5 .quote-industry {
    font-size: 16px;
    line-height: 30px;
    margin: 0; }
  #section5 #quote1, #section5 #quote2, #section5 #quote3, #section5 #quote4 {
    display: none; }
  #section5 .quote-span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    float: none; }
    @media only screen and (max-width: 769px) {
      #section5 .quote-span {
        width: 100%; } }

#section6 {
  background: #34657f;
  padding: 110px 140px; }
  @media only screen and (max-width: 800px) {
    #section6 {
      padding: 50px 60px;
      padding-bottom: 70px; } }
  #section6.research h3 {
    font-size: 26px;
    line-height: 32px; }
    @media only screen and (max-width: 800px) {
      #section6.research h3.h3-2 {
        margin-top: 70px !important; } }
  #section6.research p {
    font-size: 16px;
    line-height: 20px; }
  #section6 #divider {
    display: block;
    margin: 0 auto; }
    @media only screen and (max-width: 769px) {
      #section6 #divider {
        display: none; } }
  #section6 a {
    text-decoration: none;
    color: white;
    vertical-align: middle;
    font-size: 18px;
    line-height: 18px;
    display: block; }
    #section6 a.subscribe {
      margin-top: 70px; }
    #section6 a.about {
      margin-top: 40px; }

#section7 {
  background: #1b1b1b;
  padding: 130px 100px;
  font-family: "proxima-nova", sans-serif;}

#section7 .text-gray{
  color: #909090;
  margin-bottom: 40px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
}
#section7 h4.text-gray{
  color: #909090;
  margin-bottom: 40px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}
  @media only screen and (max-width: 650px) {
    #section7 {
      padding: 80px 40px; } }
  @media only screen and (max-width: 480px) {
    #section7 {
      padding-bottom: 140px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media only screen and (max-width: 400px) {
    #section7 {
      padding-bottom: 140px;
      padding-left: 20px;
      padding-right: 20px; } }
  #section7 .footer-img-url {
    text-decoration: none;
    border: none;
    outline: none; }
  #section7 #footer-logo {
    width: 185px;
    max-width: 100%;
    margin-bottom: 42px; }
    @media only screen and (max-width: 769px) {
      #section7 #footer-logo {
        display: none; } }
  #section7 #footer-logo-mobile {
    display: none; }
    @media only screen and (max-width: 769px) {
      #section7 #footer-logo-mobile {
        display: block;
        margin-bottom: 30px; } }
  @media only screen and (max-width: 769px) {
    #section7 h4.mobile-h4, #section7 .text-gray {
      margin-top: 55px;
      margin-bottom: 10px !important; } 
      #section7 h4:not(.mobile-h4){
        margin-top: 15px;
      }
    }
  #section7 .footer-links {
    display: block;
    font-size: 20px;
    line-height: 40px;
    color: #7d7d7d;
    text-decoration: none; }
    @media only screen and (max-width: 480px) {
      #section7 .footer-links {
        font-size: 15px;
        line-height: 40px; } }
  @media only screen and (max-width: 769px) {
    #section7 .span3, #section7 .span2 {
      width: 49%;
      vertical-align: top;
      display: inline-block; } }

#section8 {
  height: 76px;
  width: 100%;
  background: #3e3e3e;
  vertical-align: middle;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999999; }
  #section8 p {
    font-size: 17px;
    margin: 0;
    line-height: 17px;
    margin-top: 27px;
    vertical-align: middle;
    float: left;
    margin-left: 100px; }
    @media only screen and (max-width: 930px) {
      #section8 p {
        width: 37%;
        font-size: 16px;
        margin-left: 50px; } }
    @media only screen and (max-width: 650px) {
      #section8 p {
        font-size: 14px;
        margin-left: 20px; } }
    @media only screen and (max-width: 480px) {
      #section8 p {
        width: 100%;
        margin-top: 12px;
        margin-bottom: 8px !important;
        font-size: 11px; } }
  #section8 ul {
    float: right;
    vertical-align: middle;
    list-style-type: none;
    margin-top: 27px;
    margin-right: 100px; }
    @media only screen and (max-width: 800px) {
      #section8 ul {
        margin-right: 50px; } }
    @media only screen and (max-width: 650px) {
      #section8 ul {
        margin-right: 20px; } }
    @media only screen and (max-width: 480px) {
      #section8 ul {
        float: none; } }
    #section8 ul li {
      list-style-type: none;
      vertical-align: middle;
      display: inline-block;
      margin: 0 15px; }
      @media only screen and (max-width: 650px) {
        #section8 ul li {
          margin: 0 8px; } }
      @media only screen and (max-width: 450px) {
        #section8 ul li img {
          width: 80%; } }
      #section8 ul li .socials.last {
        margin-right: 0; }

#nav1 {
  position: fixed;
  top: 0;
  left: 0;
  text-align: right;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid #e8e7e7;
  background: white; }
  @media only screen and (max-width: 1025px) {
    #nav1 {
      display: none; } }
  #nav1 .gbi a {
    text-decoration: none;
    border: none;
    outline: none; }
  #nav1 ul {
    display: inline-block;
    list-style-type: none;
    float: right;
    margin-right: 100px;
    margin-top: 15px; }
    @media only screen and (max-width: 1100px) {
      #nav1 ul {
        margin-right: 50px; } }
    #nav1 ul li {
      display: inline-block;
      list-style-type: none; }
      #nav1 ul li img {
        vertical-align: middle;
        margin: 0 8px; }

#nav2 {
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
  background: white;
  position: fixed;
  left: 0;
  top: 36px !important;
  width: 100%;
  z-index: 100;
  }
  @media only screen and (max-width: 1025px) {
    #nav2 {
      top: 0; } }
  #nav2 #desktoplogo-url {
    text-decoration: none;
    border: none;
    outline: none; }
  #nav2 #logo {
    margin-left: 100px;
    float: left; }
    @media only screen and (max-width: 1100px) {
      #nav2 #logo {
        margin: 0 auto;
        text-align: center;
        width: 170px !important;
        margin-left: 50px !important; } }
    @media only screen and (max-width: 1026px) {
      #nav2 #logo {
        float: none; } }
    @media only screen and (max-width: 780px) {
      #nav2 #logo {
        margin-left: 0 !important; } }
    @media only screen and (max-width: 480px) {
      #nav2 #logo {
        width: 160px !important; } }
  #nav2 #mobile-hamburger {
    display: none; }
    @media only screen and (max-width: 1025px) {
      #nav2 #mobile-hamburger {
        display: block;
        float: left;
        margin-left: 30px; } }
  #nav2 ul {
    display: inline-block;
    margin: 0 auto;
    list-style-type: none;
    text-align: center; }
    @media only screen and (max-width: 1025px) {
      #nav2 ul {
        display: none; } }
  #nav2 li {
    display: inline-block;
    list-style-type: none;
    vertical-align: middle;
    text-align: center;
    margin: 0 10px; }
    #nav2 li a {
      text-decoration: none;
      color: #1b1b1b; }
      #nav2 li a.active {
        border-bottom: 3px solid black;
        padding-bottom: 8px; }
  #nav2 form {
    float: right;
    margin-right: 100px; }
    @media only screen and (max-width: 1100px) {
      #nav2 form {
        margin-right: 50px; } }
    @media only screen and (max-width: 780px) {
      #nav2 form {
        display: none !important; } }
    #nav2 form input {
      vertical-align: middle;
      border: none;
      outline: 0;
      box-shadow: none;
      border-bottom: 1px solid #e8e7e7;
      border-radius: 0; }
    #nav2 form button {
      border: none;
      outline: 0;
      background: transparent;
      vertical-align: middle;
      margin-top: -18px;
      margin-left: -40px; }

#nav3 {
  background: #e8e7e7;
  height: 62px;
  position: fixed;
  left: 0;
  width: 100%;
  top: 145px;
  z-index: 9999999; }
  @media only screen and (max-width: 1025px) {
    #nav3 {
      display: none; } }
  #nav3 #vialogo-url {
    text-decoration: none;
    border: none;
    outline: none; }
  #nav3 a:hover {
    cursor: pointer; }
  #nav3 #nav3-logo {
    margin-left: 100px;
    margin-top: 4px; }
    @media only screen and (max-width: 1100px) {
      #nav3 #nav3-logo {
        margin-left: 50px; } }
  #nav3 .nav3-right {
    float: right; }
    #nav3 .nav3-right ul {
      display: inline-block;
      list-style-type: none; }
      #nav3 .nav3-right ul li {
        display: inline-block;
        list-style-type: none;
        font-size: 15px; }
  #nav3 #ra-demo {
    background-color: #00a990;
    line-height: 62px;
    color: white;
    margin-right: 100px;
    padding-right: 25px;
    padding-left: 25px; }
    @media only screen and (max-width: 1100px) {
      #nav3 #ra-demo {
        margin-right: 50px; } }
    #nav3 #ra-demo a {
      color: white;
      text-decoration: none; }
  #nav3 #hvh-dropdown {
    margin-right: 14px; }
    #nav3 #hvh-dropdown img {
      margin-left: 7px; }
    #nav3 #hvh-dropdown a {
      color: #1b1b1b;
      text-decoration: none; }
    #nav3 #hvh-dropdown.active:after {
      content: ' ';
      background-color: white;
      line-height: 62px;
      width: 170px;
      height: 62px;
      position: absolute;
      top: 0;
      right: 279px;
      z-index: -1;
      -moz-transition: 0.25s ease-in-out all;
      -o-transition: 0.25s ease-in-out all;
      -webkit-transition: 0.25s ease-in-out all;
      -ms-transition: 0.25s ease-in-out all;
      transition: 0.25s ease-in-out all; }
    #nav3 #hvh-dropdown #dropdown-block {
      background-color: white;
      position: fixed !important;
      padding: 30px;
      top: 210px;
      right: 278px;
      max-width: 672px;
      width: 100%;
      left: auto;
      border: none;
      border-radius: 0;
      display: none;
      box-shadow: -7px 8px 4px rgba(0, 0, 0, 0.1); }
      #nav3 #hvh-dropdown #dropdown-block.show {
        display: block; }
      #nav3 #hvh-dropdown #dropdown-block .db-col {
        width: 200px;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        margin-right: 20px; }
        #nav3 #hvh-dropdown #dropdown-block .db-col a {
          font-weight: 400;
          text-decoration: none;
          color: #212529;
          display: block;
          padding: 10px;
          font-size: 16px;
          line-height: 18px;
          cursor: pointer; }
          #nav3 #hvh-dropdown #dropdown-block .db-col a.active {
            background-color: #ff9f19;
            color: white;
            font-weight: 600; }
          #nav3 #hvh-dropdown #dropdown-block .db-col a:hover {
            color: #16181b;
            text-decoration: none;
            background-color: #f8f9fa; }
  #nav3 #hvh-videos {
    margin-right: 40px; }
    #nav3 #hvh-videos a {
      color: #1b1b1b;
      text-decoration: none; }

#mobile-sidebar {
  position: fixed;
  z-index: 999999999999;
  background-color: white;
  width: 300px;
  height: 100%;
  left: -350px;
  top: 0;
  box-shadow: 10px 0 0 rgba(0, 0, 0, 0.1); }
  #mobile-sidebar.show {
    left: 0;
    -moz-transition: 0.6s ease-in-out all;
    -o-transition: 0.6s ease-in-out all;
    -webkit-transition: 0.6s ease-in-out all;
    -ms-transition: 0.6s ease-in-out all;
    transition: 0.6s ease-in-out all; }
  #mobile-sidebar.hide {
    left: -350px;
    -moz-transition: 0.6s ease-in-out all;
    -o-transition: 0.6s ease-in-out all;
    -webkit-transition: 0.6s ease-in-out all;
    -ms-transition: 0.6s ease-in-out all;
    transition: 0.6s ease-in-out all; }
  #mobile-sidebar #nav2-mobile {
    padding-top: 100px;
    padding-left: 30px; }
    #mobile-sidebar #nav2-mobile a {
      color: #1b1b1b;
      font-family: "proxima-nova", sans-serif;
      font-weight: 600;
      text-align: left;
      margin-bottom: 20px;
      display: block; }
  #mobile-sidebar #close {
    float: right;
    padding: 20px;
    cursor: pointer; }
    #mobile-sidebar #close:hover {
      cursor: pointer; }
  #mobile-sidebar #sidebar-dropdown {
    display: none;
    height: 120px;
    overflow-y: scroll; }
    #mobile-sidebar #sidebar-dropdown a {
      padding-left: 0;
      text-decoration: none;
      display: block;
      font-weight: 400;
      font-family: "proxima-nova", sans-serif;
      color: #2a2f32;
      margin: 15px 0;
      font-size: 15px;
      line-height: 15px; }
    #mobile-sidebar #sidebar-dropdown.show {
      display: block; }
  #mobile-sidebar #via-drawer {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #e8e7e7;
    width: 100%; }
    #mobile-sidebar #via-drawer #vd-url {
      border: none;
      outline: none;
      display: block;
      text-decoration: none; }
    #mobile-sidebar #via-drawer #drawer-link {
      list-style-type: none; }
      #mobile-sidebar #via-drawer #drawer-link #dl-videos {
        color: #1b1b1b;
        text-decoration: none; }
      #mobile-sidebar #via-drawer #drawer-link li {
        list-style-type: none;
        color: #1b1b1b;
        font-family: "proxima-nova", sans-serif;
        font-weight: 600;
        text-align: left;
        margin-bottom: 20px; }
  #mobile-sidebar .col-left {
    width: 45%;
    display: inline-block;
    vertical-align: top; }
    #mobile-sidebar .col-left a {
      display: block !important; }
  #mobile-sidebar .col-right {
    width: 33%;
    display: inline-block;
    vertical-align: top; }
    #mobile-sidebar .col-right a {
      display: block !important; }
  #mobile-sidebar #globe-bar {
    background-color: #e8e7e7;
    padding: 10px;
    position: relative;
    margin-top: 70px; }
    #mobile-sidebar #globe-bar img {
      margin: 0 5px; }
  #mobile-sidebar #drawer-logo {
    padding: 30px 20px; }
  #mobile-sidebar #drawer-raq {
    margin-top: 30px;
    text-align: center !important; }
    #mobile-sidebar #drawer-raq a {
      background-color: #ff9f19;
      width: 250px;
      text-decoration: none;
      margin: 0;
      color: white;
      font-family: "proxima-nova", sans-serif;
      font-weight: 600;
      display: block;
      padding: 20px 0; }

@media only screen and (max-width: 480px) {
  .container, .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  #section3.container {
    padding-left: 25px !important;
    padding-right: 25px !important; }

  #section6.container {
    padding-left: 25px !important;
    padding-right: 25px !important; }

  #section7 .container {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.vmodal {
  display: none;
  z-index: 4010;
  position: fixed;
  top: 25%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center; }

.vmodal h4 {
  font-family: "freight-text-pro", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 4px;
  text-align: center;
  margin-top: 18px;
  color: #ffffff; }

.vmodal h5 {
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  text-align: center; }

.vmodal-bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4000;
  display: none; }

.vclose {
  position: absolute;
  top: -30px;
  right: 0;
  width: 18px; }

.m-container {
  max-width: 40%;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  position: relative; }
  @media only screen and (max-width: 1000px) {
    .m-container {
      max-width: 60%; } }
  @media only screen and (max-width: 800px) {
    .m-container {
      max-width: 70%; } }
  @media only screen and (max-width: 600px) {
    .m-container {
      max-width: 80%; } }
  @media only screen and (max-width: 480px) {
    .m-container {
      max-width: 90%; } }

.bootstrap-select {
  display: none !important; }
  @media only screen and (max-width: 575px) {
    .bootstrap-select {
      display: block !important;
      width: 100% !important; } }
  .bootstrap-select .filter-option {
    background-color: white !important; }

.bootstrap-select > .dropdown-toggle {
  background-color: white;
  box-shadow: none; }

.btn.dropdown-toggle.btn-default {
  border: none !important;
  outline: none !important;
  box-shadow: none !important; }

@media only screen and (min-width: 1091px) {
  .container {
    max-width: 1210px; } }
aside p {
  color: #c1c1c1;
  font-size: 16px;
  line-height: 16px;
  margin: 10px 0;
  display: block;
  font-family: "freight-text-pro", serif;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer; }

aside p.active {
  color: #1b1b1b; }

.download-pdf {
  color: #34657f;
  text-decoration: underline;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 0; }

.download-pdf a {
  padding: 0;
  margin: 0;
  color: #34657f;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600; }

hr {
  border-color: #c1c1c1;
  margin-top: 90px;
  margin-bottom: 80px; }

@media only screen and (max-width: 776px) {
  #sidebar {
    display: none; } }
.dropdown.bootstrap-select {
  display: none !important;
  outline: none; }

@media only screen and (max-width: 776px) {
  .dropdown.bootstrap-select {
    display: block !important;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 40px; } }
.dropdown.bootstrap-select:focus, .dropdown.bootstrap-select.focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none; }

.dropdown.bootstrap-select .filter-option {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none; }

.dropdown.bootstrap-select .filter-option:focus, .dropdown.bootstrap-select .filter-option.focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none; }

.dropdown.bootstrap-select .btn.dropdown-toggle.btn-light {
  background-color: #ffffff;
  border: none;
  font-size: 30px;
  outline: none; }

.dropdown.bootstrap-select .btn.dropdown-toggle.btn-light:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: url(https://go.euromonitor.com/rs/805-KOK-719/images/case-study-dropdown-1.png);
  border: none; }

.dropdown.bootstrap-select .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important; }

#body2, #body3, #body4, #body5, #body6, #body7, #body8 {
  display: none; }

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.bootstrap-select .dropdown-menu li a span.text {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color: #1b1b1b;
  font-size: 18px; }

.bootstrap-select .dropdown-menu li a span.text:hover {
  font-weight: 500 !important; }

.bootstrap-select .dropdown-menu li.active a span.text {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color: #1b1b1b;
  font-size: 18px; }

.dropdown-item.active, .dropdown-item:active {
  background-color: white;
  color: #1b1b1b;
  font-weight: 400; }

.dropdown-item:focus, .dropdown-item:hover {
  color: #1b1b1b;
  font-weight: 400 !important;
  background-color: transparent !important; }

.dropdown-item:focus a span.text, .dropdown-item:hover a span.text {
  font-weight: 400 !important; }

.btn-light.focus, .btn-light:focus {
  box-shadow: none;
  -webkit-box-shadow: none; }

.dropdown-menu {
  color: #1b1b1b;
  background-color: #ffffff;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: -8px 10px 26px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -8px 10px 26px 6px rgba(0, 0, 0, 0.1);
  box-shadow: -8px 10px 26px 6px rgba(0, 0, 0, 0.1); }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #ff9f19;
  background-image: none !important;
  filter: none !important;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 400 !important; }

form.mktoForm[id^="mktoForm_"] .mktoFormRow.no-height {
  margin: 0 !important; }

#ie8-img {
  display: none; }

table#subscribe-ul{
  list-style-type: none;
  display: inline;
  vertical-align: top;
  padding: 0;
  margin: 0;
  margin-left: -67px;
}

#subscribe-ul td{
  vertical-align: top;
}

#subscribe-ul h3{
    width: 100%;
    margin: 0;
    padding: 0;
}
#subscribe-ul td#envelope{
    padding-right: 24px;
}

@media only screen and (max-width: 1027px){
  #subscribe-ul td#envelope{
    display: none;
}
table#subscribe-ul{
  margin-left: 0;
  }
}

#subscribe-ul #envelope img{
  margin-top: 5px;
  margin-right: 25px;
}

@media only screen and (min-width: 1450px) {
  html{
    /*max-width: 1450px;*/
    width: 100%;
    display: block;
    margin: 0 auto;
    background: #ffffff;
  }

  #nav1, #nav2, #nav3, #section8{
    /*width: 1450px;*/
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .ws-c{
    max-width: 1450px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  #section6 .ws-c{
      max-width: 1250px;
  }

  #sc-section5 .ws-c{
    max-width: 1350px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  #section7 .container{
    width: 100% !important;
    max-width: 100% !important;
  }

  #section7 .ws-c{
      max-width: 1300px;
   }
   #section7 .span2 {
    width: 200px;
  }

   #section8 .ws-c{
      max-width: 1490px;
   }

}