/** Shopify CDN: Minification failed

Line 76:15 Expected identifier but found whitespace
Line 76:16 Unexpected "2.25em"
Line 92:1 Unexpected "/"

**/
/* Custom CSS Instructions 
filename: zzz-custom-css
see: webpop.io/shopify/edit-custom-css/
1. To add a custom CSS file, click “Add a new asset” under the “Assets” headingTo add a custom CSS file, click “Add a new asset” under the “Assets” heading
“Current theme” “Actions”“Edit code” dropdown; search bar type.css or zzz
2. in theme.liquid go to:
<link rel="stylesheet" href="{{ 'theme.css' | asset_url }}" type="text/css" media="print" onload="this.media='all';onLoadStylesheet()">
 
 Underneath the line above, paste this one:
 <link rel="stylesheet" href="{{ 'zzz-custom-css.css' | asset_url }}" type="text/css">
 
{% comment %} This is a comment in Liquid {% endcomment %}
inserted {% comment %} zzz zzz-custom-css {% endcomment %}

note:
line 229: comment
line 232: <link rel="stylesheet" href="{{ 'zzz-custom-css.css' | asset_url }}" type="text/css">
*/
.headingsolidleft {
  background-color:  #EAEDF7 !important;
  color: #0181ef+ !important;
    padding-top: 0.5em !important;
  padding-left: 1.75em !important;
  padding-bottom: 0.5em !important;
  margin-bottom: 0em !important;
   font-size: 1.5em;
   font-weight: 700 !important;
  border-color: #DDDDDD !important;
 }

.headingsolidleft a:link {
  color: #0181ef !important;
   font-weight: 700 !important;
   text-decoration: none !important;
 }
.hangingindent {
padding-left: 2em !important;
    text-indent: -1.25em !important;
}
.listwhitebullet li {
  color: white !important;
}
sup {
  vertical-align: super !important;
    font-size: 50% !important;
}


.grad-dk-lt-dk {
background: #123e76;
background: #071528;
background: -moz-linear-gradient(top, #123e76 0%, #071528 65%); 
background: -webkit-linear-gradient(top, #123e76 0%,#071528 65%); 
background: linear-gradient(to bottom, #123e76 0%,#071528; 65%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#071528', endColorstr='#123e76',GradientType=0 );
}

.faqa {
  margin-left: 1.5em;
  margin-right: 0.5em;
}
/*.characteristics {
  margin-top: 0em !important;
  margin-bottom: 0em !important;
  font-weight: 500 !important;
  font-size: 1.25em !important;
/*  padding-left: 3em !important;
  text-indent: -2.25em !important;;*/
  padding-left: 2.25em !important;
    text-indent: -1.25em !important;
  }

.faqa {
  margin-left: 2.25em;
  margin-right: 0.5em;
}

.faqamulti {
    background: #f5f5f5;
    padding: 10px;
	color: rgba(1, 129, 238, 1);
    text-align: left;
    font-size: 24px;
}
*/

/*TABLE********************************************************************************************************* */

table.tbl-conditions
{
margin-left:auto; 
    margin-right:auto;
line-height: normal;
}
table.tbl-conditions {
    border: 1px solid #0180ef;
}
table.tbl-conditions th
{
    border: solid 1px;
    vertical-align: middle;
padding: 0px 0px 0px 4px;
    }
table.tbl-conditions td {
color: #002863;
line-height: 90%;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #0180ef;
    border-left: none;
    border-right: none;
padding: 2px 0px 6px 4px;
}
table.tbl-conditions td.tbl-border-rt {
border-right: 1px solid #0180ef;
padding: 0px;
}
span.sp {
    background-color: red;
  font-size: 2em !important;
vertical-align: middle !important;
}
span.sp-icon {
  font-size: 2em !important;
}

fa-2x
{
  font-size: 2em !important;
}
hr {
    height: 1px;
background-color: #000;
    color: #000 !important;
    margin-bottom: 0px;
    margin-top: 15px;
border-width: 0px;
width: 100%;
}
.tablesite caption {
vertical-align: middle !important;
color: #dcb83f;
font-weight: bold;
background: #071528;
background: -moz-linear-gradient(top, #071528 0%, #123e76 65%); 
background: -webkit-linear-gradient(top, #071528 0%,#123e76 65%); 
background: linear-gradient(to bottom, #071528 0%,#123e76 65%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#071528', endColorstr='#123e76',GradientType=0 );
text-align: center;
margin-top: 15px;
font-size: 27px;
}

.tablesite tr th {
vertical-align: centre !important;
}

.tablesite th {
vertical-align: middle !important;
color: #fff;
background-color: #071528;
font-size: 18px;
font-weight: bold;
text-align: center;
border-right: 2px solid #0180ef !important;
}
.table-bordered .tablesite > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
border-bottom-color:  #002863;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #0180ef;
}
.tablesite tr {
border: 2px solid #0180ef;
 }
.tablesite td {
vertical-align: middle !important;
color: #16181C;
border-right: 2px solid #0180ef !important;
padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;}

.table-striped > tbody > tr:nth-of-type(2n+2) {
    background-color: rgba(18,62,118, 0.1);
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff ;
}
table.table.table-condensed .tablesite {
    border: 3px ridge #0180ef;
}

/* TABLE END********************************************************************************************************** */