@import url("fancyfonts.css?t=8.1.2018");
@import url("fonts.css?t=8.1.2018");
@import url("colors.css?t=8.1.2018");
@import url("font-awesome.css?t=8.1.2018");
@import url("eztoolicons.css?t=8.1.2018");

* {
    margin: 0;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

form {
    height: 100%;
}

body {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 17px;
    overflow-y: scroll;
}

b,
strong {
    font-weight: 600;
}

iframe {
    max-width: 100%;
}

sup {
    top: -.9em;
}

sub,
sup {
    font-size: 50%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

/*------------------------------------------------------------------------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: 1300px;
    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: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: 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;
}

.vertical-align-layout>div {
    display: table;
}

.vertical-align-layout>div>div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.ezsuplightbox__img:hover {
    cursor: pointer;
}

.tags {
    display: 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;
}

#ezsuplightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(170, 170, 170, .5);
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: -1;
    text-align: center;
    line-height: 100vh;
    overflow: auto;
}

#ezsuplightbox.ezsuplightbox--active {
    opacity: 1;
    z-index: 99999;
}

#ezsuplightbox img {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/*-------------------------------------------------------------------------------Header--------------------------------------------------------------------------*/
#header {
    padding: 20px 0;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}

#headerin {
    position: relative;
}

#header .ezMegaWrapper {
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 1;
}

#header #headertext {
    position: relative;
    z-index: 999;
}

#header .menu .top-link {
    background: transparent;
    width: 40px;
    overflow: hidden;
    cursor: pointer;
}

#header .menu .top-link>span {
    width: 40px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    pointer-events: none;
}

#header .menu .top-link>a,
#header .menu .top-link>span {
    background: transparent;
    opacity: 0;
    cursor: pointer;
}

#menubar,
#logo {
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

#menu {
    display: none;
}

#menubar {
    width: calc(100% - 130px);
}

#logo {
    width: 124px;
    position: relative;
    z-index: 2;
}

#menubar:hover+#logo+#menu .menu .dropdown {
    display: block;
}

/*-----------------------------------------------------------------------------Search--------------------------------------------------------------------------*/
#searchbarwrapper {}

#searchbar {
    position: relative;
}

#searchbarleft {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    min-height: 5px;
}

#searchbarright {
    width: 19%;
    display: inline-block;
    vertical-align: middle;
    min-height: 5px;
}

#pagename {
    margin-left: 60px;
}

#printButton {
    width: 33px;
    height: 33px;
    border-radius: 2px;
    background: #d6d6d6;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -16.5px;
    text-align: center;
    cursor: pointer;
}

/*-----------------------------------------------------------------------------Content--------------------------------------------------------------------------*/
#contentwrapper {
    padding: 25px 0;
    min-height: 100px;
}

#contentwrapper .eztabs__tabs {
    display: inline-block;
    float: none;
}

.secondary #contentwrapper {
    padding: 0px;
}

#contentwrapperin {
    /* min-height: 600px; */
}

#contentwrapperin .widgetitem img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}

.ezhighlight {
    background: #ebebeb;
}

/*--------------------------------------------------------------------------Secondary Templates-----------------------------------------------------------------------------*/
#contentleft {
    width: 22.5%;
    padding-top: 15px;
    background: #fafafa;
}

#contentleftin {
    margin: 0 auto;
    width: 94%;
    width: calc(100% - 40px);
}

#contentleft .RadPanelBar .rpExpandable .rpExpandHandle,
#contentleft .RadPanelBar .rpExpanded .rpExpandHandle {
    height: 100%;
}

#contentmiddle {
    width: 55%;
    padding-top: 15px;
    position: relative;
    padding-bottom: 90px;
    word-break: normal;
}

#contentmiddlein {
    width: 90%;
}

#ezrating {
    padding: 80px 0 30px 0;
    float: left;
    width: 100%;
}

#ezrating>span {
    display: inline-block;
    vertical-align: middle;
}

#ezrating .ion-thumbsup,
#ezrating .ion-thumbsdown {
    background: #36444B;
    color: #fff;
    border-radius: 100%;
    padding: 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    line-height: 20px;
}

#ezrating .ezrating--voted,
#ezrating .ion-thumbsup:hover,
#ezrating .ion-thumbsdown:hover {
    background: #349CD9;
}

#ezrating #ezrating-count {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #666;
}

#ezrating #ezrating-more {
    margin-top: 15px;
}

#contentright {
    width: 22.5%;
    padding-top: 15px;
    background: #fafafa;
}

#contentright #ezcloudsearch.ezcloudsearch--float {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9998;
    background: #fff;
}

#contentright #ezcloudsearch-file-filter-toggle {
    display: none;
}

#contentright #ezcloudsearch-header {
    border: 0px;
    padding: 0px 20px 0px 20px
}

#contentright .ezcloudsearch--float #ezcloudsearch-header {
    padding: 20px 20px 10px 20px;
}

#contentright #ezcloudsearch-button-page .fa:hover {
    background: #349CD9;
}

#contentright .ezcloudsearch-result-content {
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 300;
    color: #666;
}

#contentright #ezcloudsearch-found {
    color: #555;
}

