@charset "UTF-8";
/* Typography */
/* Notice Styles */
blockquote {
  margin-bottom: 1rem;
  padding-left: 20px;
  font-size: 1.25rem;
}
blockquote cite {
  display: block;
  font-size: 80%;
  color: #666666;
}
blockquote cite::before {
  content: "— ";
}
blockquote > blockquote > blockquote {
  margin: 0;
}
blockquote > blockquote > blockquote p {
  padding: 15px;
  display: block;
  margin-top: 0rem;
  margin-bottom: 0rem;
  border: 1px solid #f0f0f0;
}
blockquote > blockquote > blockquote > p {
  /* Yellow */
  margin-left: -75px;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
blockquote > blockquote > blockquote blockquote > p {
  /* Red */
  margin-left: -100px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
blockquote > blockquote > blockquote blockquote > blockquote > p {
  /* Blue */
  margin-left: -125px;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
blockquote > blockquote > blockquote blockquote > blockquote > blockquote > p {
  /* Blue */
  margin-left: -150px;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.default-animation, .navbar-section, #header-shrinkable .navbar-toggler, #header-shrinkable .logo svg, #header-shrinkable .logo img, #header-shrinkable, .navbar .navbar-brand {
  -webkit-transition: all 0.4s ease;
  transition: all 0.5s ease;
}

.pulse {
  animation-name: pulse_animation;
  animation-duration: 2000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* images responsive */
img {
  max-width: 100%;
}

.footer {
  /* Center the footer text */
  /* Right align some footer text */
  /* Left align some footer text */
}
.footer .text-muted {
  margin: 10px 0;
  text-align: left;
}
.footer .text-info {
  margin: 10px 0;
  text-align: right;
}
.footer .font-weight-light {
  margin: 10px 0;
  text-align: center;
}

.navbar .navbar-brand {
  margin-right: 0.5rem;
}

#header-shrinkable {
  border-bottom: 1px solid;
  border-bottom-color: rgba(188, 195, 206, 0.2);
}
#header-shrinkable .logo svg, #header-shrinkable .logo img {
  height: 37px;
  display: inherit;
}
#header-shrinkable ul.navbar-nav a:hover, #header-shrinkable ul.navbar-nav a:focus {
  color: #0056b3;
}
#header-shrinkable .navbar-nav {
  font-weight: bold;
}
#header-shrinkable .navbar-nav > .active > a {
  color: #3085ee;
}
#header-shrinkable .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
}

#header-shrinkable.scrolled .logo svg, #header-shrinkable.scrolled .logo img {
  height: 28px;
}
#header-shrinkable.scrolled .navbar-toggler {
  padding: 0rem 0.3rem;
  font-size: 1.1rem;
}

/* Sticky footer styles
   -------------------------------------------------- */
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  position: relative;
}

.header a, .callout a, .main-content a {
  font-weight: bold;
}
.header h1, .callout h1, .main-content h1 {
  font-size: 60px;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .header h1, .callout h1, .main-content h1 {
    font-size: 40px;
  }
}
@media only all and (max-width: 47.938rem) {
  .header h1, .callout h1, .main-content h1 {
    font-size: 26px;
  }
}
.header h2, .callout h2, .main-content h2 {
  font-size: 48px;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .header h2, .callout h2, .main-content h2 {
    font-size: 32px;
  }
}
@media only all and (max-width: 47.938rem) {
  .header h2, .callout h2, .main-content h2 {
    font-size: 24px;
  }
}
.header h3, .callout h3, .main-content h3 {
  font-size: 42px;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .header h3, .callout h3, .main-content h3 {
    font-size: 28px;
  }
}
@media only all and (max-width: 47.938rem) {
  .header h3, .callout h3, .main-content h3 {
    font-size: 22px;
  }
}
.header h4, .callout h4, .main-content h4 {
  font-size: 36px;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .header h4, .callout h4, .main-content h4 {
    font-size: 24px;
  }
}
@media only all and (max-width: 47.938rem) {
  .header h4, .callout h4, .main-content h4 {
    font-size: 20px;
  }
}
.header h5, .callout h5, .main-content h5 {
  font-size: 30px;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .header h5, .callout h5, .main-content h5 {
    font-size: 20px;
  }
}
@media only all and (max-width: 47.938rem) {
  .header h5, .callout h5, .main-content h5 {
    font-size: 18px;
  }
}
.header h6, .callout h6, .main-content h6 {
  font-size: 24px;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .header h6, .callout h6, .main-content h6 {
    font-size: 17px;
  }
}
@media only all and (max-width: 47.938rem) {
  .header h6, .callout h6, .main-content h6 {
    font-size: 17px;
  }
}

