/* >>>>>>>main divs<<<<<<< */
#maindivevents {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 100%;
    height: auto;
    margin-top: 47vw;
    padding: 5% 0 7% 0;
    /* top, right, bottom, left */
    background-color: #FDFBF7;
    overflow: hidden;
}
#maindiv {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 100%;
    height: auto;
    margin-top: 47vw;
    padding: 5% 12% 10% 12%;
    /* top, right, bottom, left */
    background-color: #FDFBF7;
}
#widget {
	text-align: center;
	margin-top: 20px;
	width: auto;
}
#logo img {
	position: absolute;
	top: 50px;
	left: 0;
	width: 50vw;
	}
.curiosity {
    background-color: #FFFFFF; 
    padding: 4%;
    margin: auto;
    width: 90%;
}
/* >>>>>>>main text<<<<<<< */
.info {
    margin: 0;
    padding: 0;
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
    font-weight: lighter;
    font-variant: normal;
    font-style: normal;
    font-size: 120%;
}
.infoevents {
    margin: 0% 8% 3% 8%;
    /* top, right, bottom, left */
    padding: 0;
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif; 
    font-weight: lighter;
    font-variant: normal;
    font-style: normal;
    font-size: 120%;
}
.titlesevents {
    margin: 0% 8% 3% 8%;
    /* top, right, bottom, left */
    padding: 0;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-size: 150%;
    font-weight: bold;
}
.titlesmain {
    margin: 0;
    padding: 0;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-size: 150%;
    font-weight: bold;
}
.title2contact {
    margin: 0;
    padding: 0;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-size: 150%;
    font-weight: bold;
    word-break: break-all;
    font-style: normal;
    font-variant: normal;
}
.b {
    list-style-position: inside;
}
.info a:hover {
    color: #00E6E6;
}
.info a {
    color: black; 
}
.bluelines {
    width: 100%; 
	background-color: #FDFBF7; 
	margin: 0 auto; 
	text-align:center; 
	border-left: 1px solid #00E6E6; 
	border-right: 1px solid #00E6E6;
}
.whiskimg {
	width: 80%; 
	height: 12%;
}
.bluelines2 {
	width: 100%; 
	height: auto; 
	background-color:#FDFBF7; 
	border-left: 1px solid #00E6E6; 
	border-right: 1px solid #00E6E6;
}
/* >>>>MFDF AWARD BADGE<<<< */
.MFDFawardbadge img {
    position: absolute;
    top: -4vw;
    right: 15%;
    width: 7.3%;
    height: auto;
    border-radius: 10%;
}
.livingwage img {
    position: absolute;
    top: -4vw;
    right: 25%;
    width: 11%;
    height: auto;
}

/* >>>>endorsements<<<< */
.endorsementsrow {
    display: flex;
    display: -ms-flexbox; /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; /* IE10 */
    justify-content: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.endorsementscolumn img {
    margin: 15px;
    height: 180px;
    width: 180px;
    border-radius: 30px 50px;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.endorsementscolumn img:hover {
    border-radius: 50px 30px;
}
/* >>>>curiosity link buttons<<<< */
#primary {
	width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-wrap: wrap;
}
.curiositybutdiv {
    width: 12vw;
    height: 12vw;
    line-height: 1.1;
    border-radius: 50%;
    font-size: 1.8vw;
    text-align: center;
    background-color: #FDFBF7;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    padding: 5%;
    margin: 2%;
}
.curiositybutdiv a {
    text-decoration: none;
    display: block;
    padding: 5px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 100%;
    line-height: 1;
    font-weight: bold;
    z-index: 1;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #23abd4, #23abd4 50%, #000000 50%);
    background-size: 200% 100%;
    background-position: -100%;
    transition: all 0.3s ease-in-out;
}
.curiositybutdiv a{
    margin: 0 20px;
    position: relative;
}
.curiositybutdiv a:before {
    display: block;
    content: '';
    width: 0;
    height: 0.4vw;
    max-height: 2px;
    left: 0;
    bottom: 1px;
    z-index: 0;
    position: absolute;
    background: #23abd4;
    transition: all 0.3s ease-in-out;
}
.curiositybutdiv a:hover {
    background-position: 0%;
}
.curiositybutdiv a:hover:before {
    width: 100%;
}