

/* Custom CSS - added 01-28-2019 */

/* unvisited link */
a.green:link {
  color: #02A0AF;
}

/* visited link */
a.green:visited {
  color: #02A0AF;
}

/* mouse over link */
a.green:hover {
  color: #532F62;
}

/* selected link 
a.green:active {
  color: blue;
}*/

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/*top bar font size*/
.top-area {
    font-size:large;
    background-color:#000000;
}

/*team*/

.col-md-12 {
    background-color: #FFFFFF;
    padding: 5px;
    border-radius: 5px;
}
h3.leadership {
    color: #532F62;
}
h3.portal {
    color: #02A0AF;
}
h4.leadership {
    color: #532F62;
}
.row-white {
     background-color: #FFFFFF }
     
/*services top bg*/
body {
  padding-top: 0px;
}
.divider-short {
	width: 400px;

}

@media (max-width: 979px) {
  body {
    padding-top: 0px;
  }
}
.intro {
	width:100%;
	position:relative;
}

.intro-content.service {
	background: url(../img/dummy/bg2.gif) no-repeat top center;
	padding:200px 0 60px;
}
.intro-content.intro-nobg {
	background:#fff;
	position:relative;
	margin:0;
	padding:140px 0 60px;
}
.intro-content.contact {
	background: url(../img/dummy/bg3.gif) no-repeat top center;
	padding:200px 0 60px;
}
.intro-content.resource {
	background: url(../img/dummy/bg4.jpg) no-repeat top center;
	padding:200px 0 60px;
}
.glyphicon-ok {
    color:#532F62 }

h2.white {
    color: #FFFFFF; 
}
h2.green {
    color: #02A0AF;
}
h4.white {
    color: #FFFFFF; 
}
h5.purple {
    color: #532F62; 
}
h5.green {
    color: #02A0AF; 
}
h6.purple {
    color: #532F62; 
}
.home-section {
    padding-top: 20px;
}
/*line up sub menu and font bigger*/

.navbar-custom ul.nav li a {
	font-size: 14px;
	letter-spacing: 1px;
    color: #666;
	text-transform: uppercase;
	font-weight: 700;
}


 /*added height auto for logo fit - 01-2019*/
.navbar-brand {
  padding-top: 5px;
  margin-top: 5px;
  padding-bottom: 0;
  height:auto;
  max-height:auto;
}
.dropdown, .dropdown-menu {
  
}
.bg-pur {
    background-color: #532F62;
}



