/*  Responsive breaks */
/*
lg (min-width: 1240px)
md (min-width: 1024px)
sm (min-width: 768px)
xs (max-width: 767px)
*/

/* Layout */
.container-fluid {
    max-width: 1220px; /* 1200px + paddind-left: 10px + padding-right: 10px */
}
@media only screen and (max-width: 1023px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Helper classes */
.ib {
    display: inline-block;
}
.vam {
    vertical-align: middle;
}
.vab {
    vertical-align: bottom;
}
.pos-a {
    position: absolute;
}
.pos-r {
    position: relative;
}
.tbl-cell {
    display: table-cell;
}
.gray-border-top {
    border-top: 1px solid #afafaf;
}
.gray-border-bottom {
    border-bottom: 1px solid #afafaf;
}
.box-shaddow-bottom {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}

/* Margins and paddings */
.mtm {
    margin-top: 20px;
}
.mtl {
    margin-top: 30px;
}
.mbm {
    margin-bottom: 20px;
}
.mbl {
    margin-bottom: 30px;
}
.ptm {
    padding-top: 20px;
}
.ptl {
    padding-top: 30px;
}
.pbm {
    padding-bottom: 20px;
}
.pbl {
    padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .mtm-xs {
        margin-top: 20px;
    }
    .mtl-xs {
        margin-top: 30px;
    }
    .mbm-xs {
        margin-bottom: 20px;
    }
    .mbl-xs {
        margin-bottom: 30px;
    }
    .ptm-xs {
        padding-top: 20px;
    }
    .ptl-xs {
        padding-top: 30px;
    }
    .pbm-xs {
        padding-bottom: 20px;
    }
    .pbl-xs {
        padding-bottom: 30px;
    }
}

/* Fonts */
body {
    font-size: 14px;
}
body,
code,
kbd,
pre,
samp,
.tooltip,
.popover {
    font-family: "Gotham SSm A", Arial, sans-serif;
}
h1 {
    margin-bottom: 25px;
}
h2, h3, h4 {
    font-weight: bold;
    margin-bottom: 20px;
}
p {
    margin-bottom: 20px;
}
.font-white {
    color: #ffffff;
}
h3 + strong.subheader {
    display: block;
    margin-top: -20px;
    margin-bottom: 20px;
}
ul, ol {
	line-height: 2em;
}

/* Form elements */
.form-control {
    height: 44px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 42px;
    color: #343434;
    background-color: #cccccc;
    border: 1px solid #161616;
    border-radius: 3px;
}

/* Buttons */
.btn {
    color: #ffffff;
    background-image: none;
    background: rgba(4, 74, 146, .95);
    /*
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
    */
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.4);
}
.btn:hover {
    color: #ffffff;
    background: rgba(11, 63, 119, .95);
}
.btn-yellow {
    color: #004974;
    background: rgba(235, 200, 4, .95);
}
.btn-yellow:hover {
    color: #004974;
    background: rgba(219, 190, 3, .95);
}
.btn-lg {
    padding: 9px 38px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
}

/* Colors */
.gray-bg {
    color: #fff;
    background-color: #494949;
}
.yellow-bg {
    background-color: #fde144;
}
.blue-bg {
	color: #fff;
    background-color: #004a98;
}

