﻿/*===================== 
	Color information
	
	green- 197b30
	bright green - 13c53d
	maroon- 5e0d24
	blue/gray- d2d6e2
	gray logo color- a3a0a1
	
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}

nav ul li {
    list-style-type: none;
}

/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    font-family: Arial, sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
}

body,
html {
    overflow-x: hidden;
}

svg:not(:root) {
    overflow: hidden;
    /*reset*/
}

/* clear floats */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.clear {
    clear: both;
}

/*image replacement*/
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-style: solid;
    height: 0;
}

img {
    border: 0;
}

/*===================== 
	typography 
=======================*/
@font-face {
    font-family: 'montserratlight';
    src: url('/fonts/montserrat-light-webfont.eot');
    src: url('/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/montserrat-light-webfont.woff2') format('woff2'),
        url('/fonts/montserrat-light-webfont.woff') format('woff'),
        url('/fonts/montserrat-light-webfont.ttf') format('truetype'),
        url('/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.eot');
    src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
        url('/fonts/montserrat-regular-webfont.woff') format('woff'),
        url('/fonts/montserrat-regular-webfont.ttf') format('truetype'),
        url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.eot');
    src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
        url('/fonts/montserrat-bold-webfont.woff') format('woff'),
        url('/fonts/montserrat-bold-webfont.ttf') format('truetype'),
        url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background: #5e0d24;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #5e0d24;
    color: #fff;
    text-shadow: none;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

.surroundauctions h1 {
    color: black;
    text-align: center;
    margin-bottom: 15px;
}

h2 {
    font-size: 23px;
    font-weight: bold;
    color: #197b30;
    text-align: center;
}

h3 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    /* text-align: right; */
}

.aprice h3 {
    color: black;
    text-align: center;
    margin-top: 20px;
}


p {
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    max-width: 1000px;
}

b,
strong {
    font-weight: bold;
}

/*===================== 
	link styles 
=======================*/

a:focus {
    outline: thin dotted;
    /*reset*/
}

a,
a:link,
a:visited,
a:active {
    outline: 0;
    /*reset*/
    text-decoration: none;
}

a:hover {
    outline: 0;
    /*reset*/
    text-decoration: none;
}


#email-link a {
    color: #364b62;
}

a.boldund {
    font-weight: bold;
    text-decoration: underline;
}

#email-link a:hover {
    color: #5e0d24;
}

#sell-link {
    padding-top: 20px;
}

#sell-link a {
    color: #197b30;
    font-weight: bold;
    font-style: italic;
}

#sell-link a:hover {
    color: #364b62;
}

/*===================== 
	header styles 
=======================*/

.top-header {
    width: 100% !important;
    background: #ccc;
    padding: 2%;
}
.pastauctions {
	max-width:100%;
	
}
.top-header .right {
    float: right;
    position: relative;
    bottom: 14px;
}

.top-header .right #fb {
    height: 30px;
}


.top-header .lefty {
    float: left;
    bottom: 10px;
    position: relative;
}

a.phone {
    color: #000;
    font-size: 17px;
    font-weight: 800;
}

a.phone:hover {
    color: #197b30;
}

a.locate {
    color: #000;
    font-size: 17px;
    font-weight: 800;
    padding-left: 20px;
}

a.locate:hover {
    color: #000;
}

.header-wrap {
    width: 100%;
    min-width: 1024px;
    margin: 0;
}

header {
    margin: 0 auto;
    width: 1024px;
}


.logo-home {
    z-index: 99999;
    padding: 0 0 0 30px;
}

.logo-home img {
    max-width: 190px;
    z-index: 102;
    margin: 15px auto -108px auto;
    position: relative;
}

.logo {
    z-index: 99999;
    padding: 0 0 0 30px;
}


.logo img {
    max-width: 190px;
    z-index: 102;
    margin: 15px auto -118px auto;
    position: relative;
}


.logo-inv {
    z-index: 99999;
    padding: 0 0 0 30px;
}

