/* Minification failed. Returning unminified contents.
(60,1): run-time error CSS1019: Unexpected token, found '@import'
(60,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Open+Sans:400,700)'
 */
html, body, div, span, applet, 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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

*,
*:after,
*:before {
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after,
.row:after {
  display: table;
  content: " ";
}

.clearfix:after,
.row::after {
  clear: both;
}

.col-1 {
  width: 8.333333333333333%;
}

.col-2 {
  width: 16.66666666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333333333%;
}

.col-5 {
  width: 41.66666666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333333333333%;
}

.col-8 {
  width: 66.66666666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333333333%;
}

.col-11 {
  width: 91.66666666666667%;
}

.col-12 {
  width: 100%;
}

[class*='col-'] {
  float: left;
  padding-right: 20px;
}

  [class*='col-']:last-of-type {
    padding-right: 0;
  }


html, body {
  height: 100%;
  margin: 0;
}

.content {
  min-height: 100%;
}

.content-inside {
  padding-bottom: 280px;
}




body {
  color: #685206;
  color: #222;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}

p {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 26px 0;
}

h1 {
  color: #336699;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}


h2 {
  color: #336699;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 10px;
  text-align: center;
  color: #D69746;
}


h3 {
  color: #336699;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  margin: 0 0 10px;
  text-align: center;
}

a {
  text-decoration: none;
  color: #685206;
}

  a:visited {
    color: #685206;
  }

  a:hover {
    text-decoration: underline;
    font-weight: 600;
    color: #336699;
  }




.bold {
  font-weight: 600;
}


.text-left {
  text-align: left;
}



.list {
  list-style: disc;
  padding-left: 30px;
}

  .list li {
    margin: 10px 0;
  }

.list-pdf {
  list-style: none;
  padding-left: 0px;
}

  .list-pdf li {
    margin: 10px 0;
    background: url('/content/pdf-icon.gif') no-repeat 0 0px;
    padding-left: 30px;
  }

.numbered-list {
  list-style: decimal;
  padding-left: 30px;
}

  .numbered-list li {
    margin: 10px 0;
  }

.devider {
  margin: 40px 0;
  border: none;
  border-top: 5px dotted #eee;
  border-top: 1px dotted #999;
}



header {
  position: relative;
  background: #D6EBFF;
  background: #c1d4e6;
  height: 120px;
  height: 80px;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  border-bottom: 1px solid #336699;
}

  header img {
    position: relative;
    top: 50%;
    margin: 25px 0 0 10px;
    margin-top: -32px;
  }

  header nav {
    position: absolute;
    right: 110px;
    top: 0px;
    z-index: 800;
  }


nav ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

  nav ul:before, nav ul:after {
    content: "";
    display: table;
  }

  nav ul:after {
    clear: both;
  }

  nav ul > li {
    float: left;
    position: relative;
  }




nav a {
  display: block;
  padding: 20px 30px;
  line-height: 1.2em;
  text-decoration: none;
  color: #336699;
}

  nav a:hover {
    text-decoration: none;
    font-weight: 300;
    color: #336699;
  }

  nav a:visited {
    color: #336699;
  }



nav ul li:hover > a {
  color: #fff;
}

nav ul li:hover {
  background: #999;
  background: #d69746;
  color: #fff;
}


nav li ul {
  background: rgba(248,248,248,0.8);
}

  nav li ul li {
    width: 200px;
  }

  nav li ul a {
    border: none;
  }

    nav li ul a:hover {
      background: rgba(0,0,0,0.2);
    }

nav li ul {
  position: absolute;
  left: 0;
  top: 58px;
  z-index: 1000;
}

  nav li ul li {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
  }

nav ul > li:hover ul li {
  height: 58px;
}

#hero {
  overflow: hidden;
}


  #hero img {
    width: 100%;
    border-bottom: 1px solid #336699;
    display: none;
  }


    #hero img:first-of-type {
      display: block;
    }


/* pager */
.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: 10px;
  overflow: hidden;
}

  .cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
  }

    .cycle-pager span.cycle-pager-active {
      color: #D69746;
    }

  .cycle-pager > * {
    cursor: pointer;
  }

