html {
    height: 100%;
}

p, li {
    color: #314148;
    font-family: "filson-pro",sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

p.small {
    font-size:14px;
}

a {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.standard-content {
    margin-bottom:50px;
}

.standard-content p a, .about-blurb p a, .template7 p a {
    color:#314148;
    text-decoration:underline;
}

.standard-content a:hover, .standard-content a:focus, .about-blurb a:hover, .about-blurb a:focus, .template7 p a:hover, .template7 p a:focus {
    color:#c0bdbe;
}

.template4 {
    background-color:#e8e5e0;
}

h1 {
    color: #314148;
    font-family: "filson-pro",sans-serif;
    font-size:48px;
    line-height:1;
    margin-bottom:20px;
}

.template3 h1 {
    font-size:40px;
}

h2 {
    color: #314148;
    font-family: "filson-pro",sans-serif;
    font-size:32px;
    line-height:1.1;
}

h3 {
    color: #314148;
    font-family: "filson-pro",sans-serif;
    font-size:26px;
    line-height:1.1;
    margin-bottom:30px;
}

.template3 h3, .template4 h3 {
    font-size: 20px;
    margin: 30px 0 10px;
    font-weight: bold;
}

.nav-bar-area {
    position:absolute;
    width:100%;
    top:0;
}

.template3 .nav-bar-area, .template4 .nav-bar-area {
    position: relative;
    margin-bottom: 150px;
}

.navigation-bar {
    background-color: white;
    padding: 20px 50px 0;
    height: 75px;
    margin-bottom:-75px;
}

.logo svg {
    width: 140px;
    height: 41px;
}

.bulloch-logo {
    fill:#000;
    width:140px;
}

#main-page-area {
    padding-top:60px;
}

.homepage-carousel p {
    color:#aaa;
}

.home-carousel-image {
    position:relative;
    height:600px;
    height:100vh;
    background-size:cover;
    background-position:center;
}

.home-carousel-inner {
    position: absolute;
    top: 120px;
    width: 100%;
}
.home-carousel-image img {
    width:100%;
}

.collection-banner {
    height: 220px;
    background: center no-repeat;
    background-position:center top;
    background-size:cover;
    margin-bottom:30px;
    padding-top:128px;
}

.collection-banner h1 {
    color:white;
    font-size:32px;
}

.parallax-window {
    min-height: 200px;
}

.collection-panel {
    height: 320px;
    position:relative;
    background-size: cover;
}

.collection-panel.half-height {
    height:220px;
}

.collection-panel-inner {
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all .5s;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    /*background-color: rgba(48,65,72,.5);*/
    /*background-blend-mode:multiply;*/
    overflow:hidden;
    position:relative;
}

.collection-panel-inner::before { 
  content:"";
  position:absolute; top:0;right:0;bottom:0;left:0;
  background:inherit;
  transition:inherit;
  background-blend-mode:multiply;
}
.collection-panel-inner:hover::before { 
  transform: scale(1.08);
}

.collection-panel-text {
    position:absolute;
    width:100%;
    text-align:center;
    top:44%;
}

.collection-panel-text h2 {
    color:white;
}

.overlay-ie-only {
    background: rgba(22, 28, 31, 0.5);
    background: -moz-linear-gradient(rgba(22, 28, 31, 0.9) 20%, rgba(0,0,0,0) 70%);
    background: -webkit-linear-gradient(rgba(22, 28, 31, 0.9) 20%, rgba(0,0,0,0) 70%);
    background: linear-gradient(rgba(22, 28, 31, 0.9) 0%, rgba(0,0,0,0) 70%);
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    opacity: 0.7;
    display:none;
}

.grey-overlay {
    background: rgba(22, 28, 31, 0.5);
    background: -moz-linear-gradient(rgba(22, 28, 31, 0.9) 20%, rgba(0,0,0,0) 70%);
    background: -webkit-linear-gradient(rgba(22, 28, 31, 0.9) 20%, rgba(0,0,0,0) 70%);
    background: linear-gradient(rgba(22, 28, 31, 0.9) 0%, rgba(0,0,0,0) 70%);
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    opacity: 0.7;
}



.project-panel:hover .overlay-ie-only, .project-panel:hover .overlay {
    opacity:0.9;
}

.more-projects, .more-publications {
    display:none;
}

.project-panel h2 {
    color:white;
}

.margin-top {
    margin-top:50px;
}

.margin-bottom {
    margin-bottom:40px;
}

.button {
    background-color:white;
    border:1px solid #314148;
    color:#314148;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "filson-pro",sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 12px 20px;
    margin:20px 0;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.button:hover, .button:focus {
    background-color: black;
    color: white;
    outline: none;
    border: 1px solid black;
}

.footer {
    background-color: white;
    padding: 60px 0 10px;
    border-top: 1px solid #c0bdbe;
    margin-top:80px;
}

.template2 .footer {
    margin-top:0;
}

.template6 .footer {
    border-top:none;
    margin-top:0;
}

.footer p, .footer a, .overlay p, .overlay a {
    color:black;
    font-size:14px;
}

.footer p.small, .footer p.small a {
    font-size:12px;
}

.footer svg {
    width: 140px;
    height: 41px;
}

.footer-inner {
    margin-bottom:50px;
}



.footer a:hover, .overlay a:hover {
    color:#c0bdbe;
}


.fa-facebook, .fa-instagram, .fa-twitter {
    color: black;
    text-align: center;
    font-size: 30px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.fa-facebook, .fa-twitter {
    font-size: 28px;
    margin-top: 2px;
}

.fa-facebook:hover, .fa-instagram:hover, .fa-twitter:hover {
    color: #c0bdbe;
}

.social-media-link {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 15px;
}

.instagram-link:hover .fa-instagram {
    color: #c0bdbe;
}

.project-carousel {
    margin-bottom:100px;
}

.bulloch-logo {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.logo {
    float:left;
}

.logo a:hover .bulloch-logo {
    fill:#c0bdbe;
}

.collection-carousel img {
    max-height: 700px;
    margin: 0 auto;
}

.collection-carousel-text {
    width:70%;
    margin-left:15%;
    margin-top:50px;
}

.collection-thumbnails-carousel {
    margin-bottom:30px;
}

.collection-thumbnails-carousel .slick-slide {
    margin: 0 2px;
    outline:none;
    display: flex; 
    align-items:center;
    height:200px;
}

.collection-thumbnails-carousel .slick-slide img {
    opacity: 0.3;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-height:200px;
}

.collection-thumbnails-carousel .slick-center img {
    opacity:1;
}

.down-arrow {
    position: absolute;
    bottom: 10px;
    width: 60%;
    text-align: center;
    left: 20%;
}

.down-arrow .fa-angle-down {
    font-size:50px;
    color:white;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.down-arrow .fa-angle-down:hover {
    color:#c0bdbe;
}

.down-arrow svg {
    width:30px;
    height:30px;
    fill:white
}

.print-area {
    margin-top: -50px;
}

.print-area h3 {
    font-size:16px;
    margin-bottom:0;
    margin-top: 40px;
}

.buy-print-button {
    position:absolute;
    bottom:0px;
    right:20px;
}

.about-us-pic {
    background-size:cover;
    height:175px;
    margin-bottom:20px;
    background-position:center;
}

.reveal {
    outline:none;
}

.publications-section {
    background-color: #f5f5f5;
    padding: 60px 0 100px;
}

.publications-section hr {
    border-bottom: 1px solid #314148;
    margin: 40px 0 50px;
}

.publications-section h2 {
    margin-bottom:40px;
}

.print-publications-listing p {
    margin-bottom:7px;
}

.news-thumbnail {
    height: 170px;
    background-size: cover;
    background-position: center;
}

.news-section {
    margin-bottom:40px;
}

.news-section a, .news-section a:focus, .publication-link a, .publication-link a:focus {
    color:#314148;
    text-decoration:underline;
}

.news-section a:hover, .publication-link a:hover {
    color:#c0bdbe;
}

.article-icon {
    display: inline-block;
    margin-right: 5%;
    vertical-align: top;
    margin-top: 5px;
    width:20%;
}

.article-text {
    display:inline-block;
    width:70%;
}

.ebook-newsletter-section {
    background-color:#f5f5f5;
    padding-top:50px;
    padding-bottom:40px;
}

.ebook-newsletter-section h2, .ebook-newsletter-section p {
    margin-bottom:40px;
}

.ebook-newsletter-section p {
    margin-bottom:0;
}

#mc_embed_signup input.email {
    font-family: "filson-pro",sans-serif !important;
    border-color: black !important;
    border-radius: 0 !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    height: auto !important;
    padding: 7px 20px !important;
    line-height: 1 !important;
    text-align:center !important;
}

#mc_embed_signup .button {
    line-height: 1 !important;
    display: inline-block !important;
    transition: all 0.23s ease-in-out 0s !important;
    background-color: white !important;
    border: 1px solid #314148 !important;
    color: #314148 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-family: "filson-pro",sans-serif !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    padding: 12px 20px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    height: auto !important;
}

#mc_embed_signup .button:hover {
    color:white !important;
    background-color:black !important;
}














/* Slick carousel styles
========================================================================== */

.slick-arrow-left, .slick-arrow-right {
    position: absolute;
    top: 40%;
    z-index: 9999;
    font-size: 40px;
    color: black;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.slick-arrow-left:hover, .slick-arrow-right:hover {
    color:black;
}

.slick-arrow-left {
    left: -moz-calc(50% - 130px);
    left: -webkit-calc(50% - 130px);
    left: calc(50% - 130px);
}

.slick-arrow-right {
    right: -moz-calc(50% - 130px);
    right: -webkit-calc(50% - 130px);
    right: calc(50% - 130px);
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    right:15px;
    display: block;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-left:0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 15px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: #c3c3c3;
    border-radius:50%;
    opacity:0.5;
}

.slick-dots li.slick-active button, .slick-dots li:hover button {
    opacity: 1;
    background-color: white;
}

.slick-slide {
    outline:none;
}




/* OVERLAY STUFF ======================================================================================== */


#trigger-overlay {
    width:23px;
    height:16px;
    float:right;
    margin-top:11px;
}

#trigger-overlay .hamburger {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    fill:#314148;
}

#trigger-overlay:hover .hamburger {
    fill:#c0bdbe;
}

