a {
    text-decoration: none !important;
    color: #CCCCCC;
}

h2 { 
  font-family: 'Lato', sans-serif; 
}

.e_color{
	color: #E49F00;
}

.portfolio-desc h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.h2-tm{
  font-size: 14px;
  color: #333333;
  vertical-align: super;
}

.ctr {
	display: flex;
  	align-items: center;
  	justify-content: center;
	background-color: black;
}

.rs-textshadow {
    text-shadow: 0 0 8px #333333;
}

.rs-textopacity{
	opacity: 0.6;	
}
.rs-buttonopacity{
	opacity: 0.2;	
}
.rs-textlineheight{
	line-height: 0.85;	
}

.rs_subhead{
	font-weight: 600;
}

.rs_qa-q{
	text-align: left;
	color: blue;
	font-size: 14px;
	font-weight: 500;
}

.rs_qa-a{
	text-align: left;
	font-size: 14px;
	font-weight: 300;
}


.bulletgroup_left{
	text-align: left;
	max-width: 700px;
	margin-left: 350;
}

.button_align{
	text-align: left;
	max-width: 500px;
	margin-left: 350;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  .image_card {
    display: inline-block;
  }
}

#primary-menu ul li a {
	font-size: 12px;
}

.emphasis-title h1,
.emphasis-title h2 {
  color: #ffffff;
}

.list.list-icons li .fa, .list.list-icons li .icons {
    color: #333399;
    border-color: #333399;
}

.list.list-icons.list-icons-style-3 li .fa, .list.list-icons.list-icons-style-3 li .icons {
    background-color: #333399;
}

.list.list-icons.list-icons-style-3 li .fa, .list.list-icons.list-icons-style-3 li .icons {
    color: #FFF;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 5px;
	line-height: 28px;
}

.rs_sect_header{
	max-width: 700px;
	font-size: 46px;
	color:lightgray;
}

.rs_nodeid{
	font-size: 22px;
	font-weight: 600;
	color:gray;
}
.rs_logo{
	margin-top: 20px;
}

.rs-team {
	display: flex;
    justify-content: center;
    align-items: center;
	
}


#primary-menu ul li:hover > a,
#primary-menu ul li.current > a {
  color: #cccccc;
}

#header,
#header-wrap,
#logo img {
	height: 70px;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
	padding-top: 6px;
}

@media (max-width: 991px) {
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a,
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a,
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a,
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a { color: #CCCCCC !important; }

}