﻿html, body 
{
	height: 100%;
}
* {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Merriweather', sans-serif;
	width: 100%;
}
.searchResults 
{
	color: Black;
}
#alertHeader
{
	color: #000 !important;
}
.pnlTitle h1
{
	margin: 0 0 10px 0;
    padding: 15px;
    background-color: #555;
    color: white !important;    
    font-size: 30px;
    font-weight: bold;
    line-height: 1.0em;}
.pnlForm
{
	color: #000;
}
.pnlForm h2
{
	font-size: 1.5rem;
}
.inner-open h1, .inner-open h2
{
	color: #f84e07 !important;
}
.inner-open #searchControl
{
	top: 20px !important;
}
.inner-open2 h1, .inner-open2 h2
{
	/*color: #000 !important;*/
}
.inner-open2 p
{
	color: #000 !important;
}
.inner-open2 a
{
	color: #000 !important;
}
.inner-open2 #bottomContent p, .inner-open2 #bottomContent a
{
	color: #000 !important;
}
.inner-open2 footer .copyright
{
	color: #000;
}
.inner-open footer a, .inner-open2 footer a {
	font-size: 18px;
	color: white !important;
	text-decoration: none !important;
}
.logo {
	background: url('img/logo.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cb_nav
{
	position: fixed;
	z-index: 200;
	background-image: url("/App_Themes/essex-r/img/background2.jpg");
	width: 100%;
	height: 140px;
}
.scrolled
{
	background-image: url("/App_Themes/essex-r/img/background2.jpg");
	/*background: #646464;*/
	height: 140px;
}
.inner-open .scrolled
{
	/*background: #646464;*/
}
.RadMenu a.rmLink
{
	color: #fff !important;
}
.RadMenu .rmLink
{
	padding: 0 0 0 10px !important;
}
.RadMenu a.rmLink:hover, 
.RadMenu_NewNavMenu .rmExpanded .rmText,
.RadMenu_NewNavMenu .rmExpanded:hover .rmText,
.RadMenu_NewNavMenu .rmLast:hover .rmText
{
	font-size: 15px;
	color: #fbe7d9 !important;
	background-color: transparent !important;
}
.RadMenu_NewNavMenu .rmGroup .rmText
{
	font-size: 15px;
}
.scrolled .RadMenu a.rmLink 
{
	color: #fff !important;
}
.scrolled .logo {
	background: url('img/logo.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.logo 
{
	background-size: cover;	
    margin: 0;
    height: 125px;
}
.rmLink 
{
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: transparent !important;
}
.rmExpandDown
{
	background: transparent !important;
}
.rmItem
{
	background: transparent !important;
}
.rmRootGroup
{
	background: transparent !important;
}
.rmText
{
	font-size: 15px;
	background: transparent !important;
}
.rmText .rmSlide
{
	font-size: 9px !important;
	background: transparent !important;
}
.rmExpanded, .rmSlide, .rmGroup
{
	border-top: 1px solid #fbe7d9;
	background: #555 !important;
}
.rmExpanded, .rmSlide, .rmGroup .rmText
{
	color: Red;
	/*rontest*/
}
.btn1 {
	color: white !important;
	background: #fbe7d9;
	border: 1px solid #fbe7d9;
	padding: 10px 25px;
	text-decoration: none !important;
	border-radius: 20px;
	font-weight: bold;
	transition: ease-in-out all 0.3s;
}
.btn1:hover {
	background: transparent;
	color: #fbe7d9 !important;
}
.btn2 {
	color: #fbe7d9 !important;
	background: transparent;
	border: 1px solid #fbe7d9;
	padding: 10px 25px;
	text-decoration: none !important;
	border-radius: 20px;
	font-weight: bold;
	transition: ease-in-out all 0.3s;
}
.btn2:hover {
	background: #fbe7d9;
	color: white !important;
}
#hamburger 
{
	text-align: right;
	font-size: 100px;
    margin-right: 20px;
    position: relative;
    z-index: 2000;
	display: none;
	color: white;
}
#hamburger.clicked
{
	color: #555;
}
.inner-open #hamburger
{
	color: #555;
}
.inner-open2 #hamburger
{
	color: #555;
}
.scrolled #hamburger {
	color: white;
}
.nav-up {
    top: -100%;
}
#heroCarousel .inner-text {
	position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 100;
}
#heroCarousel h2, #heroCarousel h6 {
	color: white;
}
#heroCarousel img {
  height: 600px;
}
#heroCarousel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
}
.carousel-control-prev, .carousel-control-next
{
	display:none;
}
.rotator-1 
{
	padding: 250px 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0,0,0, 0.0)), url('/app_themes/essex-r/rotator-images/rotator1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	height: 726px;
}
.rotator-2
{
	padding: 250px 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0,0,0, 0.0)), url('/app_themes/essex-r/rotator-images/rotator2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	height: 726px;
}
.rotator-3 
{
	padding: 250px 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0,0,0, 0.0)), url('/app_themes/essex-r/rotator-images/rotator3.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	height: 726px;
}
.rotator-4 
{
	padding: 250px 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0,0,0, 0.0)), url('/app_themes/essex-r/rotator-images/rotator4.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	height: 726px;
}
.rotator-5 
{
	padding: 250px 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0,0,0, 0.0)), url('/app_themes/essex-r/rotator-images/rotator5.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	height: 726px;
}
.mainbar 
{
	justify-content: center;
	background: #f2f2f2;
}
.medallionButtons
{
	float: left;
    width: 150px;
    margin: 25px 0 0 15px;
}
.medallionsTable
{
	margin: 0 auto; 
	display: table;
}
/* MEDALLIONS START */
/* Main container */
.overlay-image {
  position: relative;
  width: 146px;
}

