﻿@charset "utf-8";

/** general **/
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: normal;

}
a {
    color: #1f3f73;
    text-decoration: none;
}
a:hover { color: #444444; text-decoration: none; outline: none; }
.banner_header { text-shadow: 1px 1px 1px #333333; }

p a {
	color: #195a28;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #000000;
    line-height: normal;
    margin: 0 0 10px 0;
    text-rendering: optimizelegibility;
}
h1 { font-size: 2.2rem; text-align:left;}
h2 {font-size: 1.5rem;color: #163669;text-align: left;}

a h2 {
	text-decoration: none;
}
h3, h3 a {
	font-size: 1.5rem;
	color: #163669;
	font-style: normal;
	margin: 5px 0;
	text-transform: uppercase;
}
h4 { font-size: 1.3rem; color:#463629; }
h5 { font-size: 1.2rem;color: #0d785d;}
h6 { font-size: 1.1rem; color: #463629;font-weight:bold;}
p { margin-bottom: 18px; }
img { max-width: 100%; }

.no-p {
	padding: 0 !important;
}

.no-m {
	margin: 0 !important;
}

.pageCenterContent {
	width: 100%;
}

.event-wrapper {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
@media (max-width:575px) {
    .event-wrapper {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width:576px) and (max-width:767px) {
    .event-wrapper {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width:768px) {
    .event-wrapper {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


    #skiptocontent a {
        padding: 6px 15px 10px 15px;
        position: absolute;
        top: -40px;
        left: 0px;
        color: #1f3f73;
        border-right: 1px solid #1f3f73;
        border-bottom-right-radius: 8px;
        background: transparent;
        -webkit-transition: top 1s ease-out, background 1s linear;
        transition: top 1s ease-out, background 1s linear;
        z-index: 100;
    }

        #skiptocontent a:focus {
            position: absolute;
            left: 0px;
            top: 0px;
            background: white;
            border-bottom: 3px #1f3f73 solid;
            outline: 0;
            -webkit-transition: top .1s ease-in, background .5s linear;
            transition: top .1s ease-in, background .5s linear;
        }

    header {
        padding-top: 12px;
        padding-bottom: 10px;
        background-color: rgba(255,255,255,.6);
    }

    #top {
        position: relative;
        z-index: 997;
    }

    .header-photo {
        background-image: url("../images/header-bg.jpg");
        width: 100%;
        background-size: cover;
        background-position: center center;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
    }

    .header-photo-secondary {
        background-image: url("../images/header-bg-secondary.jpg");
        width: 100%;
        background-size: cover;
        background-position: center center;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
    }

@media (max-width:1600px) {
	.header-photo-secondary {
		background-image: url("../images/header-bg-secondary-md.jpg");
		min-height: 500px;
	}
}

@media (min-width:1601px) and (max-width:1830px) {
	.header-photo-secondary {
		background-image: url("../images/header-bg-secondary-lg.jpg");
		min-height: 550px;
	}
}

@media (min-width:1831px) {
	.header-photo-secondary {
		background-image: url("../images/header-bg-secondary-xl.jpg");
		min-height: 450px;
	}
}


    .bg-gradient {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+14,e6f0fc+100 */
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 14%, #e6f0fc 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffffff 14%,#e6f0fc 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 14%,#e6f0fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6f0fc',GradientType=0 ); /* IE6-9 */
    }


    @media (min-width:1944px) {
        .header-photo-secondary {
            min-height: 415px !important;
        }

        .content {
            margin-top: 240px;
        }
    }

    @media (min-width:990px) {
        .header-photo {
            min-height: 586px;
        }
    }



    @media (min-width:576px) and (max-width:1943px) {
        .content {
            margin-top: 210px;
        }
    }

    @media (min-width:768px) {
        .header-photo {
            min-height: 640px;
        }

        .header-photo-secondary {
            min-height: 440px
        }
    }

    @media (min-width:576px) and (max-width:767px) {
        .header-photo {
            min-height: 638px;
        }


        .header-photo-secondary {
            min-height: 400px
        }
    }

    @media (min-width:800px) {
        .header-photo {
            min-height: 635px;
        }
    }

    @media (max-width:575px) {
        .header-photo {
            min-height: 700px;
        }

        .header-photo-secondary {
            min-height: 400px
        }

        .content {
            margin-top: 65px;
        }
    }

    .img-placeholder {
        height: 230px;
    }

    @media (max-width: 768px) {
        .img-placeholder {
            height: 175px;
        }
    }

    @media (max-width:576px) {
        .img-placeholder {
            height: 50px;
        }
    }
    /*-----------------Search-----------------------------*/
    .search-box {
        display: block;
        margin-top: 25px;
        background-color: #f3f3f3;
        border-left: 1px solid #c7c3c0;
        border-top: 1px solid #c7c3c0;
        border-bottom: 1px solid #c7c3c0;
        float: right;
    }

    .search-input {
        float: left;
        font-size: 1rem;
        height: 42px;
        line-height: 1.25;
        padding-left: 5%;
        width: calc(100% - 53px);
        border: none;
        background: none;
    }

        .search-input:focus {
            -webkit-box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.4);
            -moz-box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.4);
            box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.4);
        }

    .search-btn {
        background-image: url("../images/search-icon.jpg");
        background-repeat: no-repeat;
        cursor: pointer;
        display: inline-block;
        float: right;
        height: 42px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: 42px;
        border: none;
    }

        .search-btn:hover {
            background-image: url("../images/search-icon-hover.jpg");
            background-repeat: no-repeat;
            cursor: pointer;
        }

    .search-error-text {
        color: red;
        float: left;
        padding-top: 11px;
        padding-left: 2px;
        font-weight: bold;
    }

.social {
	float: right;
	margin-top: 26px;
	padding-right: 10px;
}
    /*---------------------------------------------*/

    @media (min-width:1200px) {
        .logo {
            width: 275px;
            height: auto;
            position: absolute;
            z-index: 2;
        }

        .header-right {
            float: right;
            padding-left: 265px;
        }

        .search-box {
            max-width: 400px;
            min-width: 290px;
        }
    }

    @media (min-width:992px) and (max-width:1199px) {
        .logo {
            width: 211px;
            position: absolute;
            z-index: 2;
        }

        .header-right {
            width: 100%;
            padding-right: 50px;
        }

        .search-box {
            max-width: 324px;
            min-width: 324px;
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .search-box {
            max-width: 300px;
        }

        .logo {
            width: 211px;
            margin-top: 15px;
            position: absolute;
            z-index: 2;
        }

        .header-right {
            float: right;
            width: 100%;
        }

        .search-box {
            max-width: 324px;
            min-width: 324px;
        }
    }

    @media (min-width:576px) and (max-width:767px) {
        .logo {
            width: 35%;
            height: auto;
            float: left
        }

        .header-right {
            width: 60%;
            height: auto;
            float: right;
            margin-left: 4%;
        }

        .search-box {
            width:72%;
        }
    }

    @media (max-width:575px) {
        .logo, .header-right {
            width: 100%;
            text-align: center;
        }

            .logo img {
                width: 180px;
                height: auto;
            }

    }

    @media (max-width:767px) {
		.search-box {
			margin-right: 15px;
			margin-bottom: 40px;
		}

        .logo {
            margin-bottom: 10px;
            text-align: center;
        }
    }


    @media (max-width:575px) {
		.search-box {
			width: calc(100% - 85px);
			margin-left: 5px;
		}
    }

    @media (min-width:768px) and (max-width:1199px) {
        .search-box {
            margin-bottom: 40px;
        }
    }

    /*-------------Quick links section----------------------*/
    .quick-links {
        padding-bottom: 30px !important;
        text-align: center;
    }

        .quick-links a {
            text-decoration: none;
            animation: none !important;
            padding-top: 168px;
            line-height: 1;
            color: #4e3c2e;
            font-size: 1.1rem;
        }

        .quick-links figure {
            background-color: #1f3f73;
            border: 2px solid white;
            cursor: pointer;
            position: relative;
            z-index: 4;
            margin: 0 auto 10px auto !important;
            transition: all 0.3s ease;
        }

        .quick-links a:hover {
            color: black;
        }

            .quick-links a:hover figure {
                background-color: #0c2751;
                box-shadow: inset 0 0 0 15px #305798;
            }

    @media (max-width:575px) {
        .quick-links figure {
            width: 110px;
            height: 110px;
            border-radius: 119px;
            line-height: 100px;
        }

        .quick-links > div {
            margin-bottom: 30px;
        }
    }

    @media (min-width:576px) and (max-width:767px) {
        .quick-links figure {
            width: 118px;
            height: 118px;
            border-radius: 119px;
            line-height: 107px;
        }

        .quick-links > div {
            margin-bottom: 20px;
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .quick-links figure {
            width: 100px;
            height: 100px;
            border-radius: 100px;
            line-height: 90px;
        }
    }

    @media (min-width:992px) {
        .quick-links figure {
            width: 118px;
            height: 118px;
            border-radius: 119px;
            line-height: 107px;
        }
    }



    /*---------------------City Links & News and Updates----------------------*/
.city-links {
	margin-bottom: 20px;
	margin-top: 24px;
}

        .city-links h1, .news-updates h1 {
            text-align: left;
        }

	.city-links ul, .news-updates ul {
		list-style-type: none;
		padding-left: 0;
		margin-top: 10px;
	}

        .city-links li {
            background-image: url(../images/bullet.png);
            background-repeat: no-repeat;
            background-position: 5px 11px;
            padding-left: 34px;
            padding-bottom: 9px;
            padding-top: 9px;
            border-bottom: 1px dotted #7a7b7b;
            text-align: left;
        }

        .city-links a {
            text-decoration: none;
            color: #000000;
        }

            .city-links a:hover {
                color: #194181;
            }

    .news-updates h3 {
        padding-bottom: 5px;
    }

    .news-updates li {
        margin: 15px 0;
    }

    .news-updates ul a {
        color: #002f7c;
        text-decoration: underline;
    }

        .news-updates ul a:hover {
            color: black;
            text-decoration: none;
        }

    .news-updates {
        text-align: left;
        margin-top: 0px;
    }

		.news-updates .container {
			padding-left: 0px;
		}

    .bottom-links-margin {
        margin-top: 20px;
        margin-bottom: -20px;
    }

    .btn-view a {
        color: black;
        font-size: 1.1rem;
        padding: 13px 39px;
        background-color: #d7c289;
    }

        .btn-view a:hover {
            background-color: #e8d298;
        }

    .secondary-pages-content {
        margin-top: 25px;
    }

    @media (min-width:768px) and (max-width:1830px) {
        .divider-line {
            position: relative;
            z-index: 999;
            bottom: -3px;
            padding-top: 40px;
        }

        .links-news {
            margin-top: 360px;
        }

    }

    @media (max-width:575px) {
        .links-news {
            margin-top: 300px;
        }
    }

    @media (min-width:576px) and (max-width:767px) {
        .links-news {
            margin-top: 355px;
        }
    }

    @media (max-width:767px) {
        .divider-line img {
            display: none;
        }

        .divider-line {
            border: 4px solid #d7c289;
        }

        .news-updates {
            padding-bottom: 50px;
        }
    }

    @media (min-width:1831px) {
        .divider-line img {
            display: none;
        }

        .divider-line {
            border: 3px solid #d7c289;
            margin-top: 50px;
        }

        .news-updates {
            padding-bottom: 30px;
        }

        .links-news {
            margin-top: 375px;
        }
    }

.links-secondary {
	margin-top: 40px;
}


/*--------------Upcoming Events section------------------*/
#upcoming-events {
	background-image: url("../images/events-bg.jpg");
	width: 100%;
	background-size: cover;
	background-position: center center;
	color: white;
	font-size: 1.1rem;
}

        #upcoming-events a {
            color: white;
            text-decoration: none;
        }

            #upcoming-events a:hover {
                text-decoration: underline;
            }

        #upcoming-events p {
            line-height: 1.2;
        }

            #upcoming-events p a {
                color: black;
                font-size: 1.2rem;
                font-weight: bold;
            }

                #upcoming-events p a:hover {
                    text-decoration: underline;
                }

    .event {
        background-color: #163669;
        width: 100%;
        min-height: 160px;
        padding: 17px 0 16px 0;
        text-align: center;
        font-size: 1.3rem;
        margin-bottom: 15px;
        padding-top: 40px;
        font-weight: normal;
    }

        .event a {
            font-weight: normal;
            font-size: 1.6rem;
        }

    #upcoming-events h1 {
        text-align: center;
        color: black;
        margin-top: 0;
        padding-top: 50px;
        padding-bottom: 45px;
    }

    #upcoming-events .btn-view {
        text-align: center;
    }

        #upcoming-events .btn-view a {
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#163669+0,202b4d+100 */
            background: #163669; /* Old browsers */
            background: -moz-linear-gradient(top, #163669 0%, #202b4d 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #163669 0%,#202b4d 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #163669 0%,#202b4d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163669', endColorstr='#202b4d',GradientType=0 ); /* IE6-9 */
        }

            #upcoming-events .btn-view a:hover {
                /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#202b4d+0,10152c+100 */
                background: #202b4d; /* Old browsers */
                background: -moz-linear-gradient(top, #202b4d 0%, #10152c 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, #202b4d 0%,#10152c 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, #202b4d 0%,#10152c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202b4d', endColorstr='#10152c',GradientType=0 ); /* IE6-9 */
                text-decoration: none;
            }

    @media (max-width:367px) {
        #upcoming-events p a {
            font-size: 1.4rem;
        }

        .event {
            margin-bottom: 2px !important;
        }

            .event a {
                font-size: 1.8rem !important;
            }

        #upcoming-events .row > div {
            padding-left: 6px !important;
            padding-right: 6px !important;
        }

        #upcoming-events .btn-view {
            margin-top: 10px !important;
            margin-bottom: 30px;
        }
    }

    @media (min-width:281px) and (max-width:367px) {
        #upcoming-events .row > div:nth-child(4), #upcoming-events .row > div:nth-child(5), #upcoming-events .row > div:nth-child(6), #upcoming-events .row > div:nth-child(7) {
            margin-top: 20px;
        }
    }

    @media (max-width:280px) {
        #upcoming-events .btn-view a, #news .btn-view a {
            font-size: 1.5rem !important;
        }
    }

    @media (max-width:368px) {
        #upcoming-events .btn-view {
            margin-top: 6rem;
        }
    }

    @media (min-width:368px) {
        #upcoming-events .btn-view {
            margin-top: 3rem;
        }
    }

    @media (max-width:280px) {
        #upcoming-events .row > div {
            width: 50%;
            max-height: 300px;
            min-height: 207px;
            overflow: hidden;
        }
    }

    @media (min-width:281px) and (max-width:367px) {
        #upcoming-events .row > div {
            width: 50%;
            max-height: 300px;
            min-height: 185px;
            overflow: hidden;
        }
    }

    @media (min-width:368px) and (max-width:567px) {
        #upcoming-events .row > div {
            max-height: 300px;
            min-height: 242px;
            overflow: hidden;
        }

       #upcoming-events {
            min-height: 670px;
        }

        .event {
            font-size: 1.5rem;
            padding-top: 40px;
        }

        #upcoming-events p a {
            font-size: 1.6rem;
        }

        #upcoming-events .row > div:nth-child(5), #upcoming-events .row > div:nth-child(6), #upcoming-events .row > div:nth-child(7) {
            margin-top: 10px;
        }

        #upcoming-events .btn-view {
            margin-bottom: 4rem;
        }
    }

    @media (min-width:568px) and (max-width:767px) {
        #upcoming-events .row > div {
            max-height: 340px;
            min-height: 207px;
            overflow: hidden;
        }

            #upcoming-events .row > div:nth-child(5), #upcoming-events .row > div:nth-child(6), #upcoming-events .row > div:nth-child(7) {
                margin-top: 30px;
            }

        #upcoming-events {
            min-height: 670px;
        }

            #upcoming-events .btn-view {
                margin-bottom: 3rem;
            }
    }

