@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: 17px;
}

b, strong {
    font-weight: 600;
}

.eztext_area ul {
    margin-bottom: 1em;
}

/*------------------------------------------------------------------------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: 1400px;
    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 add spacing to left side*/
.rmRootToggle {
    border: 0px !important;
    padding-left: 4px;
}

/*  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 {
}

#topnav {
    min-height: 5px;
	width: 85%;
	margin: 0px auto;
    position: relative;
}

#topnav .topnav {
    position: relative;
    z-index: 0;
    text-align: left;
}


@media (max-width: 768px) { /* SMenu z-index */
  #topnav .topnav {
    z-index: 0 !important;
   }
}

/*--------------------------Header-----------------------------*/
#headerwrapper {
    min-height: 10px;
	padding: 20px 0;
	box- shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
	bord er-bottom: 1px solid #e91e68;
}

#header {
	width: 85%;
    min-height: 70px;
    position: relative;
	margin: 10px auto;

}

#header .widgetitem img {
    display: block;
}

#header .headerlogo {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    width: initial;
    width: auto;
	width: 370px;
}

#header .header-slogan {
}
#header .header-buttons {
	text-align: right;
	padding-top: 30px;
}
/*--------------------Menu---------------------------------*/
#menuwrapper {
	margin-bottom: 5px;
	border-bottom: 1px solid #14aba3;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08);
}
#menu {
	width: 90% !important;
	margin: 0 auto;
}
#menuwrapper.menufixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

}

#menu:hover {
    position: relative;
    z-index: 2;
}

#menuin .rmHorizontal {
    text-align: right;
}

#menuin .rmHorizontal * {
    text-align: left;
}

#menu .RadMenu .rmItem {
    float: none;
}

/*-----------------------Content----------------------------*/
#contentwrapper {
    min-height: 100px;
    position: relative;
    z-index: 1;
}

#contentwrapperin {
    min-height: 600px;
    margin-top: 10px;
}

.section {
    padding: 60px 0;
}

#buttonswrapperin {}

#newswrapperin {
    position: relative;
    padding-top: 25px;
	padding-bottom:50px;
}

#marquee {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    overflow: hidden;
}

#breadcrumb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 6px 0;
    /* min-height: 30px; */
}

#breadcrumb .RadSiteMap_Metro {
    color: #132f74;
    font-size: 13px;
    /* float: right; */ 
}


/*------------------------------------------------------------------------Homepage Template-----------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------Secondary Templates-----------------------------------------------------------------------------*/
#contentleft {
    width: 25%;
    /* margin-top: 15px; */
}

#contentleftin {
    width: 95%;
    margin: 0 auto 0 0;
    padding-bottom: 20px;
}

#leftcontent {
    margin-top: 10px;
}

#contentright {
    width: 73%;
    /* margin-top: 10px; */
}

#contentrightin {
    width: 100%;
    padding-bottom: 20px;
    margin: 0 0 0 auto;
}

#contentwrapperin #maincontent {
    width: 94%;
    padding: 40px 0;
}

/*--------------------------------------------------------------------------Slideshow-----------------------------------------------------------------------------*/

#slideshowwrapper .imageWrapper {
    pointer-events: none;
    display: block;
}

#slideshowwrapper .ezcaptionwrapper {
    max-width: 800px;
    height: auto;
    top: 70%;
    left: 50%;
    /*left: calc((100% - 1400px)/2);*/
    -webkit-transform: translateY(-85%);
    transform: translateY(-85%);
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.01);
    opacity: 0.89;
    right: auto;
    bottom: auto;
    border-radius: 6px;
    -web kit-box-shadow: 0px 3px 11px 1px rgba(82,81,82,1);
    bo x-shadow: 0px 3px 11px 1px rgba(82,81,82,1);

}

#slideshowwrapper .ezcaptionwrapper span {
    display: block;
    padding: 0 20px;
    font-family: "open_sansregular", sans-serif;
    line-height: normal;
    color: #fff;
    font-size: 30px;
	text-shadow: 4px 2px 8px rgba(0,0,0,0.23);
}

#slideshowwrapper .ezcaptionwrapper .ezcaptiontitle {
    font-size: 60px;
    font-family: "open_sansextrabold", sans-serif;
    font-weight: normal;
    line-height: 100%;
	text-shadow: 4px 2px 8px rgba(0,0,0,0.23);
}

#slideshowwrapper .ezcaptionwrapper .ezcaptionlink a {
    display: inline-block;
    padding: 7px 12px;
    background: #3e59a8;
    color: #fff;
    /* border-radius: 10px; */
    margin-top: 10px;
}

#slideshowwrapper .ezcaptionwrapper .ezcaptionlink a:hover {
    background: #19337f;
}

#slideshowwrapper .dropline,
#slideshowwrapper .dropend {
    display: none;
}

/*----------------Footer------------------------------*/
#footerwrapper {
    min-height: 100px;
}

#footer {
    padding: 60px 0;
	wi dth: 95%;
}

#footer img {
    max-width: 100%;
}

/*--------------------ezTag--------------------------------*/
#eztagwrapper {}

#eztagin {
    width: 70%;
}

#poweredby {
    width: 30%;
}

#scrolltotop {
    background: #1a3784;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    bottom: 41px;
    right: 24px;
    z-index: 6;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
    text-align: center;
}

#scrolltotop:hover {
    cursor: pointer;
}

