@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_sansregular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    position: relative;
    top: 0;
    transition: all 1s ease;
}

strong,
b {
    font-family: "open_sansbold", Arial, Helvetica, sans-serif;
}


/*------------------------------------------------------------------------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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: 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;
}


/*--------------------------------------------------------------------------Top Navigation--------------------------------------------------------------------------*/

#topnavwrapper {
    min-height: 5px;
}

#topnav {
    position: relative;
}

#topnav .topnav {
    position: relative;
    z-index: 2;
}


/*-------------------------------------------------------------------------------Header--------------------------------------------------------------------------*/

#headerwrapper {
    min-height: 10px;
}

#header {
    min-height: 130px;
    position: relative;
}

#header .widgetitem img {
    display: block;
}

#header .headerlogo {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 1;
    width: initial;
    width: auto;
}

#header .header-slogan {
    line-height: 130px;
}


/*-------------------------------------------------------------------------------Menu--------------------------------------------------------------------------*/

#menu:hover {
    position: relative;
    z-index: 2;
}

#menuin .rmHorizontal {
    text-align: right;
}

#menuin .rmHorizontal * {
    text-align: left;
}

#menu .RadMenu .rmItem {
    float: none;
}


/*-----------------------------------------------------------------------------Content--------------------------------------------------------------------------*/

#contentwrapper {
    min-height: 100px;
    position: relative;
    z-index: 1;
}

#contentwrapperin {
    min-height: 600px;
    margin-top: 10px;
}

.section {
    padding: 30px 0;
}

#buttonswrapperin {
    max-width: 900px;
}

#newswrapperin {
    position: relative;
    padding-top: 50px;
}

#marquee {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    overflow: hidden;
}


/*------------------------------------------------------------------------Homepage Template-----------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------Secondary Templates-----------------------------------------------------------------------------*/

#contentleft {
    width: 25%;
    margin-top: 15px;
}

#contentleftin {
    width: 95%;
    margin: 0 auto 0 0;
    padding-bottom: 20px;
}

#leftcontent {
    margin-top: 10px;
}

#contentright {
    width: 73%;
    margin-top: 15px;
}

#contentrightin {
    width: 100%;
    padding-bottom: 20px;
    margin: 0 0 0 auto;
}

#contentwrapperin #maincontent {
    width: 94%;
    padding: 3% 0;
}


/*--------------------------------------------------------------------------Slideshow-----------------------------------------------------------------------------*/

#slideshowwrapper .imageWrapper {
    pointer-events: none;
    display: block;
}

#slideshowwrapper .ezcaptionwrapper {
    max-width: 700px;
    height: auto;
    top: 85%;
    left: 20%;
    left: calc((100% - 1200px)/2);
    transform: translateY(-85%);
    padding: 20px 0;
    background: #e9e9e9;
    right: auto;
    bottom: auto;
    border-radius: 10px;
}

#slideshowwrapper .ezcaptionwrapper span {
    display: block;
    padding: 0 20px;
    font-family: "open_sansregular", sans-serif;
    line-height: normal;
    color: #333;
    font-size: 21px;
}

#slideshowwrapper .ezcaptionwrapper .ezcaptiontitle {
    font-size: 35px;
    font-family: "cardobold", sans-serif;
    font-weight: normal;
    line-height: normal;
}

#slideshowwrapper .ezcaptionwrapper .ezcaptionlink a {
    display: inline-block;
    padding: 7px 12px;
    background: #3e59a8;
    color: #fff;
    /* border-radius: 10px; */
    margin-top: 10px;
}

#slideshowwrapper .ezcaptionwrapper .ezcaptionlink a:hover {
    background: #19337f;
}

#slideshowwrapper .dropline,
#slideshowwrapper .dropend {
    display: none;
}


/*--------------------------------------------------------------------------Three Column Templates-----------------------------------------------------------------------------*/

.threecol #contentmiddle {
    margin-top: 15px;
    width: 50%;
}

.threecol #contentmiddlein {
    width: 98%;
    margin: 0 auto 0 0;
}

.threecol #contentright {
    width: 25%;
}


/*--------------------------------------------------------------------------------Footer-----------------------------------------------------------------------------*/

#footerwrapper {
    min-height: 100px;
}

#footer {
    padding: 20px 0;
}

#footer img {
    max-width: 100%;
}


/*---------------------------------------------------------------------------------ezTag-----------------------------------------------------------------------------*/

#eztagwrapper {}

#eztagin {
    width: 70%;
}

