﻿/* HOME BANNER
----------------------------------------------------------*/

.homepage-banner-section {
    /*border-bottom: 1px solid #eeeeee;*/
}

.sls-homepage-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 408px;
    position: relative;
    cursor: pointer;    
}
.sls-homepage-banner-topics {    
    width: 100%;
    height: 102px;
    position: relative;
    overflow: hidden;
}
.sls-homepage-banner-topics ul,
.sls-homepage-banner-topics li,
.sls-homepage-banner-topics h2,
.sls-homepage-banner-topics h3,
.sls-homepage-banner-topics p {
    margin: 0;
    padding: 0;
}

.sls-homepage-banner-topics li {
    color: #fff;
    font-size: 14px;
    list-style-type: none;
    width: 100%;
}
.sls-homepage-banner-topics h2 {
    /*float: left;*/
}


.sls-homepage-banner-topics h2 a {
    display: block;
    padding: 24px 12px 12px;
    font-size: 24px;
    margin: 0;
    font-weight: normal;
    color: #1777ba;
    line-height: 1em;
    text-decoration: none;
}
.sls-homepage-banner-topics h2 a:hover {
    text-decoration: underline;
}

.sls-homepage-banner-topics p.main-text {
    font-size: 14px;
    line-height: 18px;
    position: relative;
}
.sls-homepage-banner-topics p.main-text span {
    display: block;
    margin: 0 12px 24px;
    text-align: left;
    overflow: hidden;
}
.sls-homepage-banner-topics p.main-text a {
    position: absolute;
    bottom: 0;
    right: 15px;
    text-decoration: none;
    color: #ffd800;
    padding: 4px 10px;
    background-color: #1777ba;
}
.sls-homepage-banner-topics p.main-text a:hover {
    color: #fff;
}
/*.sls-homepage-banner-topics div.next {
    border-left: 1px solid #4791B6;
    padding-left: 10px;
    float: right;
    width: 300px;
}
.sls-homepage-banner-topics div.next a {
    display: block;
    overflow: auto;
    color: #fff;
    text-decoration: none;
}
.sls-homepage-banner-topics div.next:hover {
    background-color: #006BB6;
}
.sls-homepage-banner-topics p.up-next {
    background-color: #4D97CC;
    padding: 5px 8px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 4px;
}
.sls-homepage-banner-topics div.next div.next-content-wrapper {
    height: 38px;
    overflow: hidden;

}
.sls-homepage-banner-topics h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    display: inline;
}
.sls-homepage-banner-topics div.next p.next-text {
    height: 1em;
    width: 180px;
    overflow: hidden;
    display: inline;
}
.sls-homepage-banner-topics div.next div.image {
    float: right;
    padding: 10px;
}
.sls-homepage-banner-topics div.next div.image img {
    display: block;
}*/


/* WIDGET NEWS */
div#newsroom-widget .articles {
    height: 164px;
    overflow: hidden;
    background-color: #e6e6e6; 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%,#d8d8d8), color-stop(7%,#e6e6e6));
    background-image: -webkit-linear-gradient(top, #d8d8d8, #e6e6e6, 7%); 
    background-image:    -moz-linear-gradient(top, #d8d8d8, #e6e6e6, 7%);
    background-image:     -ms-linear-gradient(top, #d8d8d8, #e6e6e6, 7%);
    background-image:      -o-linear-gradient(top, #d8d8d8, #e6e6e6, 7%);
}
div#newsroom-widget .article a {
    padding: 10px 20px 10px 10px;
    background: url(../images/icon-news.png) right no-repeat;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    height: 34px;
    overflow: hidden;
    line-height: 20px;
    text-decoration: none;
    display: block;
}
div#newsroom-widget .article a:hover {
    background: url(../images/icon-news-hover.png) #FFD900 right no-repeat;
}
div#newsroom-widget h4 {
    margin: 0;
    display: inline;
    font-weight: bold;
    font-size: 14px;
    color: #006ab5;
    text-decoration: none;
}
div#newsroom-widget  span {
    color: #000;
}
h3.widget-title {
    color: #006ab5;
}
ul.widget-rotate-image {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.widget-rotate-image li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}



