html, body { color: #000; font-family: acumin-pro, sans-serif; font-style: normal; -webkit-font-smoothing: antialiased; }
.container { padding: 0; width: 100%; }
.row { margin: 0; }
.row > div { padding: 0 1.5% 12px; }
.content { width: 100%; }
.vertical-center > div { float: none; display: inline-block; margin-left: -.5%; vertical-align: middle; }
.vertical-center > div:first-of-type { margin: 0; }

/* Acumin Pro Fonts
Acumin Pro Bold
font-family: acumin-pro, sans-serif;
font-weight: 700;
font-style: normal;

Acumin Pro Italic
font-family: acumin-pro, sans-serif;
font-weight: 400;
font-style: italic;

Acumin Pro Medium
font-family: acumin-pro, sans-serif;
font-weight: 500;
font-style: normal;

Acumin Pro Regular
font-family: acumin-pro, sans-serif;
font-weight: 400;
font-style: normal; 

Futura PT Medium
font-family: futura-pt, sans-serif;
font-weight: 500;
font-style: normal;*/

/* Links */
a { transition: background-color .2s, color .2s; }
a:hover,
a:focus { text-decoration: none; }
.button { background-color: #c47; border-radius: 14px; border: 0; color: #fff; display: inline-block; letter-spacing: .05em; margin-top: 12px; padding: 4px 16px; transition: background-color .2s; }
.button:hover { background-color: #b16; color: #fff; }
.button:focus { color: #fff; }

/* Headers */
h1 { font-size: 3.3em; margin: 30px 0 22px; font-weight: 700; color:#fff;}
h2 { font-size: 2.2em; margin: 12px 0 0; font-weight: 400; color:#fff;}
h3 { font-size: 1.8em; margin: 28px 0 0; font-weight: 700;}
h4 { font-size: 1.6em; margin: 28px 0 0; font-weight: 550;}
h5 { font-size: 1.4em; margin: 26px 0 0; font-weight: 400;}
h6 { font-size: 1.3em; margin: 26px 0 0; }

/* Paragraphs & Lists */
p { line-height: 1.5em; margin: 16px 0 6px; font-style: normal;}
ul, ol { margin: 16px 0 10px; }
li {  line-height: 1.4em; margin-bottom: 8px; }

/* Forms */
form { margin: 18px 0; }
label { display: block; margin: 10px 0 8px; width: 100%; }
input[type="text"] { margin-bottom: 8px; padding-left: 3px; width: 100%; }
textarea { height: 80px; margin-bottom: 8px; padding: 3px 5px; resize: none; width: 100%; }
input[type="checkbox"],
input[type="radio"] { margin: 0 4px 0 2px; }
input[type="checkbox"] + label,
input[type="radio"] + label { display: inline-block; margin-right: 14px; position: relative; top: -1px; width: auto; }
input[type="submit"],
input[type="reset"] { background-color: #c47; border-radius: 14px; border: 0; color: #fff; letter-spacing: .05em; margin-top: 14px; padding: 4px 16px; transition: background-color .2s; }
.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover { background-color: #b16; }

/* Tables */
table { border: 2px solid #333; border-width: 0 2px 2px 0; margin: 14px 0; width: 100%; }
table tr th { border: 2px solid #333; border-width: 0 2px 2px 0; padding: 2px 4px; }
table tr td { border: 1px solid #333; border-width: 0 1px 1px 0; padding: 2px 4px; }
table tr:nth-of-type(even) { background-color: #eee; }

/* Accordion  (can remove if not needed)*/
.accordion-header { cursor: pointer; }
.accordion-header i { font-size: .7em; margin-left: 12px; transition: transform .45s; vertical-align: middle; }
.opened .accordion-header i { transform: rotate(180deg); }
/* .accordion > div { padding: 3px 0; } */

/* Modal Window   (can remove if not needed)*/
#modal-window { height: 100%; left: 0; position: fixed; top: -100%; transition: top .95s; width: 100%; }
#modal-window.showing { top: 0; }
#modal-window > span { background-color: rgba(0,0,0,.75); cursor: pointer; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
#modal-window > span > span { color: #fff; font-size: 3em; line-height: .6em; padding: 13px 15px; position: absolute; right: 0; top: 0; transition: color .2s; }
#modal-window > span > span:hover { color: #ddd; }
#modal-window > div { background-color: #fff; border: 1px solid #333; box-shadow: 1px 63px 58px 0 #111; height: 78%; margin: -84px auto 0; padding: 12px 16px; position: relative; transition: 1s ease-in-out .1s; width: 70%; }
#modal-window.showing > div { box-shadow: 4px 13px 28px 0 #111; margin-top: 60px; }

/*********************************************/
/******   Custom CSS  ************************/
/*********************************************/

/* Nav & Header Banner */
#header-nav {height:100px; padding: 30px 0; -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
     -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
     box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25); position: relative; z-index: 10;}
.header-half {width: 50%; height: 50px; float: left; padding: 0 2%;}
#header-right {background-color: pink;}
#header-right ul li {font-family: futura-pt, sans-serif;
     font-weight: 500; font-style: normal; list-style-type: none; display:inline-block; padding: 2px 0px;}
/* #header-right ul li div {height: 40px; width: 10px; background-color:red; display:inline-block; } */

img#header-logo {height: inherit;}
#header-banner {background-image: url(../images/header-banner.jpg);
     height: 300px;
     background-size: cover;
     background-position: center;
     position: relative;
}
#header-banner .header-padding {padding-left: 80px; padding-top: 63px;}
#header-banner div#banner-stripe {background-color:#FBCA11; height: 5px; position: absolute; bottom: 0; width: 100%;}

/* Content */
.content {padding: 40px 50px;}

/* Accordian */
li {width: auto;}
ul {list-style-type: none !important;}

.accordion {
     background-color: transparent;
     color: #444;
     cursor: pointer;
     width: 100%;
     text-align: left;
     border: none;
     outline: none;
     transition: 0.4s;
   }

   button.accordion {padding:0px;}

   /* Arrow button */
button.accordion:before {
        content: '';
        float: left;
        display: inline-block;
        position: absolute;
          width: 0; 
          height: 0; 
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          border-left: 8px solid #72A441;
          
          
   }
   
   button.active:before {
        content: '';
        float: left;
        display: inline-block;
        position: absolute;
          width: 0; 
          height: 0; 
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-top: 8px solid #72A441;
          margin: 4px 0px 0px -3px;
   }
     
.accordion-text {
     padding-left: 15px;
}
   
   /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
   /* .active, .accordion:hover {
     background-color: #ccc;
   } */
   
   /* Style the accordion panel. Note: hidden by default */
   .panel {
     padding: 0 18px;
     background-color: white;
     max-height: 0;
     overflow: hidden;
     transition: max-height 0.2s ease-out;
     box-shadow: none;
     margin-bottom: 0px !important;
}

li p.new {background-color: red; color:#fff; margin-right: 2px;padding: 1px 2px; 
     width:fit-content; display: inline-block;}

  
     



/* Lists Styling -- Old*/
   /* .list-panel a {padding: 5px 0px;}
   li {width: max-content;}
   .list-panel ul {list-style-type: none;}
   .list-panel ul li a:before {
     content: '';
     
      -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
       -o-transition: all 300ms ease-in-out;
       transition: all 300ms ease-in-out;
     }
     
     .list-panel ul li:hover a:before {
     content: '';
     display:inline-block;
     position: absolute;
               border-top: 8px solid transparent;
               border-bottom: 8px solid transparent;
               border-left: 8px solid #72A441;
               float: left;
               padding-right: 10px;
     } 
     .list-panel ul li a:before {
          content: '';
          
           -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
          } */

     


   /* Footer */

   .footer {width: 100%; height: 60px; background-color: #303030;}
/*********************************************/
/****** Media Queries ************************/
/*********************************************/
/* Add more queries as needed; 992px is the column breakpoint for "medium"  columns in Bootstrap */

@media screen and (max-width: 992px) {
     .vertical-centered > div { margin: 0; }
     h1 { font-size: 2.2em; margin: 20px 0 6px; }
     h2 { font-size: 1.7em; margin: 12px 0 0; }
     h3 { font-size: 1.4em; margin: 20px 0 0; }
     h4 { font-size: 1.3em; margin: 28px 0 0; }
     h5 { font-size: 1.2em; margin: 26px 0 0; }
     h6 { font-size: 1.1em; margin: 26px 0 0; }
     p, li { font-size: .9em; line-height: 1.3em; }
     .button { font-size: .8em; border-radius: 12px; padding: 4px 12px 3px; }
     table tr { font-size: .8em; padding: 2px; }

     #modal-window > span > span { font-size: 1.8em; padding: 8px; }
     #modal-window > div { font-size: .9em; height: 85%; padding: 8px 10px; width: 90%; }
     #modal-window.showing > div { margin-top: 34px;  }
}

/* Add if printing is necessary */
@media print {

}