@import url("fancyfonts.css");
@import url("fonts.css");
@import url("colors.css");
@import url("font-awesome.css");
* {
    margin: 0;
}

html,
body {
    height: 100%;
}

form {
    height: 100%;
}

body {
    font-family: "open_sansregular", Segoe UI, Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0 auto;
}

strong,
b {
    font-family: "open_sanssemibold", Segoe UI, sans-serif;
}


/*------------------------------------------------------------------Classes used Site for Structure------------------------------------------------------------------*/

.gsc-control-cse {
    background-color: transparent;
    padding: 0px !important;
    border: 0px !important;
}

.cse .gsc-control-cse:after,
.gsc-control-cse:after {
    content: "" !important;
}

.outercontainer {
    position: relative;
    width: 100%;
}

.innercontainer {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clearfloat {
    clear: both;
}


/*Like the clearfloat but you can use the class instead of an extra HTML element*/

.clearfix:after {
    content: "";
    clear: both;
    visibility: hidden;
    display: block;
    height: 0;
}

a img {
    border: 0px !important;
}


/*Use to remove default 1px border*/

.no-border,
.no-border .widgetitem {
    border: 0px !important;
}


/*Use to remove default top and bottom margin*/

.no-margin,
.no-margin .widgetitem {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}


/*Flex and stretch force a parents child to stretch to its full width*/

.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 Margins on All Divs*/

.nomargins,
.nomargins div {
    border: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.vertical-align-layout>div {
    display: table;
}

.vertical-align-layout>div>div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.ezc-element:after {
    content: "";
    clear: both;
    visibility: hidden;
    display: block;
    height: 0;
}

.ezc-horizontal-item {
    display: block;
    float: left;
}

.ezc-vertical-item {
    display: block;
    width: 100%;
}


/*------------------------------------------------------------------ADA 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;
}


/*------------------------------------------------------------------Header------------------------------------------------------------------*/

.home #headerwrapper {
    min-height: 675px;
    position: relative;
}

#header {
    position: relative;
    padding: 10px 0;
}


/*------------------------------------------------------------------Menu------------------------------------------------------------------*/

#menu {}


/*Removes border on mobile menu*/

.rmRootToggle {
    border: 0px !important;
    box-shadow: none !important;
}


/*------------------------------------------------------------------Content Wrapper------------------------------------------------------------------*/

#contentwrapper {}

#contentwrapperin {
    position: relative;
    min-height: 500px;
    padding-top: 30px;
    padding-bottom: 40px;
}

#contentwrapperin.secondary {
    margin-top: 20px;
}


/*------------------------------------------------------------------Buttons------------------------------------------------------------------*/

#buttons {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
}

#buttons .buttons,
#buttons .widgettable {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
}

#buttons .eztext_area img {
    margin: 0 5px;
    max-width: 100%;
}


/*------------------------------------------------------------------Homepage------------------------------------------------------------------*/

#contentleft_hp {
    width: 70%;
}

#contentleftin_hp {
    width: 96%;
    margin: 0 auto 0 0;
}

#contentright_hp {
    width: 30%;
}

#newsbtns {
    text-align: right;
}

#newsbtnsin {
    width: calc(100% - 30px);
}

#newsbtnsin .newsbtn {
    color: #e6c12e;
    font-size: 45px;
}

#newsbtnsin .newsbtn:hover {
    color: #997c09;
    cursor: pointer;
}

#HomeNewsWrapper .customrss__item {
    display: block;
    float: left;
    width: 25%;
    font-family: "open_sanssemibold", Segoe UI, sans-serif;
}

#HomeNewsWrapper .customrss__item__padding {
    margin: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
}

#HomeNewsWrapper .customrss__thumbnail {
    height: 180px;
    overflow: hidden;
    background: #ccc;
}

#HomeNewsWrapper .customrss__thumbnail img {
    display: block;
    min-width: 100% !important;
    width: auto;
    height: 100% !important;
    transition: all .5s ease;
}

#HomeNewsWrapper .customrss__thumbnail img:hover {
    transform: scale(1.1);
}

#HomeNewsWrapper .customrss__content {
    padding: 10px 10px 30px 10px;
    background: #fff;
}

#HomeNewsWrapper .customrss__title {
    margin-bottom: 10px;
}

#HomeNewsWrapper .customrss__title a {
    color: #043a85;
    font-size: 18px;
    text-decoration: none;
    line-height: 100%;
}

#HomeNewsWrapper .customrss__title a:hover {
    color: #000;
}

#HomeNewsWrapper .customrss__date {
    font-family: "open_sansregular", Segoe UI, sans-serif;
    font-size: 14px;
    color: #626262;
}

#events .ezrss-horizontal .ezrss-item {
    min-height: 200px;
}


/*------------------------------------------------------------------Content Left------------------------------------------------------------------*/

#contentleft {
    width: 30%;
    min-height: 50px;
    margin-top: 15px;
}

#contentleftin {
    width: 89%;
    margin: 0 auto;
    min-height: 50px;
}


/*------------------------------------------------------------------Content Right------------------------------------------------------------------*/

#contentright {
    width: 70%;
    min-height: 100px;
    margin-top: 15px;
}

#contentrightin {
    width: 98%;
    min-height: 50px;
    padding-bottom: 20px;
}


/*------------------------------------------------------------------Full Page Content------------------------------------------------------------------*/

#main {
    width: 94%;
    padding: 20px 0;
    position: relative;
}


