@import url("fancyfonts.css");
@import url("fonts.css?v=12.7.2023");
@import url("colors.css?v=12.7.2023");
@import url("font-awesome.css");

* {
    margin: 0;

}
html {
	max-width: 100%;
	overflow-x: hidden !important;
}
html,
body {
    height: 100%;
}
form {
    height: 100%;
}
body {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0 auto;
}
.eztext_area ul {
    margin-bottom: 1em;
}
/*-------------------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: 1400px;
    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%;
}
.eztext_area {
    line-height: 150%;
}
/*/*Removes border on mobile menu*/
/*
.rmRootToggle {
    border: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}*/
/*  mobile menu arrows expand right  */
/*
.RadMenuPopup .rmToggle:before {
    left: 95% !important;
}
.RadMenuPopup {
    z-index: 8005 !important;
}
#header .RadMenu {
    z-index: 9005 !important;
}*/
/*--------------------------ADA Skip Navigation----------------------*/
/* Hidden off-screen but focusable (passes WAVE) */
#skip-navigation {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #bd0101;
  color: #fff;           /* 5.7:1 on #bd0101 (AA) */
  padding: 10px 14px;
  text-decoration: none;
  font-weight: 600;
}

/* Reveal on focus */
#skip-navigation:focus,
#skip-navigation:focus-visible {
  left: 0;
  z-index: 99999;
  outline: 2px solid #fff;
  outline-offset: 2px;
}
#topnav .topnav_right {
    text-align: right;
}
#topnav .ezlayout2Col1 {
    /*width: 400px !important;*/
}
#topnav .ezlayout2Col2 {
    /*width: calc(100% - 400px) !important;*/
}

/*--------background for header slides and lniks--------------*/
#header-slide-link {
	background: linear-gradient(280deg,rgba(255, 255, 255, 1) 9%, rgba(166, 166, 166, 1) 100%);
}
/*---------------------Header------------------------------*/

#headerwrapper {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#headerwrapper.headerfixed,
#headerwrappersecondary.headerfixed {
    position: fixed;
	background-color: #efefef;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-animation: headerAnimation .5s ease-in-out;
    animation: headerAnimation .5s ease-in-out;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
#header {
    position: relative;
	height: 140px;
	display: flex;
}
#header .text-logo a {
    font-family: "oswaldbold", Arial, Helvetica, sans-serif;
    font-size: 31px !important;
    color: #35546d !important;
	text-decoration: none;
}
#header .headerlogo img {
    display: block;
}

#headerwrapper.headerfixed .headerlogo img {
    width: 50% !important;
}
@-webkit-keyframes headerAnimation {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes headerAnimation {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/*------------------------introslidewrapper------------------*/
#introslidewrapper {
	display: flex;
	justify-content: center; 
	padding: 25px 0;
	backgr ound: #EFEFEF;
	bac kground: linear-gradient(270deg, rgba(239, 239, 239, 1) 0%, rgba(192, 192, 192, 1) 100%);

}
.windhamhomeabout {

}
.windhamhomeabout img {
	width: 350px !important;
	margin: 0 auto;
}
#introslide {
	position: relative;
	margin: 0 auto;
}
	
/*----------------------------Menu-----------------------------*/
#menu {}
/*-----------------------Content Wrapper-----------------------*/
#contentwrapper {}
#contentwrapperin {
    position: relative;
    min-height: 500px;
    padding-top: 10px;
    padding-bottom: 40px;
}
#contentwrapperin.secondary {
	mar gin-top: 30px;
}
/*------------------Slideshow-------------------------------------*/
.slideshowwrapper {
	border:12px solid #efefef !important;
	position: relative;
	margin: 50px 0;
	z-index: 1;
	box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}
.slideshowwrapper img {
	display: block;
}

.slideshowwrapper .callbacks .ezcaptionwrapper {
    max-width: 100%;
    background: transparent;
    right: 0px;
    padding: 20px 20px;
    bottom: 0;
    text-align: left;
	background-color: rgba(0,0,0,0.3);
	border-radius: 4px; 
}
.slideshowwrapper .callbacks .ezcaptionwrapper span {
    display: block;
    font-family: 'open_sansregular', sans-serif;
}
.slideshowwrapper .callbacks .ezcaptionwrapper .ezcaptiontitle {
	font-family: 'open_sansbold', sans-serif;
    font-size: 30px;
    color: #fff;
    /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
    font-weight: normal;
    line-height: 100%;
}
.slideshowwrapper .callbacks .ezcaptionwrapper .ezcaption {
    font-size: 18px;
    color: #fff;
    /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
    font-weight: normal;
    line-height: 125%;
}
#pagenamewrapper {
	padding: 20px 0 0px 10px;
}
/*--------------------------Section 1---------------------------*/
#section1 {
    padding: 120px 0 25px 0;
}
#section1in {
    max-width: 1400px;
	background-color: #555;
	padding: 25px 10px 0px 40px;
	color: #fff;
	border-radius: 15px;
	border: 1px double #000;
	outline: 1px solid #efefef;
	outline-offset: -9px;
}