#poweredby {
    width: 30%;
}


/*--------------------------------------------------------------------------------Searchbox-----------------------------------------------------------------------------*/

#socialmedia {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

#socialmedia a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    background: #afafaf;
    color: #5F5F5F;
}

#socialmedia a:hover {
    background: #3e59a8;
    color: #fff;
}

#searchbox {
    width: 100%;
    max-width: 225px;
    position: relative;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
}


/*#searchbox label{
    display: none;
}*/

#searchbox .input-wrapper {
    width: 100%;
    margin: 0 0 0 auto;
    border-radius: 3px;
    height: inherit;
    display: table;
    vertical-align: middle;
}


/***INPUT***/

#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 4px;
}

#searchbox .input-wrapper input:focus {
    outline: 0;
}

#searchbox .input-wrapper input:-webkit-input-placeholder {
    font-weight: 400;
    font-style: italic;
}

#searchbox .input-wrapper input::-webkit-input-placeholder {
    font-weight: 400;
    font-style: italic;
}

#searchbox .input-wrapper input:-moz-placeholder {
    font-weight: 400;
    font-style: italic;
}

#searchbox .input-wrapper input::-moz-placeholder {
    font-weight: 400;
    font-style: italic;
}

#searchbox .input-wrapper input:-ms-input-placeholder {
    font-weight: 400;
    font-style: italic;
}


/***BUTTON***/

#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;
}

#searchbox .input-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/*-----------------------------------------------------------------------------------Tablets-----------------------------------------------------------------------------*/

@media screen and (max-width:1200px) {
    body {
        overflow-x: hidden;
    }
    #header,
    #footer,
    #menu,
    #newswrapperin,
    #upcomingeventsin,
    #buttonswrapperin {
        width: 96%;
    }
    #topnav {
        padding: 0 0 5px 0;
    }
    #topnav .vertical-align-layout>div {
        display: block;
    }
    #topnav .ezlayout2Col1,
    #topnav .ezlayout2Col2,
    #header .ezlayout2Col1,
    #header .ezlayout2Col2,
    #newswrapperin .ezlayout2Col1,
    #newswrapperin .ezlayout2Col2 {
        width: 100% !important;
        display: block;
    }
    #topnav .widgetitem p {
        text-align: center !important;
        line-height: normal;
    }
    #header .headerlogo {
        position: relative;
        top: 0;
    }
    #header .headerlogo .imagesizeitLeft {
        text-align: center;
    }
    #header .headerlogo {
        width: 100%;
    }
    #header .headerlogo img {
        display: inline-block;
    }
    #header .header-slogan {
        line-height: normal;
    }
    #header .header-slogan p {
        text-align: center !important;
    }
    #slideshowwrapper .ezcaptionwrapper {
        left: 20px;
        width: 60%;
    }
    #searchsocial {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    #footer-maps {
        overflow: hidden;
        position: relative;
        height: 0;
        padding-bottom: 40%;
        margin: 0 auto;
    }
    #searchbox {
        margin: 5px auto;
        display: block;
    }
}

@media screen and (max-width:900px) {
    #buttonswrapper table {
        display: inline-block;
        text-align: center;
    }
    #buttonswrapper table td {
        display: inline-block;
        vertical-align: top;
        width: 150px;
    }
    #slideshowwrapper .ezcaptionwrapper {
        display: none;
    }
}


/*------------------------------------------------------------------------------------Mobile-----------------------------------------------------------------------------*/

@media screen and (max-width:700px) {
    body {
        overflow-x: hidden;
    }
    #topnav .topnav,
    #header .imagesizeitLeft {
        text-align: center;
    }
    #header {
        min-height: 20px;
        float: left;
        padding-top: 40px;
    }
    #header img {
        max-width: 100%;
    }
    #searchbox {
        width: 95%;
    }
    #header .extext_area {
        text-align: center;
    }
    #menuin {
        float: none;
    }
    #contentwrapper {
        min-height: 100px;
    }
    #contentwrapperin {
        min-height: 100px;
    }
    #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 {
        padding: 0px;
        width: 96%;
    }
    #eztag,
    #poweredby p,
    #poweredby a {
        line-height: 24px;
    }
    #topnav p,
    #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;
    }
    .ezrss-horizontal .ezrss-item {
        min-height: 0px;
    }
}

@media screen and (max-width:500px) {
    #marquee__announcement {
        display: none;
    }
    #marquee__text {
        width: 100%;
    }
}
