﻿/*
	Custom CSS styles for ARNE by Centiva
	*/

h1, h2 {
    letter-spacing: -1px;
}

/*h1, h2, h3 {
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
}*/

h1 {
    font-size: 2.25em;
    margin: .5em 0;
}

h2 {
    font-size: 1.85em;
    margin: .5em 0;
}

h3 {
    font-size: 1.5em;
    margin: .25em 0;
}

h4 {
    font-size: 1.25em;
    margin: .5em 0;
}

h5 {
    font-size: 1em;
    margin: .5em 0;
}

hr, .page-header {
    border-bottom: solid 2px #ccc;
    border-top: 0 none;
}

address, .address {
    font-style: italic;
    padding: 1em;
    background: #fff;
}

/* sp overrides */
#sp-menu {
    margin-top: 10px;
}

#sp-main-body-wrapper {
    border: 0 none;
}

#sp-breadcrumb {
    border-bottom: dotted 1px #ccc;
    margin-bottom: .75em;
    font-size: .85em;
}

#sp-footer-wrapper {
    background: #013F88;
}

#footer {
    font-size: .85em;
}

#sp-bottom-wrapper {
    padding: 0;
    background: none;
}

#sp-bottom-wrapper .container {
    padding: 30px 0;
    border-top: dotted 1px #ccc;
}

#sp-bottom-wrapper img {
    box-shadow: 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
}

/* other IDs */
#users {
    font-size: .85em;
    text-shadow: 1px 1px 1px #fff;
}

#users h3.header {
    color: #444;
}

/* puts Centiva credits div in inline block*/
#sp-footer2 div {
	display: inline-block;
}

ul.pages-menu {
    box-shadow: 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
}

.pages-menu li a {
    background-color: #fff;
    padding: .5em .75em;
    margin-bottom: 1px;
}

.pages-menu li.active a {
    border-right: solid 3px #013F88;
}

.pages-menu li a:hover {
    background: #013F88;
    color: #fff;
}

.partner-logos {
    background: #fff;
    text-align: center;
}

.partner-logos h3 {
    display: block;
    text-align: left;
    background: #013F88;
    color: #fff;
    padding: .75em;
    font-size: 1em;
}

.partner-logos p {
    overflow: hidden;
}

.partner-logos img {
}

.carousel {
    margin: 0;
}

.carousel p {
    margin: 0;
}

.carousel a {
    color: #fff;
}

.banneritem img {
    box-shadow: 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
}

/* welcome heading on first page*/
.custom-welcome p {
	text-align: justify;
}

.welcome {
	margin-top: 0;
}

/* to the top link*/
.sp-totop {
	margin-left: 1em;
}

.foxcontainer {
	padding: 0 !important;
}

.sp-main-menu-toggler {
	right: 30px;
}

/* news */
.post.hentry h2 {
	font-size: 1.15em;
}

@media (max-width: 767px) {
    img {
        width: 100%;
    }

    .carousel {
        margin: 30px 0;
    }
}