/*
Theme Name: Adobe Audience Marketplace
Author: Viewstream
Author URI: http://viewstream.com/
Version: 1.0
Text Domain: audience-marketplace
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Adobe Clean';
  src: url("fonts/AdobeClean-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/AdobeClean-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/AdobeClean-Regular.woff") format("woff"), url("fonts/AdobeClean-Regular.ttf") format("truetype"), url("fonts/AdobeClean-Regular.svg#6cd9048a14b0e2f8daead838196d8a9d") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'Adobe Clean';
  src: url("fonts/AdobeClean-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/AdobeClean-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/AdobeClean-Bold.woff") format("woff"), url("fonts/AdobeClean-Bold.ttf") format("truetype"), url("fonts/AdobeClean-Bold.svg#bb4fbb99c3a3d8d572bd881924533371") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: 'Adobe Clean';
  src: url("fonts/AdobeClean-Light.eot");
  /* IE9 Compat Modes */
  src: url("fonts/AdobeClean-Light.eot?#iefix") format("embedded-opentype"), url("fonts/AdobeClean-Light.woff") format("woff"), url("fonts/AdobeClean-Light.ttf") format("truetype"), url("fonts/AdobeClean-Light.svg#37b1bad62db9b227511ca6c262f28acc") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200; }
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  /* May need to add this back for white bar in IOS */ }

body {
  font: 16px 'Adobe Clean', Helvetica, Arial, sans-serif;
  background: #ECEEEF;
  overflow: auto;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

#binding {
  position: relative;
  min-height: 100%;
  height: 100%;
  display: inline-block;
  width: 100%; }

.wrapper {
  max-width: 1104px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: visible;
  position: relative; }

.hidden {
  display: none; }

#page-header-bar {
  position: fixed;
  z-index: 3;
  text-align: center;
  width: 100%;
  height: 70px;
  background: linear-gradient(to right, #005576 0%, #002F33 100%);
  transition: all 1s; }
  body.home #page-header-bar {
    margin-top: -70px; }
    body.home #page-header-bar.active {
      margin-top: 0; }
  #page-header-bar nav {
    height: 70px;
    float: left;
    width: 100%;
    transition: all 1s;
    z-index: 3;
    position: relative;
    overflow: visible; }
  #page-header-bar .logo {
    float: left;
    margin: 26px 0 0 0; }
  #page-header-bar .burger {
    float: right;
    margin-top: 24px;
    display: none;
    cursor: pointer; }
  #page-header-bar ul {
    float: right;
    margin-top: 29px; }
    #page-header-bar ul li {
      float: left;
      font-size: 16px;
      margin-left: 30px;
      text-transform: uppercase; }
      #page-header-bar ul li a {
        text-decoration: none;
        color: #FDFDFD; }
  #page-header-bar h1 {
    position: absolute;
    left: 50%;
    margin-top: 23px;
    transform: translate(-50%);
    color: #FDFDFD;
    font-weight: 200;
    font-size: 28px; }
    #page-header-bar h1 img {
      margin-right: 5px; }
    #page-header-bar h1 a {
      color: #FDFDFD;
      text-decoration: none; }
  @media screen and (max-width: 700px) {
    #page-header-bar h1 {
      display: none; }
    #page-header-bar nav {
      margin-bottom: 20px; }
      #page-header-bar nav ul {
        display: none;
        position: absolute;
        right: 0;
        top: 20px;
        text-align: left;
        width: 50%;
        border-radius: 6px;
        background: #FFF;
        z-index: 100; }
        #page-header-bar nav ul.open {
          display: block; }
        #page-header-bar nav ul li {
          float: none;
          margin: 0;
          padding: 0;
          border-top: 1px #CCC solid; }
          #page-header-bar nav ul li:first-child {
            border-top: none; }
        #page-header-bar nav ul a {
          display: block;
          color: #999;
          padding: 10px; }
      #page-header-bar nav .burger {
        display: block; } }

body.revisited #page-header video {
  display: none; }

