@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;
}

/*------------------------------------------------------------------------Container Alignments--------------------------------------------------------------------------*/

.innercontainer {
    margin: 0 auto;
    max-width: 1160px;
    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*/

.no-border,
.no-border .widgetitem {
    border: 0px !important
}

/*Removes all top and bottom margin if needed*/

.no-margin,
.no-margin .widgetitem {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

/*Stretches content to full height*/

.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;
}
.stretch {
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
}

/*-------------------------------------------------------------------------------Top Navigation--------------------------------------------------------------------------*/

#topnavwrapper {
    margin-bottom: 2px;
    min-height: 5px;
    padding: 2px 0;
}
#topnav {
    position: relative
}
#topnav .social-media {
    max-width: 100px;
    position: absolute;
    right: 0;
    top: -3px;
    width: auto;
    width: initial;
}
#topnav .social-media a {
    position: relative;
}
#topnav .social-media a:hover {
    opacity: .7;
}
#topnav .topnav {
    position: relative
}
#topnav .topnav img {
    position: absolute;
    right: 0;
    width: 88px;
    height: auto;
}

/*------------------------------------------------------------------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
}
#header {}
#header .mainmenu {
    position: relative
}
#header .header_btns .eztext_area,
#header .mainmenu .rmHorizontal {
    float: right;
    width: auto;
    width: initial;
}
.rmRootToggle {
    border: 0px !important;
    box-shadow: none !important;
}

/*-------------------------------------------------------------------------------Main Content--------------------------------------------------------------------------*/

#contentwrapper {
    min-height: 100px;
    position: relative;
}
#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 {
    min-height: 600px
}
#contentwrapperin.full {
    padding-top: 10px
}

/*-------------------------------------------------------------------------------Hompage Left Content--------------------------------------------------------------------------*/

#homeleft_hp {
    margin: 30px auto 15px 0;
    min-height: 600px;
    width: 24%;
    padding-bottom: 15px;
}
#homeleftin_hp {
    min-height: 200px;
}

/*-------------------------------------------------------------------------------Hompage Middle Content--------------------------------------------------------------------------*/

#homemiddle_hp {
    margin: 30px auto 15px auto;
    min-height: 600px;
    width: 50%;
    padding-bottom: 15px;
}

/*-------------------------------------------------------------------------------Hompage Right Content--------------------------------------------------------------------------*/

#homeright_hp {
    margin: 30px 0 15px auto;
    margin-right: 0px;
    min-height: 600px;
    width: 24%;
    padding-bottom: 15px;
}
#homerightin {
    min-height: 200px
}
#homeleftin_hp,
#homemiddlein_hp,
#homerightin_hp {
    margin: 0 5%;
    width: 90%;
}

/*-------------------------------------------------------------------------------Slideshow--------------------------------------------------------------------------*/

#slideshowwrapper {
    position: relative
}
#slideshowwrapper:before,
#contentwrapper.secondary:before {
    background: #000;
    border-top: 7px solid #FEC552;
    content: "";
    height: 400px;
    position: absolute;
    top: 25px;
    width: 100%;
}
#slideshow .ezrotatorwrapper {
    max-width: 835px;
    width: 835px;
    overflow: hidden;
}
#slideshow .ezrotatorwrapper img{
    height: 548px;
}
#slideshow .ezrotatorwrapper .callbacks_container{
    max-height: 548px;
}
#slideshow .slideshow.widgetitem {
    border: 5px solid #fff !important
}
#slideshowin {
    padding-top: 1%;
    width: 98%;
}

/*-------------------------------------------------------------------------------Secondary Left Content--------------------------------------------------------------------------*/

#contentleft {
    min-height: 200px;
    width: 25%;
    padding-bottom: 20px;
}
#contentleftin {
    margin: 0 auto;
    min-height: 50px;
    padding: 20px 0;
    width: 89%;
}

/*-------------------------------------------------------------------------------Secondary Left Content--------------------------------------------------------------------------*/

