/*
	Theme Name: DHS Solicitations Theme
	Theme URI: http://kimberlyshollwebdesign.com
	Description: Blank WordPress Theme
	Version: 1.4.3
	Author: Kimberly Sholl
	Author URI: http://kimberlyshollwebdesign.com
	Tags: Blank, HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:normal 16px/1.4 'Montserrat', sans-serif;
	color:#000000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#2884c5;
	text-decoration:none;
}
a:hover {
	color:#b67d14; text-decoration: none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
button:hover {background-color: #b67d14; border: 2px solid #b67d14;}
.offsetAnchor {padding-top: 70px;}
i {
	font-family: 'Lora', serif;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	/*max-width:1280px;
	width:95%;*/
	margin:0 auto;
	position:relative;
	/*padding: 20px;*/
}
/* header */
.header {padding: 40px 50px;}

/* logo */
.logoHome {
	text-align: center;
	background-image: url(/wp-content/themes/dhsSolicitations/img/logoHeaderLong.jpg);
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -8%;
    position: relative;
    z-index: -1;
    background-position: center;
}
.logoSingle {
	text-align: center;
	background-image: url(/wp-content/themes/dhsSolicitations/img/logoHeaderLongSingle.jpg);
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -8%;
    position: relative;
    z-index: -1;
    background-position: center;
}
.logo-img {max-width: 100px; margin-top: -70px;}