#page-header {
  text-align: center;
  width: 100%;
  background: #000;
  background-size: cover;
  padding-bottom: 166px;
  height: 100vh;
  transition: height 1s;
  z-index: 1;
  position: fixed; }
  #page-header .wrapper {
    height: 100%; }
  #page-header video {
    position: fixed;
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    opacity: 1;
    transition: all 1s;
    z-index: 1; }
  #page-header nav {
    height: 70px;
    float: left;
    width: 100%;
    transition: all 1s;
    z-index: 3;
    position: relative;
    overflow: visible; }
  #page-header .logo {
    float: left;
    margin: 26px 0 0 0; }
  #page-header .burger {
    float: right;
    margin-top: 24px;
    display: none;
    cursor: pointer; }
  #page-header ul {
    float: right;
    margin-top: 29px; }
    #page-header ul li {
      float: left;
      font-size: 16px;
      margin-left: 30px;
      text-transform: uppercase; }
      #page-header ul li a {
        text-decoration: none;
        color: #FDFDFD; }
  #page-header .header-content {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%; }
  #page-header h1 {
    font-size: 64px;
    color: #FDFDFD;
    font-weight: 200;
    transition: all 1s;
    z-index: 2;
    position: relative;
    display: inline-block; }
    #page-header h1 a {
      color: #FDFDFD;
      text-decoration: none; }
  #page-header h2 {
    font-size: 24px;
    color: #FDFDFD;
    font-weight: 200;
    margin: 0 auto 57px auto;
    line-height: 34px;
    transition: all 0.1s;
    z-index: 2;
    position: relative; }
  #page-header h3 {
    font-size: 24px;
    color: #FDFDFD;
    font-weight: 200;
    z-index: 2;
    transition: all 0.1s;
    position: relative; }
  #page-header .aam-logo {
    position: relative;
    z-index: 2;
    margin-top: 54px; }
  #page-header .mobile-cta {
    width: 203px;
    height: 54px;
    line-height: 54px;
    text-transform: uppercase;
    background: #00A4E4;
    color: #FFF;
    border-radius: 6px;
    font-size: 22px;
    margin-top: 25px;
    cursor: pointer;
    display: none; }
  #page-header .logos {
    max-width: 935px; }
  @media screen and (max-width: 1100px) {
    #page-header video {
      display: none; } }
  @media screen and (max-width: 700px) {
    #page-header video {
      display: none; }
    #page-header nav {
      margin-bottom: 20px; }
      #page-header nav ul {
        display: none;
        position: absolute;
        right: 0;
        top: 20px;
        text-align: left;
        width: 50%;
        border-radius: 6px;
        background: #FFF;
        z-index: 100; }
        #page-header nav ul.open {
          display: block; }
        #page-header nav ul li {
          float: none;
          margin: 0;
          padding: 0;
          border-top: 1px #CCC solid; }
          #page-header nav ul li:first-child {
            border-top: none; }
        #page-header nav ul a {
          display: block;
          color: #999;
          padding: 10px; }
      #page-header nav .burger {
        display: block; }
    #page-header .header-content {
      margin: 0 22px;
      width: auto;
      position: relative;
      left: 0;
      top: 0;
      transform: translate(0); }
    #page-header h1 {
      font-size: 58px;
      margin-bottom: 24px;
      z-index: 1; }
    #page-header h2 {
      margin-bottom: 15px;
      font-size: 24px; }
    #page-header .mobile-cta {
      display: inline-block; }
    #page-header h3,
    #page-header .aam-logo,
    #page-header .scroll-arrow {
      display: none; }
    #page-header.collapse h1 {
      opacity: 0;
      margin-top: -300px; }
    #page-header.collapse .mobile-cta {
      display: none; } }
  #page-header.fixed video {
    display: none; }
  #page-header .scroll-arrow {
    position: absolute;
    bottom: 100px;
    cursor: pointer;
    left: 50%;
    width: 78px;
    height: 63px;
    z-index: 1000;
    margin-left: -50px;
    opacity: 0.75;
    background: url(img/down-arrow@2x.png) no-repeat;
    background-position: center;
    background-size: cover;
    animation: MoveUpDown 1.5s ease infinite; }

