/* Import baseline CSS */
@import "landing-baseline-px.css";

.wrapper-main-px {
    max-width: 1412px;
}
/*.CCC-main-headers h1
{
	color: #122635;
}*/
.herotitle2{
    padding-top: 2%;
    display: flex;
    flex-direction: row;
	justify-content: left;
padding-bottom: 0px;
}

.herosmall{
    font-size: 2rem;
    font-family: 'Roboto-Thin', sans-serif;
    color: #ffffff;
    line-height: 125%;
    padding-top: 0%;
    font-weight: normal;
    text-align:center;
    padding-bottom: 5%;
    display: flex;
    justify-content: center;
}
a:hover, a:link, a:visited {
    color: #474baf;
}
.DnnModule.DnnModule-DNN_HTML.DnnModule-12638 {
    overflow: hidden !important;
}

.sections{
  display:flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  width:100%;

}
/*.sections h1{
font-family: 'Teko-Light', sans-serif;
text-align: center;
color: #000000;
font-size: 4em;
}*/
.section-text h2{
  font-family: 'Teko-Medium',sans-serif;
  text-align: left;
  color: #4448AC;	
  font-size: 2.5rem;
  font-weight: bold;

}
.inner-section{
  display: flex;
  flex-direction: column;
  margin: 10px 40px;
  width: 35%;
  position: relative;
}
.inner-section2 {
    display: flex;
	justify-content: left;
}

.section-text
{
  font-size: 1.5rem;
  display:flex;
  flex-direction: column;
  justify-content: center;
  color: black;
  text-align: left;
  padding: 0px 14px 0px 14px;
  font-family: 'Roboto-Light',sans-serif;
  margin-bottom: 40px;

}

.caret-link .fa-angle-orange{
  color: #eeb331;
}

.btn-lg {
    padding: 10px 0 0 0;
    font-size: 2.3em;
}

.boxes{
  display:flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  min-height:350px;
  
}
.box-picture{
  margin: 0 auto;
}
.boxes-text h2{
  font-family: 'Roboto-Thin',sans-serif;
  font-size: 2.5rem;
  font-weight:500; 	
  line-height: 1;
}
/*h1{
  text-align:center;
  font-size: 4em;
}*/

/* change default color of links to white */
.whiteHyperlink a, .whiteHyperlink a:link, .whiteHyperlink a:visited {
    color: #ffffff;
}

.CCChero h1 {
    color: #ffffff;
    font-family: 'Teko-Bold', sans-serif;
	margin-bottom: 0px;
	text-align: center;
}
.CCChero .leftbox
{
max-width: 194px;
margin: 0 56px;
}
.CCChero .rightbox
{
width: 65%;
}
.CCChero .herosmall
{
	justify-content: left;
}

.CCCbodycontent1
{
	font-size: 1.65em !important;
	line-height: 40px;
}
.CCCbodycontent2
{
	font-size: 1.35em !important;
	line-height: 32px;
	margin-top: 36px;
}

.CCCbanner h3
{
	font-size: 2em;
	line-height: 40px;
	font-family: 'Roboto-Thin', sans-serif;
	margin: 0px;
}
.CCCbanner
{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	justify-content: center;
    width: 100%;
	padding: 38px 0;
}
.innerbannerText
{
	width: 69.56%;
	margin: 18px 18px 18px 0;
}
.innerbannerButton
{
	width: 8%;
	margin: 18px 18px 18px 0;
}
.innerbannerButton .btn
{
    background-color: #A61E30;
    border: 1px solid #BF3B33;
}
.innerbannerButton .btn:hover, .innerbannerButton .btn:active
{
	border: 1px solid #bde387;
}
.ccc-blu-btns .btn
{
    background-color: #122635;
    border: 1px solid #3D5760;
}
.ccc-blu-btns .btn:hover
{
    background-color: #A61E30;
	color: #ffffff;
	font-weight: normal;
}
.ccc-blu-btns .btn:active, .ccc-blu-btns .btn:focus
{
    background-color: #A61E30;
	color: #ffffff;
	font-weight: normal;
}
.ESFSection
{
	margin-top: 144px;
	margin-bottom: 144px;
}
.ESFSection h1, .DIBTopSection h1, .RelationshipSection h1, .CCCpartnership h1{
	font-family: 'Teko-Bold', sans-serif;
	text-align: left;
	margin-bottom: 36px;
    margin-top: 0px;
    color: #ffffff;
}
.ESFSection .rightbox
{
width: 50.24%;
margin: 0px;
}

.ESFSection .leftbox
{
width: 23.75%;
margin-right: 72px;
margin-left: 0px;
}

.ESFSection .btn
{
    background-color: #122635;
    border: 1px solid #3D5760;
}

.FAQSection
{
margin-top: 128px;
margin-bottom: 36px;
}

.CCCcertification ul {
  list-style: none; /* Remove default bullets */
}
.CCCcertification ul li{
  /*padding-bottom: 10px;*/
color: #ffffff;
}

.CCCcertification ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #0095C9; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size: 1.6em;
  vertical-align: text-top;
}

/*.quote-bg-image
{
	background-image: url("https://media.defense.gov/2025/Mar/05/2003656520/-1/-1/0/250305-D-IM742-007.PNG"), url("https://media.defense.gov/2025/Mar/05/2003656525/-1/-1/0/250305-D-IM742-008.PNG");
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	background-color: #e6ebee;
	background-size: 35%, 15%;
}*/
.quote-img-shadow img
{
	filter: drop-shadow(0px 0px 50px #000000);
}
.wrap-quote-section .leftbox
{
	width: 30%;
}
.wrap-quote-section .rightbox
{
	width: 70%;
}
.wrap-quote-section .ccc-attribution
{
	font-size: .9em;
}
/* Boxes with header overlapping image */
.title-over h3
{
	font-family: 'Roboto-Bold', sans-serif;
	padding-left: 10px;
	margin-bottom: 0;
	color: #ffffff;
	line-height: normal;
}
.box-img-top
{
	position: relative;
}
.boxes .title-ldash
{
	position: absolute;
	bottom: 10px;
	border-left: 10px solid #eeb331;
}

/*========= List of Icons =========*/
.wrapper-list-icons
{
    margin: 100px 36px;
}
.wrapper-list-icons ul
{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
}
.wrapper-list-icons li
{
    margin: 10px;
}
/* Font Aewsome Icons */
.icons-fonta ul a
{ 
	display: flex;
    justify-content: center;
    border-radius: 50%;
    background-color: #3f3f3f;
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
	font-size: 1.5em;
}
.icons-fonta i
{ 
	color: #ffffff;
}
/* img Icons */
.icons-img ul a
{
    display: inline-block;
}
.icons-img li
{
	width: 50px;
}
/* Animate icons */
.animate-icons li
{
	transition: .3s ease-in-out;
}
.animate-icons ul li:hover
{
    transform: scale(1.1);
}

/********************
Media Break Points
********************/
@media (max-width: 1000px){
.inner-section {
	width: 100%;
}
.herosmall{
	padding-left: 10px;
	padding-right: 10px;
}
.CCCbanner
{
	flex-direction: column;
	align-content: center;
}

.CCChero h1
{
    font-size: 3em;
}
.wrap-quote-section .leftbox {
	width: 70%;
}
}

@media (max-width: 1300px){
.CCChero .rightbox
	{
		margin: 0px 36px;
		width: 100%;
	}
}
