@font-face {
  font-family: myFirstFont;
  src: url(../fonts/Barlow-Medium.ttf);
}


body {
	 min-height: 100%;
  	  background:url('/img/Background-texture_White-gray.png');
   background-size: cover; 
}

body, td {
	font-family: myFirstFont;
	font-size: 10pt;
	color:#2d2d2d;
}

.subheading-3 {
    font-family: myFirstFont;
    font-weight: 400;
    font-style: normal;
    margin-bottom: .5rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

a.subheading-3:hover {
	color:#cd163f !important;
}

.h2 {
    font-family: myFirstFont;
    font-weight: 400;
    font-style: normal;
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin-bottom: 1rem;
}



#wrapper_L {
    /*margin-top: 10px;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background-color: #FFFFFF;
	/*border-bottom: 3px solid #cd163f;*/
    width: 310px;
    height: auto;
    padding: 0;
	/*-webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 25%);*/
	/*box-shadow: 0 1px 5px 0 rgb(0 0 0 / 25%);*/
	border-radius: 4px;
}	

.teaser__container.layout-card {
    -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 25%);
    background-color: #fff;
    border-bottom: 3px solid #cd163f;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
  


.heading_L {
    font-family: myFirstFont;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.5rem;
    background-color: #276db394;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bfbfbf), to(#276DB3));
    background-image: -webkit-linear-gradient(top, #bfbfbf, #276DB3);
    background-image: -moz-linear-gradient(top, #cd163f, #276DB3);
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 21%), #276DB3);
    background-repeat: repeat-x;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    padding: 4px;
    text-align: center;
    /* border-radius: 4px 4px 0 0; */
    cursor: pointer;
}
.heading_L:hover {
	 background-color: #e91e1e;
	 color:#fff;
	 cursor: pointer;
}


input.letter_0 {
    height: 28px;
    /* padding: 0px 5px 0px 3px; */
    border: solid 1px #BABABA;
    font-size: 16px;
    line-height: 1.5;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #404041;
    color: #404041;
    padding-left: 0px;
    border-radius: 0;
    width: 90%;
}

input.button, input.button1 {
    cursor: pointer;
    border: none;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 0px;
    padding: 10px;
    vertical-align: middle;
    font-weight: 400;
    overflow: visible;
    color: white;
    background-color: #cd163f;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: auto;
	font-family: myFirstFont;
}


.lnkRegister {
    color: #bb2322;
    font-size: 14px;
    letter-spacing: 0.3px;
    text-align: left;

}

.lnkForgot {
    color: #bb2322;
    font-size: 14px;
    letter-spacing: 0.3px;
    text-align: right;
    float: right;
}




.search_button {
  width: auto;
  padding: 2px 5px;
  background: #cd163f;
  color: white;
  font-size: 16px;
  border: 1px solid #cd163f;
  border-bottom: 5px solid #cd163f;
  cursor: pointer;
  border-radius: 4px;
}

.button1:hover,.button3:hover, .button:hover, img.safely_save:hover { border-color: #999; box-shadow: 0 0 10px #333;}
.search_button:hover {   border-color: #999; box-shadow: 0 0 5px #333;border-bottom: 5px solid #cd163f;}
.footer-h2 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: 1px;
	line-height: 1.1;
}
.featured.highlight {
    /*margin-bottom: 15px;*/
	cursor: pointer;
	border-bottom:15px solid #fff;
}
.menu-sty-div {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.featured {
    border: 1px solid #cd163f;
    color: #cd163f;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
}
.forimg span.box {
    margin: 0;
    color: #cd163f;
    width: 100%;
    text-align: left;
    font-size: 17px;
}
.menu-sty-div span {
    text-align: right;
    font-weight: bold;
    display: block;
    font-size: 20px;
    color: #1591bc;
}
.box {
    background-color: white;
    color: #cd163f;
    display: block;
    margin: 0 -15px;
    padding: 3px 20px 2px;
    text-transform: uppercase;
}	
td.a {
    padding: 4px;
    background-color: #fff;
    border-bottom: 1px solid #bfbfbf;
    font-size: 10pt;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
	margin-top:5px;
  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;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover  {text-decoration:underline;}

.show {display: block;}

#show_myDropdown, #show_myDropdown2 {
	padding:5px 10px; 
	color:#1591bc;
	display: inline-block;
	cursor: pointer;
	font-size:16px;
}

#show_myHelp {
	padding:5px 10px; 
	color:#1591bc;
	display: inline-block;
	cursor: pointer;
	font-size:16px;
}

#show_myAccount {
	padding:5px 10px; 
	color:#1591bc;
	display: inline-block;
	float:right;
	margin-right: 30px;
}

#show_myDropdown:hover,#show_myDropdown2:hover, #show_myHelp:hover {
    color: #fff;
    background-color: transparent;
}

button {
	cursor:pointer;

}

button:hover {
	border-color: #999; box-shadow: 0 0 10px #333;
	color:#8D0034;
}

.generic-container__inner {
    position: relative;
    display: block;
    width: 100%;
	text-align: center;

}

.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
	display:inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	/*
    margin-right: -1rem;
    margin-left: -1rem;
	*/
	margin-right: 1rem;
	margin-left: 1rem;
	padding:1em;
	text-align: center;

}

.card__title {
    font-family: myFirstFont;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
	text-align:left;
	padding: 0 20px 12px;
	color: #2d2d2d;
}

.card {
    -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 25%);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
	display:inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    /*padding: 2rem 2rem 0;*/
    border-radius: .25rem;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    border-bottom: 3px solid #cd163f;
    z-index: 0;
    /*width: 100%;*/
	max-width: 20em;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
	cursor:pointer;
}

.card:hover {

	border-color: #999  !important; 
	box-shadow: 0 0 8px #333 !important;
	border-bottom: 5px solid #cd163f  !important;
}



.teaser__content {
	padding: 0 20px 12px;
}

.teaser__text {

    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.375rem;
    margin-top: 8px;
	text-align:left;
}

p {
	font-family: BarlowRegular,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    line-height: 1.375rem;
	color: #2d2d2d;
}

.main-image {
	border-radius: .25rem .25rem 0 0;
}

/* The Modal (background) */
.modal {
  display: auto; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  
  background-color: rgb(0,0,0); /* Fallback color */

  
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */  
  
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  /*
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  */
}


/* Add Animation */

@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}


/* The Close Button */
.close {
  color:#191919;
  float: right;
  font-size: 28px;
  font-weight: bold;

}

.close:hover,.close:focus {
  color:#191919;
  text-decoration: none;
  cursor: pointer;
  border-color: #999; box-shadow: 0 0 10px #333;
   background-color: #bdbdbd;
}

.modal-header {
	padding: 2px 16px;
	background-color:#fff;
	color: #1591bc;
}

.modal-body {padding: 2px 16px;color:#191919;}

.modal-footer {
	padding: 1.1rem 1.1rem;
    background-color: #8D0034;
    color: #fff;
}

.tooltip-box i {
	cursor: pointer;
}

.theme-tooltip{
    box-shadow: none;
    font-size: 13px;
    line-height:normal;
    text-align: center;
    background:#373739;
    color:#fff;
    border:none !important;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