.logo-inv img {
    max-width: 190px;
    z-index: 102;
    margin: 15px 0 -118px 0px;
    position: relative;
}

.at-logo {
    position: relative;
    z-index: 98;
    float: right;
    top: 37px;
    text-align: right;
    margin-right: 2%;
}

.express {
    width: 100%;
    top: 13px;
    position: relative;
    margin-right: 2%;
}

.express img {
    width: 100%;
    max-width: 185px;
}


/*===================== 
	main pic styles 
=======================*/

#principal {
    height: auto;
    /* height of container is slide height plus applied border width */
    /* width of image */
    width: 100%;
    /* width of container is slide width plus applied border width */
    overflow: hidden;
    /* Hides all other images within principal container while loading */
    margin: 0 auto;
    border-top: 2px solid #5e0d24;
    position: relative;
    top: -67px;
}


#principal img {
    padding: 0;
    border: 0;
    top: 0;
    left: 0;
    height: auto;
    /* height of image */
    width: 100%;
}


/*===================== 
	MID SECTION styles 
=======================*/

.wrap {
    width: 100%;
    margin: 0 auto;
}

.wrapper {
    max-width: 1100px;
    width: 100%;
    margin: 2% auto;
}

.middle-wrap {
    margin: 0 auto;
    width: 100%;
    width: 85%\9;
    position: relative;
    top: -71px;
}


.mission {
    margin: 0px auto;
    width: 100%;
    background: #6C2223 url(../siteart/mid-section.jpg) center center fixed;
    padding: 80px 0;
    text-align: center;
    line-height: 35px;
}

.consign {
    z-index: 999;
    line-height: 55px;
    padding: 0 0 7.5%;
    width: 100%;
    background: #fff;
}

.consign-wrap {
    max-width: 430px;
    margin: 0 auto;
    padding: 0 2%;
}

.consign a:link,
.consign a:visited,
.consign a:active {
    color: #fff;
    background: #197b30;
    padding: 20px 75px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 10px;
}

.consign a:hover {
    color: #fff;
    background: #13c53d;
}



.about {
    margin: 0px auto;
    width: 100%;
    background: #6C2223 url(../siteart/bottom-section.jpg) center center fixed;
    padding: 40px 0;
}

#about-copy {
    float: left;
    /* text-align: right; */
    line-height: 35px;
    border-right: solid 2px #fff;
    padding: 2% 2%;
    max-width: 625px;
    width: 100%;
}


#about-pic {
    float: right;
}

#about-pic img {
    width: 200px;
    display: inline;
}

.about-wrap {
    margin: 0 auto;
    width: 73%;
    max-width: 915px;
    padding: 0 2%;
}


/*===================== 
	layout styles 
=======================*/

.left {
    float: left;
}

.right {
    float: right;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.col-1-6 {
    width: 16%;
}

.col-1-5 {
    width: 20%;
}

.col-1-4 {
    width: 24%;
}

.col-1-3 {
    width: 33%;
}

.col-1-2 {
    width: 49%;
}

.col-2-3 {
    width: 65%;
}

.col-3-4 {
    width: 75%;
}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
    border-top: 2px solid #5e0d24;
}





/*===================== 
	inv iframes 
=======================*/


#inv iframe {
    overflow: visible;
    height: 100%;
    width: 100%;
}

#inv {
    overflow: visible;
    height: 100%;
    width: 100%;
}



/***** CONTACT STYLES *****/

.column3-4 {
    width: 75%;
    *width: 72%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.column4 {
    width: 25%;
    *width: 23%;
    float: left;
}

.contact_info {
    width: 25%;
    *width: 23%;
    float: left;
}


/***** FORM STYLES *****/

#form-title {
    color: #5e0d24;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    padding-top: 15px;
}

.form-container {
    font-weight: 400;
    max-width: 1015px;
    margin: 30px auto;
    padding: 3% 10.5%;
    color: #6b6c74;
}

.form-container h1 {
    color: black;
}