@keyframes MoveUpDown {
  0% {
    bottom: 100px; }
  50% {
    bottom: 125px; }
  100% {
    bottom: 100px; } }
#skrollr-body {
  float: left;
  width: 100%;
  height: 100%; }

#non-header-content {
  flex: 1;
  width: 100%;
  overflow: auto;
  z-index: 2;
  position: relative;
  background: #F8F8F8;
  margin-top: 70px; }
  body.home #non-header-content {
    margin-top: 100vh; }
    body.home #non-header-content.revisited {
      margin-top: 70px; }

#page-footer {
  background: #ECEEEF;
  padding: 46px 0 22px 0;
  overflow: auto;
  width: 100%;
  position: relative;
  z-index: 3; }
  #page-footer img.logo {
    float: left; }
  #page-footer nav {
    float: right; }
    #page-footer nav li {
      float: left;
      margin-left: 35px; }
    #page-footer nav a {
      color: #ADADAD;
      font-size: 16px;
      text-decoration: none;
      text-transform: uppercase; }
  #page-footer .copyright {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 56px;
    font-size: 14px;
    color: #ADADAD; }
    #page-footer .copyright a {
      color: #ADADAD;
      text-decoration: none; }

#featured-slippry .slide {
  display: none; }

#featured-slider {
  background: #273039;
  padding: 40px 0 42px 0;
  text-align: center; }
  #featured-slider li {
    display: block; }
  #featured-slider .wrapper {
    max-width: 616px;
    margin: 0 auto; }
  #featured-slider h2 {
    color: #BEBEBE;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px; }
    #featured-slider h2 img {
      display: block;
      margin: 20px auto 0 auto;
      max-width: 340px;
      height: auto; }
  #featured-slider p {
    font-size: 24px;
    font-weight: 200;
    color: #FDFDFD;
    line-height: 34px;
    margin-bottom: 16px; }
  #featured-slider .cta {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #00A4E4;
    border-radius: 23px;
    height: 47px;
    padding: 0 40px;
    line-height: 54px;
    width: auto; }
  #featured-slider .slider-nav {
    margin-top: 27px; }
    #featured-slider .slider-nav li {
      display: inline-block; }
      #featured-slider .slider-nav li a {
        height: 16px;
        width: 16px;
        border: 1px solid #00A4E4;
        border-radius: 8px;
        display: block;
        color: #00A4E4; }
        #featured-slider .slider-nav li a.active {
          background: #00A4E4; }

#site-search {
  padding: 45px 0;
  background: #B5BDC6; }
  #site-search form {
    width: 448px;
    max-width: 80%;
    height: 55px;
    background: #FFF;
    margin: 0 auto;
    padding: 0 19px 0 30px;
    border-radius: 28px;
    border: 1px solid #516776; }
  #site-search input[type=text] {
    height: 55px;
    width: 420px;
    max-width: 80%;
    font-size: 22px;
    border: none;
    background: none;
    outline: none; }
  #site-search input[type=image] {
    float: right;
    margin-top: 17px; }

