<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------------------------------------- MAIN ---------------------------------------------------------------------------------- */
#main{
 width:100%;
 clear:both;
 display:table;
 background-color:#333;
 height:calc(100% - 152px);height:-moz-calc(100% - 152px);height:-webkit-calc(100% - 152px);
}
/* ---------------------------------------------- MASTER WRAP ---------------------------------------------------------------------------------- */
#master_wrap{
 margin: 86px 0px 0px 71px;
 display:inline-block;
 padding-bottom: 86px;
 clear:both;
 width:calc(100% - 71px);width:-moz-calc(100% - 71px);width:-webkit-calc(100% - 71px);
 height:calc(100% - 21px);
}
@media(max-width:1024px){
 #master_wrap{
  width:100%;
  margin-left: 0px;
 }
}
/* ---------------------------------------------- CONTENT ---------------------------------------------------------------------------------- */
#content{
 display:block;
 width:calc(100% - 330px);width:-moz-calc(100% - 330px);width:-webkit-calc(100% - 330px);
 min-height:850px;
 height: calc(100% - 2px);
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
 float:left;
 background-color:#fff;
 padding:20px;
 min-height:calc(100% - 88px);min-height:-moz-calc(100% - 88px);min-height:-webkit-calc(100% - 88px);
}
.content_edit{
 font-size:10.5pt;
 color:#d61717;
 text-decoration:underline;
 text-align:right;
 font-weight:700;
 font-family:Segoe UI Light,SegoeLight;
}
.content_edit:hover{
 text-decoration:none;
}
@media(max-width:1150px){
 #content{
  width:calc(100% - 260px);width:-moz-calc(100% - 260px);width:-webkit-calc(100% - 260px);
 }
}
@media(max-width:1024px){
 #content{
  width:calc(100% - 265px);
  width:-moz-calc(100% - 265px);
  width:-webkit-calc(100% - 265px);
  margin-left:5px;
 }
}
@media(max-width:950px){
 #content{
  width:100%;
  margin-left:0;
  float:none;
 }
}
/* ---------------------------------------------- HEADER ---------------------------------------------------------------------------------- */
header{
 width:100%;
 height:86px;
 background-color:#fff;
 position: absolute;
 z-index: 999;
}
#cont_menu{
 width: 100%;
 height: 86px;
}
#logo{
 display:block;width:370px;height:86px;float:left;background-color:#fff;text-align:center;
}
#logo img{
 margin:20px auto 0 auto;
 width:238px;
 height:52px;
}
#logo_icon{
 display:none;
}
#cont_cms_title{
 width:auto;height:86px;background-color:#fff;float:right;margin:0 20px 0 0;
}
#cms_title{
 color:#000;font-size:22pt;font-weight:700;text-transform:uppercase;margin-top:25px;font-family:Segoe UI Light,SegoeLight;
}
@media(max-width:1400px){
 #logo{
  width:300px;
 }
 #logo img{
  width:201px;
  height:44px;
  margin:23px auto 0 auto;
 }
}
@media(max-width:1200px){
 #logo{
  width:220px;
 }
 #logo img{
  width:173px;
  height:38px;
  margin:25px auto 0 auto;
 }
}
@media(max-width:1024px){
 #cont_cms_title{
  width:auto;
  margin-right:20px;
 }
 #cms_title{
  font-size:17pt;
  margin-top:30px;
 }
}
@media(max-width:800px){
 #cms_title{
  font-size:15pt;
 }
}
@media(max-width:700px){
 #logo{
  display:none;
 }
 #logo_icon{
  display:block;
  width:81px;
  height:86px;
  float:left;
  background-color:#fff;
  text-align:center;
 }
 #logo_icon img{
  margin:22px auto 0 auto;
  width:33px;
  height:42px;
 }
}
@media(max-width:500px){
 #cms_title{
  font-size:13pt;
 }
}
@media(max-width:370px){
 #logo_icon{
  width:61px;
 }
 #logo_icon img{
  margin:30px auto 0 auto;
  width:22px;
  height:28px;
 }
}
/* ---------------------------------------------- ICONS ---------------------------------------------------------------------------------- */
#icons_menu{
 float:left;
 width:56px;
 background-color:#333;
 margin:172px 5px 0 5px;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
 z-index:10;
 position: fixed;
}
#icons_menu li{
 width:56px;
 height:56px;
 background-color:#f1f1f1;
 margin-bottom:5px;
 -webkit-border-top-left-radius:12px;
 -moz-border-top-left-radius:12px;
 border-top-left-radius:12px;
 position:relative;
}
#icons_menu li:before{
/* background-position:0 0;*/
 background-size:35px 414px;
 background-repeat:no-repeat;
 width:35px;
 height:29px;
 position:absolute;
 content:" ";
 left:12px;
 top:14px;
 background-image:url(http://www.ikospot.com/imgs/iko/manager_menu_icons.png);
}
#icons_menu li:nth-child(1):before{
 background-position:0 0;
}
#menu_active li:nth-child(1):hover:before{
 background-position:0 -29px;
}
#icons_menu li:nth-child(2):before{
 background-position:0 -59px;
}
#menu_active li:nth-child(2):hover:before{
 background-position:0 -88px;
}
#icons_menu li:nth-child(3):before{
 background-position:0 -118px;
}
#menu_active li:nth-child(3):hover:before{
 background-position:0 -147px;
}
#icons_menu li:nth-child(4):before{
 background-position:0 -177px;
}
#menu_active li:nth-child(4):hover:before{
 background-position:0 -206px;
}
#icons_menu li:nth-child(5):before{
 background-position:0 -236px;
}
#menu_active li:nth-child(5):hover:before{
 background-position:0 -266px;
}
#icons_menu li:nth-child(6):before{
 background-position:0 -295px;
}
#menu_active li:nth-child(6):hover:before{
 background-position:0 -324px;
}
#icons_menu li:nth-child(7):before{
 background-position:0 -354px;
}
#menu_active li:nth-child(7):hover:before{
 background-position:0 -383px;
}
#icons_menu li:after{
 position:absolute;
 display:block;
 height:56px;
 width:10px;
 box-shadow:3px 0 10px -4px #666;
 top:0;
 right:-9px;
 content:" ";
}
#menu_active li:hover{
 background-color:#d61717;
}
#menu_active li:hover:after{
 box-shadow:3px 0 10px -4px #d61717;
}
#menu_active .icons_menu_chosen:nth-child(1):before{
 background-position:0 -29px;
}
#menu_active .icons_menu_chosen:nth-child(2):before{
 background-position:0 -88px;
}
#menu_active .icons_menu_chosen:nth-child(3):before{
 background-position:0 -147px;
}
#menu_active .icons_menu_chosen:nth-child(4):before{
 background-position:0 -206px;
}
#menu_active .icons_menu_chosen:nth-child(5):before{
 background-position:0 -266px;
}
#menu_active .icons_menu_chosen:nth-child(6):before{
 background-position:0 -324px;
}
#menu_active .icons_menu_chosen:nth-child(7):before{
 background-position:0 -383px;
}
#menu_active .icons_menu_chosen{
 background-color:#d61717;
}
/*#icons_menu .icons_menu_chosen:hover{
 background-color:#f72121;
}*/
#icons_menu a{
 width:100%;
 height:100%;
 display:block;
 position:relative;
}
#icons_menu img{
 position:absolute;
 width:30px;
 height:30px;
 top:15px;
 left:15px;
}
.hidden_explanation{
 position:absolute;
 display:none;
 background:#f72121;
 font-size:10.5pt;
 color:#fff;
 padding:7px 9px 8px 9px;
 margin-left:5px;
 border-radius:7px;
 white-space:nowrap;
 z-index:11;
}
@media(max-width:1024px){
 #icons_menu{
  display:none;
 }
}
#menu_inactive li{
 background-color:#666;
}
#menu_inactive li:hover{
 cursor:default;
}
#menu_inactive li a:hover{
 cursor:default;
}
/* ---------------------------------------------- SUBMENU ---------------------------------------------------------------------------------- */
#submenu{
 position: absolute;
 z-index: 999;
 display:inline-block;
 clear:both;
 width:calc(100% - 66px);width:-moz-calc(100% - 66px);width:-webkit-calc(100% - 66px);
 height:86px;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
 padding:10px 10px 10px 0;
 background-color:#333;
}
#submenu a{
 color:#ddd;
}
#submenu_breadcrumps{
 color:#ddd;
 margin:25px 0 0 0;
 float:left;
 font-size:14pt;
 font-family:Segoe UI,Segoe;
}
#submenu_breadcrumps a{
 font-size:14pt;
 text-decoration:none;
 padding-bottom:1px;
 /*border-bottom:2px solid #ddd;*/
}
#submenu_breadcrumps span:hover a{
 color:#fff;
 text-decoration:none;
 /*border-bottom:2px solid #fff;*/
}
#submenu_breadcrumps_double_dots{
 padding:0 5px;
 color:#d61717;
 margin-bottom:5px;
}
#cont_user_logout{
 float:right;
}
#submenu_user{
 color:#ddd;
 margin:25px 0 0 0;
 float:left;
 text-transform:uppercase;
}
#submenu_user em{
 color:#d61717;
 font-size:12pt;
}
#submenu_user em:last-child{
 text-transform:none;
 color:#ddd;
 text-decoration:none;
 font-style:normal;
 font-family:Segoe UI,Segoe;
}
#submenu_user a:hover{
 text-decoration:underline;
}
#submenu_logout{
 color:#ddd;
 margin:0 10px 0 20px;
 padding:25px 0 25px 20px;
 float:right;
 border-left:1px solid #666;
 position:relative;
}
#submenu_logout a{
 padding-right:45px;
 color:#ddd;
}
#submenu_logout a:hover{
 color:#fff;
}
#submenu_logout a:after{
 background-position:-1px 0;
 background-size:24px;
 background-repeat:no-repeat;
 width:25px;
 height:27px;
 position:absolute;
 content:" ";
 right:0;
 top:21px;
 background-image:url(http://www.ikospot.com/imgs/iko/on_off.png);
}
#submenu_logout a:hover:after{
 background-position:-1px -28px;
}
#submenu_langs{
 display:none;
}
@media(max-width:1024px){
#submenu {
    width:calc(100% + 5px);width:-moz-calc(100% + 5px);width:-webkit-calc(100% + 5px);
}
 #submenu_breadcrumps{
  display:none;
 }
 #submenu_user{
  display:none;
 }
 #submenu_logout{
  margin-right:10px;
  margin-top:-22px;
 }
 #submenu_logout a:after{
  right:-2px;
 }
 #cont_user_logout {
  display:inline-block;
  clear:both;
 }
 #submenu_langs{
  display:block;
  float:left;
  margin-top:20px;
 }
}
@media(max-width:800px){
 #submenu_logout a{
  padding-right:34px;
 }
}
@media(max-width:450px){
 #submenu_logout{
  display:block;
  width:25px;
  height:27px;
  background-image: url(http://www.ikospot.com/imgs/iko/on_off.png);
  background-position: -1px 0;
  background-size: 24px;
  background-repeat: no-repeat;
  overflow:hidden;
  position:relative;
  padding:0;
  margin-top:-2px;
  margin-right:2px;
  border:none;
 }
 #submenu_logout a{
  display:none;
 }
}
/* ---------------------------------------------- DROP DOWN MENU ---------------------------------------------------------------------------------- */
#menu-small{
 display:none;
}
#menu-small-start{
 float:left;
 position:relative;
 z-index:5;
 display:block;
 margin:0 0 -18px 25px;
 position:relative;
 z-index:1;
}
#menu-small-start a{
 text-decoration:none;
 font-size:11pt;
 color:#ddd;
 padding:0 0 34px 15px;
}
#menu-small-start a:hover{
 color:#fff;
}
#submenu ul#menuDd{
 position:absolute;
 top:33px;
 list-style:none;
 background:#3483aa;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
 opacity:0;
 visibility:hidden;
 -moz-transition:opacity 0.2s 0.1s ease-out,visibility 0.1s 0.1s linear;-webkit-transition:opacity 0.3s ease-out,visibility 0.1s 0.1s linear;-o-transition:opacity 0.3s ease-out,visibility 0.1s 0.1s linear;transition:opacity 0.3s ease-out,visibility 0.1s 0.1s linear;
}
#submenu ul#menuDd li{
 border:none;
 border-bottom:1px solid #808285;
 clear:both;
 -moz-transition:opacity 0.1s 0.15s ease-out,margin 0.3s 0.1s ease-out;-webkit-transition:opacity 0.1s 0.15s ease-out,margin 0.3s 0.1s ease-out;-o-transition:opacity 0.15s 0.15s ease-out,margin 0.3s 0.1s ease-out;transition:opacity 0.15s 0.15s ease-out,margin 0.3s 0.1s ease-out;
}
#submenu ul#menuDd a{
 display:block;
 padding:15px 15px 12px 15px;
 color:rgba(255,255,255,0);
 background-color:#5a5c5e;
 white-space:nowrap;
}
#submenu ul#menuDd a:hover{
 background-color:#6a6c6e;
 color:#fff;
}
#submenu ul li:hover ul#menuDd{
 opacity:1;
 visibility:visible;
}
#submenu ul li:hover ul#menuDd li{
 margin-top:0;
 opacity:1;
}
#submenu ul li:hover ul#menuDd li a{
 color:rgba(255,255,255,0.6);
 -moz-transition:color 0.1s ease-out;-webkit-transition:color 0.1s ease-out;-o-transition:color 0.1s ease-out;transition:color 0.1s ease-out;
}
#submenu ul li:hover ul#menuDd li a:hover{
 color:rgba(255,255,255,1);
 -moz-transition:color 0.3s ease-out;-webkit-transition:color 0.3s ease-out;-o-transition:color 0.3s ease-out;transition:color 0.3s ease-out;
}
#submenu ul li:hover ul#menuDd li:hover&gt;a{
 color:#eee;
}
@media(max-width:1024px){
 #menu-small{
  display:block;
  float:left;
 }
 #menu-small-start{
  margin-left:10px;
  margin-top:26px;
 }
 #submenu ul#menuDd{
  top:52px;
 }
}
/*#signin_nav{
 display:none;
}*/
/* ---------------------------------------------- SIDE ---------------------------------------------------------------------------------- */
#side{
 top: 86px;
 position: relative;
 display:block;
 width:320px;
 float:right;
 margin:0 5px;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
