body {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  width: auto; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }
ol li {
  list-style-type: decimal; }
a {
  color: #1D7ED9;
  text-decoration: none; }
  a:hover {
    color: #1A74C7; }

section {
  position: relative;
  clear: both; }

nav.top {
  top: 0;
  background-color: #1D7ED9;
  background-image: url(../images/seamless-blue.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: 50%;
  color: #FFFFFF;
  width: 100%;
  font-size: 13px;
  position: fixed;
  z-index: 9999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.11); }
  @media (min-width: 768px) and (max-width: 991px) {
    nav.top {
      position: fixed;
      background-image: url(../images/seamless-blue.png), linear-gradient(#1D7ED9, #247ED3);
      background-repeat: repeat;
      background-position: top left;
      background-size: 100%, 100%; } }
  @media (max-width: 767px) and (min-width: 641px) {
    nav.top {
      position: fixed;
      background-image: url(../images/seamless-blue.png), linear-gradient(#1D7ED9, #247ED3);
      background-repeat: repeat;
      background-position: top left;
      background-size: 100%, 100%; } }
  @media (max-width: 640px) and (min-width: 481px) {
    nav.top {
      position: fixed;
      background-image: url(../images/seamless-blue.png), linear-gradient(#1D7ED9, #247ED3);
      background-repeat: repeat;
      background-position: top left;
      background-size: 100%, 100%; } }
  @media (max-width: 480px) {
    nav.top {
      position: fixed;
      background-image: url(../images/seamless-blue.png), linear-gradient(#1D7ED9, #247ED3);
      background-repeat: repeat;
      background-position: top left;
      background-size: 100%, 100%; } }
  nav.top img.logo {
    float: left;
    display: block;
    width: 175px;
    margin: 15px 0 20px 40px; }
    @media (min-width: 768px) and (max-width: 991px) {
      nav.top img.logo {
        margin-left: 20px;
        width: 150px; } }
    @media (max-width: 767px) and (min-width: 641px) {
      nav.top img.logo {
        margin-left: 20px;
        width: 150px; } }
    @media (max-width: 640px) and (min-width: 481px) {
      nav.top img.logo {
        margin-left: 20px;
        width: 150px; } }
    @media (max-width: 480px) {
      nav.top img.logo {
        margin-left: 20px;
        width: 150px; } }
  nav.top ul.main {
    width: 250px;
    float: right;
    margin: 0 40px 0 0;
    display: none; }
    @media (min-width: 1200px) {
      nav.top ul.main {
        display: block; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      nav.top ul.main {
        display: block; } }
    nav.top ul.main li {
      display: inline-block;
      float: left;
      padding: 27px 30px 20px 0;
      cursor: pointer; }
      nav.top ul.main li:last-child {
        padding-right: 0;
        position: relative; }
        nav.top ul.main li:last-child span {
          opacity: 0.9; }
          nav.top ul.main li:last-child span:hover {
            opacity: 1; }
          nav.top ul.main li:last-child span img.icon-down {
            width: 10px;
            margin-left: 7px; }
        nav.top ul.main li:last-child .dropdown-content {
          right: -5px;
          display: none;
          position: absolute;
          background-color: #FFFFFF;
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          padding: 10px;
          border-radius: 4px;
          margin-top: 10px; }
          nav.top ul.main li:last-child .dropdown-content img.chevron-up {
            margin-top: -15px;
            position: absolute;
            right: 6px;
            width: 12px; }
          nav.top ul.main li:last-child .dropdown-content a img {
            width: 120px;
            opacity: 0.95; }
            nav.top ul.main li:last-child .dropdown-content a img:hover {
              opacity: 1; }
            nav.top ul.main li:last-child .dropdown-content a img.app-store {
              margin-bottom: 10px; }
        nav.top ul.main li:last-child:hover .dropdown-content {
          display: block; }
      nav.top ul.main li a {
        color: #FFFFFF;
        opacity: 0.9; }
        nav.top ul.main li a:hover {
          opacity: 1; }
        nav.top ul.main li a.active {
          opacity: 1;
          font-weight: 500; }
  nav.top .hamburger {
    cursor: pointer;
    display: inline-block;
    float: right;
    margin: 16px 25px 0 0; }
    nav.top .hamburger .bar {
      display: block;
      height: 2px;
      width: 1.5rem;
      background: #FFFFFF;
      margin: 0.37rem auto; }
    nav.top .hamburger .middle {
      margin: 0 auto; }
    @media (min-width: 1200px) {
      nav.top .hamburger {
        display: none; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      nav.top .hamburger {
        display: none; } }

div.mobile-nav {
  background-color: #FFFFFF;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 4px;
  z-index: 9999;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 200px;
  display: none; }
  div.mobile-nav .hamburger {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 14px;
    margin: 0; }
    div.mobile-nav .hamburger .bar {
      display: block;
      height: 2px;
      width: 1.3rem;
      background: #6A7C95;
      margin: 0.37rem auto; }
    div.mobile-nav .hamburger .top {
      -webkit-transform: translateY(0.53rem) rotateZ(45deg);
      -moz-transform: translateY(0.53rem) rotateZ(45deg);
      -ms-transform: translateY(0.53rem) rotateZ(45deg);
      -o-transform: translateY(0.53rem) rotateZ(45deg);
      transform: translateY(0.53rem) rotateZ(45deg); }
    div.mobile-nav .hamburger .bottom {
      margin-top: 0.75rem;
      -webkit-transform: translateY(-0.85rem) rotateZ(-45deg);
      -moz-transform: translateY(-0.85rem) rotateZ(-45deg);
      -ms-transform: translateY(-0.85rem) rotateZ(-45deg);
      -o-transform: translateY(-0.85rem) rotateZ(-45deg);
      transform: translateY(-0.85rem) rotateZ(-45deg); }
    div.mobile-nav .hamburger .middle {
      width: 0; }
  div.mobile-nav ul {
    clear: both; }
    div.mobile-nav ul li {
      margin-bottom: 20px; }
      div.mobile-nav ul li a {
        text-shadow: none;
        font-size: 16px;
        color: #1D7ED9;
        text-align: left; }
        div.mobile-nav ul li a:hover {
          color: #1A74C7; }
      div.mobile-nav ul li:last-child {
        margin-bottom: 0; }

section#hero {
  background-color: #1D7ED9;
  background-image: url(../images/group-devices.png), url(../images/seamless-blue.png), linear-gradient(#1D7ED9, #1A74C7);
  background-repeat: no-repeat, repeat, no-repeat;
  background-position: 76% bottom, top left, top left;
  background-size: auto, 50%, 100%;
  color: #FFFFFF;
  min-height: 700px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.11); }
  @media 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-resolution: 192dpi) { 
        /* Retina-specific stuff here */
    section#hero {
        background-image: url(../images/group-devices-2x.png), url(../images/seamless-blue.png), linear-gradient(#1D7ED9, #1A74C7);
   } }
  @media (min-width: 1510px) and (-webkit-min-device-pixel-ratio: 2),
         (min-width: 1510px) and (min-resolution: 192dpi) {
    section#hero {
      background-size: 35%, 50%, 100%;
      background-position: 95% bottom, top left, top left; } }
  @media (min-width: 1200px) and (max-width: 1509px) {
    section#hero {
      background-size: 50%, 50%, 100%;
      background-position: 95% bottom, top left, top left; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    section#hero {
      background-size: 50%, 50%, 100%;
      background-position: 95% bottom, top left, top left; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section#hero {
      background-size: 0%, 100%, 100%;
      min-height: 600px; } }
  @media (max-width: 767px) and (min-width: 641px) {
    section#hero {
      background-size: 0%, 100%, 100%;
      min-height: 450px; } }
  @media (max-width: 640px) and (min-width: 481px) {
    section#hero {
      min-height: 390px;
      background-size: 0%, 100%, 100%; } }
  @media (max-width: 480px) {
    section#hero {
      min-height: 390px;
      background-size: 0%, 100%, 100%; } }
  
  section#hero div {
    max-width: 500px;
    padding-left: 15%;
    padding-top: 200px; }
    @media (min-width: 1200px) {
      section#hero div {
        padding-left: 5%; 
        max-width: 450px;
        }
        section#hero div h2 {
          font-size: 46px !important; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      section#hero div {
        padding-left: 5%; } 
        section#hero div h2 {
          font-size: 46px !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section#hero div {
        max-width: 100%;
        padding: 150px 20px 0 20px;
        text-align: center; } }
    @media (max-width: 767px) and (min-width: 641px) {
      section#hero div {
        max-width: 100%;
        padding: 100px 20px 0 20px;
        text-align: center; } }
    @media (max-width: 640px) and (min-width: 481px) {
      section#hero div {
        max-width: 100%;
        padding: 100px 20px 0 20px;
        text-align: center; } }
    @media (max-width: 480px) {
      section#hero div {
        max-width: 100%;
        padding: 100px 20px 0 20px;
        text-align: center; } }
    section#hero div h2 {
      font-size: 56px;
      font-weight: 900;
      margin: 0; }
      @media (max-width: 640px) and (min-width: 481px) {
        section#hero div h2 {
          font-size: 40px; } }
      @media (max-width: 480px) {
        section#hero div h2 {
          font-size: 40px; } }
    section#hero div h3 {
      font-size: 26px;
      font-weight: 300;
      margin: 18px 0 0 0; }
      @media (max-width: 640px) and (min-width: 481px) {
        section#hero div h3 {
          font-size: 18px; } }
      @media (max-width: 480px) {
        section#hero div h3 {
          font-size: 18px; } }
    section#hero div ul li {
      display: inline-block;
      margin: 30px 20px 0 0; }
      section#hero div ul li:last-child {
        margin-right: 0; }
      section#hero div ul li a {
        cursor: pointer; }
        section#hero div ul li a img {
          display: block;
          clear: both;
          width: 130px;
          opacity: 0.95; }
          section#hero div ul li a img:hover {
            opacity: 1;
            box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2); }
  section#hero svg.slant {
    pointer-events: none;
    z-index: 9998;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    margin-bottom: -1px; }
    @media (max-width: 767px) and (min-width: 641px) {
      section#hero svg.slant {
        display: none; } }
    @media (max-width: 640px) and (min-width: 481px) {
      section#hero svg.slant {
        display: none; } }
    @media (max-width: 480px) {
      section#hero svg.slant {
        display: none; } }
    section#hero svg.slant path {
      fill: #FFFFFF;
      stroke: #FFFFFF;
      stroke-width: 2; }