.header h1, .callout h1 {
  padding: 10px 0px;
  margin-bottom: 4px;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .header h1, .callout h1 {
    padding: 7px 0px;
    margin-bottom: 4px;
  }
}
@media only all and (max-width: 47.938rem) {
  .header h1, .callout h1 {
    padding: 5px 0px;
    margin-bottom: 4px;
    line-height: 1.2;
  }
}
.header h2, .callout h2 {
  padding: 10px 0px;
  margin-bottom: 4px;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .header h2, .callout h2 {
    padding: 7px 0px;
    margin-bottom: 4px;
  }
}
@media only all and (max-width: 47.938rem) {
  .header h2, .callout h2 {
    padding: 5px 0px;
    margin-bottom: 4px;
  }
}
.header h3, .callout h3 {
  padding: 10px 0px;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .header h3, .callout h3 {
    padding: 7px 0px;
  }
}
@media only all and (max-width: 47.938rem) {
  .header h3, .callout h3 {
    padding: 5px 0px;
  }
}
.header h4, .callout h4 {
  padding: 9px 0px;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .header h4, .callout h4 {
    padding: 5px 0px;
  }
}
@media only all and (max-width: 47.938rem) {
  .header h4, .callout h4 {
    padding: 5px 0px;
  }
}
.header h5, .callout h5 {
  padding: 6px 0px;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .header h5, .callout h5 {
    padding: 0px;
  }
}
@media only all and (max-width: 47.938rem) {
  .header h5, .callout h5 {
    padding: 0px;
  }
}
.header h6, .callout h6 {
  padding: 4px 0px;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .header h6, .callout h6 {
    padding: 0px;
  }
}
@media only all and (max-width: 47.938rem) {
  .header h6, .callout h6 {
    padding: 0px;
  }
}

.header {
  padding-top: 65px;
  padding-bottom: 50px;
  text-align: center;
  color: #f5f2f8;
}
@media only all and (max-width: 47.938rem) {
  .header {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
.header .btn {
  font-size: 1.375rem;
  padding: 10px 30px;
  margin-top: 40px;
  border-radius: 5px;
  box-shadow: none;
  border: 0;
}
@media only all and (max-width: 47.938rem) {
  .header .btn {
    margin-top: 23px;
    padding: 5px 10px;
    font-size: 1.1rem;
  }
}

.main-content {
  margin-top: 3rem;
}
.main-content h1 {
  text-align: center;
}
.main-content .contact {
  font-size: 1.1rem;
}
.main-content .contact .card-header h6 {
  font-size: 1.2rem;
}
.main-content .contact .card-body {
  font-size: 1.1rem;
  line-height: 1.4;
}

.main-container {
  min-height: 100vh; /* will cover the 100% of viewport */
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 40px; /* height of your footer */
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color: #ffffff;
  border-top: 1px solid;
  border-top-color: rgba(188, 195, 206, 0.2);
  font-size: 0.8rem;
}

.form-field .col {
  margin-bottom: 0rem !important;
}
.form-field .col:not(.control-label) {
  margin-bottom: 0.5rem !important;
}
.form-field .col:not(.control-label) input {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}
.hero.hero-fullscreen {
  height: 100vh;
}
.hero.hero-large {
  height: 500px;
}
.hero.hero-medium {
  height: 400px;
}
.hero.hero-small {
  height: 110px;
}
.hero.hero-tiny {
  height: 8rem;
}
.header-fixed .hero {
  background-position: 50% 0;
}
.hero #to-start {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  font-size: 2rem;
  cursor: pointer;
  z-index: 2;
}

ol.breadcrumb {
  padding-left: 0;
  background: transparent;
}

.list-item {
  margin: 30px 0 50px;
}

.blog-header-image {
  margin: 15px 0;
}

.sidebar-content {
  margin-bottom: 50px;
}

ul.pagination {
  justify-content: center;
}
ul.pagination li {
  border: 0;
}
ul.pagination li .page-link {
  display: block;
  padding: 0.5rem 0.75rem;
}
ul.pagination li .page-link span {
  display: initial;
  padding: 0;
}

.related-pages {
  padding: 0;
  list-style: none;
}
.related-pages li {
  border-bottom: 1px solid #f0f0f0;
  line-height: 34px;
}
.related-pages li:last-child {
  border-bottom: 0;
}
.related-pages li a {
  display: block;
}
.related-pages .score {
  display: block;
  float: right;
  color: #999;
  font-size: 85%;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}

.modular .features {
  padding: 3.125rem 0;
  text-align: center;
}
.modular .features h2 {
  margin: 0;
  line-height: 100%;
}
.modular .features h2 + h3 {
  margin-top: 0;
  font-weight: normal;
}
.modular .features h4 {
  margin: 0.625rem 0;
}
.modular .features p {
  margin: 10px 0;
  font-size: 17px;
}
@media only all and (max-width: 47.938rem) {
  .modular .features p {
    font-size: 14px;
  }
}
.modular .features .feature-items {
  margin-top: 30px;
}
.modular .features .feature-items .feature {
  display: block;
  vertical-align: top;
  margin-top: 20px;
  margin-bottom: 10px;
}
.modular .features .feature-items .feature i.fa {
  font-size: 2.5rem;
  color: #62488A;
}
.modular .features .feature-items .feature h4 {
  font-size: 1rem;
  font-weight: normal;
}
.modular .features .feature-items .feature p {
  font-size: 14px;
  margin: 5px 0 10px;
}
.modular .features.big {
  text-align: center;
}
.modular .features.big .feature {
  margin: 30px 0;
}
.modular .features.big .feature.has-icon {
  display: flex;
}
.modular .features.big .feature.has-icon i.fa {
  flex: 0 0 auto;
  font-size: 3.125rem;
}
.modular .features.big .feature.has-icon .feature-content {
  flex: 1 1 auto;
}
.modular .features.big .feature.has-icon .feature-content.push {
  margin-left: 35px;
}
.modular .features.big .feature .feature-content {
  padding-right: 15px;
}
.modular .features.big .feature .feature-content h4 {
  font-size: 1.5rem;
  text-align: left;
  margin: 0;
}
.modular .features.big .feature .feature-content p {
  padding: 0;
  text-align: left;
  font-size: 14px;
}

.callout {
  background: #f0f0f0;
  color: #666666;
}
.callout:after {
  content: "";
  display: table;
  clear: both;
}
.callout .container ul {
  margin: 1em;
  padding: 4px;
}
.callout .container figure.float-md-left {
  margin-right: 2rem;
}
.callout .container figure.float-md-right {
  margin-left: 2rem;
}
@media only all and (max-width: 47.938rem) {
  .callout .container figure {
    margin-bottom: 1rem;
  }
  .callout .container figure.float-md-left, .callout .container figure.float-md-right {
    margin: 0 1rem;
  }
}

.modular .modular-row:last-child {
  margin-bottom: 2rem;
}
.modular .modular-anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}

