@import url("fancyfonts.css");
@import url("fonts7c67.css?v=5.5.2018");
@import url("colors7c67.css?v=5.5.2018");
@import url("font-awesome.css");

* {
    margin: 0;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

form {
    height: 100%;
}

body {
    font-family: "open_sanslight", Arial, Helvetica, sans-serif;
    font-size: 16px;
    position: relative;
    top: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    line-height: 150%;
}

.eztext_area ul {
    margin-bottom: 1em;
}

/*------------------------------------------------------------------------Container Alignments/Structure--------------------------------------------------------------------------*/
.gsc-control-cse {
    background-color: transparent !important;
    padding: 0px !important;
    border: 0px !important;
}

.cse .gsc-control-cse:after,
.gsc-control-cse:after {
    content: "" !important;
}

.innercontainer {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.outercontainer {
    width: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clearfloat {
    clear: both;
}

/*Like the clearfloat but you can use this class instead of adding another html element*/
.clearfix:after {
    content: "";
    clear: both;
    visibility: hidden;
    display: block;
    height: 0;
}

/*Removes default 1px border if needed*/
.no-border,
.no-border .widgetitem {
    border: 0px !important;
}

/*Removes all top and bottom margin if needed*/
.no-margin,
.no-margin .widgetitem {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/*Stretches content to full height*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

/*Removes border on mobile menu*/
.rmRootToggle {
    border: 0px !important;
}

.vertical-align-layout>div {
    display: table;
}

.vertical-align-layout>div>div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

/*--------------------------------------------------------------------------Skip Navigation--------------------------------------------------------------------------*/
#skip-navigation {
    background: #bd0101;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#skip-navigation:focus {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 99999;
}

#scrolltotop {
    background: #1b0044;
    color: #fff;
    padding: 13px;
    position: fixed;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    bottom: -20px;
    right: 20px;
    z-index: 10000;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#scrolltotop.scroll-visible {
    opacity: 1;
}

#scrolltotop:hover {
    cursor: pointer;
}

#scrolltotop .fa {
    position: relative;
    top: 0px;
    -webkit-animation: scrollUp 2s ease infinite;
    animation: scrollUp 2s ease infinite;
}

@-webkit-keyframes scrollUp {
    0% {
        opacity: .3;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    70% {
        opacity: 1;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes scrollUp {
    0% {
        opacity: .3;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    70% {
        opacity: 1;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

/*-------------------------------------------------------------------------------Header--------------------------------------------------------------------------*/
.frontend #headerwrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

#header {
    position: relative;
}

#header .header-layout {
    margin: 0px !important;
    border: 0px !important
}

#header .headerlogo {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
}

#header .headerlogo img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    max-width: 100%;
}

.header-small #header #searchbox {
    max-height: 0px;
    border: 0px;
    margin: 0px 0 0px auto;
}

.header-small #header .headerlogo img {
    max-width: 175px;
}

.header-small #header .headerlogospacer {}

.frontend #fixedwrapper {
    padding-top: 139px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#fixedwrapper.top-effect {
    padding-top: 60px;
}

/*-----------------------------------------------------------------------------Slideshow--------------------------------------------------------------------------*/
#slideshowwrapper {
    padding: 50px 0;
}

#slideshowwrapper .slideshow {
    border: 10px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 12px;
}

/*-----------------------------------------------------------------------------Buttons--------------------------------------------------------------------------*/
#buttonswrapper {
    padding: 30px 0;
}

#buttonswrapper .eztext_area br {
    display: none;
}

#buttonswrapper .eztext_area table br {
    display: block;
}

/*-----------------------------------------------------------------------------Content--------------------------------------------------------------------------*/
#contentwrapper {
    min-height: 100px;
    position: relative;
    z-index: 1;
}

#contentwrapperin {
    padding: 60px 0;
}

#contentwrapper.secondary {
    margin-bottom: 30px;
}

#contentwrapperborder {
    margin-top: 60px;
    border: 10px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

#contentwrapper.secondary #contentwrapperin {
    padding: 0px;
    min-height: 500px;
}

/*------------------------------------------------------------------------Page-----------------------------------------------------------------------------*/
#pagename {
    background: #1b0044;
}

#pagenamein {
    padding: 10px 0;
    width: 97%;
}