/* Original image */
.overlay-image .image {
  display: block;
  width: 146px;
  height: auto;
}

/* Original text overlay */
.overlay-image .text {
  color: #efe3da;
  font-size: 14px;
  line-height: 1.5em;
  text-shadow: 2px 2px 2px #000;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
/* New overlay on hover */
.overlay-image .hover {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

/* New overlay appearance on hover */
.overlay-image:hover .hover {
  opacity: 1;
}
.overlay-image .normal 
{
  transition: .5s ease;
}
.overlay-image:hover .normal {
	  opacity: 0;
}
.overlay-image .hover {
	  background-color: rgba(0,0,0,0);
}
/* MEDALLIONS END */

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
@-webkit-keyframes unzoom {
	from {
	  -webkit-transform: scale(1.5, 1.5);
	}
	to {
	  -webkit-transform: scale(1, 1);
	}
  }
  
  @keyframes unzoom {
	from {
	  transform: scale(1.5, 1.5);
	}
	to {
	  transform: scale(1, 1);
	}
  }

.carousel-inner .carousel-item .rotator-1 {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
.carousel-inner .carousel-item .rotator-2 {
	-webkit-animation: unzoom 20s;
	animation: unzoom 20s;
}
.carousel-inner .carousel-item .rotator-3 {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
}
.carousel-inner .carousel-item .rotator-4 {
	-webkit-animation: unzoom 20s;
	animation: unzoom 20s;
}
.carousel-inner .carousel-item .rotator-5 {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
}

span 
{
	float: none !important;
}
.signinbox 
{
	margin-top: -25px;
	right: 25px;
}
.sectiontitle 
{
	background-color: white !important; 
	color: #000000 !important; 
	padding: 15px 0px !important;
}
#who {
	padding: 30px 0;
	color: #000;
}
#who h2 {
	font-size: 35px;
	color: #f84e07;
}
#who h4 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 50px;
}
#who p 
{
	font-size: 18px;
	line-height: 31px;
}
.parallax {
  /* The image used */
  /*background-image: url("/app_themes/essex-r/img/news-header.jpg");*/

  /* Set a specific height */
  height: 800px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 0;
  color: #000;
}
.parallaxMedallions {
  /* The image used */
  background-image: url("/app_themes/essex-r/img/background.jpg");

  /* Set a specific height */
  height: 160px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-open .parallax {
  /* The image used */
  background-image: url("/app_themes/essex-r/img/background.jpg");

  /* Set a specific height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 0 25px 0 !important;
  margin-top: 115px;
}
.inner-open2 .parallax {
  height: 100%;
  padding: 0 !important;
}
#news {
	background: #fff;
	margin-bottom: 300px;
}
.news-header {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0,0,0, 0.4)), url('/app_themes/essex-r/img/news-header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: white;
	text-align: center;
	padding: 80px 0;
}
#news .cards {
	margin-top: -75px;
}
#news .cards2 {
	margin-top: 25px;
}
#news .box-1 {
	width: 100%;
}
#news .box-1 h6, #contacts h6 {
	position: absolute;
	z-index: 1;
	border-radius: 20px;
	border: 1px solid #555;
	top: 20px;
	left: 10px;
	padding: 10px;
	color: #555;
	transition: ease-in-out all 0.3s;
	width: 94%;
	text-align: center;
}
#news .box-1 h6:hover, #contacts h6:hover {
	background: #fbe7d9;
	color: #fff !important;
}
#news .box-1 img {
	transition: ease-in-out all 0.3s;
	width: 100%;
	border: solid 5px #d1d1d1;
	padding: 15px;
}
#news .box-1 a:hover img 
{
	transform: scale(1.05);
}
#news .card, #news .cards2 {
	overflow: hidden;
	/*-webkit-box-shadow: 2px 4px 19px -11px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 4px 19px -11px rgba(0,0,0,0.75);
	box-shadow: 2px 4px 19px -11px rgba(0,0,0,0.75);*/
	height: 456px;
	border-radius: 0px !important;
	border: none !important;
}
#news .cards2 {
	height: 445px !important;
}
#news .card .content {
	padding: 20px;
	margin-top: 93%;
	position: absolute;
	text-align: center;
	width: 100%;
}
#news .cards2 .content {
	padding: 20px;
	margin-top: 56%;
	position: absolute;
	text-align: center;
	width: 100%;
}
#news .card .content h3, #news .cards2 .content h3
{
	color: #fff;
}
#news .card .content a:link, #news .cards2 .content a:link
{
	text-decoration: none;
}
#contacts h6
{
	position:inherit !important;
}
#login .col-sm-12 {
	color: #000;
	padding-top: 30px;
	padding-bottom: 80px;
	margin-top: 150px;
}
#login .col-sm-6:first-child {
	border-right: 1px solid lightgray;
}
#login .col-sm-6:last-child {
	padding-left: 100px;
}
#login .fas, #news .fas {
	font-size: 60px;
	margin-bottom: 20px;
}
#news .fas
{
	margin: auto;
	left: 0;
	right: 0;
}
#loginControl
{
	background-color: rgba(255,255,255,0.85); 
	border-radius: 15px; 
	padding: 15px; 
	top: 220px; 
	position: absolute; 
	width: 300px; 
	right: 120px; 
	z-index: 1000;
}
#searchControl
{
	top: 0; 
	position: absolute; 
	width: 450px; 
	right: 26px; 
	text-align: right;
	z-index: 1000; 
}
#searchControl label
{
	display: none;
}
#hero #searchControl, .inner-open2 #searchControl
{
	top: 20px;
}
/* Inner Page */
#ContentRightAlignRight
{
	text-align: right;
}
#ContentRightAlignLeft
{
	text-align: left;
}
#halfSpan
{
	margin-bottom: -100px;
	z-index: 100;
}
.inner-nav {
	background-image: url("/App_Themes/essex-r/img/background2.jpg");
}
.inner-nav .logo {
	background: url('img/logo.png') !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.inner-nav .rmText:hover {
	color: #fbe7d9 !important;
	background-color: transparent !important;
}
.subnav {
	position: fixed;
	width: 100%;
	background: #fbe7d9;
	z-index: 100;
	top: 125px;
}
.subnav a {
	color: white;
	padding: 0 10px;
	text-decoration: none;
	font-size: 13px;
}
.subnav-up {
	top: 0;
}
.subnav2
{
	display: none;
}
.theWrapper .subnav
{
	top: 225px; /*allows us to see this in the editor */
}
.theWrapper .cb_nav
{
	width: auto; /*allows us to see this in the editor */
	z-index: 0;
}
.theWrapper #hero
{
	position: absolute;
    width: 50%;
}
.theWrapper #TopMenu
{
	margin-top: -75px !important; /*allows us to see this in the editor */
}
.theWrapper #TopNavigation
{
	height: 25px; /*allows us to see this in the editor */
}
.theWrapper #who, .theWrapper [
data-aos^=fade][data-aos^=fade]
{
	opacity: unset !important;
}
.theWrapper #heroCarousel .inner-text
{
	top: 0 !important;
}
#TopMenu
{
	display: block;
}
#innerContent {
	padding-top: 150px;
	/*padding-bottom: 100px;*/
	min-height: 300px;
}
#innerContent b, #innerContent strong {
	color: #dbc1b1;
}
#innerContent h1 {
	color: #222226;
	font-style: normal;
}
#innerContent h2 {
	font-size: 35px;
	color: #555 !important;
}
#innerContent h4 {
	font-size: 25px;
	letter-spacing: 0.05em;
	color: #ecb994;
}
#innerContent p 
{
	color: #222226;
	font-size: 18px;
	line-height: 28px;
}
#innerContent .parallax p
{
	color: #fff;
}
#bottomContent
{
	margin: 50px 0;
	min-height: 100px;
}
.inner-open footer
{
	background-image: none;
}
.inner-open2 footer
{
	background-image: url("/App_Themes/essex-r/img/background.jpg");
}