#contentright {
    margin: 0 0 0 auto;
    margin-right: 0px;
    min-height: 200px;
    padding-bottom: 20px;
    width: 74%;
}
#contentrightin {
    margin: 0 auto;
    min-height: 50px;
    padding: 20px 0;
    width: 96%;
}

/*------------------------------------------------------------------------------Main Content--------------------------------------------------------------------------*/

#contentwrapperin.full {
    background: #fff;
    margin: 0 auto;
}
#contentwrapper.secondary #maincontent {
    width: 100%
}
#contentwrapperin.full #maincontent {
    margin: 0 auto;
    width: 96%;
}
#maincontent {
    margin: 0 auto;
    width: 98%;
}

/*--------------------------------------------------------------------------------------Footer--------------------------------------------------------------------------*/

#footer {
    min-height: 50px;
    padding: 30px 0px 20px 0px;
}
#footer img {
    max-width: 100%
}
#footerin {
    margin: 0 auto;
    width: 95%;
}

/*-------------------------------------------------------------------------------ezTag-------------------------------------------------------------------------*/

#eztagwrapper {
    min-height: 50px
}
#eztag {
    line-height: 50px
}
#eztagin {
    margin: 0 auto;
    width: 95%;
}

/*-------------------------------------------------------------------------------Searchbox--------------------------------------------------------------------------*/

#topnav #searchbox {
    margin: 0 0 0 auto;
    max-width: 250px;
    position: relative;
}
#topnav #searchbox .input-wrapper {
    border-radius: 3px;
    height: 28px;
    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: inherit;
    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;
    font-size: 14px;
    height: inherit;
    padding: 0px 5px;
    width: 100%;
}
#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:1160px) {
    body {
        overflow-x: hidden
    }
    #slideshow .ezrotatorwrapper{
        max-width: 100%;
        width: 100%;
        overflow: visible;
    }
    #slideshow .ezrotatorwrapper img{
        height: auto;
    }
    #slideshow .ezrotatorwrapper .callbacks_container{
        max-height: none;
    }
    #topnav #searchbox {
        margin: 0 auto 0 0;
        width: 80%;
    }
    #header {
        background-size: 25% !important
    }
    #contentwrapper.home #maincontent {
        display: block
    }
    #homeright_hp,
    #homemiddle_hp,
    #homeleft_hp {
        margin: 10px 0;
        width: 100%;
    }
    .fb_iframe_widget,
    .fb_iframe_widget iframe,
    .fb_iframe_widget iframe ._2p3a {
        width: 100% !important
    }
}

/*-------------------------------------------------------------------------------Mobile--------------------------------------------------------------------------*/

@media screen and (max-width:700px) {
    body {
        overflow-x: hidden
    }
    .innercontainer,
    .outercontainer {
        min-height: 20px !important
    }
    .flex {
        display: block
    }
    .welcometo {
        display: none;
    }
    #header {
        background-position: top center !important;
        background-size: auto !important;
    }
    #header .header_btns .eztext_area,
    #header .mainmenu .rmHorizontal {
        text-align: center;
        float: none;
    }
    #header .home-link a {
        width: 100% !important;
    }
    #header .header_btns p {
        margin: 0px
    }
    #topnav .topnav {
        position: inherit
    }
    #topnav .topnav img {
        bottom: 0;
        top: inherit;
    }
    #topnav .topnav p {
        margin-right: 0px
    }
    #topnav .social-media {
        float: none;
        margin: 0 auto;
        position: relative;
    }
    #topnav #searchbox {
        margin: 0 auto;
        width: 95%;
    }
    #header {
        padding-top: 100px
    }
    #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;
    }
    #contentleft,
    #contentright {
        float: left;
        margin: 0;
        min-height: 10px;
        padding: 0;
        width: 100%;
    }
    #contentleftin,
    #contentrightin {
        float: left;
        margin: 0;
        min-height: 10px;
        padding: 1.5%;
        width: 97%;
    }
    #eztag {
        line-height: normal
    }
    #topnav p,
    #footer p,
    #eztag p {
        margin: 0 auto;
        text-align: center !important;
    }
}
