main .container > h2,
a.iconPost time > span {
    display: none;
}

/*a.iconPost:before,
a.iconPost time:before,
.empty:before,
.bottomLinks a:before {
    content: "\f10c";
    font-family: fontawesome;
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    display: inline-block;
    margin-left: 0.5em;
}*/

/*a.iconPost::after, a.iconPost time:before {
    content: "\f10c";
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    font-weight: inherit;
    font-style: normal;
    color: inherit;
    display: inline-block;
    margin-left: 0.5em;
}*/
highlight-wrapper{
    padding-left:0.5rem;
}
.ov {
    background-color: black;
    display: block;
    background: linear-gradient(to bottom, rgb(239 240 244) 6%, rgb(255,255,255) 100%);
    width: 100%;
    height: 3rem;
}
ul.homeCol2 {
    background: url(../images/news-events-bg.png);
    background-size:cover;
    background-position-x:-11rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin: 0;
    flex-direction: row-reverse;
}

    ul.homeCol2 > li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.himeMe {
    display: none;
}

ul.homeCol2 > li {
    list-style: none;
    padding: 0;
    margin: 0;
}
main {
    position: relative;
    width: 100%;
    max-width: 100%;

    padding: 0;
    z-index: 4;
    background-image: url(../images/main-sun.png);
    background-color: rgb(255,255,255);
    background-repeat: no-repeat;
    background-position: 0 -40%;
    background-size: auto auto;
}

ul.homeCol2 > li {
    position: relative;
    width: 50%;
    height: auto;
    min-height: 36em;
    /* padding-right: 1em;
         float: left;
    */
}

    ul.homeCol2 > li:first-child {
        /*background: rgba(92,135,169,0.1);*/
    }

    ul.homeCol2 > li:last-child {
        padding-right: 0;
    }

    ul.homeCol2 > li:first-child .innerBox {
        /*max-width: 600px;*/
        /*margin: 0 0 0 auto;*/
        padding: 0em 6em 2em 2em;
    }

    ul.homeCol2 > li:last-child .innerBox {
        /*max-width: px;*/
        /*margin: 0 auto 0 0;*/
        padding: 0em 0em 3em 5rem;
    }

    ul.homeCol2 > li:first-child .title {
       /* background: rgb(30,82,123);*/
        display: block;
        padding: 2.5em 4em 0.5em 1em;
    }

    
    ul.homeCol2 > li:last-child .title {
       /* background: rgb(92,135,169 );*/
        display: block;
        padding: 2.5em 1em 0.5em 4rem;
    }

    ul.homeCol2 > li:first-child .title .titleBox {
        /*max-width: 536px;*/
        display:flex;
        /*min-height: 0;
        margin: 0 30rem 0 auto;*/
        text-align: left;
        position: relative;
        /*display: block;*/
    }

    ul.homeCol2 > li:last-child .title .titleBox {
        display:flex;
        /*max-width: 536px;*/
        min-height: 0;
        /*margin: 0 auto 0 0;*/
        text-align: left;
        position: relative;
        /*display: block;*/
    }
    ul.homeCol2 > li .title .titleBox:hover span{
        color: #9cb92d !important;
    }

.highlight-content:hover h4, .highlight-content:hover p {
    color: #9cb92d !important;
}

.e-service .service-content > a:hover {
    background: white;
    color: #4b76a0;

}
.footerBottom a:hover {
    color: #9cb92d;
}
.btnScrollup:hover {
    background: white;
    color: #9cb92d;
}
ul.homeCol2 > li .title .titleBox h3 {
    font-family: 'Bebas Neue', sans-serif;
    color: #484848;
    text-transform: uppercase;
    letter-spacing: 3px;
    min-width: max-content;
    display: block;
    margin: 0;
    font-weight: 600;
}

        ul.homeCol2 > li .title .titleBox h3 span {
            font-family: 'Bebas Neue', sans-serif;
            color: #484848;
            text-transform: uppercase;
            font-size: 2rem;
            font-weight: normal;
            display: inline-block;
            font-weight: 500;
        }

    ul.homeCol2 > li .title .titleBox i {
        position: absolute;
        font-size: 3em;
        color: rgb(255,255,255);
        top: -7px;
        right: 0;
        left: auto;
        display: inline-block;
    }

    ul.homeCol2 > li:first-child .title titleBox i {
        right: 1em;
    }

    ul.homeCol2 > li:last-child .title titleBox i {
        right: 1em;
    }

