@import url("fancyfonts.css");
@import url("fonts.css?v=5.5.2018");
@import url("colors.css?v=5.5.2018");
@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;
}

.eztext_area ul {
    margin-bottom: 1em;
}

/*------------------------------------------------------------------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%;
    /*margin-bottom: 20px;*/
}

.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------------------------------------------------------------------*/

#headerwrapper.headerfixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    opacity: 0.95;
}

#header {
    position: relative;
}

#header .headerlogo img {
    display: block;
}

#headerwrapper.headerfixed .headerlogo img {
    width: 50% !important;
}


/*------------------------------------------------------------------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;
}


/*------------------------------------------------------------------Slideshow------------------------------------------------------------------*/

#slideshowwrapper {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding-bottom: 125px;
}

#slideshow {}

#slideshow .slideshow img {
    z-index: 50;
}

#slideshow .slideshowOverlay {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

#slideshow .slideshowOverlay img {
    display: block;
    max-width: 100%;
}

.editor #slideshow .slideshowOverlay {
    display: none;
}

#slideshow .ezrotatorwrapper {
    background: #F8F8F8;
}


/*------------------------------------------------------------------Buttons------------------------------------------------------------------*/

#buttonswrapper {
    padding: 30px 0;
    position: relative;
    z-index: 3;
}

#buttons .buttons {
    position: absolute;
    top: -250px;
}

#buttons .eztext_area img {
    margin: 0 20px;
    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: 69%;
    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;
}

#footerin {
    padding: 35px 0;
}

#footer {}


/*------------------------------------------------------------------ezTag------------------------------------------------------------------*/

#eztagin {
    width: 70%;
}

#poweredby {
    width: 30%;
}

#scrolltotop {
    background: #CA0000;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    bottom: 40px;
    right: 23px;
    z-index: 6;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
    text-align: center;
}

#scrolltotop:hover {
    cursor: pointer;
}

#scrolltotop.scroll-visible {
    opacity: 1;
}

#scrolltotop>i {}


/*------------------------------------------------------------------Searchbox------------------------------------------------------------------*/

/*------------------------------------------------------------------Searchbox------------------------------------------------------------------*/
#topnav #searchboxwrapper {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#topnav #searchboxiconlink {
    display: inline-block;
    vertical-align: middle;
}

#topnav #searchboxicon {
    color: #2069b5;
    margin: 0 0 1px 10px;
    font-size: 20px;
}

#topnav #searchboxicon:hover {
    cursor: pointer;
    color: #50A208;
}

#topnav #searchbox {
    position: absolute;
    width: 420px;
    right: 0;
    z-index: 2;
    height: 47px;
    z-index: 6;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: 124px;
}

#topnav #searchboxiconlink.visible #searchbox {
    opacity: 1;
    visibility: visible;
}

#topnav #searchbox .input-wrapper {
    width: 100%;
    margin: 0 0 0px auto;
    border-radius: 3px;
    height: inherit;
}

#topnav #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;
}

#topnav #searchbox .input-wrapper input:focus {
    outline: 0;
    border: 0;
}

#topnav #searchbox .input-wrapper input:-webkit-input-placeholder {
    /*--deprecated in new browsers*/
    font-weight: 400;
    font-style: italic;
}

#topnav #searchbox .input-wrapper input::-webkit-input-placeholder {
    font-weight: 400;
    font-style: italic;
}

#topnav #searchbox .input-wrapper input:-moz-placeholder {
    /*--deprecated in new browsers*/
    font-weight: 400;
    font-style: italic;
}

#topnav #searchbox .input-wrapper input::-moz-placeholder {
    font-weight: 400;
    font-style: italic;
}

#topnav #searchbox .input-wrapper input:-ms-input-placeholder {
    font-weight: 400;
    font-style: italic;
}

#topnav #searchbox .input-wrapper button {
    overflow: visible;
    position: absolute;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 100%;
    width: 50px;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    right: 0px;
    top: 0px;
}

#topnav #searchbox .input-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

#topnav #searchbox .input-wrapper button .fa {
    font-size: 22px;
    line-height: 33px;
    margin-right: 5px;
    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 .headerlogo {
        position: relative;
        top: 0;
        left: 0;
    }

    #buttons {
        width: 95%;
    }

    #footer .widgetitem img {
        max-width: 100%;
    }

    #menuin {
        margin: 0 auto;
        width: 100%;
    }

    #mission {
        width: 90%;
    }

    #buttons .widgetitem img {
        max-width: 100%;
        margin: 0;
    }

    #buttons td {
        padding: 5px;
    }
    #buttons .widgetitem p {
        margin-bottom: 5px;
    }

    #slideshow td {
        font-size: 17px;
    }

    #slideshow table table td:first-of-type {
        width: 50px !important
    }

    #slideshow table table td:first-of-type img {
        max-width: 100%;
    }
}