#pagename .eztext_area {
    font-size: 22px;
    color: #fff;
}

#pagename-text {
    float: left;
}

#breadcrumb {
    float: right;
    display: table;
}

#breadcrumb .RadSiteMap .rsmFlow {
    padding-bottom: 0px;
}

#breadcrumb .RadSiteMap_Metro,
#breadcrumb .rsmLink {
    color: #fff !important;
    font-size: 14px !important
}

#breadcrumb .rsmLink:hover {
    background: transparent !important;
    text-decoration: underline !important;
}

#breadcrumb-icon {
    font-size: 16px;
    color: #fff;
    width: 20px;
    display: table-cell;
    vertical-align: middle;
}

#breadcrumb-icon .fa {
    vertical-align: middle;
    overflow: visible;
}

#breadcrumb-widget {
    display: table-cell;
    width: calc(100% - 30px);
    vertical-align: middle;
}

/*------------------------------------------------------------------------Homepage Template-----------------------------------------------------------------------------*/
.home-panels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-panel {
    border-radius: 10px;
    background: #fff;
}

.home-panel--minheight {
    min-height: 550px;
}

.home-panel-content {
    padding: 15px;
}

#homeleft_hp {
    width: 25%;
}

#homeleftin_hp {
    border-radius: 10px;
    background: #fff;
}

#homemiddle_hp {
    width: 50%;
    position: relative;
}

#homemiddlein_hp {
    width: 90%;
    background: #fff;
    border-radius: 10px;
}

#homemiddlepadding_hp {
    width: 92%;
    padding: 10px 0;
}

#homeright_hp {
    width: 25%;
    position: relative;
}

#homerightin_hp {
    background: #fff;
    border-radius: 10px;
}

#homerightpadding_hp {
    width: 92%;
    padding: 10px 0;
}

#mayor-header {
    color: #fff;
    padding: 27px 14.5px 10px 14.5px;
    background: #81b241;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: "open_sanssemibold", sans-serif;
    font-size: 22px;
}

#mayor-message {
    padding: 10px 15px 0 15px;
}

.carousel-btns-wrapper {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    text-align: center;
}

.carousel-btn {
    width: 50px;
    height: 30px;
    margin: 0px auto 0 auto;
    background: #cccccc;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.carousel-btn>div {
    height: 15px;
}

.carousel-btn>div:hover {
    background: #999;
    cursor: pointer;
}

.carousel-btn>div>div {
    line-height: 0;
}

.carousel-btn>div>div:before {
    font-size: 22px;
}

.carousel-btn .ion-ios-arrow-up:before {
    line-height: 15px;
}

.carousel-btn .ion-ios-arrow-down:before {
    line-height: 15px;
}

/*--------------------------------------------------------------------------Secondary Templates-----------------------------------------------------------------------------*/
#contentleft {
    width: 25%;
    margin-top: 15px;
}

#contentleftin {
    width: 89%;
    margin: 0 auto;
    padding-bottom: 20px;
}

#contentright {
    width: 75%;
    margin-top: 15px;
}

#contentrightin {
    width: 98%;
    padding-bottom: 20px;
}

#contentwrapperin.full #maincontent {
    width: 94%;
    padding: 10px 0;
}

/*--------------------------------------------------------------------------Three Column Templates-----------------------------------------------------------------------------*/
.threecol #contentmiddle {
    margin-top: 15px;
    width: 50%;
}

.threecol #contentmiddlein {
    width: 98%;
    margin: 0 auto 0 0;
}

.threecol #contentright {
    width: 25%;
}

#sloganwrapper {
    padding: 25px 0 0px 0;
}

/*--------------------------------------------------------------------------------Footer-----------------------------------------------------------------------------*/
#footerwrapper {
    min-height: 100px;
	background: #1b0044;
}

#footer {
   /* padding: 30px 0 20px 0;*/
}

#footer img {
    max-width: 100%;
}
#footer .footer-address {
	padding-top:25px;
}
/*---------------------------------------------------------------------------------ezTag-----------------------------------------------------------------------------*/
#eztagwrapper {}

#eztagin {
    width: 80%;
}

#poweredby {
    width: 20%;
}

