@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 UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

/*------------------------------------------------------------------------Container Alignments--------------------------------------------------------------------------*/

.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 {
    margin: 0 auto;
    max-width: 1160px;
    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 {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

/* Removes 1px transparent border from widgets*/

.no-margin,
.no-margin .widgetitem {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.flex {
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}
.no-border,
.no-border .widgetitem {
    border: 0px !important
}
.stretch {
    -ms-flex-item-align: stretch;
    -webkit-align-self: 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;
}
/*-------------------------------------------------------------------------------Top Navigation--------------------------------------------------------------------------*/

#topnavwrapper {
    min-height: 5px
}
#topnav {
    position: relative
}
#topnav .widgetitem {
    position: relative;
    z-index: 9999;
}

/*-------------------------------------------------------------------------------Header--------------------------------------------------------------------------*/

#headerwrapper {
    min-height: 10px
}
#header {
    padding-top: 3px;
    position: relative;
}
#header .headerlogo {
    left: 0;
    position: absolute;
    top: -60px;
    width: auto;
    width: initial;
    z-index: 999;
}
#header .headerlogo img {
    max-width: 100%
}
.rmRootToggle {
    border: 0px !important;
    box-shadow: none !important;
}

/*-------------------------------------------------------------------------------Main Content--------------------------------------------------------------------------*/

#contentwrapper {
    min-height: 100px
}
#contentwrapper.secondary #contentwrapperin {
    padding-top: 15px
}

/*Removes the text decoration on menus and sitemaps in the content wrapper*/

#contentwrapperin {
    min-height: 600px;
    padding-top: 10px;
}
.full #maincontent {
    padding: 20px 0;
    width: 96%;
}

/*-------------------------------------------------------------------------------Hompage Left Content--------------------------------------------------------------------------*/

#homeleft_hp {
    min-height: 200px;
    padding: 12px 0;
    width: 27%;
    background: #000;
}
#homeleftin_hp {
    margin: 0 auto 0 0;
    min-height: 200px;
    width: 98%;
}

/*-------------------------------------------------------------------------------Hompage Right Content--------------------------------------------------------------------------*/

#homeright {
    min-height: 200px;
    padding: 12px 0;
    width: 72%;
    margin: 12px 0;
}
#homerightin {
    margin: 0 0 0 auto;
    min-height: 200px;
    width: 96%;
}

/*-------------------------------------------------------------------------------Slideshow--------------------------------------------------------------------------*/

#slideshowwrapper {
    min-height: 200px;
    padding: 15px 0;
}
#slideshowwrapper .callbacks_container {
    border: 15px solid #fff;
    max-width: 743px;
    float: right;
}
/*-------------------------------------------------------------------------------Secondary Left Content--------------------------------------------------------------------------*/

#contentleft {
    min-height: 50px;
    width: 28%;
}
#contentleftin {
    margin: 0 auto;
    min-height: 50px;
    padding-bottom: 20px;
    width: 89%;
}
#contentleftin .widgettable:last-child .widgetitem {
    margin-top: 5px !important
}
#contentleftin .widgettable:first-child {
    min-height: 435px
}

/*-------------------------------------------------------------------------------Secondary Middle Content--------------------------------------------------------------------------*/

#contentmiddle {
    min-height: 50px;
    padding: 20px 0;
    width: 50%;
}
#contentmiddlein {
    margin: 0 0 0 5%;
    min-height: 50px;
    padding-bottom: 20px;
    width: 94%;
}

/*-------------------------------------------------------------------------------Secondary Left Content--------------------------------------------------------------------------*/

#contentright {
    min-height: 100px;
    padding: 20px 0;
    width: 22%;
}

/*Needs floatleft class*/

#contentrightin {
    min-height: 50px;
    padding-bottom: 20px;
    width: 94%;
}
.one-col #contentright {
    border-top-left-radius: 10px;
    min-height: 50px;
    width: 72%;
}
.one-col #contentrightin {
    min-height: 50px;
    padding-bottom: 20px;
    width: 94%;
}

/*--------------------------------------------------------------------------------------Mission--------------------------------------------------------------------------*/

#mission {
    margin-top: 10px
}
#missionin {
    padding: 30px 0;
    width: 50%;
}

/*--------------------------------------------------------------------------------------Footer--------------------------------------------------------------------------*/

#footer {
    min-height: 50px;
    padding: 30px 0px 20px 0px;
}
#footer .left-margin {
    margin-left: 10px
}