.equipment-sale img {
    border: 0;
    max-width: 525px;
    width: 100%;
}

#form input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
    margin: 5px 0 15px;
    height: 30px;
    border-radius: 5px;
    box-sizing: border-box;
}

#form textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
    margin: 5px 0 15px;
    height: 90px;
    border-radius: 5px;
    box-sizing: border-box;
}

#form input.send-button,
#form input.send-button:focus {
    display: block;
    width: 200px;
    height: auto;
    background: #5e0d24;
    color: #fff;
    border-radius: 1px;
    font-size: 20px;
    line-height: 23px;
    padding: 10px 0;
    margin: 10px 0;
    font-family: 'Teko', sans-serif;
    font-weight: semi-bold;

}

#form input.send-button:hover {
    background: #6b6c74;
    color: #fff;
}

/*CAPCHA*/

.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    line-height: normal !important;
    float: left;
    text-align: left !important;
}

.CaptchaPanel input {
    width: 200px !important;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 14px;
    line-height: 14px;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 0px 0 0px 0 !important;
    font-size: 14px;
}

.CaptchaWhatsThisPanel a {
    color: #000;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}







/*===================== 
	footer styles 
=======================*/


.footer {
    padding: 3% 2%;
    width: 96%;
    float: left;
}

#footer-logo {
    float: right;
    text-align: right;
    display: inline;
    width: 300px;
    padding-bottom: 10px;
}

#footer-logo img {
    padding: 1% 2%;
}

#at {
    max-width: 120px;
}

#gray-logo {
    height: 80px;
}

#fb {
    height: 35px;
}



.footer-wrap {
    max-width: 1150px;
    margin: 0 auto;
}

.divfooter {
    width: 50%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #777;

}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999;

}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #777;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #777;
}


/*===================== 
  non-iframe inv styles 
=======================*/

.hosted-content .p-tb-10 {
    padding: 5% 2% !important;
    background: #fff !important;
}

.hosted-content h3 {
    text-align: left;
    color: #000 !important;
}

.listings-wrapper .listing-smallcard .listing-smallcard-title a {
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #000 !important;
}

.hosted-content #listings-title {
    font-size: 1.8rem;
    color: #000 !important;
}


.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    line-height: 2em;
    color: #464b54;
}

.hosted-content input[type='submit'],
.hosted-content button[type='submit'],
.hosted-content .btn,
.hosted-content .buttontwo {
    color: #fff !important;
    background: #5e0d24 !important;
    border-radius: 6px !important;
}

.listings-wrapper .hosted-theme .btn:hover {
    background: #ccc !important;
    color: #fff !important;
}





@media screen and (max-width: 1215px) {

    #about-copy {
        float: none;
        text-align: center;
        border-right: none;
        padding: 2% 2%;
        max-width: 840px;
        width: 100%;
    }

    #about-pic {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    h3 {
        font-size: 25px;
        text-align: center;
    }


}

@media screen and (max-width: 1160px) {

    #about-copy {
        max-width: 800px;
        width: 100%;
    }

    .top-header {
        width: 96%;
        background: #ccc;
        padding: 3% 2%;
    }

}

@media screen and (max-width: 1023px) and (min-width:768px) {

    .consign {
        z-index: 999;
        line-height: 55px;
        padding: 0 0 8%;
        width: 100%;
        background: #fff;
    }


}

@media screen and (max-width: 1023px) and (min-width:300px) {

    .mission {
        width: 92%;
        padding: 80px 4%;
    }

    .about-wrap {
        margin: 0 auto;
        width: 87%;
        max-width: 915px;
        padding: 0 2%;
    }


}