/* display paused text on top of paused slideshow */
.cycle-paused:after {
  content: 'Paused';
  color: white;
  background: black;
  padding: 10px;
  z-index: 500;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  opacity: .5;
  filter: alpha(opacity=50);
}

.container {
  /*width: 1000px;*/
  max-width: 1000px;
  margin: 0px auto;
  overflow: hidden;
  padding-top: 20px;
}

#latest {
  background: #f2f6fa;
  color: #111;
  border-top: solid 1px #d69746;
}

  #archive span,
  #latest span {
    font-weight: 600;
  }

  /*#latest p {
    margin-top: 26px;
    color: #444;
  }*/

  #latest h1 {
    color: #444;
  }

  #latest a {
    text-decoration: none;
    color: #d69746;
  }

    #latest a:hover {
      text-decoration: underline;
      font-weight: 600;
      color: #d69746;
    }

    #latest a:visited {
      color: #d69746;
    }

#archive span {
  color: #888;
}

#archive a {
  text-decoration: none;
  color: #d69746;
}

  #archive a:hover {
    text-decoration: underline;
    font-weight: normal;
  }

#archive ul {
  margin-left: 30px;
  list-style: disc;
  font-size: 1em;
}

footer {
  background: #adbecf;
  color: #fff;
  padding-top: 26px;
  border-top: solid 1px #444;
  height: 280px;
  margin-top: -280px;
}

  footer h3 {
    text-align: left;
    color: #666;
    text-transform: uppercase;
  }

  footer p {
  }

  footer a {
    color: #fff;
  }


    footer a:visited {
      color: #fff;
    }

    footer a:hover {
      text-decoration: underline;
      color: #336699;
    }


  footer li {
    margin: 5px 0;
    text-justify: distribute;
  }

.container ul,
.container ol {
  /*color: #685206;*/
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 24px;
}

  .container ul li {
  }


article p:first-of-type {
  margin-top: 0px;
}






#licenseelist {
  width: 100%;
  font-size: 10pt;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

  #licenseelist img {
    border: 0;
  }

  #licenseelist tr.big-header {
    background: rgba(242,246,248,1);
    background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,246,248,1)), color-stop(50%, rgba(216,225,231,1)), color-stop(51%, rgba(181,198,208,1)), color-stop(100%, rgba(224,239,249,1)));
    background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
    background: -o-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
    background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
    background: linear-gradient(to bottom, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0 );
  }

    #licenseelist tr.big-header th {
      width: 100%;
      border: solid 1px #bdcfd8;
      border-radius: 6px 6px 0px 0px;
      font-size: 1.5em;
      background: rgba(248,248,248,0.8);
      color: #0f4762;
      padding: 10px;
      font-weight: 400;
    }


  #licenseelist th.legend {
    border: solid 1px #bdcfd8;
    text-align: left;
    padding: 0;
  }

    #licenseelist th.legend h1 {
      font-size: 12pt;
      font-weight: normal;
      color: #0f4762;
      text-align: center;
      padding: 5px;
      margin: 0;
    }

    #licenseelist th.legend div {
      line-height: 24px;
      font-size: 1em;
      overflow: hidden;
      padding: 1px 2px 1px 1px;
    }

licenseelist th.legend div div {
  color: red;
}


#licenseelist th.legend div img {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}


.sm-col {
  width: 24px;
}

#licenseelist th.sm-col {
  border: solid 1px #bdcfd8;
  width: 24px;
  height: 100%;
}

  #licenseelist th.sm-col span {
    display: inline-block;
    transform: rotate(270deg);
    transform-origin: 510% 510%;
    /*transform: rotate(90deg);*/
    font-size: 11px;
    white-space: nowrap;
    width: 24px;
    text-align: center;
    padding: 0;
    line-height: 24px;
  }


#licenseelist td {
  border: solid 1px #bdcfd8;
}

#licenseelist tr {
  line-height: 12px !important;
  font-size: 12px;
}

  #licenseelist tr.sublic td {
    background: rgba(248,248,248,0.8);
  }


#licenseelist td.company {
  padding-left: 0;
  line-height: 24px;
  vertical-align: middle;
}



