@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%;
    margin: 0;
    padding: 0;
}

form {
    height: 100%
}

body {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
}


/*------------------------------------------------------------------------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: 1100px;
    position: relative;
    width: 100%;
}

.outercontainer {
    position: relative;
    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 default 1px border if needed*/


/*Removes all top and bottom margin if needed*/

.no-border,
.no-border .widgetitem {
    border: 0px !important
}


/*Stretches content to full height*/

.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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.stretch {
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
}

#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 {
    background: rgba(0, 0, 0, .3);
    border-color: rgba(255, 255, 255, .4);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    box-shadow: 0px 2px 5px -2px #000;
    min-height: 5px;
    padding: 2px 0;
}

#topnav {
    position: relative
}

#topnav .social-media {
    max-width: 100px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    width: initial;
}


/* hover on social media icons */

#ContentPlaceHolder9_ContentRepeater9_ctl00_0_ContentRepeater2_0_ctl00_0_ContentRepeater2_0_WidgetBox_0> div> p> a> img:hover {
    opacity: .7;
}


/*-------------------------------------------------------------------------------Header--------------------------------------------------------------------------*/

#headerwrapper {
    min-height: 10px
}

#header .mainmenu {
    position: relative
}

.rmRootToggle {
    border: 0px !important;
    box-shadow: none !important;
}


/*-------------------------------------------------------------------------------Main Content--------------------------------------------------------------------------*/

#contentwrapper {
    min-height: 100px
}

#contentwrapper ul li a:hover,
#contentwrapper td> div a {
    text-decoration: none !important
}


/*Removes the text decoration on menus and sitemaps in the content wrapper*/

#contentwrapperin {
    background: transparent;
    margin-bottom: 15px !important;
    min-height: 600px;
}

#contentwrapperin.full {
    padding-top: 10px
}

#contentwrapper.home {
    margin-top: 15px;
}


/*-------------------------------------------------------------------------------Hompage Left Content--------------------------------------------------------------------------*/

#homeleft_hp {
    min-height: 200px;
    width: 24%;
    margin: 0 auto 0 0;
}

#homeleftin_hp {
    min-height: 200px
}


/*-------------------------------------------------------------------------------Hompage Middle Content--------------------------------------------------------------------------*/

#homemiddle_hp {
    min-height: 200px;
    width: 50%;
}


/*-------------------------------------------------------------------------------Hompage Right Content--------------------------------------------------------------------------*/

#homeright_hp {
    min-height: 200px;
    width: 24%;
    margin: 0 0 0 auto;
}

#homerightin {
    min-height: 200px
}

#homeleftin_hp,
#homemiddlein_hp,
#homerightin_hp {
    margin: 0 auto;
    width: 90%;
}


/*-------------------------------------------------------------------------------IE9--------------------------------------------------------------------------*/

html.t-ie9 #contentwrapper.home {
    text-align: center;
}

html.t-ie9 #contentwrapperin {
    position: relative;
    background: #fff;
    border-top: 8px solid #990000;
}

html.t-ie9 #homemiddle_hp {
    float: none;
}

html.t-ie9 #homeleft_hp,
html.t-ie9 #homemiddle_hp,
html.t-ie9 #homeright_hp {
    display: inline-block;
    border: 0px;
}


/*-------------------------------------------------------------------------------Slideshow--------------------------------------------------------------------------*/

#slideshow .slideshow.widgetitem {
    border: 5px solid #fff !important
}


/*-------------------------------------------------------------------------------Secondary Left Content--------------------------------------------------------------------------*/

#contentleft {
    min-height: 200px;
    width: 25%;
}

#contentleftin {
    margin: 0 auto;
    min-height: 50px;
    padding: 20px 0;
    width: 89%;
}


/*-------------------------------------------------------------------------------Secondary Left Content--------------------------------------------------------------------------*/

#contentright {
    /* added the following lines from Bastrop Co. */
    margin: 0 0 0 auto;
    margin-right: 0px;
    min-height: 200px;
    padding-bottom: 20px;
    width: 74%;
}


/*Needs floatleft class*/

#contentrightin {
    margin: 0 auto;
    min-height: 50px;
    padding: 20px 0;
    width: 96%;
}


/*-------------------------------------------------------------------------------Full Page Content--------------------------------------------------------------------------*/

#contentwrapperin.full {
    background: #fff;
    margin: 0 auto;
}

#maincontent {
    margin: 0 auto;
    width: 96%;
}


/*----------------------------------------------------------------------Three Column Content----------------------------------------------------------------------*/

.threecol #contentmiddle {
    width: 50%;
}

.threecol #contentmiddlein {
    padding: 20px 0;
    width: 98%;
}

.threecol #contentright {
    width: 25%;
}


/*--------------------------------------------------------------------------------------Footer--------------------------------------------------------------------------*/

