@font-face {
    font-family: Rubik;
    src: url(/fonts/Rubik-VariableFont_wght.ttf);
}
*{
    font-family: 'Rubik', sans-serif, sans serif
}

  @media print {
    	.header { font: 14px 'Rubik', sans-serif; background-color: #213F5C !important; color: white !important; -webkit-print-color-adjust: exact; }
    	.subheader { font: 12px 'Rubik', sans-serif; background-color: #D56A47 !important; color: white !important; -webkit-print-color-adjust: exact; }
    	.content-area { font: 12px 'Rubik', sans-serif; }
	 	.outer, .logo { width: 100% !important}
    	h5 { display: block; page-break-before:always }
    	td font b, td b { font: bold 12px 'Rubik', sans-serif; }
    	tr td { font: normal 11px 'Rubik', sans-serif; }
    	.hideforprint { display: none; }
  }
  body {
      font-family: 'Rubik', sans-serif;
      font-size: .85rem;
  }
  td  { font-size: .80rem }
  div { margin-top: 5px}
  .logo { width: 95%; margin: 1px auto; }
  .outer { margin: auto}
  .header { font-weight:bold; background-color: #213F5C; color: white; text-align: center; padding: 4px; margin-top: 0px; }
  .subheader { font-weight:bold; border-bottom: 1px solid #213F5C; background-color: #D56A47; color: white; text-align: center; padding: 4px; margin-top: 0px; }
  .nav-tabs { border-bottom : none; }
  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #e9ecef #e9ecef #dee2e6;
      background-color: #D58048;
  }
  .content-area { padding: 1rem; }
  .content { margin-top: 16px }
  .centered { text-align: center }
  div.right { text-align: right }
  div.indent1 { margin-left: 20px; }
  .tinted  {
    background-color: #86898A;
    color: white;
    padding: 4px;
    margin-top: 0px;
  }
  div.title { font-weight:bold; background-color: #213F5C; color: white; padding: 4px; margin-top: 0px; }
  span.label, span.col-label { display: inline-block; width: 30% !important; vertical-align: top;}
  span.label-narrow { display: inline-block; width: 25% !important; vertical-align: top;}
  span.label-wide { display: inline-block; width: 45% !important; vertical-align: top;}
  span.value { display: inline-block;}
  span.logo-text-right { float: right;}
  span.cols { display: inline-block; overflow:hidden; }
  span.showForTablet, span.showfortablet { display:none; }

   input.signature { font:italic 12px 'Rubik', sans-serif}
  .btnSubmit { border: 3px solid #213F5C }
  .underlined {border-bottom: 1px solid; }
  .instruction { color: #213F5C; font-size: smaller }
  .redBox { outline: thin solid red; }
  a.inherit { color:inherit}
  li { margin-top: 4px; }
  .airow:nth-child(odd) { background-color: rgba(0,0,0,.05); }

  .button {
      background-color: #213F5C; /* Orange */
      border: none;
      border-radius: 8px;
      color: white;
      padding: 8px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 12px;
      margin: 1px 0px;
      cursor: pointer;
  }
  .mini {
      border-radius: 4px;
      padding: 4px;
      font-size: 10px;
      margin: 0px 0px;
  }
  .button:disabled, .mini:disabled {
	  background-color: #E39B4F; /* light orange */
      color: grey;
  }

  .bg-ash {
  	  border: 1px solid #213F5C;
      background-color: #86898A;
  }

  @media only screen and (max-width: 999px) {
   	body { font-size: .80rem; }
   	td  { font-size: .75rem }
   	span.cols { display: inline-block; width: 100% !important; border-bottom: 1px solid lightgray;}
   	span.showForTablet, span.showfortablet { display:inline-block }
  	span.label, span.label-narrow, span.label-wide { width: 100% !important; }
  	span.col-label { float: left }
	span.value, span.cascade { display:block }
	span.col-value { display: block; overflow: hidden }
	textarea { width: 100%}
	.hideForTablet, .hidefortablet { display: none; }
	.diarytabs { background-color: #444; }
	.diarytab { font-size: 1.1rem; line-height: 30px; height: 30px; border-bottom: 1px solid #86898A;display: block;  }
	.diarytab a { text-decoration: none; color: #fff; display: block; transition: .3s background-color;	}
	.diarytab a:hover {	background-color: #E39B4F; }
	.diarytab a.active { background-color: #213F5C; color: #fff; cursor: default; }
  }
  @media only screen and (max-width: 499px) {
    body { font-size: .75rem; }
   	td  {font-size: .70rem }
   	span.col-label { width: 100% !important; }
   	span.col-value { display: inline; }
   	input[type=text]{width: 80%} select{width:80%} span.logo-text-right{display:block;float:none;}
  }
  textarea {
      box-sizing: border-box;
      max-width: 100%;
      width: 100%;
  }
  .aibg-primary {
    background-color: #213F5C
  }

  .aibg-secondary {
    background-color: #D56A47
  }

  .aibtn-primary {
    color: #fff;
    background-color: #213F5C;
    border-color: #213F5C;
  }

  .aibtn-secondary {
    color: #fff;
    background-color: #D56A47;
    border-color: #D56A47;
  }

  .nomoreforms-text-blue {
  	color: #213F5C
  }

  .nomoreforms-text-light-blue {
  	color: #4397CB
  }

  footer {
      bottom: 0;
      width: 100%;
      background-color: #3c3e41;
      color: #fff;
      padding-top: 1rem;
  }

  .img-responsive{
    width: fit-content;
  }