.elementor-page #main-content {
    margin-top: 0px;
}
.gchoice {
    display: flex;
}
footer .social-icons {
	position: absolute;
	right: .9375rem;
	top: -35px;
}
footer .partners {
	margin-top: 0;
	right: .5rem;
	bottom: 50px;
	margin-left: 70px;
}
.footer-newsletter {
    text-align: left;
    position: absolute;
    right: 0.925em;
    top: 28%;
}

@media screen and (min-width: 810px) and (max-width:1080px){
	#newsletter-trigger {
	float: left;
	position: relative;
	top: 10px;
}
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.newsletter .news-title{
	margin-top: 50px;text-align: center;
}

/* Modal Content */
.newsletter .modal-content {
    background-color: white;
    margin: auto;
    padding-left: 10px;
    width: 650px;
    padding-right: 10px;
    border-top: 10px solid #0fc;
    padding-bottom: 20px;
    top: 15%;
    position: relative;
}
.newsletter .inner-modal {
	padding-left: 20px;
	padding-right: 20px;
}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  z-index: 9999; 
  position: relative;"
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 820px){
.newsletter .modal-content {
    width: 80% !important;
    top: 0px !important;
}
.footer-newsletter {
	text-align: center;
	width: 75%;
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
}
#newsletter-trigger {
	float: left;
}
}
@media screen and (max-width: 1024px){
footer .partners {
    margin-top: 0;
    bottom: 0px;
    margin-left: 0px;
    display: flex;
    position: relative;
    width: 100%;
    right: 0px;
}
footer .social-icons {
    position: relative;
    right: 0px;
    top: 0px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.footer-newsletter {
    display: block;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
}	
}
@media screen and (min-width: 1024px){
.footer-newsletter {
	text-align: left;
	position: absolute;
	right: 0.925em;
	top: 27%;
}
}