@import url("fancyfonts.css");
@import url("fonts.css");
@import url("colors.css");
@import url("font-awesome.css");

* {
    margin: 0;
}

html,
body {
    height: 100%;
}

form {
    height: 100%;
}

body {
    font-family: "cabinregular", sans-serif;
    font-size: 17px;
    margin: 0 auto;
	line-height: 140%;
}

.eztext_area strong,
.eztext_area b {
    font-family: "cabinbold", sans-serif;
}

/*------------------------------------------------------------------Classes used Site for Structure------------------------------------------------------------------*/
.gsc-control-cse {
    background-color: transparent;
    padding: 0px !important;
    border: 0px !important;
}

.cse .gsc-control-cse:after,
.gsc-control-cse:after {
    content: "" !important;
}

.outercontainer {
    position: relative;
    width: 100%;
}

.innercontainer {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clearfloat {
    clear: both;
}

/*Like the clearfloat but you can use the class instead of an extra HTML element*/
.clearfix:after {
    content: "";
    clear: both;
    visibility: hidden;
    display: block;
    height: 0;
}

a img {
    border: 0px !important;
}

/*Use to remove default 1px border*/
.no-border,
.no-border .widgetitem {
    border: 0px !important;
}

/*Use to remove default top and bottom margin*/
.no-margin,
.no-margin .widgetitem {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/*Flex and stretch force a parents child to stretch to its full width*/
.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 Margins on All Divs*/
.nomargins,
.nomargins div {
    border: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.vertical-align-layout>div {
    display: table;
}

.vertical-align-layout>div>div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.ezc-element:after {
    content: "";
    clear: both;
    visibility: hidden;
    display: block;
    height: 0;
}

.ezc-horizontal-item {
    display: block;
    float: left;
}

.ezc-vertical-item {
    display: block;
    width: 100%;
}

/*Removes border on mobile menu*/
.rmRootToggle {
    border: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*------------------------------------------------------------------ADA 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.headerfixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

#headerwrapper {
    z-index: 1;
    padding: 10px 0;
}

#header {
    position: relative;
}

@media screen and (max-width: 700px) {
#header .ezlayout2Col2 {
    width: 100% !important;
    padding: 0px;
    display: none;
  }
}

#header .headerlogo {}

#header .headerlogo img {
    display: block;
    max-width: 100%;
}

/*------------------------------------------------------------------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);
}

#officehours {
    width: 350px;
    margin: 10px 0 10px auto;
}

/*------------------------------------------------------------------Content Wrapper------------------------------------------------------------------*/
#contentwrapperin {
    position: relative;
    min-height: 500px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 30px;
}

@media screen and (max-width: 700px) {
#contentwrapperin {
    padding: 10px 15px;
 }
} 

#contentwrapperin.secondary {
   /* margin-top: 20px; */
}

/*------------------------------------------------------------------Slideshow------------------------------------------------------------------*/
#slideshowwrapper {
    position: relative;
}

#slideshowin {
    position: relative;
}

#slideshow-btns {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1;
}

#slideshow-btns img,
#slideshow-btns span {
    display: inline-block;
    vertical-align: middle;
}

#slideshow-btns span {
    margin-left: 15px;
}

#slideshow-btns>div {
    text-align: right;
}

#slideshow-btns .slidebtn {
    background: #990000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    padding: 15px;
    margin: 2.5px 0;
}

#slideshow-btns .slidebtn:hover {
    cursor: pointer;
}

#slideshow-btns .slidebtn a {
    display: block;
    color: #d9d0bd;
    font-size: 22px;
    font-family: 'cabin_mediumregular', sans-serif;
}

#slideshow-btns .slidebtn span {
    padding-right: 77px;
    display: none;
}

#slideshow-btns .slidebtn:hover>a>span {
    display: inline-block;
}

#slideshowwrapper .imageWrapper {
    pointer-events: none;
    display: block;
}