.empty {
    padding-right: 2em;
    padding-top: 4rem;
    margin-left: -1rem;
}




.bottomLinks {
    position: absolute;
    bottom: 0;
    width: 86%;
    margin-bottom: 0;
    display: inline-block;

}

    .bottomLinks a,
    .bottomLinks a:link {
        float: left;
        margin-left: 0;
        font-family: 'Montserrant', sans-serif;
        font-weight: 800;
        font-size: 1em;
        text-transform: uppercase;
        /*background: rgb(205,118,32);*/
        color: #484848 !important;
        padding: 0.8em 0em;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        letter-spacing: 2px;
        -webkit-transition: background 300ms ease 0s;
        -moz-transition: background 300ms ease 0s;
        -o-transition: background 300ms ease 0s;
        transition: background 300ms ease 0s;
    }
    .bottomLinks i {
        position: relative !important;
        /* position: fixed !important; */
        top: 0rem !important;
        left: 0.5rem !important;
        font-size: 0.8rem !important;
    }
            .bottomLinks a, .bottomLinks a:link {
            color: rgb(255,255,255);
            display: inline-block;
        }

                .bottomLinks a:visited {
                    color: #9cb92d;
                }

                .bottomLinks a:hover {
                    /*                background: rgb(232,138,52);*/
                    color: #9cb92d !important;
                }

                .bottomLinks a:active {
/*                    background: rgb(232,138,52);*/
                    color: #9cb92d !important;
                }

.empty a,
.empty a:link,
.empty a:visited {
    color: #9cb92d;
}

    .empty a:hover,
    .empty a:active {
        color: #9cb92d;
    }

ul.fr .bottomLinks a {
    font-size: 0.7em;
}

.bottomLinks a + a {
    float: right !important;

}

.bottomLinks a:before {
    color: rgb(141,166,163);
    margin-left: 0;
    margin-right: 0;
}

ul.homeCol2 > li:first-child .bottomLinks a:before {
    content: "";
}

ul.homeCol2 > li:first-child .bottomLinks a + a:before {
    content: "";
}

ul.homeCol2 > li + li .bottomLinks a:before {
    content: "";
}

ul.homeCol2 > li + li .bottomLinks a + a:before {
    content: "";
}

ul.homeCol2 > li:last-child .bottomLinks a:before {
    content: "";
}

ul.homeCol2 > li:last-child .bottomLinks a + a:before {
    content: "";
}

a.iconPost,
a.iconPost:link {
    position: relative;
    font-family: "Montserrat", sans-serif;
    color: #484848;
    display: block;
    padding: 1.3em 1em 1.3em 4.5em;
    /*border-bottom: 1px solid rgb(167,176,189);*/
    letter-spacing: 2px;
}

    a.iconPost:visited {
        color: rgb(0, 0, 0);
    }

    a.iconPost:hover {
        color: #9cb92d;
    }

    a.iconPost:active {
        color: #9cb92d;
        
    }

    a.iconPost:before {
        position: absolute;
        top: 0.52em;
        left: 0;
        font-size: 2.2em;
        color: rgb(227,83,13);
        margin-left: 0;
    }

    /*a.iconPost::after {
        content: "\f105";
        position: absolute;
        top: 0.75em;
        right: 0;
        font-size: 2em;
        font-weight: 300;
        color: rgb(30,82,123);
        margin-left: 0px;
    }*/

ul.homeCol2 > li:first-child a.iconPost:before {
    content: normal;
}

ul.homeCol2 > li + li a.iconPost:before {
    content: normal;
}

ul.homeCol2 > li:last-child a.iconPost:before {
    content: normal;
}

a.iconPost:last-of-type {
    border-bottom: none;
}

