@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: "Segoe", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 150%;
}


/*------------------------------------------------------------------------Container Alignments--------------------------------------------------------------------------*/

.gsc-control-cse {
    background-color: transparent !important;
    padding: 0px !important;
    border: 0 !important;
}

.cse .gsc-control-cse:after,
.gsc-control-cse:after {
    content: "" !important;
}

.innercontainer {
    max-width: 1160px;
    margin: 0 auto;
    width: 100%;
}

.outercontainer {
    width: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clearfloat {
    clear: both;
}


/*Like the clearfloat but you can used it as a class instead to keep the html clean*/

.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;
}

.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;
}
/*-------------------------------------------------------------------------------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: 10px;
}

#headerwrapper .widgetitem {
    border: 0px !important;
}

#header {
    min-height: 150px;
    position: relative;
}

#header .topnav_links {
    position: relative;
}

#header .topnav_links span.social {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    margin-left: 3px;
}

#header .topnav_links p.social {
    width: initial;
    float: right;
    margin-right: 10px;
}


/*-------------------------------------------------------------------------------Menu--------------------------------------------------------------------------*/

#menu {}

#menuin {
    text-align: left;
}


/*-------------------------------------------------------------------------------Main Content--------------------------------------------------------------------------*/

#contentwrapper {
    min-height: 100px;
}

#contentwrapperin {
    min-height: 600px;
	margin:20px auto;
}

#maincontent {
    width: 96%;
}


/*-------------------------------------------------------------------------------Hompage Left Content--------------------------------------------------------------------------*/

#homeleft_hp {
    width: 27%;
    min-height: 200px;
    padding: 12px 0px;
}

#homeleftin_hp {
    min-height: 200px;
}


/*-------------------------------------------------------------------------------Hompage Right Content--------------------------------------------------------------------------*/

#homeright {
    width: 73%;
    min-height: 200px;
    padding: 12px 0px;
}

#homerightin {
    min-height: 200px;
    width: 96%;
    margin: 0 0 0 auto;
}


/*-------------------------------------------------------------------------------Slideshow--------------------------------------------------------------------------*/

#slideshow {
    min-height: 200px;
    padding: 20px 0 40px 0;
}


/*-------------------------------------------------------------------------------Secondary Left Content--------------------------------------------------------------------------*/

#contentleft {
    width: 25%;
    min-height: 50px;
}

#contentleftin {
    min-height: 50px;
    padding: 0px 0px 0px 0px;
}

#contentleftpad{
    padding-top: 25px;
}

/*-------------------------------------------------------------------------------Secondary Left Content--------------------------------------------------------------------------*/

#contentright {
    width: 75%;
    min-height: 100px;
    padding-top: 25px;
}

#contentrightin {
    width: 98%;
    min-height: 50px;
    margin: 0 0 0 auto;
}

#contentrightpad {
    width: 96%;
    padding: 2% 0;
}


/*-------------------------------------------------------------------------------Three Column Content--------------------------------------------------------------------------*/

.threecol #contentleftin {
    width: 92%;
    margin: 0 auto;
}

.threecol #contentmiddle {
    width: 50%;
    padding-top: 25px;
}

.threecol #contentright {
    width: 25%;
}

.threecol #contentrightin {
    width: 92%;
    margin: 0 auto;
}


/*--------------------------------------------------------------------------------------missionwrapper Statement--------------------------------------------------------------------------*/

#missionwrapper {
    min-height: 30px;
    padding: 30px 0px;
    line-height: 22px;
}

#missionin {
    width: 85%;
}


/*--------------------------------------------------------------------------------------Footer--------------------------------------------------------------------------*/

#footerwrapper {}

#footer {
    padding: 60px 0px;
    min-height: 50px;
}

#footerin {
    width: 83%;
    margin: 0 0 0 auto;
}

#footer img {
    max-width: 100%;
}


/*--------------------Social Media Icons------------------------*/

#social-media {
    display: table;
    margin: 0 0 0 auto;
}

#social-media span {
    font-family: 'mulilight', sans-serif;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    margin-right: 7px;
}

#social-media i {
    margin: 0 3px;
}


/*-------------------------------------------------------------------------------ezTag-------------------------------------------------------------------------*/

#eztagin{
    width: 70%;
}
#poweredby{
    width: 30%;
}