/*@media(max-width:1150px){
 #side{
  width:300px;
 }
}*/
@media(max-width:1150px){
 #side{
  width:250px;
 }
}
@media(max-width:950px){
 #side{
  display:none;
 }
}
/* ----------------------------------------------- PACKAGES --------------------------------------------------------------------------------- */
#packages_wrap{
 padding:20px 35px;
 background-color:#999;
}
#packages_wrap ul{
 display:block;
 width:100%;
}
#packages_wrap li{
 display:block;
 width:100%;
 -webkit-border-radius:10px;
 -moz-border-radius:10px;
 border-radius:10px;
 background-color:#fff;
 margin-bottom:20px;
 box-shadow:0 0 10px 2px #666;
 overflow:hidden;
 max-height:160px;
}
#packages_wrap li:hover{
 box-shadow:0 0 10px 2px #7e7e7e;
}
/*#packages_wrap li:hover #packages_wrap &gt; ul &gt; li &gt; a &gt; em{*/

#packages_wrap li:last-child{
 margin-bottom:0;
}
#packages_wrap li a{
 display:block;
 width:100%;
 height:100%;
}
.package_title{
 padding:12px 10px;
 background-color:#666;
 color:#fff;
 font-size:14pt;
 font-weight:bold;
 text-transform:uppercase;
 text-align:center;
}
.package_info{
 margin:14px auto 6px auto;
 text-align:center;
 font-size:12pt;
 color:#333;
 font-weight:bold;
}
.package_info .double_dots{
 font-size:13pt;
 font-weight:bolder;
 line-height:6px;
 color:#d61717;
}
.package_price{
 font-size:20pt;
 font-weight:bold;
 color:#fff;
 text-align:center;
 padding:10px 20px;
 -webkit-border-radius:30px;
 -moz-border-radius:30px;
 border-radius:30px;
 margin:0 20px;
}
#packages_wrap li:nth-child(1) .package_price{
 background-color:#c1b400;
}
#packages_wrap li:nth-child(2) .package_price{
 background-color:#95a3ab;
    /*color:#95a3ab;*/
}
#packages_wrap li:nth-child(3) .package_price{
 background-color:#009DAD;
 text-transform:uppercase;
}
#packages_wrap li em{
 font-size:12pt;
 color:#d61717;
 display:block;
 text-align:center;
 margin:0 auto;
 padding:7px 0 10px 0;
 text-decoration:underline;
 font-style:normal;
}
#packages_wrap a:hover em{
 text-decoration:none;
}
@media(max-width:1150px){
 #packages_wrap{
  padding:15px;
 }
}
/* ----------------------------------------------- FOOTER --------------------------------------------------------------------------------- */
footer{
 width:100%;
 background-color:#202020;
}
footer h2,footer a,footer address,footer p{
 font-family:Segoe UI,Segoe;
 color:#ddd;
 font-weight:normal;
 font-style:normal;
}
footer h2{
 font-size:14pt;
 padding-bottom:15px;
}
footer a{
 font-size:10pt;
}
footer a:hover{
 color:#fff;
}
footer address{
 font-size:10pt;
 line-height:15pt;
 padding:0 0 20px 18px;
}
footer span{
 color:#be1014;
}
footer p{
 font-size:10pt;
}
#section_top strong{
 display:none;
}
#section_bottom{
 width:95%;
 max-width:1312px;
 padding:20px;
 margin:0 auto;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
 text-align:center;
}
#footer_copyright{
 display:inline-block;
 position:relative;
 top:-6px;
 padding-right:75px;
}
#section_bottom strong{
 font-family:Segoe UI Black,SegoeBlack;
 font-weight:bold;
 display:inline-block;
 padding:0 7px;
}
#footer_social{
 display:inline-block;
}
#footer_social li{
 display:inline-block;
 width:24px;
 height:24px;
 margin-left:15px;
}
#footer_social a{
 background:url(http://www.ikospot.com/imgs/design/foot_social.png);
 background-size:74px;
 display:block;
 width:24px;
 height:24px;
}
#footer_social_fb a{
 background-position:0 0;
}
#footer_social_fb a:hover{
 background-position:0 24px;
}
#footer_social_tw a{
 background-position:49px 0;
}
#footer_social_tw a:hover{
 background-position:49px 24px;
}
#footer_social_gp a{
 background-position:24px 0;
}
#footer_social_gp a:hover{
 background-position:24px 24px;
}
@media(max-width:1300px){
 #footer_list_1,#footer_list_2,#footer_list_3{
  padding-right:30px;
 }
 #section_top ul{
  padding-right:20px;
 }
}
@media(max-width:700px){
 #footer_copyright{
  text-align:center;
  margin:0 auto 20px auto;
  display:block;
  padding:0;
 }
 footer_social_fb{
  margin-left:0;
 }
}

