@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: "open_sansregular", Arial, Helvetica, sans-serif;
    font-size: 18px;
}

strong,
b {
    font-family: "open_sansbold", Arial, Helvetica, sans-serif;
}
body .eztext_area {
	line-height: 1.5em;
}
.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 {
    min-height: 5px;
}

#topnav {
    position: relative;
}

#topnav .topnav {
    position: relative;
    z-index: 0;
    text-align: right;
}


@media (max-width: 768px) { /* SMenu z-index */
  #topnav .topnav {
    z-index: 0 !important;
   }
}

/*-------------------------------------------------------------------------------Header--------------------------------------------------------------------------*/
#headerwrapper {
    min-height: 10px;
}

#header {
    min-height: 130px;
    position: relative;
}

#header .widgetitem img {
    display: block;
}

#header .headerlogo {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    width: initial;
    width: auto;
}

#header .header-slogan {
	color: #030755;
}

/*-------------------------------------------------------------------------------Menu--------------------------------------------------------------------------*/
#menuwrapper.menufixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

#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: 30px 0;
}
#buttonswrapper {display: none;}
#buttonswrapperin {}

#newswrapperin {
    position: relative;
    padding-top: 50px;
	padding-bottom:50px;
}

#marquee {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    overflow: hidden;
}

#pagename {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0;
	min-height: 150px;
    /* min-height: 30px; */
	background: #030755;
}

#pagenamein {
    font-family: 'open_sanslight', sans-serif;
    color: #fff;
    font-size: 40px;
    /* float: right; */ 
}


/*------------------------------------------------------------------------Homepage Template-----------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------Secondary Templates-----------------------------------------------------------------------------*/
#content {
	padding: 50px 0;
}
#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: 15px;
}

#contentrightin {
    width: 100%;
    padding-bottom: 20px;
    margin: 0 0 0 auto;
}

#contentwrapperin #maincontent {
    width: 94%;
    /* padding: 2% 0; */
}

/*--------------------------------------------------------------------------Slideshow-----------------------------------------------------------------------------*/
#slideshowwrapper .imageWrapper {
    /*pointer-events: none;*/
    display: block;
	/*filter: brightness(70%);*/
}

#slideshowwrapper .ezcaptionwrapper {
    max-width: 700px;
    height: auto;
    top: 70%;
    left: 20%;
    left: calc((100% - 1400px)/2);
    -webkit-transform: translateY(-85%);
    transform: translateY(-85%);
    padding: 20px 0;
    background-color: rgba(0,0,0,.01);
    right: auto;
    bottom: auto;
    border-radius: 6px;

}

#slideshowwrapper .ezcaptionwrapper span {
    display: block;
    padding: 0 20px;
    font-family: "open_sansregular", sans-serif;
    line-height: normal;
    color: #fff;
    font-size: 24px;
}

#slideshowwrapper .ezcaptionwrapper .ezcaptiontitle {
    font-family: "open_sansbold", sans-serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 110%;
}

#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;
}
#slideshowwrapper .callbacks_nav {
    line-height: 40px;
    font-size: 30px;
}
#slideshowwrapper .ezcaptionwrapper .ezcaptionlink a {
    display: inline-block;
    padding: 15px 30px;
    background: #333;
    color: #fff;
    /* border-radius: 10px; */
    margin-top: 10px;
	border: 1px solid #FBB03B;
	text-decoration: none;
	font-size:18px;
	text-transform: uppercase;
	letter-spacing: 1pt;
}

#slideshowwrapper .ezcaptionwrapper .ezcaptionlink a:hover {
    background: #000;
	border: 1px solid transparent;
}
/*--------------------------------------------------------------------------------Footer-----------------------------------------------------------------------------*/
#footerwrapper {
    min-height: 100px;
}

#footer {
    padding: 20px 0;
}

#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: #030755;
    color: #FFF;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#socialmedia a:hover {
    background: #1A3784;
    color: #fff;
}

#searchbox {
    width: 100%;
    max-width: 275px;
    position: relative;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
	float: right;
}

/*#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;
	color: #030755;
}

#searchbox .input-wrapper input:-moz-placeholder {
    font-weight: 400;
    font-style: italic;
	color: #030755;
}

#searchbox .input-wrapper input::-moz-placeholder {
    font-weight: 400;
    font-style: italic;
	color: #030755;
}

#searchbox .input-wrapper input:-ms-input-placeholder {
    font-weight: 400;
    font-style: italic;
	color: #030755;
}

/***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;
	background-color: #030755;
    vertical-align: middle;
    width: 20%;
    right: 0;
    top: 0;
}
#searchbox .input-wrapper button:hover {
	background-color: #1A3784;
}

#searchbox .input-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*-----------------------------------------------------------------------------------Tablets-----------------------------------------------------------------------------*/
@media screen and (max-width:1400px) {
    body {
        overflow-x: clip;
    }

    #footer,
    #menu,
    #newswrapperin,
    #buttonswrapperin {
        width: 96%;
    }

    #topnav {
        padding: 0 0 5px 0;
    }

    #topnav .vertical-align-layout>div {
        display: block;
    }

    #topnav .ezlayout2Col1,
    #topnav .ezlayout2Col2,
    #header .ezlayout2Col1,
    #header .ezlayout2Col2,
    #newswrapperin .ezlayout2Col1,
    #newswrapperin .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 {
        min-height: 20px;
        float: left;
    }

    #header .header-slogan p {
        text-align: left !important;
        padding-left:10px;
    }

    #header img {
        max-width: 100%;
    }

    #searchbox {
        width: 95%;
    }

    #header .extext_area {
        text-align: center;
    }

    #menuin {
        float: none;
    }

    #contentwrapper {
        min-height: 100px;
    }

    #contentwrapperin {
        min-height: 100px;
    }

    #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;
    }

    #footer {
        padding: 0px;
        width: 96%;
    }

    #eztag,
    #poweredby p,
    #poweredby a {
        line-height: 24px;
    }

    #topnav p,
    #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;
    }

    .ezrss-horizontal .ezrss-item {
        min-height: 0px;
    }
}

@media screen and (max-width:500px) {
    #marquee__announcement {
        display: none;
    }

    #marquee__text {
        width: 100%;
    }
}
