
/* General ------------------------------------------------------------------ */

img {
  width: 100%;
}

.wrapper {
  max-width: 1850px;
  overflow: hidden;
}

.flex-wrapper {
  display: flex;
  min-height: calc(100vh - 90px);
  flex-direction: column;
  justify-content: flex-start;
}

/* Links -------------------------------------------------------------------- */

.nodec {
  text-decoration: none !important;
  border: 0 !important;
}

.linkshort {
  display: none;
}

.footerlink {
  color:  rgb(0,86,150) !important;
}

/* Structure --------------------------------------------------------------- */

#page {
}

/* Top Navigation Bar-------------------------------------------------------- */

.logo {
  margin-left: -12px; 
}

.slicknav_menu {
  display:none;
}

#menu-overlay {
  display: none;
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}

.ul_menu, #menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu {
  display: table; 
  height: 50px;
  z-index: 5;
}

#menu .parent {
  float: left;
  padding: 30px 0 0 0;
  margin-right: 15px;
  font-size: 150%;
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
  width: 100px;
  border-bottom: rgb(238,238,238) 10px solid;
  text-align: center;
}

#menu .parent:hover { 
  border-bottom: rgb(0,86,150) 10px solid;  
}

.menu-open { 
  border-bottom:  rgb(0,86,150) 10px solid !important;  
}

#menu .parent .sub-nav { 
  display: none; 
}

#menu .parent .sub-nav { 
  position: absolute;
}

#menu .parent .sub-nav {
  list-style: none;
  background: #ddd;
  margin: 0;
  min-width: 100px;
  margin-left: 0px;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 66%;
  text-align: left;
  z-index: 10;
}

#menu .parent .sub-nav li:not(:last-child) {
  border-bottom: 1px solid #efefef;
}

#menu li a {
  color: inherit !important;
  text-decoration: none !important;
  border: 0 !important;
}

#menu li a:visited {
  color: inherit !important;
  text-decoration: none !important;
  border: 0 !important;
}

#menu li a:hover {
  color: inherit !important;
  text-decoration: none !important;
  border: 0 !important;
}

.sub-nav li:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: gray;
  color: white;
 }

.sub-nav a {
  display: block;
  padding: 0 5px;
  margin: 2px;
  }

.slicknav_menu a, .leftnav a {
  color: rgb(0,86,150) !important;
  text-decoration: none !important;
  border: 0 !important;
  }

.slicknav_menu a:visited,  .leftnav a:visited {
  color: rgb(0,86,150) !important;
  text-decoration: none !important;
  border: 0 !important;
  }

.slicknav_menu a:hover, .leftnav a:hover {
  color: inherit !important;
  text-decoration: none !important;
  border: 0 !important;
  }

.login-container {
  top: 0px; 
  margin-top: 1px;
}

.loginbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: right;
  background: #eee;
  border-bottom: 1px solid #fff;
  border-radius: 3px;    
}

.loginbox li {
  float: left;          
}

.loginbox #login,
.loginbox #loggedin {
  border-right: 1px solid #ddd;
  box-shadow: 1px 0 0 #fff;  
}

.loginbox #login-trigger,
.loginbox #loggedin a,
.loginbox #logout a,
.loginbox #signup a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  padding: 0 8px;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 #fff; 
}

.loginbox #logout a:visited,
.loginbox #signup a:visited {
  border-bottom: rgb(105,190,255) 2pt solid;
}


.loginbox #signup a {
}

.loginbox #login-trigger {
}

.loginbox #login-trigger:hover,
.loginbox #login .active,
.loginbox #signup a:hover,
.loginbox #loggedin a:hover,
.loginbox #logout a:hover {
  background: #fff;
  border-bottom: rgb(0,86,150) 2pt solid;
}

.loginbox #login-content {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 999;    
  background: #fff;
  background-image: linear-gradient(top, #fff, #eee);  
  padding: 15px;
  box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  border-radius: 3px 0 3px 3px;
  border: Gray 1pt solid;
}

.loginbox li #login-content {
  right: 0;
  width: 250px;  
}


/* Text Styles -------------------------------------------------------------- */

.text {
  font-size: 100%;
}

.text-indent-l1 {
  margin-left: 22pt;
}

/* Main Page Content -------------------------------------------------------- */

.rule {
  background-color: rgb(238,238,238); 
  height: 10px; 
  margin-top: -10px;
  margin-bottom: 10px;
}
 
.banner {
  margin: 0pt auto 30px;
  border: Black 1pt solid;
  height: 450px;
  background: rgb(61,65,63) url('../images/background-01.png') no-repeat;
  max-width: 1665px;
  } 

.bannerlang {
  float: right; 
  margin-top: 100px; 
  width: 40%;
}