section#privacy {
  color: #6A7C95;
  padding: 60px;
  padding-top: 100px;
}
section#about {
  color: #6A7C95;
  padding-top: 100px;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 991px) {
    section#about {
      padding-top: 0; } }
  @media (max-width: 767px) and (min-width: 641px) {
    section#about {
      padding-top: 0; } }
  @media (max-width: 640px) and (min-width: 481px) {
    section#about {
      padding-top: 50px; } }
  @media (max-width: 480px) {
    section#about {
      padding-top: 50px; } }
  section#about div.about-left {
    float: left;
    max-width: 500px;
    padding-left: 10%;
    margin-top: 100px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      section#about div.about-left {
        padding-left: 40px;
        max-width: 450px;
        margin-top: 30px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section#about div.about-left {
        max-width: 100%;
        padding: 40px;
        text-align: center;
        margin-top: 0; } }
    @media (max-width: 767px) and (min-width: 641px) {
      section#about div.about-left {
        max-width: 100%;
        padding: 40px;
        text-align: center;
        margin-top: 0; } }
    @media (max-width: 640px) and (min-width: 481px) {
      section#about div.about-left {
        max-width: 100%;
        padding: 30px;
        text-align: center;
        margin-top: 0; } }
    @media (max-width: 480px) {
      section#about div.about-left {
        max-width: 100%;
        padding: 30px;
        text-align: center;
        margin-top: 0;
        float: none; } }
    section#about div.about-left h3 {
      font-size: 32px;
      font-weight: 900;
      color: #333333;
      margin: 0; }
      @media (max-width: 640px) and (min-width: 481px) {
        section#about div.about-left h3 {
          font-size: 26px; } }
      @media (max-width: 480px) {
        section#about div.about-left h3 {
          font-size: 20px; } }
    section#about div.about-left p {
      font-size: 14px;
      line-height: 24px; }
      @media (max-width: 640px) and (min-width: 481px) {
        section#about div.about-left p {
          font-size: 12px;
          line-height: 20px; } }
      @media (max-width: 480px) {
        section#about div.about-left p {
          font-size: 12px;
          line-height: 20px; } }
    section#about div.about-left ul {
      margin-top: 30px; }
      section#about div.about-left ul li {
        display: inline-block;
        padding: 0 20px;
        position: relative; }
        @media (max-width: 480px) {
          section#about div.about-left ul li {
            padding: 8px; } }
        section#about div.about-left ul li:first-child {
          padding-left: 0; }
        section#about div.about-left ul li:last-child {
          padding-right: 0; }
        section#about div.about-left ul li img {
          margin: 0 auto;
          display: block; }
          @media (max-width: 480px) {
            section#about div.about-left ul li img {
              width: 30px; } }
          section#about div.about-left ul li img.plus {
            position: absolute;
            margin-top: -50px; }
            @media (max-width: 480px) {
              section#about div.about-left ul li img.plus {
                width: 15px;
                margin-top: -30px; } }
        section#about div.about-left ul li span {
          display: block;
          font-size: 12px;
          font-weight: 500;
          text-align: center;
          margin-top: 10px; }
          @media (max-width: 480px) {
            section#about div.about-left ul li span {
              font-size: 10px; } }
  section#about div.about-right {
    position: relative;
    height: 425px;
    float: right; }
    @media (min-width: 992px) and (max-width: 1199px) {
      section#about div.about-right {
        width: 500px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section#about div.about-right {
        display: none; } }
    @media (max-width: 767px) and (min-width: 641px) {
      section#about div.about-right {
        display: none; } }
    @media (max-width: 640px) and (min-width: 481px) {
      section#about div.about-right {
        display: none; } }
    @media (max-width: 480px) {
      section#about div.about-right {
        display: none; } }
    section#about div.about-right img {
      position: absolute;
      right: 0; }
      @media (min-width: 992px) and (max-width: 1199px) {
        section#about div.about-right img {
          width: 481px;
          float: right; } }
    section#about div.about-right span {
      display: block;
      position: absolute;
      right: 0; }
      @media (min-width: 992px) and (max-width: 1199px) {
        section#about div.about-right span {
          right: -90px; } }
      section#about div.about-right span.blue {
        width: 593px;
        height: 352px;
        background-color: #1D7ED9;
        background-image: url(../images/seamless-blue.png);
        background-repeat: repeat;
        background-position: top left;
        background-size: 100%;
        top: 50px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          section#about div.about-right span.blue {
            height: 290px; } }
      section#about div.about-right span.grey {
        background: #6A7C95;
        width: 543px;
        height: 380px;
        top: 45px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          section#about div.about-right span.grey {
            height: 314px; } }