/* nav */
.navWrap {padding-top: 15px;}
.nav {width: auto; /*float: left;*/}
.nav ul {list-style: none; margin-bottom: 0; padding-left: 0;}
.nav ul li {float: left; margin-right: 20px; margin-bottom: 0;}
.nav ul li a {font-size: 14px; color: #000000; font-family: 'Montserrat', sans-serif; font-weight: 700; text-decoration: none; text-transform: uppercase;}
.nav ul li a:hover {padding-bottom: 5px; text-decoration: none; border-bottom: 2px solid #2884c5;}
.nav .current_page_item {padding-bottom: 2px; text-decoration: none; border-bottom: 2px solid #2884c5;}

/* mobile nav */
#shiftnav-toggle-main {background: #ffffff;}
button.shiftnav-toggle:hover {background-color: transparent; border: none;}
.shiftnav .fa, .shiftnav-toggle .fa {font-size: 30px; color: #2884c5;}

/* search bar */
.search-bar {text-align: right; padding-top: 15px;}
input[type="search"] {padding: 5px 10px; font-family: 'Lora', serif; font-style: italic;}
input[type="search"]::-webkit-input-placeholder {font-style: italic;}
[type=submit], button {padding: 5px 10px; background-color: #2884c5; color: #ffffff; border: 2px solid #2884c5; font-weight: bold;}
[type=submit]:hover {background-color: #b67d14; border: 2px solid #b67d14;}

/* hero */
.heroTxt {text-transform: uppercase; text-align: center; margin: 50px 0 10px; padding: 0 20px;}
.heroTxt h2 {font-weight: 600;}
.heroTxt h1 {font-size: 40px; font-weight: 800; margin-top: 10px; margin-bottom: 10px;}
.heroLine {
	background-image: url(/wp-content/themes/dhsSolicitations/img/heroLine.png);
	height: 3px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	margin: 0 auto 20px;
	max-width: 900px;
}
.heroSubTxt {text-align: left; max-width: 900px; margin: 0 auto 150px; font-style: italic; font-weight: 100; padding: 0 40px;}
.heroSubTxt h2 {font-family: 'Lora', serif; font-style: italic; font-weight: 400;}

/* main */
main {padding: 20px; background-color: #f1f3f5;}
section {max-width: 900px;}

/* footer */
.footer .row {display: flex; align-items: center;}
.footerImg {
	background-image: url(/wp-content/themes/dhsSolicitations/img/footerImg.png);
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #f1f3f5;
	margin-bottom: -1px;
}
.footer {background-color: #0d394e; min-height: 200px; padding: 50px;}
.footerLogo {margin-bottom: 0;}
.footerLogo img {max-width: 100px;}
.footerLinks {color: #ffffff; text-align: left; padding-left: 40px;}
.footerLinks ul {list-style: none; margin-left: 0; margin-bottom: 0; padding-left: 0; text-transform: uppercase; font-size: 12px; font-weight: 700;}
.footerLinks a {color: #ffffff;}
.footerLinks a:hover {color: #b67d14;}
.footerCaps {font-size: 17px; text-transform: uppercase; font-weight: 700;}
.footerSm {margin-bottom: 0; font-size: 12px;}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* homepage */
section.homepage {margin: -150px auto 0;}
.postBox {background-color: #f1f3f5; padding: 20px 20px 0;}
.postBox article {background-color: #ffffff;}
.leftSide {
	background-image: url(/wp-content/themes/dhsSolicitations/img/verticalLine.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
	padding: 20px 0 20px 40px;
}
.leftSide h2 {margin-bottom: 20px; font-weight: 700;}
.leftSide .qa, .leftSide .rf {font-size: 14px;}
.leftSide .intFull {display: flex; width: 100%; margin: auto; min-height: 170px;}
.leftSide .intSub {margin: auto; text-align: left; width: 100%;}

.rightSide {padding: 20px 40px 20px 0;}
.rightSide p {margin-bottom: 0;}
.rightSide .postLine {
	background-image: url(/wp-content/themes/dhsSolicitations/img/postLine.png);
    height: 3px;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 20px;
    background-position: center;
}
.rightSide .rd, .rightSide .dd {font-size: 14px;}
.rightSide .intFull {display: flex; width: 100%; margin: auto; min-height: 170px;}
.rightSide .intSub {margin: auto; text-align: left; width: 75%;}
.pagination {display: block; text-align: center; margin: 20px auto 100px;}
.page-numbers {margin-right: 10px; font-weight: 700;}
.page-numbers:last-child {margin-right: 0;}
a.next, a.prev {background-color: #2884c5; padding: 5px 10px; color: #ffffff;}
a.next:hover, a.prev:hover {background-color: #b67d14; padding: 5px 10px; color: #ffffff; text-decoration: none;}
.postBoxSubTxt {text-align: left; max-width: 900px; margin: 0 auto 50px; font-style: italic; font-weight: 100;}
.postBoxSubTxt h2 {font-family: 'Lora', serif; font-style: italic; font-weight: 400;}

/* post single */
/*body.single .wrapper {background-color: #f1f3f5;}*/
section.single {margin: 30px auto 100px;}
section.single h1 {text-transform: uppercase; font-weight: 800; font-size: 40px; margin-top: 0;}
.solText {padding-right: 60px; line-height: 1.6;}
.solText p {font-family: 'Lora', serif; margin-bottom: 40px; font-style: italic; font-size: 20px;}
.solLinks {padding-left: 30px;}
.solLinks p {margin-bottom: 40px;}
.solLinks h3 {font-size: 20px; font-weight: 700;}

/* faqs */
#faqs .heroSubTxt {padding: 0;}
.faqTitle {max-width: 940px; margin: 50px auto 0; text-transform: uppercase; font-weight: 700; padding: 0 20px;}
.faqTitle h1 {font-weight: 800; font-size: 40px; margin-top: 0;}
.heroSubTxtFAQ {font-family: 'Lora', serif; text-align: left; max-width: 940px; margin: 0 auto; font-style: italic; font-weight: 100; padding: 0; background: #ffffff;}
.faqHeading {max-width: 940px; margin: 0 auto 20px; padding: 0 20px;}
.faqHeading h2 {font-family: 'Lora', serif; font-weight: 100; font-size: 20px; line-height: 1.6;}
section.singleFAQ {margin: 50px auto 100px; max-width: 940px;}
section.singleFAQ h1 {text-transform: uppercase; font-weight: 700;}
.faqWrap {margin: auto !important; max-width: 1080px; text-align: left;}
.faqMenu {display: flex; padding-left: 0;}
.faqMenu ul {list-style: none; padding: 0;}
.faqMenu ul li {display: inline-block; margin: 0 20px 0 0; padding: 0;}
.faqMenu ul a {text-decoration: none; color: #2884c5; font-weight: 700;}
.faqMenu ul a:hover {color: #b67d14;}
.faqContent {max-width: 1080px; margin: auto; padding: 0;}
.faqSectionWrap h2 {font-weight: 700; padding-top: 50px; padding-left: 20px; margin-top: 20px; margin-bottom: 20px;}
.faqSectionWrap ol, .faqSectionWrap ul {margin: 0 0 0 20px;}
.faqSectionTitle h2 {
	font-weight: 700;
    padding-left: 20px;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
}
.itemWrap {   
	background-color: #ffffff;
    padding: 20px;
    background-image: url(/wp-content/themes/dhsSolicitations/img/heroLine.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 95%;
	font-size: 14px;
}
.itemWrap p, .itemWrap ul li {font-size: 14px;}
div.itemWrap:last-of-type {background-image: none;}
.faqButtonWrap {margin: 40px auto 0; text-align: center;}


.accordion-button {
	padding: 20px 30px;
	font-weight: 400;
	border-radius: 10px;
	font-size: 18px;
    font-family: 'Lora', serif;
    font-style: italic;
	border: 1px solid #ffffff;
	color: #000000;
}
button.accordion-button:hover {background-color: #ffffff; border: 1px solid #b67d14; color: #b67d14;}
.accordion-button::after {
	width: 25px;
	height: 25px;
	background-size: 20px;
	background-image: url(/wp-content/themes/dhsSolicitations/img/chevron-down-regular.png);
	background-position: center;
}
.accordion-button:hover::after {
	width: 25px;
	height: 25px;
	background-size: 20px;
	background-image: url(/wp-content/themes/dhsSolicitations/img/chevron-down-hover.png);
	background-position: center;
}
.accordion-button:not(.collapsed)::after {
	width: 25px;
	height: 25px;
	background-size: 20px;
	background-image: url(/wp-content/themes/dhsSolicitations/img/chevron-down-regular.png);
	background-position: center;
}
.accordion-button:not(.collapsed):hover::after {
	width: 25px;
	height: 25px;
	background-size: 20px;
	background-image: url(/wp-content/themes/dhsSolicitations/img/chevron-down-hover.png);
	background-position: center;
}
.accordion-button:focus, .accordion-button:focus-visible {border:1px solid #ffffff; box-shadow: none;}
.accordion-button:not(.collapsed) {color:#000000; background-color: transparent; box-shadow: none;}
.accordion-item, .accordion-item:last-of-type, .accordion-item:not(:first-of-type), .accordion-item:first-of-type {/*border: 1px solid #000000;*/ border-radius: 10px; margin-bottom: 20px;}
.accordion-header {border-radius: 10px;}
.accordion-item:last-of-type .accordion-button.collapsed, .accordion-item:first-of-type .accordion-button {border-radius: 10px;}
.accordion-body ul li a {text-decoration: underline;}


/* Sticky Bar */
.stickyWrap {
    margin: 0 auto -50px;
    max-width: 940px;
    height: auto;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}
.stickyWrap.sticky {
	max-width: 100%;
	padding: 15px 40px;
}
.sticky {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-shadow: 0 8px 6px -6px #B8B8B8;
  -moz-box-shadow: 0 8px 6px -6px #B8B8B8;
  box-shadow: 0 8px 6px -6px #B8B8B8;
  border: none;
}
.stickyBackground {
	background-color: #ffffff;
	width: 100%;
	margin: 0;
}
.stickyBackground p {
  font-size: 18px;
  font-weight: bold;
}

/* search */
section.singleSearch {margin: 50px auto 100px;}
section.singleSearch h1 {text-transform: uppercase; font-weight: 700; margin-left: 20px;}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:1500px) {
	.logo {margin-top: -5%;}
}
@media only screen and (max-width:950px) {
	.footerLinks {padding-left: 80px;
}
@media only screen and (max-width:767px) {
	.search-bar {padding-top: 25px;}
	.leftSide {background: none; padding: 20px;}
	.leftSide .intFull {display: block; min-height: auto;}
	.rightSide {padding: 20px;}
	.rightSide .intFull {display: block; min-height: auto;}
	.rightSide .intSub {width: 100%;}
	.rightSide .postLine {display: none;}
	.footerLogo {text-align: center; margin-bottom: 40px;}
	.footerLinks {text-align: center; padding-left: 0;}
	.solText {padding: 0 10px; margin-bottom: 40px;}
	.solLinks {padding: 0 10px;}
	.sticky {display: none;}
}
@media only screen and (max-width:480px) {
	input[type="search"] {max-width: 170px;}
	.heroTxt h1 {font-size: 35px;}
}
@media only screen and (max-width:379px) {
	.header {padding: 40px 20px;}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