.bannerlang p {
  color: White; 
  font-size: 25pt; 
  font-weight: bold; 
  text-align: left; 
  background: url('../images/background-tile-01.png'); 
  padding: 5pt;
}


.bannerlangalt p {
  color: White; 
  font-size: 18pt; 
  font-weight: bold; 
  text-align: left; 
  background: url('../images/background-tile-01.png'); 
  padding: 5pt;
}

.bannerhead {
  font-size: 18pt; 
  font-weight: bold; 
  text-align: left; 
  padding: 5pt;
  margin-bottom: 3px;
}

.bannertext {
  font-weight: bold; 
  text-align: left; 
  padding: 5pt;
  margin-top: 0;
  margin-bottom: 3px;
}


.bannersub {
  margin: 0 auto; 
  border: Black 1pt solid; 
  height: 450px; 
}

.bannerlangalt {
  float: left; 
  margin-top: 100px; 
  width: 40%;
}

.leftnav, .leftsidebar {
  background-color: rgb(238,238,238);
  border: Gray 1pt solid; 
  padding: 0 5px; 
  width: 300px; 
  float: left;
}

.leftnav p {
  margin: 0;
}

.leftnav a {
  display: block;
  font-weight: bold;
  padding: 5px 10px;
  margin: 2px 5px;
}

.active-page:before {
  content: url('../images/active-page.png'); 
  padding-right: 2px;
}

.active-page:after {
  content: url('../images/active-page-hover.png'); 
  position: fixed;
  left: -10000px;
  height: 1px;
  width: 1px;
}

.active-page:hover:before {
  content: url('../images/active-page-hover.png'); 
  padding-right: 2px;
}


.leftsidebar p > a {
  color: rgb(0,86,150) !important;
  font-weight: bold;
}

.leftnav p:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: gray;
  color: white;
}
 
.container {
}

.headline {
  font-size: 200%; 
  font-weight: bold; 
  margin: 0; 
  border-bottom: #faa635 3pt solid; 
  color: rgb(51, 51, 51); 
  width: 100%
}

.subheadline {
  font-size: 125%; 
  font-weight: bold; 
  margin: 0; 
  color: rgb(51, 51, 51); 
}

.subheadline2 {
  font-weight: bold;
  margin: 10pt;
  color: rgb(51,51,51);
  border-bottom: rgb(51,51,51) 1pt solid;
  }


.prod {
  float: left; 
  width: 33%; 
  text-align: center; 
  margin-top: 20px;
  cursor: pointer;
}

.prod div {
  margin: auto; 
  width: 98%; 
  max-width: 230px;
}

.prod p {
  margin: 6pt 6pt 6pt 0; 
  text-align: left;
}

.prod p:last-child {
  margin: 6pt 6pt 6pt 0; 
  text-align: left; 
  clear: both; 
  padding-top: 6pt;
}

.feature, .download-info {
  float: left; 
  width: 50%; 
  text-align: center; 
  margin-top: 20px;
  max-width: 584px;
}

.feature div {
  float: right;
  width: 40%;
  margin: 10px;
}

.spacer {
  clear: both
}

#featuredarticle {
  float: left; 
  width: 66%; 
  margin: 0 1% 0 0;
}

#news {
  float: right; 
  width: 33%; 
  margin: 0;
}

.blog-thumb {
  width: 250px !important; 
  height: 175px !important; 
  float: right !important; 
  background-size: cover !important; 
  background-repeat: no-repeat !important; 
  background-position: center !important;
  text-align: center; 
  border: 1pt solid gray; 
  margin-right: 10px; 
  margin-left: 10px;
}

.contactform {
  background-color: rgb(238,238,238);
  border: Gray 1px solid; 
  padding: 0; 
  margin: auto;
  display: table;
  table-layout: fixed;
  width: calc(100% - 2px);
}

.contactform div {
  padding: 5px 25px;
  display: table-cell;
  width: 48%;
}

.contactform div:last-child {
  border-left: 1pt dotted gray;
}

.member-row {
  width: 100%;
  padding-top: 10px
}

.member {
  float: left;
  width: 23%; 
  text-align: center; 
  padding: 1%;
  cursor: pointer;
}

/* Images */

.abt-img {
  width: 400px; 
  height: 200px; 
  float: right; 
  margin-left: 10pt;
}

/* Utility Download ------------------------------------------------------- */

.download-utility {
  float: right;
  width: 49%;
  background-color: rgb(227,255,252);
  border: 1pt gray solid;
  padding: 0;
  margin: 0;
}

.download-utility div:first-child {
  float: right;
  max-width: 115px;
  width: 25%;
  margin: 30px 10px 10px;
}



/* Related Download ------------------------------------------------------- */

.callout {
  width: 100%; 
  background: rgb(238,238,238); 
  border-radius: 15px; 
  padding: 10px;
}

