@import url("fancyfonts.css");
@import url("fonts.css");
@import url("colors.css");
@import url("font-awesome.css");
* {
    margin: 0;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

form {
    height: 100%;
}

body {
    font-family: "open_sansregular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    position: relative;
    top: 0;
    transition: all 1s ease;
    color: #333;
}

/*strong {
    font-family: "open_sanssemibold", Segoe UI;
}*/


/*------------------------------------------------------------------------Container Alignments/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;
}

.innercontainer {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.outercontainer {
    width: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clearfloat {
    clear: both;
}


/*Like the clearfloat but you can use this class instead of adding another html element*/

.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;
}


/*Stretches content to full height*/

.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 border on mobile menu --------------*/

.rmRootToggle {
    border: 0px !important;
}

/* -------------- mobile menu arrows expand right ------------ */
.RadMenuPopup .rmToggle:before {
    left: 95% !important;
}

.vertical-align-layout>div {
    display: table;
}

.vertical-align-layout>div>div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}


/*--------------------------------------------------------------------------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;
}

#topnavin {
    width: 90%;
}


/*-------------------------------------------------------------------------------Header--------------------------------------------------------------------------*/

#headerwrapper {
    min-height: 10px;
}

#header {
    min-height: 100px;
    padding: 10px 0
}


/*-----------------------------------------------------------------------------Content--------------------------------------------------------------------------*/

#contentwrapper {
    min-height: 100px;
    position: relative;
    z-index: 1;
}

#contentwrapper:before {
    /* content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 0px;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3);
    z-index: 51; */
}

#contentwrapperin {
    min-height: 400px;
    margin-top: 100px;
}

#contentwrapper.home .ezrotatorwrapper:first-of-type {
    /*min-height: 470px;*/
    padding-bottom:20px;
}



/*------------------------------------------------------------------------Homepage Template-----------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------Secondary Templates-----------------------------------------------------------------------------*/

#contentleft {
    width: 30%;
    margin-top: 30px;
}

#contentleftin {
    width: 89%;
    margin: 0 auto;
    padding-bottom: 20px;
}

#leftcontent {
    margin-top: 20px;
}
#abovequicklinks {
	height:250px;
	margin-bottom:20px;
}

#contentright {
    width: 70%;
}

#contentrightin {
    width: 93%;
    padding: 20px 0;
    outline: none;
}


/*--------------------------------------------------------------------------------Footer-----------------------------------------------------------------------------*/

#footerwrapper {
    min-height: 100px;
    padding: 29px 0 23px 0;
}

#footer {
    /*padding: 20px 0;*/
}

#footer img {
    max-width: 100%;
}

#cirawrapper{
    padding: 10px 0;
}

#cirawrapperpadding{
    width: 96%;
}
#cirawrapperpadding > div{
    display: inline-block;
    vertical-align: middle;
}
#ciralogo{
    width: 20%;
    width: calc(151px - 5px);
    text-align: center;
}
#ciracontent{
    width: 80%;
    width: calc(100% - 151px);
}
/*---------------------------------------------------------------------------------ezTag-----------------------------------------------------------------------------*/

#eztagwrapper {}

#eztagin {
    width: 80%;
}

#poweredby {
    width: 20%;
}


/*--------------------------------------------------------------------------------Searchbox-----------------------------------------------------------------------------*/

#searchbox {
    width: 100%;
    max-width: 320px;
    position: relative;
    margin: 7px 0 0 auto;
    height: 34px;
}


/*#searchbox label{
    display: none;
}*/

#searchbox .input-wrapper {
    width: 100%;
    margin: 0 0 0 auto;
    border-radius: 3px;
    height: inherit;
    display: table;
    vertical-align: middle;
}


/***INPUT***/

#searchbox .input-wrapper input {
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    padding: 0px 4px;
}

#searchbox .input-wrapper input:focus {
    outline: 0;
}

#searchbox .input-wrapper input:-webkit-input-placeholder {
    font-weight: 400;
    font-style: italic;
}

#searchbox .input-wrapper input::-webkit-input-placeholder {
    font-weight: 400;
    font-style: italic;
}

#searchbox .input-wrapper input:-moz-placeholder {
    font-weight: 400;
    font-style: italic;
}

#searchbox .input-wrapper input::-moz-placeholder {
    font-weight: 400;
    font-style: italic;
}

#searchbox .input-wrapper input:-ms-input-placeholder {
    font-weight: 400;
    font-style: italic;
}


/***BUTTON***/

#searchbox .input-wrapper button {
    overflow: visible;
    position: absolute;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 100%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    right: 0;
    top: 0;
}

#searchbox .input-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/*-----------------------------------------------------------------------------------Tablets-----------------------------------------------------------------------------*/

@media screen and (max-width:1200px) {
    body {
        overflow-x: hidden;
    }
    #header,
    #footer,
    #contentwrapperin,
    #menu {
        width: 96%;
    }
    #footer-maps {
        height: 0;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 48%;
        position: relative;
    }
}

@media screen and (max-width:900px) {
    #contentleft,
    #contentright {
        width: 100%;
        min-height: 10px;
        padding: 0;
        margin: 0;
    }

}


/*------------------------------------------------------------------------------------Mobile-----------------------------------------------------------------------------*/

@media screen and (max-width:700px) {
    body {
        overflow-x: hidden;
    }
    #header .headerlogo .eztext_area *{
        font-size: 38px !important;
        line-height: 100% !important;
    }
    #header .headerlogo .eztext_area {
        text-align: center;
    }
    #header-icons {
        text-align: center !important;
    }
    #searchbox {
        width: 95%;
        margin: 0 auto;
    }
    #header .extext_area {
        text-align: center;
    }
    #contentwrapper {
        min-height: 100px;
        background-image: none;
    }
    #contentwrapperin {
        min-height: 100px;
        margin-top: 0px;
    }
    #contentwrapper.home .ezrotatorwrapper:first-of-type {
        min-height: 0px;
    }
    #cirawrapperpadding > div{
        width: 100%;
    }
    #eztag,
    #poweredby p,
    #poweredby a {
        line-height: 24px;
    }
    #eztag p {
        text-align: center !important;
    }
    #eztagin,
    #poweredby {
        width: 100%;
    }
    .vertical-align-layout>div {
        display: block;
    }
    .vertical-align-layout>div>div {
        display: block;
        float: left;
    }
    #abovequicklinks{
        display: none;
    }
    #cirawrapper .widgetitem a{
        font-size: 14px;
    }

    .quicklinks_header{
        display: none;
    }
    #contentleft .TelerikRadMenu,
    #contentleft .rmRootToggle{
        display: block;
    }
    #contentleft .rmRootToggle{
        padding: 0 10px;
    }
}