#innerContent p.sf_readMore a:link, #innerContent p.sf_readMore a:visited, #innerContent p.sf_readMore a:hover, #innerContent p.sf_readMore a:active {
	color: #000 !important;
}
#innerContent .col-sm-12 {
	padding-bottom: 0px;
}
footer {
	background-image: url("/App_Themes/essex-r/img/background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	/*margin-top: 50px;*/
	padding-top: 25px;
}
footer p {
	color: white !important;
	font-size: 18px !important;
}
footer h6 {
	font-size: 22px;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer a {
	font-size: 18px;
	color: white !important;
	text-decoration: none !important;
}
footer .copyright {
	background: transparent;
	/*padding: 35px 0;*/
}
footer .copyright p {
	margin-bottom: 0;
	color: #fff !important;
}
footer .copyright .fab {
	margin-right: 20px;
}
#LostAndFoundPets
{
	margin: 0 !important;
}
#LostAndFoundPets span
{
	/*font-size: 11pt;*/
}
#LostAndFoundPets h2
{
	font-size: 24pt !important;
    margin: 0 !important;
    line-height: 1.0em !important;
}
#headerContent 
{
	width: 100%;
    position: absolute;
    top: 40%;
}
#accessHomeowners
{
	width: 50%;
	/*position: absolute;
	left: 50%;*/
	transform: translate(50%, 100%);
    z-index: 100;
    margin-top: auto;
}
.searchCommunityBox
{
	width: 100%; 
	margin-bottom: 75px; 
	display: inline-block;
}
.searchTxt
{
	font-size: 18pt !important; 
	width: 60%;
    height: 38px;
}
.searchBtn
{
	width: 43px;
    padding-left: 5px;
    position: absolute;
}
#CommunitySearch
{
	/*width: 650px;
	position: absolute;
	left: 50%;
	transform: translate(40%,50%);*/
    z-index: 100;
}
#CommunitySearch input[type="text"], #CommunitySearch input[type="password"], #CommunitySearch select, #CommunitySearch textarea
{
	background-color: rgba(255,255,255,0.75);
	padding: 10px;
	font-size: 16pt !important;
	border: #fff solid 1px;
	width: 96%;
	border-radius: 0;
}
#CommunitySearch input[type="text"]:focus
{
	font-weight: bold;
	border-color: #e9b995;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#CommunitySearch h2
{
	font-size: 29px;
}

.CommunitySearchWrapper
{
	height: 190px
}
.homeBoxRight
{
	margin-bottom: 25px; 
	width: 48%; 
	float: right;
}
.homeBoxLeft
{
	width: 48%;
}
@media only screen and (max-width: 768px) {
	#heroCarousel .inner-text {
		top: 14%;
	}
	#CommunitySearch h2
	{
		background-color: Blue !important;
		font-size: 20px;
	}
}
@media only screen and (max-width: 1084px) and (min-width: 768px)
{
	#heroCarousel .inner-text 
	{
		left: 35%;
		top: 50%;
	}
	#loginControl 
	{
		width: 270px;
		top: 140px;
		right: 40px;
	}
	#CommunitySearch h2
	{
		/*background-color: Red !important;*/
		font-size: 24px;
	}
	.CommunitySearchWrapper
	{
		height: 180px
	}
}
@media only screen and (max-width: 984px) and (min-width: 768px)
{
	.homeBoxRight
	{
		width: 100%; 
		float: none;
	}
	.homeBoxLeft
	{
		width: 100%;
		margin-bottom: 50px;
	}
	.searchCommunityBox
	{
		margin: 50px 0 75px 0;
	}
	.searchHeader h1
	{
		margin-top: 50px;
		font-size: 56px;
	}
	.searchTxt
	{
		font-size: 52px !important; 
		width: 90%;
        height: 68px;
	}
	.searchBtn
	{
		width: 70px;
	}
	.searchResults
	{
		font-size: 152px !important; 
	}
	#CommunitySearch 
	{
		/*transform: translate(10%, 50%);*/
	}
	#CommunitySearch h2
	{
		/*background-color: Green !important;*/
		font-size: 20px;
	}
	#TopMenu
	{
		display: none;
	}
	.container {
		max-width: 800px;
	}
	.logo
	{
		width: 400px;
		height: 140px;
	}
	.col-sm-3
	{
		flex: 0 0 32%;
		max-width: 100%;
	}
	.col-sm-3 li
	{
		padding-bottom: 15px;
	}
	.RadMenu 
	{
		height: 100%;
		background: white;
		position: fixed !important;
		right: -100%;
		width: 80%;
		top: 0;
		color: Black;
	}
	.RadMenu .rmRootGroup
	{
		display: flex !important;
		flex-direction: column;
		width: 100%;
		align-items: center;
		margin-top: 200px !important;
	}
	.RadMenu_NewNavMenu .rmHorizontal .rmText
	{
		font-size: 50px !important;
		padding: 50px 0 !important;
	}
	.RadMenu a.rmLink
	{
		font-size: .75em;
		color: Black !important;
	}
	.subnav 
	{
		top: 148px;
		text-align: center;
		height: 75px;
	}
	.subnav-up {
		top: 0;
	}
	.subnav .RadMenu
	{
		background: transparent;
		position:inherit !important;
		float: left !important;
		margin-top: -199px;
	}
	.subnav .RadMenu .rmRootGroup
	{
		display: block !important;
		margin: 0;
		padding: 0;
		position: relative;
		left: 0;
		height: auto;
		width: 880px;
	}
	.subnav .RadMenu_NewNavMenu .rmHorizontal .rmText
	{
		color: #fff;
		font-size: inherit !important;
		padding: 10px 0 !important;
	}
	.subnav2
	{
		display: block;
	}
	.subnav2 .RadMenu
	{
		background: transparent;
		position: inherit !important;
		float: left !important;
		margin-top: -199px;
	}
	.subnav2 .RadMenu .rmRootGroup
	{
		display: block !important;
		margin: 0;
		padding: 0;
		position: relative;
		left: 0;
		height: auto;
		width: 880px;
	}
	.subnav2 .RadMenu_NewNavMenu .rmHorizontal .rmText
	{
		font-size: inherit !important;
		padding: 20px 0 !important;
	}
	.subnav2 .rmLink
	{
		color: #555 !important;
	}
	#hamburger 
	{
		display: block;
		color: White;
	}
	.carousel-inner
	{
		height: 499px;
	}
	.carousel-inner .carousel-item .rotator-1 {
		-webkit-animation: none;
		animation: none;
		background-attachment: initial;
		height: 350px;
	}
	.carousel-inner .carousel-item .rotator-2 {
		-webkit-animation: none;
		animation: none;
		background-attachment: initial;
		height: 350px;
	}
	.carousel-inner .carousel-item .rotator-3 {
		-webkit-animation: none;
		animation: none;
		background-attachment: initial;
		height: 350px;
	}
	.carousel-inner .carousel-item .rotator-4 {
		-webkit-animation: none;
		animation: none;
		background-attachment: initial;
		height: 350px;
	}
	.carousel-inner .carousel-item .rotator-5 {
		-webkit-animation: none;
		animation: none;
		background-attachment: initial;
		height: 350px;
	}
	#news .box-1 h6
	{
	    top: 40px;
		width: 85%;
		margin: auto;
		left: 0;
		right: 0;
		border: 0;
		/*font-size: 32px;*/
		background-color: rgba(255,255,255,0.75);
		color: #fbe7d9;
	}
	#heroCarousel .inner-text {
		display: none !important;
	}
	#who h4 {
		font-size: 28px;
	}
	#who p {
		font-size: 28px;
		line-height: 40px;
	}
	#news {
		margin-bottom: 0px;
	}
	#news .col-sm-12 {
		padding-top: 50px;
	}
	#news .col-sm-12:first-child {
		padding-top: 0;
	}
	#news .card, #news .cards2 {
		height: 308px !important;
	}
	#login {
		text-align: center;
	}
	#loginControl
	{
		background-color: rgba(255,255,255,0.9); 
		border-radius: 15px; 
		padding: 15px; 
		top: 140px; 
		position: absolute; 
		width: 300px; 
		margin: auto;
		left: 0;
		right: 0;
		z-index: 2;
	}
	.loginbox
	{
		display:none;
	}
	#searchControl
	{
		display: none;
	}
	#innerContent {
		/*padding-top: 280px;*/
	}
	#innerContent .col-sm-12 {
		padding-bottom: 0px;
	}
	#innerContent iframe
	{
		width: 100%
	}
	footer {
		text-align: center;
		display: flex;
		padding: 50px;
	}
	footer .col-sm-12 {
		padding-bottom: 20px;
	}
	footer h6 {
		font-size: 32px;
	}
	footer a {
		font-size: 24px;
	}
	footer .copyright .col-sm-12:last-child {
		text-align: center !important;
	}
	ol.sf_libraryList li
	{
		margin: 0 20px 20px 0 !important;
		float: left;
	}
	.contactusBox
	{
		width:100%;
	}
	.medallionsTable
	{
		margin: 0 auto; 
		display: flex;
	}
}