h1, h2, h3, h4, h5, h6 {
  color: #303c42;
  font-weight: 600;
}

.btn {
  border-radius: 1.2em;
  padding: 0.4em 0.9em;
}

.button-blue {
  color: #fff;
  background: #005a96;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  padding: 0.75em;
}

.button-blue:hover:enabled {
  background: rgb(0, 135.9, 226.5);
}

.button-greenc {
  color: #fff;
  background: #96ca4f;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  padding: 0.75em;
}

a.button-blue, a.button-greenc {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  margin: 0.5em 0;
}

.button-green {
  background: #96ca4f;
  position: relative;
  top: -1em;
  text-transform: uppercase;
  border: 0;
  margin-left: 1em;
  margin-top: 1.25em;
  padding: 1em 2.5em;
}

.button-green:hover:enabled, .button-greenc:hover:enabled {
  background: rgb(185.076419214, 219.7052401747, 137.7947598253);
}

.button-blue:disabled, .button-greenc:disabled {
  opacity: 0.75;
}

a.button-blue.inline, a.button-greenc.inline {
  display: inline-block;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .button-blue, .button-greenc {
    font-size: 1em;
    font-size: 1vw;
  }
}
@media (min-width: 1500px) {
  .button-blue, .button-greenc {
    font-size: 1em;
  }
}
@media screen\9  {
  .post-content ul {
    display: table;
    border: 0;
  }
}
@media screen\0  {
  .post-content ul {
    display: table;
    border: 0;
  }
}
form legend {
  margin-bottom: 5px;
}

form .form-group {
  margin-bottom: 8px;
}

form .checkbox, form .radio {
  margin-top: 5px;
  margin-bottom: 5px;
}

form .help-block {
  display: none;
}

form .form-group.style2 {
  position: absolute;
  left: -5000px;
}

i.fa.disabled {
  opacity: 0.5;
}

