@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;
}

table {
    width: 100%;
}


/*------------------------------------------------------------------Classes used Site for 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;
}

.outercontainer {
    position: relative;
    width: 100%;
}

.innercontainer {
    margin: 0 auto;
    max-width: 1260px;
    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------------------------------------------------------------------*/

#headerwrapper {
    min-height: 700px;
}

.secondary #headerwrapper {
    min-height: 0px;
}

#header {
    position: relative;
}

#headerin {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 20px 0;
}

#header .headerlogo img {
    display: block;
    margin: 0 auto;
}

#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;
}


/*------------------------------------------------------------------Buttons------------------------------------------------------------------*/

#buttonswrapper {
    position: relative;
    z-index: 3;
    height: 110px;
}

#buttons {}

#buttons .buttons {
    position: absolute;
    top: -140px;
    padding: 10px 20px;
    background: #007508;
    border-radius: 10px;
}

#buttons .buttons br {
    display: none;
}

#buttons .buttons table br {
    display: initial;
}

#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%;
}
/*--------------------------------fiddle news feed for homepage---------------------------*/

#newsbtns {
  text-align: right;
  font-size: 35px;
  box-sizing: border-box;
  padding: 0 10px;
}

#newsbtns>a {
  text-decoration: none;
  color: #2069b5;
}

#newsbtns>a:hover {
  cursor: pointer;
  color: #000;
}

.customrss6__item {
  display: block;
  float: left;
  width: 25%;
  text-align: left;
}

.customrss6__item__padding {
  margin: 15px;
  /*-webkit-box-shadow: 6px 6px 0px 0px #2069b5;
  box-shadow: 6px 6px 0px 0px #2069b5;*/
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.customrss6__thumbnail {
  height: 135px;
  overflow: hidden;
  background: #ccc;
  position: relative;
}

.customrss6__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.customrss6__content {
  padding: 30px 20px;
  background: #fff;
}

.customrss6__title {
  margin-bottom: 5px;
  font-family: "rokkittregular", Segoe UI, sans-serif;
  color: #2069b5;
  font-size: 22px;
  max-height: 46px;
  overflow: hidden;
  line-height: 105%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.customrss6__description {
  color: #4c4c4c;
  font-size: 15px;
  word-break: break-word;
  height: 80px;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 20px;
}

.customrss6__date {
  font-size: 14px;
  color: #4c4c4c;
  margin-bottom: 7px;
}

.customrss6__date .ion-calendar {
  margin-right: 5px;
  color: #51a30a;
}

.customrss6__readmore {
  margin-top: 15px;
}

.customrss6__readmore a {
  color: #2069b5;
  font-size: 15px;
  text-decoration: none;
  line-height: 100%;
  border: 1px solid #51a30a;
  padding: 10px 20px;
  display: inline-block;
}

.customrss6__readmore a:hover {
  background-color: #2069b5;
  color: #fff;
}

@media screen and (max-width:700px) {
  .customrss6__item {
    width: 50%;
  }
}

@media screen and (max-width:400px) {
  .customrss6__item {
    width: 100%;
  }
}
/*--------------------------------END OF fiddle news feed for homepage---------------------------*/

#events .ezrss-horizontal .ezrss-item {
    min-height: 200px;
}

#events .hometabs .eztabs__tabs__wrapper {
    border-bottom: 0px;
}

#events .hometabs .eztabs__tab {
    padding: 5px 30px;
    background: #007508;
    font-size: 20px;
}

#events .hometabs .eztabs__panels__inner {
    padding: 15px 20px;
    background: #007508;
}

#events .hometabs .eztabs__panels__inner .widgetitem,
#events .hometabs .eztabs__panels__inner .widgetitem a {
    color: #fff;
    line-height: 150%;
    font-size: 18px;
    text-decoration: none;
}

#events .hometabs .eztabs__panels__inner .widgetitem a:hover {
    text-decoration: underline;
}

#events .homeevents {
    max-width: 450px;
}

#HomeCalendarWrapper table {
    padding: 4px 0;
    border-bottom: 1px solid #51d136;
}

#HomeCalendarWrapper .customcal__left {
    background: #182074;
    text-align: center;
    color: #51d136;
    text-transform: uppercase;
    line-height: 100%;
    height: 75px;
}

#HomeCalendarWrapper .customcal__right {
    padding: 0 10px;
    color: #333;
    font-size: 15px;
}

#HomeCalendarWrapper .customcal__right a {
    color: #333;
    text-decoration: none;
}

#HomeCalendarWrapper .customcal__right a:hover {
    background: #efefef;
}


/*------------------------------------------------------------------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------------------------------------------------------------------*/

#welcome {
    padding: 10px 0 40px 0;
}

#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 {}

#footer .eztext_area ul {
    padding-left: 20px;
}


/*------------------------------------------------------------------ezTag------------------------------------------------------------------*/

#eztagin {
    width: 70%;
}

#poweredby {
    width: 30%;
}


