﻿.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.lead {
	font-weight: 400;
}

.navbar-toggler {
    display: none;
}

/* ***** Jacobs styles ***** */
.bg-dark {
	background-color: #000 !important;
}

.bg-red-meddark {
	background-color: #D72850;
}

.bg-yellow-med {
	background-color: #FFB41E;
}

.color-black {
	color: #000;
}

.color-white {
	color: #fff;
}

.j-simple-logo span.j-simple-logo-img {
	background: none;
	width: 164px;
	height: 32px;
	max-width: 164px;
	max-height: 32px;
	font-family: "JacobsChronos", Helvetica, Arial, sans-serif;
	font-size: 23px;
	font-weight: 100;
	text-indent: 0;
	color: #fff;
}

	.j-simple-logo span.j-simple-logo-img > span {
		font-weight: bold;
	}

.starter-template {
	margin-top: 80px;
}

img {
	max-width: 100%;
}

article.main div.jc-button-container {
	display: none;
}

article.main div.jc-caption {
	padding-bottom: 0 !important;
}

.goLink {
	display: none !important;
}

article.body {
	height: 308px;
}

	article.body .jc-featured-image {
		position: relative;
		background-color: #000;
		height: 193px !important;
		overflow: hidden !important;
	}

ul.j-list-inline {
	padding: 0;
	margin-left: -10px;
}

	ul.j-list-inline li {
		float: left;
		display: list-item;
		margin-left: 30px;
        margin-bottom: 5px;
	}

.table.tools {
	font-size: 14px !important;
}

.links h5 {
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 0.4em;
}

.links > div {
	margin-bottom: 25px;
}

	.links p {
		display: block;
		clear: both;
	}

.ctnr-flex {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	width: 100%;
    align-items: stretch;
}

	.ctnr-flex .infobox {
		width: 100%;
        flex: 1;
        padding: 15px 20px 18px 20px;
	}

		.ctnr-flex .infobox:first-child {
            margin-right: 15px;
		}

	.infobox h4 {
		margin-bottom: .8rem;
        font-weight: 700;
	}

	.infobox p {
		font-size: 1.05rem;
        line-height: 1.4rem;
        letter-spacing: 0.01em;
	}

		.infobox p:last-child {
			margin-bottom: 0;
		}

	.infobox.color-white a, .infobox.color-white a:link, .infobox.color-white a:visited, .infobox.color-white a:hover, .infobox.color-white a:active {
        color: #fff;
        text-decoration: none;
	}

		.infobox.color-white a:hover {
            color: #fff;
            text-decoration: underline;
		}

	.infobox.color-black a, .infobox.color-black a:link, .infobox.color-black a:visited, .infobox.color-black a:hover, .infobox.color-black a:active {
        color: #000;
        text-decoration: none;
	}

		.infobox.color-black a:hover {
            color: #000;
            text-decoration: underline;
		}

/* ***** Styles for Tools & Application list ***** */
#toolsapps_body {
    width: auto;
    font-family: "JacobsChronos", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

    #toolsapps_body a, #toolsapps_body a:link, #toolsapps_body a:visited, #toolsapps_body a:active {
        text-decoration: none;
        color: #2d67c8;
    }

        #toolsapps_body a:hover {
            text-decoration: underline;
            color: #2d67c8;
        }

    #toolsapps_body #titlebar {
        width: auto;
        position: static;
        font-family: "JacobsChronos", Helvetica, Arial, sans-serif;
        font-size: 17px;
        background-color: #000;
        color: #ffffff;
        text-align: left;
        padding: 11px 0;
        text-indent: 9px;
        border: 1px solid #000000;
        letter-spacing: 0.035em;
    }

    #toolsapps_body #list {
        width: auto;
        background-color: #ffffff;
        list-style: none;
        margin: 0px;
        padding: 0 5px;
        cursor: pointer;
    }

        #toolsapps_body #list li {
            clear: both;
            margin-top: 10px;
            margin-bottom: 10px;
            list-style-type: none;
            height: auto;
        }

            #toolsapps_body #list li.viewall {
                font-family: "JacobsChronos", Helvetica, Arial, sans-serif;
                font-size: 16px;
                font-weight: bold;
                padding: 6px 5px 8px 5px;
                border-top: 1px solid #aaaaaa;
            }

.toggle-box {
    display: none;
}

    .toggle-box + label {
        cursor: pointer;
        display: block;
        line-height: 1.35em;
    }

        .toggle-box + label + div {
            display: none;
            margin-left: 27px;
            color: #000000;
        }

        .toggle-box + label + div > span {
            font-family: "JacobsChronos", Arial, Helvetica, sans-serif;
            font-weight: bold;
        }

    .toggle-box:checked + label + div {
        display: block;
    }

    .toggle-box + label:before {
        display: block;
        float: left;
        position: relative;
        top: -1px;
        background-color: #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 50%;
        border: 2px solid #000;
        color: #000;
        content: "+";
        font-size: 17px;
        font-weight: bold;
        line-height: 0.9em;
        text-align: center;
        margin-right: 7px;
        padding: 1px 3px 0 3px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .toggle-box:checked + label:before {
        content: "\2212";
    }

a.headerLink {
    color: #ffffff !important;
    text-decoration: none;
    margin-right: 8px;
}

    a.headerLink:hover {
        color: #ffffff;
        text-decoration: underline;
    }
hr {
	border-top: 1px solid rgba(0,0,0,.25);
}

/* ***** Media Queries ***** */
@media (max-width: 640px) {
    .ctnr-flex {
        flex-direction: column;
    }
    ul.j-list-inline li {
        margin-bottom: 15px;
    }
    #toolsapps_body #list li {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media(max-width:767px) {
	img {
		width: 100% !important;
		height: auto !important;
		margin-bottom: 20px;
	}

	article.body {
		width: 100% !important;
		margin: 0 20px !important;
		display: block;
		clear: both;
	}

		article.body img {
			width: 100% !important;
			height: auto !important;
		}
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

@media (max-width: 991px) {
	ul.j-list-inline li {
		float: none;
	}
}