#download-box {
  overflow: hidden;
}

#download-visible {
  position: relative;
  left: 0;
  width: 10000px
}

#reldl-left {
  float: left;
}

#reldl-right {
  float: right;
}

.utility-nav-btn {
  width: 50px;
  height: 50px;
}

.utility-nav-btn:hover {
  cursor: pointer;
}

.download-nav-btn {
  height: 50px;
  margin-top: 1.8%;
}

.download-nav-btn:hover {
  cursor: pointer;
}

.download {
  float: left;
  width: 175px; 
  max-height: 170px;
  text-align: center; 
  padding: 10px;
  cursor: pointer;
}

.download p {
  font-size: 90%; 
  text-align: center;
}

.thumb-download {
  width: 90px; 
  height: 90px; 
  margin: auto;
}

#downloadform {
  background-color: rgb(238,238,238);
  padding: 10px;
}

/* Community -------------------------------------------------------- */

.support-container {
  width: 100%;
  display: grid;
  grid-column-gap: 5px;
  grid-template-columns: 70% 30%;
}

#support-options {
  width: 100%;
  display: grid;
  grid-column-gap: 25px;
  grid-template-columns: 50% 50%;
}

.support-options {
  margin: 10px 10px 50px;
  width: 90%;
  background: linear-gradient(to bottom right, #f9f9f9, #eeeeee);
  padding-bottom: 10px;
  transition: background .5s;
}

.support-options:hover {
  background: radial-gradient(#e5f5fe 10%, #eeeeee 90%);
}


.option-container {
  display: table;
}

.option-container div {
  margin: auto; 
  display: table-cell;
  width: 50%;
  max-width: 300px;
  vertical-align: middle;
}


.support-options p {
  margin: 6pt 6pt 6pt 0; 
  text-align: left;
}

.support-download-container {
  background-color: #fff0dc;
  padding: 10px;
  margin-top: 10px;
}

.support-download {

}

/* Tag Cloud -------------------------------------------------------- */

.tagcloud {
  padding: 0 5px; 
  width: 250px; 
  float: left;
  text-align: center;
}

.download-container {
  margin: 0 0 0 10px; 
  float: right; 
  width: calc(100% - 280px);
}

.tag {
  display: inline-block;
  margin: 0.125rem;
  background: rgba(0, 100, 255, 0.2);
  border: 1px solid rgba(0, 0, 255, 0.2);
  transition: all 0.1s ease-in-out;
  text-align: left;
  cursor: pointer;
}

.tag p {
  margin: 0;
}

.tctag {
  display: block;
  padding: 0.4375rem;
  width: 100%;
}

.tctaginline {
  text-decoration: underline !important;
  color: #005596 !important;
  cursor: pointer;
}

.tag:last-child {
  display: block;
  font-weight: bold;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: right;
}

.tag:hover {
  background: rgba(0, 100, 255, 0.5);
}

.tchighest {
  font-size: 150%;
  font-weight: 900;

}

.tchigh {
  font-size: 120%;
  font-weight: 900;
}

.tcmedium {
  font-weight: 700;
}

.tclow {
  font-size: 90%;
  font-weight: 200;
  text-transform: lowercase;
}

.download-entry img {
  float: left;
  max-width: 90px;
  margin-right: 10px;
}

.download-entry div {
  float: left;
  max-width: calc(100% - 100px);
}

.download-entry h2 {
  margin-top: 0;
}

.download-entry:nth-child(even) {
  clear: both;
  padding: 10px;
  background: rgba(236, 236, 236, 0.05);
}

.download-entry:nth-child(odd) {
  clear: both;
  padding: 10px;
  background: rgba(0, 100, 255, 0.05);
}

#All {
  padding-left: 0 !important;
  padding-top: 5px;
  padding-bottom: 5px;
}


/* Link boxes ------------------------------------------------------- */

.website {
  border: 2px solid gray;
  color: #555;
  display: block;
  padding: 10px;
  box-sizing: border-box;
  text-decoration: none;
}

.website:hover {
  box-shadow: 2px 2px 5px rgba(0,0,0,.2);
}

.website img { 
  float: left;
  margin-right: 10px;
}

.website h3 {
  padding: 0;
  margin: 0;
  color: #369;
}

.website h4 {
  padding: 0;
  margin: 0;
  color: #000;
}

.lacc {
  color: #679cac !important;
  font-weight: bold;
}

.lacc:hover {
  background-color: #679cac !important;
  color: white !important;
}

.acc {
  color: #7fc57a !important;
  font-weight: bold;
}

.acc:hover {
  background-color: #7fc57a !important;
  color: white !important;
}

.nonacc {
  color: #a17ac5 !important;
  font-weight: bold;
}

.nonacc:hover {
  background-color: #a17ac5 !important;
  color: white !important;
}

.im {
  color: #e25a5a !important;
  font-weight: bold;
}

.im:hover {
  background-color: #e25a5a !important;
  color: white !important;
}

.ltrad {
  color: #e39c47 !important;
  font-weight: bold;
}

.ltrad:hover {
  background-color: #e39c47 !important;
  color: white !important;
}

.nus {
  color: #ea7cc7 !important;
  font-weight: bold;
}

.nus:hover {
  background-color: #ea7cc7 !important;
  color: white !important;
}

.gen {
  color: gray !important;
  font-weight: bold;
}

.gen:hover {
  background-color: gray !important;
  color: white !important;
}


/* Feature Tables ----------------------------------------------------------- */

#prodcompare, .gentab, .caltab {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

#prodcompare th {
  padding: 10px;
  background-color: rgb(238,238,238);
  border: 1px solid rgb(0,86,150);
  color: rgb(60, 60, 59);
}

