
body{
    margin:0px;
    padding:0px;
    font-size: 16px;
    /*font-family: 'RobotoRegular', sans-serif;*/
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color:#2a3a4b;
}
h1 {
    font-size: 1.5rem; }
h2 {
    font-size: 1.25rem; }
h3 {
    /*font-size: 1.1875rem;*/
    font-size: 22px; }
h4 {
    font-size: 1.125rem; }
h5 {
    /*font-size: 1.0625rem;*/
    font-size: 0.875rem; }
h6 {
    font-size: 1rem; }

@media screen and (min-width: 40em) {
    h1 {
        font-size: 3rem; }
    h2 {
        font-size: 2.5rem; }
    h3 {
        /*font-size: 1.9375rem;*/
        font-size: 22px; }
    h4 {
        /*font-size: 1.5625rem;*/
        font-size: 18px; }
    h5 {
        /*font-size: 1.25rem;*/
        font-size: 14px; }
    h6 {
        font-size: 1rem; }
}
/*  64em = 1,024px   */
@media screen and (min-width: 64em) {
    h3 {
        font-size: 28px;
        font-size: 1.75rem;
    }
}
/*---1200 = 75rem or XL------*/
@media screen and (min-width: 1200px) {
    h3 {
        /*font-size: 28px;*/ }
}
h1, h2, h3, h4, h5, h6 {
    /*'RobotoRegular', sans-serif;*/
    font-family: 'Roboto', sans-serif;
}
a{
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    outline:none;
}
a {
    color: #7ea172;
}
a:hover, a:focus {
    color: #618e52;
    text-decoration:none;
}
.button, button {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
    border: none;
    padding: 10px 35px 13px;
    font-size: 1.125rem;
    background-color: #7ea172;
    background: #7ea172;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    cursor:pointer;
}
.button:hover, .button:focus {
    background-color: #618e52;
    color: #fff;
}

a:hover{ text-decoration:none; }
.full {
    width: 100%;
    float: left;
}
.img {
    width: 100%;
}

header{
    /*width:100%; */
    /*float:left; */
    border-top:10px solid #8b540d;
    background:#fff;
    padding:15px 0px;
}
header .logo-img{
    max-width: 250px;
    max-height: 100px;
    margin-top: 0.625rem;
}
header .logo-name{
    color:#2a3a4b;
    /*font-size: 2em;*/
    line-height: 1.125;
}
header .logo :nth-child(2){
    margin-top: .5rem;
}

header ul.top-menu{
    float:right;
}
header ul.top-menu li{
    /*float:left;*/
    margin-left:7px;
}
header ul.top-menu li a{
    float:left;
    font-size:12px;
    color:#000;
    padding: 7px 8px;
    border-radius:3px;
    /*font-family: 'RobotoLight', sans-serif;*/
    font-weight: 300;
}
header ul.top-menu li:last-child a{
    background:#7ea172;
    color:#fff;
}
header ul.top-menu li a:hover{
    background:#8b540d;
    color:#fff;
}
@media screen and (min-width: 40em){
    header .logo .logo-name {
        font-size: 2rem;
    }
}


.top-bar, .top-bar ul {
    background-color: #fff;
    padding: 0px;
    float: none;
    display: inline-block;
}
.top-bar{
}
.menu > li{
    display: inline-block;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    /*content: '';*/
    /*display: block;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border: inset 5px;*/
    border-color: #2a2d34 transparent transparent;
    /*border-top-style: solid;*/
    /*border-bottom-width: 0;*/
    /*right: 5px;*/
    /*margin-top: -2px;*/
}

.nav-section{
    width:100%;
    background:#fff;
}
.nav-section .grid-container{ padding:0px; }

