<style>
<body>


<!--TAW style.css-->

 {  
  width: 960px;
  background-color:#000000;
  font-family: Noto Sans, Myriad Web Pro, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  }
  
HTML, body {
  min-height: 101%;
  }
  
TD
  {
  font-family: Noto Sans, Myriad Web Pro, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #444444;
  }

A:link
{
color: #002664; text-decoration: none;
}
A:active
{
color: #002664; text-decoration: none;
}
A:visited
{
color: #002664; text-decoration: none;
}
A:hover
{
text-decoration: underline; color: #002664;
}



img
{
border-style: none;
loading: lazy;
}


.news-item a:link

{
color: #000000; text-decoration: none;
}

.news-item a:active

{
color: #000000; text-decoration: none;
}

.news-item a:visited

{
color: #000000; text-decoration: none;
}

.slideshow-container a:link

{
color: #000000; text-decoration: none;
}

.slideshow-container a:active

{
color: #000000; text-decoration: none;
}

.slideshow-container a:visited

{
color: #000000; text-decoration: none;
}


.youtube-container {
  position: relative;
  overflow: hidden;
  max-width: 560 px;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}


.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 560 px;
  height: 100%;
}


body_12pt
  {
  font-family: Noto Sans, Myriad Web Pro, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #444444;
  }
  
p.b {
  font-family: Arial Narrow, Helvetica, sans-serif;
  font-size: 12pt;
  color: #444444;
}

p.a {
  font-family: Arial Narrow, Helvetica, sans-serif;
  font-size: 14pt;
  color: #444444;
}

p.c {
  font-family: Arial Narrow, Helvetica, sans-serif;
  font-size: 16pt;
  color: #444444;
}

table,th,td
{
border:1px;
padding:2px;
border-collapse:collapse
}

.imgborder_black {
    border-style: solid;
    border-color: black;
}

.imgborder_gray {
    border-style: solid;
    border-color: #888888
} 

.boxed {
  border: 1px solid gray ;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
} 

.navtext_red
  {
  font-family: Noto Sans, Myriad Web Pro, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #CC3300;
  }
.navtext_blue
  {
  font-family: Noto Sans, Myriad Web Pro, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #3333CC;
  }
.text_white
  {
  font-family: Noto Sans, Myriad Web Pro, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #FFFFFF;
  }
.text_white_serif
  {
  font-family: Book Antiqua, Georgia, serif;
  font-size: 8pt;
  color: #FFFFFF;
  }
.text_blue
  {
  font-family: Noto Sans, Myriad Web Pro, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #3333CC;
  }
.text_black_sm_sans
  {
  font-family: Noto Sans, Myriad Web Pro, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #444444;
  }
.text_black_sm_sans_10pt
  {
  font-family: Noto Sans, Myriad Web Pro, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #444444;
  }
.text_gray_sans
  {
  font-family: Noto Sans, Myriad Web Pro, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #888888;
  }
.text_red
  {
  font-family: Noto Sans, Myriad Web Pro, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #CC3300;
  }
.headline
  {
  font-weight: bold;
  font-family: Book Antiqua, Georgia, serif;
  font-size: 12pt;
  color: #444444;
  }
.headline2
  {
  font-weight: bold;
  font-family: Book Antiqua, Georgia, serif; 
  font-size: 14pt;
  color: #444444;
  }
.headline3
  {
  font-weight: bold;
  font-family: Book Antiqua, Georgia, serif; 
  font-size: 18pt;
  color: #444444;
  }
.headline_link
  {
  font-family: Book Antiqua, Georgia, serif; 
  font-size: 12pt;
  color: #333399;
  }
.headline2_link
  {
  font-weight: bold;
  font-family: Book Antiqua, Georgia, serif;
  font-size: 14pt;
  color: #333399;
  }
.headline3_link
  {
  font-weight: bold;
  font-family: Book Antiqua, Georgia, serif; 
  font-size: 18pt;
  color: #333399;
  }  
.footer
  {
  max-width: 960 px;
  font-family: Noto Sans, Myriad Web Pro, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #999999;
  text-align: center;
  }
.headline_mid
{
  vertical-align: middle; 
}

.center {
  text-align: center;
  border-style: none;
}

@media screen and (min-width:0px) and (max-width:319px) {
  ul.topnav li:not(:first-child) {display: none;}

	#mobilenav { display: block; }
	#desktopnav { display: none; }

}