@media screen and (max-width: 767px) and (min-width:300px) {

    .footer-wrap {
        max-width: 1000px;
        margin: 0 auto;
        text-align: center;
    }

    .footer {
        padding: 3% 2%;
        width: 65%;
        float: none;
        margin: 0 auto;
    }

    .divfooter {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    #footer-logo {
        float: none;
        text-align: center;
    }

    #footer-logo img {
        padding: 1% 2% 4%;
    }

    #at {
        max-width: 140px;
    }

    .consign {
        z-index: 999;
        line-height: 50px;
        padding: 0 2% 8%;
        width: 96%;
        background: #fff;
    }

    .consign-wrap {
        max-width: 370px;
        margin: 0 auto;
        padding: 0 2%;
    }

    .consign a:link,
    .consign a:visited,
    .consign a:active {
        color: #fff;
        background: #197b30;
        padding: 20px 45px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 10px;
    }

    h2 {
        font-size: 19px;
        font-weight: bold;
        color: #197b30;
        text-align: center;
    }



    .column3-4 {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .column4 {
        float: none;
        width: 100%;
    }

    .contact_info {
        float: none;
        width: 100%;
    }


    .at-logo {
        position: relative;
        float: right;
        top: -69px;
        text-align: right;
        margin-right: 2%;
    }

    .at-logo img {
        max-width: 220px;
        width: 100%;
    }

    .logo img {
        max-width: 169px;
        z-index: 102;
        margin: 15px auto -30px auto;
        position: relative;
    }

    .logo-home img {
        max-width: 145px;
        z-index: 102;
        margin: 15px auto -40px auto;
        position: relative;
    }

    .logo-inv img {
        max-width: 150px;
        z-index: 102;
        margin: 15px 0 -75px 0px;
        position: relative;
    }


    #sell-link {
        margin-top: 15px;
    }



    #principal {
        top: -65px;
    }


    .top-header {
        width: 96%;
        background: #ccc;
        padding: 4% 2%;
    }

}

@media screen and (max-width: 445px) {

    .top-header {
        width: 96%;
        background: #ccc;
        padding: 6% 2%;
    }



    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 15px;
    }

    .consign a:link,
    .consign a:visited,
    .consign a:active {
        color: #fff;
        background: #197b30;
        padding: 20px 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 25px;
    }

    .consign {
        padding: 0 2% 2%;
        width: 96%;
        top: -40px;
        position: relative;
    }

    .consign-wrap {
        max-width: 265px;
        margin: 0 auto;
        padding: 0 2%;
    }

    .at-logo {
        display: none;
    }

    .logo {
        z-index: 99999;
        padding: 0 0 0 0;
        margin: 0 auto;
    }

    .logo img {
        max-width: 169px;
        z-index: 102;
        margin: 15px auto 38px auto;
        position: relative;
        width: 100%;
    }


    .logo-home {
        z-index: 99999;
        text-align: center;
        padding: 0 0 0 0;
    }

    .logo-home img {
        max-width: 145px;
        z-index: 102;
        margin: 15px auto 70px auto;
        position: relative;
    }


    .consign-wrap {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    .consign a:link,
    .consign a:visited,
    .consign a:active {
        padding: 7px;
        font-size: 14px;
    }

}

@media screen and (max-width: 375px) {

    .top-header {
        width: 96%;
        background: #ccc;
        padding: 6% 2%;
    }




}

@media screen and (max-width: 350px) {

    .top-header {
        width: 96%;
        background: #ccc;
        padding: 8% 2%;
    }


}

@media screen and (max-width: 299px) {


    .at-logo {
        display: none;
    }

    .express {
        display: nonne;
    }

    #footer-logo {
        float: none;
        text-align: center;
        display: inline;
        width: 300px;
        padding-bottom: 10px;
    }

    .divfooter {
        width: 100%;
    }

    .top-header {
        width: 96%;
        background: #ccc;
        padding: 10% 2%;
    }





}

.surroundauctions .center {
    text-align: center;
}

.surroundauctions {
    max-width: 1700px;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 50px;
}

.surroundauctions p {
    max-width: 100%;
}

.surroundauctions .heading {
    font-family: agenda, sans-serif;
    font-size: 47px;
    line-height: 48px;
    font-weight: 700;
    margin: 0 0 50px 0 !important;
}