#scrolltotop.scroll-visible {
    opacity: 1;
}

#scrolltotop>i {}

/*--------------------------------------------------------------------------------Searchbox-----------------------------------------------------------------------------*/
#socialmedia {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

#socialmedia a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    background: rgb(187, 187, 187, .09);
    color: #FFF;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#socialmedia a:hover {
    background: #3e59a8;
    color: #fff;
}

#searchbox {
    width: 100%;
    max-width: 225px;
    position: relative;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}

/*#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: -1px;
    font-family: "Segoe UI", Helvetica, sans-serif;
    display: table-cell;
    vertical-align: middle;
    width: 71%;
    border-radius: 2px;
    padding: 0px 13px;
    color: #cccccc !important;
}

#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: 2px 0 0 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:1400px) {
    body {
        overflow-x: hidden;
    }

    #footer,
    #menu,
    #section2in,
    #section3in,
    #section1in {
        width: 96%;
    }

    #topnav {
        padding: 0 0 5px 0;
    }

    #topnav .vertical-align-layout>div {
        display: block;
    }

    #topnav .ezlayout2Col1,
    #topnav .ezlayout2Col2,
    #header .ezlayout2Col1,
    #header .ezlayout2Col2,
    #section2in .ezlayout2Col1,
    #section2in .ezlayout2Col2 {
        width: 100% !important;
        display: block;
    }

    #topnav .widgetitem p {
        text-align: center !important;
        line-height: normal;
    }

    #header .headerlogo {
        position: relative;
        top: 0;
    }

    #header .headerlogo .imagesizeitLeft {
        text-align: left;
    }

    #header .headerlogo {
        width: 100%;
    }

    #header .headerlogo img {
        display: inline-block;
    }

    #header .header-slogan {
        line-height: normal;
		display:none;
    }

    #header .header-slogan p {
        text-align: left !important;
		
    }

    #socialmedia {
        display: block;
        text-align: center;
		display:none;
    }

    #slideshowwrapper .ezcaptionwrapper {
        left: 20px;
        width: 60%;
    }

    #searchsocial {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    #footer-maps {
        overflow: hidden;
        position: relative;
        height: 0;
        padding-bottom: 40%;
        margin: 0 auto;
    }

    #searchbox {
        margin: 5px auto;
        display: block;
		display:none;
    }
}

@media screen and (max-width:900px) {
    #buttonswrapper table {
        display: inline-block;
        text-align: center;
    }

    #buttonswrapper table td {
        display: inline-block;
        vertical-align: top;
        width: 150px;
    }

    #slideshowwrapper .ezcaptionwrapper {
        display: none;
    }
}

/*------------------------------------------------------------------------------------Mobile-----------------------------------------------------------------------------*/
@media screen and (max-width:700px) {
    body {
        overflow-x: hidden;
    }

    #topnav .topnav,
    #header .imagesizeitLeft {
    text-align: center !important;
    }
    #header {
    text-align: center !important;
    min-height: 20px;
    }
	#header .eztext_area ul {
    text-align: center !important;
	}
	.gsc-search-box-tools .gsc-search-box .gsc-input {
		line-height: 30px;
	}
    padding: 0;
    line-height: 30px;	
	#topnav .eztext_area a, #topnav .eztext_area span {
	line-height: normal;
	}
	#topnav .topnav {
    line-height: 24px;
	}
	#header .header-buttons {
    text-align: center;
    padding: 0px 0 10px 0;
	}
	.headerbutton {
    font-size: 15px;
	}
    #header img {
        max-width: 100%;
    }

    #searchbox {
        width: 95%;
    }
	.gsc-input-box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
	margin-right: 5px !important;
	}
	.gsc-search-button {
    margin-left: 2px;
	}
    #header .extext_area {
        text-align: center;
    }
    #menuwrapper {
		background-color: #367788;

    }
    #menuin {
        float: none;
    }

    #contentwrapper {
        min-height: 100px;
    }
	#maincontent img {
    height: auto !important;
	}

    #section1 .eztext_area img {
        width: 100% !important;
    }
	#contentwrapperin #maincontent {
	padding: 10px;
	}
	#maincontent img {
    height: auto !important;
	}
	#eztoggleWrapper img {
	width: auto;
	}
    #contentleft,
    #contentright {
        float: left;
        width: 100%;
        min-height: 10px;
        padding: 0;
        margin: 0;
    }

    #contentleftin,
    #contentrightin {
        width: 97%;
        float: left;
        min-height: 10px;
        padding: 0;
        margin: 0;
    }
	.section {
    padding: 30px 0;
	}
    #footer {
        padding: 0px;
        width: 96%;
    }

    #eztag,
    #poweredby p,
    #poweredby a {
        line-height: 24px;
    }

    #topnav p,
    #eztag p {
        text-align: center !important;
		line-height: normal;
    }

    #eztagin,
    #poweredby {
        width: 100%;
    }

    .vertical-align-layout>div {
        display: block;
    }

    .vertical-align-layout>div>div {
        display: block;
        float: left;
    }

    .ezrss-horizontal .ezrss-item {
        min-height: 0px;
    }

    #contentwrapperin tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    }
    
    #contentwrapperin td {
      width: 100%;
	  margin: 0 auto;
    }
}

@media screen and (max-width:500px) {
    #marquee__announcement {
        display: none;
    }

    #marquee__text {
        width: 100%;
    }
}