@media screen and (min-width:320px) and (max-width:658px) {
  ul.topnav li:not(:first-child) {display: none;}
    ul.topnav li.icon {
    float: none;
    display: inline-block;}
	
	#mobilenav { display: block; }
	#desktopnav { display: none; }
	
}
	
@media screen and (min-width:659px) and (max-width:930px) {
  ul.topnav li:not(:first-child) {display: none;}
    ul.topnav li.icon {
    float: left;
    display: inline-block;}
	ul.topnav li.icon2 {
    float: left;
    display: inline-block;}
	
	#mobilenav { display: none; }
	#desktopnav { display: block; }
	

	}
	
@media \0screen\,screen\9 {

#rendermessage { display: block; }

}
	
@media screen and (min-width:931px) {
  ul.topnav li:not(:first-child) {display: none;}
    ul.topnav li.icon {
    float: left;
    display: inline-block;}
	ul.topnav li.icon2 {
    float: left;
    display: inline-block;}
	ul.topnav2 li.icon3 {
    display: inline-block;}
	ul.topnav li.icon4 {
    float: left;
    display: inline-block;}

    	#mobilenav { display: none; }
	#desktopnav { display: block; }

	}	
	
	#nav {
	  width: 100%;
	  white-space: nowrap;
      float: none;
      margin: 0 0 10px 0;
      padding: 0;
      list-style: none;
      background-color: #EDEDED;
      border-bottom: 1px solid #d4d4d4; 
      border-top: 1px solid #d4d4d4; }
   
    /* Begin Navigation Bar Styling */
   #nav1 {
	  white-space: nowrap;
      float: none;
      margin: 0 0 0 0;
      padding: 0;
      list-style: none;
      background-color: #EDEDED;
	  z-index: 999;}
   #nav1 li {
      float: none; }
   #nav1 li a {
      display: block;
      padding: 0 0 0 0;
      text-decoration: none;
      color: #000; }
   #nav1 li a:hover {
      color: #c00;
      background-color: #fff;}
	
	/*new dropdown css */  

#nav1 ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

#nav1 ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	color: #000; 
	line-height:45px;
	padding:0 11px;
}

#nav1 ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#nav1 ul li.current-menu-item
{
	background:#ddd
}

#nav1 ul li:hover
{
	background:#f6f6f6
}

#nav1 ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0
}

#nav1 ul ul li
{
	float:none;
	width:200px
}

#nav1 ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#nav1 ul ul ul
{
	top:0;
	left:100%
}

#nav1 ul li:hover > ul
{
	display:block
}
	  
	 
	  

.dropbtn {
    background-color: #EDEDED;
    color: black;
    height: 45px;
    width: 55px;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #069;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;

}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #069}

.show {display:block;}

.dropbtn2 {
    background-color: #f0f0f0;
    height: 45px;
    border: none;
    cursor: pointer;
}

.dropbtn2:focus {
    font-color: red;
}

.dropdown2 {
    position: relative;
    display: inline-block;
}

.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f0f0f0;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;

}

.dropdown-content2 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown2 a:hover {background-color: #f0f0f0}

.dropbtn3 {
    background-color: #f0f0f0;
    height: 45px;
    border: none;
    cursor: pointer;
}

.dropbtn3:focus {
    background-color: #f0f0f0;
}

.dropdown-content3 {
    display: none;
    position: absolute;
	left: 150px;
	top: 45px;
    background-color: #f0f0f0;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;

}

.dropdown-content3 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown3 a:hover {background-color: #f0f0f0}

.show {display:block;}

.rendermessage {

top: 0;
width: 100%;
background-color: #cc3300;
position: fixed;
color: white;
display: none;
padding: 5;

}

@media only screen and (min-width: 600px) {
  .dropdown {
    padding: 0 60px 0 0;
  }
}


   /* End navigation bar styling. */
   
#topnav
{ 
width: 100%;
}

   /* start flexbox - pinboard bar styling. */



.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 982px;
    height: auto;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-ms-flex-pack: start;
    -ms-flex-align: start;
	ms-flex: auto;
	padding: 5 0 5 0;
}

.flex-containerlogoheader {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 982px;
    height: auto;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
    -ms-flex-pack: start;
    -ms-flex-align: start;
	ms-flex: auto;
	padding: 5 0 5 0;
	align-items: center;
}


.flex-containercolumn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	height: auto;
	max-width: 310px;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
	-ms-flex-direction: column;
	-ms-flex-wrap: nowrap;
		-ms-flex-pack: start;
    -ms-flex-align: start;
	ms-flex: auto;
	margin: 0 auto;
	align-content : flex-start;
}