#prodcompare th:first-child {
  background-color: white !important;
  border: 0 !important;
}

#prodcompare th:last-child {
  background-color: rgb(0,86,150) !important;
  color: white;
}

#prodcompare td {
  padding: 10px;
  border: 1px solid rgb(0,86,150);
  color: rgb(60, 60, 59);
}

.gentab th, .caltab th {
  padding: 10px;
  background-color: rgb(238,238,238);
  border: 1px solid gray;
  color: rgb(60, 60, 59);
}

.caltab td {
  padding: 10px;
  border: 1px solid gray;
}

.gentab td {
  padding: 10px;
  border: 1px solid gray;
  color: rgb(60, 60, 59);
}

.featurehead {
  cursor: pointer;
  font-weight: bold;
}

.featurehead:hover {
  background-color: rgb(185, 224, 247);
}


.featuretitle {
  transition: all 1s ease-in;
}

.featuretab {
  transition: all 1s ease-in;
}

.featuretitle-open {
  border-bottom-color: white !important;
}

.featuretab-open {
  border-top-color: white !important;
}

.featurecell {
  overflow: hidden; 
  padding: 0 10px !important;
  margin: 0;
}

.featurecallout {
  max-height: 0px;
  transition: max-height .75s cubic-bezier(0,1.05,.25,1);
}

.featurecallout-open {
  max-height: 1000px;
  transition: max-height .75s ease-in-out;
}

.featurecallout p {
  margin: 0;
}

.isfeature {
  color: green !important; 
  font-size: 200%; 
  text-align: center; 
  font-weight: 900;
}

/* Forms -------------------------------------------------------------------- */

.form-grid-2 {
  padding: 3px 10px 0;
  background-color: #ffffff;
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: 120px calc(100% - 130px);
  grid-row-gap: 2px;
}

.form-grid-2 .full-col {
  grid-column: 1/3;
}

.form-grid-2 .col-1 {
  grid-column: 1;
  margin-left: 10px;
}

.form-grid-2 .col-2 {
  grid-column: 2;
}

.error-msg {
  border: solid 2px #9D0000;
  background: linear-gradient(#C90000, #9D0000);
  padding: 5px;
  margin: auto;
  left: 0;
  width: 80%;
  z-index: 10;
  min-height: 47px;
}

.error-msg p {
  color: #ffffff;
  text-align: center;
  width: 80%;
  margin: auto;
}

.error-msg a {
  font-weight: bold;
  text-decoration: underline;
}

.error {
  text-align: center;
  color: #9D0000;
  font-weight: bold;
}

.privacy-control {
  position: fixed;
  left: -10000px;
  height: 1px;
  width: 1px;
}


/* COOKIE AGREEMENT ------------------------------------------------------------------------------------------------------------- */
.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: rgba(0, 85, 150, 0.9);
  width: 100%;
  z-index: 100;
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: 90% 10%;
  grid-row-gap: 2px;
}



/* Release Notes ------------------------------------------------------------ */