@media screen and (max-width:960px) {
    #menu .menu-mobile {
        color: #fff;
    }

    #events .ezrss-horizontal .ezrss-item {
        width: 33.333%;
        min-height: 0px;
    }

    #events .ezrss-horizontal .ezrss-datemonth {
        text-align: left;
    }

    #slideshowwrapper .buttons {
        position: relative;
        bottom: 0;
    }

    #slideshowwrapper #slideshowButtons,
    #slideshowwrapper #slideshowButtons>tbody,
    #slideshowwrapper #slideshowButtons>tbody>tr {
        display: block;
        text-align: center;
    }

    #slideshowwrapper #slideshowButtons>tbody>tr>td {
        display: inline-block;
        vertical-align: top;
        width: 33%;
    }

    #slideshow table table td:first-of-type {
        width: 90px !important;
    }

    #buttons table,
    #buttons tbody,
    #buttons tr {
        display: block;
    }

    #buttons td {
        display: inline-block;
        vertical-align: top;
        width: 24%;
        padding: 10px 0;
    }
    #events .ezrss-horizontal .ezrss-item {
         vertical-align: top;
    }
}

/*------------------------------------------------------------------Mobile------------------------------------------------------------------*/
@media screen and (max-width:700px) {
    #header {
        padding: 10px 0;
    }

    #header .headerlogo {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
    }

    #header .headerlogo img {
        max-width: 100%;
    }
    #topnav .widgetitem, #topnav .widgetitem a, #topnav .widgetitem span {
         text-decoration: none;
         line-height: 31px;
         letter-spacing: 0;
    }
    #searchbox {
        max-width: 90% !important;
        float: none !important;
        margin: 0 auto !important;
    }

    #contentleft,
    #contentleft_hp {
        width: 100%;
        min-height: 10px;
        margin-top: 0;
    }
    #contentleftin .text_topper {
        display: none;
    }        
    #contentright,
    #contentright_hp {
        width: 100%;
        min-height: 10px;
        margin-top: 0;
    }
    #contentwrapperin {
        padding-top: 0;
        padding-bottom: 0;
    }
    #contentwrapperin.secondary {
        margin-top: 0px;
    }
    #contentwrapper .RadMenu .rmRootToggle::before {
        font-size: 40px;
        vertical-align: middle !important;
        line-height: 50px;
        color: #333;
    }
    #contentwrapper .RadMenu .rmRootToggle::after {
        content: "Quicklinks";
        color: #333 !important;
        font-size: 22px !important;
        line-height: 40px;
    }
    #contentrightin {
        width: 95%;
        padding: 0 10px 20px 10px;
    }
    #buttonswrapper {
        padding: 0px;
    }
    #buttons .stretch-btn-group button {
        width: 50%;
        padding: 10px 0;
    }
    #buttons .buttons {
        position: unset;
        top: -250px;
    }
    /*Aligns text in the eztag wrapper at the bottom*/
    #topnav p,
    #topnav div,
    #header p,
    #eztag div,
    #eztag p {
        text-align: center !important;
    }

    #poweredby,
    #eztagin {
        width: 100%;
    }

    .vertical-align-layout>div {
        display: block;
    }

    .vertical-align-layout>div>div {
        display: block;
        float: left;
    }

    #events .ezrss-horizontal .ezrss-item {
         vertical-align:top;
    }

    #slideshowwrapper {
        padding: 0px;
    }

    #slideshowwrapper #slideshowButtons>tbody>tr>td {
        width: 48%;
    }
    #connectin img {
        width:93%;
    }
    #scrolltotop.scroll-visible {
       display: none !important;
    }
    #ezpopupcircle {
       position: fixed;
       width: 40px;
       height: 40px;
       line-height: 39px;
       border: 4px solid #fff;
       font-size: 27px;
    }

}

@media screen and (max-width: 480px) {
    #HomeNewsWrapper .customrss__item {
        width: 50%;
        padding: 10px 0;
    }

    #events .ezrss-horizontal .ezrss-item {
         vertical-align:top;
    }

    #slideshowwrapper #slideshowButtons>tbody>tr>td {
        width: 100%;
        padding: 10px 0;
    }
}
