body {
   font-size: 14px;
   background: none!important;
}
h1, h2, h3, h4 {
      font-family: "AmericanSans",Arial,Helvetica,sans-serif!important;
      line-height: 1.2em!important;
}
.main-headline {
    margin-top:25px!important;
    font-size:36px!important;
    color:#0078d2;
}

.hero-banner {
    background: url(../images/animalimages.png) no-repeat top center;
    background-size: 100%;
    width: 100%;
    height: 246px;
    position: relative;
}
.c-form__input {
  width: 75%!important;
  border-radius: 0!imporant;
}

.hero-banner-kennel {
    background: url("../images/kennel-guidelines-hero.png") no-repeat top center;
    background-size: 100%;
    width: 100%;
    height: 246px;
    position: relative;
}

.hero-banner-container {
    background-size: 100%;
    width: 100%;
    height: 246px;
    position: relative;
}

.hero-banner-faq {
    background: url("../images/help_faqs_hero.png") no-repeat top center;
    background-size: 100%!important;
}
#animals-cargo p {
    margin-bottom: 20px!important;
    font-family: Arial!important;
}

.alert-box {
    background-color:#f5f5f7; 
    padding: 15px; 
    margin-bottom: 30px;
    border: 1px dotted #d0dae0;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}

#animals-cargo .alert-box h2 {
    margin-top: 0!important;
    margin-bottom: 20px!important;
    color: #fbba31!important;
    font-weight: normal!important;
    font-size: 32px!important;
}
#animals-cargo h4 {
    font-size: 17.4px!important;
    color: #0078D2!important;
}
.alert-img {
    width: 30px;
}
.animals-banner {
    width: 1100px;
}
.animals-content {
    width: 940px;
}
/* Search icon fix */
.c-form--search .c-form__button {
  margin-top: -5px!important;
  margin-right: 0px!important;
}
.circle-number {
    border-radius: 100%;
    background:#0078D2;
    height: 40px;
    width: 40px;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    font-size: 30px;
    display: block;
    float: left;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -10px;
}
.circle-inner {
    margin-top: -2px;
    display: block;
}
.hero-inner {
    background-color: rgba(0, 120, 210, 0.78);
    height: 66px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#animals-cargo .hero-banner h1, #animals-cargo .hero-banner-kennel h1, #animals-cargo .hero-banner-faq h1 {
    color: #fff;
    height: 50px;
    text-align: left;
    font-weight: lighter;
    margin-left: 80px;
    font-size: 38.40px!important;
    margin-top: 10px!important;
}

#animals-cargo h2.topmargin {
    font-size: 32px!important;
    color: #0078D2!important;
    margin-top: 60px!important;
    margin-bottom: 20px!important;
}

p.font16 {
    font-size: 16px;
}

.img-shadow {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
ul.bullets li {
    list-style: inside;

}
ul.bullets li ul li {
    margin-left: 20px;
}
.animals-content ul {
    margin-left: 50px!important;
}
.animals-content ul li {
    font-family: Arial, Helvetica, sans-serif!important;
    margin-bottom: 10px!important;
}

/*columns*/Backlinks
#animals-cargo .span6 {
    width: 45%;
}
#animals-cargo .span8 {
    width: 60%;
}
#animals-cargo .span4 {
    width: 30%;
}
#animals-cargo .span12 {
    width: 100%;
}


.breadcrumbs {
    color: #4db4fa;
    font-size: 14px;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.link-box {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    min-height: 240px;
    display: block;
}
.box-header {
    background: #656565;
    width: 100%;
    margin-top: -10px;
}
#animals-cargo .box-header h3 {
    color: #fff;
    font-size: 24px!important;
    font-weight: normal;
    text-align: center;
}
.animals-page h3 {
    font-size: 24px!important;
    margin-bottom: 10px!important;
    margin-top: 30px!important;
}
.dogimg {
    height: 200px;
    float: right;
    margin-right: -65px;
}