#contentright .ezcloudsearch-result-link,
#contentright .ezcloudsearch-result-link:visited {
    font-size: 17px;
    color: #016196;
}

#contentright .ezcloudsearch-result-link:focus {
    outline: none;
}

#contentrightin {}

#searchiconfloat {
    display: none;
}

/*--------------------------------------------------------------------------------Footer-----------------------------------------------------------------------------*/
#footerwrapper {
    min-height: 100px;
}

#footer {
    padding: 20px 0;
}

#footer img {
    max-width: 100%;
}

/*--------------------------------------------------------------------------------Searchbox-----------------------------------------------------------------------------*/
#searchbox {
    width: 100%;
    max-width: 320px;
    position: relative;
    margin: 0 auto;
    height: 33px;
}

#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: 37px;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 35px);
    padding: 0px 11px;
}

#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: 37px;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    width: 43px;
    right: 0;
    top: 0;
}

#searchbox .input-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

#searchbox .input-wrapper button .fa {
    font-size: 20px;
}

/*-----------------------------------------------------------------------------------Tablets-----------------------------------------------------------------------------*/
@media screen and (max-width:1300px) {
    body {
        overflow-x: hidden;
    }

    #headerin,
    #searchbar,
    #contentwrapperin,
    #footer {
        width: 96%;
    }
}

@media screen and (max-width:1100px) {
    #searchbarwrapper .ezlayout3Col1 {
        display: none;
    }

    #searchbox {
        margin: 0 auto 0 0;
    }

    #contentwrapper .eztabs .ezlayout2Col1,
    #contentwrapper .eztabs .ezlayout2Col2 {
        width: 100% !important;
    }
}

@media screen and (max-width:960px) {
    #header .ezMegaWrapper {
        position: initial;
        top: 0;
    }

    #headericon,
    #logo {
        display: none;
    }

    #menubar {
        width: auto;
    }

    #menu {
        width: calc(100% - 300px);
        display: inline-block;
        vertical-align: middle;
    }

    #menu .menu-mobile {
        color: #fff;
        text-indent: -9999px;
    }

    #menu .menu-dropdown-icon:before,
    #menu .menu-dropdown-icon:after {
        display: none;
    }

    #menu .menu .main,
    #menu .menu .top-link {
        position: initial;
    }

    .menu-mobile:after {
        text-indent: 0;
    }

    #menu .menu .show-on-mobile .top-link>span,
    #menu .menu .show-on-mobile .top-link>a {
        display: none;
    }

    #menu .menu .dropdown {
        position: absolute;
    }

    #menu .menu .show-on-mobile .dropdown {
        display: block;
    }

    #searchbarwrapper .widgetitem * {
        text-align: center !important;
    }

    #searchbarleft,
    #searchbarright {
        width: 100%;
    }

    #pagename {
        margin: 0;
        width: 100%;
    }

    /* #printButton {
        position: relative;
        top: 0;
        margin: 0 auto;
    } */
    #contentwrapperin {
        display: block;
    }

    #contentleft {
        width: 30%;
    }

    #contentmiddle {
        width: 70%;
    }

    #searchiconfloat {
        display: block;
        position: fixed;
        right: 20px;
        bottom: 20px;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        text-align: center;
        line-height: 40px;
        height: auto;
        z-index: 9999;
        font-size: 20px;
        background: #bd0101;
        color: #fff;
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
                box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    }

    #ezcloudsearch {
        position: fixed;
        display: none;
    }

    #contentright {
        padding: 0;
    }

    #contentrightin {
        padding: 0;
    }

    .eztile {
        width: 100px;
        height: 100px;
    }

    html .eztabs__tab {
        font-size: 20px;
    }
}

/*------------------------------------------------------------------------------------Mobile-----------------------------------------------------------------------------*/
@media screen and (max-width:700px) {
    body {
        overflow-x: hidden;
    }

    #searchbox {
        margin: 0 auto;
    }

    #searchbarwrapper .widgetitem * {
        text-align: center !important;
    }

    #printButton {
        display: none;
    }

    #contentwrapper {
        min-height: 100px;
    }

    #contentwrapperin {
        min-height: 100px;
    }

    #contentleft,
    #contentmiddle {
        float: left;
        width: 100%;
        min-height: 10px;
        margin: 0;
    }

    #contentleft {
        display: none;
    }

    #contentleftin,
    #contentmiddlein {
        width: 97%;
    }

    #ezcloudsearch-results-wrapper {
        height: 50%;
        overflow: auto;
    }

    #footer {
        padding: 0px;
        width: 96%;
    }

    #footer .widgetitem p,
    #footer .widgetitem div {
        text-align: center !important;
    }

    ..eztabs__accordion {
        background: #C8CFDA;
    }

    .eztabs__accordion--active {
        background: #349CD9;
    }

    .vertical-align-layout>div {
        display: block;
    }

    .vertical-align-layout>div>div {
        display: block;
        float: left;
    }

    h1,
    .Heading1 {
        font-size: 30px;
        line-height: 50px;
    }
}

@media screen and (max-width:500px) {
    #menubar {
        width: calc(100% - 60px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #headertext {
        font-size: 26px;
    }

    #menu {
        width: 50px;
    }
}