p.srn_title             {margin: 0; text-align: right; font: bold 14pt Arial, Helvetica, Sans-Serif}
p.srn_date              {margin: 6pt 0pt 24pt; text-align: right; font: bold 8pt Arial, Helvetica, Sans-Serif}
p.srn_section           {margin-top: 12pt; margin-bottom: 6pt; text-align: center; font: bold; background-color: Blue; color: White; padding-top: 2pt; padding-bottom: 2pt; font-weight: bold}
p.srn_hs_head           {margin-top: 0pt; margin-bottom: 3pt; margin-left: 22pt; text-align: justify; font: italic; font-style: italic}
p.srn_hs_item           {margin-top: 0pt; margin-bottom: 3pt; margin-left: 35pt; text-indent: -11pt; text-align: justify;}
p.srn_major             {margin-top: 12pt; margin-bottom: 6pt; text-align: center; font: small-caps bold; font-variant: small-caps; font-weight: bold}
p.srn_minor             {margin-top: 0pt; margin-bottom: 6pt; margin-left: 0pt; text-indent: 0pt; text-align: justify; font: bold; font-weight: bold}
p.srn_sub               {margin-top: 0; margin-bottom: 6pt; margin-left: 0pt; text-indent: 11pt; text-align: justify; font: italic; font-style: italic}
p.srn_item              {margin-top: 0; margin-bottom: 6pt; margin-left: 35pt; text-indent: -12pt; text-align: justify;}
p.srn_item_cnt          {margin-top: 0; margin-bottom: 6pt; margin-left: 35pt; text-align: justify;}
p.srn_list              {margin-top: 0; margin-bottom: 3pt; margin-left: 55pt; text-align: justify;}
p.srn_list_last         {margin-top: 0; margin-bottom: 6pt; margin-left: 55pt; text-align: justify;}
p.srn_code              {margin-top: 0; margin-bottom: 0pt; margin-left: 55pt; text-align: justify; font: 8pt Courier New, Courier, Monospace}
p.srn_code_last         {margin-top: 0; margin-bottom: 6pt; margin-left: 55pt; text-align: justify; font: 8pt Courier New, Courier, Monospace}
p.srn_image             {margin: 3pt 0pt 6pt; text-align: center;}
p.srn_normal            {margin-top: 0pt; margin-bottom: 6pt;  text-indent: 22pt; text-align: justify}
table.srn_normal        {}



/* Contact Form ------------------------------------------------------------- */

fieldset {
  border: medium none !important;
  margin: 0 0 10px 5px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

/* Buttons ------------------------------------------------------------------ */

.center {
  text-align: center;
  margin: auto;
}

.filter-btn {
  color: white;
  font-weight: bold;
  padding: 1em;
  border: 1px solid #1d1d1d;
  display: inline-block;
  cursor: pointer;
  font-size: 8pt;
  width: calc(13.5em - 1px);
  text-align: center;
  margin-bottom: 2px;
  transition: color 1s cubic-bezier(0.16, 0.08, 0.355, 1), background 1s cubic-bezier(0.16, 0.08, 0.355, 1);
}

#fyefilters .filter-btn {
  background-color: rgb(0,86,150);
  padding: .5em;
  width: 5em;
  }

.filter-btn-off {
  background-color: gray !important;
}


.btn-border {
  background-color: transparent;
  color: #1d1d1d;
}

#lacc {
  background-color: #679cac;
}

#acc {
  background-color: #7fc57a;
}

#nonacc {
  background-color: #a17ac5;
}

#im {
  background-color: #e25a5a;
}

#ltrad {
  background-color: #e39c47;
}

#nus {
  background-color: #ea7cc7;
}

.button {
  display: block; 
  width: 200px; 
  text-align: center; 
  border: 1pt solid gray; 
  background-color: rgb(238,238,238);
}

.button:hover {
  background-color: gray;
  color: white;
}

.button a {
  padding: 10px; 
  color: rgb(0,86,150); 
  text-decoration: none; 
  border: 0; 
  display: block; 
  font-weight: bold;
}

.button a:hover {
  color: inherit !important;
}


/* GFO Ad ------------------------------------------------------------------- */

.ad {
  font-size: 12px;
  font-family: tahoma;
  height: 140px;
  border: 2px solid #d6eeff;
  color: #555;
  display: block;
  padding: 10px;
  box-sizing: border-box;
  text-decoration: none;
  position: fixed;
  bottom: 140px;
  right: 2%;
  width: 350px;
  background-color: white;
  z-index: 100;
}

.ad:hover {
  box-shadow: 2px 2px 5px rgba(0,0,0,.2);
}

.ad h3 {
  padding: 0;
  margin: 0;
  color: #369;
}

.ad h4 {
  padding: 0;
  margin: 0;
  color: #000;
}

#close {
  float: right;
  display: inline-block;
  padding: 2px 5px;
  border: 1pt solid #ccc;
  cursor: pointer;
}

/* Footer ------------------------------------------------------------------- */

#footer-main {
  width: 100%; 
  background-color: rgb(238,238,238);
  padding-top: 5px;
  margin-top: auto;
}

#footernav {
  margin: 0 auto;
}

#footernav section {
  display: table; 
  width: 100%;
}


#footernav div:last-child {
  float: left; 
  margin: 0; 
  width: 21.25%;
}

#footernav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footernav ul li {
  margin: 5px 1px;
  font-size: 8pt;
  text-align: left;
}

#footernav section li {
  float: right;
  font-size: 8pt;
  margin: 5px 10px 10px;
  }

/* Software Registration ---------------------------------------------------- */