/*---------------------Section 2--------------------------*/
#section2 {
    padding: 90px 0;
	background-color: white;
}
#section2in {
    max-width: 1400px;
}
#section3 {
	background: #EFEFEF;
    background: linear-gradient(280deg, rgba(239, 239, 239, 1) 0%, rgba(166, 166, 166, 1) 100%);
	padding: 90px 0;
}
#section3in {
    width: 100%;
}
.editor #section3 {
    max-height: none;
}
/*----------------------Homepage-------------------------------*/
#contentleft_hp {
    width: 70%;
}
#contentleftin_hp {
    width: 96%;
    margin: 0 auto 0 0;
}
#contentright_hp {
    width: 30%;
}
/*------------------------------Content Left---------------------------*/
#contentleft {
    width: 30%;
    min-height: 50px;
    margin-top: 15px;
}
#contentleftin {
    width: 89%;
    margin: 0 auto;
    min-height: 50px;
}
/*------------------------Content Right-------------------------*/
#contentright {
    width: 70%;
    min-height: 100px;
    margin-top: 15px;
}
#contentrightin {
    width: 98%;
    min-height: 50px;
    padding-bottom: 20px;
    margin: 0 auto 0 0;
}
/*---------------------Full Page Content----------------------*/
#main {
    width: 94%;
    padding: 20px 0;
    position: relative;
}
/*---------------------------Footer-------------------------------*/
#footerwrapper {
    padding: 20px 0;
}
#footerin {
    padding: 35px 0;
}
#footerin .text-logo {
    font-family: "oswaldbold", Arial, Helvetica, sans-serif;
	font-size: 28px !important;
	color: #555 !important;
}
/*-----------------------ezTag----------------------------*/
#eztagwrapper {
    padding: 10px 0;
	background-color:#efefef;
}
#eztagin {
    width: 70%;
}
#poweredby {
    width: 30%;
}
#scrolltotop {
    background: #396DBB;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    bottom: 40px;
    right: 25px;
    z-index: 6;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
    border:1px solid #fff;
}
#scrolltotop:hover {
    cursor: pointer;
}
#scrolltotop.scroll-visible {
    opacity: 1;
}
#scrolltotop>i {}
/*------------------Searchbox-------------------------*/
#topnav #searchboxwrapper {
	width:250px;
	float: right;
}
#topnav #searchbox .input-wrapper input:focus {
	outline: 1px auto rgb(94, 158, 214) !important;
}
#topnav #searchbox .input-wrapper input::placeholder {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:14px;
}
#topnav #searchbox .input-wrapper {
    width: 100%;
    margin: 0 0 0 auto;
    border-radius: 3px;
    height: inherit;
    display: table;
    vertical-align: middle;
}
#topnav #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: 81%;
    padding: 0px 4px;
    color: #fff !important;
    font-size: 15px;
}
#topnav #searchbox .input-wrapper input {
    border: 0px solid #ebebeb;
    outline: 0px;
    background: transparent;
	color: #fff;
}
#topnav #searchbox {
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: 30px;
}
#topnav #searchbox {
    border: 1px solid rgba(255,255,255,.2);
	/*background: rgba(255,255,255,.1);----background color*/
    border-radius: 5px 5px 5px 5px;
}
#topnav #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: 15%;
    right: 0;
    top: 0;
}
#topnav #searchbox .input-wrapper button {
    color: #efefef;
    /*border: 1px solid #efefef;*/
    border-radius: 0 5px 5px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    /*border-left: 1pt solid rgba(0, 0, 0, .05);*/
	background: transparent;
}
#topnav #searchbox .input-wrapper button:hover {
	background:#203d68;
    /*border: 1px solid rgba(255,255,255,.2);*/
}
/*---------------------Tablet-------------------------------*/
@media screen and (max-width:1400px) { /* hidden interferes with AOS */
   html, body {
        overflow-x: clip;
    }
    #topnav,
    #header,
	#introslide,
    #section1in,
    #section2in,
    #section3in,
    #footer,
    #eztag {
        width: 96%;
        margin: 0 auto;
    }
	#introslidewrapper .ezlayout3Col1,
	#introslidewrapper .ezlayout3Col3 {
    width: 100% !important;
    float: left;
	}
	#section1in {
		width: 90%;
	}
	#section2in .ezlayout3Col1,
	#section2in .ezlayout3Col3 { 
		width: 100% !important;
	}
    #slideshowwrapper .callbacks .ezcaptionwrapper {
        left: 2%;
        bottom: 30px;
        top: auto;
    }

    #footer-maps {
        height: 0;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 60%;
        position: relative;
    }
    #eztag .eztext_area p,
    #poweredby p,
    #poweredby a {
        line-height: 30px;
    }
}
@media screen and (max-width:1024px) {
	#topnav .eztext_area {
		display: flex;
		justify-content: center;
	}
	#header {
		height: 175px;
	}
    #header .ezlayout2Col1,
    #header .ezlayout2Col2 {
        width: 100% !important;
        display: block;
        float: left;
    }
    #header .headerlogo img {
        margin: 0 auto;
        width: 100%;
    }
    #header .RadMenu_ezSilk .rmRootGroup {
        text-align: center;
    }
	#headerwrapper.headerfixed {
        height: 175px !important;
    }
    #headerwrapper.headerfixed .headerlogo img {
        width: 150px !important;
    }
	#header .text-logo a {
    font-size: 50px !important;
    padding: 30px 0;
	display: flex;
    justify-content: center;
	}
	#introslidewrapper {
    padding: 40px 0;
	}
    #section1,
    #section3 {
        background-size: cover;
    }
	#contentwrapperin .ezlayout3Col1,
    #contentwrapperin .ezlayout3Col2,
	#contentwrapperin .ezlayout3Col3{
        width: 100% !important;
        display: block;
        float: left;
    }
	#main {
		width: 96%;
	}
	#contentleft,
	#contentright {
		width: 96%;
		padding-left: 15px;
	}
	#contentleftin {
		width: 100%;
	}
	#contentrightin .ezlayout2Col1,
	#contentrightin .ezlayout2Col2 {
		width: 100% !important;
        display: block;
        float: left;
    }
    #footer div,
    #eztag div,
    #eztag p {
        text-align: center !important;
    }
    #footer .widgetitem img {
        max-width: 100%;
    }
    #poweredby,
    #eztagin {
        width: 100%;
    }
}