a.iconPost > h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    color: inherit;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: normal;
    /*font-family: "lovatolight";
    font-size: 1.2em;
    font-weight: normal;
    color: inherit;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: normal;
    letter-spacing:1px;*/
}


a.iconPost time {
    /*font: normal 600 1.125em 'Open Sans', Arial, sans-serif;
        color: rgb(30,82,123);
        text-transform: uppercase;
        display: block;
        line-height: 1;
        letter-spacing:normal;*/
    font-family: "lovatolight";
    font-size: 1em;
    font-weight: normal;
    color: rgb(92,135, 169);
    text-transform: uppercase;
    display: block;
    line-height: 1;
    letter-spacing: normal;
}



ul.homeCol2 > li:last-child a.iconPost > h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight:900;
    font-size:1.5rem;
    color:inherit;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: normal;
}

ul.homeCol2 > li:last-child a.iconPost > time {
    font-family: "lovatolight";
    font-size: 1em;
    font-weight: normal;
    color: rgb(92,135, 169);
    text-transform: uppercase;
    display: block;
    line-height: 1;
    letter-spacing: normal;
}

/*a.iconPost time:before {
    content: "\f017";
    margin-left: 0;
    margin-right: 0.5em;
    font-weight: normal;
    font-size: 0.9em;
}*/

ul.homeCol2 > li i {
    position: absolute;
    top: 0.55em;
    left:0;
    color: #9cb92d;
    font-size: 3rem;
    /*    margin-left: -1rem;*/
}

ul.homeCol2 > li:last-child a.iconPost i {
    color: #9cb92d;
    font-size: 3rem;
}
/*main .col-sm {
    min-width: 50%;
    padding-bottom: 3rem;
}*/

.frmSearch {
    position: absolute;
    top: 39%;
    top: 300px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 5;
}

/*main .container h3 {
    padding-bottom: 1rem;
    text-transform: uppercase;
    border-bottom: 1px solid #DEDBDA;
}
*/
/*.homeCatTitle {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.2rem;
}

.homeCatTitle:before {
    content: "\f01c";
    margin-right: 0.3rem;
}

a.iconPost,
a.iconPost:link {
    position: relative;
    font: bold 1.125rem 'Open Sans', Arial, sans-serif;
    color: #165751;
    display: block;
    padding: 1rem 1rem 1rem 3rem;
}

a.iconPost:visited {
    color: #165751;
}

a.iconPost:hover,
a.iconPost:active {
    color: #E3530D;
}

a.iconPost h4 {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

a.iconPost time {
    font: 700 1rem 'Open Sans';
    color: #E3530D;
    text-transform: uppercase;
}

a.iconPost time:before {
    content: "\f073";
    font-weight: 300;
    margin-right: 0.5rem;
}

a.iconPost time span {
    display: inline-block;
    margin-right: 0.5rem;
}

a.iconPost i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
}

#recentNewsCont .bottomLinks a:first-of-type:before {
    content: "\f15c";
}

#recentNewsCont .bottomLinks a:last-of-type:before {
    content: "\f040";
}

#upcomingEventsCont .bottomLinks a:first-of-type:before {
    content: "\f271";
}

#upcomingEventsCont .bottomLinks a:last-of-type:before {
    content: "\f073";
}

#recentNewsCont a.iconPost.postBG,
#recentNewsCont a.iconPost.postBG:link {
    float: left;
    width: 50%;
    height: 200px;
    color: #FFF;
    padding: 1rem;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#recentNewsCont a.iconPost.postBG:visited {
    color: #FFF;
}

#recentNewsCont a.iconPost.postBG:hover,
#recentNewsCont a.iconPost.postBG:active {
    color: #E3530D;
}

#recentNewsCont a.iconPost.postBG:first-of-type,
#recentNewsCont a.iconPost.postBG:first-of-type:link {
    width: 100%;
    height: 250px;
    clear: both;
    margin-bottom: 1px;
}

.empty i {
    font-size: 5rem;
    color: #DEDBDA;
    margin: 1rem 0;
}

.empty p a,
.empty p a:link {
    font-weight: 700;
}

.empty a,
.empty a:link,
.bottomLinks a,
.bottomLinks a:link {
    color: #165751;
    display: inline-block;
}

.empty a:visited,
.bottomLinks a:visited {
    color: #165751;
}

.empty a:hover,
.empty a:active,
.empty a:focus,
.bottomLinks a:hover,
.bottomLinks a:active,
.bottomLinks a:focus{
    color: #E3530D;
}

.bottomLinks {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1rem;
    margin-bottom: 0;
}

.bottomLinks a,
.bottomLinks a:link {
    float: left;
    font: 700 1rem 'Open Sans';
    text-transform: uppercase;
}

.bottomLinks a:last-of-type {
    float: right;
}

.bottomLinks a:before {
    font-weight: 300;
    color: #8DA6A3;
    margin-right: 0.5rem;
}*/