section#features {
  padding-top: 200px;
  background-image: url(../images/seamless-white.png), linear-gradient(#FFFFFF, #F6F9FC);
  background-repeat: repeat, no-repeat;
  background-position: top left, top left;
  background-size: 50%, 100%; }
  @media (min-width: 992px) and (max-width: 1199px) {
    section#features {
      padding-top: 50px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section#features {
      padding-top: 50px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section#features {
      padding-top: 50px; } }
  @media (max-width: 767px) and (min-width: 641px) {
    section#features {
      padding-top: 50px; } }
  @media (max-width: 640px) and (min-width: 481px) {
    section#features {
      padding: 100px 30px 20px 30px; } }
  @media (max-width: 480px) {
    section#features {
      padding: 50px 30px 20px 30px; } }
  section#features h3 {
    font-size: 32px;
    font-weight: 900;
    color: #333333;
    margin: 0;
    text-align: center; }
    @media (max-width: 640px) and (min-width: 481px) {
      section#features h3 {
        font-size: 26px; } }
    @media (max-width: 480px) {
      section#features h3 {
        font-size: 20px; } }
  section#features p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #6A7C95; }
    @media (max-width: 640px) and (min-width: 481px) {
      section#features p {
        font-size: 12px;
        line-height: 20px; } }
    @media (max-width: 480px) {
      section#features p {
        font-size: 12px;
        line-height: 20px; } }
  section#features ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 0 20px; }
    @media (max-width: 480px) {
      section#features ul {
        padding: 0; } }
    section#features ul li {
      width: 50%; }
      @media (max-width: 767px) and (min-width: 641px) {
        section#features ul li {
          width: 100%; } }
      @media (max-width: 640px) and (min-width: 481px) {
        section#features ul li {
          width: 100%; } }
      @media (max-width: 480px) {
        section#features ul li {
          width: 100%; } }
      section#features ul li div.feature-wrapper {
        min-height: 250px;
        position: relative;
        margin: 20px;
        overflow: hidden;
        text-align: center;
        background-color: #FFFFFF;
        box-shadow: -4px 14px 12px 0 rgba(0, 0, 0, 0.13);
        border-radius: 6px;
        background-image: url(../images/phone.png), linear-gradient(33deg, #EAECEF 0%, #FFFFFF 7%);
        background-repeat: no-repeat, no-repeat;
        background-position: left 10% bottom 0, bottom left;
        background-size: 20%, 100%;
        border-bottom: 12px solid #1D7ED9; }
        section#features ul li div.feature-wrapper.reverse {
        background-image: url(../images/reverse-lookup.png);
        }
        section#features ul li div.feature-wrapper.callerid {
        background-image: url(../images/callerid.png);
        }
        section#features ul li div.feature-wrapper.callblock {
        background-image: url(../images/blocking.png);
        }
        section#features ul li div.feature-wrapper.calleryd {
        background-image: url(../images/calleryd.png);
        }
        @media 
        (-webkit-min-device-pixel-ratio: 2), 
        (min-resolution: 192dpi) { 
              /* Retina-specific stuff here */
          section#features ul li div.feature-wrapper.reverse {
          background-image: url(../images/reverse-lookup-2x.png);
          }
          section#features ul li div.feature-wrapper.callerid {
          background-image: url(../images/callerid-2x.png);
          }
          section#features ul li div.feature-wrapper.callblock {
          background-image: url(../images/blocking-2x.png);
          }
          section#features ul li div.feature-wrapper.calleryd {
          background-image: url(../images/calleryd-2x.png);
          } }
        @media (max-width: 640px) and (min-width: 481px) {
          section#features ul li div.feature-wrapper {
            margin: 20px 0;
            min-height: 200px; } }
        @media (max-width: 480px) {
          section#features ul li div.feature-wrapper {
            margin: 20px 0;
            min-height: 200px; } }
        section#features ul li div.feature-wrapper div.feature-deets {
          width: 60%;
          float: right;
          margin: 20px; }
          section#features ul li div.feature-wrapper div.feature-deets h4 {
            text-align: left;
            color: #1D7ED9;
            margin: 0; }
          section#features ul li div.feature-wrapper div.feature-deets p {
            text-align: left;
            font-size: 12px; }