.btn-main {
    background: #0078D2;
    color: #fff;
    border-radius: 4px;
    width: 250px;
    box-shadow: none;
    border: none;
    padding: 10px;
    text-align: center;
    font-size: 15px!important;
    text-shadow: none;
    margin-top: 20px;
    display: block;
    cursor: pointer;
}
.btn-main:hover {
    background: #36608c;
    color: #fff;
}
.btn-secondary {
    background: transparent;
    border: 2px solid #0078D2;
    color: #0078D2;
    border-radius: 4px;
    font-size: 15px!important;
    margin-top: 20px;
    display: block;
    cursor: pointer;
    text-shadow: none;
    padding: 10px;
    width: 250px;
    text-align: center;
}
.btn-secondary:hover {
    border: 2px solid #36608c;
    color: #36608c;
}

.box-body {
    padding: 15px;
}
.box-body ul {
    list-style: none;
    margin: 0;
}

.ipata-img {
    margin-top: 10px;
    display: block;
}
.gr-box {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    min-height: 500px;
}
.gr-box.gr-box-bottom {
    min-height: 325px!important;
}

.gr-body {
    padding: 15px 15px 10px 15px;
}
#animals-cargo .gr-body h3 {
    margin-top: -45px!important;
    padding-bottom: 10px!important;
    font-size: 24px!important;
    text-align: center;
    color: #fff;
}


.icnDocument {
    background:url(../images/icn-document.png) no-repeat 6px 0;
    height:21px;
    padding-left:35px;
    display:block;
}


img.doc-img {
    width: 250px;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}


.shadow-box {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
padding: 15px;
margin-bottom: 30px;
display: block;
}
#animals-cargo .shadow-box h2 {
    margin-top: 10px!important;
    font-size: 32px!important;
    color:  #0078D2!important;
    margin-bottom: 20px!important;

}


.btn-main[target~="_blank"]:after {
    font-size: .8em;
    font-family: 'American Icons';
    content: ""!important;
    vertical-align: text-bottom;
    display: inline;
}
#animals-cargo table thead th h4 {
    color: #fff!important;
}
#animals-cargo table {
    font-family: Arial, Helvetica, sans-serif!important;
}
table {
      font-family: Arial, Helvetica, sans-serif!important;
}

.tableContainer table {
    margin-top: 20px!important;
    border: #0078D1 2px solid;
    font-family: Arial, Helvetica, sans-serif!important;
}
.tableContainer table thead {
    background: #0078D1;
}
.tableContainer table tr td {
    padding: 5px!important;
}
.tableContainer table tr th {
    padding: 5px!important;
}
.tableContainer table tr.stripe {
    background: #F5F5F5;

}

/* Accordion */
.animals-accordion:focus {
    outline: 0;
}
.animals-accordion h2 {
    color: #0078d2;
    font-family: "AmericanSansLight-ie","AmericanSansLight",Arial,Helvetica,sans-serif;
    font-size: 2em;
    font-weight: normal;
    margin: 30px 0 24px 0;
    outline: 0;
}

.animals-accordion .accordion-heading .accordion-toggle {
    padding-left: 0px;
    outline: 0;
}

.animals-accordion .accordion-group {
    border-top: 1px solid #656565;
    border-bottom: 1px solid #656565;
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin-bottom: -1px;
    position: relative;
    outline: 0;
}

.animals-accordion .accordion-inner {
    border: none;
    padding-top: 0;
}

.toggle-carret {
    background: url("../images/carret.png") no-repeat top center;
    width: 17px;
    height: 7px;
    position: absolute;
    right: 30px;
    top: 60px;
}
.toggle-carret-down {
    background: url("../images/carret2.png") no-repeat top center;
    width: 17px;
    height: 7px;
    position: absolute;
    right: 30px;
    top: 60px;
}
.animals-accordion .accordion-group.first-accordion {
    border-top: none!important;
    margin-top: -20px;
}

/* Tabs */
.new-pages-tab .nav {
    margin-bottom: 20px;
    margin-left: 0!important;
    list-style: none;
    outline: none!important;
}
#tab1-faq, #tab2-faq {
    padding-bottom: 30px;
}
#tab1-faq.tab-pane {
    min-height: 800px;
    overflow-x: hidden;
    overflow-y: hidden;
}
#tab2-faq.tab-pane {
    min-height: 900px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.new-pages-tab ul li {
    margin-bottom: -1px!important;
    border-radius: 0!important;
    outline: none!important;
}