.software-key {
  width: 98%;
  margin: auto;
  background-color: rgb(225,242,255);
  border: rgb(0,86,150) 1pt solid;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
}

.software-key h2 {
  margin-top: 0;
  font-size: 120%;
}

.software-key img {
  max-width: 60px;
  float: right;
}

.regcomp {
  margin-top: 0;
  margin-bottom: 0;
  left-indent: 5pt;
  color: rgb(0,86,150);
  font: 8pt Arial, Helvetica, Sans-Serif;
  word-break: break-all;
  }

.regcount {
  margin-top: 0;
  margin-bottom: 0;
  left-indent: 5pt;
  color: rgb(0,86,150);
  font: 8pt Arial, Helvetica, Sans-Serif;
  }


/* Child Account Registration ----------------------------------------------- */

.child-account {
  width: 98%;
  margin: auto;
  background-color: rgb(225,242,255);
  border: rgb(0,86,150) 1pt solid;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
}

.child-account h2 {
  margin-top: 0;
  font-size: 120%;
}

.child-account h3 {
  margin-top: 0;
  margin-left: 20px;
  font-size: 100%;
  color: rgb(0,86,150);
}

.child-account ul {
  list-style: none;
}

/* Smaller display ---------------------------------------------------------- */

@media screen and (max-width: 800px) {

  .logomo {
    display: block;
    width: 150px; 
    margin-top: -10px; 
    cursor: pointer;
  }

  .logomoblog {
    display: block;
    width: 50px; 
    margin-top: -10px; 
    cursor: pointer;
    margin-left: 5px;
  }
  
  .login-container {
    right: 60px; 
    top: 10px; 
  }

  .rule {
    display: none;
  }

  .leftnav {
    display: none;
  }
  
  .leftnavmo {
    display: block !important;
    width: calc(100% - 10px);
    margin-bottom: 10px;
    margin-top: 10px;
  }
  
  .leftsidebar, .tagcloud {
    width: 100%; 
  }
  
  .container, .download-container {
    width: 100%;
  }

  .prod {
    width: 49%; 
    margin-left: auto;
    margin-right: auto;
  }

  .featureprod .prod:last-child {
    float: none;
    width: 49%; 
    text-align: center; 
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .prod:last-child img {
    margin-top: 20px;
  }

  .spacer {
    clear: none
  }

  #menu {
    display:none;
    }
        
  .slicknav_menu {
    display: block;
    }

  .contactform-s div {
    padding: 5px;
    display: block;
    width: 100%;
  }

  .contactform-s div:last-child {
    border-left: none;
  }

  .cookies {
    display: block;
    height: auto;
  }

  .cookies div {
    font-size: 96%;
  }

  .cookies div:nth-child(2n) {
    text-align: right;
    width: 100%;
    margin-top: 5px;
  }


}

/* Interim small size display ------------------------------------------------ */


@media screen and (max-width: 600px) {

  .bannerlangalt {
    float: none;
    width: 100%;
  }

  .feature div {
    float: none;
    width: 50%;
    margin: auto;
  }

  .download-utility {
    float: none;
    width: 100%;
  }

  .download-info {
    float: none;
    width: 100%;
  }

  .form-grid-2 {
    display: block;
  }

  .empty {
    display: none;
  }

  .form-grid-2 .col-1 {
    margin-left: 0;
  }

  .form-grid-2 .col-2 {
    margin-bottom: 10px;
  }

  .form-grid-2 .full-col {
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .software-key img {
    display: none;
  }


}


/* Smallest display ---------------------------------------------------------- */


@media screen and (max-width:320px) {


  .banner, .bannersub {
    margin: 0 auto; 
    border: Black 1pt solid; 
    height: inherit;
    background: inherit; 
  } 

  .bannerlang, .bannerlangalt {
    float: none; 
    margin-top: 0; 
    width: 100%;
  }

  .bannerlang p, .bannerlangalt p {
    color: White; 
    font-size: 16pt; 
    font-weight: bold; 
    text-align: left; 
    background: url('../images/background-tile-01.png'); 
    padding: 5pt;
    margin: 0;
  }

  .prod {
    width: 100%; 
    text-align: center; 
    margin-top: 20px;
    float: none;
  }

  .feature {
    width: 100%; 
    text-align: center; 
    margin-top: 20px;
    float: none;
  }

  .feature div {
    float: right;
    width: 40%;
    margin: 20px 10px 10px;
    }


  .featureprod .prod:last-child {
    float: none;
    width: 100%; 
    text-align: center; 
    margin-top: 20px;
  }

  #featuredarticle {
    float: none; 
    width: 100%; 
    margin: 0;
  }
  
  #news {
    float: none;
    width: 100%;
    margin: 20px 0 0;
    }

  #footernav nav {
    display: none; 
    width: 100%;
  }

  #footernav section li:first-child {
    float: none; 
    font-size: 8pt; 
    margin: auto;
    width: 80%;
    text-align: center;
  }

  #footernav section li {
    float: left; 
    font-size: 8pt; 
    margin: auto;
    width: 50%;
    text-align: center;
    margin-top: 10px;
  }

  .contactform div {
    padding: 5px;
    display: block;
    width: 100%;
  }

  .contactform div:last-child {
    border-left: none;
  }

  .fragment {
    height: 160px;
    width: 300px;
  }

  .linklong {
    display: none;
  }

  .linkshort {
    display: inline;
  }

  .abt-img {
    width: 300px; 
    height: 150px; 
    float: none; 
    margin-left: 0pt;
  }

  .callout {
    width: 90%;
  }


}