.flex-containernews {
    display: -webkit-flex;
    display: flex;
    max-width: 960px;
    height: auto;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
	padding: 5 0 5 0;
}

.flex-containeritem2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	height: auto;
	width: auto;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-ms-flex-pack: start;
    -ms-flex-align: start;
	ms-flex: auto;
	margin: 0 auto;
}


@media only screen and (min-width: 401px) {
.flex-containeritem2subs {
   max-width: 635px;
   width: 100% !important;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   height: auto;
   width: auto;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
   -ms-flex-direction: row;
   -ms-flex-wrap: wrap;
   -ms-flex-pack: start;
   -ms-flex-align: start;
    ms-flex: auto;
    margin: 0 auto;    
}
}

@media only screen and (max-width: 600px) {

.footercallout {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #BB133E;
   color: white;
   text-align: center;
}

}

@media only screen and (min-width: 601px) {

.footercallout {
   display:none;
}

}

.item {
    min-width:300px;
    max-width: 310px;
	height: auto;
	margin: 5px auto;
	padding: 5px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width:959px) {

.alistitembox {
    display: none;
}

.fouroneoneitem2 {
    min-width:300px;
    max-width: 959px;
	height: auto;
	margin: auto;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

}

@media screen and (min-width:960px) {

.fouroneoneitem2 {
    min-width:300px;
    max-width: 750px;
	height: auto;
	margin: 5px auto;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.alistitembox {
    min-width:190px;
    max-width: 200px;
	height: auto;
	margin: 5px auto;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
}

.itemsmall {
    min-width:200px;
    max-width: 210px;
	height: auto;
	margin: 5px auto;
	padding: 5px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.itemarticle {
    min-width:300px;
    max-width: 310px;
	height: auto;
	margin: 5px;
	padding: 5px;
    background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.itemleft {
    min-width:300px;
    max-width: 310px;
	height: auto;
	margin: 5px 10px 5px 5px;
	padding: 5px;
    background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.itemleftvar {
	height: auto;
	margin: 5px 8px 5px 5px;
	padding: 5px;
    background-color: white;
	text-align: center !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.itemright {
    min-width:300px;
    max-width: 310px;
	height: auto;
	margin: 5px 5px 5px 10px;
	padding: 5px;
    background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width:379px) {

.itemrightvar {
    max-width: 200px !important;
	height: auto;
	margin: 5px 5px 5px 10px;
	padding: 5px;
    background-color: white;
	text-align: center !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.itemleftvar {
    max-width: 200px !important;
	height: auto;
	margin: 5px 8px 5px 5px;
	padding: 5px;
    background-color: white;
	text-align: center !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

}

.itemrightvar {
	height: auto;
	margin: 5px 0px 5px 5px;
	padding: 5px;
    background-color: white;
	text-align: center !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.itemmail {
	height: auto;
    background-color: white;
}

.item2 {
    width: 100%;
    min-width:300px;
    max-width: 635px;
    height: auto;
    margin: 5px 0;
    padding: 5px;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.item2test {
    min-width:300px;
    max-width: 635px;
	height: auto;
	margin: 5px auto;
	padding: 5px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.itemhalf {
    min-width:300px;
    max-width: 480px;
	height: auto;
	margin: 5px 0;
	padding: 5px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.item480 {
	min-width: 300px;
	max-width: 480px;
	height: auto;
	margin: 5px 0;
	padding: 5px;
}

.itemhalfmagazine {
    min-width:300px;
    max-width: 460px;
	height: auto;
	margin: 5px 0;
	padding: 5px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.news-item {
    min-width:200px;
    max-width: 210px;
	height: auto;
	margin: 5px auto;
	padding: 5px;
    background-color: white;
}

.alist-home-item {
    min-width:150px;
    max-width: 160px;
	height: auto;
	margin: 2px auto;
	padding: 2px;
    background-color: white;
	font-weight: bold;
    font-family: sans-serif; 
    font-size: 9pt;
}

.newsimage {
    min-width:300px;
    max-width: 310px;
	height: auto;
	padding: 5px;
    background-color: white;
}

.newsitem1 {
    max-width: 310px;
	min-width: 310px;
	min-height: 100px;
	width: auto;
	height: auto;
	margin: 5px;
	padding: 5px;
    background-color: white;
    border: solid 1px grey;
}

.newsitem2 {
    max-width: 630px;
	min-width: 310px;
	min-height: 100px;
	width: auto;
	height: auto;
	margin: 5px;
	padding: 5px;
    background-color: white;
    border: solid 1px grey;
}

.newsitem3 {
    max-width: 960px;
	min-width: 310px;
	min-height: 100px;
	width: auto;
	height: auto;
	margin: 5px;
	padding: 5px;
    background-color: white;
    border: solid 1px grey;
}

.newsdate {
    float: right;
	float: bottom;
	font-family: Noto Sans, Myriad Web Pro, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #888888;
}

.ol {
  list-style-type: number;
}

.ul {
  list-style-type: circle;
}

.headlineitem {
    max-width: 960px;
	height: auto;
	margin: 5px auto;
	padding: 0;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.fixedfooter {
   font-family: Noto Sans, Myriad Web Pro, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #999999;
   bottom: 0;
   background-color: white;
   color: grey;
   text-align: center;
}

.textitem {
    width: 100%;
    max-width: 960px;
	height: auto;
	text-align: left;
	margin: 5px auto;
	padding: 5px;
    background-color: white;
}

.formitem {
    max-width: 960px;
	height: auto;
	text-align: left;
	margin: 5px;
	padding: 5px;
    background-color: white;
}

.banneritem {
    max-width: 468px;
	height: auto;
	padding: 2 0 2 0;
	margin: auto;
    background-color: white;
}

.banneritemfullwidth {
    max-width: 960px;
	height: auto;
	padding: auto;
	margin: auto;
    background-color: white;
}

.bannerborderitem {
    max-width: 470px;
	height: auto;
	padding: 0;
	margin: auto;
    background-color: white;
	border: 1px solid black;
	
}

.subscription1button {
  background-color: #353a60;
  border: none;
  color: white !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  margin: 4px 2px;
  cursor: pointer;
}

.subscription2button {
  width: 100%;
  background-color: white;
  border: 1px solid #353a60;
  color: #cc3300 !important;
  padding: 15px 58px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
}

.subscription3button {
  width: 100%;
  background-color: #353a60;
  border: none;
  color: white !important;
  padding: 15px 58px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
}

.AFCheadline {
  background-color: #D50A0A;
  border: none;
  color: white !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  margin: 4px 2px;
  cursor: pointer;
}

.NFCheadline {
  background-color: #013369;
  border: none;
  color: white !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  margin: 4px 2px;
  cursor: pointer;
}

.IN-widget {

vertical-align: top !important; 

}

.hrline {  background-color: black; border-top: 1px solid black;  }

   /* end flexbox - pinboard bar styling. */
   


.fb-share-button {

display: none !important;  

}


.fb_iframe_widget {

display: none !important;

}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.twitter-share-button {

display: none !important;

}  
  

.fa {
  font-size: 15px !important;
  display: inline-block !important;
  width: 45px !important;
  text-align: center !important;
  text-decoration: none !important;
  border-radius: 50% !important;
}

.fa:hover {
    opacity: 0.7 !important;
}

.fa-facebook {
  background: #3B5998 !important;
  color: white !important;
}

.fa-twitter {
  background: #55ACEE !important;
  color: white !important;
}

.fa-instagram {
  background: #f77737 !important;
  color: white !important;
}

.fa-linkedin {
  background: #007bb5 !important;
  color: white !important;
}

.fa-envelope {
  background: #bb0000 !important;
  color: white !important;
}

.subscriptionmagbutton {
  background-color: #BB133E;
  border: 2px solid white;
  color: white !important;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  max-width: 100px;
}

.subscriptionnewsletterbutton {
  background-color: #002664;
  border: 2px solid white;
  color: white !important;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  max-width: 100px;
} 

@media only screen and (max-width: 1399px) {

.calloutdiv {

display:none;

}

}

@media only screen and (min-width: 1400px) {

.calloutdiv {
position: fixed;
right: 15px;
margin-left: 20px;
max-width: 200px;
top: 55%;
transform: translateY(-45%);
}
}

@media only screen and (max-width: 418px) {
  .signaturecover {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
   .flex-containeritem2subs {
    display: none;
  }
}

.calloutdiv-header {
  padding: 25px 15px;
  background: #002664;
  font-size: 30px;
  color: white;
}

.calloutdiv-container {
  padding: 15px;
  background-color: #BB133E;
  color: white;
}

.calloutclosebtn {
  position: absolute;
  top: 5px;
  right: 15px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.calloutclosebtn:hover {
  color: lightgrey;
}

.a-listcard {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
width: 100%;
max-width: 960px;
text-align: center;
font-family: Noto sans;
margin: 15px auto;
}

.alistbutton {
border: none;
outline: 0;
display: inline-block;
padding: 2px 0px;
color: #002664;
background-color: #EDEDED;
text-align: center;
cursor: pointer;
width: 100%;
font-size: 14px;
}

.alistsocialmedia {
text-decoration: none;
font-size: 22px;
color: black !important;
border-radius: 0 !important;
background: white !important;
color: black !important;
}

.alistbutton:hover, a:hover {
opacity: 0.7;
}

.addlistingalistbutton {
background-color: #EDEDED;
border: none;
color: #002868;
padding: 10px 20px;
font-size: 15px;
font-weight:bold;
text-align: center;
text-decoration: none;
display: inline-block;
margin: 4px 2px;
cursor: pointer;
border-radius: 16px;
float: right;
}

.addlistingalistbutton:hover {
background-color: #f1f1f1;
}

.alistbutton .fa {

color: #002664 !important;
background-color: #EDEDED !important;
font-size: 22px !important;

}

.alistsocialmedia .fa {
text-decoration: none;
font-size: 22px !important;
border-radius: 0 !important;
background: white !important;
color: black !important;
}
 
.alistdropbtn {
background-color: #EDEDED;
border: none;
color: black;
padding: 10px 20px;
font-size: 15px;
text-align: center;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
border-radius: 16px;
}

.alistdropbtn:hover, .alistdropbtn:focus {
background-color: #f1f1f1;
}

.dropdownalist {
position: relative;
display: inline-block;
}

.dropdownalist-content {
display: none;
position: absolute;
background-color: #F1F1F1;
min-width: 160px;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
font-family: noto sans;
}

.dropdownalist-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}

.dropdownalist a:hover {background-color: #ddd;}

.alistshow {display: block;}
 
 
.alistpricecolumns {
box-sizing: border-box;
float: left;
width: 25%;
padding: 8px;
}

.alistprice {
list-style-type: none;
border: 1px solid #eee;
margin: 0;
padding: 0;
font-family: Noto Sans;
}

.alistprice .header {
background-color: #002664;
color: white;
font-size: 20px;
}

.alistprice li {
border-bottom: 1px solid #EDEDED;
padding: 20px;
text-align: center;
}

.alistprice .grey {
background-color: #eee;
font-size: 20px;
}

.alistpricebutton {
background-color: #4CAF50;
border: none;
color: white;
padding: 10px 25px;
text-align: center;
text-decoration: none;
font-size: 18px;
}

@media only screen and (max-width: 959px) {
.alistpricecolumns {
width: 50%;
}
}

@media only screen and (max-width: 600px) {
.alistpricecolumns {
width: 100%;
}
}


.tablinkw {
    background-color: #FFFFFF;
    color: black;
    float: left;
    border-style: solid;
border-color: red;
border-width: thin;
    outline: none;
    cursor: pointer;
    font-size: 15px;
width:310px;
margin: 2px;
    max-width:300px
min-width:230px;
height: 50px;
font-weight: bold
}

.tablinkr {
    background-color: #848484;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 13px;
width:33.3333%;
    max-width:300px
min-width:230px;
height: 60px;
font-weight: bold
}

.tablinkb {
    background-color: #0088cc;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 13px;
width:33.333333%;
    max-width:300px
min-width:230px;
height: 60px;
font-weight: bold
}

.tablinkw:hover {
    background-color: #004466;
color: white;
}

.tablinkr:hover {
    background-color: #004466;
color: white;
}

.tablinkb:hover {
    background-color: #004466;
color: white;
}

.tabcontent {
    display: none;
max-width: 960px;
width: 100%;
}


search-container input {
margin-top: 9px;
}

.search-container button {
padding: 4px 2px;
margin-top: 9px;
background: #ddd;
font-size: 17px;
border: none;
cursor: pointer;
}

.search-container button:hover {
background: #ccc;
}

</body>
</style>