/* =========================================
   BASE RESET + GLOBAL
========================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #ffffff;
  font-size: 20px;
  line-height: 26px;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

/* =========================================
   LINKS
========================================= */

a {
  color: #003333;
  text-decoration: none;
}

a:hover {
  color: #cc0000;
  text-decoration: underline;
}


/* =========================================
   HEADINGS
========================================= */

h1 {
  font-size: 26px;
  line-height: 30px;
  color: #990000;
  margin: 0 0 10px;
}

h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #5f5f5f;
  margin: 0 0 10px;
}

h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #666;
  margin: 0 0 10px;
}

p {
  margin: 0 0 1.5em;
}


.ipdintrotextred {
	font-family: Arial Black, Arial Bold;
	font-size: 20px;
	font-style: bolder;
	line-height: 28px;
	font-weight: bolder;
	color: #1066A5;
}


.ipdblueheadings {
	font-family: Arial Black, Arial Bold;
	font-size: 20px;
	font-style: bolder;
	line-height: 28px;
	font-weight: bolder;
	color: #1066A5;
}

.detailstitle {
	font-family: Arial;
	font-size: 38px;
	line-height: 50px;
	font-weight: normal;
	color: #030423;
	margin: 0; padding: 0;
}


a.redlargetextlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #990000;
}
a.redlargetextlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #990000;
}
a.redlargetextlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #990000;
}
a.redlargetextlink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #990000;
}



/* =========================================
   WRAPPER
========================================= */

.wrapper {
  width: 95%;
  margin: 0 auto;
}

@media (min-width: 920px) {
  .wrapper {
    max-width: 90%;
  }
}

/* =========================================
   GRID SYSTEM (12 COLUMN FLOAT GRID)
========================================= */

.row {
  margin-left: 15px;
  margin-right: 15px;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Increase horizontal padding between columns */
[class^="grid_"] {
  float: left;
  padding: 0 15px; /* was 0 5px */
  margin-bottom: 10px;
  min-height: 1px;
}

/* Desktop widths */
@media (min-width: 920px) {

  .grid_1  { width: 8.333%; }
  .grid_2  { width: 16.666%; }
  .grid_3  { width: 25%; }
  .grid_4  { width: 33.333%; }
  .grid_5  { width: 41.666%; }
  .grid_6  { width: 50%; }
  .grid_7  { width: 58.333%; }
  .grid_8  { width: 66.666%; }
  .grid_9  { width: 75%; }
  .grid_10 { width: 83.333%; }
  .grid_11 { width: 91.666%; }
  .grid_12 { width: 100%; }

}

/* Mobile stack */
@media (max-width: 768px) {
  [class^="grid_"] {
    width: 100% !important;
    float: none !important;
  }
}

/* =========================================
   CONTENT LAYOUT
========================================= */

#content {
  margin: 10px 0;
}

@media (min-width: 920px) {

  #content {
    float: left;
    width: 65%;
  }

  #content.wide-content {
    float: none;
    width: 100%;
  }

  aside {
    float: right;
    width: 30%;
    margin: 40px 0;
  }
}

/* =========================================
   GALLERY
========================================= */

.gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.gallery3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

@media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* =========================================
   FOOTER GRID
========================================= */

.ipdfooter {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .ipdfooter {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =========================================
   SEARCH
========================================= */

.search-form {
  display: flex;
  align-items: center;
  max-width: 400px;
  width: 100%;
}

.search-box {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}

.search-btn {
  padding: 8px 14px;
  border: none;
  background: #c1131d;
  color: #fff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.search-btn:hover {
  background: #a50f18;
}

/* =========================================
   NAV HEADER (Clean Version)
========================================= */

.ipd-main-header {
  background: #0f3d59;
  padding: 6px 0;
}

.ipd-main-header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu {
  display: flex;
}

.menu li a {
  padding: 8px 16px;
  color: #fff;
}

.menu li a:hover {
  background: #9c0f17;
}

/* =========================================
   UTILITY BAR
========================================= */

.ipd-utility-bar {
  background: #4a7abc;
  font-size: 13px;
  color: #fff;
  padding: 5px 0;
}

.ipd-utility-bar a {
  color: #fff;
}

/* =========================================
   SIMPLE SECTION BLOCK
========================================= */

.section {
  width: 100%;
  padding: 40px 0;
  background: #fff;
}