/* Phone display ---------------------------------------------------------- */


@media only screen and (max-device-width: 480px) {

  .slicknav_menu {
    width: 100%;
    display: block;
  }

  .wrapper {
    width: 100%;
    max-width: 480px !important;
    overflow: hidden;
  }
  
  #footer-main {
    position: static;
  }

  .logomo {
    display: block;
    width: 150px; 
    margin-top: -10px; 
    cursor: pointer;
  }

  .logomoblog {
    display: block;
    width: 50px; 
    margin-top: -10px; 
    cursor: pointer;
    margin-left: 5px;
  }

  .login-container {
    right: 60px; 
    top: 10px; 
  }

  .rule {
    display: none;
  }

  .leftnav {
    display: none;
  }
  
  .leftsidebar, .tagcloud {
    width: 100%;
  }
  
  .container, .download-container {
    width: 100%;
  }

  .spacer {
    clear: none
  }

  #menu {
    display:none;
    }
        
  .contactform-s div {
    padding: 5px;
    display: block;
    width: 100%;
  }

  .contactform-s div:last-child {
    border-left: none;
  }

  .cookies {
    display: block;
    height: auto;
  }

  .cookies div {
    font-size: 96%;
  }

  .cookies div:nth-child(2n) {
    text-align: right;
    width: 100%;
    margin-top: 5px;
  }

  .bannerlangalt {
    float: none;
    width: 100%;
  }

  .download-utility {
    float: none;
    width: 100%;
  }

  .download-info {
    float: none;
    width: 100%;
  }

  .form-grid-2 {
    display: block;
  }

  .empty {
    display: none;
  }

  .form-grid-2 .col-1 {
    margin-left: 0;
  }

  .form-grid-2 .col-2 {
    margin-bottom: 10px;
  }

  .form-grid-2 .full-col {
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .software-key img {
    display: none;
  }


  .banner, .bannersub {
    margin: 0 auto; 
    border: Black 1pt solid; 
    height: inherit;
    background: inherit; 
  } 

  .bannerlang, .bannerlangalt {
    float: none; 
    margin-top: 0; 
    width: 100%;
  }

  .bannerlang p, .bannerlangalt p {
    color: White; 
    font-size: 16pt; 
    font-weight: bold; 
    text-align: left; 
    background: url('../images/background-tile-01.png'); 
    padding: 5pt;
    margin: 0;
  }

  .prod {
    width: 100%; 
    text-align: center; 
    margin-top: 20px;
    float: none;
  }

  .feature {
    width: 100%; 
    text-align: center; 
    margin-top: 20px;
    float: none;
  }

  .feature div {
    float: right;
    width: 40%;
    margin: 20px 10px 10px;
    }

  .featureprod .prod:last-child {
    float: none;
    width: 100%; 
    text-align: center; 
    margin-top: 20px;
  }

  #featuredarticle {
    float: none; 
    width: 100%; 
    margin: 0;
  }
  
  #news {
    float: none;
    width: 100%;
    margin: 20px 0 0;
    }

  #footernav nav {
    display: none; 
    width: 100%;
  }

  #footernav section li:first-child {
    float: none; 
    font-size: 8pt; 
    margin: auto;
    width: 80%;
    text-align: center;
  }

  #footernav section li {
    float: left; 
    font-size: 8pt; 
    margin: auto;
    width: 50%;
    text-align: center;
    margin-top: 10px;
  }

  .contactform div {
    padding: 5px;
    display: block;
    width: 100%;
  }

  .contactform div:last-child {
    border-left: none;
  }

  .fragment {
    height: 160px;
    width: 300px;
  }

  .linklong {
    display: none;
  }

  .linkshort {
    display: inline;
  }

  .abt-img {
    width: 300px; 
    height: 150px; 
    float: none; 
    margin-left: 0pt;
  }

  .callout {
    width: 90%;
  }


}


/* Sticky Note Cards -------------------------------------------------------------------- */