.nav-section .menu > li > a{
    text-transform: uppercase;
}
.menu > li > a{
    color: #000;
    font-size: 14px;
    padding: 4px 20px;
    /*font-family: 'RobotoBold', sans-serif;*/
    font-weight: 700;
    padding: 11px 15px;
}
.menu > li > a:hover{
    color:#8a540c;
}
.nav-section .top-bar-left ul .active > a,
.menu .active > a {
    background: #fff;
    color: #7ea172;

}
.top-bar .top-bar-left {
    text-align: left;
    float: none;
}
.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu,
.top-bar ul ul{
    background: #2a2d34;
    border-color: #2a2d34;
}
.menu > li > ul > li > a{
    padding: 10px 15px;
    border-bottom: 1px solid #454a54;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-weight: 300;
    line-height: 1.25;
}
.menu > li > ul > li > a:hover{
    color: #222;
    background: #e1e5ee;
}
.dropdown.menu.vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #7ea172;
    border-left-style: solid;
    border-right-width: 0;
}
.title-bar-title > a{
    color: #fff;
}
.menu-icon {
    background: transparent;
    padding: 0;
}
@media (max-width: 639px) {
    header {
        text-align: center;
    }
    header ul.top-menu {
        float: none;
        display: inline-block;
        margin-top: 10px;
    }
    .nav-section .menu > li > a {
        padding-left: 2.5rem;
    }
    .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #7ea172 transparent transparent;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 2rem;
    }
    ul.is-accordion-submenu{
        text-align: left;
        /*margin: 0 -.5rem;*/
    }
    .top-bar ul {
        width: 100%;
    }
    .menu > li > ul > li > a {
        padding: 10px 2rem;
    }
    .top-bar ul ul li a{

    }
    .top-bar ul ul ul li a{

    }

}
@media print, screen and (min-width: 40em){
    .menu.medium-horizontal > li {
        display: flex;
        float: left;
    }
    .menu.medium-horizontal > li {
        display: block;
        float: left;
    }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #000 transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px;
    }
}

.banner {
    width: 100%;
    position: relative;
    max-height: 260px;
    overflow: hidden;
}
.banner .img-responsive {
    display: inline-block;
    max-width: none;
    height: auto;
    width: 100%;
}
.banner span {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 25%;
    text-align: center;
}
.banner span h2, .banner span h3{
    margin: 0;
    line-height: 30px;
    color: #f3fafc;
}
.banner span h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.banner span h3 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.sub-banner{
    max-height: 150px;
}
@media(max-width:39.9375rem) {
    .banner img {
        min-height: 120px;
    }
}
/* (max-width: 639px) = 40em */
@media(min-width:40em) {
    .banner span h2 {
        font-size: 36px;
    }
    .banner span h3 {
        font-size: 24px;
    }
    .banner span {
        top: 40%;
    }
}