section#break {
  height: 240px;
  overflow: hidden;
  background-image: url(../images/ps.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }
  section#break svg.slant {
    pointer-events: none;
    z-index: 9998;
    width: 100%;
    display: block;
    margin-bottom: -1px; }
    section#break svg.slant.slanttop {
      position: absolute;
      top: 0; }
      section#break svg.slant.slanttop path {
        fill: #F6F9FC;
        stroke: #F6F9FC;
        stroke-width: 2; }
    section#break svg.slant.slantbottom {
      position: absolute;
      bottom: 0; }
      section#break svg.slant.slantbottom path {
        fill: #1A74C7;
        stroke: #1A74C7;
        stroke-width: 2; }

section#download {
  text-align: center;
  padding: 40px;
  background-color: #1D7ED9;
  background-image: url(../images/seamless-blue.png), linear-gradient(#1A74C7, #1D7ED9);
  background-repeat: repeat, no-repeat;
  background-position: top left, top left;
  background-size: 50%, 100%;
  color: #FFFFFF; }
  @media (min-width: 768px) and (max-width: 991px) {
    section#download {
      background-size: 100%, 100%; } }
  @media (max-width: 767px) and (min-width: 641px) {
    section#download {
      background-size: 100%, 100%; } }
  @media (max-width: 640px) and (min-width: 481px) {
    section#download {
      background-size: 100%, 100%; } }
  @media (max-width: 480px) {
    section#download {
      background-size: 100%, 100%; } }
  section#download h3 {
    font-size: 32px;
    font-weight: 900;
    color: #FFFFFF;
    margin: 0;
    text-align: center; }
    @media (max-width: 640px) and (min-width: 481px) {
      section#download h3 {
        font-size: 26px; } }
    @media (max-width: 480px) {
      section#download h3 {
        font-size: 20px; } }
  section#download p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF; }
    @media (max-width: 640px) and (min-width: 481px) {
      section#download p {
        font-size: 12px;
        line-height: 20px; } }
    @media (max-width: 480px) {
      section#download p {
        font-size: 12px;
        line-height: 20px; } }
  section#download ul li {
    display: inline-block; }
    section#download ul li img {
      display: block;
      margin: 10px;
      width: 130px; }

