body {
  font-size: 16px;
}

h1, h2, h3 {
  font-family: "Montserrat", "Open Sans", sans-serif ;
}

hr {
  border-top-color: #243e88;
}

/* hide header titles */
header article .field--name-title {
  display: none;  
}

.views-field-title h1 {
  font-weight: bold;
  font-si: larger;
  color: #946427;
  margin-top: 30px;
}

.footer-links {
	background: #5b7990;
}

.footer-links ul li a {
  color: #a0c1e5;
}

.copyright {
  background: #243e88;
}

.keyword {
  font-weight: bold;
}

/* slider */
.slides {
	transition-duration: 1.0s;
}

/* images for articles */
article img {
  float: left;
  margin: 10px;
  padding: 10px;
  max-width: 350px;
}
	
article.right img {
  float: right;		
}

article img.center-block {
  display: block;
  float: none;
  max-width: 800px;
}

/*slider images and caption boxes */
.slider-caption {
  display: block;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}

h2.slider-title {
  color: #993300;
}

.slider-description {
  color: #000066;
}

.topwidget {
  padding-top: 20px;
  background: #006ba6;
}

.topwidget h2 {
  color: #bdbdbd;
  font-size: 2em;
  font-weight: bold;
}

.topwidget p {
  color: white;
}

.topwidget input {
  background-color: #db8e00;
}

.topwidget img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


img.icon {
  width: 16px;
  height: 16px;
  float: left;
}

.topwidget h3 a {
  color: darkblue;
}

.content_layout h2 {
  font-size: 2em;
  font-weight: bold;
}

.footerwidget h2 {
  font-size: 2em;
  font-weight: bold
}

/* override second and thrid block differences */
.region-topwidget-second, .region-topwidget-third {
  position: inherit;
}

.region-topwidget-first>.block, .region-topwidget-second>.block, .region-topwidget-third>.block {
  background: inherit;
}

.region-homepagemessage .block-content {
  background: #bdbdbd;
}

.region-topwidget-second .block-content,.region-topwidget-third .block-content {
	position:inherit;
	width:inherit;
	bottom:inherit;
	background:inherit;
	padding:inherit;
	color:inherit;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	font-size:inherit;
	line-height:inherit;
	padding:10px;
}

/* bottom widgets */

.block-views-blockuse-cases-block-1 {
    background: #ffe082;
    padding: 20px;
}

.block-views-blockbenefits-block-1 {
  padding: 20px;
}

.benefit-icon img {
  height: 60px;
  width: 60px;
}

.benefit-title {
  all-round-gothic, sans-serif;
  color: #243e88;
  font-weight: bold;
  font-size: larger;
}

.use_case-title {
  all-round-gothic, sans-serif;
  color: #946427;
  font-weight: bold;
}


/*  team member page */
.team-member-photo {
  width: 150px;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

.team-member-name {
  color: #243e88;
  font-size: larger;
  font-weight: bold;
}

.team-member-qualifications {
  font-size: smaller;
  font-weight: bold;
}

.team-member-teaser {
  font-weight: bold;
  color: @946427;
}

.team-member-social {
  float: right;
}

/* timline headings */
.timeline-panel > h2 {
  font-size: large;
  font-weight: bold;
  text-transform: uppercase;
  color: #243e88;
  margin-bottom: 6px;
}

.timeline-panel > h4 {
  font-style: italic;
  font-weight: bold;
  color: #946427;
  margin-bottom: 6px;
}

/* timeline for proces page */
.timeline {
    list-style-type: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
		list-style-type: none;
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 10px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #5b7990;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}