#licenseelist td.sub {
  padding-left: 0;
  line-height: 24px;
  vertical-align: middle;
}

  #licenseelist td.company img,
  #licenseelist td.sub img {
    float: left;
    margin: 0 5px 0 5px;
  }

  #licenseelist td.sub img {
    margin-left: 30px;
  }

#filter {
  width: 100%;
  border: solid 1px #bdcfd8;
  border: solid 1px #ff0000;
  border-radius: 4px;
}


.form-notice {
  text-align: center;
  font-size: 1.2em;
  color: #336699;
  display: block;
}

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  margin-bottom: 200px;
  font-size: 16px;
  margin-top: -360px;
  padding-top: 360px;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}




.form {
  margin-left: auto;
  margin-right: auto;
  width: 400px; /*whatever width you want*/
}


  /* Reset top and bottom margins from certain elements */
  .form-header,
  .form p {
    margin-top: 0;
    margin-bottom: 0;
  }

/* The triangle form is achieved by a CSS hack */
.form-triangle {
  width: 0;
  margin-right: auto;
  margin-left: auto;
  border: 12px solid transparent;
  border-bottom-color: #336699;
}

.form-header {
  background: #336699;
  padding: 20px;
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.form-container {
  background: #ebebeb;
  border: solid 1px #ccc;
  padding: 12px;
}

  .form-container span {
    display: block;
    font-size: .80em;
    text-align: center;
  }

/* Every row inside .login-container is defined with p tags */
.form p {
  padding: 4px;
}

.form input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  outline: 0;
  font-family: inherit;
  font-size: 0.95em;
}

  .form input[type="text"],
  .form input[type="password"] {
    background: #fff;
    border-color: #bbb;
    color: #555;
    background-repeat: no-repeat;
    background-position: 6px;
    border: 1px solid #dadada;
    margin-top: 10px;
    padding-left: 35px;
  }

  .form input[type="text"] {
    background-image: url('user.png');
  }

    .form input[type="text"].email-user {
      background-image: url('email-user.png');
    }

  .form input[type="password"] {
    background-image: url('lock.png');
  }
  .form input[type="text"].email-user {
      background-image: url('email-user.png');
    }

  .form input[type="text"].email {
      background-image: url('email.png');
    }

  .form input[type="text"].company {
      background-image: url('company.png');
    }

    /* Text fields' focus effect */
    .form input[type="text"]:focus,
    .form input[type="password"]:focus {
      border-color: #888;
    }

  .form input[type="submit"] {
    background: #336699;
    border-color: transparent;
    color: #fff;
    cursor: pointer;
    border-radius: 16px;
  }

    .form input[type="submit"]:hover {
      background: #2d5986;
    }

    /* Buttons' focus effect */
    .form input[type="submit"]:focus {
      border-color: #888;
    }


    .form input[type="text"].last-name {
  box-sizing: border-box;
  display: inline;
  width: 1em;
  border-width: 0px;
  border-style: solid;
  padding: 10px;
  outline: 0;
  font-family: inherit;
  font-size: 0.95em;
  background-color: transparent;
  background-image: none;
  position:absolute;

}

.form p textarea {
  display: block;
  border: 1px solid #dadada;
  height: 8em;
  width: 100%;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-size: .95em;
}


a.button-link {
  background: #336699;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
  border-radius: 16px;
  display: block;
  text-align: center;
  padding: 8px;
  width: 300px;
  margin: 0 auto;
}

a.button-link {
  background: #2d5986;
}

/* Buttons' focus effect */
a.button-link {
  border-color: #888;
}

a.button-link {
  text-decoration: none;
}

span.smaller {
  font-size: .85em;
}

.error-state {
  color: red;
}

.validation-summary-errors {
  color: red;
  font-size: .75em;
}

  .validation-summary-errors ul {
    padding: 10px;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
  }


span.field-validation-error {
  display: inline !important;
  color: red;
}

  span.field-validation-error span {
    display: inline !important;
    color: red;
  }


.form input[type="text"].input-validation-error,
.form p textarea.input-validation-error {
  border-color: crimson;
}


.modal {
  position:absolute;
  z-index: 300;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0, .7);
  background: rgba(255,255,255, 1);
  display: none;
}


.modal.on {
  display:flex;
  align-items:center;
  justify-content:center;
}

.modal img {

  height:300px;
}