#filter {
  background: #00A4E4;
  color: #FFF;
  padding: 27px 0;
  text-align: center; }
  #filter .wrapper {
    max-width: 1104px !important; }
  #filter label {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 20px; }
  #filter #filter-taxonomies {
    text-align: center;
    display: inline-block;
    margin: 0 auto; }
    #filter #filter-taxonomies li {
      display: inline-block;
      width: 196px;
      height: 39px;
      line-height: 45px;
      border: 2px solid #FFF;
      border-radius: 20px;
      font-size: 18px;
      text-align: left;
      padding-left: 16px;
      margin-left: 18px;
      background-image: url(img/dropdown-arrow.svg);
      background-size: 13.32px 6.66px;
      background-repeat: no-repeat;
      background-position: 182px 16.5px; }
      #filter #filter-taxonomies li.open {
        background-color: #FFF;
        background-image: url(img/dropdown-arrow-open.svg);
        color: #00A4E4; }
  #filter .mobile-data {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    margin-left: 30px;
    line-height: 25px; }
    #filter .mobile-data label {
      height: 16px;
      width: 16px;
      border: 2px solid white;
      position: absolute;
      left: 0;
      top: 1px; }
    #filter .mobile-data input[type=checkbox] {
      visibility: hidden;
      position: absolute; }
      #filter .mobile-data input[type=checkbox]:checked + label {
        background: url(img/check.svg) no-repeat center;
        background-size: 10.82px 7.72px; }
  #filter .filter-terms {
    overflow: hidden;
    max-height: 0;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    transition: all 0.5s ease-in-out;
    text-align: left;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; }
    #filter .filter-terms:after {
      content: "";
      padding-left: 28px;
      width: 45%;
    }
    @media screen and (min-width: 900px) {
      #filter .filter-terms:after {
        width: 27%;
      }
    }
    #filter .filter-terms.open {
      max-height: 1000px;
      margin-top: 30px; }
    #filter .filter-terms li {
      text-align: left;
      padding-left: 28px;
      position: relative;
      font-size: 16px;
      margin: 15px 0;
      width: 45%; }
      @media screen and (min-width: 900px) {
        #filter .filter-terms li {
          width: 27%;
        }
      }
    #filter .filter-terms label {
      height: 16px;
      width: 16px;
      border: 2px solid white;
      position: absolute;
      left: 0;
      top: 1px; }
    #filter .filter-terms input[type=checkbox] {
      visibility: hidden;
      position: absolute; }
      #filter .filter-terms input[type=checkbox]:checked + label {
        background: url(img/check.svg) no-repeat center;
        background-size: 10.82px 7.72px; }
  #filter select {
    width: 100%;
    height: 25px; }
  #filter .mobile-filter {
    display: none; }
  @media screen and (max-width: 700px) {
    #filter .mobile-filter {
      display: block; }
      #filter .mobile-filter label {
        font-size: 15px;
        margin-top: 10px; }
    #filter .desktop-filter {
      display: none; } }

.alph-pag {
  text-align: center; }
  .alph-pag li {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    width: 50px;
    border: 1px solid #999999;
    border-radius: 14px;
    font-size: 18px;
    margin: 0 8px; }
    .alph-pag li.active {
      border: 1px solid #000; }

#results {
  padding: 36px 24px 300px 24px;
 }
  #results .partner {
    display: inline-block;
    text-decoration: none;
    float: left;
    position: relative;
    text-align: center;
    width: 200px;
    height: 289px;
    padding: 27px 20px 20px 20px;
    margin: 17px;
    background: #FFF;
    border: 1px solid #95989A;
    border-radius: 8px; }
    #results .partner h1 {
      display: block;
      width: 199px;
      height: 147px;
      background: #F5F5F5;
      position: relative; }
      #results .partner h1 img {
        max-width: 70%;
        max-height: 90%;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    #results .partner h2 {
      font-size: 16px;
      color: #777777;
      line-height: 22px;
      margin: 10px 0 17px 0;
      padding: 0; }
    #results .partner .cta {
      display: inline-block;
      position: absolute;
      bottom: 20px;
      left: 50%;
      margin-left: -77px;
      width: 154px;
      height: 37px;
      border: 2px solid #00A4E4;
      border-radius: 19px;
      text-decoration: none;
      color: #00A4E4;
      font-size: 16px;
      line-height: 37px; }
  @media screen and (max-width: 768px) {
	  .access{
		  padding: 20px 0;
	  }
	}
	 @media screen and (max-width: 700px) {
	  
    #results {
      padding: 0; }
      #results .partner {
			display: block !important;
			width: auto;
			height: auto;
			float: none;
			overflow: auto;
			border: 2px solid #95989A;
			border-radius: 6px;
			padding: 18px;
			margin: 10px 0;
			margin: 30px auto;
		}
       #results .partner h1 {
			width: 48%;
			height: 147px;
			float: left;
		}
        #results .partner h2 {
			width: 100%;
			text-align: center;
			float: right;
			margin: 0;
			padding-top: 20px;
		}
	  #filter select {
			width: 90%;
			line-height: 50px;
			height: 30px;
		  margin: 0 auto;
		} 
		 #results {
			margin-top: 25px;
		}
}