@media (max-width:767px) {
    #upcoming-events {
        padding-bottom: 5px;
    }
        #upcoming-events p a {
        font-size: 1.2rem;
    }
}
@media (min-width:768px) {
    #upcoming-events {
        padding-bottom: 60px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    #upcoming-events .row div {
        padding-left: 6px;
        padding-right: 6px;
    }

    .event a {
        font-size: 1.2rem !important;
    }

    .event {
        font-size: 1.1rem;
        padding-top: 45px;
    }

    #upcoming-events p a {
        font-size: 1rem;
    }
}

/*------------------Footer--------------------------*/
footer {
    background-color: #212a4b;
    color: white;
    font-size: 1rem;
}

    .copyright {
        background-color: #141d3c;
        padding-bottom: 10px;
    }

        .copyright .row > div:last-child {
            text-align: right;
        }

    footer .contact, footer .map, footer .accessibility {
        background-image: url(../images/footer-icon.png);
        background-repeat: no-repeat;
        width: 40px;
        height: 30px;
        margin-right: 5px;
    }

    .footer-menu > div:first-child, .footer-menu > div:nth-child(2), .footer-menu > div:nth-child(3) {
        padding-right: 33px;
    }

    footer a {
        font-size: 1rem;
        color: white;
        text-decoration: none;
        line-height: 2;
    }

        footer a:hover {
            text-decoration: underline;
            color: #d4c088;
        }

    footer .contact {
        background-position: 0 0;
    }

    footer .map {
        background-position: -40px 0;
    }

    footer .accessibility {
        background-position: -90px 0;
    }

    .footer-menu {
        text-align: left;
    }

        .footer-menu div {
            float: left;
        }

        .footer-menu > div:last-child a {
            line-height: 2 !important;
        }

    .footerlogo {
        margin-bottom: 22px;
    }

	.footerLogin {
		margin-top: 10px;
	}

    @media (max-width:360px) {
        .footerlogo img {
            max-width: 193px !important;
        }
    }

    @media (max-width:575px) {
        .footerlogo img {
            max-width: 150px;
        }

        .footerlogo {
            text-align: center;
            padding-top: 20px;
        }
        .footer-menu {
            width:190px;
            margin:0 auto;
        }
        .footer-menu > div {
            float: none !important;
            margin-top: 10px;
        }

        .footer-menu {
            margin-bottom: 25px;
        }

        footer > div .row > div:nth-child(2) {
            text-align:center;
        }

        .copyright {
            text-align: center !important;
        }

            .copyright .row > div:last-child {
                text-align: center !important;
            }

        footer .copyright .row > div:nth-child(2) {
            padding-top: 0px !important;
        }
    }

    @media (min-width:576px) and (max-width:767px) {
        footer {
            padding-top: 15px;
        }

            footer > div .row > div:nth-child(2) {
                padding-top: 10px;
            }

        .footer-menu {
            margin-bottom: 25px;
        }

            .footer-menu > div {
                margin-top: 10px;
            }

        .copyright .row > div:last-child {
            text-align: left !important;
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .footerlogo a img {
            width: 80%;
            height: auto;
        }

        footer {
            padding-top: 15px;
        }

            footer > div .row > div:nth-child(2) {
                padding-top: 10px;
            }

        .footer-menu > div {
            margin-top: 10px;
        }

        .copyright .row > div:last-child {
            text-align: left !important;
        }
    }

    @media (min-width:992px) and (max-width:1199px) {
        footer {
            padding-top: 15px;
        }

            footer > div .row > div:nth-child(2) {
                padding-top: 10px;
            }

        .footer-menu {
            margin-top: 10px;
        }
    }

@media (min-width:1200px) {
    footer {
        padding-top: 25px;
    }

        footer > div .row > div:nth-child(2) {
            padding-top: 25px;
            padding-left: 35px;
        }

    .footer-menu {
        margin-top: 35px;
        padding-left: 80px;
    }

    .footerlogo img {
        max-width: 193px !important;
    }
}

    .text-right {
        text-align: right;
    }

    .text-center {
        text-align: center;
    }
    /*------------------------------------------------------------*/
    .p-t-1 {
        padding-top: 1rem !important;
    }

    .p-t-2 {
        padding-top: 2rem !important;
    }

    .p-t-4 {
        padding-top: 4rem !important;
    }

    .p-b-4 {
        padding-bottom: 4rem;
    }

    .p-b-2 {
        padding-bottom: 2rem !important;
    }

    .p-l-2 {
        padding-left: 2rem;
    }

    .p-l-4 {
        padding-left: 4rem;
    }

    .p-r-2 {
        padding-right: 2rem;
    }

    .p-r-4 {
        padding-right: 4rem;
    }

    .m-t-2 {
        margin-top: 2rem;
    }

    .m-t-3 {
        margin-top: 3rem;
    }

    .m-t-6 {
        margin-top: 6rem;
    }

    .m-t-12 {
        margin-top: 12rem;
    }

    .m-b-2 {
        margin-bottom: 2rem;
    }

    .m-b-4 {
        margin-bottom: 4rem;
    }

    .m-b-6 {
        margin-bottom: 6rem;
    }

    .m-t-4 {
        margin-top: 4rem;
    }

    .fl {
        float: left;
    }

    .fr {
        float: right;
    }

    .pl {
        padding-left: 15px;
    }

    .pr {
        padding-right: 15px;
    }

    /*---------------Secondary page--------------------------*/
	.content-secondary {
		text-align: left;
		margin-top: -187px;
		margin-bottom: 70px;
   		width: 100%;
	}

    .content-secondary a {
        color: #1f3f73;
        text-decoration: underline;
    }

    .content-secondary a:hover {
        text-decoration: none;
    }

.section-secondary {
	margin-top: 275px;
}

@media (max-width:990px) {
	.section-secondary {
		margin-top: 250px;
	}
	.content-secondary {
		margin-top: -195px;
	}
}

@media (max-width:575px) {
	.section-secondary {
		margin-top: 70px;
	}
	.content-secondary {
		margin-top: -50px;
	}
}



@media (max-width:575px) {
	.img-content {
            width: 100%;
            height: auto;
            padding: 5px 15px 15px 15px;
        }
    }

    .sitemapNodes a {
        line-height: 180%;
    }

    .sitemapNodes img {
        max-width: none;
    }

    @media (max-width: 479px) {
        .sitemapNodes a {
            padding-right: 0px;
            font-size: 85%;
        }
    }

    @media only screen and (min-device-width: 480px) and (max-device-width: 768px) {
        .sitemapNodes a {
            padding-right: 10px;
            font-size: 90%;
        }
    }

    @media only screen and (min-device-width: 320px) and (max-device-width: 479px) {
        .sitemapNodes a {
            padding-right: 0px;
            font-size: 70%;
            line-height: 150%;
        }
    }

    .content-photo {
        margin-top: 20px;
        margin-bottom: 10px;
    }

.image-gallery {
	margin-right: 12px;
	margin-bottom: 14px;
}

	.image-gallery:hover {
		transform: scale(1.05);
		transition: all 0.2s linear 0s;
	}
    .img-fl-l {
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .img-fl-r {
        float: right;
        margin-left: 15px;
        margin-bottom: 15px;
    }
    @media (max-width:575px) {
        .img-fl-l, .img-fl-r, .img-w-100 {
            width: 100%;
            max-width: 100%;
            height: auto;
        }
    }

@media (max-width: 1943px) and (min-width: 576px) {
.container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 575px) {
.container{
    padding-left: 5px !important;
    padding-right: 5px !important;
}
}