footer {
  background: #F6F9FC;
  color: mutedblue;
  padding: 60px 0 100px;
  position: relative;
  color: #6A7C95;
  float: left;
  width: 100%;
  overflow: hidden; }
  footer nav {
    float: left;
    margin-left: 40px; }
    @media (max-width: 767px) and (min-width: 641px) {
      footer nav {
        float: none;
        margin: 0 20px; } }
    @media (max-width: 640px) and (min-width: 481px) {
      footer nav {
        float: none;
        margin: 0 20px; } }
    @media (max-width: 480px) {
      footer nav {
        float: none;
        margin: 0 20px; } }
    @media (max-width: 767px) and (min-width: 641px) {
      footer nav ul {
        margin-bottom: 7px;
        text-align: center; } }
    @media (max-width: 640px) and (min-width: 481px) {
      footer nav ul {
        margin-bottom: 7px;
        text-align: center; } }
    @media (max-width: 480px) {
      footer nav ul {
        margin-bottom: 7px;
        text-align: center; } }
    footer nav ul li {
      margin-bottom: 10px; }
      @media (max-width: 767px) and (min-width: 641px) {
        footer nav ul li {
          display: inline-block;
          padding: 0 20px 5px; } }
      @media (max-width: 640px) and (min-width: 481px) {
        footer nav ul li {
          display: inline-block;
          padding: 0 20px 5px; } }
      @media (max-width: 480px) {
        footer nav ul li {
          display: inline-block;
          padding: 0 20px 5px; } }
      footer nav ul li a {
        font-size: 14px; }
  footer div.first-orion {
    width: 300px;
    float: left;
    margin-left: 40px;
    padding-top: 7px; }
    @media (max-width: 767px) and (min-width: 641px) {
      footer div.first-orion {
        display: none; } }
    @media (max-width: 640px) and (min-width: 481px) {
      footer div.first-orion {
        display: none; } }
    @media (max-width: 480px) {
      footer div.first-orion {
        display: none; } }
    footer div.first-orion img {
      width: 130px; }
    footer div.first-orion p {
      font-size: 12px;
      line-height: 20px; }
  footer div.right {
    float: right;
    margin-right: 40px;
    padding-top: 7px; }
    @media (max-width: 767px) and (min-width: 641px) {
      footer div.right {
        float: none;
        margin-right: 0; } }
    @media (max-width: 640px) and (min-width: 481px) {
      footer div.right {
        float: none;
        margin-right: 0; } }
    @media (max-width: 480px) {
      footer div.right {
        float: none;
        margin-right: 0; } }
    footer div.right ul.social {
      float: right;
      clear: both; }
      @media (max-width: 767px) and (min-width: 641px) {
        footer div.right ul.social {
          float: none;
          text-align: center; } }
      @media (max-width: 640px) and (min-width: 481px) {
        footer div.right ul.social {
          float: none;
          text-align: center; } }
      @media (max-width: 480px) {
        footer div.right ul.social {
          float: none;
          text-align: center; } }
      footer div.right ul.social li {
        float: left;
        margin-right: 20px; }
        @media (max-width: 767px) and (min-width: 641px) {
          footer div.right ul.social li {
            float: none;
            display: inline-block; } }
        @media (max-width: 640px) and (min-width: 481px) {
          footer div.right ul.social li {
            float: none;
            display: inline-block; } }
        @media (max-width: 480px) {
          footer div.right ul.social li {
            float: none;
            display: inline-block; } }
        footer div.right ul.social li:last-child {
          margin-right: 0; }
        footer div.right ul.social li a img {
          height: 20px; }
    footer div.right p {
      font-size: 12px;
      line-height: 20px;
      text-align: right;
      float: right;
      clear: both;
      margin: 20px 0 15px; }
      @media (max-width: 767px) and (min-width: 641px) {
        footer div.right p {
          float: none;
          text-align: center; } }
      @media (max-width: 640px) and (min-width: 481px) {
        footer div.right p {
          float: none;
          text-align: center; } }
      @media (max-width: 480px) {
        footer div.right p {
          float: none;
          text-align: center; } }
    footer div.right ul.legal {
      float: right;
      clear: both; }
      @media (max-width: 767px) and (min-width: 641px) {
        footer div.right ul.legal {
          float: none;
          text-align: center; } }
      @media (max-width: 640px) and (min-width: 481px) {
        footer div.right ul.legal {
          float: none;
          text-align: center; } }
      @media (max-width: 480px) {
        footer div.right ul.legal {
          float: none;
          text-align: center; } }
      footer div.right ul.legal li {
        float: left;
        margin-right: 10px; }
        @media (max-width: 767px) and (min-width: 641px) {
          footer div.right ul.legal li {
            float: none;
            display: inline-block; } }
        @media (max-width: 640px) and (min-width: 481px) {
          footer div.right ul.legal li {
            float: none;
            display: inline-block; } }
        @media (max-width: 480px) {
          footer div.right ul.legal li {
            float: none;
            display: inline-block; } }
        footer div.right ul.legal li a {
          font-size: 12px; }