/* Individual Partner Pages */
#single-header {
  background: #273039;
  padding-top: 19px;
  padding-bottom: 75px;
  margin-bottom: 61px; }
  #single-header h1 {
    margin-bottom: 15px; }
    #single-header h1 img {
      max-width: 350px;
      height: auto; }
  #single-header h2 {
    font-size: 24px;
    color: #FFF;
    line-height: 34px;
    max-width: 700px;
    font-weight: 200; }
    #single-header h2 a {
      color: #00A4E4;
      text-decoration: none; }
  #single-header .back-button {
    display: block;
    color: #FFF;
    font-size: 16px;
    font-weight: 200;
    text-decoration: none;
    background: url(img/back-button.svg) no-repeat 0 2px;
    background-size: 15px 12px;
    padding-left: 23px;
    margin-bottom: 51px; }
  #single-header .featured-badge {
    color: #99B8C3;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px; }

#sidebar {
  max-width: 384px;
  float: right;
  font-size: 16px;
  color: #95989A;
  line-height: 22px; }
  #sidebar.right {
    float: right; }
  #sidebar a {
    color: #00A4E4 !important; }
  #sidebar img {
    max-width: 100%; }
  #sidebar .sidebar-item {
    margin-bottom: 20px; }
  #sidebar video {
    max-width: 100%; }
  #sidebar .video-box h3 {
    font-size: 14px;
    font-weight: bold; }
  #sidebar .side-bar-item {
    margin-top: 25px; }
  #sidebar .resources {
    margin-top: 37px;
    margin-bottom: 20px; }
    #sidebar .resources h3 {
      font-size: 13px;
      margin-bottom: 10px; }
    #sidebar .resources .resource {
      float: left;
      width: 100%;
      margin-bottom: 29px; }
      #sidebar .resources .resource h3 {
        font-size: 16px;
        color: #454545;
        margin-bottom: 0; }
      #sidebar .resources .resource p {
        font-size: 16px;
        margin: 0;
        color: #95989A; }
      #sidebar .resources .resource img {
        float: left;
        margin-right: 17px; }
      #sidebar .resources .resource a {
        color: #00A4E4;
        text-decoration: none; }
  #sidebar a {
    color: #95989A; }
  #sidebar h3 {
    color: #454545; }
  #sidebar ul {
    list-style: disc;
    margin-left: 20px; }
  #sidebar ol {
    margin-left: 20px; }

#page-content {
  max-width: 664px;
  float: left;
  color: #454545;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 50px; }
  #page-content img {
    max-width: 100%; }
  #page-content a {
    text-decoration: none;
    color: #2b9af3; }
  #page-content h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px; }
  #page-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px; }
    #page-content h2:first-of-type {
      margin-top: 0; }
  #page-content p {
    margin-top: 25px; }
  #page-content h2 + p {
    margin-top: 5px; }
  #page-content h3 {
    margin-top: 25px;
    font-weight: 700; }
  #page-content h3 + p {
    margin-top: 5px; }
  #page-content ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px; }
  #page-content ol {
    margin-left: 20px; }

body.page #single-header,
body.search-results #single-header {
  padding-bottom: 49px; }
  body.page #single-header h1,
  body.search-results #single-header h1 {
    font-size: 35px;
    color: #FFF;
    font-weight: 200; }
body.page #page-content,
body.search-results #page-content {
  float: left; }

/*# sourceMappingURL=style.css.map */