/******* Highlights *******/

/*ul.homeCol3,
ul.homeCol3>li {
    list-style: none;
    margin: 0;
}

ul.homeCol3 {
    margin: 0;
    padding: 0;
}

.post {
    position: relative;
    width: 100%
}

main .post {
    margin: 2.5em 0;
}

ul.homeCol3>li {
    position: relative;
    float: left;
    height: auto;
    min-height: 12em;
    margin-right: 1em;
    width: 32.4%;
}

ul.homeCol3>li:last-child {
    margin-right: 0;
}

ul.homeCol3>li a {
    display: block;
}

main .post h2 {
    font: normal 700 1.375em 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin: 1em 0 0;
    letter-spacing: 2px;
}

.post p {
    font: normal 700 1.063em 'Open Sans', sans-serif;
    color: #002341;
}

.post .post-1 h2 {
    color: #239C7B;
}

.post .post-2 h2 {
    color: #004986;
}

.post .post-3 h2 {
    color: #0094DA;
}

.post .post-1 figure {
    background: #239C7B;
    max-width: 416px;
}

.post .post-2 figure {
    background: #004986;
    max-width: 416px;
}

.post .post-2 img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.post .post-3 figure {
    background: #0094DA;
    max-width: 416px;
}

.post .post-3 img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.post .post-1:hover img,
.post .post-2:hover img,
.post .post-3:hover img {
    opacity: 0.3;
}*/


/******* End *******/


/******* MEDIA QUERY *******/
@media only screen and (max-width: 1880px) {
    ul.homeCol2 > li:last-child .title {
    
       padding-left:3rem;
    }
    ul.homeCol2 > li:last-child .innerBox {
        padding-left: 3rem;
    }
    .quickLinks {
        left: 3em;
    }
    ul.homeCol2 > li:first-child .title{
        padding-right:1rem;
        padding-left:1rem;
    }
    .bottomLinks a + a{
        margin-right:-2rem !important;
    }
}
@media only screen and (max-width: 1800px) {
    ul.homeCol2 > li:last-child .title {
    
       padding-left:1rem;
    }
    ul.homeCol2 > li:last-child .innerBox {
        padding-left: 1rem;
    }
    ul.homeCol2 > li:first-child .innerBox{
        padding-left:1rem;
    }
    .quickLinks {
        left: 1em;
    }
    .bottomLinks a + a {
        margin-right: -1rem !important;
    }
    .empty {
        margin-left: 0rem;
    }
}