/*@media(max-width:500px){
 #footer_copyright{
  padding-right:0;
  width:100%;
  padding:10px 0 15px 0;
 }
 #footer_social_fb{
  margin-left:0!important;
 }
}*/
/* ----------------------------------------------- UNIVERSAL STYLES --------------------------------------------------------------------------------- */
.iko_universal_red_title{
 color:#d61717;
 width:100%;
 display:block;
 font-size:14pt;
 line-height:1.2em;
 margin:20px 0 0 0;
}
.iko_universal_form_title_black{
 color:#333;
 font-size:10.5pt;
 font-weight:500;
 font-family:Segoe UI,Segoe;
 display:block;
 margin:20px 0;
}
.iko_universal_form_title_grey{
 color:#333;
 font-size:10.5pt;
 font-weight:bold;
 font-family:Segoe UI Light,SegoeLight;
 display:block;
 margin:10px 0 10px 10px;
}
.iko_universal_dropdown{
 height:40px;
 float:left;
 margin:0;
 padding:8px 10px 10px 10px;
 box-shadow:none;
 border:1px solid #ddd;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
 -webkit-appearance:none;-moz-appearance:none;appearance:none;
 background:transparent;
 background:url(http://www.ikospot.com/imgs/design/arrow_bottom_ccc.png);
 background-position:top 16px right 3px;
 background-repeat:no-repeat;
 background-color:#fff;
 border-radius:0;
 font-family:Segoe UI,Segoe;
 font-size:10.5pt;
 color:#666;
}
.iko_universal_dropdown:hover,.iko_universal_dropdown:focus{
 cursor:pointer;
 background:url(http://www.ikospot.com/imgs/design/arrow_bottom_d61717.png);
 background-position:top 16px right 3px;
 background-repeat:no-repeat;
 background-color:#fff;
 box-shadow:0 0 4px 0 #aaa;
}
.iko_universal_input{
 font-family:Segoe UI,Segoe;
 font-size:10.5pt;
 color:#666;
 padding:8px 10px 10px 10px;
 border:1px solid #ddd;
 height:40px;
}
.iko_universal_input:hover, .iko_universal_input:focus{
 box-shadow:0 0 4px 0 #aaa;
}
::-webkit-input-placeholder {
 color:#666;
}
:-moz-placeholder {
 color:#666;
}
::-moz-placeholder {
 color:#666;
}
:-ms-input-placeholder {
 color:#666;
}
.iko_universal_textfield{
 resize:vertical;
 border:1px solid #ddd;
 color:#666;
 font-size:10.5pt;
 font-family:Segoe UI,Segoe;
 padding:10px;
}
.iko_universal_textfield:focus, .iko_universal_textfield:hover{
 box-shadow:0 0 4px 0 #aaa;
}
.iko_universal_plus,.iko_universal_edit{
 position:absolute;
 font-size:16pt;
 font-weight:bold;
 display:block;
 right:-33px;
 color:#009900;
 background:none;
 box-shadow:none;
 border:none;
 bottom:6px;
 width:16px;
 height:16px;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
}
.iko_universal_plus:before{
 display:block;
 position:absolute;
 content:" ";
 color:#009900;
 top:1px;
 right:4px;
 width:16px;
 height:16px;
 background-image:url(http://www.ikospot.com/imgs/design/button_add.png);
 background-size:16px 32px;
 background-repeat:no-repeat;
 background-position:0 -16px;
}
.iko_universal_edit:before{
 display:block;
 position:absolute;
 content:" ";
 color:#009900;
 top:1px;
 right:4px;
 width:16px;
 height:16px;
 background-image:url(http://www.ikospot.com/imgs/design/button_edit.png);
 background-size:16px 32px;
 background-repeat:no-repeat;
 background-position:0 -16px;
}
.iko_universal_plus:hover,.iko_universal_edit:hover{
 color:#666;
 cursor:pointer;
}
.iko_universal_plus:hover:before,.iko_universal_edit:hover:before{
 background-position:0 0;
}
.iko_universal_footnote{
 font-family:Segoe UI,Segoe;
 font-style:italic;
 font-size:9.2pt;
 font-weight:500;
 color:#999;
}
.iko_universal_red_message_wrap{
 width:100%;
 margin-bottom:20px;
 border:2px solid #d61717;
 clear:both;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
.iko_universal_red_message_wrap:last-child{
 margin-bottom:0;
}
.iko_universal_red_message_title{
 width:100%;
 background-color:#d61717;
 color:#fff;
 position:relative;
 font-weight:600;
 padding:14px 40px 15px 14px;
 word-break:normal;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
 font-size:12pt;
}
.iko_universal_red_message_title a{ /*the X closing the message HAS TO BE A LINK*/
 width:23px;
 height:22px;
 display:block;
 background:url(http://www.ikospot.com/imgs/iko/delete.png);
 background-repeat:no-repeat;
 background-position:top center;
 background-size:23px 45px;
 position:absolute;
 top:11px;
 right:10px;
 font-family:Segoe UI Light,SegoeLight;
}
.iko_universal_red_message_title a:hover{
 background-position:bottom center;
}
.iko_universal_red_message_text{
 width:100%;
 color:#333;
 padding:20px;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
 line-height:1.3em;
 font-family:Segoe UI Light,SegoeLight;
 font-size:11pt;
}
.iko_universal_red_message_text p:not(:last-child){
 margin-bottom:15px;
}
@media(max-width:700px){
 .iko_universal_red_message_text{
  font-size:10pt;
  line-height:19px;
  padding:15px;
 }
 .iko_universal_red_message_title{
  font-size:10.5pt;
 }
}
.iko_universal_submit{
 display:block;
 font-family:Segoe,Segoe UI,SegoeItalic;
 font-weight:normal;
 border-radius:0px;
 width:256px;
 border:0;
 color:#ddd;
 background-color:#333;
 font-size:14pt;
 text-transform:uppercase;
 padding:7px 0 10px 0;
 height:40px;
 margin-bottom:0;
}
.iko_universal_submit_a{
 text-align:center;
 height:23px!important;
 padding:11px 0 6px 0!important;
}
.iko_universal_submit:hover{
 color:#fff;
 cursor:pointer;
}


p.error_msg{
 clear:both;
 color:#fff!important;
 font-weight:600;
 background-color:#d61717;
 font-size:10.5pt;
 display:block;
 padding:15px;
 margin-bottom:20px;
 max-width:1088px;
 width:100%;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
p.error_msg span{
 font-family:Segoe UI Black,SegoeBlack;
}
p.error_msg a{
 font-family:Segoe UI Black,SegoeBlack;
 text-decoration:underline;
 color:#f1f1f1;
 line-height:1.3em;
}
p.error_msg a:hover{
 color:#fff;
 text-decoration:none;
}


.iko_commentary{
 margin:0 0 20px 0;
 color:#333;
 font-size:10.5pt;
 font-weight:bold;
 font-family:Segoe UI Light,SegoeLight;
}
.iko_commentary:before{
 content:'{';
 position:relative;
 display:inline-block;
 top:2px;
 float:left;
 width:10px;
 height:14px;
 margin:2px 5px 0 0;
 font-family:Segoe UI,Segoe;
 color:#d61717;
 font-size:16pt;
 font-weight:700;
}
.iko_commentary:after{
 content:'}';
 position:relative;
 display:inline-block;
 top:2px;
 right:0;
 width:10px;
 height:14px;
 margin:2px 0 0 5px;
 font-family:Segoe UI,Segoe;
 color:#d61717;
 font-size:16pt;
 font-weight:700;
}
</pre></body></html>