#slideshowwrapper .ezcaptionwrapper {
    width: 400px;
    height: auto;
    top: 80%;
    left: calc((100% - 1200px)/2);
    -webkit-transform: translateY(-85%);
    transform: translateY(-85%);
    padding: 20px 0;
    background: rgba(24, 44, 60, .7);
    right: auto;
    bottom: auto;
    border-radius: 10px;
    border: 1px solid #d9d0bd;
}

#slideshowwrapper .ezcaptionwrapper span {
    display: block;
    padding: 0 20px;
    font-family: "cabinregular", sans-serif;
    line-height: normal;
    color: #fff;
    font-size: 17px;
}

#slideshowwrapper .ezcaptionwrapper .ezcaptiontitle {
    font-size: 30px;
    font-family: "cabin_mediumregular", sans-serif;
    font-weight: normal;
    line-height: 110%;
    margin-bottom: 10px;
    color: #fff !important;
}

#slideshowwrapper .ezcaptionwrapper .ezcaptionlink a {
    display: inline-block;
    padding: 7px 12px;
    background: #006B36;
    color: #fff;
    /* border-radius: 10px; */
    margin-top: 10px;
}

#slideshowwrapper .ezcaptionwrapper .ezcaptionlink a:hover {
    background: #E6472E;
}

/*------------------------------------------------------------------Buttons------------------------------------------------------------------*/
#buttonswrapper {
    padding: 30px 0;
    position: relative;
    z-index: 3;
}

#buttons .buttons {
    position: absolute;
    top: -250px;
}

#buttons .eztext_area img {
    max-width: 100%;
}

/*------------------------------------------------------------------Homepage------------------------------------------------------------------*/
#contentleft_hp {
    width: 30%;
    position: relative;
	background-color:#D9D6D2;
	
}

#contentleftflex,
#contentleftflex_hp {

    height: 100%;
    position: absolute;
    top: -75px;
    left: 0;
    padding-bottom: 150px;
    z-index: 2;
}

#contentright_hp {
    width: 70%;
}

#leftcontent {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

#contentrightin_hp {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px;
}

/*------------------------------------------------------------------Content Left------------------------------------------------------------------*/
#contentleft {
    width: 30%;
    min-height: 50px;
    position: relative;
	background-color:#D9D6D2;
}

#contentleftflex {
    top: 0;
    padding-bottom: 100px;
}

#contentleftin {
    margin: 0 auto;
    min-height: 50px;
	color: #fff;
}

/*------------------------------------------------------------------Content Right------------------------------------------------------------------*/
#contentright {
    width: 70%;
    min-height: 50px;
}

#contentrightin {
    width: 96%;
    min-height: 50px;
    padding-bottom: 20px;
	padding-left:2%;
}

/*------------------------------------------------------------------Full Page Content------------------------------------------------------------------*/
#main {
    width: 94%;
    padding: 20px 0;
    position: relative;
}

/*------------------------------------------------------------------Footer------------------------------------------------------------------*/
#footerwrapper {
    padding: 15px;
}
@media screen and (max-width: 700px) {
#footerwrapper {
    padding: 15px 0 15px 0;
  }
}

#footerin {
    padding: 0;
}

#footer {}

/*------------------------------------------------------------------ezTag------------------------------------------------------------------*/
#eztagin {
    width: 70%;
}

#poweredby {
    width: 30%;
}

#scrolltotop {
    background: #54504B;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    bottom: 60px;
    right: 20px;
    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;
}

/*------------------------------------------------------------------Searchbox------------------------------------------------------------------*/
#searchbox {
    position: relative;
    width: 310px;
    max-width: 90%;
    z-index: 2;
    height: 40px;
    margin: 0 0px 0 auto;
}

#header #searchbox .input-wrapper {
    width: 100%;
    margin: 0 0 0px auto;
    border-radius: 3px;
    height: inherit;
}

#header #searchbox .input-wrapper input {
    width: 85%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0px 1.5%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    border: 0px;
}

#header #searchbox .input-wrapper input:focus {
    outline: 0;
    border: 0;
}