html {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

a img {
  border: none;
}

a {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  color: #676a6c;
  font-family: "Montserrat", sans-serif;
}

body * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.centered {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  display: block;
  padding: 0;
  margin: 0;
  clear: both;
}

form {
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: #303c42;
}

::-moz-placeholder {
  color: #303c42;
}

:-ms-input-placeholder {
  color: #303c42;
}

:-o-input-placeholder {
  color: #303c42;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.margin-top {
  margin-top: 50px;
}

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

.margin-top-bottom {
  margin-top: 50px;
  margin-bottom: 50px;
}

.form-row {
  margin: 2em -15px;
}

.form-row:before, .form-row:after {
  display: table;
  content: " ";
}

.form-row:after {
  clear: both;
}

.content-wrapper {
  min-height: 465px;
}

.padding-xxs {
  padding: 0.3em;
}

.padding-xs {
  padding: 0.66em;
}

.padding-sm {
  padding: 1em;
}

.padding-m {
  padding: 1.33em;
}

.padding-md {
  padding: 1.66em;
}

.padding-lg {
  padding: 2em;
}

.padding-xl {
  padding: 4em;
}

.margin-xxs {
  margin: 0.15em;
}

.margin-xs {
  margin: 0.3em;
}

.margin-sm {
  margin: 0.66em;
}

.margin {
  margin: 1em;
}

.margin-md {
  margin: 1.33em;
}

.margin-lg {
  margin: 2em;
}

.margin-xl {
  margin: 4em;
}

.margin-n {
  margin: 0 !important;
}

.margin-l-none {
  margin-left: 0;
}

.margin-l-xs {
  margin-left: 0.3em;
}

.margin-l-sm {
  margin-left: 0.66em;
}

.margin-l {
  margin-left: 1em;
}

.margin-l-md {
  margin-left: 1.33em;
}

.margin-l-lg {
  margin-left: 2em;
}

.margin-l-xl {
  margin-left: 4em;
}

.margin-l-n-xxs {
  margin-left: -0.1em;
}

.margin-l-n-xs {
  margin-left: -0.3em;
}

.margin-l-n-sm {
  margin-left: -0.66em;
}

.margin-l-n {
  margin-left: -1em;
}

.margin-l-n-md {
  margin-left: -1.33em;
}

.margin-l-n-lg {
  margin-left: -2em;
}

.margin-l-n-xl {
  margin-left: -4em;
}

.margin-t-none {
  margin-top: 0;
}

.margin-t-xxs {
  margin-top: 0.1em;
}

.margin-t-xs {
  margin-top: 0.3em;
}

.margin-t-sm {
  margin-top: 0.66em;
}

.margin-t {
  margin-top: 1em;
}

.margin-t-md {
  margin-top: 1.33em;
}

.margin-t-lg {
  margin-top: 2em;
}

.margin-t-xl {
  margin-top: 4em;
}

.margin-t-n-xxs {
  margin-top: -0.1em;
}

.margin-t-n-xs {
  margin-top: -0.3em;
}

.margin-t-n-sm {
  margin-top: -0.66em;
}

.margin-t-n {
  margin-top: -1em;
}

.margin-t-n-md {
  margin-top: -1.33em;
}

.margin-t-n-lg {
  margin-top: -2em;
}

.margin-t-n-xl {
  margin-top: -4em;
}

.margin-r-none {
  margin-right: 0;
}

.margin-r-xxs {
  margin-right: 0.1em;
}

.margin-r-xs {
  margin-right: 0.3em;
}

.margin-r-sm {
  margin-right: 0.66em;
}

.margin-r {
  margin-right: 1em;
}

.margin-r-md {
  margin-right: 1.33em;
}

.margin-r-lg {
  margin-right: 2em;
}

.margin-r-xl {
  margin-right: 4em;
}

.margin-r-n-xxs {
  margin-right: -0.1em;
}

.margin-r-n-xs {
  margin-right: -0.3em;
}

.margin-r-n-sm {
  margin-right: -0.66em;
}

.margin-r-n {
  margin-right: -1em;
}

.margin-r-n-md {
  margin-right: -1.33em;
}

.margin-r-n-lg {
  margin-right: -2em;
}

.margin-r-n-xl {
  margin-right: -4em;
}

.margin-lr-none {
  margin-left: 0;
  margin-right: 0;
}

.margin-lr-xxs {
  margin-left: 0.1em;
  margin-right: 0.1em;
}

.margin-lr-xs {
  margin-left: 0.3em;
  margin-right: 0.3em;
}

.margin-lr-sm {
  margin-left: 0.66em;
  margin-right: 0.66em;
}

.margin-lr {
  margin-left: 1em;
  margin-right: 1em;
}

.margin-lr-md {
  margin-left: 1.33em;
  margin-right: 1.33em;
}

.margin-lr-lg {
  margin-left: 2em;
  margin-right: 2em;
}

.margin-lr-xl {
  margin-left: 4em;
  margin-right: 4em;
}

.margin-lr-n-xxs {
  margin-left: -0.1em;
  margin-right: -0.1em;
}

.margin-lr-n-xs {
  margin-left: -0.3em;
  margin-right: -0.3em;
}

.margin-lr-n-sm {
  margin-left: -0.66em;
  margin-right: -0.66em;
}

.margin-lr-n {
  margin-left: -1em;
  margin-right: -1em;
}

.margin-lr-n-md {
  margin-left: -1.33em;
  margin-right: -1.33em;
}

.margin-lr-n-lg {
  margin-left: -2em;
  margin-right: -2em;
}

.margin-lr-n-xl {
  margin-left: -4em;
  margin-right: -4em;
}

.margin-b-none {
  margin-bottom: 0;
}

.margin-b-xxs {
  margin-bottom: 0.1em;
}

.margin-b-xs {
  margin-bottom: 0.3em;
}

.margin-b-sm {
  margin-bottom: 0.66em;
}

.margin-b {
  margin-bottom: 1em;
}

.margin-b-md {
  margin-bottom: 1.33em;
}

.margin-b-lg {
  margin-bottom: 2em;
}

.margin-b-xl {
  margin-bottom: 4em;
}

.margin-b-n-xxs {
  margin-bottom: -0.1em;
}

.margin-b-n-xs {
  margin-bottom: -0.3em;
}

.margin-b-n-sm {
  margin-bottom: -0.66em;
}

.margin-b-n {
  margin-bottom: -1em;
}

.margin-b-n-md {
  margin-bottom: -1.33em;
}

.margin-b-n-lg {
  margin-bottom: -2em;
}

.margin-b-n-xl {
  margin-bottom: -4em;
}

.margin-tb-none {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-tb-xxs {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}

.margin-tb-xs {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.margin-tb-sm {
  margin-top: 0.66em;
  margin-bottom: 0.66em;
}

.margin-tb {
  margin-top: 1em;
  margin-bottom: 1em;
}

.margin-tb-md {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

.margin-tb-lg {
  margin-top: 2em;
  margin-bottom: 2em;
}

.margin-tb-xl {
  margin-top: 4em;
  margin-bottom: 4em;
}

.margin-tb-n-xxs {
  margin-top: -0.1em;
  margin-bottom: -0.1em;
}

.margin-tb-n-xs {
  margin-top: -0.3em;
  margin-bottom: -0.3em;
}

.margin-tb-n-sm {
  margin-top: -0.66em;
  margin-bottom: -0.66em;
}

.margin-tb-n {
  margin-top: -1em;
  margin-bottom: -1em;
}

.margin-tb-n-md {
  margin-top: -1.33em;
  margin-bottom: -1.33em;
}

.margin-tb-n-lg {
  margin-top: -2em;
  margin-bottom: -2em;
}

.margin-tb-n-xl {
  margin-top: -4em;
  margin-bottom: -4em;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.no-padding {
  padding: 0;
}

[class^=col-].pad-r-sm,
[class*=" col-"].pad-r-sm {
  padding-right: 8px;
}

[class^=col-].pad-r-lg,
[class*=" col-"].pad-r-lg {
  padding-right: 25px;
}

[class^=col-].pad-l-sm,
[class*=" col-"].pad-l-sm {
  padding-left: 8px;
}

[class^=col-].pad-l-lg,
[class*=" col-"].pad-l-lg {
  padding-left: 25px;
}

[class^=col-].pad-lr-sm,
[class*=" col-"].pad-lr-sm {
  padding-left: 8px;
  padding-right: 8px;
}

.img-responsive {
  width: 100%;
}

.galleria {
  min-height: 300px;
}

table {
  margin: 2em 0;
}

table td {
  padding: 0.5em;
  border: 1px solid;
}

.post-content ol,
.post-content ul {
  display: table;
  border: 0;
  font-weight: 600;
}

#overlay-shade {
  display: none;
}

#overlay-shade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #000;
}

.privacy-popup {
  color: #fff;
  background: #005a96;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  margin: 0;
  padding: 30px 30px 20px 30px;
  text-align: center;
  border-color: #fff;
}

.privacy-popup a {
  color: #dcf478;
}

.privacy-popup a:hover {
  color: rgb(244.4520547945, 251.6849315068, 214.3150684932);
}

.privacy-popup.alert-dismissible .close {
  top: -45px;
  right: -20px;
  font-size: 30px;
}

@media (max-width: 420px) {
  .col-xxs-12 {
    width: 100%;
  }
}
@media (max-width: 520px) {
  table {
    font-size: 2.5vw;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .container {
    width: 860px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .container {
    width: 860px;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .container {
    width: 1060px;
  }
}
.navbar {
  position: fixed;
  background: #fff;
  width: 100%;
  padding: 1% 0px 0.35% 2%;
  margin: 0;
  border-radius: 0;
  /*box-shadow: 0px 1px 1px 0px #e4e4e4;*/
  z-index: 10;
}
.navbar > div {
  min-height: 1em;
}

a.menu, a.menu:link, a.menu:visited, a.menu:active, a.menu:hover {
  text-decoration: none;
  outline: 0;
}

a.menu {
  color: #005a96;
}

.menu-hamburger {
  display: inline-block;
  background-color: #005a96;
  padding: 1.3em 0.5em;
}

.menu-hamburger .burger-patty {
  position: relative;
  background-color: #fff;
  width: 2em;
  height: 0.3em;
}

.menu-hamburger .burger-patty::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: -0.7em;
  width: 2em;
  height: 0.3em;
}

.menu-hamburger .burger-patty::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0.7em;
  width: 2em;
  height: 0.3em;
}

.menu-text {
  font-size: 1.2em;
  position: relative;
  top: -0.9em;
  text-transform: uppercase;
  font-weight: bold;
}

nav .logo-box {
  display: none;
  color: #005a96;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1;
  width: 100%;
}

nav .logo-box div {
  display: none;
}

nav .logo {
  width: 4.4em;
  padding-right: 0.5em;
  margin: 0 auto;
}

nav .visitor-types {
  float: right;
}

nav .visitor-types .visitor-types-dropdown {
  font-weight: 600;
  padding: 0.3em 0;
  min-width: 12em;
}

nav .visitor-types .manufacturers {
  background: #005a96;
}

nav .visitor-types .builders {
  background: #96ca4f;
}

nav .visitor-types .architects {
  background: #ffd600;
}

nav .visitor-types .homeowners {
  background: #a4a49a;
}

nav .visitor-types .manufacturers:hover {
  background: ligthen(#005a96, 10%);
}

nav .visitor-types .builders:hover {
  background: rgb(173.384279476, 213.8034934498, 118.1965065502);
}

nav .visitor-types .architects:hover {
  background: rgb(255, 222.2, 51);
}

nav .visitor-types .homeowners:hover {
  background: rgb(188.171875, 188.171875, 180.828125);
}

.navbox {
  display: none;
  position: absolute;
  z-index: 5;
  overflow-y: hidden;
  color: #6a6a67;
  background: #fff;
  padding: 1em 1.5em;
  width: 315px;
  width: 23em;
  box-shadow: 1px 1px 15px -8px #aaaaaa;
}

.navbox.fixed {
  position: fixed;
}

.navbox .menu-close {
  font-size: 2.5em;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: 0.5s all;
}

.navbox .menu-close:hover {
  font-size: 3em;
}

.navbox .navbox-logo {
  margin-bottom: 1em;
}

.navbox .logo-box {
  color: #7e7f72;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1;
  margin: 0px auto;
}

.navbox .logo {
  float: left;
  width: 9em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}

.navbox .navbox-user {
  clear: both;
  border-top: 1px solid #a4a49a;
  border-bottom: 1px solid #a4a49a;
  padding: 0.5em 0;
  display: none;
}

.navbox-user-logout-btn {
  font-size: 0.8em;
  margin-top: -0.1em;
  padding: 0.2em 1em;
  background-color: rgb(239, 239, 239);
}

.navbox-forgot-password {
  float: left;
}

.navbox-user-logout {
  float: right;
}

.navbox-menu {
  margin: 0.75em 0;
}

.navbox-menu ul {
  list-style: none;
  padding: 0;
}

.navbox-menu a {
  display: block;
  color: #6c6c6e;
  background: #ecebe8;
  font-weight: 600;
  text-decoration: none;
  padding-left: 0;
  margin-bottom: 0.25em;
}

.navbox-menu a:hover {
  background: #b5b5b5;
}

.navbox-menu a span {
  display: inline-block;
  color: #fff;
  background: #005a96;
  font-size: 1.65em;
  padding: 0;
  margin-right: 0.35em;
  vertical-align: middle;
}

.navbox-menu a:hover span {
  background: #000;
}

.navbox-menu .selector-message {
  display: block;
  color: #7e7f72;
  font-size: 1.3em;
  margin: 0 0 10px;
}

.navbox-menu .audience-selector {
  font-size: 1.5em;
}

.navbox-menu .audience-selector a {
  color: #fff;
  height: 60px;
  padding: 3% 5%;
  font-weight: 600;
  line-height: 1.15;
}

.navbox-menu .audience-selector .manufacturers a {
  background: #005a96;
}

.navbox-menu .audience-selector .architects a {
  background: #ffd600;
}

.navbox-menu .audience-selector .builders a {
  background: #96ca4f;
}

.navbox-menu .audience-selector .homeowners a {
  background: #a4a49a;
}

.navbox-global-links {
  border-top: 1px solid #a4a49a;
  border-bottom: 1px solid #a4a49a;
  padding: 1% 0;
}

.navbox-global-links a {
  display: inline-block;
  color: #5f5f5c;
  background: #ecebe8;
  font-size: 0.9em;
  font-weight: 600;
  margin: 1%;
  margin-left: 0;
  padding: 0.2em 0.75em;
}

.navbox-social {
  margin: 1em 0;
}

.navbox-social a {
  font-size: 1.3em;
  text-decoration: none;
}

.navbox-social a:hover span {
  color: #fff;
  background: #7ca0c4;
}

.navbox-social span {
  color: #fff;
  background: #005a96;
  padding: 0.2em 0;
}

.navbox-contact {
  color: #949492;
}

.navbox-contact a {
  color: #6a6a67;
  font-weight: 600;
  text-decoration: underline;
  padding-right: 5px;
}

.navbox-contact a:hover {
  color: #7ca0c4;
}

.navbox-login-username, .navbox-login-password {
  width: 38.5%;
  border: 1px solid #ccc;
  float: left;
  margin: 3% 0;
  padding: 2%;
}

.navbox-login-username {
  margin-right: 3%;
}

.navbox-login {
  text-align: right;
  clear: both;
  border-top: 1px solid #a4a49a;
  border-bottom: 1px solid #a4a49a;
  padding-bottom: 3%;
  display: none;
}

.navbox-links {
  font-size: 0.8em;
  text-align: right;
  clear: both;
  border-top: 1px solid #a4a49a;
  border-bottom: 1px solid #a4a49a;
  padding: 5%;
  display: none;
}

.navbox-links a.button-blue,
.navbox-links a.button-greenc {
  width: 45%;
  margin-right: 4%;
  text-align: center;
}

.navbox-login-submit {
  border-radius: 0.9em;
  position: absolute;
  right: 0.8em;
  margin-top: 0.6em;
  padding: 0.5em 0.6em;
}

.navbox-search {
  display: block;
  width: 100%;
  margin: 0.75em 0;
  border-bottom: 1px solid #a4a49a;
  padding-bottom: 0.75em;
}

.navbox-search input, .navbox-search button {
  border-radius: 0;
}

.navbox-search input {
  background: #e6e7e9;
  border: none;
}

.navbox-search button {
  color: #fff;
  background: #005a96;
  font-size: 17px;
  padding: 4px 8px;
}

/* Responsive Styling */
@media (min-width: 600px) and (max-width: 768px) {
  .navbox-links {
    font-size: 0.6em;
  }
  .navbox-menu .audience-selector {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .navbox-menu .audience-selector {
    font-size: 1.8vw;
  }
  .navbox-menu .audience-selector a {
    height: 4vw;
  }
}
@media (min-width: 1020px) and (max-width: 1100px) {
  .navbox-menu .audience-selector {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-left: 294px;
  }
  footer {
    margin-left: -294px;
  }
  .navbar {
    margin-left: -294px;
  }
  .navbox {
    font-size: 0.8em;
    left: 0;
    display: block !important;
    top: 0;
    z-index: 10;
  }
  .navbar-menu {
    display: none;
  }
  .navbar .logo-box {
    display: none;
  }
}
@media (min-width: 600px) {
  .navbar {
    position: absolute;
    background: transparent;
  }
  nav .logo-box {
    width: 13em;
  }
  nav .logo-box div {
    display: block;
  }
  nav .logo {
    float: left;
  }
  nav .visitor-types .visitor-types-dropdown {
    color: #676A6C;
    font-weight: 600;
  }
  .navbox .menu-close {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbox .logo {
    width: 25vw;
  }
  .navbox-links {
    padding: 1.5vw;
  }
  .navbox-search {
    display: none;
  }
}
@media (min-width: 1100px) {
  .navbox .logo {
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .navbox {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 1em 1.5em;
    height: 100%;
  }
  .navbox-menu a span {
    font-size: 1.55em;
    padding: 0.1em;
  }
  .navbox-menu a {
    padding: 0.15em 0.15em 0.15em 0px;
  }
  .navbox-menu .audience-selector {
    font-size: 1.6em;
  }
  .navbox-global-links {
    padding: 0px;
  }
  .navbox-global-links a {
    margin: 0.75% 0.75% 0.75% 0px;
  }
  .navbox-social {
    margin: 0.75em 0px;
  }
  .navbox-social a {
    font-size: 1.2em;
  }
}
@media (max-width: 768px) {
  .navbox-menu .audience-selector a {
    height: 60px;
    padding: 3% 5%;
  }
}
@media (max-height: 550px) {
  .navbox-logo {
    display: none;
  }
}
.searchbox {
  display: none;
  float: left;
  max-width: 272px;
}

.searchbox input, .searchbox button {
  border-radius: 0;
}

.searchbox input {
  background: #e6e7e9;
  border: none;
}

.searchbox button {
  color: #fff;
  background: #005a96;
  font-size: 17px;
  padding: 4px 8px;
}

/* Responsive Styling */
@media (min-width: 768px) {
  .searchbox {
    display: block;
    float: right;
    margin-right: 2%;
  }
  .searchbox .form-control {
    display: none;
    position: absolute;
    left: -1px;
    top: 100%;
    width: 150px;
  }
}
@media (min-width: 1000px) {
  .searchbox .form-control {
    display: block;
    position: static;
    left: 0;
    top: 0;
    width: 100%;
  }
}
.dropdown button {
  border: none;
}

.dropdown button, .dropdown button:hover, .dropdown button:active {
  background: none;
}

.dropdown .dropdown-menu {
  position: absolute;
  top: -10%;
  right: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176), 3px 1px 5px 0px rgba(0, 0, 0, 0.25) inset;
  min-width: 0;
}

.dropdown .dropdown-menu span {
  display: block;
  color: #fff;
  font-size: 2em;
  font-weight: 900;
  margin-right: 0.25em;
  vertical-align: middle;
}

.dropdown .dropdown-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 48px;
  padding: 0;
}

.dropdown .dropdown-menu li > a {
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
  padding: 0em 0.85em;
  text-align: center;
  white-space: normal;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.dropdown .dropdown-menu li:hover > a {
  color: #262626;
}

.dropdown .dropdown-menu li > a:hover {
  background: none;
}

.dropdown .dropdown-menu li > a:hover span {
  color: #262626;
}

/* Responsive Styling */
@media (min-width: 600px) {
  .dropdown .dropdown-menu {
    top: -47%;
  }
  .dropdown .dropdown-menu li {
    height: 65px;
  }
  .dropdown .dropdown-menu li > a {
    text-align: left;
    border: none;
    padding: 1.3em 0.85em;
  }
  .dropdown .dropdown-menu span {
    display: inline-block;
    float: left;
  }
}
.column-five-sixth {
  float: left;
  width: 83.333%;
}

.column-four-fifth {
  float: left;
  width: 80%;
}

.column-three-fourth {
  float: left;
  width: 75%;
}

.column-two-third {
  float: left;
  width: 66.667%;
}

.column-three-fifths {
  float: left;
  width: 60%;
}

.column-half {
  float: left;
  width: 50%;
}

.column-two-fifths {
  float: left;
  width: 40%;
}

.column-third {
  float: left;
  width: 33.333%;
}

.column-fourth {
  float: left;
  width: 25%;
}

.column-fifth {
  float: left;
  width: 20%;
}

.column-sixth {
  float: left;
  width: 16.667%;
}

/* Responsive */
@media (min-width: 768px) {
  .column-768-five-sixth {
    float: left;
    width: 83.333%;
  }
  .column-768-four-fifth {
    float: left;
    width: 80%;
  }
  .column-768-three-fourth {
    float: left;
    width: 75%;
  }
  .column-768-two-third {
    float: left;
    width: 66.667%;
  }
  .column-768-three-fifths {
    float: left;
    width: 60%;
  }
  .column-768-half {
    float: left;
    width: 50%;
  }
  .column-768-two-fifths {
    float: left;
    width: 40%;
  }
  .column-768-third {
    float: left;
    width: 33.333%;
  }
  .column-768-fourth {
    float: left;
    width: 25%;
  }
  .column-768-fifth {
    float: left;
    width: 20%;
  }
  .column-768-sixth {
    float: left;
    width: 16.667%;
  }
}
@media (min-width: 1000px) {
  .column-1000-five-sixth {
    float: left;
    width: 83.333%;
  }
  .column-1000-four-fifth {
    float: left;
    width: 80%;
  }
  .column-1000-three-fourth {
    float: left;
    width: 75%;
  }
  .column-1000-two-third {
    float: left;
    width: 66.667%;
  }
  .column-1000-three-fifths {
    float: left;
    width: 60%;
  }
  .column-1000-half {
    float: left;
    width: 50%;
  }
  .column-1000-two-fifths {
    float: left;
    width: 40%;
  }
  .column-1000-third {
    float: left;
    width: 33.333%;
  }
  .column-1000-fourth {
    float: left;
    width: 25%;
  }
  .column-1000-fifth {
    float: left;
    width: 20%;
  }
  .column-1000-sixth {
    float: left;
    width: 16.667%;
  }
}
@media (min-width: 1200px) {
  .column-1200-five-sixth {
    float: left;
    width: 83.333%;
  }
  .column-1200-four-fifth {
    float: left;
    width: 80%;
  }
  .column-1200-three-fourth {
    float: left;
    width: 75%;
  }
  .column-1200-two-third {
    float: left;
    width: 66.667%;
  }
  .column-1200-three-fifths {
    float: left;
    width: 60%;
  }
  .column-1200-half {
    float: left;
    width: 50%;
  }
  .column-1200-two-fifths {
    float: left;
    width: 40%;
  }
  .column-1200-third {
    float: left;
    width: 33.333%;
  }
  .column-1200-fourth {
    float: left;
    width: 25%;
  }
  .column-1200-fifth {
    float: left;
    width: 20%;
  }
  .column-1200-sixth {
    float: left;
    width: 16.667%;
  }
}
.breadcrumbs span {
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
}

.page-list a {
  color: #005a96;
  background: #ecebe8;
  font-size: 0.9em;
  font-weight: 600;
  display: inline-block;
  padding: 0.3em;
  margin-right: 0.5em;
  margin-bottom: 0.75em;
  border-radius: 5px;
}

.page-list a.active {
  background: #b0c6dd;
}

.new-products .container {
  position: relative;
  margin-bottom: 5em;
}

.new-products h2 {
  font-weight: 600;
}

.new-products .box {
  background: #f5f5f3;
  padding: 0 3% 1em;
  margin: 1em auto 0;
  max-width: 530px;
  min-height: 185px;
}

.new-products .box .col-sm-4 {
  float: left;
  width: 30%;
}

.new-products .box .col-sm-8 {
  float: right;
  width: 67%;
}

.new-products .box h5 {
  color: #fff;
  background: #005a96;
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 12px;
  padding: 0.3em 0.5em;
  text-transform: uppercase;
  position: relative;
  left: -2em;
  height: 24px;
  width: 40px;
}

.new-products .box h5::before {
  content: "";
  display: block;
  background: #ffd600;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 7px;
  left: 6px;
  z-index: -1;
  transform: rotate(36deg);
  -o-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
}

.new-products .box img {
  padding-right: 2%;
}

.new-products .box h4 {
  margin: 0;
  font-size: 1.1em;
  font-weight: 600;
}

.new-products .box a.read-more,
.new-products .box a.read-more:link {
  color: #7e7f72;
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
}

.new-products .read-all {
  position: absolute;
  right: 15px;
  margin: 1em 0;
}

.ad-box {
  margin-bottom: 25px;
}

.search-directory {
  background-image: url(../images/pattern1.jpg);
}

.search-directory > a {
  text-decoration: none;
}

.search-directory .strip {
  margin: 0 3em;
  padding: 0.5em 0;
}

.search-directory p {
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 3px;
}

.recent-news h2 a {
  color: #696e74;
}

.become-member .green-box,
.twitter-feed .green-box {
  color: #fff;
  background: #96ca4f;
}

.become-member .green-box {
  padding: 1em 1em 1em 2em;
}

.twitter-feed .green-box {
  padding: 1.5em;
  text-align: center;
}

.become-member .green-box p {
  display: inline-block;
}

.become-member .green-box p {
  font-size: 2em;
  letter-spacing: 3px;
}

.twitter-feed .green-box p {
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 1.5px;
}

.twitter-feed .green-box .button-green {
  padding: 0.3em;
}

.twitter-feed .green-box .image-box {
  max-width: 100%;
}

.become-member .image-box {
  min-height: 118px;
  width: 100%;
}

.become-member .image-box .member-image {
  position: absolute;
  background-size: 100%;
  background-size: cover;
  background-image: url(../images/members.jpg);
  background-attachment: relative;
  background-position: center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.courses .course-img {
  display: block;
  margin: 1em auto;
  max-width: 100%;
}

footer {
  color: #fff;
  background: #303c42;
  border-top: 11px solid #005a96;
  padding: 2em 4em;
}

footer .logo-box {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  width: 12em;
  margin: 0 auto;
}

footer .logo {
  width: 100%;
  padding-right: 2.5em;
  padding-bottom: 0.5em;
}

footer .footer-menu {
  list-style: none;
  margin-top: 2em;
  padding-left: 0;
  text-align: center;
}

footer .footer-menu-left {
  text-align: center;
}

footer a {
  color: #fff;
  font-size: 1em;
  line-height: 2.5;
}

footer a:hover {
  color: #005a96;
}

footer .footer-menu-left {
  list-style: none;
  padding-left: 10px;
}

footer .footer-menu-left li {
  display: inline-block;
  padding-right: 1em;
}

footer .footer-info {
  text-align: center;
}

footer .subscribe {
  margin: 1em auto 0;
  width: 70%;
}

footer .subscribe a {
  color: #fff;
  text-decoration: underline;
}

footer .subscribe a:hover {
  color: rgb(0, 120.6, 201);
}

footer .subscribe .subscribe-button {
  display: block;
  background: transparent;
  border: none;
  padding: 0;
  margin-top: 0.5em;
  text-decoration: underline;
  text-transform: uppercase;
}

footer .subscribe input {
  color: #60605c;
  background: #a4a49a;
  font-size: 1em;
  border: 1px solid #75756f;
  height: 2.2em;
  width: 100%;
  padding-left: 1em;
}

footer .footer-credit {
  text-align: center;
  margin-top: 1em;
}

footer .cubic-logo {
  display: block;
  margin-bottom: 1em;
}

footer .cubic-logo img {
  max-width: 110px;
}

.blog-post {
  clear: both;
  border-top: 12px solid #ffd600;
  margin-bottom: 3em;
}

.blog-post h4 {
  color: #005a96;
  font-weight: 600;
}

.blog-post .post-date {
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-top: 0.8em;
}

.blog-post .post-thumb {
  float: left;
  height: 25%;
  width: 25%;
  margin-top: 4px;
  margin-right: 1em;
}

.blog-post p {
  font-weight: 600;
  line-height: 2;
}

/* Responsive Styling */
@media (min-width: 360px) {
  footer .logo-box {
    font-size: 1.4em;
  }
}
@media (min-width: 650px) {
  footer .footer-menu li a {
    font-size: 1.1em;
  }
  .blog-post .post-thumb {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .new-products .box .col-sm-4 {
    width: 33.3333%;
  }
  .new-products .box .col-sm-8 {
    width: 66.6667%;
  }
  .new-products .box .col-padding {
    padding-left: 0.5em;
  }
  .new-products .box h4 {
    margin: 0;
  }
  .search-directory p {
    font-size: 1.5em;
    font-size: 1.5vw;
  }
  .become-member .green-box p {
    font-size: 1.5em;
    font-size: 2vw;
  }
  footer .logo-box {
    font-size: 1.2em;
    margin: 0;
  }
  footer .footer-menu {
    margin-top: 0;
    padding-left: 2em;
    border-left: 1px solid #fff;
    text-align: left;
  }
  footer .footer-info {
    text-align: left;
    padding-left: 1em;
    border-left: 1px solid #fff;
  }
  footer .footer-menu-left {
    text-align: left;
  }
  footer .subscribe {
    margin: 1em 0 0;
    width: 100%;
  }
  footer .footer-credit {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  footer .footer-credit {
    text-align: left;
    padding-left: 1em;
    border-left: 1px solid #fff;
  }
  footer .cubic-logo {
    margin-bottom: 85px;
  }
}
@media (min-width: 1000px) {
  footer .logo-box {
    font-size: 1.5em;
  }
  .blog-post .post-thumb {
    margin-bottom: 0;
  }
}
.layout-heroA {
  min-height: 250px;
  width: 100%;
  color: white;
  position: relative;
  background: #333;
  font-size: 0.9em;
}
.layout-heroA h2, .layout-heroA h5 {
  color: #fff;
  text-transform: uppercase;
}

.layout-heroA-img {
  position: absolute;
  background-size: 100%;
  background-size: cover;
  background-image: url(../images/banner.jpg);
  background-attachment: relative;
  background-position: left center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

@media (min-width: 400px) {
  .layout-heroA {
    min-height: 280px;
  }
  .layout-heroA-img {
    background-position: left center;
  }
}
@media (min-width: 600px) {
  .layout-heroA {
    min-height: 320px;
  }
  .layout-heroA-img {
    background-position: left center;
  }
}
@media (min-width: 1000px) {
  .layout-heroA {
    min-height: 330px;
  }
}
.banner {
  min-height: 250px;
  width: 100%;
  color: white;
  position: relative;
  background: #333;
  padding-top: 5em;
}
.banner h2, .banner h5 {
  color: #fff;
  text-transform: uppercase;
}
.banner.logo-banner {
  min-height: auto;
  padding-top: 0;
  height: 337px;
  background: url(../images/fgia-logo-banner-bg.jpg) no-repeat scroll 0 0 transparent;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner.logo-banner .logo-box {
  width: 372px;
  height: 170px;
  border-radius: 15px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 5px 16px -16px black;
}
.banner.logo-banner .logo-box img {
  width: 280px;
  height: 110px;
}

.banner.custom-banner {
  min-height: auto;
}

.banner .banner-img {
  position: absolute;
  background-size: 100%;
  background-size: cover;
  background-attachment: relative;
  background-position: center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.blog-banner .banner-img {
  background-image: url(../images/news-banner.jpg);
}

.static-banner .banner-img {
  background-image: url(../images/general-banner.jpg);
}

.banner-textbox {
  position: absolute;
  top: 50%;
  left: 4%;
  width: 60%;
  text-align: left;
  transform: translateY(-50%);
}

.banner-textbox .banner-heading {
  color: #fff;
  font-size: 1.3em;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.banner-textbox .subtext {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.3em;
  margin-top: 14px;
}

.banner-textbox .learn-more {
  color: #fff;
  display: block;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
  font-size: 1em;
  margin-top: 16px;
}

.blog-banner h2 {
  font-size: 2.5em;
  position: relative;
  margin: 7% 0%;
  padding: 0.5em 1.5em 0.5em 1em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 900;
  word-break: break-word;
}

.blog-banner h2 a {
  color: #fff;
  outline: none;
}

.blog-banner h2 a:hover {
  color: #f5f5f3;
  text-decoration: none;
}

.custom-banner h2 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 50%;
  width: 50%;
  z-index: 10;
  padding: 20px;
  background: rgba(124, 160, 196, 0.8);
}

@media (min-width: 600px) {
  .banner {
    padding-top: 0;
  }
  .banner-textbox .banner-heading {
    font-size: 2em;
  }
}
@media (min-width: 1000px) {
  .banner-textbox {
    top: 50px;
    transform: translateY(0%);
  }
  .banner-textbox .banner-heading {
    font-size: 2.5em;
  }
  .banner-textbox .learn-more {
    font-size: 1.5em;
    margin-top: 24px;
  }
}
.single-sign-on .subtext {
  font-size: 0.8em;
}

.event-description {
  font-family: "Open Sans", sans-serif !important;
  line-height: 2 !important;
  color: #676a6c !important;
}
.event-description a {
  color: #7ca0c4 !important;
}
.event-description .btn {
  margin-top: 1em;
}

.event-date {
  font-weight: bold;
  text-transform: uppercase;
}

.event-title {
  color: #005a96;
  font-weight: 600;
}

.event-cancelled {
  font-size: 1.25em;
  font-weight: 400;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 1em;
}

.event-category {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 2em;
}

.event-image {
  max-width: 350px;
}

.event-sponimg {
  max-width: 200px;
}

.sponsor-container {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 10px 0;
}

.sponsor-logo-container {
  height: 100%;
  vertical-align: middle;
}

.sponsor-logo-container img {
  position: relative;
}

.event-hotel .logo {
  float: right;
  width: 150px;
}

.event-pricing-table td {
  width: 50%;
}

.page-count {
  font-weight: bold;
  margin: 14px 0;
}

.events-date {
  font-weight: bold;
  text-transform: uppercase;
}

.events-title {
  font-size: 1.5em;
  margin: 0.2em 0;
}
.events-title a {
  color: #005a96;
}

.events-location {
  font-size: 1.25em;
  font-weight: 400;
  font-style: italic;
  margin: 0.2em 0;
}

.event-description table td {
  border: none;
}

.businesses-date {
  font-weight: bold;
  text-transform: uppercase;
}

.businesses-title {
  font-size: 1.5em;
  margin: 0.2em 0;
}
.businesses-title a {
  color: #7ca0c4;
}

.businesses-location {
  font-size: 1.25em;
  font-weight: 400;
  font-style: italic;
  margin: 0.2em 0;
}

.business-description {
  font-family: "Open Sans", sans-serif !important;
  line-height: 2 !important;
  color: #676a6c !important;
}
.business-description a {
  color: #7ca0c4 !important;
}

.business-date {
  font-weight: bold;
  text-transform: uppercase;
}

.business-title {
  color: #7ca0c4;
  font-weight: 600;
}

.business-cancelled {
  font-size: 1.25em;
  font-weight: 400;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 2em;
}

.business-details-list {
  margin-left: 0;
  padding-left: 15px;
}

.business-details-list li {
  list-style-type: square;
}

.masonry-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.tab-subtitle {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 1.5em;
}

.breadcrumb {
  font-weight: 600;
}

.tab-menu {
  margin-top: 2%;
}

.tab-menu .tabs {
  font-size: 0.75em;
  list-style: outside none none;
  box-shadow: 0px -6px 3px -5px inset;
  padding-top: 0.5em;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  overflow: hidden;
}

.tab-menu .tabs li {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  font-size: 1.5em;
  font-weight: 600;
  padding: 0.25em 0;
  margin-right: -0.4%;
  position: relative;
  border-width: 1px 1px medium;
  border-style: solid solid none;
  border-color: #CCC #CCC -moz-use-text-color;
  outline: 0;
}

.tab-menu .tabs li.active {
  border-bottom: none;
  background: #fff;
  box-shadow: 0px 1px 5px 1px #aaa;
}

.tab-menu .tabs li a {
  color: #676a6c;
  text-decoration: none;
  padding: 0.3em 1.5em;
  outline: 0;
}

.posts-section .post, .single-post-section .post {
  margin: 1% 0;
  border-bottom: 1px solid #cccccc;
  padding: 3% 0;
}

.posts-list {
  margin-bottom: 4%;
}

.posts-list .post-date {
  font-weight: bold;
  text-transform: uppercase;
}

.posts-list .post-title a {
  color: #005a96;
  font-size: 1.5em;
}

.post-content .read-more {
  color: #005a96;
  font-weight: 600;
  text-decoration: underline;
}

.single-post-section .post {
  padding-bottom: 0;
}

.single-post-section .post-title {
  color: #303c42;
  font-weight: 600;
}

.single-post-section .post-subtitle {
  font-size: 1.25em;
  font-weight: 400;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 2em;
}

.single-post-section .post-date {
  font-weight: bold;
  text-transform: uppercase;
}

.single-post-section .post-info {
  font-style: italic;
  border-bottom: 1px solid #cccccc;
  padding: 2% 0;
}

.single-post-section .post-info a {
  text-decoration: underline;
}

.single-post-section .post-info .button-blue,
.single-post-section .post-info .button-greenc {
  text-decoration: none;
}

.post-content p {
  font-weight: 600;
  line-height: 2;
  margin-bottom: 2em;
}

.post-content .post-thumb {
  float: left;
  padding: 0 2em 2em 0;
}

.post-content img:not([width]) {
  padding: 0 2%;
}

.post-content img[style*="float:right"] {
  padding-right: 0;
}

.post-content img[style*="float:left"] {
  padding-left: 0;
}

.post-content figure figcaption {
  font-size: 0.8em;
  font-style: italic;
}

.posts-nav a {
  font-weight: 600;
}

.post-images {
  background: #60605c;
  height: 450px;
  margin: 2em 0;
}

.post-documents {
  margin: 2em 0;
}

.post-doc {
  display: block;
  margin: 5px 0;
}

.post-video {
  background: #e4e4e1;
  padding: 4% 10%;
}

.post-video iframe {
  width: 100%;
  height: 100%;
  height: 41vw;
  max-width: 1150px;
  max-height: 540px;
  margin: 0px auto;
  display: block;
}

.about-author {
  margin-top: 2em;
  margin-bottom: 2em;
}

.about-author .author {
  float: left;
  margin-right: 1em;
  max-width: 150px;
}

.about-author .author-info {
  margin-top: 2em;
}

.about-author .author-name {
  font-size: 1.25em;
}

.about-author .author-read-more {
  color: #7ca0c4;
  font-size: 0.9em;
  font-style: italic;
  text-decoration: underline;
}

.video-container {
  position: relative;
  padding: 28%;
  height: 0;
}
.video-container.full {
  padding-bottom: 42%;
}
.video-container.half {
  padding-bottom: 28%;
}
.video-container.quarter {
  padding-bottom: 14%;
}

.video-container iframe {
  position: absolute;
  max-height: 540px;
  max-width: 1150px;
  height: 100%;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
}

img[align=left],
p[style*="float: left"] img,
p[style*="float:left"] img,
img[style*="float: left"],
img[style*="float:left"],
figure[style*="float: left"] img,
figure[style*="float:left"] img {
  margin: 5px 15px 0px 0px;
}

img[align=right],
p[style*="float: right"] img,
p[style*="float:right"] img,
img[style*="float: right"],
img[style*="float:right"],
figure[style*="float: right"] img,
figure[style*="float:right"] img {
  margin: 5px 0px 0px 15px;
}

fieldset > fieldset label.control-label {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 0.9em;
}

@media (max-width: 600px) {
  .post-content iframe {
    width: 100%;
    height: 100%;
    height: 55vw;
    max-width: 1150px;
    max-height: 540px;
    margin: 0px auto;
    display: block;
  }
}
@media (max-width: 768px) {
  .video-container.full, .video-container.half, .video-container.quarter {
    padding-bottom: 40%;
  }
  .video-container iframe {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .tab-menu .tabs li {
    width: auto;
  }
  .post-images {
    height: 650px;
  }
}
@media (min-width: 992px) {
  .video-container {
    padding: 32%;
  }
  .video-container.full {
    padding-bottom: 28%;
  }
  .video-container.half {
    padding-bottom: 30%;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .tab-menu .tabs {
    font-size: 1em;
  }
}
@media (min-width: 1350px) and (max-width: 1499px) {
  .tab-menu .tabs {
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .tab-menu .tabs {
    padding-right: 0;
  }
  .video-container {
    padding: 34%;
  }
  .video-container.full {
    padding-bottom: 34%;
  }
  .video-container.half {
    padding-bottom: 24%;
  }
}
@media (min-width: 1300px) {
  .video-container {
    padding: 30%;
  }
  .video-container.full {
    padding-bottom: 30%;
  }
  .video-container.half {
    padding-bottom: 28%;
  }
}
@media (min-width: 1400px) {
  .video-container {
    padding: 28%;
  }
  .video-container.full {
    padding-bottom: 28%;
  }
  .video-container.half {
    padding-bottom: 28%;
  }
}
@media (min-width: 1500px) {
  .tab-menu .tabs {
    font-size: 1em;
  }
}
.faq-section h2, h3 {
  color: #303c42;
}

.faq-category-input {
  text-align: center;
  border-color: #d1dade;
  border-width: 1px 0 1px 0;
  border-style: solid;
  padding: 2em 0;
  margin: 2em 0;
}

.faq-category-input .form-group {
  margin: 0;
}

.faq-category-input .form-group label {
  text-transform: uppercase;
}

.faq-category-input .form-group .form-control {
  display: inline-block;
  width: 35%;
}

.faq-list .faq {
  margin: 2% 0px 5% 0;
}

.error-page {
  text-align: center;
  margin: 10% auto;
  max-width: 600px;
  padding: 0 1em;
}

.error-page-title {
  font-size: 5em;
}

.error-page-message {
  font-size: 1.5em;
}

.user-info-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 2em 0;
}

.user-info-table td {
  background: #fff;
  padding: 1em 1em;
  border: 1px solid #ddd;
}

.user-info-table td:first-child {
  background: #eee;
  font-weight: bold;
}

.user-logout {
  float: right;
  font-size: 0.5em;
}

.forgot-password-intro {
  text-align: center;
}

.forgot-password-form {
  background-color: rgba(124, 160, 196, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
  max-width: 450px;
  padding: 20px 25px 15px;
  margin: 0 auto;
}

.forgot-password-form button {
  margin-top: 1em;
  display: block;
  margin: 1em auto;
}

.representative .rep_name {
  padding: 6px 0;
}

.representative .rep_status {
  text-align: center;
}

.representative .rep_action {
  margin: 0 auto;
  display: block;
}

.add-reps-section {
  padding-top: 8px;
  padding-bottom: 16px;
}

.new-rep {
  padding: 10px 0;
}

.staff-intro {
  background: #ededed;
  font-weight: 600;
  border: 2px solid #005a96;
  padding: 3%;
}

.user-profile {
  font-size: 0.9em;
  font-weight: 600;
  background: #ededed;
  padding: 1em 7%;
  margin: 1em 0;
}

.user-info {
  margin-top: 1em;
}

.user-detail {
  margin-top: 0.5em;
}

.member-info {
  margin-bottom: 1em;
}

.member-box {
  background: #ededed;
  font-weight: 600;
  margin: 1em 0;
  padding: 3%;
}

.member-photo {
  padding-left: 0;
}

.member-photo img {
  display: block;
  width: 50%;
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: 0.75em;
}

.author-info {
  padding-left: 2em;
}

.author-contact i {
  padding-right: 10px;
}

.author-contact a {
  position: relative;
  top: -5px;
}

.author-posts {
  margin: 4em 0 2em;
}

.author-posts h3 {
  margin-bottom: 1em;
}

.author-posts .post {
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .user-profile {
    padding: 1em 3%;
  }
  .user-info {
    padding-left: 5%;
  }
  .user-detail {
    margin-top: 0.5em;
    text-align: center;
  }
  .member-box {
    padding: 0;
  }
  .member-photo img {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .member-info {
    padding-top: 1em;
  }
}
.content-box {
  color: #303c42;
  font-size: 0.9em;
  background: #ededed;
  padding: 1.1em;
  margin: 1em 0;
}

.content-box a {
  color: #005a96;
}

.content-box .heading a {
  color: #005a96;
  text-decoration: underline;
}

.content-box .heading a:hover {
  color: #a5b4ca;
}

.business-section #members .content-box {
  min-height: 104.72px;
}

.member-rol {
  list-style: none;
  color: #fff;
  font-size: 0.9em;
  background: #7393b3;
  padding: 0.5em;
  margin: 0.3em;
  display: inline-block;
}

.member-rol-sm {
  padding: 0.15em;
}

.member-title {
  font-style: italic;
  font-size: 1.1em;
}

.member-data {
  font-size: 0.9em;
  padding-top: 0.2em;
}

.meeting-report {
  padding-right: 10px;
}

.content-box h2 {
  color: #005a96;
  margin-bottom: 5px;
}

.content-box ul.contact-info {
  padding-left: 0px;
}

.content-box ul.contact-info li {
  list-style: none;
}

.staff-box {
  font-size: 1em;
  position: relative;
  height: 435px;
  width: 329px;
  padding: 0;
}

.staff-box a {
  color: #fff;
  text-decoration: underline;
}

.staff-box .user-thumb {
  height: 100%;
  overflow: hidden;
}

.staff-box .user-thumb img {
  position: relative;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translateX(-50%);
}

.staff-box .user-info {
  color: #fff;
  line-height: 1.5;
  position: absolute;
  top: 70%;
  padding: 0;
  width: 100%;
  transition: 0.5s all;
}

.staff-box .user-info .member-name {
  font-size: 1.6em;
  font-weight: 700;
  background: #005a96;
  display: inline-block;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 1%;
  padding-top: 2%;
}

.staff-box .user-info .member-title {
  font-style: italic;
  font-size: 1em;
  display: inline-block;
  background: #005a96;
  padding-left: 4%;
  padding-right: 3%;
  padding-bottom: 1%;
  width: 100%;
}

.staff-box .user-info .member-bio {
  opacity: 0;
  padding: 2% 5%;
  transition: 0.5s all;
}

.staff-box .user-info .member-social a {
  color: #fff;
  display: inline-flex;
}

.staff-box .user-info .member-social a i {
  padding-right: 9px;
}

.staff-box.has-bio .user-info.show {
  background: #005a96;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  overflow-y: scroll;
}

.staff-box.has-bio .user-info.show .member-name {
  background: none;
  padding-top: 5%;
}

.staff-box.has-bio .user-info.show .member-title {
  background: none;
}

.staff-box.has-bio .user-info.show .member-bio {
  display: block;
  opacity: 1;
}

@media (min-width: 768px) {
  .staff-group {
    display: grid;
    grid-template-columns: auto auto;
  }
}
@media (min-width: 1200px) {
  .staff-box {
    font-size: 0.9em;
  }
}
@media (min-width: 1400px) {
  .staff-group {
    grid-template-columns: auto auto auto;
  }
}
.cpd-search-box {
  background: #efefef;
  position: relative;
  padding: 50px 30px 40px 30px;
  margin: 50px 0 80px;
}

.cpd-search-box:before {
  content: "";
  display: block;
  background: #005a96;
  width: 90%;
  height: 200px;
  transform: translateX(-50%) rotateZ(4deg);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -5;
}

.cpd-search-box h3 {
  color: #005a96;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.cpd-search-box form label {
  color: #202020;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 33px;
}

.cpd-search-box form .grade-units {
  line-height: 33px;
}

.cpd-search-box .chosen-container-single .chosen-single,
.cpd-search-box input[type=text] {
  background: #fff;
  border-radius: 0;
  border: 1px solid #ccc;
  height: 33px;
}

.cpd-search-box .chosen-container-single .chosen-single span {
  line-height: 33px;
}

.cpd-search-box form button,
.cpd-search-box form .button-blue {
  display: block;
  font-size: 20px;
  padding: 10px 50px;
  margin: 14px auto;
  border-radius: 0;
}

.cpd-search-box form .reset-button {
  font-size: 18px;
  padding: 8px 30px;
}

.cpd-search-box .manufacturer-search label {
  line-height: 33px;
}

.cpd-search-box .manufacturer-search p {
  color: #202020;
  margin-top: 0;
  margin-bottom: 20px;
}

.cpd-search-box .manufacturer-search .white-box {
  color: #676a6c;
  background: #fff;
  border: 1px solid #ccc;
  padding: 18px 12px;
}

.cpd-search-box .manufacturer-search .white-box .box-header {
  color: #676a6c;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 5px;
  width: 65%;
}

.cpd-search-box .manufacturer-search .white-box a {
  color: #005a96;
  font-weight: 600;
}

.cpd-search-box .separate-or {
  margin: 30px 0;
}

.cpd-search-box .separate-or .line {
  display: inline-block;
  width: 42%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
@media screen and (max-width: 420px) {
  .cpd-search-box .separate-or .line {
    width: 40%;
  }
}

.cpd-search-box .separate-or .or {
  color: #005a96;
  font-size: 16px;
  font-weight: bold;
  padding: 0 2%;
}

.cpd-search-box:after {
  content: "";
  display: block;
  background: #96ca4f;
  width: 90%;
  height: 200px;
  transform: translateX(-50%) rotateZ(6deg);
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 54%;
  z-index: -5;
}

.cpd-search-box .column-border {
  border-left: 1px solid #ccc;
}

.search-results-box h2 {
  color: #005a96;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
}

.search-results-box .total-records {
  font-size: 16px;
  text-align: right;
}

#searchResults {
  width: max-content;
}

.table-container {
  overflow-x: scroll;
}

.results-table thead tr {
  color: #fff;
  background: #005a96;
  height: 50px;
  padding: 8px;
}

.results-table tr:nth-child(2n) {
  background: #eee;
}

.results-table th {
  font-weight: 400;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 5px;
}

.results-table td {
  border: none;
  border-right: 2px solid #cecece;
}

.results-table td:last-child {
  border-right: none;
}

.results-table thead th:first-child {
  position: sticky;
  top: 0;
  left: 0;
  background: #005a96;
}

.results-table tr td:first-child {
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
}

.results-table tr:nth-child(2n) td:first-child {
  background: #eee;
}

.search-results-box, .no-results {
  display: none;
}

.cpd-search-section .search-nav .pagination-info {
  text-align: center;
}

.cpd-search-section .search-nav .next-page {
  display: block;
  margin-left: auto;
}

.cpd-single-product h2,
.cpd-manufacturer-details h2 {
  color: #005a96;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.product-details .cpd-number {
  font-size: 24px;
}

.product-details .button-box,
.manufacturer-details .button-box {
  text-align: center;
}

.product-details-table,
.manufacturer-details-table {
  font-weight: light;
}

.product-details-table th,
.manufacturer-details-table th {
  color: #fff;
  background: #005a96;
  font-weight: 400;
  text-align: right;
  padding: 8px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.product-details-table td,
.manufacturer-details-table td {
  color: #202020;
  border: none;
}

.product-details-table tr:nth-child(2n) td,
.manufacturer-details-table tr:nth-child(2n) td {
  background: #eee;
}

.product-details-table .standard-name {
  font-weight: bold;
}

.product-details-table .standard-detail {
  margin-top: 1.5em;
}

@media (min-width: 768px) {
  .cpd-search-box form label {
    text-align: right;
  }
  .mobile-only {
    display: none;
  }
  #searchResults {
    width: 100%;
  }
  .table-container {
    overflow-x: auto;
  }
  .results-table thead th:first-child {
    position: static;
  }
  .results-table tr td:first-child {
    position: static;
  }
  #seriesCol {
    width: 20%;
  }
  #ratingCol {
    width: 130px;
  }
  #testSpecCol {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .cpd-search-box .separate-or .line {
    width: 43%;
  }
}
@media (min-width: 1200px) {
  #ratingCol {
    width: 140px;
  }
}
/**
 * Colors
 */
/**
 * Media Queries
 */
/**
 * Membership Form
 */
.cols {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .cols {
    flex-direction: row;
  }
}
.cols .col {
  width: 100%;
  flex: 1;
}
.cols .col .input-container {
  width: 100%;
}
.cols + .cols {
  margin-top: 26px;
}

section.membership-form {
  font-size: 16px;
}
section.membership-form h1 {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  section.membership-form h1 {
    font-size: 40px;
  }
}
section.membership-form h2 {
  font-size: 22px;
  font-weight: normal;
}
@media screen and (min-width: 1025px) {
  section.membership-form h2 {
    font-size: 28px;
  }
}
section.membership-form h1, section.membership-form h2 {
  margin: 0;
  margin-bottom: 26px;
}
section.membership-form p {
  font-size: 16px;
  margin: 26px 0;
  line-height: 1.7;
}
section.membership-form a, section.membership-form a:visited {
  font-size: 16px;
  color: #005A96;
  text-decoration: underline;
}
section.membership-form a:hover, section.membership-form a:visited:hover {
  text-decoration: none;
}
section.membership-form hr {
  border-color: #E0E0E0;
  margin: 30px 0 30px -20px;
}
@media screen and (min-width: 600px) {
  section.membership-form hr {
    margin: 30px 0 30px -26px;
  }
}
section.membership-form label {
  margin: 0;
  font-size: 16px;
}
section.membership-form label .optional {
  font-weight: normal;
}
section.membership-form .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: white;
  padding: 42px 0;
  margin: 0;
  color: #303C42;
}
section.membership-form .panel .container {
  display: flex;
  flex-direction: row;
  gap: 0;
}
@media screen and (min-width: 600px) {
  section.membership-form .panel .container {
    gap: 26px;
  }
}
section.membership-form .panel .container .left, section.membership-form .panel .container .right .panel-heading {
  width: 120px;
  text-align: right;
}
section.membership-form .panel .container .left .text, section.membership-form .panel .container .right .panel-heading .text {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (min-width: 600px) {
  section.membership-form .panel .container .left .text, section.membership-form .panel .container .right .panel-heading .text {
    font-size: 48px;
  }
}
section.membership-form .panel .container .left .icon, section.membership-form .panel .container .right .panel-heading .icon {
  width: 61px;
  height: 49px;
}
@media screen and (min-width: 600px) {
  section.membership-form .panel .container .left .icon, section.membership-form .panel .container .right .panel-heading .icon {
    width: 109px;
    height: 87px;
  }
}
section.membership-form .panel .container .left .number, section.membership-form .panel .container .right .panel-heading .number {
  font-size: 64px;
  font-weight: 100;
  line-height: 0.8;
}
@media screen and (min-width: 600px) {
  section.membership-form .panel .container .left .number, section.membership-form .panel .container .right .panel-heading .number {
    font-size: 100px;
  }
}
section.membership-form .panel .container .left {
  float: none;
  display: none;
}
@media screen and (min-width: 1025px) {
  section.membership-form .panel .container .left {
    display: block;
  }
}
section.membership-form .panel .container .divider {
  width: 10px;
  background: #96CA4F;
  margin-right: 20px;
}
@media screen and (min-width: 600px) {
  section.membership-form .panel .container .divider {
    margin: 0;
  }
}
section.membership-form .panel .container .right {
  float: none;
  flex: 1;
}
section.membership-form .panel .container .right p:last-child {
  margin-bottom: 0;
}
section.membership-form .panel .container .right .panel-heading {
  padding: 0;
  margin-bottom: 26px;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  section.membership-form .panel .container .right .panel-heading {
    display: none;
  }
}
section.membership-form .panel .container .right .panel-heading .number {
  text-align: left;
}
section.membership-form .panel .container .right .hidden-section {
  display: none;
  margin-top: 26px;
}
section.membership-form .panel .container .right .hidden-section.visible {
  display: block;
}
section.membership-form .panel.background-blue {
  background: #005A96;
  color: white;
}
section.membership-form .panel.background-blue h1, section.membership-form .panel.background-blue h2, section.membership-form .panel.background-blue p, section.membership-form .panel.background-blue a, section.membership-form .panel.background-blue a:visited, section.membership-form .panel.background-blue a:hover {
  color: white;
}
section.membership-form .panel.background-blue .divider {
  background: white;
}
section.membership-form .panel.background-gray {
  background: #FAFAFA;
}
section.membership-form .panel.divider-yellow .container .divider {
  background: #FFD600;
}
section.membership-form .panel.divider-blue .container .divider {
  background: #005A96;
}
section.membership-form .submit-button {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  color: #303C42;
  background: white;
  font-size: 18px;
  font-weight: normal;
  border: none;
  border-radius: 14px;
  padding: 9px 17px;
  position: relative;
  transition: all 0.2s ease;
  cursor: pointer;
  user-select: none;
  text-wrap: balance;
}
@media screen and (min-width: 600px) {
  section.membership-form .submit-button {
    font-size: 20px;
  }
}
section.membership-form .submit-button input[type=submit] {
  visibility: none;
  position: absolute;
  z-index: -1;
}
section.membership-form .submit-button:hover {
  background: #96CA4F;
  color: white;
}
section.membership-form .submit-button:active {
  top: 2px;
}
section.membership-form .submit-button:disabled, section.membership-form .submit-button.disabled {
  background: #C4C4C4;
  color: #454545;
}
section.membership-form .submit-button:disabled:active, section.membership-form .submit-button.disabled:active {
  top: 0px;
}
section.membership-form .confirmation {
  text-align: center;
  color: #303C42;
  max-width: 763px;
  margin: 0 auto;
}

/**
 * Form Elements
 */
fieldset.input label {
  margin-bottom: 12px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
fieldset.input .input-container {
  position: relative;
  width: auto;
}
@media screen and (min-width: 600px) {
  fieldset.input .input-container {
    width: 300px;
  }
}
fieldset.input .input-container .prefix {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px;
  padding-left: 14px;
}
fieldset.input .input-container input {
  display: block;
  border: 1px solid #005A96;
  padding: 7px 12px;
  border-radius: 14px;
  width: 100%;
}
fieldset.input .input-container .prefix + input {
  padding-left: 30px;
}
fieldset.input .input-container .units {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 8px;
  padding-left: 12px;
  width: auto;
}
@media screen and (min-width: 600px) {
  fieldset.input .input-container .units {
    width: 200px;
  }
}
fieldset.input .footnote {
  margin-top: 12px;
}
fieldset.input + fieldset.input {
  margin-top: 26px;
}

fieldset.textarea label {
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
fieldset.textarea textarea {
  display: block;
  border: 1px solid #005A96;
  padding: 7px 12px;
  border-radius: 14px;
  width: 100%;
  height: 118px;
  resize: none;
}

fieldset.checkbox {
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
fieldset.checkbox input[type=checkbox] {
  position: relative;
  top: 2px;
  margin: 0;
  display: block;
  appearance: none;
  -webkit-appearance: none;
  background: white;
  border: 2px solid black;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background-size: cover;
  cursor: pointer;
}
@media print {
  fieldset.checkbox input[type=checkbox] {
    appearance: auto;
    -webkit-appearance: auto;
  }
}
fieldset.checkbox input[type=checkbox]:checked {
  background-image: url("../images/checkmark.svg");
}
fieldset.checkbox input[type=checkbox]:focus {
  outline: 0;
}
fieldset.checkbox label {
  display: block;
  padding: 0;
  flex: 1;
}

fieldset.radio-select {
  border: 1px solid #005A96;
  border-radius: 15px;
  overflow: hidden;
}
fieldset.radio-select .radio-option {
  padding: 20px 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 22px;
  border-bottom: 1px solid #005A96;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  fieldset.radio-select .radio-option {
    align-items: center;
  }
}
fieldset.radio-select .radio-option:last-child {
  border-color: transparent;
}
fieldset.radio-select .radio-option .radio-pip {
  position: relative;
  width: 21px;
  height: 21px;
  border: 2px solid black;
  border-radius: 100%;
  margin-top: 4px;
}
@media screen and (min-width: 600px) {
  fieldset.radio-select .radio-option .radio-pip {
    margin-top: 0;
  }
}
fieldset.radio-select .radio-option .radio-pip::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: #FAFAFA;
  position: absolute;
  left: 3px;
  top: 3px;
  border-radius: 100%;
}
fieldset.radio-select .radio-option .text {
  font-weight: normal;
  flex: 1;
}
fieldset.radio-select input[type=radio] {
  visibility: hidden;
  position: absolute;
}
fieldset.radio-select input[type=radio]:checked + .radio-option {
  background: #005A96;
  color: white;
}
fieldset.radio-select input[type=radio]:checked + .radio-option .radio-pip {
  border-color: white;
}
@media print {
  fieldset.radio-select input[type=radio]:checked + .radio-option .radio-pip {
    border-color: black !important;
  }
}
fieldset.radio-select input[type=radio]:checked + .radio-option .radio-pip::after {
  background: white;
}
@media print {
  fieldset.radio-select input[type=radio]:checked + .radio-option .radio-pip::after {
    background: black !important;
  }
}
fieldset.radio-select.smaller-width {
  width: auto;
}
@media screen and (min-width: 600px) {
  fieldset.radio-select.smaller-width {
    width: 333px;
  }
}

fieldset.toggle {
  margin-bottom: 26px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
fieldset.toggle label {
  font-weight: normal;
  cursor: pointer;
  flex: 1;
}
fieldset.toggle .checkbox-container {
  position: relative;
  width: 45px;
  height: 28px;
  cursor: pointer;
}
@media print {
  fieldset.toggle .checkbox-container {
    width: 10px;
    height: 20px;
  }
}
fieldset.toggle .checkbox-container::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: #A4A49B;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.2s ease;
}
@media print {
  fieldset.toggle .checkbox-container::before {
    display: none;
  }
}
fieldset.toggle .checkbox-container::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: #A4A49B;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: background-color 0.2s ease;
}
@media print {
  fieldset.toggle .checkbox-container::after {
    display: none;
  }
}
fieldset.toggle .checkbox-container .switch {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  background: white;
  position: relative;
  top: 2px;
  left: 2px;
  z-index: 1;
  border-radius: 100%;
  transition: left 0.2s ease;
  cursor: pointer;
}
fieldset.toggle .checkbox-container .switch:focus {
  outline: 0;
}
@media print {
  fieldset.toggle .checkbox-container .switch {
    display: none;
  }
}
fieldset.toggle .checkbox-container.active::before, fieldset.toggle .checkbox-container.active::after {
  background-color: #005A96;
}
fieldset.toggle .checkbox-container.active .switch {
  left: 19px;
}
fieldset.toggle .checkbox-container input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  margin: 0;
  padding: 0;
}
@media print {
  fieldset.toggle .checkbox-container input[type=checkbox] {
    visibility: visible;
    position: inherit;
  }
}

fieldset.multi-toggle fieldset.toggle {
  margin-bottom: 14px;
}
fieldset.multi-toggle fieldset.toggle:last-child {
  margin-bottom: 0;
}

fieldset.nested-toggle > .content {
  display: none;
  padding-left: 26px;
  position: relative;
  margin-top: 0;
  margin-bottom: 26px;
  margin-left: 0;
}
@media screen and (min-width: 600px) {
  fieldset.nested-toggle > .content {
    margin-left: 44px;
  }
}
fieldset.nested-toggle > .content::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  left: 0;
  top: 0;
  background: #E0E0E0;
}
fieldset.nested-toggle > .content *:first-child {
  margin-top: 0;
}

fieldset.repeater .items .item {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10px;
  border-bottom: 1px solid #E0E0E0;
  margin-left: -26px;
  padding-left: 26px;
  padding-bottom: 26px;
  margin-bottom: 26px;
}
fieldset.repeater .items .item:last-child {
  margin-bottom: 0;
}
fieldset.repeater .items .item .number {
  font-size: 18px;
  font-weight: bold;
  min-width: 33px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  fieldset.repeater .items .item .number {
    font-size: 28px;
  }
}
fieldset.repeater .items .item .remove {
  display: inline-block;
  margin-top: 7px;
  height: 26px;
  cursor: pointer;
}
fieldset.repeater .items .item > .remove {
  display: none;
}
@media screen and (min-width: 600px) {
  fieldset.repeater .items .item > .remove {
    display: inline-block;
  }
}
fieldset.repeater .items .item .inputs {
  flex: 1;
  padding-right: 22px;
}
fieldset.repeater .items .item .inputs input[type=text] {
  display: block;
  border: 1px solid #005A96;
  padding: 7px 12px;
  border-radius: 14px;
  width: 100%;
  margin-bottom: 12px;
}
fieldset.repeater .items .item .inputs > .remove {
  display: inline-block;
}
@media screen and (min-width: 600px) {
  fieldset.repeater .items .item .inputs > .remove {
    display: none;
  }
}
fieldset.repeater .add {
  cursor: pointer;
  margin-top: 16px;
  display: inline-block;
}
fieldset.repeater .items[data-index="0"] + .add {
  margin-top: 0;
}

fieldset.multi-select .dropdown {
  position: relative;
}
fieldset.multi-select .dropdown .caret {
  position: absolute;
  top: 17px;
  right: 16px;
  border-top: 7px dashed;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  margin: 0;
  width: 14px;
  height: 7px;
  z-index: 1;
}
fieldset.multi-select .dropdown .text {
  position: relative;
  background: white;
  border: 1px solid #005A96;
  padding: 7px 12px;
  border-radius: 14px;
  width: 100%;
  cursor: pointer;
}
fieldset.multi-select .dropdown .options {
  background: white;
  border-left: 1px solid #005A96;
  border-right: 1px solid #005A96;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom: 1px solid #005A96;
  position: absolute;
  z-index: 1;
  display: none;
}
fieldset.multi-select .dropdown .options .option {
  border-bottom: 1px solid #005A96;
  padding: 10px 12px;
}
fieldset.multi-select .dropdown .options .option:first-child {
  border-top: 1px solid #005A96;
}
fieldset.multi-select .dropdown .options .option fieldset.toggle {
  margin-bottom: 0;
}
fieldset.multi-select .dropdown .options .button-container {
  padding: 12px 10px;
  text-align: right;
}
fieldset.multi-select .dropdown .options .button-container .button {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  background: #005A96;
  color: white;
  padding: 14px 32px;
  border-radius: 14px;
  cursor: pointer;
}
fieldset.multi-select .dropdown.active .text {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  padding-bottom: 8px;
}
fieldset.multi-select .dropdown.active .options {
  display: block;
}
fieldset.multi-select .summary {
  margin-top: 26px;
}
fieldset.multi-select .summary span {
  display: none;
}
fieldset.multi-select .summary span.active {
  display: block;
}

fieldset.select label {
  margin-bottom: 12px;
}
fieldset.select select {
  display: block;
  border: 1px solid #005A96;
  padding: 7px 12px;
  border-radius: 14px;
  width: 100%;
}

.big-button {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  display: inline-flex;
  flex-direction: row;
  gap: 22px;
  color: white;
  background: #005A96;
  border: 2px solid white;
  cursor: pointer;
  border-radius: 14px;
  align-items: center;
  padding: 18px;
  transition: all 0.2s ease;
}
.big-button .text, .big-button .icon {
  user-select: none;
}
.big-button:hover {
  color: #005A96;
  background: white;
}
.big-button:hover .icon img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(32%) saturate(4845%) hue-rotate(185deg) brightness(92%) contrast(101%);
}
.big-button.alt {
  background: white;
  color: #005A96;
  border: 2px solid #005A96;
}
.big-button.alt .icon img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(32%) saturate(4845%) hue-rotate(185deg) brightness(92%) contrast(101%);
}
.big-button.alt:hover {
  color: white;
  background: #005A96;
}
.big-button.alt:hover .icon img {
  filter: none;
}
.big-button:active {
  top: 2px;
}

.panel.background-blue fieldset.checkbox input[type=checkbox] {
  background: #005A96;
  border-color: white;
}
.panel.background-blue fieldset.checkbox input[type=checkbox]:checked {
  background-image: url("../images/checkmark-white.svg");
  background-size: cover;
}

/**
 * Validation
 */
form#membership fieldset.error input, form#membership fieldset.error select, form#membership fieldset.error textarea {
  border-color: red;
}
form#membership fieldset.error::after {
  display: block;
  margin-top: 14px;
  color: red;
}
form#membership fieldset.error .checkbox-container::before, form#membership fieldset.error .checkbox-container::after {
  background: red;
}
form#membership fieldset.error.error-empty::after {
  content: "This field is required";
}
form#membership fieldset.error.error-email::after {
  content: "This field must be a valid email address";
}
form#membership fieldset.error.error-number::after {
  content: "This field must be a number";
}
form#membership fieldset.error.error-tel::after {
  content: "This field must be a valid phone number";
}
form#membership fieldset.error.error-zip::after {
  content: "This field must be a valid ZIP code";
}
form#membership fieldset.error.error-apc-rpc::after {
  content: "Please select at least APC or RPC for category 1 membership";
}
form#membership fieldset.error.error-gpc::after {
  content: "Please select GPC council for GPC memberships";
}
form#membership fieldset.error.error-format::after {
  content: "Invalid format";
}