.tax_text{
    background:#2b2d35;
    border-bottom:10px solid #8b540d;
    padding:25px 0px;
    color:#f3fafc;
}
.tax_text h2{
    font-size:24px;
    color:#fff;
    margin:0px 0px 7px;
    font-weight: 700;
    text-transform:uppercase;
}
.tax_text h2 span{
    font-weight: 300;
    color:#8b540d;
    text-transform:none;
}
.tax_text p{
    font-size:14px;
    color:#f3fafc;
    margin:0;
    font-weight: 300;
    line-height:30px;
}
.section-header{
    width: 100%;
    box-shadow: 0 2px 2px #ccc;
    min-height: 53px;
}
.section-header h2 {
    font-size: 20px;
    color: #845816;
    margin: 0px;
    padding: 10px 0px;
    /*font-family: 'RobotoBold';*/
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
@media(min-width:40em) {
    .tax_text p {
        font-size: 16px;
    }
    .section-header h2 {
        font-size: 24px;
    }
}

.our_services {
    /*width: 100%;*/
    /*float: left;*/
    background: #fff;
    padding-bottom: 40px;
}
.border {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
}
.services_box{
    width:100%;
    float:left;
    padding:20px 0px;
}
.services_box span{
    width:64px;
    height:64px;
    float:left;
    background:#2b2d35;
    text-align:center;
    line-height:64px;
    margin:0px 30px 20px 0px;
}
.services_box h3{
    font-size:17px;
    color:#29333c;
    margin:0px;
    font-weight: 700;
}
.services_box p{
    color:#29333c;
    margin:0px 0px 5px;
    line-height: 18px;
    font-size: 13px;
}
.services_box a{
    float:right;
    font-size:14px;
    color:#7ea172;
    font-style:italic;
    background:url(../images/arrow.png) no-repeat right center;
    padding-right:15px;
}
.services_box a:hover{
    background:url(../images/arrow.png) no-repeat right center;
    color:#8b540d; }

@media (max-width: 767px){
    .our_services {
        padding-bottom: 0px;
    }
    .services_box {
        border-bottom: 1px solid #eee;
    }
}
@media (min-width: 64em) {
    .services_box p {
        /*font-size:15px;*/
    }
}
.today {
    width: 100%;
    float: left;
    background: #fff;
    padding-bottom: 40px;
}
.today .grid-container{
    margin-top: 2.5rem;
}
/*LEFT SIDE*/
.today .contactus_form {
    width: 100%;
    float: left;
    background: #2b2d35;
    border-bottom: 15px solid #8b540d;
    padding: 20px 20px 70px 20px;
    margin-bottom: 20px;
}
.contactus_form .top_img {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.contactus_form h3, .contactus_form h4{
    color: #fff;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 40px;
}
.contactus_form h3 {
}
.contactus_form .social > h3 {
    margin: 15px 0px 15px;
}
.contactus_form form{ width:100%; float:left; }
.contactus_form form .full { margin-bottom: 7px;}
.contactus_form form .full label {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #626b80;
    font-weight: 700;
    margin: 0px;
}
.contactus_form form .full input,
.contactus_form form .full textarea,
.signup_form input{
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 300;
    /*color: #a1a5ad;*/
    color: #454850;
    font-style: italic;
    background: #e1e5ee;
    margin: 0px;
    border: none;
    padding: 10px 20px;
}
.contactus_form form .full .capcha{ width:100%; float:left; margin-top:11px; }
.contactus_form form .full input {
    height: 62px;
}
.contactus_form form .full textarea {
    height: 132px;
}
.contactus_form form .full .capcha {
    width: 100%;
    float: left;
    margin-top: 11px;
}
.contactus_form form .full button {
    float: right;

    margin-top: 5px;
}
.contactus_form .social {
    width: 100%;
    float: left;
}
.contactus_form .social ul {
    text-align: center;
    margin-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.contactus_form .social ul li {
    float: none;
    display: inline-block;
    margin: 0 0.3975rem 16px;
    min-width: 65px;
}
.contactus_form .social ul li a span {
    font-size: 13px;
    width: 100%;
    float: left;
    color: #8b540d;
    font-family: 'RobotoMedium', sans-serif;
    font-style: italic;
}
.contactus_form .social ul li a {
    font-size: 20px;
    color: #fff;
}
.contactus_form .social ul li a i.fa-svg:before {
    background: #FFF;
    height: 20px;
}
@media screen and (min-width: 64em) {
    .contactus_form .social > h3 {
        margin: 30px 0px 40px;
    }
    .contactus_form .social ul li a span {
        font-size: 16px;
    }
}
@media (min-width: 48em){
    .today .contactus_form {
        margin-bottom: 0;
    }
}
/* RIGHT SIDE */
.newsletters h3 {
    font-size: 18px;
    color: #e1e5ee;
    margin: 0px;
    background: #8b540d;
    text-align: center;
    padding: 10px 20px;
}
.newsletters h5, .newsletters_box h4  {
    font-family: 'Open Sans', sans-serif;
}
.newsletters_box h4 {
    font-size: 14px;
    color: #000018;
    margin: 0px;
    font-weight: 700;
}
.newsletters_box h5{
    font-size:14px;
    color:#000018;
    margin:5px 0 10px;
    font-weight: 300;
    font-style:italic;
}
.newsletters_box p {
    /*font-size: 16px;font-family: 'CalibriRegularRegular';*/
    color: #9b9b9b;
    margin: 0;
    line-height: 20px;
}
.newsletters_box p a {
    color: #5ba065;
}
.newsletters_main {
    width: 100%;
    float: left;
    border-left: 3px solid #bababa;
    margin-top: 15px;
}
.newsletters_box {
    width: 100%;
    float: left;
    background: #f7f8fa;
    padding: 20px 25px;
    margin-bottom: 15px;
}
.newsletters_box .newsletter-date {
    font-size: 14px;
    color: #000018;
    margin: 5px 0px 10px;
    /*font-family: 'OpenSansLight';*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: italic;
}
.newsletters_main .full a {
    float: right;
    font-size: 16px;
    color: #7ea172;
    font-style: italic;
    /*font-family: 'CalibriRegularRegular', sans-serif;*/
    margin-bottom: 40px;
    background: url(../images/arrow.png) no-repeat right center;
    padding-right: 15px;
}
.newsletters_main .full a:hover {
    color: #8b540d;
    background: url(../images/arrow.png) no-repeat right center;
}
.signup_form {
    width: 100%;
    float: left;
}
.signup_form input {
    width: 100%;
    max-width: 480px;
    height: 62px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.signup_form button{
    width: 100%;
    max-width: 186px;
    height:62px;
    margin-bottom:0 ;
    background: #7ea172;
}
.signup_form button:hover{
    background:#8b540d;
    color:#fff;
}
@media (min-width: 64em){
    .newsletters_box h4{ font-size:18px;}

}
@media (max-width: 1200px){
    .signup_form input{
        max-width: 70%;
    }
    .signup_form button {
        max-width: 30%;
    }
}

.client_links{
    margin-top: 0rem;
    margin-bottom: 3rem;
}
.client_links > .grid-container .column > .column.clientlink{
    /*border: 2px solid goldenrod;*/
    border-top: 16px solid #8b540d;
    background-color: #000018;
    text-align: center;
    padding: 2rem 0;
    margin: 2.5rem 0 0;
}
.client_links h3>a{
    color: #fff;
    text-transform: uppercase;
}
@media screen and (min-width: 40em) {
    .client_links > .grid-container .column > .column.clientlink{
        padding: 2rem 0;
        margin: 2.5rem 0;
    }
    .client_links > .grid-container .column > .column.clientlink:first-child:nth-last-child(1) {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    /* two items */
    .client_links > .grid-container .column > .column.clientlink:first-child:nth-last-child(2),
    .client_links > .grid-container .column > .column.clientlink:first-child:nth-last-child(2) ~ .column.clientlink {
        /*width: 45%;*/
        width: 46.5%;
    }
    .client_links > .grid-container .column > .column.clientlink:first-child:nth-last-child(2) {
        margin-right: 7%;
    }
    .client_links h3>a{
        font-size: 24px;
        color: #fff;
        text-transform: uppercase;
    }
}
.other-pg-section{
    margin-bottom: 2.5rem;
}
.text-wrap{
    padding-top:1.5rem;
    padding-bottom: 20px;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

@media screen and (max-width: 63.9375rem){
    .other-pg-section > .grid-container .column > .column{
        width: 91.66667%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}
@media screen and (min-width: 64em) {
    .other-pg-section > .grid-container .column > .column{
        padding: 0 0;
        margin-top: 1.5rem;
        margin-bottom: 2.5rem;
    }
    .other-pg-section > .grid-container .column > .column:first-child:nth-last-child(1) {
        width: 91.66667%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .other-pg-section > .grid-container .column > .column:first-child:nth-last-child(2) {
        width: 58.33333%;
    }
    .other-pg-section > .grid-container .column > .column:first-child:nth-last-child(2) ~ .column  {
        width: 41.66667%;
    }

    .text-wrap {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}
.googleMap {
    width: 100%;
    height: 250px;
}
.googleMapLink{
    margin-top: .5rem;
    margin-bottom: 1rem;
    width: 100%;
}

.g-recaptcha{
    margin:1rem 0;
}
.map-section {
    /*width: 100%;*/
    background: #2b2d35;
    border-bottom: 15px solid #8b540d;
    padding: 20px 20px 70px 20px;
    /*margin-bottom: 20px;*/
    /*margin-top: 2rem;*/
}
.map-section p, .map-section a {
    color: #fff;
}
.map-section h3{
    color: #fff;
    margin: 0px 0px 40px;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
}
.contact-us .contactus_form form{
    background: #f7f8fa;
    padding: 20px 0;
    margin-bottom: 15px;
    /*border-left: 3px solid #bababa;*/
}
.contact-us .contactus_form h3{
    font-size: 18px;
    color: #e1e5ee;
    margin: 2.5rem 0px 1rem;
    background: #8b540d;
    text-align: left;
    padding: 10px 20px;
}
label {
    width: 100%;
    font-size: 17px;
    color: #626b80;
    font-weight: 700;
    margin: 0px;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea{
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 300;
    /*color: #a1a5ad;*/
    color: #454850;
    font-style: italic;
    background: #e1e5ee;
    margin: 0px;
    border: none;
    padding: 10px 20px;
    min-height: 62px;
}
.contact-us textarea{
    height: 246px;
}
[type='email']::-webkit-input-placeholder,
[type='text']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #81858d;
}
[type='email']::-moz-placeholder,
[type='text']::-moz-placeholder,
textarea::-moz-placeholder{ /* Firefox 19+ */
    color: #81858d;
}
[type='email']:-ms-input-placeholder,
[type='text']:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+ */
    color: #81858d;
}
[type='email']:-moz-placeholder,
[type='text']:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
    color: #81858d;
}
img[style*="float: right;"]{
    margin: .6rem 0 .6rem .6rem;
}
img[style*="float: left;"]{
    margin: .6rem .6rem .6rem 0;
}

/*----------- Footer -----------*/
footer {
    width: 100%;
    float: left;
    background: #000018;
    border-top: 16px solid #8b540d;
    color:#fff;
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
}
footer a, footer .menu > li > a{
    font-size: 16px;
    color: #fff;
}
footer .main-footer-body{
    padding: 20px 0px;
}
footer h2 span {
    display: inline-block;
    background: #000018;
    padding: 0px 10px;
}
footer h3 {
    font-size: 16px;
    margin: 0 0 25px;
    font-weight: 600;
    text-transform: capitalize;
    background: url(../images/line2.png) no-repeat center center;
}
footer h3 , footer .helpful-links ul li a{
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    color: #fff;
}
footer p {
    color: #fff;
    margin-bottom: 0rem;
    /*font-family: 'RobotoLight', sans-serif;*/
    font-weight: 300;
    line-height: 24px;
}
footer .contact-info > p:last-child {
    margin-bottom: 1rem;
}
footer .contact-info, footer .helpful-links{
    margin-bottom: 25px;
}
footer .helpful-links ul li a {
    line-height: 31px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}
footer ul li a:hover {
    color: #c48433;
}
.footer-message, .copyright{
    padding-top: 5px;
    padding-bottom: 5px;
    /*font-family: 'OpenSansLight';*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
}
.footer-message{
    margin-top: 25px;
}
.copyright {
    width: 100%;
    float: left;
    background: #8b540d;
    text-align: center;
    font-size: 12px;
    color: #eeeeee;
}

@media screen and (max-width: 39.9375em){
    .small-centered-only {
        margin-left: auto;
        margin-right: auto; }
    .small-centered-only, .small-centered-only:last-child:not(:first-child) {
        float: none;
        clear: both; }

    /*.small-uncentered,*/
    /*.small-push-0,*/
    /*.small-pull-0 {*/
    /*position: static;*/
    /*margin-left: 0;*/
    /*margin-right: 0;*/
    /*float: left; }*/
}
@media (max-width: 992px){
    .grid-container {
        /*width: 750px;*/
    }
}
.make-payment h1 {
    display: none;
}
.make-payment .button{
    margin-top: 1rem;
}
.link-container, .afsbpage-service-list-item {
    margin-bottom: 15px;
}
#nl-archive-hd {
    font-size: 18px;
    font-weight: bold;
}
.newsletter-article table tbody tr:nth-child(even) {
    background: inherit;
}
.newsletter-article table thead, .newsletter-article table tbody, .newsletter-article table tfoot {
    border: inherit;
}


/*  Header CTA Css     */
.header-cta-container {
    padding: 3px 1rem 0;
    background: #2b2d35;
}
.header-cta-container a{
    color: #f3fafc;
    font-weight: 500;
    display: inline-block;
    padding: .65rem 0.625rem .5rem 0.625rem;
}
.header-cta-container a:hover{
    color: #618e52;
}
.header-cta-container .contact-option-cta a{
    font-size: 18px;
}
.header-cta-container .contact-option-cta a i{
    margin-right: 0.625rem;
    color: #7ea172;
}
.header-cta-container .social-links-cta{
}
.header-cta-container .social-links-cta a{
    /*font-style: italic;*/
}
.header-cta-container .social-links-cta a:hover{
}
.header-cta-container .social-links-cta a i{
    margin-right: 0.125rem;
    color: #7ea172;
}
.header-cta-container i.fa-svg:before {
    background: #7ea172;
    height: 14px;
}
.header-cta-container .social-links-cta a>span{
    /*display: none;*/
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Page Components */
.skelly-component .component-img-wrap {
    border-color: #8b540d;
}

/* EOF */