.slider-controls {
  font-size: 90px;
  margin: 0 auto;  
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 960px;
  left: 0;
  right: 0;  
  top: 0;
  bottom: 0;
}

.slider-controls .prev {
    float: left;
}
.slider-controls .next {
    float: right;
}


.slider-controls .prev a,
.slider-controls .next a{
    color: #006ab5;
}

.slider-controls .prev a:hover,
.slider-controls .next a:hover{
    text-decoration: none;
    
    color: #1A84CF;
}

.sls-homepage-banner-topics > ul,
.sls-homepage-banner-topics > ul li
 {
    height: 100%;
}

.sls-homepage-banner-topics .slider-info {
    color: #1777ba;
    height: 100%;
    width: 100%;
}
.banner-caption {
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.banner-topics-section {
    position: relative;
    width: 890px;
    z-index: 999;
}


.homepage-searchbar {
    background-color: #eee;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    color: #1777ba;
    font-size: 1.8em;
    margin: 48px auto;
    padding: 12px 0;

    display: -webkit-flex;
    display: flex;
}

.homepage-searchbar label {
    padding: 0 24px;
    align-self: center;
}
.homepage-searchbar input {
    color: #1777ba;
    background-color: #eee;
    border: none;
    
}
    .homepage-searchbar input.search-input {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.homepage-searchbar input:focus,
.homepage-searchbar button:focus {
    outline: none;
}

.homepage-searchbar button {
    color: #1777ba;
    border: none;
    background-color: transparent;
    padding: 0 12px
}




/*  Homepage feature panels */
.content section {
    clear: both;
    margin: 24px 0;
    overflow: hidden;    
}
.content section header {
    border: none;
    background: none;
    border-top: 1px solid #eee;
    display: -webkit-flex;
    display: flex;
    padding-top: 12px;    
}
section header h3 {
    color: #aaaaaa;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
section header a {
    font-size: 16px;
    color: #aaaaaa;
}


/* Homepage feature panels - Content link panels */

#link-panels .panel-feature,
#link-panels .panel-feature,
#link-panels .panel-feature a .panel-info
{
    background-color: #006BB6;
    color: #fff;
}

#link-panels .panel-feature:nth-of-type(-n+3),
#link-panels .panel-feature:nth-of-type(-n+3) a,
#link-panels .panel-feature:nth-of-type(-n+3) a .panel-info
{
    background-color: #FDCC00;
    color: #CB242B;
}

#link-panels .panel-feature:nth-of-type(2),
#link-panels .panel-feature:nth-of-type(2) a,
#link-panels .panel-feature:nth-of-type(2) a .panel-info
{
    background-color: #CB242B;
    color: #fff;
}

/* Events */

.eventResults {
    margin-top: 12px;
}
.event-item {
    font-size: 18px;
    margin-bottom: 3px;
    overflow: hidden;
    position: relative;
    
}
.event-item a {
    background-color: #eee;
    color: #aaaaaa;
    display: block;    
    padding: 19px 24px;
}
.event-date {
    color: #006BB6;
    float: left;
    width: 25%;
}

.event-date,
.event-title {
    line-height: 1;
}


.event-item a:hover {
    color: #fff;
    background-color: #006BB6;
    text-decoration: none;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
    .event-item a:hover .event-date {
        color: #fff;
    }

    .event-item a:hover .event-title:after {
        content: '\f105';
        color: #fff;
    	font-family: 'slsnz-icon-set';
	    /* Better Font Rendering =========== */
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;

        font-size: 36px;
        line-height: 18px;
        position: absolute;
        right: 12px;


    }

.partner-major .partner{
    float: left;
    line-height: 140px;
}

.partner-major .partner:nth-of-type(1){
    width: 32%;
    text-align: left;
}

.partner-major .partner:nth-of-type(2){
    width: 26%;
    text-align: center;
}

.partner-major .partner:nth-of-type(3){
    width: 17%;
    text-align: center;
}

.partner-major .partner:nth-of-type(4){
    width: 25%;
    text-align: right;
}

.partner {
    margin-top: 24px;
}
.partner img{   
    max-width: 100%;
    vertical-align: middle;
}