/* SGR THEME CUSTOMIZATIONS */

.fa,.far,.fas {
    font-family: "Font Awesome 5 Free"
}

header.header {
     background:none;
}

.headerLogo {
     display: flex;
     margin-top: 25px;
     margin-bottom: 25px;
}
.headerLogo a {
     background: url(https://sgrho1922.org/images/logos/SGRho-Logo-Color.svg);
     background-repeat: no-repeat;
     height: 100px;
}

.wordmark-masthead {
     font-family: 'Minerva-Modern-Bold', sans-serif;
     font-size: 3em;
     font-weight: bold;
     color: #1639a0;
     line-height: 1.2;
     position: relative;
     margin-left: 110px;
     top: 0.3em;
     display: inline-block;
}

.wordmark-masthead strong {
     font-family: "Formetor", serif;
     font-weight: normal;
     color: #d1a217;
}

.aux-nav-container > div {
     display: inline-block;
}

.aux-area-ipart {
     background-color: #1639a0;
     padding: 4px;
}

.aux-area-ipart a {
     color: #fff;
     font-size: 120%;
}

.header-bottom-container {
     clear: both;
}

.primary-navigation-area .nav-primary {
     background-color: #d1a217;
}

footer {
     background-color: #efe7d3;
}
footer .copyright-area{
    background-color: #003399;
}
.footer-image {
     background-image: url(images/sgr/footer-site.png);
     background-size: 100%;
     min-height: 11.3vw;
     background-repeat: no-repeat;
}

.footer-area {
	background: rgba(197, 162, 86, 0.3);
}
.footer-top-area {
	padding-top: 60px;
}
.contact-us-area h2 {
	font-size: 28px;
	font-weight: 700;
	color: #103593;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.contact-us-area ul {
    margin-top: 30px;
    padding-left:0;
}
.contact-us-area ul li em {
	font-size: 23px;
	color: #C5A256;
	width: 28px;
	margin-right:10px;
}
.contact-us-area ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10px 0;
}
.contact-us-area ul li a {
	font-size: 14px;
	font-family: 'AvenirLTStd-Book', sans-serif;
	color: #2B2C2D;
	display: inline-block;
}
.address_item span {
	width: auto;
	display:flex;
}
.footer-social-area ul {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.footer-social-area ul li a em {
    background: #003399 !important;
    color: #C5A256 !important;;
}


.menu-social-area {
	padding: 0 30px;
	margin-top: 60px;
}
.menu-social-area ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.menu-social-area ul li {
    margin-right: 15px;
    list-style-type: none;
}
.menu-social-area ul li a em {
	width: 35px;
	height: 35px;
	background: #FFF;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #3D3F40;
	font-size: 18px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.footer-image img {
	width: 100%;
}
.copyright-area {
	background: #003399;
}
.copyright-area p {
	font-size: 15px;
	font-family: 'AvenirLTStd-Book', sans-serif;
	font-weight: 400;
	text-align: center;
	padding: 20px 0;
	color: #fff;
}

.RadTreeView .rtIn{white-space:normal;}


@media (max-width: 767px) {
     header.header {
          background-position: 0 0;
          background-repeat: no-repeat;
          background-size: 100%;
     }
     .wordmark-masthead {
          font-size: 35px;
     }
}


/* First Visist Popup  */

#fvpp-blackout {
  display: none;
  z-index: 8888;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

#fvpp-notification {
  display: none;
  position: fixed;
  width: 36%;
  left: 30%;
  top: 20%;
  padding: 20px 2%;
  font-family: Calibri, Arial, sans-serif;
  background: #FFF;
  z-index:9999;
}

#fvpp-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}


#fvpp-notification h2 {

  font-size: 30px;
  line-height:1em;
  margin: 0;
}


#fvpp-dialog p { margin: 0; }



@media(max-width:767px){
		#fvpp-notification {
	  display: none;
	  position: fixed;
	  width: 90%;
	  left: 5%;
	  top: 5%;
	  padding: 20px;
	  	}

}



/* Candidate Nominations */

.candidate h1 {
	text-transform:capitalize;
	color:#333;
	font-size:45px;
}
.candidate.landing-page h2 {
	text-transform:capitalize;
	font-size:25px;
}

.candidate.landing-page li {
	font-size:18px;
}

.candidate h2 {
	font-size:30px;
	text-transform:uppercase;
}
.candidate .col-sm-4 p:first-child{
	margin-top:12px;
}

.candidate a.back-to {
	display:inline-block;
	margin-bottom:25px;
}

ul.obo-actions {
	list-style-type:none;
}