.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}


.card-big-shadow {
    max-width: 320px;
    position: relative;
}

.coloured-cards .card {
    margin-top: 30px;
}

.card[data-radius="none"] {
    border-radius: 0px;
}

.card .box-shadow {
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
}

.card {
    border-radius: 8px;
    background-color: #FFFFFF;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.card[data-background="image"] .title, .card[data-background="image"] .stats, .card[data-background="image"] .category, .card[data-background="image"] .description, .card[data-background="image"] .content, .card[data-background="image"] .card-footer, .card[data-background="image"] small, .card[data-background="image"] .content a, .card[data-background="color"] .title, .card[data-background="color"] .stats, .card[data-background="color"] .category, .card[data-background="color"] .description, .card[data-background="color"] .content, .card[data-background="color"] .card-footer, .card[data-background="color"] small, .card[data-background="color"] .content a {
    color: #FFFFFF;
}
.card.card-just-text .content {
    padding: 20px 20px;
    text-align: center;
}
.card .content {
    padding: 20px 20px 10px 20px;
}

.card .category, .card .label {
    font-size: 14px;
    margin-bottom: 0px;
}
.card-big-shadow:before {
    background-image: url("http://static.tumblr.com/i21wc39/coTmrkw40/shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -12%;
    content: "";
    display: block;
    left: -12%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.content h4, .content .h4 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2em;
}

.content h6, .content .h6 {
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
}
.card .description {
    font-size: 16px;
    color: #66615b;
}
.content-card {
    margin-top:30px;    
}

.card[data-color="blue"] {
    background: #00447c;
}
.card[data-color="blue"] .description {
    color: #ffffff;
}

.card[data-color="blue"] .category {
    color: #a9a9a9;
}

.card[data-color="green"] {
    background: #007c14;
}
.card[data-color="green"] .description {
    color: #ffffff;
}
.card[data-color="green"] .category {
    color: #a9a9a9;
}

.card[data-color="blue-green-1"] {
    background: #00787c;
}
.card[data-color="blue-green-1"] .description {
    color: #ffffff;
}
.card[data-color="blue-green-1"] .category {
    color: #a9a9a9;
}

.card[data-color="blue-green-2"] {
    background: #007c55;
}
.card[data-color="blue-green-2"] .description {
    color: #ffffff;
}
.card[data-color="blue-green-2"] .category {
    color: #a9a9a9;
}


/* Hover cards */


.section_featured .row {
  align-items: center;
}

.featured_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.featured_category .features_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.features_box .feature_card {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 265px;
  transition: 0.7s;
}

.features_box .feature_card:hover {
  background-color: rgb(0,80,146);
  color: White;
  transform: scale(1.1);
  z-index: 9;
  }

.features_box .feature_card:hover::before {
  background: rgb(85 108 214 / 10%);
}

.features_box .feature_card:hover .solu_title h3,
.features_box .feature_card:hover .solu_description p {
  color: #fff;
}

.features_box .feature_card:before {
  content: "";
  position: absolute;
  background: rgb(247 247 247 / 50%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.features_box .feature_card:hover .solu_description button {
  background: #fff !important;
  color: #309df0;
}

.feature_card .feature_top_icon {
}

.feature_card .solu_title h3 {
  color: #212121;
  font-size: 1.3rem;
  margin-top: 13px;
  margin-bottom: 13px;
}

.feature_card .solu_title a {
  color: inherit;
  text-decoration: inherit;
}

.feature_card .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
}

.feature_card .solu_description button {
  border: 0;
  border-radius: 15px;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
}

.featured_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.featured_content p {
}

.hover_color_bubble {
  position: absolute;
  background: rgb(54 81 207 / 15%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.features_box .feature_card:hover .hover_color_bubble {
  top: 0rem;
}

.features_box .feature_card .feature_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features_box .feature_card .feature_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }

  .featured_category {
    width: 100%;
    margin: 0 auto;
  }

  .featured_category .features_box {
    flex: auto;
  }
}
@media only screen and (min-width: 768px) {
  .featured_category .features_box {
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }
  .featured_category {
    margin: 0 auto;
  }
}


/* Module Feature Cards */


.section_featured .row {
  align-items: center;
}

.mod-feature-card {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 265px;
  transition: 0.7s;
}

.mod-feature-card:before {
  content: "";
  position: absolute;
  background: rgb(247 247 247 / 50%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.mod-feature-title h3 {
  color: #212121;
  font-size: 1.3rem;
  margin-top: 13px;
  margin-bottom: 13px;
}

.mod-feature-title a {
  color: inherit;
  text-decoration: inherit;
}

.mod-feature-description p {
  font-size: 15px;
  margin-bottom: 15px;
}

.mod-feature-top-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mod-feature-top-icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}