/*------------------------Mobile----------------------------*/
@media screen and (max-width:768px) {
	
	
	#topnav .eztext_area a, #topnav .eztext_area span {
    line-height: 30px;
	}
    #header {
        padding: 10px 0;
    }
    #header .headerlogo img {
        width: 100% !important;
        position: relative;
        left: 0;
        top: 0;
    }
	#header .text-logo a {
        font-size: 30px !important;
	}
	.windhamhomeabout img {
		width: 300px !important;
	}

	#introslidewrapper {
		display: flex;
		padding: 10px;
	}
    #searchbox {
        max-width: 90% !important;
        float: none !important;
        margin: 0 auto !important;
        top: 10px;
    }
	.slideshowwrapper {
		border: 5px solid #efefef !important;
		width: 95% !important;
    }
    .slideshowwrapper .callbacks .ezcaptionwrapper .ezcaptiontitle {
		font-size: 1.2em;
    }
    .slideshowwrapper .callbacks .ezcaptionwrapper .ezcaption {
		font-size: .7em;
    }
    #section1 {
		padding: 20px 0 20px 5px;
    }
	#section1 .ezlayout2Col1,
    #section1 .ezlayout2Col2 {
        width: 100% !important;
        display: block;
        float: left;
    }
	
    #section1 .s1-whitelogo .imagesizeitRight {
		text-align: center;
    }
	#section1in {
    max-width: 90%;
    padding: 10px 10px 0px 10px;
	margin: 0 auto;
	}
	#section1in h2 {
    font-size: 38px;
	}
	.linkcenter .eztext_area ul {
    padding-left: 15px !important;
	}
	.linkcenter .eztext_area li {
    margin-bottom: 5px !important;
	}
    #section2 {
		padding: 20px 0 20px 0;
    }

    #contentleft,
    #contentleft_hp {
        width: 93%;
        min-height: 10px;
    }
	#contentleftin {
		width: 95%;
		padding-right: 5px;
	}
    #contentright,
    #contentright_hp {
        width: 95%;
        min-height: 10px;
        padding-left: 15px;
    }
    #contentwrapperin.secondary {
        margin-top: 0px;
    }

    #contentwrapper.secondarypage #contentwrapperin {
		box-shadow: none;
		margin-bottom: 0;
    }
    .vertical-align-layout>div {
        display: block;
    }
    .vertical-align-layout>div>div {
        display: block;
        float: left;
    }
    .footerbtn {
		width: 80%;
    }
    #footerin {
		padding: 0;
    }
	#footerin .text-logo {
	text-align: center;
}
/* align bullet list */
    #footer .ezlayout2Col1 ul, .ezlayout2Col2 ul {
		text-align: left;
    }
/*  mobile menu arrows expand right  */
    .RadMenuPopup .rmToggle:before {
		left: 95% !important;
    }
/* ezTabs center*/
   .eztabs__panels__wrapper {
		width: 93%;
		padding-left: 8px;
	}
}

@media screen and (max-width:500px) {
	#section1in {
    max-width: 340px;
    padding: 10px 10px 0px 10px;
	}
    #topnav .ezlayout2Col1 {
        width: 225px !important;
    }
    #topnav .ezlayout2Col2 {
        width: calc(100% - 225px) !important;
    }
    #topnav .eztext_area span:not(.fa) {
        display: none;
    }
}
