﻿/*
#336699 = rgb(51,102,153)
#C00000 = rgb(192,0,0)
#3D3C3A = rgb( 24, 23, 22 )  iridium
#1e90ff dodger blue
#005A9C  dodger uniform blue 
#EF3E42 uniform red 
#A5ACAF silver 
#E0E0E0 light silver common RGB = rgb( 224,224,224 )

target="_blank" rel="noopener noreferrer"
*/


/* Basic styling */

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  
  body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
  }
  head{

}
  
  ol, ul {
  /*	list-style: none; */
      list-style-type:disc;
      margin-left: 1em;
      padding-bottom:.5em
      
  }
  blockquote, q {
      quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
      content: '';
      content: none;
  }
  table {
      border-collapse: collapse;
      border-spacing: 0;
  }
    
  h1, h2, h3, h4, h5, h6 {
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  /*	font-weight:bold; */
  margin-top: .5em;
  margin-bottom: .5em;
  }
  
  h1{
      font-size:2em;
  }
  h2{
  color:#EF3E42;
      font-size:1.6em;
  }
  
  h3{
  color:#005A9C;
  line-height:1.9 em;
      font-size:1.4em;
  }
  h4{
  color:#3D3C3A; /* iridium*/
      line-height:1.7em;
      font-size:1.2em;
  }
  h5, h6{
     line-height:1.6em;
 	  font-size:1.1em;
/*    font-size: 16px; */
  }
  h6{color:#EF3E42;
}
  
  p, ul, ol,blockquote  {
  /*	font-family:Verdana, Geneva, Tahoma, sans-serif; */
      line-height:1.5em;
      margin-bottom:1em;
  }
    
  li{
	margin-left:2em;
	margin-bottom:.5em;
}

  blockquote{
      font-style:italic;
      padding-left:2em;
      padding-right:2em;
  }
  img{
      max-width:100%;
      height:auto;
  }
  
  
  .main-content {
    height: auto;
    margin: 0px;
    padding: 0px;
    display: -webkit-flex;
    display:         flex;
/*    -webkit-flex-flow: row; 
       flex-flow: row;      defined below */
       flex-direction: row;
  }
 
  .main-content a.hyperlink:visited {color:#c90 }
  .btn-group a.hyperlink:visited {color:white}
  .btn-group a.hyperlink{
        box-shadow: rgba(0,0,0,0.6) 0 0 8px;
  } 
   article {
      margin: 4px;
      padding: 5px;
      border: 1px solid black;
      border-radius: 10px;
     /* background: #5e71ff; */
      -webkit-flex: 3 1 60%;
      flex: 3 1 60%;
      -webkit-order: 2;
      order: 2;
    }
  
    aside {
        margin: 4px;
        padding: 5px;
        border: 1px solid black;
        border-radius: 10px;
        background: #E0E0E0;
        -webkit-flex: 1 6 25%;
               flex: 1 6 25%;
        -webkit-order: 3;
               order: 3;
    }
 
  .btn-group {
      
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-flow: row;
       flex-flow: row;
      flex-wrap: wrap;
      gap: .5em;
  }
  
  .btn-group a:link, a:visited {
    background-color: dodgerblue;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
  /*  display: inline-block; */
    border-radius:10px;
  }
  
  .btn-group a:hover, a:active {
    background-color: #C00000;
  }
  
footer {
    display: block;
    margin: 4px;
    padding: 5px;
    min-height: 100px;
    border: 1px solid black;
    border-radius: 10px;
    background: #005A9C;
}
footer p{
      text-align:center;
      color:white;
      font-size:smaller;
      font-weight:bolder;
}
footer a{
  /*	text-decoration:none;*/
      color:white;
  }
  footer a:hover{
      color:yellow;
  }
  figure {
    border: 4px #cccccc solid;
    padding: 4px;
    margin: auto;
    display:table;
    margin: 2em;
  }
  
  figcaption {
      background-color: #005A9C;
       color: white;
      font-style: italic;
      padding: 2px;
      display: table-caption;
      caption-side: bottom;
  /*	font-size: smaller; */
  }

.forty_wide {
    -webkit-flex: 1 6 40%;
           flex: 1 6 40%;
}  

  .style_bold {
                  font-weight: bold;
                  padding-right: 12px;
                  padding-left: 12px;
  }
  .style_italic {
      font-style: italic;
  }
  .style_underline {
      text-decoration: underline;
  }
  
  .hyperlink {
                  color: #0000FF;
                  font-weight: bold;
  /*				font-family: "Segoe UI Semibold";  */
                  text-decoration: none;
  }
  .back_to {
  /*	font-style: italic; */
  /*				color: #0000FF;*/
  color:blue;
                  font-weight: bold;
  /*				font-family: "Segoe UI Semibold";  */
                  text-decoration: none;
  /*	font-size: smaller; */
  }
  
  
  .indent {
  padding-left:2em;
  }
  .centered {
  text-align:center;
  }
  .small {
                  font-size: smaller;
  }
  .book_highlight{
                  background-color: yellow;
              
  }
  .blue_italic{
                  font-style: italic;
                  color: #0000FF;
              
  }
  .code_sample{	font-family: monospace;
                  font-size:smaller
              
  }
  .filpac_note {
                  font-family: Arial, Helvetica, sans-serif;
                  font-weight: bold;
                  color: maroon;
                  margin-left: 20px;
                  margin-right: 20px;
  }
  .faq_question {
	  font-family:Helvetica,Verdana, Geneva, Tahoma, sans-serif;
	  font-weight:bold ;
      background-color: #E0E0E0;
}
  .large_bold {
                  font-weight: bold;
                  font-size:larger 
  }
  
  .filpac_logo {
      font-family:Georgia, serif;
      font-weight: bold;
      font-size: xx-large;
  }
  .american_red{
      color:#E0162B;
      
  }
  
  .table_right_blue {
      text-align:right;
      color: #005A9C;
      font-weight:bolder;
  }
  .table_left_blue {
      text-align:left;
      color: #005A9C;
      font-weight:bolder;
  }
  .table_left_red {
      text-align:left;
      color: #C00000;
      font-weight:bolder;
  }
  
  .table_centered_blue {
      text-align:center;
      color: #005A9C;
      font-weight:bolder;
  }
  .table_right_purple {
      text-align:right;
      color:purple;
      font-weight:bolder;
  }
  .table_left_purple {
      text-align:left;
      color:purple;
      font-weight:bolder;
  }
  .table_centered_purple {
      text-align:center;
      color:purple;
      font-weight:bolder;
  }
  .table_centered_bold {
      text-align:center;
      font-weight:bolder;
  }
  .table_left_bold {
      text-align:left;
      font-weight:bolder;
  }
  

/*  nav {
    background: #005A9C;
    padding: 0 15px;
  }
*/  
  a {
    color: white;
    text-decoration: none;
/*    (doesn't work) target: _blank ;  /* opens in new tab */
/*    rel: noopener noreferrer ; /* security */
  }
  
  .menu,
  .submenu {
    list-style-type: none;
  }
  
  .logo {
    font-size:xx-large;
    font-weight:bold;
    padding: 4px 10.5px 4px 0;
  }
  
  .item {
    padding: 10px;
  }
  
  .item.button {
    padding: 9px 5px;
  }
  
/*
  .item:not(.button) a:hover,
  .item a:hover::after {
    color: #ccc;
  }
*/  
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  
  
/**  Menu **/

        #menu ul {
            margin: 0;
            padding: 0;
        }
        #menu .main-menu {
            display: none;
			font-family:Helvetica,Verdana, Geneva, Tahoma, sans-serif;
			background-color: #444;
			width: 100%;
			position: fixed;
			top: 0;
       }
        #tm:checked+.main-menu {
            display: block;
        }
        #menu input[type=checkbox], #menu ul span.drop-icon {
            display: none;
        }
        #toggle-menu{
            margin-bottom: 0 !important;
        }
        #menu li,
        #toggle-menu,
        #menu .sub-menu {
            border-style: solid;
            border-color: rgba(0, 0, 0, .05);
        }
        #menu li,
        #toggle-menu {
            border-width: 0 0 1px;
        }
        #menu li {
		      margin-left: 0;
		}
        #menu .sub-menu {
            background-color: #444;
            border-width: 1px 1px 0;
            margin: 0 1em;
        }
        #menu .sub-menu li:last-child {
            border-width: 0;
        }
        #menu li,
        #toggle-menu,
        #menu a {
            position: relative;
            display: block;
            color: white;
            text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
            text-decoration: none;
        }
        #menu {
            margin: auto;
        }
        #toggle-menu {
            background: #0c1b46;
        }
        #toggle-menu,
        #menu a {
            padding: .8em 1.5em;
        }
        #menu a {
            transition: all .125s ease-in-out;
            -webkit-transition: all .125s ease-in-out;
        }
        #menu a:hover {
            background-color: white;
            color: #09c;
        }
        #menu .sub-menu {
            display: none;
        }
        #menu input[type=checkbox]:checked + .sub-menu {
            display: block;
        }
        #menu .sub-menu a:hover {
            color: #444;
        }
        #toggle-menu .drop-icon,
        #menu li label.drop-icon {
            position: absolute;
            right: 0;
            top: 0;
        }
        #menu label.drop-icon,
        #toggle-menu span.drop-icon {
            padding: .8em;
            font-size: 1em;
            text-align: center;
            background-color: rgba(0, 0, 0, .125);
            text-shadow: 0 0 0 transparent;
            color: rgba(255, 255, 255, .75);
        }
 		.main-content { 
 		 -webkit-flex-flow: column;
 		 flex-flow: column;
		}
		
       @media only screen and (max-width: 1023px) {
            #menu {
            background-color: #09c;
            width: 100%;
            }
        }

        @media only screen and (min-width: 1024px) {
			.main-content { 
				-webkit-flex-flow: row;
				flex-flow: row;
 			}
            #menu .main-menu {
                display: block;
            }
            #toggle-menu,
            #menu label.drop-icon {
                display: none;
            }
            #menu ul span.drop-icon {
                display: inline-block;
            }
            #menu li {
                float: left;
                border-width: 0 1px 0 0;
            }
            #menu .sub-menu li {
                float: none;
            }
            #menu .sub-menu {
                border-width: 0;
                margin: 0;
                position: absolute;
                top: 100%;
                left: 0;
                width: 12em;
                z-index: 3000;
            }
            #menu .sub-menu, #menu input[type=checkbox]:checked + .sub-menu {
                display: none;
            }
            #menu .sub-menu li {
                border-width: 0 0 1px;
            }
            #menu .sub-menu .sub-menu {
                top: 0;
                left: 100%;
            }
            #menu .sub-menu .drop-icon {
                position: absolute;
                top: 0;
                right: 0;
                padding: 1em;
            }
            #menu li:hover > input[type=checkbox] + .sub-menu {
                display: block;
            }
        }

        @media only screen and (min-width: 1366px) {
            .wrapper {
                width: 1080px;
            }
        }
     /**  Menu **/