/* Globals */
.img-alignleft {
    float: left;
    max-width: 100%;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.img-alignright {
    float: right;
    max-width: 100%;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
}
.img-border-white {
    padding: 6px;
    background: #fff;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
    img-white-borderborder: 1px solid rgba(58, 58, 58, 0.3);
}
.img-interior-pg{
    margin-left:45px;
    margin-bottom:45px;
	margin-right:45px;
}

.img-list{
    max-width:200px;
}
@media only screen and (max-width: 767px) {
    .img-centered-xs {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Breadcrumbs */
div #cms-breadcrumb {
    margin-top:10px;
}
.breadcrumb {  
    background-color: #fff;
    color: #00448c;
    padding: 5px;
    font-weight:bold;
    font-size:13px;
} 
.breadcrumb:hover{
    color: #006FAF;
}
.breadcrumbseparator {
    color: #595959;
    font-size:10px
}

/* Pagination */
table.paginator,
table.paginator th,
table.paginator td {
    border: none;
    font-size: 14px;
    line-height: 20px;
    background-color: transparent;
    font-weight: normal
}

table.paginator {
    border-top: 1px solid #dedede;
    width: 100%; 
    margin-bottom:15px;
}

table.paginator td {
    padding: 20px 5px 0 5px
}

table.paginator td.pg-items {
    width: 100%;
    text-align: right
}

table.paginator td.pg-curr,
table.paginator td.pg-page {
    text-align: center
}

table.paginator a,
#body-content table.paginator a {
    text-decoration: none
}

table.paginator td.pg-curr,
table.paginator td a {
    font-weight: 500
}

table.paginator td b {
    font-weight: normal
}

table.paginator td.pg-prev {
    padding: 20px 10px 0 10px
}

table.paginator td.pg-next {
    padding: 20px 0 0 10px
}

/* Section Navigation */
.section-nav ul, .section-nav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.section-nav a {
    display: block;
    color: #716258;
    font-size: 1.1rem;
    padding: 1rem 2rem;
    border-top: 1px solid rgba(152, 138, 129, 0.4);
    border-left: 1px solid rgba(152, 138, 129, 0.4);
    border-right: 1px solid rgba(152, 138, 129, 0.4);
    font-size: 15px;
}
.section-nav li.current-page a {
    background: rgba(152, 138, 129, 0.2);
} 
.section-nav a:hover {
    background: rgba(152, 138, 129, 0.2);
} 

.section-nav #subnav .active a {font-weight:bold; font-size:18px;}

/* Carousel */
.carousel-control {
    width: 5%;
}
.carousel-control.left,
.carousel-control.right {
    background: none;
    background-image: none;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    height: 60px;
    margin-top: -20px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    /* margin-left: -20px; */
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    /* margin-right: -20px; */
}
.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
    content: '';
    display: block;
    width: 30px;
    height: 60px;
    background: url("/assets/images/lists/carousel-nav.png") no-repeat 0px 0px;
}
.glyphicon-chevron-right:before {
    background: url("/assets/images/lists/carousel-nav.png") no-repeat -30px 0px;
}
@media only screen and (max-width: 767px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -5px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -5px;
    }
}