/*-------------------------------------------------------------------------------Searchbox--------------------------------------------------------------------------*/

#header #searchbox {
    width: 300px;
    max-width: 320px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    height: 40px;
}

#header #searchbox .input-wrapper {
    width: 100%;
    margin: 0 0 0 auto;
    border-radius: 3px;
    height: inherit;
}

#header #searchbox .input-wrapper input {
    width: 85%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px 4px;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

#header #searchbox .input-wrapper input:focus {
    outline: 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;
    right: 0;
    top: 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 100%;
    width: 15.8%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

#header #searchbox .input-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/*-------------------------------------------------------------------------------Tablets--------------------------------------------------------------------------*/

@media screen and (max-width:1160px) {
    body {
        overflow-x: hidden;
        background-color: white;
    }
    .innercontainer {
        max-width: none;
    }
    .topnav_links {
        word-wrap: normal;
        max-width: 100%;
    }
    #header #searchbox {
        width: 90%;
    }
    #header .header .ezlayout2Col1,
    #header .header .ezlayout2Col2 {
        width: 100% !important;
        float: none !important;
        padding: 0px !important;
    }
    #header .header .ezlayout2 {
        display: table;
        width: 100%;
        background: #ACACAC;
    }
    #header .headerlogo {
        background: #A21D22;
    }
    #header .headerlogo img {
        float: left;
        max-width: 100%;
    }
    #header .topnav_links {
        text-align: center;
    }
    #header .topnav_links p.social {
        float: none;
        margin: 0 auto;
        display: inline-block;
        margin-bottom: 10px;
    }
    #menuin{
        width: 96%;
    }
    #contentwrapperin.full,
    #slideshowin,
    #homeleft_hp,
    #mission,
    #footer {
        width: 97%;
        float: none;
    }
    #homeright {
        width: 95%;
        padding: 0px;
        float: none;
    }
    .full {
        padding: 0px;
    }
    #eztag {
        line-height: 24px;
    }
}


/*-------------------------------------------------------------------------------Mobile--------------------------------------------------------------------------*/

@media screen and (max-width:700px) {
    body {
        overflow-x: hidden;
    }
    .innercontainer {
        margin: 0 auto !important;
        width: 100%;
    }
    .outercontainer {
        width: 100%;
    }
    .floatleft {
        float: left;
    }
    #header {
        min-height: 20px;
    }
    #header .topnav_links {
        padding: 0;
    }
    #header .topnav_links div {
        text-align: center;
        margin: 0 auto;
        padding-right: 0px;
    }
    #header #searchbox {
        width: 95%;
    }
    #slideshow .rslides {
        margin: 0 auto;
        max-width: 90%;
    }
    #slideshow .home_tabs {
        float: none !important;
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
    }
    #contentwrapper {
        min-height: 100px;
        background-image: none;
    }
    #contentwrapperin {
        min-height: 100px;
        padding: 0;
    }
    #homeleft_hp {
        width: 97%;
        min-height: 10px;
        padding: 1.5%;
    }
    #homeleftin_hp {
        min-height: 10px;
    }
    #homeright {
        width: 97%;
        min-height: 10px;
        padding: 1.5%;
    }
    #homerightin {
        margin: 0 auto;
    }
    #contentleft,
    #contentright,
    #contentmiddle{
        width: 100%;
        min-height: 10px;
        padding: 0;
        margin: 0;
    }
    #contentleftin,
    #contentrightin,
    #contentmiddlein{
        width: 97%;
        min-height: 10px;
        margin: 0 auto;
        margin: 0;
    }

    #contentleftpad{
        padding: 0;
    }
    #footer {
        background-size: 10%;
        background-position: center 10px;
    }
    #footer div,
    #eztag div {
        text-align: center;
        margin: 0 auto;
    }
    #footer .topnav_links p {
        text-align: center;
    }
    #eztag p {
        text-align: center !important;
    }
    #contentwrapper .btn1 {
        width: 93%;
    }
    #contentwrapper .btn2 {
        width: 93%;
    }
    #contentwrapper .btn3 {
        width: 87%;
    }
    #contentwrapper .btn4 {
        width: 93%;
    }
    #contentwrapper .headline {
        width: 97%;
    }
    #poweredby,
    #eztagin{
        width: 100%;
    }
}