@media only screen and (max-width: 1680px) {
    main .container h3 {
        font-size: 1.3rem;
    }
    .empty i {
        font-size: 4rem;
    }
    a.iconPost,
    a.iconPost:link,
    .bottomLinks a,
    .bottomLinks a:link,
    a.iconPost time,
    .empty p {
        font-size: 12px;
    }
    a.iconPost,
    a.iconPost:link {
        padding-left: 4.5rem;
    }
    a.iconPost i {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width:1330px) {
    .activePopupAlert .frmSearch {
        top: 22rem;
    }
    .frmSearch button[type="submit"] {
        right: 0.2rem;
    }
}

@media only screen and (max-width:899px) {
    
    .bottomLinks a, .bottomLinks a:link{
        padding-left: 0;
        
    }
    .mid {
        padding-top: 2rem;
    }
    .bottomLinks a + a {
        margin-right: 2rem !important;
    }
   
    .weatherSide {
        color: white !important;
        background-color: #9cb92d;
        transform-origin: 0 0;
        transform: rotate(270deg);
        top: 24rem;
        right:-5.5rem;
        z-index: 17;
        position: absolute;
        padding:1rem 1rem 1rem 1rem;
        display: block;
    }
        .weatherSide p {
            font-family: 'montserrat', sans-serif;
            font-size: 13px;
            font-weight: 400;
            letter-spacing:0.5px;
            margin:0;
        }
    .weatherSide i{
        padding-right:1rem;
    }

    .weatherSide:hover {
        background: white;
        color: #9cb92d!important;
    }
    ul.homeCol2 {
        background: url(../images/news-events-bg.png);
        background-size: 230%;
        background-repeat: no-repeat;
        background-position-x: -80rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding: 0;
        margin: 0;
        flex-direction: column-reverse !important;
    }

    ul.homeCol2 > li {
        position: relative;
        width: 100% !important;
        height: auto;
        min-height: fit-content;
    }

    ul.homeCol2 > li .innerBox {
        padding: 0em 0em 3em 1rem !important;
    }

    ul.homeCol2 > li .title {
        display: block;
        padding: 1em 1em 0.5em 1rem !important;
    }

    .titleBox > hr {
        width: 60rem !important;
        margin-top: 0.8rem !important;
        height: 2px !important;
    }

    ul.homeCol2 > li .title .titleBox h3 {
        font-family: 'Bebas Neue', sans-serif;
        color: #484848;
        text-transform: uppercase;
        letter-spacing: 1px !important;
        display: block;
        margin: 0;
        min-width: fit-content;
        padding-right: 1rem;
        font-weight: 600;
    }
    .frmSearch {
        top: 250px;
    }
    .activePopupAlert .frmSearch {
        top: 20rem;
    }
    ul.homeCol2 {
        background-size: cover !important;
        background-position-x: center !important;
        padding-top: 2rem;
    }
    .footerBottom br {
        display: none;
    }

    .footerBottom img {
        max-width: 30% !important;
        margin: 2rem 0rem;
    }

    .footerBottom a.fmap > span {
        margin-left: 0 !important;
    }

    .fb2.row {
        padding-top: 0rem;
        margin-top: 0rem;
        margin-left: 0rem;
    }

    .fb2 a.fMap > span {
        margin-left: 0rem !important;
    }

    .fb2 a:before {
        color: #9cb92d;
    }

    .fb2 a, .fb2 span, .fb2 div {
        margin-bottom: 1rem;
        font-size:inherit;
    }



    .footerBottom a,
    .footerBottom a:link {
        font-size: 2.5vw;
        letter-spacing: 0px;
        font-weight:bold;
    }

    .fb2 span a.fPhone {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .fb2 span a.e-mail {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .fb2 span a.fFax {
        margin-left: 5rem;
        margin-right: 2rem;
    }
    .fb2 .operation-time span{
        font-size:2.5vw;
    }
    .fb2 div{
        display:flex;
        flex-direction:column-reverse;
    }
    .fb2 .operation-time{
        flex-direction:row;
    }
    .fb2 .operation-time span{
        margin-left:1rem!important;
    }
    .fb2 div small{
        margin-top:-1rem!important;
        margin-bottom:1rem;
        margin-right:0rem !important;
        font-weight:600;
        font-size: 3vw;
        text-align:center;
    }
    .bottomLinks{
        position:static;
        width:100%;
    }
    .ov{
        display:none;
    }
    
}

@media only screen and (max-width:1024px) {
    main .container h3 {
        font-size: 1.2rem;
    }
    .weatherSide{
        right:-5.6rem;
    }

}

@media only screen and (max-width:1023px) {
    .frmSearch button[type="submit"] {
        right: 0.3rem;
    }
    .footerBottom cite{
        font-size:8pt;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        max-width: 100%;
    }
}

@media only screen and (max-width:850px) {
    main .col-sm {
        flex-basis: auto;
    }
    #recentNewsCont {
        margin-bottom: 2rem;
    }
    main .col-sm {
        padding-bottom: 0;
    }
    .bottomLinks {
        position: static!important;
        bottom: auto;
        left: auto;
        right: auto;
        padding-left: 0;
        padding-right: 0;
        margin-top: 2rem;
    }
    .empty i {
        font-size: 3rem;
    }
    a.iconPost,
    a.iconPost:link,
    .bottomLinks a,
    .bottomLinks a:link,
    a.iconPost time,
    .empty p {
        font-size: 0.85rem;
    }
    a.iconPost i {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width:785px) {
    .frmSearch {
        top: 220px;
    }
    .activePopupAlert .frmSearch {
        top: 240px;
    }
    .frmSearch input[type="search"] {
        font-size: 0.9rem;
    }
    .frmSearch button[type="submit"] {
        font-size: 1rem;
    }
    .frmSearch button[type="submit"] {
        right: 0.6rem;
    }
}

@media only screen and (max-width:680px) {
    main .container h3 {
        font-size: 1rem;
    }
    


}

@media only screen and (max-width:600px) {
    .frmSearch input[type="search"] {
        font-size: 0.8rem;
    }
    .frmSearch button[type="submit"] {
        font-size: 0.9rem;
    }
    #recentNewsCont a.iconPost.postBG,
    #recentNewsCont a.iconPost.postBG:link {
        float: none;
        width: 100%;
        margin-bottom: 1px;
    }
    ul.homeCol2 > li a.iconPost > h4 {
        font-size: 3vw !important;
        letter-spacing: 0px !important;
    }

    a.iconPost {
        padding-left: 3rem !important;
        padding-top: 0.8rem !important;
    }

        a.iconPost > span {
            font-size: 0.9rem !important;
        }

    .carousel-caption {
        top:70%;
    }

    ul.homeCol2 > li a.iconPost i {
        font-size: 2rem !important;
    }
    .weatherSide{
        top:23rem;
    }
}

@media only screen and (max-width:580px) {
    .frmSearch {
        top: 190px;
    }
    .activePopupAlert .frmSearch {
        top: 230px;
    }
    ul.homeCol2 > li .innerBox {
        padding: 0em 0em 1em 1rem !important;
    }
    .bottomLinks a{
        font-size:0.75rem!important;
    }

    .footerBottom a,
    .footerBottom a:link {
        font-size: 2.4vw;
        letter-spacing: 0px;
    }

    .fb2 span a.fPhone {
        margin-left: 1vw;
        margin-right: 1rem;
    }

    .fb2 span a.e-mail {
        margin-left: 1vw;
        margin-right: 1vw;
    }

    .fb2 span a.fFax {
        margin-left: 4vw;
        margin-right:1vw;
    
        }
    .weatherSide p{
        right: -6rem ;
/*        padding: 0.5rem 0.5rem 0 0.5rem;
        font-size:0.8rem!important;*/
    }
    .weatherSide p{
        font-size:13px;
        margin:0;
    }

}

@media only screen and (max-width:450px) {
/*    .bottomLinks a,
    .bottomLinks a:link {
        float: none;
        max-width: 200px;
        font-size: 0.7rem;
        color: #FFF;
        text-align: center;
        display: block;
        padding: 0.6rem 1.5rem;
        margin: auto;
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        border-radius: 0.5rem;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        background: #018AB6;
    }*/
    .bottomLinks a {
        font-size: 2.4vw !important;
        padding: 0.8em 1em !important;
        letter-spacing:1px!important;
    }
    .weatherSide p {
        font-size: 0.8rem;
        
    }


  /*  .bottomLinks a:visited {
        color: #FFF;
    }
        .bottomLinks a:hover {
            background: #9cb92d;
        }
    .bottomLinks a:first-of-type {
        margin-bottom: 0.1rem;
    }
    .bottomLinks a:last-of-type {
        float: none;
    }
    .bottomLinks a:before {
        color: inherit;
    }
    .frmSearch {
        top: 170px;
    }
    .activePopupAlert .frmSearch {
        top: 200px;
    }*/
}