/* Fullwidth elements */
.full-page-banner {
    overflow-x: hidden;
}
.full-page-banner > div {
    width: 500%;
    margin-left: -200%;
}
.full-page-banner .bg-img {
    width: 100%;
}
.full-page-banner .bg-video {
    margin: 0 auto;
    max-width: 100%;
}
.full-page-container {
    width: 20%;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

/* Homepage navbar */
.homepage-top-section-overlay {
    position: relative;
}
.homepage-top-section {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

/* Header */
.header-top-section {
    height: 170px;
    background: rgba(255, 255, 255, .4);
}
.header-logo {
    display: inline-block;
    margin-top: 28px;
    margin-left: 15px;
}
@media only screen and (max-width: 767px) {
    .header-top-section {
        height: 125px;
        text-align: center;
    }
    .header-logo {
        margin-top: 12px;
        margin-left: 0px;
    }
    .header-logo img {
        height: 100px;
    }
}

/* Header utility bar */
.header-utility-bar {
    top: 0px;
    right: 1px;
    height: 48px;
    background-color: #eae2d2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.header-utility-bar > ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 10px;
}
.header-utility-bar > ul > li {
    display: inline-block;
}
.header-utility-bar > ul > li.search-box {
    width: 314px;
    vertical-align: top;
    padding-left: 18px;
}
.header-utility-bar .search-box .glyphicon,
.nav-utility-bar .search-box .glyphicon {
    font-size: 85%;
}
.header-utility-bar .search-box .form-control,
.nav-utility-bar .search-box .form-control {
    color: #282828;
    height: 48px;
    padding: 0px 18px;
    font-size: 14px;
    line-height: 48px;
    border: none;
    border-radius: 0px;
}
.header-utility-bar .search-box .btn,
.nav-utility-bar .search-box .btn {
    padding: 13px 20px;
    margin-left: 0px;
    margin-right: -1px;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.header-utility-bar .search-box .btn {
    border-top-right-radius: 0px;
}
.header-utility-bar > ul a,
.header-utility-bar > ul a:visited,
.nav-utility-bar > ul a,
.nav-utility-bar > ul a:visited {
    color: #282828;
    font-size: 14px;
    line-height: 48px;
    padding-left: 18px;
    padding-right: 18px;
}
.nav-utility-bar {
    background-color: #eae2d2;
}
.nav-utility-bar > ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.nav-utility-bar > ul > li {
    display: block;
}
.nav-utility-bar > ul > li.search-box {
    padding: 10px 20px 15px 20px;
}
@media only screen and (max-width: 767px) {
    .nav-utility-bar .search-box .form-control {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
}

/* Navbar */
header .navbar {
    height: 62px;
    background-color: #004a98;
    background-image: -webkit-linear-gradient(#00448c 0, #004a98 40%, #004a98 60%, #00448c 100%);
    margin-bottom: 0px;
    border: none;
    border-radius: 0px !important;
}
header nav.navbar > .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
header .navbar .navbar-nav {
    width: 100%;
    float: none;
}
header .nav > li {
    width: 1%;
    float: none;
    display: table-cell;
    text-align: center;
    white-space: nowrap;
    border-right: 1px solid #175aa1;
}
header .nav > li:first-child {
    border-left: 1px solid #175aa1;
}
header .nav > li > a,
header .nav > li > a:visited {
    color: #ffffff;
    font-size: 18px;
    padding: 0px;
    line-height: 62px;
    text-shadow: none;
	z-index:100;
}
header .nav > li.active > a,
header .nav > li > a:hover,
header .nav > li > a:focus {
    color: #fde85b;
    background-image: -webkit-linear-gradient(#002b59 0, #003165 40%, #003165 60%, #002b59 100%);
}
header .nav > li.yellow > a,
header .nav > li.yellow > a:visited {
    color: #00448c;
    background-image: -webkit-linear-gradient(#efc403 0, #efd003 40%, #efd003 60%, #efc403 100%);
}
header .nav > li.yellow > a:hover,
header .nav > li.yellow > a:focus {
    background-image: -webkit-linear-gradient(#e0b803 0, #e0c303 40%, #e0c303 60%, #e0b803 100%);
}
header .navbar-nav > li > .dropdown-menu {
    min-width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
    border-radius: 0px;
    background-color: transparent;
    background: rgba(0, 74, 152, 0.9);
}
header .nav > li.open > a,
header .nav > li.open > a:hover,
header .nav > li.open > a:focus {
    color: #fde85b;
    background-image: -webkit-linear-gradient(#002b59 0, #003165 40%, #003165 60%, #002b59 100%);
}
header .dropdown-menu > li > a,
header .dropdown-menu > li > a:visited {
    font-size: 16px;
    color: #ffffff;
    padding: 12px 20px !important;
}
header .dropdown-menu > li > a:hover,
header .dropdown-menu > li > a:focus {
    color: #fde85b;
    font-size: 16px;
    padding: 12px 20px;
    background-image: -webkit-linear-gradient(#002b59 0, #003165 40%, #003165 60%, #002b59 100%);
}
header .nav > li > a .caret {
    margin-left: 5px;
    margin-right: 4px;
    border: none;
    border-top: 4px solid transparent;
    border-right: 4px dashed;
    border-bottom: 4px solid transparent;
}
header .nav > li.open > a .caret {
    margin-right: 0px;
    border: none;
    border-top: 4px dashed;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
@media only screen and (min-width: 1025px) {
    header .nav li.dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    header .navbar {
        height: 36px;
        min-height: 36px;
        z-index:2;
    }
    header .navbar-header {
        text-align: center;
    }
    header .navbar-toggle {
        display: inline-block;
        float: none;
        margin: 0px;
        padding: 8px 0px 0px 0px;
    }
    header .navbar-toggle:after {
        content: 'Menu';
        display: inline-block;
        color: #ffffff;
        padding-left: 4px;
        font-size: 16px;
    }
    header .navbar-toggle > span {
        display: inline-block;
    }
    header .navbar-toggle .icon-bar {
        width: 18px;
        background-color: #b3c9e0;
        border-radius: 0px;
    }
    header .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 3px;
    }
    header .navbar-nav {
        margin: 0px;
    }
    header .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }
    header .nav > li:first-child {
        border-left: none;
    }
    header .nav > li {
        width: 100%;
        display: block;
        border: none;
        border-top: 1px solid #175aa1;
		z-index:100;
    }
    header .nav > li > a {
        /* color: #fde85b; */
        background: rgba(0, 74, 152, 1);
    }
    header .dropdown-menu > li > a,
    header .dropdown-menu > li > a:visited {
        text-align: center;
        background: rgba(3, 58, 115, 0.9);
    }
}

/* Homepage banner */
.homepage-banner .full-page-container {
    min-width: 1500px;
    height: 916px;
}
.homepage-banner-overlay {
    color: #fff;
    position: relative;
}
.homepage-banner-overlay > div {
    position: absolute;
    top: -630px;
    width: 100%;
}
.homepage-banner-overlay .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
.homepage-banner-overlay .overlay-box {
    padding-right: 70px;
}
.homepage-banner-overlay .overlay-box p {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 17px;
}
@media only screen and (max-width: 1023px) {
    .homepage-banner.homepage-banner-dog .full-page-container > img {
        margin-left: 5%;
    }
    .homepage-banner-overlay .overlay-box {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .homepage-banner .full-page-container {
        min-width: 982px;
        height: 600px;
    }
    .homepage-banner.homepage-banner-dog .full-page-container > img {
        margin-left: 7%;
    }
    .homepage-banner-overlay > div {
        top: -400px;
    }
    .homepage-banner-overlay .col-xs-7 {
        padding-left: 20px;
        padding-right: 0px;
    }
    .homepage-banner-overlay .overlay-box {
        padding: 18px;
        background: rgba(26, 26, 26, 0.5);
    }
    .homepage-banner-overlay .overlay-box h2 {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 24px;
    }
    .homepage-banner-overlay .overlay-box p {
        font-size: 14px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .homepage-banner-overlay .overlay-box a.btn {
        position: absolute;
        bottom: -40px;
    }
}
@media only screen and (max-width: 600px) {
    .homepage-banner-overlay .overlay-box a.btn {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
@media only screen and (max-width: 400px) {
    .homepage-banner-overlay > div {
        top: -430px;
    }
    .homepage-banner-overlay .overlay-box h2 {
        font-size: 20px;
    }
	.img-list{
    	max-width:100%;
    }
}

/* Homepage featured stories */
.homepage-featured-stories {
    margin-top: -115px;
    padding-bottom: 65px;
}
.homepage-featured-stories > div:nth-child(n+4) {
   display: none !important;
}
.homepage-featured-story {
    max-width: 388px;
    margin: 0 auto;
}
.homepage-featured-story img {
    width: 100%;
    border-radius: 3px;
}
.homepage-featured-story .btn {
    margin-top: -23px;
}
@media only screen and (max-width: 767px) {
    .homepage-featured-stories {
        margin-top: -28px;
    }
    .homepage-featured-story {
        margin-bottom: 25px;
    }
}

/* Homepage article */
.gray-bg .homepage-article {
    color: #fff;
}
.homepage-article {
    padding-bottom: 68px;
}
.homepage-article > .story {
    padding-bottom: 65px;
}
.homepage-article h3,
.homepage-article h4 {
    margin-top: 0px;
}
.homepage-article .img-alignleft {
    margin: 10px 40px 20px 5px;
    max-width: 40%;
}
.homepage-article .img-alignright {
    margin: 10px 5px 20px 40px;
    max-width: 40%;
}
.homepage-article .youtube-video, .page-content .youtube-video {
    position: relative;
    padding-bottom: 55.5%; /* 16:9 */
    height: 0;
}
.homepage-article .youtube-video iframe, .page-content .youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.homepage-article > .newsletter-sign-up-and-news .btn {
    width: 100%;
}
.homepage-article .newsletter-sign-up {
    padding-bottom: 60px;
}
.homepage-article .latest-news ul {
    padding-left: 16px;
    margin-bottom: 0px;
}
.homepage-article .latest-news li {
    padding-bottom: 20px;
}
.homepage-article .latest-news li a {
    color: #fbe047;
}
@media only screen and (min-width: 1024px) {
    .homepage-article > .story {
        padding-left: 45px;
        padding-bottom: 0px;
    }
    .homepage-article > .newsletter-sign-up-and-news {
        padding-left: 30px;
        padding-right: 35px;
    }
}

/* Homepage carousel */
.homepage-story-carousel-section .container-fluid {
    padding-left: 0px;
}
.homepage-story-carousel .story-img {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}
.homepage-story-carousel .story-img img {
    max-width: 100%;
}
.homepage-story-carousel .story {
    color: #373737;
    padding-left: 35px;
}
.homepage-story-carousel .story-body {
    padding-top: 65px;
    padding-bottom: 30px;
}
.homepage-story-carousel .story-body h3,
.homepage-story-carousel .story-body h4 {
    margin-top: 0px;
}
@media only screen and (min-width: 1024px) {
    .homepage-story-carousel-row {
        font-size: 0;
    }
    .homepage-story-carousel-row > div {
        float: none;
        display: inline-block;
        font-size: 14px;
    }
    .homepage-story-carousel-row > div.story-img {
        vertical-align: bottom;
    }
    .homepage-story-carousel-row > div.story {
        vertical-align: top;
    }
    .homepage-story-carousel .story-body {
        padding-right: 70px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        /* margin-right: -30px; */
    }
}
@media only screen and (max-width: 1023px) {
    .homepage-story-carousel-section .container-fluid {
        padding-right: 0px;
    }
    .homepage-story-carousel .story {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 45px;
    }
    .read-more-container {
        text-align: center;
    }
}

/* Google map */
.homepage-map-section .row {
    padding-top: 40px;
    padding-bottom: 40px;
}
.homepage-map-container {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}
.homepage-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.homepage-chapters-list-filters {
    list-style: none;
    padding-left: 0px;
    padding-top: 40px;
}
.homepage-chapters-list-filters > li {
    display: inline-block;
}
.homepage-chapters-list-filters .chapters-list-filter-regions {
    padding-right: 40px;
}
.homepage-chapters-list {
    list-style: none;
    padding-left: 0px;
    padding-top: 10px;
}
.icon-id{
	display: inline;
	padding-right: 10px;
}
@media only screen and (max-width: 767px) {
    .homepage-chapters-list-filters {
        padding-top: 0px;
    }
    .homepage-chapters-list-filters .chapters-list-filter-regions {
        padding-right: 30px;
    }
}

/* Info block */
.info-section {

}
.info-section .row {
    padding-top: 10px;
    padding-bottom: 60px;
}

/* Partners */
.partners-national,
.partners-carousel-container {
    padding-bottom: 60px;
}
.partners-national {
	padding-top: 60px;
}
.partners-national > div {
    text-align: center;
}
.partners-carousel-slide {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}
.partners-national .partners-national-1 {
    text-align: right;
}
.partners-national .partners-national-3 {
    text-align: left;
}
.partners-national img {
    max-width: 225px;
}
.partners-carousel-slide img {
    max-width: 100%;
}
@media only screen and (max-width: 767px) {
    .partners-national .partners-national-1,
    .partners-national .partners-national-2,
    .partners-national .partners-national-3 {
        text-align: center;
        padding-bottom: 40px;
    }
    .partners-national .partners-national-3 {
        padding-bottom: 0px;
    }
}

/* Section boxes */
.section-boxes {
    padding-top: 40px;
}
.section-boxes .box-story {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.section-boxes .box-story .top-part {
    height: 280px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.section-boxes .box-story .top-part img {
    position: absolute;
    margin: auto;
    /* min-width: 100%; */
    max-height: 100%;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
}
.section-boxes .box-story .top-part h4 {
    position: absolute;
    width: 100%;
    bottom: 0px;
    color: #ffffff;
    margin: 0px;
    padding: 14px 5px;
    text-align: center;
    background: rgba(0, 74, 152, 0.7);
}
.section-boxes .box-story .bottom-part {
    height: 185px;
    padding: 15px 15px;
    background-color: #8fb532;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.section-boxes .box-story .btn {
    margin-top: -23px;
}

/* Interior Sidebar Promo */
.interior-sidebar-promo {
    background: #988a81;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
    margin-bottom: 10px;
}
.interior-sidebar-promo img {
    border-radius: 4px 4px 0 0;
    width: 100%;
    height: auto;
}
.interior-sidebar-promo h2 {
    background: #716258;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 0.4em 2rem;
    margin: -5px 0 0 0;
}
.interior-sidebar-promo p {
    padding: 2rem;
    margin: 0;
}

/* Footer */
footer {
    background-color: #f3f3f3 /* #d7d7d7 */;
}
.footer-links-container,
.footer-links-col-container {
    display: table;
    width: 100%;
}
.footer-links-container {
    padding-bottom: 20px;
}
.footer-links-row,
.footer-links-col {
    display: table-cell;
    vertical-align: top;
}
.footer-links-col {
    padding-top: 30px;
    padding-right: 10px;
}
.footer-links-col ul {
    list-style: none;
    padding-left: 0px;
}
.footer-links-col li {
    padding-left: 15px;
    background: url('/assets/images/lists/blue-list-dot.png') 5px center no-repeat;
}
.footer-links-col li a {
    font-size: 12px;
    line-height: 24px;
}
.footer-links-col a.first-level {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.footer-follow-us {
    width: 215px;
    padding-top: 10px;
    padding-right: 0px;
}
.footer-follow-us-links {
    width: 215px;
    height: 75px;
    padding-top: 50px;
    background: url('/assets/images/follow-us-icons/follow-us-bg.png') no-repeat 24px top;
}
.footer-follow-us-links a {
    margin-right: 2px;
    display: inline-block;
    outline: none;
    width: 20px;
    height: 20px;
}
.footer-copy-policy-info {
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px solid #d3d3d3;
}
.footer-copyright-row,
.footer-policy-row {
    display: inline-block;
    font-size: 12px;
}
.footer-policy-row {
    padding-left: 40px;
}
.footer-policy-row span {
    display: inline-block;
    padding: 0px 15px;
    border-left: 1px solid #d3d3d3;
}
@media only screen and (max-width: 1023px) {
    .footer-links-row {
        display: block;
        padding-left: 30px;
    }
    .footer-links-col,
    .footer-follow-us {
        width: 33%;
    }
    .footer-links-col:last-child {
        padding-right: 0px;
    }
    .footer-copy-policy-info {
        padding-left: 30px;
    }
    .footer-policy-row {
        padding-left: 20px;
    }
    .footer-policy-row span {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 800px) {
    .footer-copy-policy-info {
        padding-left: 0px;
    }
    .footer-copyright-row,
    .footer-policy-row {
        display: block;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }
    .footer-policy-row {
        padding-top: 15px;
    }
    .footer-policy-row span:first-child {
        border-left: none;
    }
}
@media only screen and (max-width: 767px) {
    .footer-links-row {
        padding-left: 0px;
    }
    .footer-links-col,
    .footer-follow-us {
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-right: 0px;
        text-align: center;
    }
    .footer-follow-us {
        text-align: left;
    }
    .footer-links-col li {
        padding-left: 0px;
        background: none;
    }
    .footer-follow-us-links {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-copyright-row,
    .footer-policy-row {
        display: block;
    }
}