/*------------------------------------------------------------------Searchbox------------------------------------------------------------------*/

#searchbox {
    height: 35px;
    position: absolute;
    right: 0;
    top: 4px;
    width: 275px;
    z-index: 3;
}
#topnav #searchbox .input-wrapper {
    border-radius: 3px;
    height: inherit;
    margin: 0 0 0px auto;
    width: 100%;
}
#topnav #searchbox .input-wrapper button {
    -moz-border-radius: 0 3px 3px 0;
    border: 0;
    cursor: pointer;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    height: 100%;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0px;
    width: 15%;
}
#topnav #searchbox .input-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
#topnav #searchbox .input-wrapper button:focus {
    border: 0;
    outline: 0;
}
#topnav #searchbox .input-wrapper input {
    border: 0px;
    float: left;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 15px;
    height: 100%;
    left: 0;
    padding: 0 3px;
    position: absolute;
    top: 0;
    width: 80%;
}
#topnav #searchbox .input-wrapper input::-webkit-input-placeholder {
    font-style: italic;
    font-weight: 400;
}
#topnav #searchbox .input-wrapper input:-webkit-input-placeholder {
    /*--deprecated in new browsers*/
    font-style: italic;
    font-weight: 400;
}
#topnav #searchbox .input-wrapper input:-ms-input-placeholder {
    font-style: italic;
    font-weight: 400;
}
#topnav #searchbox .input-wrapper input::-moz-placeholder {
    font-style: italic;
    font-weight: 400;
}
#topnav #searchbox .input-wrapper input:-moz-placeholder {
    /*--deprecated in new browsers*/
    font-style: italic;
    font-weight: 400;
}
#topnav #searchbox .input-wrapper input:focus {
    outline: 0
}
#topnav #searchbox .cf {
    zoom: 1
}
#topnav #searchbox .cf:before,
.cf:after {
    content: "";
    display: table;
}
#topnav #searchbox .cf:after {
    clear: both
}


/*------------------------------------------------------------------Tablet------------------------------------------------------------------*/

@media screen and (max-width:1260px) {
    body {
        overflow-x: hidden;
    }
    body:before {
        height: 500px;
    }
    #topnav,
    #header,
    #newsin,
    #eventsin,
    #connectin,
    #welcomein,
    #footer,
    #eztag {
        width: 96%;
        margin: 0 auto;
    }
    #headerwrapper {
        min-height: 400px;
    }
    #header .headerlogo {
        width: 78%;
    }
    #buttons {
        width: 95%;
    }
    #header .widgetitem img,
    #footer .widgetitem img {
        max-width: 100%;
    }
    #slideshow .buttons {
        width: 96%;
        margin: 0 4%;
    }
    #mission {
        width: 90%;
    }
    #contentwrapperin.secondary {
        width: 96%;
    }
    #connectin .eztext_area img {
        max-width: 100%;
    }
    #buttons .widgetitem img {
        max-width: 70%;
        margin: 0;
    }
    #buttons .widgetitem p {
        margin-bottom: 5px;
    }
    #footer-maps {
        height: 0;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 65%;
        position: relative;
    }
}

@media screen and (max-width:960px) {
    #events .ezrss-horizontal .ezrss-item {
        min-height: 0px;
    }
    #events .ezrss-horizontal .ezrss-datemonth {
        text-align: left;
    }
    #NewsContainer1 #NewsContainer1 .customrss6__item {
        width: 50%;
    }
}


/*------------------------------------------------------------------Mobile------------------------------------------------------------------*/

@media screen and (max-width:700px) {
    #header {
        padding: 10px 0;
    }
    #headerwrapper {
        min-height: 0px;
    }
    #header .headerlogo {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
    }
    #buttonswrapper {
        height: auto;
    }
    #searchbox {
        max-width: 90% !important;
        float: none !important;
        margin: 0 auto !important;
    }
    #contentleft,
    #contentleft_hp {
        width: 100%;
        min-height: 10px;
        margin-top: 0;
    }
    #contentright,
    #contentright_hp {
        width: 100%;
        min-height: 10px;
    }
    #contentrightin {
        width: 89%;
        margin: 0 auto;
    }
    #contentwrapperin.secondary {
        margin-top: 0px;
    }
    #buttonswrapper {
        padding: 0px;
    }
     #welcome {
         padding: 0;
     }
    /*Aligns text in the eztag wrapper at the bottom*/
    #topnav p,
    #topnav div,
    #header p,
    #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:600px) {
    #topnav #searchbox {
        display:none;
    }
    #topnav, #header {
    width: 100%;
    }
    #NewsContainer1 #NewsContainer1 .customrss6__item {
        width: 100%;
        margin: 0;
    }
    #NewsContainer1 #NewsContainer1 .customrss6__item__padding {
        margin: 15px 10px;
    }
    #buttons .buttons table td {
        display: inline-block;
        width: 100%;
        float: left;
    }
    #contentleftin .text_topper {
        display: none;
    }

}
