/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* RESET */  
  ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  ::selection {
    background: #b3d4fc;
    text-shadow: none;
  }

  body::-webkit-scrollbar {
    width: .9em;
  }     
  body::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 2px 0px 4px rgba(0,0,0,0.3);
  }     
  body::-webkit-scrollbar-thumb {
    background-color: #4795ff;
    outline: 1px solid #4795ff;
  }  
    
  /* Box Model */
    *, *:before, *:after {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

  html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
  }
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  body {
    -webkit-text-size-adjust: none;
  }
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }
  a, a:hover, a:focus, a:active, a.active {
    outline: 0;
    text-decoration: none;
  }
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  textarea {
    resize: vertical;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #d0d3d4;
    margin: 1em 0;
    padding: 0;
  }
  ol,
  ul {
    margin-bottom: 24px;
    padding: 0 20px 0 40px;
  }
  img {
    width: auto;
    max-width: 100%;
  }

/* BASIC */  
  body {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Roboto', Arial, sans-serif;
    overflow-x: hidden;
    background: #ffffff;
    color: #1d252c;
  }
  p {
    color: #4E4E4E;
    padding: 0;
    margin: 0;
    line-height: 1.2
  }
  button, input, optgroup, select, textarea {
    font-family: 'Roboto', Arial, sans-serif;
    outline: 0;
    border: 0;

      -webkit-transition: all .3s linear;
      -moz-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
  }
  a,
  a:visited {
    text-decoration: none;
    font-weight: 600;
    color: #6F2B64;

      -webkit-transition: all .3s linear;
      -moz-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
  }
  a:hover,
  a:focus,
  a:active {
    color: #19303e;            
  }

  .ic-backIMG {
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  /* Titles */
    h1, h2, h3, h4, h5, h6 {
      color: #6F2B64;
      text-transform: uppercase;  
    }

    h1 {
      display: block;
      font-size: 2.2em;
      font-weight: 300;
      line-height: 1.2;
      margin-bottom: 18px;
    }
    h2 {
      display: block;
      font-size: 2em;
      font-weight: 300;
      line-height: 1.2;
      letter-spacing: 0.05em;
      margin-bottom: 18px;
    }
    h3 {
      display: block;
      font-size: 1.8em;
      font-weight: 300;
      line-height: 1.2;
      color: #19303e;
      margin: 0;
    }
    h4 {
      display: block;
      font-size: 1.2em;
      line-height: 1.2;
      font-weight: 600;
      margin: 0;
    }
    h5 {
      display: block;
      font-size: 1.1em;
      line-height: 1.2;
      font-weight: 600;
      margin: 0;
    }
    h6 {
      display: block;
      font-size: 1em;
      line-height: 1.2;
      font-weight: 600;
    }

  /* Form */
    input[type=text],
    input[type=email],
    input[type=password],
    textarea {
      position: relative;
      width: 100%;
      height: 40px;
      line-height: 40px;
      margin: 5px auto 0;
      padding: 0 8px 0;
      font-size: 1em;
      font-weight: 300;
      color: #000000;
      background: #fff;
      border: 1px solid #E2E2E2;
      outline: 0;
      text-overflow: ellipsis;
      box-shadow: none;
      border-radius: 4px;
    }
    textarea {
      height: 100px;
      line-height: 1.2;
      padding: 10px 8px;
    }
    
    /* Buttons */
      input[type=submit],
      .ic-button,
      .ic-button:visited {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding: 12px 30px;
        font-size: 1.1em;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.05em;
        text-decoration: none;
        cursor:pointer;
        text-align: center;
        border: 0px;
        color: #fff;
        background-color: #6F2B64;
        border-radius: 4px;
        
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
      }
      input[type=submit]:hover,
      .ic-button:hover,
      .ic-button:focus,
      .ic-button:active {
        color: #fff; 
        background-color: #381632; 
      }
	  
	  input[type=submit]:disabled{
		opacity: .2!important;
	  }
	  
	  input[type=submit].ic-executing {
		  background-color: #E1E1E1;
		  background-position: left center;
		  background-image: url("../../resources/img/large-loading.gif");
		  background-repeat: no-repeat;
	  }

    /* Checkbox */  
      /* Base for label styling */
        [type="checkbox"]:not(:checked),
        [type="checkbox"]:checked {
          position: absolute;
          left: -9999px;
        }
        [type="checkbox"]:not(:checked) + label,
        [type="checkbox"]:checked + label {
          position: relative;
          padding-left: 25px;
          cursor: pointer;
          font-weight: 600;
        }

      /* checkbox aspect */
        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
          content: '';
          position: absolute;
          left:0; 
          top: 1px;
          width: 16px; 
          height: 16px;
          border: 1px solid #d0d3d4;
          background: #fff;
          border-radius: 0;
          box-shadow: none
        }

      /* checked mark aspect */
        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
          content: '✔';
          position: absolute;
          top: -2px;
          left: 2px;
          font-size: 24px;
          line-height: 0.8;
          color: #8d2218;
        }

      /* checked mark aspect changes */
        [type="checkbox"]:not(:checked) + label:after {
          opacity: 0;
          transform: scale(0);
        }
        [type="checkbox"]:checked + label:after {
          opacity: 1;
          transform: scale(1);
        }

      /* disabled checkbox */
        [type="checkbox"]:disabled:not(:checked) + label:before,
        [type="checkbox"]:disabled:checked + label:before {
          box-shadow: none;
          border-color: red;
          background-color: #ddd;
        }
        [type="checkbox"]:disabled:checked + label:after {
          color: #999;
        }
        [type="checkbox"]:disabled + label {
          color: #aaa;
        }
      
      /* accessibility */
        [type="checkbox"]:checked:focus + label:before,
        [type="checkbox"]:not(:checked):focus + label:before {
          border: 1px dotted blue;
        }
		
