@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
*{
    font-family:'Quicksand', sans-serif;
    box-sizing:border-box
}
 a{
    color:#454545;
    transition:color 0.2s ease;
    text-decoration:none;
    font-weight:400
}
 a:hover{
    text-decoration:underline
}
 body{
    font-weight:normal;
    font-size:16px;
    color:#444;
    margin:0
}
 .top-header .container{
    padding-top:20px;
    padding-bottom:20px
}
 .top-header .logo-text{
    font-size:30px;
    margin:0 0 0 5px;
    padding:0;
    float:left;
    color:#4d90fe
}
 .top-header .logo-title{
    padding-left:10px
}
 @media screen and (max-width:300px){
    .top-header .logo-title{
        padding-left:5px
    }
    .top-header .logo-text{
        font-size:23px;
        margin:0
    }
    .top-header img{
        height:18px!important
    }
    .deal{
        display:none
    }
}
 .top-header .logo-text a{
    color:#4d90fe
}
 .top-header .logo-text a:hover{
    text-decoration:none;
    color:#454545
}
 .top-header img{
    height:25px;
    margin-bottom:-1px
}
 .top-header ul{
    list-style:none;
    padding:0;
    margin:0;
    float:left;
    text-align:justify
}
 .top-header ul li{
    display:inline
}
 @media screen and (max-width:700px){
    .top-header ul li{
        display:block
    }
    .top-header ul li.splint{
        display:none
    }
}
 .top-header ul li.splint{
    margin:0 15px;
    background:#eee;
    border-left:1px solid #eee
}
 .top-header ul.nav-links li .fa{
    padding:0 5px 0 0
}
 .top-header ul.nav-links li.twitter a{
    font-size:13px;
    background:#1B95E0;
    padding:5px 15px 4px;
    border-radius:2px;
    color:#fff;
    text-transform:none;
    margin:0 10px 0 0
}
 .top-header ul.nav-links li.facebook a{
    font-size:13px;
    background:#4267B2;
    padding:5px 15px 4px;
    border-radius:2px;
    color:#fff;
    text-transform:none;
    margin:0 10px 0 0
}
 .top-header ul.nav-links li.google a{
    font-size:13px;
    background:#DB4437;
    padding:5px 15px 4px;
    border-radius:2px;
    color:#fff;
    text-transform:none;
    margin:0 10px 0 0
}
 .top-header ul.nav-links li.twitter a:hover,.top-header ul.nav-links li.facebook a:hover, .top-header ul.nav-links li.google a:hover{
    background:#454545;
    text-decoration:none
}
 .top-header ul.nav-links li a{
    padding:0;
    margin:0;
    font-weight:700;
    line-height:36px;
    font-size:13px;
    border-radius:0;
    background:none;
    border:none;
    text-transform:uppercase;
    letter-spacing:0.5px;
    text-align:left
}
 .top-header ul.nav-links li a:hover{
    background:none;
    border:none
}
 .top-header ul.nav-links{
    padding:15px 0;
    border-bottom:1px solid #eee;
    border-top:1px solid #eee;
    margin:20px 0;
    text-align:left
}
 .top-header h4{
    margin:0;
    padding:0 0 5px;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:0.5px
}
 .top-header{
    background-color:#fff;
    width:100%;
    padding:25px 0;
    border-top:5px solid #4d90fe
}
 .top-header .logo{
    position:relative;
    margin:0;
    float:left;
    height:25px;
    margin-top:0
}
 .main-nav{
    float:right
}
 .main-nav ul{
    text-align:left;
    display:inline-flex;
    list-style:none;
    padding:0;
    margin:0;
    width:100%
}
 .main-nav ul li{
    display:inline-flex;
    position:relative;
    padding:0;
    cursor:pointer;
    font-size:12px;
    font-weight:700
}
 .main-nav ul li.dropdown:hover{
    background:#4d90fe;
    color:#fff;
    border-radius:2px 2px 0 0
}
 .main-nav ul li.dropdown{
    padding:10px 15px
}
 .main-nav ul li.dropdown a{
    color:#fff;
    font-size:12px;
    font-weight:500
}
 .main-nav ul li ul{
    padding:5px 5px 10px;
    position:absolute;
    top:32px;
    right:0;
    width:120px;
    display:none;
    opacity:0;
    visibility:hidden;
    border-radius:2px 0 2px 2px;
    background:#4d90fe;
    text-transform:uppercase
}
 .main-nav ul li ul li{
    display:block;
    color:#fff;
    padding:10px 10px 5px
}
 .main-nav ul li ul li:hover{
    text-decoration:underline
}
 .main-nav ul li:hover ul{
    display:block;
    opacity:1;
    visibility:visible
}
 .top-container{
    padding-top:2%;
    padding-bottom:2%
}
 .top-container:after{
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden
}
 .home-container .content{
    max-width:690px !important
}
 .home-container a{
    color:#4d90fe;
    font-weight:700;
    text-decoration:underline
}
 .home-container a:hover{
    color:#454545
}
 .text-container{
    font-size:16px;
    max-width:960px !important;
    line-height:26px;
    letter-spacing:0.5px
}
 .text-container p{
    margin:0 0 25px
}
 .text-container h2{
    font-weight:700;
    margin-top:40px;
    font-size:25px
}
 .text-container .copyright{
    text-align:center;
    font-size:14px;
    font-weight:600;
    letter-spacing:0.5px;
    margin-bottom:0
}
 .text-container a:link, .text-container a:visited{
    font-weight:600;
    color:#2983E6
}
 .text-container a:hover{
    text-decoration:underline;
    color:#222
}
 .text-container hr{
    border:0;
    margin-top:40px;
    margin-bottom:30px;
    height:1px;
    background-image:-webkit-linear-gradient(left, #f0f0f0, #ddd, #f0f0f0);
    background-image:-moz-linear-gradient(left, #f0f0f0, #ddd, #f0f0f0);
    background-image:-ms-linear-gradient(left, #f0f0f0, #ddd, #f0f0f0);
    background-image:-o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0)
}
 .home-container:after{
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden
}
 .search-container{
    padding:35px 4%;
    max-width:1500px;
    margin:0 auto
}
 h2{
    font-weight:normal;
    margin:0;
    clear:both;
    margin-bottom:1em
}
 h2.search-results{
    font-weight:400;
    margin:0;
    clear:both;
    padding:10px 20px 30px;
    font-size:24px;
    text-align:center
}
 .main-header{
    width:100%;
    margin:0 auto;
    background:#f6f7f8
}
 .main-header h1.tagline{
    font-weight:700;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:0.5px;
    margin:0 0 25px
}
 .main-header h2.result-tagline{
    font-weight:700;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:0.5px;
    margin:0 0 50px
}
 .main-header h2.tagline{
    font-weight:400;
    font-size:22px;
    margin:0 0 50px;
    line-height:30px
}
 .main-header h1.result-tagline{
    font-weight:700;
    font-size:40px;
    margin:0 0 60px;
    line-height:45px
}
 .main-header h1.page-tagline{
    font-weight:700;
    font-size:40px;
    margin:0;
    line-height:45px
}
 .main-header h1.no-result-tagline{
    font-weight:700;
    font-size:30px;
    margin:0 0 10px;
    line-height:45px
}
 .main-header h2.search-tagline{
    font-weight:600;
    font-size:15px;
    margin-top:0
}
 .main-header h4.tagline{
    font-weight:400;
    font-size:15px;
    margin-bottom:42px
}
 .main-header h4.tagline strong{
    font-weight:500
}
 .main-header h3{
    display:inline;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:0.5px;
    font-size:13px;
    font-weight:500
}
 .search{
    border:2px solid #4d90fe;
    overflow:auto;
    border-radius:2px
}
 .main-nav .search{
    border:none;
    border-radius:2px;
    width:400px;
    margin:0 25px 0 0
}
 .desktop-button-text{
    display:inline
}
 .mobile-button-text{
    display:none
}
 @media screen and (max-width:850px){
    .main-nav .search{
        width:300px
    }
    .main-nav .search input[type="text"]{
        width:65%!important
    }
    .main-nav .search input[type="submit"]{
        width:35%!important
    }
    .main-nav .search a#searchButton{
        width:35%!important
    }
}
 a#searchButton{
    text-transform: uppercase;
    border:0;
    background-color: #4d90fe;
    float: right;
    padding: 15px 25px 16px;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    color: #fff;
    width: 30%;
    letter-spacing: 0.5px;
    text-align: center;
}
 a#searchButton:hover{
    text-decoration:underline
}
 .main-nav .search a#searchButton{
    background-color: #4d90fe;
    padding: 10px 20px 11px;
    font-size: 12px;
    border-left: none;
    border: 2px solid #4d90fe;
    color: #fff;
    width: 25%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 0 2px 2px 0;
}
 @media screen and (max-width:700px){
    .main-nav .search{
        display:none
    }
    .search-menu{
        display:inherit!important
    }
    .checkboxes{
        padding:20px 5px 0!important
    }
    .desktop-button-text{
        display:none
    }
    .mobile-button-text{
        display:inline
    }
    .search input[type="submit"]{
        font-size:13px!important
    }
    .search input[type="text"],a#searchButton{
        font-size: 13px!important
    }
}
 .search input[type="text"]{
    border:0;
    width:70%;
    padding:15px 20px 16px;
    font-size:15px;
    font-weight:500;
    color:#454545;
    letter-spacing:0.5px
}
 .main-nav .search input[type="text"]{
    width:75%;
    padding:11px 15px 10px;
    font-size:12px;
    letter-spacing:0.5px;
    font-weight:500;
    border:2px solid #4d90fe;
    border-right:none;
    border-radius:2px 0 0 2px
}
 .search input[type="text"]:focus{
    outline:0
}
 .search input[type="submit"]{
    text-transform:uppercase;
    border:0;
    background-color:#4d90fe;
    float:right;
    padding:15px 25px 16px;
    font-size:15px;
    font-weight:700;
    margin:0;
    cursor:pointer;
    outline:none;
    color:#fff;
    width:30%;
    letter-spacing:0.5px
}
 .main-nav .search input[type="submit"]{
    background-color:#4d90fe;
    padding:10px 20px 11px;
    font-size:12px;
    border-left:none;
    border:2px solid #4d90fe;
    color:#fff;
    width:25%;
    text-transform:uppercase;
    letter-spacing:0.5px;
    border-radius:0 2px 2px 0
}
 .search input[type="submit"]:hover{
    text-decoration:underline
}
 .main-nav .search input[type="submit"]:hover{
    text-decoration:underline
}
 .search form{
    background:#fff
}
 @media screen and (max-width:400px){
    .search input[type="text"]{
        width:60%
    }
    a#searchButton{
        width:40%
    }
    .search input[type="submit"]{
        width:40%;
        font-size:13px
    }
    .mobile-button-text{
        display:none
    }
}
 .search-menu{
    display:none
}
 .home-container .adobe-promo{
    font-size:12px;
    margin:60px 0 0
}
 .home-container .adobe-promo a{
    color:#FF4475;
    text-decoration:none;
    border-bottom:1px solid
}
 .home-container .adobe-promo a:hover{
    color:#454545;
    border-bottom:2px solid
}
 .home-container .adobe-promo .deal{
    background:#FF4475;
    color:#fff;
    padding:2px 6px 3px 7px;
    text-transform:uppercase;
    font-size:10px;
    font-weight:700;
    letter-spacing:0.5px;
    margin:0 5px 0 0;
    border-radius:2px
}
 .home-container .adobe-promo .fa{
    font-size:10px
}
 .popular-tags{
    text-align:center;
    clear:both;
    padding:5% 0 0
}
 .popular-tags a{
    margin-left:5px;
    background:rgba(48, 75, 105, 0.075);
    padding:5px 10px;
    border-radius:2px;
    font-size:13px;
    color:#fff;
    font-weight:500;
    letter-spacing:0.5px;
    line-height:34px
}
 .popular-tags a:hover{
    text-decoration:none;
    background:rgba(48, 75, 105, 0.175)
}
 .filter-button{
    margin-top:0;
    margin-bottom:0
}
 @media screen and (max-width:600px){
    .search-box input[type="text"]{
        font-size:1.2rem
    }
    .main-header h4.tagline{
        font-size:12px;
        margin-bottom:32px
    }
    .main-header h1.tagline, h2.photo-additions{
        font-size:11px!important
    }
    .main-header h2.tagline{
        font-size:18px
    }
    .popular-tags{
        display:none
    }
    .main-header h2.search-tagline{
        font-size:13px;
        padding:10px 20px 0
    }
    h2.search-results{
        font-size:16px !important;
        padding:20px 20px 10px !important
    }
    .main-header h1.result-tagline,{
        font-size:30px;
        margin:0 0 35px
    }
    .main-header h1.page-tagline{
        margin:0;
        font-size:30px
    }
    .main-header h1.no-result-tagline{
        font-size:25px;
        margin:0 0 35px;
        line-height:35px
    }
    .main-header h2.result-tagline{
        margin:0 0 30px
    }
}
 .ad-bar{
    border-top:1px solid rgba(255, 255, 255, 0.15);
    padding:15px;
    font-size:15px;
    color:#fff;
    letter-spacing:0.5px
}
 .ad-bar .adobe-text{
    display:none
}
 @media screen and (max-width:550px){
    .ad-bar .adobe-text{
        display:inline
    }
    .ad-bar .adobe-ad-text{
        display:none
    }
}
 @media screen and (max-width:360px){
    .ad-bar{
        display:none
    }
}
 .ad-bar a{
    font-size:15px;
    color:#ffff;
    font-weight:400
}
 .ad-bar a:hover{
    text-decoration:none
}
 .ad-button{
    padding:7px 20px;
    border-radius:50px;
    border:3px solid #fff;
    color:#fff;
    font-size:13px;
    position:absolute;
    margin-left:10px;
    font-weight:500;
    right:0;
    top:20px
}
 .ad-button:hover{
    background:#fff;
    color:#2983E6
}
 .ad-bar .ad-button:hover{
    background:#fff;
    color:#2983E6
}
 .container{
    padding:50px 4%;
    max-width:1500px;
    margin:0 auto
}
 h1{
    font-size:2.5rem
}
 h1, h2{
    margin-top:2rem;
    margin-bottom:1rem
}
 h4{
    margin-top:0;
    margin-bottom:2rem
}
 .main-button{
    border-radius:2px;
    font-weight:500;
    background-color:#2983E6;
    color:#fff;
    border:none;
    padding:10px 15px;
    transition:background-color 0.2s ease;
    font-size:13px;
    letter-spacing:0.5px
}
 .main-button:focus{
    box-shadow:none;
    outline:none
}
 .secondary-button{
    border-radius:2px;
    font-size:12px;
    padding:10px 20px;
    transition:all 0.2s ease;
    ;
    color:#454545;
    border:none;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:0.5px;
    background:#eee
}
 .secondary-button:hover{
    background:#4d90fe;
    cursor:pointer;
    border:none;
    color:#fff
}
 .secondary-button:focus{
    box-shadow:none;
    outline:none
}
 .secondary-button.active{
    background:#4d90fe;
    cursor:pointer;
    border:none;
    color:#fff
}
 .checkboxes{
    display:none;
    clear:both;
    border:none;
    padding:0 5px
}
 .checkboxes ul{
    padding:10px 0 0;
    width:100%
}
 .checkboxes ul li a{
    border-radius:2px;
    padding:6px 12px;
    font-weight:500;
    background:#fbfbfb;
    border:1px solid #eee;
    line-height:36px;
    font-size:12px
}
 .checkboxes ul li a:hover{
    background:#fff;
    border:1px solid #eee;
    color:#4d90fe
}
 .checkboxes .origin{
    display:inline-block
}
 .checkboxes .origin input{
    display:none
}
 .checkboxes .origin label{
    color:#fff;
    font-size:12px;
    font-weight:400;
    letter-spacing:0.5px;
    padding:0.5em 1em;
    border-radius:2px;
    margin-right:0.5rem;
    margin-bottom:0.5rem;
    display:inline-block;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    border:1px solid rgba(48, 75, 105, 0.15)
}
 @media screen and (max-width:600px){
    .checkboxes .origin label{
        font-size:1.1rem;
        padding:0.5em 0.9em
    }
}
 .checkboxes .origin input[type="checkbox"]:checked+label{
    background-color:rgba(48, 75, 105, 0.1);
    border-radius:2px;
    font-size:12px;
    letter-spacing:0.5px;
    font-weight:400
}
 main h2.photo-additions{
    font-weight:700;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:0.5px;
    margin:0 0 25px;
    padding:0
}
 .photos{
    display:flex;
    flex-wrap:wrap;
    padding:0;
    margin:0 -10px
}
 .photos>li{
    overflow:hidden;
    display:inline;
    position:relative;
    border-radius:2px;
    margin:10px;
    flex-basis:calc(25% - 20px)
}
 @media screen and (max-width:1200px){
    .photos>li{
        flex-basis:calc(33.333% - 20px)
    }
}
 @media screen and (max-width:950px){
    .photos>li{
        flex-basis:calc(50% - 20px)
    }
}
 @media screen and (max-width:550px){
    .photos>li{
        flex-basis:calc(100%)
    }
}
 .photos>li img{
    display:block;
    max-height:100%;
    max-width:100%;
    transition:all 0.3s ease;
    border-radius:2px
}
 .photos>li:hover img{
    transform:scale(1.075, 1.075);
    border-radius:2px
}
 .overlay{
    background:rgba(0, 0, 0, 0.2);
    text-align:center;
    width:100%;
    height:100%;
    opacity:0;
    -webkit-transition:opacity .35s ease;
    -moz-transition:opacity .35s ease;
    position:absolute;
    top:0;
    color:white;
    padding:1.4rem;
    border-radius:2px
}
 .overlay a{
    color:white;
    text-decoration:none;
    word-break:break-word
}
 .overlay .button{
    display:inline-block;
    margin-bottom:1em;
    border-radius:2px;
    border:1px solid white;
    padding:0.8rem 1.1rem;
    transition:background-color .25s ease;
    letter-spacing:0.5px
}
 .overlay .button:hover{
    background-color:#2983E6;
    color:#fff
}
 .photos>li .photo-source{
    position:absolute;
    bottom:13px;
    right:20px;
    font-size:12px;
    color:#fff;
    z-index:1;
    border-bottom:1px solid rgba(255, 255, 255, 0.01);
}
 .photos>li:hover .photo-source{
    border-bottom:1px solid rgba(255, 255, 255, 1);
    transition:color 0.3s ease
}
 .photos>li .photo-source strong{
    color:#4d90fe
}
 .photos>li .photo-source .fa{
    color:#fff;
    font-size:10px;
    padding:0 0 0 1px
}
 li:hover .overlay{
    opacity:1
}
 .pagination{
    margin-top:2rem;
    margin-bottom:2rem
}
 .pagination ul{
    list-style:none;
    padding:0;
    color:white;
    text-align:center
}
 .pagination ul li{
    display:inline-block;
    color:white;
    background-color:#4d90fe;
    margin-left:0.2em
}
 .pagination ul li a{
    padding:0.5em 1em;
    color:white;
    display:inline-block;
    text-decoration:none;
    border:3px solid #4d90fe
}
 .pagination ul li a:hover{
    background-color:#66a0ff
}
 .pagination ul .disabled{
    box-sizing:border-box;
    background:white;
    color:grey;
    border:3px solid grey;
    padding:0.5em 1em
}
 .load-more{
    display:block;
    margin:0 auto 20px
}
 @-moz-document url-prefix(){
    img:-moz-loading{
        visibility:hidden
    }
     img:-moz-broken{
        -moz-force-broken-image-icon:0
    }
}
 .sk-circle{
    margin:2rem auto;
    width:40px;
    height:40px;
    position:relative
}
 .sk-circle .sk-child{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0
}
 .sk-circle .sk-child:before{
    content:'';
    display:block;
    margin:0 auto;
    width:15%;
    height:15%;
    background-color:#333;
    border-radius:100%;
    -webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation:sk-circleBounceDelay 1.2s infinite ease-in-out both
}
 .sk-circle .sk-circle2{
    -webkit-transform:rotate(30deg);
    -ms-transform:rotate(30deg);
    transform:rotate(30deg)
}
 .sk-circle .sk-circle3{
    -webkit-transform:rotate(60deg);
    -ms-transform:rotate(60deg);
    transform:rotate(60deg)
}
 .sk-circle .sk-circle4{
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg)
}
 .sk-circle .sk-circle5{
    -webkit-transform:rotate(120deg);
    -ms-transform:rotate(120deg);
    transform:rotate(120deg)
}
 .sk-circle .sk-circle6{
    -webkit-transform:rotate(150deg);
    -ms-transform:rotate(150deg);
    transform:rotate(150deg)
}
 .sk-circle .sk-circle7{
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
 .sk-circle .sk-circle8{
    -webkit-transform:rotate(210deg);
    -ms-transform:rotate(210deg);
    transform:rotate(210deg)
}
 .sk-circle .sk-circle9{
    -webkit-transform:rotate(240deg);
    -ms-transform:rotate(240deg);
    transform:rotate(240deg)
}
 .sk-circle .sk-circle10{
    -webkit-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    transform:rotate(270deg)
}
 .sk-circle .sk-circle11{
    -webkit-transform:rotate(300deg);
    -ms-transform:rotate(300deg);
    transform:rotate(300deg)
}
 .sk-circle .sk-circle12{
    -webkit-transform:rotate(330deg);
    -ms-transform:rotate(330deg);
    transform:rotate(330deg)
}
 .sk-circle .sk-circle2:before{
    -webkit-animation-delay:-1.1s;
    animation-delay:-1.1s
}
 .sk-circle .sk-circle3:before{
    -webkit-animation-delay:-1s;
    animation-delay:-1s
}
 .sk-circle .sk-circle4:before{
    -webkit-animation-delay:-0.9s;
    animation-delay:-0.9s
}
 .sk-circle .sk-circle5:before{
    -webkit-animation-delay:-0.8s;
    animation-delay:-0.8s
}
 .sk-circle .sk-circle6:before{
    -webkit-animation-delay:-0.7s;
    animation-delay:-0.7s
}
 .sk-circle .sk-circle7:before{
    -webkit-animation-delay:-0.6s;
    animation-delay:-0.6s
}
 .sk-circle .sk-circle8:before{
    -webkit-animation-delay:-0.5s;
    animation-delay:-0.5s
}
 .sk-circle .sk-circle9:before{
    -webkit-animation-delay:-0.4s;
    animation-delay:-0.4s
}
 .sk-circle .sk-circle10:before{
    -webkit-animation-delay:-0.3s;
    animation-delay:-0.3s
}
 .sk-circle .sk-circle11:before{
    -webkit-animation-delay:-0.2s;
    animation-delay:-0.2s
}
 .sk-circle .sk-circle12:before{
    -webkit-animation-delay:-0.1s;
    animation-delay:-0.1s
}
 @-webkit-keyframes sk-circleBounceDelay{
    0%, 80%, 100%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
     40%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
 @keyframes sk-circleBounceDelay{
    0%, 80%, 100%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
     40%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
 .spinner{
    margin:100px auto 0;
    width:70px;
    text-align:center
}
 .spinner>div{
    width:18px;
    height:18px;
    background-color:#333;
    border-radius:100%;
    display:inline-block;
    -webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;
    animation:sk-bouncedelay 1.4s infinite ease-in-out both
}
 .spinner .bounce1{
    -webkit-animation-delay:-0.32s;
    animation-delay:-0.32s
}
 .spinner .bounce2{
    -webkit-animation-delay:-0.16s;
    animation-delay:-0.16s
}
 @-webkit-keyframes sk-bouncedelay{
    0%, 80%, 100%{
        -webkit-transform:scale(0)
    }
     40%{
        -webkit-transform:scale(1)
    }
}
 @keyframes sk-bouncedelay{
    0%, 80%, 100%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
     40%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
 .shutterstock-bar{
    overflow:hidden;
    background-color:#4d90fe;
    color:#fff;
    padding:10px 10px 3px;
    font-size:13px;
    font-weight:500;
}
 .shutterstock-bar .promo-code{
    border:1px dashed #ddd;
    padding:2px 5px;
    font-weight:700;
    letter-spacing:0.5px;
    overflow:visible;
    border-radius:2px;
    margin:0 0 0 2px
}
 .shutterstock-bar svg{
    height:16px;
    padding:0 7px 0 0;
    vertical-align:top
}
 #shutterstock-text{
    text-align:center
}
 #shutterstock-close{
    float:right;
    width:30px;
    height:20px;
    text-align:center
}
 .shutterstock-bar a{
    font-weight:500;
    color:#fff
}
 .shutterstock-bar a:hover{
    text-decoration:none
}
 @media screen and (max-width:500px){
    .shutterstock-bar{
        display:none
    }
    .top-header .container{
        padding-top:0;
        padding-bottom:0
    }
    .main-header h1.result-tagline{
        font-size:30px;
        margin:0 0 40px
    }
    .home-container .adobe-promo{
        margin:40px 0 0
    }
}
 .shutterstock-wrap{
    padding:15px 0 0;
    margin:0;
    background:#fff;
    /*position:sticky;*/
    top:0;
    z-index:2
}
 .shutterstock-wrap h3{
    padding:0;
    margin:0 0 5px;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:0.5px
}
 .shutterstock-wrap small{
    font-size:9px
}

 .shutterstock-wrap #image-search-results a{
    overflow:hidden;
    border-radius:2px;
    transition:.25s ease-in-out;
    overflow:hidden
}
 .shutterstock-wrap #image-search-results a:hover{
     transform:scale(1.025);
    transition:.35s ease-in-out
}


 .shutterstock-wrap #image-search-results {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -10px;
 }

 .shutterstock-wrap #image-search-results a {
     display: block;
     width: calc(25% - 20px);
     margin: 10px;
 }