#header #searchbox .input-wrapper input:-webkit-input-placeholder {
    font-weight: 400;
    font-style: italic;
}

#header #searchbox .input-wrapper input::-webkit-input-placeholder {
    font-weight: 400;
    font-style: italic;
}

#header #searchbox .input-wrapper input:-moz-placeholder {
    font-weight: 400;
    font-style: italic;
}

#header #searchbox .input-wrapper input::-moz-placeholder {
    font-weight: 400;
    font-style: italic;
}

#header #searchbox .input-wrapper input:-ms-input-placeholder {
    font-weight: 400;
    font-style: italic;
}

#header #searchbox .input-wrapper button {
    overflow: visible;
    position: absolute;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 100%;
    width: auto;
    width: initial;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    right: 8px;
    top: 2px;
}

#header #searchbox .input-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*------------------------------------------------------------------Tablet------------------------------------------------------------------*/
@media screen and (max-width:1200px) {
    body {
        overflow-x: hidden;
    }

    #topnav,
    #header,
    #newsin,
    #eventsin,
    #connectin,
    #footer,
    #eztag {
        width: 96%;
        margin: 0 auto;
    }

    #footer .widgetitem img {
        max-width: 100%;
    }

    #menuin {
        margin: 0 auto;
        width: 100%;
    }

    #slideshowwrapper .ezcaptionwrapper {
        left: 2%;
    }

    #slideshow-btns img {
        width: 33px;
        height: 33px;
    }

    #slideshow-btns .slidebtn a {
        font-size: 20px;
    }

    #footer-logo {
        margin-top: 10px !important;
    }

    #footerwrapper .ezlayout3Col1 {
        width: 100% !important;
    }

    #footerwrapper .ezlayout3Col2,
    #footerwrapper .ezlayout3Col3 {
        width: 50% !important;
    }
}

@media screen and (max-width:960px) {
    #slideshow-btns {
        top: 0;
    }
}

/*------------------------------------------------------------------Mobile------------------------------------------------------------------*/
@media screen and (max-width:700px) {
    #header {
        padding: 10px 0;
    }
	#headerwrapper {
		background-image:none;
	}
		
    #header .headerlogo {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
    }

    #header .headerlogo img {
        max-width: 100%;
    }

    #officehours {
        margin: 10px auto 0 auto;
        max-width: 280px;
		display:none;
    }

    #footer-logo {
        margin-top: 0px !important;
        text-align: left !important;
    }

    #follow-us {
        width: 35px;
    }

    #searchbox {
        max-width: 90% !important;
        float: none !important;
        margin: 0 auto !important;
    }

    #slideshow-btns {
        position: relative;
        text-align: center;
    }

    #slideshow-btns>div {
        display: inline-block;
        margin: 5px;
    }

    #contentleft,
    #contentleft_hp {
        width: 100%;
        min-height: 10px;
    }

@media screen and (max-width: 700px)  {
#contentright, #contentright_hp {
    width: 95% !important;
  } 
}

    #contentright,
    #contentright_hp {
        width: 100%;
        min-height: 10px;
    }
    #contentright {
		margin-top:50px;
	}
    #contentwrapperin {
        display: block;
    }

    #contentleftflex_hp {
        position: relative;
        top: 0;
        padding-bottom: 0;
    }

    #contentwrapperin.secondary {
        margin-top: 0px;
    }

    #buttonswrapper {
        padding: 0px;
    }

    /*Aligns text in the eztag wrapper at the bottom*/
    #topnav p,
    #topnav div,
    #header p,
    #eztag div,
    #eztag p {
        text-align: center !important;
    }

    #poweredby,
    #eztagin {
        width: 100%;
    }

    .vertical-align-layout>div {
        display: block;
    }

    .vertical-align-layout>div>div {
        display: block;
        float: left;
    }

    #footerwrapper .ezlayout3Col2,
    #footerwrapper .ezlayout3Col3 {
        width: 100% !important;
    }
}

@media screen and (max-width:480px) {
    #slideshowwrapper .ezcaptionwrapper {
        display: none;
    }
}