.spinner {
  width: 100px;
}

.spinner-small {
  width: 50px;
}

.spinner input {
  text-align: right;
}

.spinner.no-radius .form-control {
  padding: 6px 13px;
}

.spinner-small .form-control {
  text-align: center;
  padding: 6px;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
}

.registrants {
  border-bottom: 1px solid #ddd;
  margin-top: 25px;
}

.registrant {
  border-top: 1px solid #ddd;
  padding: 10px 0 5px;
  margin: 5px 0;
}

.registrant .name {
  font-weight: bold;
}

.registrant select {
  width: 100%;
}

.registrant button {
  width: 100%;
}

ul.committees li {
  padding-bottom: 7px;
  padding-left: 10px;
  margin-bottom: 7px;
  border-bottom: 1px solid #ddd;
}

.commitee-buttons {
  min-height: 45px;
}

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("../images/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: white url("../images/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/**
* A stylesheet for use with Bootstrap 3.x
* @author: Dan Grossman http://www.dangrossman.info/
* @copyright: Copyright (c) 2012-2015 Dan Grossman. All rights reserved.
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
* @website: https://www.improvely.com/
*/
/* Container Appearance */
.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
  width: 278px;
}

.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: "";
}

.daterangepicker.openscenter:before {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker.openscenter:after {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: "";
}

.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: "";
}