/* Unsubscribe */		
   
	.ic-hidden {
		display:none;
	}
	.ic-validating img, .ic-validating form{
		display: none;
	}
	.ic-valid-hash form {
		display: none;
	}
	#ic-icon-msg {
		max-width: 280px;
		margin: 20px auto;
		vertical-align: middle;
	}
	#ic-form.ic-unsubscribe  {
		max-height: 460px;
	}
	#ic-form.ic-validating {
		max-height: 290px;
	}
	#ic-form.ic-valid-hash {
		max-height: 280px;
	}
	.ic-unsubscribe #ic-legend {
		max-width: 280px;
	}
	.ic-check {
		display:block!important;
		margin-bottom: 10px;
	}
	.ic-check:before {
		font-size: 3em;
	}
	.ic-yes {
		color: #2c7032;
	}
	.ic-no {
		color: red;
	}
	
/* Login */
  #ic-login {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #ic-login:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: transparent url('../../resources/img/bg-dots.png') repeat;
    opacity: .3
  } 
 
  #ic-form {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 490px;
    max-height: 560px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    padding: 40px 35px 10px;
    z-index: 10;
  }
  #ic-form > img {
    width: 350px
  }
  #ic-form > p {
    margin: 20px auto;
    max-width: 250px;
  }
  label {
    display: block;
    text-align: left;
    max-width: 300px;
    margin: 20px auto;
  }

  #ic-forgot {
    background: transparent;
    color: #6F2B64; 
    display: block;
    text-align: center;
    width: 100%;
    margin: 60px auto 0;
    font-weight: 500;
  }

  #ic-forgotPass {
    display: none;

    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 320px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
  }
  #ic-forgotPass p {
    max-width: 320px;
    margin: 0 auto
  }
  #ic-forgotPass form {
    display: block;
    position: relative;
    margin-top: 40px;
    padding: 60px 30px 20px;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.5);
  }
  #ic-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  #ic-cancel {
    max-width: 28.5%;
    margin: 0 auto 0 0;
    padding: 12px 0;
    font-size: .9em
  }
  #ic-requestNew {
    max-width: 70%;
    margin: 0 0 0 auto;
    padding: 12px 0;
    text-align: center;
    font-size: .9em;
  }
  #ic-close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #828282;
    font-size: 1.2em;
  }
  #errorLogin {
    display: none;
    max-width: 370px;
    margin: 10px auto -42px;
    padding: 6px;
    border-radius: 2px;
    font-size: .85em;
    line-height: 1.4;
    color: #fff;
    background: #e53535;
  }
  #errorLogin.visible {
    display: block;
  }
  #errorForgotPwd {
    display: none;
    max-width: 360px;
    margin: 20px auto -38px;
    padding: 6px;
    border-radius: 2px;
    font-size: .85em;
    color: #fff;
    background: #e53535;
  }
  #errorForgotPwd.visible {
    display: block;
  }
  footer {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 4;
    text-align: center;
  }
  footer p {
    color: #fff;
    max-width: 490px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: .9em
  }
  footer em {
    font-style: normal;
  }



@media only screen and (max-width: 600px) {
  #ic-login {background: #fff;background-image:none !important}
  #ic-form {box-shadow: none;background:transparent;}
  footer p {color:#4e4e4e;font-size: .7em;padding: 0 10px;line-height: 1.4}
}
@media only screen and (max-height: 680px) {
  #ic-form {overflow-y: auto;margin: 20px auto}
}
@media only screen and (max-height: 600px) {
  #ic-form {margin: 10px auto; max-height:calc(100% - 20px);}
}
