.socialSection ul:first-child li a i:hover {color: #FFC34C;}

.locationDetail {padding-top: 30px;}
.socialSection {padding-top: 20px;}

.eventMain {padding-top: 30px;}

.textBox {margin-top: 20px; padding-bottom: 0 !important; }
.textBox p {margin-bottom: 6px;}

.TitleText {font-weight: 500;}


.eventList > div:first-child > div > div:last-child h3 {
    color: #0a6ca9;
    font-size: 21px;
    font-weight: 600;
    display: block;
    line-height: 24px;
    overflow: hidden;
margin-top: 0; }

#Main270449 > div.eventList > div > div > div:nth-child(2) > p:nth-child(3) > a {color: #FFC537; text-transform: uppercase;}
#Main270449 > div.eventList > div > div > div:nth-child(2) > p:nth-child(3) > a:hover {color: #006EA6;}
#Main270449 > div.span4 > div {padding:10px;}

@media (max-width: 1200px) and (min-width: 550px)  {
.eventList > div:first-child > div > div:last-child h3 { font-size: 16px; line-height: 18px; margin-bottom: 0;}
.eventList > div:first-child > div > div:last-child p {margin-bottom: 0;}
#Main270449 > div.eventList > div > div > div:nth-child(2) > p:nth-child(3) > a {font-size: 12px;}
}

@media (max-width: 500px) {
.eventList > div:first-child > div > div:last-child h3 { font-size: 12px; line-height: 14px; margin-bottom: 0;}
.eventList > div:first-child > div > div:last-child p {margin-bottom: 0;}
#Main270449 > div.eventList > div > div > div:nth-child(2) > p:nth-child(3) > a {font-size: 11px;}
}

.tsAppHeading {
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 26px;}

.WSAJbtn {
background: #6fab3c;
    padding: 0px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    width: 160px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    text-shadow: none;
    border: 0px;
    box-shadow: none;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 40px;
    line-height: 38px;
}

.WSAJbtn:hover {
    background: #0a6ca9;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
color: #ffffff;
}

/* WSAJ Blogs */
.blogdescr-content h4 {font-size: 26px; font-weight: 400; text-transform: none; margin-top: 30px; margin-bottom: 20px; color: #808080; }
ul .topblawgfeedline {margin-left: 15px;}
ul .topblawgfeedline span {color: #bebebe; line-height: 25px;}
ul .topblawgfeedline h4 {margin-bottom: 5px; font-weight: 600;}
ul .topblawgfeedline h4 a {color: #3468c7;}
.blogdescr-content {margin-bottom: 10px; line-height: 20px;}
.blogCategory {padding: 0 !important;}
.blogCategory h2 {font-family: 'Open Sans', sans serif; color: #808080; font-size: 48px; font-weight: 500;  margin-top: 0;}
#Main1135322 > span {font-weight: 500; color: #FFC537;}

/*Search Field Placeholder and Input Text*/
.headTop-right .input-prepend input {font-size: 18px !important;}

/* Footer left nav */
.locationDetail ul li span {
    font-size: 19px;
    font-weight: normal;
    display: block;
    color: #0a6ca9;
    padding: 0 20px;
    border-left: 2px solid #0a6ca9;}

@media (max-width: 979px){
.locationDetail ul li span {
    padding: 0 9px;
}}
@media (max-width: 1199px){
.locationDetail ul li span {
    font-size: 14px;
}}

/* Print Styles */
@media print {
.sponser ul li img {max-width: 130px; max-height: 75px;}
img {max-width: 600px;}
}

/* List Styles */
#zoneMain ul {list-style-type: disc; margin: 0 0 10px 25px;}
#zoneMain ul ul, #zoneMain ol ul {list-style-type: circle;}
#zoneMain li {line-height: 1.5;}
#zoneMain li a, .profileText span ul li a {color: #3468c7;}
#tssearchbar, #storeTopNavTabs, .nav-tabs, .nav  {list-style-type: none !important; margin: 0 !important;}
.nav-pills>.active>a {color: #fff !important;}

/* MyWSAJ */
.eduBanner ul li a {color: #ffffff !important;}

/* Event Reg Radio Button Issue */
input[type="radio"] {-webkit-appearance: radio;}
input[type="checkbox"] {-webkit-appearance: checkbox;}

/* Padding on interior pages */
.paddingMain {padding: 30px;}

@media (max-width: 500px) {
.paddingMain {padding-left: 15px; padding-right: 15px;}
}

.imageWrap{
		display:inline-block;
		position:relative;
		transition:.3s;
		margin:0px;
		margin-left:0!important;
		width:100%;
	}

	.imageWrap img{
		transition:.3s;
		border-radius:4px;
		/* min-width: 300px; */
		width: 100% !important;
		/* min-height: 450px;*/
	}

	.imageWrap:hover img{
		filter:blur(0.6px) brightness(91%);
	}

	.imageWrap .popupText{
		position:absolute;
		z-index:1;
		top:30%;
		width:100%;
		text-align:center;
		color:#fff;
		opacity:0;
		transition:.3s;
		font-size:13px;
	}

	.imageWrap:hover .popupText{
		opacity:1;
	}
	.row-fluid [class*="span"] {
		margin-left: 2px;
	}

.imageWrap{
		display:inline-block;
		position:relative;
		transition:.3s;
		margin:0px;
		width:100%;
	}

	.imageWrap img{
		transition:.3s;
		border-radius:4px;
		/* min-width: 300px;*/
		width: 100% !important;
		/* min-height: 450px;*/
	}

	.imageWrap:hover img{
		filter:blur(0.6px) brightness(91%);
	}

	.imageWrap .popupText{
		position:absolute;
		z-index:1;
		top:30%;
		width:100%;
		text-align:center;
		color:#fff;
		opacity:0;
		transition:.3s;
		font-size:13px;
	}

	.imageWrap:hover .popupText{
		opacity:1;
	}
	.row-fluid [class*="span"] {
		margin-left: 2px;
	}

/* Tasks Layout Adjustment for Group Sets */
#Main3635871 .table th, .table td {
    width: 25%;
}

/* Tasks Module Spacing Objective Text Adjustment */
#Main3846330 .subContentPadding {
    margin-bottom: 15px;
}

/* Hide Tasks Project Description on Workspace Page */
#Main3846330 .MCProjectDesc {
    height: 1px;
}