.daterangepicker.dropup {
  margin-top: -5px;
}

.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
}

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none;
}

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}

.daterangepicker.show-calendar .calendar {
  display: block;
}

.daterangepicker .calendar.single .calendar-table {
  border: none;
}

/* Calendars */
.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}

.daterangepicker .calendar-table {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}

.daterangepicker table {
  width: 100%;
  margin: 0;
}

.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  color: #999;
  background: #fff;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background: #eee;
}

.daterangepicker td.in-range {
  background: #ebf4f8;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: #3071a9;
  color: #fff;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}

.daterangepicker th.month {
  width: auto;
}

/* Text Input Above Each Calendar */
.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}

.daterangepicker .input-mini.active {
  border: 1px solid #357ebd;
}

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}

.daterangepicker .daterangepicker_input {
  position: relative;
}

/* Time Picker */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* Predefined Ranges */
.daterangepicker .ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  border-radius: 5px;
  cursor: pointer;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 160px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges,
  .daterangepicker.single .calendar {
    float: left;
  }
  .daterangepicker .calendar.right {
    margin-left: 0;
  }
  .daterangepicker .left .daterangepicker_input {
    padding-right: 12px;
  }
  .daterangepicker .calendar.left .calendar-table {
    padding-right: 12px;
  }
  .daterangepicker .ranges,
  .daterangepicker .calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
    float: left;
  }
  .daterangepicker .calendar.left {
    clear: none;
  }
}
.result-item {
  list-style-type: square;
  margin-bottom: 15px;
}