.surroundauctions .special-heading {
    font-family: cherry-blossoms-regular, sans-serif !important;
    font-size: 36px !important;
    line-height: 36px !important;
    margin: 0 0 0 -4% !important;
    font-weight: 400 !important;
    color: #000;
}

.surroundauctions .center.special-heading {
    margin: 0 !important;
}

.surroundauctions .flourish-flex {
    display: flex;
    justify-content: space-between;
}

.surroundauctions .flourish-lines {
    width: calc(50% - 206px);
    border-style: solid;
    border-image: linear-gradient(90deg, rgba(3, 104, 168, 0) 0%, #a30c01 20%, #a30c01 80%, rgba(233, 45, 70, 0) 100%) 1;
    border-left: 0;
    border-right: 0;
    display: block;
    height: 3px;
    border-width: 1px;
}

.surroundauctions .slick-slide {
    margin-left: 27px !important;
}

.surroundauctions .slick-list {
    margin-left: -27px !important;
}

.surroundauctions .slick-prev,
.surroundauctions .slick-next {
    height: 30px !important;
    width: 30px !important;
    z-index: 200;
}

.surroundauctions .slick-prev:before,
.surroundauctions .slick-next:before {
    color: #000 !important;
    font-size: 30px !important;
}

.surroundauctions .slick-prev:before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    content: '\f053' !important;
}

.surroundauctions .slick-next:before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    content: '\f054' !important;
}

.surroundauctions .slick-arrow {
    z-index: 200;
}

.surroundauctions .slick-prev {
    left: -5% !important;
}

.surroundauctions .slick-next {
    right: -5% !important;
}

@media screen and (max-width: 1760px) {
    .surroundauctions .slick-prev {
        left: -3% !important;
    }

    .surroundauctions .slick-next {
        right: -3% !important;
    }
}

@media screen and (max-width: 768px) {
    .surroundauctions .heading {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 40px !important;
    }

    .surroundauctions .margin3 {
        margin: 0 12%;
    }

    .surroundauctions .slick-prev {
        left: -12% !important;
    }

    .surroundauctions .slick-next {
        right: -12% !important;
    }
}



.borrowed {
    /*! CSS Used from: https://www.brunaimplementco.com/themes/light-theme/combined/combined.css?m=1661976927 */
}

.borrowed img {
    vertical-align: middle;
}

.borrowed h2,
.borrowed p {
    text-rendering: optimizeLegibility;
}

.borrowed ul {
    list-style-position: outside;
}

.borrowed *,
.borrowed :after,
.borrowed :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.borrowed a:hover {
    cursor: pointer;
}

.borrowed img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

.borrowed img {
    display: inline-block;
}

.borrowed a {
    text-decoration: none;
}

.borrowed p {}

.borrowed div,
.borrowed h2,
.borrowed li,
.borrowed p,
.borrowed ul {
    margin: 0;
    padding: 0;
}

.borrowed a {
    color: #0871dc;
    line-height: inherit;
}

.borrowed p {
    line-height: 1.6;
}

.borrowed a img {
    border: none;
}

.borrowed p {
    margin-bottom: 1.25rem;
}