.shutterstock-wrap #image-search-results a > div {
  overflow:hidden;
}
 .shutterstock-wrap div.thumbnail-crop{
    overflow:hidden;
    margin:0 auto;
    max-height:85px
}
 .shutterstock-wrap .stk-promo{
    float:right;
    font-size:11px;
    font-weight:400;
    text-transform:none
}
 .shutterstock-wrap .stk-promo-code a{
    font-size:10px;
    font-weight:700;
    padding:3px 6px;
    margin:0 2px;
    background:#4d90fe;
    color:#fff;
    border-radius:2px
}
 @media only screen and (max-width:1200px){
     .shutterstock-wrap #image-search-results a{
        flex-basis:calc(33.333% - 20px)
    }
    .shutterstock-wrap #image-search-results a:nth-child(4){
        display:none
    }
}
 @media only screen and (max-width:1100px){
    .shutterstock-wrap{
        position:relative
    }
}

@media only screen and (max-width:950px) {
    .shutterstock-wrap #image-search-results a{
        flex-basis:calc(50% - 20px)
    }
    .shutterstock-wrap #image-search-results a:nth-child(3){
        display:none
    }
}

 @media only screen and (max-width:600px){
    .stk-promo{
        display:none
    }
}
@media only screen and (max-width:550px) {
    .shutterstock-wrap #image-search-results a{
        flex-basis: 100%
    }

    .shutterstock-wrap #image-search-results a:nth-child(2){
        display:none
    }
}

 .cc-window{
    opacity:1;
    transition:opacity 1s ease
}
 .cc-window.cc-invisible{
    opacity:0
}
 .cc-animate.cc-revoke{
    transition:transform 1s ease
}
 .cc-animate.cc-revoke.cc-top{
    transform:translateY(-2em)
}
 .cc-animate.cc-revoke.cc-bottom{
    transform:translateY(2em)
}
 .cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{
    transform:translateY(0)
}
 .cc-grower{
    max-height:0;
    overflow:hidden;
    transition:max-height 1s
}
 .cc-link,.cc-revoke:hover{
    text-decoration:underline
}
 .cc-revoke,.cc-window{
    position:fixed;
    overflow:hidden;
    box-sizing:border-box;
    font-size:12px;
    line-height:1.5em;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    z-index:9999;
}
 .cc-window.cc-static{
    position:static
}
 .cc-window.cc-floating{
    padding:2em;
    max-width:24em;
    -ms-flex-direction:column;
    flex-direction:column
}
 .cc-window.cc-banner{
    padding:0.8em 2em;
    width:100%;
    -ms-flex-direction:row;
    flex-direction:row
}
 .cc-revoke{
    padding:.5em
}
 .cc-header{
    font-size:18px;
    font-weight:700
}
 .cc-btn,.cc-close,.cc-link,.cc-revoke{
    cursor:pointer
}
 .cc-link{
    opacity:.8;
    display:inline-block;
    padding: 0;
}
 .cc-link:hover{
    opacity:1
}
 .cc-link:active,.cc-link:visited{
    color:-webkit-link !important;
    font-weight:600
}
 .cc-btn{
    display:block;
    padding:.2em .4em;
    font-size:.9em;
    font-weight:700;
    border-width:2px;
    border-style:solid;
    text-align:center;
    white-space:nowrap;
    border-radius:0
}
 .cc-banner .cc-btn:last-child{
    min-width:110px;
    border-radius:6px
}
 .cc-highlight .cc-btn:first-child{
    background-color:transparent;
    border-color:transparent
}
 .cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{
    background-color:transparent;
    text-decoration:underline
}
 .cc-close{
    display:block;
    position:absolute;
    top:.5em;
    right:.5em;
    font-size:1.6em;
    opacity:.9;
    line-height:.75
}
 .cc-close:focus,.cc-close:hover{
    opacity:1
}
 .cc-revoke.cc-top{
    top:0;
    left:3em;
    border-bottom-left-radius:.5em;
    border-bottom-right-radius:.5em
}
 .cc-revoke.cc-bottom{
    bottom:0;
    left:3em;
    border-top-left-radius:.5em;
    border-top-right-radius:.5em
}
 .cc-revoke.cc-left{
    left:3em;
    right:unset
}
 .cc-revoke.cc-right{
    right:3em;
    left:unset
}
 .cc-top{
    top:1em
}
.cc-left{
    left:1em
}
 .cc-right{
    right:1em
}
.cc-bottom{
    bottom:1em
}
.cc-floating>.cc-link{
    margin-bottom:1em
}
.cc-floating .cc-message{
    display:block;
    margin-bottom:1em
}
.cc-window.cc-floating .cc-compliance{
    -ms-flex:1;
    flex:1
}
.cc-window.cc-banner{
    -ms-flex-align:center;
    align-items:center
}
.cc-banner.cc-top{
    left:0;
    right:0;
    top:0
}
.cc-banner.cc-bottom{
    left:0px;
    right:0px;
    bottom:20px;
    max-width: 740px;
    margin: 0 auto;
    border: none;
    background:rgba(255, 255, 255, 1) !important;
    color: #333 !important;
    border-radius:0;
}
.cc-banner .cc-message{
    -ms-flex:1;
    flex:1
}
.cc-compliance{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-line-pack:justify;
    align-content:space-between
}
.cc-compliance>.cc-btn{
    -ms-flex:1;
    flex:1
}
.cc-btn+.cc-btn{
    margin-left:.5em
}
@media print{
    .cc-revoke,.cc-window{
        display:none
    }
}
@media screen and (max-width:900px){
    .cc-btn{
        white-space:normal
    }
}
@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){
    .cc-window.cc-top{
        top:0
    }
     .cc-window.cc-bottom{
        bottom:0
    }
     .cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{
        left:0;
        right:0
    }
     .cc-window.cc-banner{
        -ms-flex-direction:column;
        flex-direction:column
    }
     .cc-window.cc-banner .cc-compliance{
        -ms-flex:1;
        flex:1
    }
     .cc-window.cc-floating{
        max-width:none
    }
     .cc-window .cc-message{
        margin-bottom:1em
    }
     .cc-window.cc-banner{
        -ms-flex-align:unset;
        align-items:unset
    }
}
 .cc-floating.cc-theme-classic{
    padding:1.2em;
    border-radius:0
}
 .cc-floating.cc-type-info.cc-theme-classic .cc-compliance{
    text-align:center;
    display:inline;
    -ms-flex:none;
    flex:none
}
 .cc-theme-classic .cc-btn{
    border-radius:0
}
 .cc-theme-classic .cc-btn:last-child{
    min-width:140px
}
 .cc-floating.cc-type-info.cc-theme-classic .cc-btn{
    display:inline-block
}
 .cc-theme-edgeless.cc-window{
    padding:0
}
 .cc-floating.cc-theme-edgeless .cc-message{
    margin:2em 2em 1.5em
}
 .cc-banner.cc-theme-edgeless .cc-btn{
    margin:0;
    padding:.8em 1.8em;
    height:100%
}
 .cc-banner.cc-theme-edgeless .cc-message{
    margin-left:1em
}
 .cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{
    margin-left:0
}