body.fixed-nav {
  padding-top: 50px;
}

#grav-login {
  max-width: 50rem !important;
}
#grav-login .col-sm-2 {
  width: 50%;
  text-align: right;
  padding-top: 5px;
}
#grav-login .col-sm-10 {
  width: 50%;
}
#grav-login form {
  padding-top: 30px;
}
#grav-login .rememberme {
  float: right !important;
}
#grav-login .form-actions button {
  margin-top: 50px;
}
#grav-login .form-actions .button.secondary {
  line-height: 26px;
}
#grav-login .form-actions .button.secondary i {
  line-height: 26px;
}
#grav-login .button {
  vertical-align: bottom !important;
}

/* Configurations for specification list (speclist), technical
   information lists (techinfo), component tables (components), lists
   of files for download (filelists), product lists (products) */
.speclist th, .techinfo th {
  background: #bbccdd;
  border: 1px solid #bbccdd;
  text-align: center;
}

.components thead th {
  vertical-align: middle;
  text-align: center;
}

.components td, .guide td {
  text-align: center;
}
@media only all and (max-width: 47.938rem) {
  .components, .guide {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .components table, .components thead, .components tbody, .components th, .components td, .components tr, .guide table, .guide thead, .guide tbody, .guide th, .guide td, .guide tr {
    display: block;
  }
  .components thead tr, .guide thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .components td, .guide td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    font-size: 0.8rem;
  }
  .components td:before, .guide td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    padding-right: 10px;
    content: attr(data-label);
    font-weight: bold;
    font-size: 0.8rem;
  }
}

.components table {
  width: 100%;
  layout: fixed;
}
@media only all and (max-width: 47.938rem) {
  .components td {
    padding-left: 40%;
    text-align: left;
  }
  .components td:before {
    width: 35%;
  }
}

.guide th.freqband {
  display: none;
}
@media only all and (max-width: 47.938rem) {
  .guide th {
    font-size: 0.8rem;
  }
  .guide th.freqband {
    display: block;
    border: none;
    border-bottom: 1px solid #eee;
  }
  .guide td {
    padding-left: 60%;
    text-align: center;
  }
  .guide td:before {
    padding-left: 10px;
    width: 55%;
    text-align: left;
  }
}

.comp-bar td {
  border-top: 4px solid #b0c4de !important;
}
@media only all and (max-width: 47.938rem) {
  .comp-bar td {
    border-top: none !important;
  }
}