/*-----------------------------------------------------------------Three Column Template------------------------------------------------------------------*/

.threecol #contentmiddle {
    margin-top: 15px;
    width: 45%;
}

.threecol #contentmiddlein {
    width: 97%;
    margin: 0 auto 0 0;
}

.threecol #contentright {
    width: 25%;
}

.threecol #contentrightin {
    width: 95%;
    margin: 0 auto 0 0;
}


/*------------------------------------------------------------------Connect------------------------------------------------------------------*/

#connectwrapper {
    padding: 30px 0;
}


/*------------------------------------------------------------------Footer------------------------------------------------------------------*/

#footerwrapper {
    padding: 20px 0;
}

#footer {}


/*------------------------------------------------------------------ezTag------------------------------------------------------------------*/

#eztagin {
    width: 70%;
}

#poweredby {
    width: 30%;
}


/*------------------------------------------------------------------Searchbox------------------------------------------------------------------*/

#searchbox {
    position: relative;
    width: 200px;
    float: right;
    max-width: 90%;
    z-index: 2;
    height: 30px;
}

#header #searchbox .input-wrapper {
    width: 100%;
    /*   padding: 10px;  */
    margin: 0 0 0px auto;
    border-radius: 3px;
    height: inherit;
}

#header #searchbox .input-wrapper input {
    width: 85%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0px 1.5%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    border: 0px;
}

#header #searchbox .input-wrapper input:focus {
    outline: 0;
    border: 0;
}

#header #searchbox .input-wrapper input:-webkit-input-placeholder {
    /*--deprecated in new browsers*/
    font-weight: 400;
    font-style: italic;
}

#header #searchbox .input-wrapper input::-webkit-input-placeholder {
    font-weight: 400;
    font-style: italic;
}

#header #searchbox .input-wrapper input:-moz-placeholder {
    /*--deprecated in new browsers*/
    font-weight: 400;
    font-style: italic;
}

#header #searchbox .input-wrapper input::-moz-placeholder {
    font-weight: 400;
    font-style: italic;
}

#header #searchbox .input-wrapper input:-ms-input-placeholder {
    font-weight: 400;
    font-style: italic;
}

#header #searchbox .input-wrapper button {
    overflow: visible;
    position: absolute;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 100%;
    width: auto;
    width: initial;
    padding: 0 7px;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    right: 0px;
    top: 0px;
}

#header #searchbox .input-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

#header #searchbox .input-wrapper button img {
    display: block;
}


/*------------------------------------------------------------------Tablet------------------------------------------------------------------*/

@media screen and (max-width:1200px) {
    body {
        overflow-x: hidden;
    }
    #topnav,
    #header,
    #newsin,
    #eventsin,
    #connectin,
    #footer,
    #eztag {
        width: 96%;
        margin: 0 auto;
    }
    #header .widgetitem img,
    #footer .widgetitem img {
        max-width: 100%;
    }
    #slideshow .buttons {
        width: 96%;
        margin: 0 4%;
    }
    #mission {
        width: 90%;
    }
    #connectin .eztext_area img {
        max-width: 100%;
    }
    #buttons .widgetitem img {
        margin: 0;
    }
    #buttons .widgetitem p {
        margin-bottom: 5px;
    }
    .home #headerwrapper {
        min-height: 550px;
    }
}

@media screen and (max-width:960px) {
    #events .ezrss-horizontal .ezrss-item {
        min-height: 0px;
    }
    #events .ezrss-horizontal .ezrss-datemonth {
        text-align: left;
    }
    #HomeNewsWrapper .customrss__item {
        width: 50%;
    }
}


/*------------------------------------------------------------------Mobile------------------------------------------------------------------*/

@media screen and (max-width:700px) {
    #header {
        padding: 10px 0;
    }
    #header .headerlogo {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
    }
    #buttons {
        position: relative;
    }
    #searchbox {
        max-width: 90% !important;
        float: none !important;
        margin: 0 auto !important;
    }
    #contentleft,
    #contentleft_hp {
        width: 100%;
        min-height: 10px;
    }
    #contentright,
    #contentright_hp {
        width: 100%;
        min-height: 10px;
    }
    #contentwrapperin.secondary {
        margin-top: 0px;
    }
    #buttonswrapper {
        padding: 0px;
    }
    /*Aligns text in the eztag wrapper at the bottom*/
    #topnav p,
    #topnav div,
    #header p,
    #footer div,
    #eztag div,
    #eztag p {
        text-align: center !important;
    }
    /*Stretches tabs on mobile*/
    .RadTabStrip .rtsLI {
        width: 100%;
    }
    #poweredby,
    #eztagin {
        width: 100%;
    }
    .vertical-align-layout>div {
        display: block;
    }
    .vertical-align-layout>div>div {
        display: block;
        float: left;
    }
    #buttons .buttons {
        position: relative;
        top: 0;
    }
    #buttons .buttons table {
        display: block;
    }
    #buttons .buttons table tr {
        display: block;
    }
    #buttons .buttons table td {
        display: inline-block;
        width: 50%;
        float: left;
        margin-bottom: 15px;
    }
    #slideshowwrapper {
        padding: 0px;
    }
    #footer-maps {
        height: 0;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 32%;
        position: relative;
    }
}

@media screen and (max-width:400px) {
    #HomeNewsWrapper .customrss__item {
        width: 100%;
    }
    #buttons .buttons table td {
        display: inline-block;
        width: 100%;
        float: left;
    }
}