.back-to-search {
  font-size: 0.85em;
}

ul.product-info {
  color: #7e9bb6;
  background: #ecebe8;
  padding: 1em 2em;
  margin: 1em 0;
}

ul.product-info {
  list-style: none;
}

ul.product-info .heading {
  font-size: 1.5em;
}

ul.product-info ul li {
  list-style-type: circle;
}

li.has-product-detail {
  list-style-type: none !important;
}

.products-table {
  width: 100%;
  border: 0px none transparent;
  border-collapse: collapse;
}

.products-table td {
  margin: 7px;
  border-bottom: 1px solid #ccc;
}

.products-table li {
  list-style: square;
}

.pagination {
  margin: 0px !important;
}

.products-content {
  margin-bottom: 10px;
}

.owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.fgia-notice {
  color: #fff;
  background: #21578a;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 35px;
}

.fgia-button {
  color: #21578a;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px 12px;
  margin-left: 12px;
  border-radius: 5px;
  white-space: nowrap;
}

.fgia-modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.fgia-modal .modal-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid rgb(117, 117, 117);
  font-size: 16px;
  line-height: 30px;
  width: 95%;
  margin: 0 auto;
  padding: 32px;
}

.fgia-modal .modal-footer {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin-top: 30px;
  padding-top: 30px;
}

