.header-full-title {
    float: left;
    overflow: hidden;
    padding-left: 75px;
    padding-top:20px;
    padding-bottom:10px;
    background-image: none!important;
    background-repeat: no-repeat;
    background-position: left center;
}

.dropdown-login-box {
    overflow: hidden;
    padding: 10px;
    min-width: 500px!important;
    box-shadow: none;
}

.main-header {
    background-color: #0099da;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 0px!important;
    position: relative;
}


@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

.social-icon-ar.facebook {
    background-color: #3b5998!important;
    background-image: linear-gradient(to top, #3b5998, #4c70ba)!important;
}

.social-icon-ar {
    display: inline-block!important;
    width: 44px!important;
    height: 44px!important;
    color: #fff;
    text-align: center;
    font-size: 28px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin: 0 20px 20px 0;
}

.social-icon-ar.twitter {
    background-color: #00aced!important;
    background-image: linear-gradient(to top, #00aced, #21c2ff)!important;
}

.carousel-section {
   
    margin-bottom: 0px!important;
   
}

.panel-body-map {
padding:0px;
}

.panel-map {
margin-bottom:-100px;
border-color: #0099da!important;
border: 1px solid;
}

/*Slider hyperlink*/

/* unvisited link */
a.slider:link {
    color: white;
    text-decoration:underline;
}

/* visited link */
a.slider:visited {
    color: white;
    text-decoration:underline;
}

/* mouse over link */
a.slider:hover {
    color: black;
    text-decoration:underline;
}

/* selected link */
a.slider:active {
    color: black;
}



.caption p{
	font-size: 12px;
}
/* SoL increased size and min-height adjustment to cater for
   2 line portfolio title sizes */
.portfolio-item-caption h4 {
    font-size:14px!important;
	min-height: 44px;
}
.portfolio-item-caption {
     margin-bottom:1px!important;
}

.content-box-title {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 120%;
    color: #002bE8;
    margin: 20px 0 17px 0;
    font-size: 1.4em;
}

.alert-primary {
    background-color: #002bE8;
    border: solid 1px #002bE8;
    color: #fff;
}

.slogan a{
    color: #fff;
}

.slogan a:hover{
    color:aqua;
}

.btn-white {
    color: #002bE8;
    background-color: #fff;
    border-color: #2e6da4;
}

.training{
    font-size: 2em;
}

.webinarHeading{
    color: #002bE8;
    font-size: 1.2em!important;
    margin-bottom: 30px;
    padding-bottom: 9px;
    margin: 5px 0 20px;
}

.btn-primary {
    color: #fff;
    background-color: #002bE8;
    border-color: #002bE8;
}

.mt{
    margin-top:25px;
}