/*--------------------------------------------------------------------------------Searchbox-----------------------------------------------------------------------------*/
#header #searchbox {
    width: 100%;
    max-width: 150px;
    position: relative;
    margin: 20px 0 20px auto;
    height: 35px;
    max-height: 35px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#header #searchbox.focused {
    max-width: 250px;
}

/*#header #searchbox label{
    display: none;
}*/
#header #searchbox .input-wrapper {
    width: 100%;
    margin: 0 0 0 auto;
    border-radius: 3px;
    height: inherit;
    display: table;
    vertical-align: middle;
}

/***INPUT***/
#header #searchbox .input-wrapper input {
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    padding: 0px 10px;
    font-size: 14px;
}

#header #searchbox .input-wrapper input:focus {
    outline: 0;
}

/***BUTTON***/
#header #searchbox .input-wrapper button {
    overflow: visible;
    position: absolute;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 100%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    right: 0;
    top: 0;
}

#header #searchbox .input-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*-----------------------------------------------------------------------------------Tablets-----------------------------------------------------------------------------*/
@media screen and (max-width:1200px) {
    body {
        overflow-x: hidden;
    }

    #header,
    #buttons,
    #footer,
    #slideshow,
    #contentwrapperin {
        width: 96%;
    }

    #header .headerlogo {
        position: relative;
        width: 100%;
        display: none;
    }

    #header .ezlayout2Col1 {
        width: 100% !important;
        padding: 0px;
    }

    #header .ezlayout2Col2 {
        width: 100% !important;
        padding: 0px;
    }

    .frontend #headerwrapper {
        position: relative;
    }

    .frontend #fixedwrapper {
        padding: 0px;
    }

    #header #searchbox {
        margin: 0 auto;
    }

    #header .RadMenu_ezSilk .rmRootGroup {
        text-align: center;
    }

    #slideshowwrapper {
        padding: 50px 0;
    }
}

@media screen and (max-width:900px) {
    #homeleft_hp {
        width: 100%;
        margin: 5px auto;
    }

    #homemiddle_hp,
    #homeright_hp {
        width: 48%;
        margin: 5px auto;
    }

    #homemiddle_hp {}

    #homeright_hp {
        float: right;
    }

    #homemiddlein_hp {
        width: 100%;
    }

    #contentwrapperin {
        padding: 30px 0;
    }

    #slideshowwrapper {
        padding: 20px 0;
    }
}

/*------------------------------------------------------------------------------------Mobile-----------------------------------------------------------------------------*/
@media screen and (max-width:700px) {
    body {
        overflow-x: hidden;
    }

    img {
        max-width: 100%;
    }

    #header .extext_area {
        text-align: center;
    }

    #menuin {
        float: none;
    }

    #buttonswrapper {
        padding: 15px 0;
    }

    #sloganwrapper .eztext_area {
        font-size: 24px;
        line-height: 0;
    }

    #breadcrumb {
        margin-left: 10px;
        float: left;
    }

    #buttons-table,
    #footer-table,
    #buttons-table td,
    #buttons-table tbody,
    #buttons-table tr,
    #footer-table td {
        display: block;
        width: 100%;
    }

    #buttons-table tr,
    #buttons-table td {
        display: inline-block;
        width: auto;
        width: initial;
        text-align: center;
    }

    #homeleft_hp,
    #homemiddle_hp,
    #homeright_hp {
        width: 100%;
        margin: 10px auto;
    }

    #contentwrapperborder {
        /*border: 0px;*/
        width: calc(100% - 20px - 2%);
        margin: 20px auto;
    }

    #contentwrapper.secondary #contentwrapperin {
        width: 100%;
    }

    #contentleft,
    #contentright {
        float: left;
        width: 100%;
        min-height: 10px;
        padding: 0;
        margin: 0;
    }

    #contentleftin,
    #contentrightin {
        width: 97%;
        float: left;
        min-height: 10px;
        padding: 0;
        margin: 0;
    }

    #footer .footer-logo {
        margin-top: 20px !important;
    }

    #footer img {
        max-width: 71%;
    }

    #eztag,
    #poweredby p,
    #poweredby a {
        line-height: 24px;
    }

    #eztag p {
        text-align: center !important;
    }

    #eztagin,
    #poweredby {
        width: 100%;
    }

    .vertical-align-layout>div {
        display: block;
    }

    .vertical-align-layout>div>div {
        display: block;
        float: left;
    }
}