.fgia-modal .modal-footer:before,
.fgia-modal .modal-footer:after {
  display: none;
}

.fgia-modal .modal-button {
  color: #21578a;
  font-size: 20px;
  font-weight: lighter;
  background-color: #fff;
  border: 1px solid #21578a;
  padding: 9px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 1px;
  white-space: nowrap;
  height: 50px;
  display: flex;
  align-self: center;
  justify-self: center;
}

.fgia-modal .close {
  color: #000;
  position: absolute;
  top: -5px;
  right: 5px;
  font-size: 50px;
  font-weight: bold;
}

.fgia-modal .close:hover {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

@media (min-width: 768px) {
  .fgia-modal .modal-content {
    width: 80%;
  }
  .fgia-modal .close {
    top: 5px;
    right: 15px;
    font-size: 24px;
  }
  .fgia-modal .modal-footer {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1000px) {
  .fgia-modal .modal-content {
    width: 65%;
  }
}
@media (min-width: 1100px) {
  .fgia-modal .modal-content {
    width: 50%;
  }
}
.testimonial {
  background: #eaeaea;
  width: 100%;
  max-width: 700px;
  margin: 32px auto;
}

.testimonial .image-column {
  flex-basis: 64%;
  overflow: hidden;
}

.testimonial .image-column img {
  width: 100%;
  height: auto;
  padding: 0;
}

.testimonial .text-column {
  position: relative;
  flex-basis: 80%;
}

.testimonial .testimonial-body {
  padding: 10px;
}

.testimonial .testimonial-body p {
  font-size: 14px;
  color: #005a96;
  font-style: italic;
  line-height: 18px;
  margin-bottom: 0;
  font-weight: 600;
}

.testimonial .testimonial-footer {
  background: #005a96;
  color: #fff;
  padding: 8px;
  bottom: 0;
  width: 100%;
}

.testimonial .testimonial-footer .name {
  font-size: 14px;
  font-weight: bold;
}

.testimonial .testimonial-footer .company {
  font-size: 12px;
}

/* Responsive Styling */
@media (min-width: 380px) {
  .testimonial {
    display: flex;
  }
  .testimonial .image-column img {
    width: 125%;
    transform: translateX(-12%);
  }
  .testimonial .testimonial-footer {
    position: absolute;
  }
}
@media (min-width: 480px) {
  .testimonial .image-column img {
    width: 100%;
    transform: none;
  }
  .testimonial .testimonial-body {
    padding: 16px;
  }
  .testimonial .testimonial-body p {
    font-size: 15px;
    line-height: 20px;
  }
  .testimonial .testimonial-footer {
    padding: 16px;
  }
  .testimonial .testimonial-footer .name {
    font-size: 16px;
    font-weight: bold;
  }
  .testimonial .testimonial-footer .company {
    font-size: 14px;
  }
}
@media (min-width: 520px) {
  .testimonial .testimonial-body p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 600px) {
  .testimonial .image-column {
    flex-basis: 35%;
  }
}
@media (min-width: 730px) {
  .testimonial .image-column {
    flex-basis: 25%;
  }
}
@media print {
  .navbar, .navbox, .banner, .breadcrumb, footer, button, a.button-blue, a.button-green, a.button-greenc {
    display: none;
  }
  .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 2px;
    line-height: 1;
    vertical-align: top;
    border-top: 1px solid #ddd;
  }
}

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