#trigger-overlay svg:focus, #trigger-overlay:focus {
    outline:none;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index: 9999;
    padding-top: 30px;
}

.overlay .overlay-close {
    float: right;
    overflow: hidden;
    border: none;
    outline: none;
    z-index: 100;
}

.overlay .overlay-close .close {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    fill:black;
}

.overlay .overlay-close:hover .close {
    fill:#c0bdbe;
}

.overlay .overlay-close svg {
    width:20px;
    height:20px;
}

.overlay-inner {
    padding: 0 50px;
}

.overlay-logo {
    width: 160px;
    height: 36px;
    margin-bottom: 30px;
    float: left;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 30px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a, .overlay ul li.active ul li a {
    display: block;
    color: #c0bdbe;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    font-family: "filson-pro",sans-serif;
    font-size: 40px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 10px;
}

.overlay ul li a:hover, .overlay ul li a:focus, .overlay ul li.active a, .overlay ul li.active ul li a:hover {
	color: black;
}

/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}


/* ANIMATIONS ======================================================================================== */

@keyframes fadeInUp {
    from {transform: translate3d(0,60px,0)}
    to {transform: translate3d(0,0,0);opacity: 1}
}

@-webkit-keyframes fadeInUp {
    from {transform: translate3d(0,60px,0)}
    to {transform: translate3d(0,0,0);opacity: 1}
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.animated {
    animation-duration: 1.3s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
}








/* Media Queries
========================================================================== */

/* Small only */
@media screen and (max-width: 39.9375em) {
    h1 {
        font-size:32px;
    }
    p, li {
        font-size:14px;
    }
    .collection-panel {
        height:220px;
    }
    .collection-panel.half-height {
        height:140px;
    }
    .project-panel-text {
        top:30px;
    }
    .project-quote {
        padding:20px;
    }
    .footer {
        text-align:center;
    }
    .footer svg {
        margin-bottom:20px;
    }
    .home-carousel-area, .project-banner {
        height:400px;
    }
    
    .project-banner {
        margin-bottom:50px;
    }
    .home-carousel-text {
        top:120px;
    }
    .project-banner .home-carousel-text {
        top:165px;
    }
    .margin-bottom {
        margin-bottom:20px;
    }
    .project-carousel {
        margin-bottom:65px;
    }
    .slick-arrow-left, .slick-arrow-right {
        font-size: 30px;
    }
    .navigation-bar {
        padding: 20px 25px 0;
    }
    .overlay-inner {
        padding: 0 25px 0;
    }
    .overlay .projects-links ul li a, .overlay .projects-links p {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .overlay .projects-links {
        margin-top:20px;
    }
    .social-media-link {
        margin-left: 6px;
        margin-right: 6px;
    }
    .collection-carousel-text {
        width: 90%;
        margin-left: 5%;
        margin-top: 40px;
    }
    .buy-print-button {
        padding: 8px 10px;
    }
    .home-carousel-image {
        height:300px;
    }
    .home-carousel-inner {
        top:90px;
    }
    .print-area h3 {
        margin-top: 10px;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {
    body.template3{
    	background-color: #fff;
    	position:relative;
    	min-height:100%;
    	padding-bottom: 300px;
    }
    
    .template3 .footer {
        position: absolute;
        bottom: 0;
        width:100%;
    }
    .prints-phone-number {
        margin-left:20px;
    }
    .print-area {
        background-image: url(../img/blank-frame.jpg);
        background-size: 100% 100%;
        padding: 80px 0 140px;
        margin-top: -50px;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .home-carousel-image {
        height:550px;
    }
    .collection-carousel-text {
        width: 80%;
        margin-left: 10%;
        margin-top: 40px;
    }
    .article-icon {
        width:30%;
    }
    
    .article-text {
        width:60%;
    }
    .social-media-link {
        margin-left: 7px;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {
    .slick-arrow-left:hover, .slick-arrow-right:hover {
        color:white;
    }
    .print-area {
        padding: 100px 0 300px;
    }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}



/*Error Styles
========================================================================== */
#browserupgrade{
color: #ffffff; 
display: block;  
z-index: 9999999999; 
background-color: rgb(242, 86, 72);
text-align:center;
position: fixed;
top: 0px;
width: 100%;
height: 100%;
}

#browserupgrade h6{
	font-size: 26px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#browserupgrade p{
	margin-bottom: 20px;
}

.button.hollow.white {
    border: 1px solid #fff;
    color: #fff;
}
.button.hollow.white:hover{
	background-color: #fff;
	color: rgb(242, 86, 72);
}

/*Form Styles
========================================================================= */

.form-error{
  color: #f25648;  
}

.callout.warning {
    background-color: #ec5840;
    color: #fff;
}

.callout {
    margin: 0 0 1rem;
    padding: 0.875rem;
    border: 1px solid hsla(0, 84%, 23%, 0.25);
    border-radius: 2px;
    position: relative;
    color: #ffffff;
    background-color: #fff;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3rem;
    padding: 11px .75em .6875em;
    margin: 0 0 1rem;
    font-family: inherit;
    color: #0a0a0a;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
 -webkit-transition: -webkit-box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #FFF;
    border: 1px solid #dfe0e6;
    color: #1c1c1f;
    font-size: .9375em;
}

select {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFF;
    border: 1px solid #dfe0e6;
    color: #88898c;
    font-size: .9375em;
    height: 3em;
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
}


/* Cookie policy
========================================================================== */

#cookiePanel {
    background: #314148;
    width: 100%;
    z-index: 10000;
    display: none;
    opacity: 0;
	position: fixed;
    bottom: 0;
}


#cookiePanel p {
    margin: 0;
    color: #fff;
	font-size: 0.75rem;
}

#cookiePanel a {
    color: #314148;
    text-decoration: underline;
}

#cookiePanel a{
	text-decoration: underline;
    font-size: 0.75rem;
	margin: 0;
} 

a#cookieNoshow {
    text-decoration:none;
    padding: 7px 20px;
}

a#cookieNoshow:hover, a#cookieNoshow:focus  {
    color:white;
}

.video-still {
    height: 150px;
    padding-top: 37px;
    max-width: 300px;
    margin: 10px auto 30px;
}