#footer {
    min-height: 50px;
    padding: 30px 0px 20px 0px;
}

#footer img {
    max-width: 100%
}


/*Prevents all images in footer from overflowing out of container*/

#footerin {
    margin: 0 auto;
    width: 95%;
}


/*-------------------------------------------------------------------------------ezTag-------------------------------------------------------------------------*/

#eztagwrapper {
    min-height: 50px
}

#eztag {
    line-height: 50px
}

#eztagin {
    margin: 0 auto;
    width: 95%;
}


/*-------------------------------------------------------------------------------Searchbox--------------------------------------------------------------------------*/

#topnav #searchbox {
    /*Sets a fixed and max width for the search this prevents the button from overflowing to the next line on different screen sizes*/
    /*This centers the search box on mobile screens*/
    margin: 0 0 0 auto;
    max-width: 250px;
    position: relative;
    width: 250px;
    height: 28px;
}

#topnav #searchbox .input-wrapper {
    /*   padding: 10px;  */
    border-radius: 3px;
    margin: 0 0 0 auto;
    width: 100%;
}

#topnav #searchbox .input-wrapper button {
    border: 0;
    cursor: pointer;
    float: right;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    height: 100%;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}

#topnav #searchbox .input-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

#topnav #searchbox .input-wrapper input {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    width: 85%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
}

#topnav #searchbox .input-wrapper input::-webkit-input-placeholder {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

#topnav #searchbox .input-wrapper input:-webkit-input-placeholder {
    /*--deprecated in new browsers*/
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

#topnav #searchbox .input-wrapper input:-ms-input-placeholder {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

#topnav #searchbox .input-wrapper input::-moz-placeholder {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

#topnav #searchbox .input-wrapper input:-moz-placeholder {
    /*--deprecated in new browsers*/
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

#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
}


/*-------------------------------------------------------------------------------Tablets--------------------------------------------------------------------------*/

@media screen and (max-width:1100px) {
    body {
        overflow-x: hidden
    }
    #topnav #searchbox {
        width: 90%
    }
    #topnav,
    #header{
        width: 96%;
    }
    #header .ezlayout2Col2 {
        width: 100% !important
    }
    #header .secondlogo {
        position: absolute;
        right: 0;
        top: 20px;
        width: 40%;
    }
    #header .mainmenu {
        left: 0px
    }
    .mobile-center img {
        max-width: 100%
    }
    #contentwrapperin {
        display: block
    }
    #homeright_hp,
    #homemiddle_hp,
    #homeleft_hp {
        margin: initial;
        width: 100%;
    }
    #header .RadMenu_ezSilk .rmHorizontal{
        text-align: center;
    }
}


/*-------------------------------------------------------------------------------Mobile--------------------------------------------------------------------------*/

@media screen and (max-width:700px) {
    body {
        overflow-x: hidden
    }
    .innercontainer,
    .outercontainer {
        min-height: 20px !important
    }
    #topnav .social-media {
        float: none;
        margin: 0 auto;
        position: relative;
    }
    #topnav #searchbox {
        margin: 0 auto;
        width: 95%;
    }
    #header {
        float: left;
        min-height: 20px;
        padding-top: 40px;
    }
    #header .secondlogo {
        display: none
    }
    /*Centers Site Logo on Mobile View*/
    .mobile-center {
        display: block;
        margin: 0 auto;
    }
    .mobile-center img {
        display: block !important;
        margin: 0 auto !important;
        max-width: 100%;
    }
    #contentwrapper,
    #contentwrapperin {
        background-image: none;
        min-height: 100px;
    }
    #contentwrapper .headline {
        width: 97%
    }
    #contentwrapper .btn3 {
        width: 87%
    }
    #contentwrapper .btn1,
    #contentwrapper .btn2,
    #contentwrapper .btn4 {
        width: 93%
    }
    #homeleft_hp,
    #homeright_hp {
        min-height: 10px;
        padding: 1.5%;
        width: 97%;
    }
    #homeleftin_hp {
        min-height: 10px
    }
    #slideshow {
        float: left;
        margin-bottom: 15px;
        overflow: hidden;
    }
    /* gallery settings */
    .RadRotator,
    .rrItemsList,
    .rrVerticalList,
    .rrClipRegion {
        height: 150px !important;
        overflow: hidden;
    }
    #contentleft,
    #contentright,
    #contentmiddle {
        margin: 0;
        min-height: 10px;
        padding: 0;
        width: 100%;
    }
    #contentleftin,
    #contentrightin,
    #contentmiddlein{
        margin: 0;
        min-height: 10px;
        padding: 0;
        width: 97%;
    }
    #eztag {
        line-height: normal
    }
    #topnav p,
    #footer p,
    #eztag p {
        margin: 0 auto;
        text-align: center !important;
    }
    #footer table{
        max-width: 300px;
        margin:  0 auto;
    }
}