.new-pages-tab ul li a:link {
    color: #00467f!important;
    font-size: 24px;
    outline: none!important;
    padding: 1em;
}

.new-pages-tab ul li.active a:link {
    color: #0078d2!important;
    outline: none!important;
    padding: 1em;
}
.mobile-tab {
    display:none;
}
.desktop-tab {
    display: block;
}

.new-pages-tab .nav-tabs > .active > a {
    background: #fff!important;
    border-radius: 0px!important;
    margin-right: 0px!important;
}
.new-pages-tab .nav-tabs > li > a {
    background: #EBEFF0!important;
    border-radius: 0px!important;
    margin-right: 0px!important;
}




@media (min-width: 980px) and (max-width: 1199px) {
    .animals-banner {
        width: 100%;
    }
    .animals-content {
        width: 100%;
    }
    .dogimg {
        margin-top: 30px;
        margin-right: 0;
        float: none;
    }
    /*columns*/
#animals-cargo .span6 {
    width: 45%;
}
#animals-cargo .span8 {
    width: 60%;
}
#animals-cargo .span4 {
    width: 30%;
}
#animals-cargo .span12 {
    width: 100%;
}
.row {
    margin-left: 20px!important;
}


}

@media (max-width: 979px) {
    .toggle-carret {
        top: 45px!important;
        right: 20px!important;
    }
    .toggle-carret-down {
        top: 45px!important;
        right: 20px!important;
    }
    .mobile-tab {
        display:block;
    }
    .desktop-tab {
        display: none;
    }
    .alert-img {
        width: 20px;
    }
    img.doc-img {
        float: none;
        width: 100%;
        margin: 0 0 15px 0;
    }
    .circle-inner {
        margin-top: 5px;

    }
    .animals-banner {
        width: 100%;
    }
    .animals-content {
        width: 100%;
    }
    .dogimg {
        float: none;
        margin-right: 0;
    }

    #animals-cargo .span6 {
        width: 100%;
    }
    #animals-cargo .span4 {
        width: 100%;
    }
    #animals-cargo .span8 {
        width: 100%;
    }
    .hero-banner {
        background: url("../images/animalimages.png") no-repeat top center;
        background-size: 100%;
        width: 100%;
        height: 140px;
        position: relative;
    }
    .hero-banner-container {
        background-size: 100%;
        width: 100%;
        height: 140px;
        position: relative;
    }
    .hero-inner {
        background-color: #fff;
        height: 66px;
        width: 100%;
    }
    #animals-cargo .hero-banner h1, #animals-cargo .hero-banner-container h1, #animals-cargo .hero-banner-kennel h1, #animals-cargo .hero-banner-faq h1 {
        color:  rgba(0, 120, 210, 1);
        height: 50px;
        text-align: left;
        font-weight: lighter;
        margin-top: 15px!important;
        font-size: 24px!important;
        margin-left: 0!important;
    }
  
    .breadcrumbs {
        margin-left: 0;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    #animals-cargo h2 {
        display: block;
        line-height: 24px;
        font-size: 22px!important;
        color: #0078D2!important;
        margin-bottom: 20px!important;
    }
    #animals-cargo h2.topmargin {
        margin-top: 30px!important;
    }
    .btn-main, .btn-secondary {
        width: 100%;
    }

    .link-box, .gr-box {
        margin-bottom: 30px;
    }
    #animals-cargo .box-header h3 {
        font-size: 18px!important;
    }
   
    img.mialana {
        margin-top: 0;
        margin-left: 10px;
    }
    table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    table th {
        text-align: left;
    }
    .dogimg {
        height: auto;
    }
    .gr-box.gr-box-bottom {
        min-height: auto;
    }

    #animals-cargo .gr-body h3 {
        margin-top: -45px!important;
    }
    /* Accordion */
    .animals-accordion .accordion-toggle .toggle-carret {
        right: 20px;
    }
    .animals-page .animals-accordion h2 {
        margin-bottom: 0px;
    }
    .animals-page .animals-accordion .accordion-heading .accordion-toggle {
        padding: 0!important;
    }
  
}