.borrowed h2 {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

.borrowed h2 {
    color: #222;
    line-height: 1.4;
}

.borrowed h2 {}

.borrowed ul {
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.borrowed ul {
    margin-left: 1.1rem;
}

@media print {
    .borrowed img {
        page-break-inside: avoid;
    }

    .borrowed * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .borrowed a,
    .borrowed a:visited {
        text-decoration: underline;
    }

    .borrowed a[href]:after {
        content: " (" attr(href) ")";
    }

    .borrowed img {
        max-width: 100% !important;
    }

    .borrowed h2,
    .borrowed p {
        orphans: 3;
        widows: 3;
    }

    .borrowed h2 {
        page-break-after: avoid;
    }
}

@media only screen and (min-width: 40.0625em) {
    .borrowed h2 {
        line-height: 1.4;
    }

    .borrowed h2 {}
}

.borrowed [class*=block-grid-]:after {
    clear: both;
}

.borrowed [class*=block-grid-] {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
}

.borrowed [class*=block-grid-]:after,
.borrowed [class*=block-grid-]:before {
    content: " ";
    display: table;
}

.borrowed [class*=block-grid-]>li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
}

@media only screen {
    .borrowed .small-block-grid-1>li {
        list-style: none;
        width: 100%;
    }

    .borrowed .small-block-grid-1>li:nth-of-type(1n) {
        clear: none;
    }

    .borrowed .small-block-grid-1>li:nth-of-type(1n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 40.0625em) {
    .borrowed .medium-block-grid-4>li {
        list-style: none;
        width: 25%;
    }

    .borrowed .medium-block-grid-4>li:nth-of-type(1n) {
        clear: none;
    }

    .borrowed .medium-block-grid-4>li:nth-of-type(4n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 64.0625em) {
    .borrowed .large-block-grid-4>li {
        list-style: none;
        width: 25%;
    }

    .borrowed .large-block-grid-4>li:nth-of-type(1n) {
        clear: none;
    }

    .borrowed .large-block-grid-4>li:nth-of-type(4n+1) {
        clear: both;
    }
}

.borrowed a {
    color: #0871dc;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.borrowed a:focus {
    outline: dotted 1px;
}

.borrowed ::selection {
    background: #b80000;
    color: #fff;
    text-shadow: none;
}

.borrowed ::selection {
    background: #b80000;
    color: #fff;
    text-shadow: none;
}

.borrowed ul {
    margin: 0 0 0 10px;
}

.borrowed ul li {
    line-height: 26px;
}

.borrowed .grid,
.borrowed .grid figure,
.borrowed .grid figure img {
    position: relative;
}

.borrowed .grid figure h2 {}

.borrowed .grid {
    clear: both;
}

.borrowed .grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    list-style: none;
    text-align: center;
}

.borrowed .grid figure {
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    min-width: 100%;
    max-width: 420px;
    max-height: 293px;
    max-height: 438px;
    width: 100%;
    background: #000;
    text-align: center;
    cursor: pointer;
}

.borrowed .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    opacity: 0.8;
}

.borrowed .grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.borrowed .grid figure figcaption::before,
.borrowed .grid figure figcaption::after {
    pointer-events: none;
}

.borrowed .grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.borrowed .grid figure h2 {
    /* word-spacing: -0.15em; */
}

.borrowed .grid figure h2,
.borrowed .grid figure p {
    margin: 0;
}

.borrowed .grid figure p {
    letter-spacing: 1px;
}

.borrowed figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

.borrowed figure.effect-sadie h2 {
    position: absolute;
    top: 78%;
    left: 0;
    width: 100%;
    color: #fff;
    /* letter-spacing: -1px; */
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.borrowed figure.effect-sadie figcaption::before,
.borrowed figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.borrowed figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

.borrowed figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

.borrowed figure.effect-sadie:hover figcaption::before,
.borrowed figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 50em) {
    .borrowed .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .borrowed figure.effect-sadie h2 {}
}

@media screen and (max-width: 50em) {
    .borrowed .grid figure {
        display: block;
        float: none;
        margin: 0px auto;
        width: 100%;
    }
}

.borrowed .site-wrapper p {}

.borrowed #cards {
    background: white;
    overflow: hidden;
}

.borrowed #cards .grid ul li {
    padding: 0;
    /*! CSS Used from: https://www.brunaimplementco.com/themes/light-theme/css/normalize.css ; media=screen, projection, print */
}

@media screen,
projection,
print {
    .borrowed img {
        border: 0;
    }

    .borrowed figcaption,
    .borrowed figure {
        display: block;
    }

    .borrowed a {
        background-color: transparent;
    }

    .borrowed a:active,
    .borrowed a:hover {
        outline: 0;
    }

    .borrowed figure {
        margin: 1em 40px;
    }
}