/*-------------------------------------------------------------------------------ezTag-------------------------------------------------------------------------*/
#eztag {
    width: 90%;
}
#eztagin{
    width: 70%;
}
#poweredby{
    width: 30%;
}
/*-------------------------------------------------------------------------------Searchbox--------------------------------------------------------------------------*/

#topnav #searchbox {
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
    height: 30px;
}
#topnav #searchbox .input-wrapper {
    /*   padding: 10px;  */
    border-radius: 3px;
    margin: 0 0 0 auto;
    height: inherit;
    width: 100%;
}
#topnav #searchbox .input-wrapper button {
    border: 0;
    cursor: pointer;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    height: 100%;
    overflow: visible;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 15%;
}
#topnav #searchbox .input-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
#topnav #searchbox .input-wrapper input {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    height: 100%;
    left: 0;
    padding: 0px 2px;
    position: absolute;
    top: 0;
    width: 85%;
}
#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
}

/*-------------------------------------------------------------------------------Tablets--------------------------------------------------------------------------*/

@media screen and (max-width:1160px) {
    body {
        background-color: white;
        overflow-x: hidden;
    }
    /*Restructuring of Topnav and Header*/
    #header .ezlayout2Col1,
    #header .ezlayout2Col2 {
        width: 100% !important
    }
    #header .rmHorizontal {
        text-align: center
    }
    #header .rmHorizontal .rmVertical {
        text-align: left
    }
    #header .headerlogo {
        left: 0;
        position: relative;
        top: 0;
        width: 100%;
    }
    #header .headerlogo img {
        text-align: center !important
    }
    #topnav #searchbox {
        max-width: 320px
    }
    #topnav #searchbox .input-wrapper button {
        width: 15.6%
    }
    #topnav #searchbox .input-wrapper input {
        width: 83%
    }
    /*End of Restructure*/
    #slideshow,
    #homeleftin_hp,
    #footer {
        margin: 0 auto;
        width: 96%;
    }
    #homeleft_hp {
        width: 100%
    }
    #homeright {
        padding: 0px;
        width: 100%;
    }
    .full {
        padding: 0px
    }
    #missionin {
        width: 90%
    }
}

/*-------------------------------------------------------------------------------Mobile--------------------------------------------------------------------------*/

@media screen and (max-width:700px) {
    body {
        overflow-x: hidden
    }
    #topnav{
        padding: 5px 0;
    }
    #topnav .widgetitem,
    #topnav p {
        text-align: center !important
    }
    #header {
        min-height: 20px;
        padding-top: 40px;
        width: 96%;
    }
    #header .topnav {
        padding: 0
    }
    #header .topnav .eztext_area {
        padding-right: 0px;
        text-align: center;
    }
    #topnav #searchbox {
        width: 95%
    }
    #topnav .eztext_area {
        line-height: normal
    }
    #slideshow .ezlayout2Col1,
    #slideshow .ezlayout2Col2 {
        min-height: 20px
    }
    #contentwrapper {
        background-image: none;
        min-height: 100px;
    }
    #contentwrapper .headline {
        width: 97%
    }
    #contentwrapper .btn1,
    #contentwrapper .btn2,
    #contentwrapper .btn4 {
        width: 93%
    }
    #contentwrapper .btn3 {
        width: 87%
    }
    #contentwrapperin {
        display: block
    }
    #contentwrapper.secondary #contentwrapperin {
        padding: 0px
    }
    #contentwrapperin {
        min-height: 100px;
        padding: 0;
    }
    #homeleft_hp,
    #homeright {
        margin: 0;
        min-height: 10px;
        padding: 0;
        width: 100%;
    }
    #contentleft,
    #contentright,
    #contentmiddle,
    .one-col #contentright {
        border-radius: 0px;
        float: left;
        margin: 0;
        min-height: 10px;
        padding: 0;
        width: 100%;
    }
    #contentleftin,
    #contentrightin,
    #contentmiddlein,
    .one-col #contentrightin {
        float: left;
        margin: 0;
        min-height: 10px;
        padding: 1.5%;
        width: 97%;
    }
    #contentleftin .widgettable:first-child {
        min-height: 20px
    }
    #eztag {
        line-height: 24px
    }
    #contentleftin .widgettable:first-child .widgetitem {
        min-height: 20px
    }
    #footer .widgetitem p,
    #eztag .widgetitem p {
        margin: 0 auto;
        text-align: center !important;
    }
    #eztag p {
        text-align: center !important
    }
    #footer .left-margin {
        margin-left: 0px
    }
    #eztagin,
    #poweredby{
        width: 100%;
    }
}