.filelist table {
  border: 1px solid #f0f0f0;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
  layout: fixed;
}
.filelist th {
  font-weight: bold;
  padding: 5px;
  background: whitesmoke;
}
.filelist th:nth-of-type(2), .filelist th:nth-of-type(3) {
  text-align: center;
  width: 8rem;
}
.filelist td:nth-of-type(1) {
  width: 1rem;
}
.filelist td:nth-of-type(3), .filelist td:nth-of-type(4) {
  text-align: center;
}
.filelist td {
  padding: 5px;
  border: 1px solid #f0f0f0;
}
@media only all and (max-width: 47.938rem) {
  .filelist {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .filelist table, .filelist thead, .filelist tbody, .filelist th, .filelist td, .filelist tr {
    display: block;
  }
  .filelist thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .filelist td:nth-of-type(1) {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .filelist tr:nth-of-type(odd) {
    background: #eee;
  }
  .filelist td {
    /* Behave  like a "row" */
    text-align: right !important;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 35%;
    font-size: 0.8rem;
  }
  .filelist td:before {
    /* Now like a table header */
    position: absolute;
    text-align: left;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    font-weight: bold;
    font-size: 0.8rem;
  }
  .filelist td:nth-of-type(2):before {
    content: "File:";
  }
  .filelist td:nth-of-type(3):before {
    content: "Last Updated:";
  }
  .filelist td:nth-of-type(4):before {
    content: "Size:";
  }
  .filelist .btn-sm {
    font-size: 0.8rem;
    padding: 0.1rem 0.4rem;
  }
}

.techinfo td {
  text-align: center;
  padding: 4px;
}

.tagline {
  text-align: center;
  text-shadow: 1px 1px 5px black;
}

.figure-caption {
  font-size: 80%;
}

.products {
  margin-top: 3rem;
}
.products h6 {
  font-size: 1rem;
  font-weight: bold;
}
@media only all and (max-width: 47.938rem) {
  .products h6 {
    font-size: 0.8rem;
  }
}
.products p {
  font-size: 0.8rem;
}
@media only all and (max-width: 47.938rem) {
  .products p {
    font-size: 0.7rem;
  }
}
.products .product-image {
  width: 120px;
}
.products .product-image img {
  max-width: 120px;
}

#breadcrumbs {
  height: 2rem;
  line-height: 2rem;
  padding-left: 0rem;
}

#breadcrumbs span {
  display: inline-block;
  padding: 0 0rem;
}

#breadcrumbs span:first-child {
  padding-left: 0;
}

#breadcrumbs i {
  display: inline-block;
  width: 20px;
  text-align: center;
}

.search-box {
  display: block;
  float: right;
  position: absolute;
  border: 2px rgba(188, 195, 206, 0.7);
  text-align: right;
  top: 50%;
}
.search-box i {
  color: #303742;
  position: absolute;
  top: 0.3rem;
  left: 0.6rem;
  right: 0.6rem;
  z-index: -1;
  cursor: pointer;
}
.search-box input::-webkit-search-decoration,
.search-box input::-webkit-search-cancel-button {
  display: none;
}
.search-box input[type=search] {
  outline: none;
  cursor: pointer;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
  border: 2px rgba(188, 195, 206, 0.7);
  box-shadow: none;
  color: transparent;
  background: transparent;
  width: 4rem;
  height: 1.3rem;
  margin-bottom: 0;
  font-size: 1rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.search-box input[type=search]:focus {
  width: 14rem;
  padding: 2px;
  border: 2px solid rgba(188, 195, 206, 0.7);
  background-color: rgba(245, 242, 248, 0.3);
  cursor: auto;
  color: #303742;
}
.search-box input:-moz-placeholder {
  color: transparent;
}
.search-box input::-webkit-input-placeholder {
  color: transparent;
}
@media only all and (max-width: 59.938rem) {
  .search-box {
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
    transform: translateY(1rem);
  }
}
@media only all and (max-width: 47.938rem) {
  .search-box input[type=search]:focus {
    width: 100%;
    border: 2px solid rgba(188, 195, 206, 0.7);
  }
}

.search-box {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-header .btn {
  font-size: 30px;
}
@media only all and (max-width: 47.938rem) {
  .contact-header .btn {
    font-size: 18px;
  }
}

.icon-navy i {
  color: #005687;
}

.icon-brick i {
  color: #ab161c;
}

.icon-navy, .icon-brick {
  text-align: center;
  font-size: 3.5rem;
  padding-bottom: 0rem !important;
}

.bg-navy {
  background-color: #005687;
}

.bg-brick {
  background-color: #ab161c;
}

.btn-brick {
  color: #fff;
  background-color: #ab161c;
  border-color: #ab161c;
}

.btn-brick:hover {
  color: #fff;
  background-color: #941318;
  border-color: #941318;
}

.btn-navy {
  color: #fff;
  background-color: #005687;
  border-color: #005687;
}

.btn-navy:hover {
  color: #fff;
  background-color: #003654;
  border-color: #003654;
}

/*# sourceMappingURL=theme.css.map */
