  /****
 Reset
/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
/* remember to define focus styles! */
html {
  overflow-x: hidden;
}
:focus {
  outline: 0;
}
body {
  line-height: 1;
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.wp-block-cover,
.wp-block-cover-image {
  background-color: inherit !important;
}
.entry-content .wp-block-gutesectionblocks-sectiontags,
.wp-block-gutesectionblocks-sectiontags {
  border: none !important;
}
body .wp-block-columns {
  margin: 0;
}
body .wp-block-button__link {
  /*background-color: @charcoal;*/
}
.bg-black {
  background-color: #4a4a4a;
}
.bg-blue-lt {
  background-color: #0095da;
}
.bg-blue-dk {
  background-color: #1a3c6e;
}
.bg-blue {
  background-color: #065baa;
}
.bg-gray-lt {
  background-color: #efefef;
}
.bg-gray-dk {
  background-color: #4c4c4c;
}
.bg-blue-gray {
  background-color: #afbbcc;
}
.txt-white {
  color: #ffffff;
}
.txt-blue {
  color: #065baa;
}
.txt-black {
  color: #4a4a4a;
}
.txt-blue-lt {
  color: #0095da;
}
.txt-blue-dk {
  color: #1a3c6e;
}
.txt-gray-lt {
  color: #efefef;
}
.txt-gray-dk {
  color: #4c4c4c;
}
/*
This file is used to contain all base imports.
Files inside this folder can contain global styles used in the project.
*/
/** {
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    box-sizing: border-box;
}*/
body {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
section {
  width: auto;
  display: block;
  clear: both;
}
.marg-rt {
  margin-right: 4%;
}
.marg-rt-col {
  margin-right: 8%;
}
.marg-sm-rt {
  margin-right: 2%;
  margin-bottom: 20px;
}
.marg-lt {
  margin-left: 4%;
}
.marg-lt-sm {
  margin-left: 2%;
}
.marg-tp {
  margin-top: 4%;
}
.marg-btm {
  margin-bottom: 4%;
}
.marg-sm-tp {
  margin-top: 2%;
}
.marg-sm-btm {
  margin-bottom: 2%;
}
.marg-sm-btm {
  margin-bottom: 2%;
}
.section-marg-btm {
  margin-bottom: 1%;
}
.marg-smtb {
  margin-top: 2%;
  margin-bottom: 2%;
}
.marg-lr {
  margin-left: 4%;
  margin-right: 4%;
}
.mobile-marg-lr {
  margin-left: 4%;
  margin-right: 4%;
}
.marg-tb {
  margin-top: 2%;
  margin-bottom: 2%;
}
.marg-lrgtb {
  margin-top: 4%;
  margin-bottom: 4%;
}
.no-marg {
  margin: 0 !important;
}
.marg-add {
  margin: 2%;
}
.marg-rt-sm {
  margin-right: 2%;
}
.padd-rt {
  padding-right: 4%;
}
.padd-lt {
  padding-left: 4%;
}
.padd-lt-sm {
  padding-left: 2%;
}
.padd-tp {
  padding-top: 4% !important;
}
.padd-tp-sm {
  padding-top: 2%;
}
.padd-btm-sm {
  padding-bottom: 2%;
}
.padd-btm {
  padding-bottom: 4% !important;
}
.padd-lr {
  padding-left: 4%;
  padding-right: 4%;
}
.mobile-padd-lr {
  padding-left: 4% !important;
  padding-right: 4% !important;
}
.padd-tb {
  padding-top: 2% !important;
  padding-bottom: 2% !important;
}
.padd-add {
  padding: 2%;
}
.padd-add-lrg {
  padding: 4% !important;
}
.no-padd {
  padding: 0 !important;
}
.overflow {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
i,
em {
  font-style: italic;
}
.bold,
strong,
b {
  font-weight: bold;
}
.no-bold {
  font-weight: normal;
}
.show-mobile,
.show-tablet {
  display: none;
}
.center-content {
  margin: 0 auto;
  display: block;
}
.txt-center {
  text-align: center;
}
.text-style-normal {
  font-style: normal;
}
.parallax {
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100%;
}
.contain,
.temp-contain {
  max-width: 1300px;
  margin: 0 auto;
  display: block;
}
.body-contain {
  max-width: 1450px;
  margin: 0 auto;
  display: block;
}
.rel {
  position: relative;
}
.inline-block {
  display: inline-block;
}
.full-width {
  width: 100% !important;
}
.clear {
  clear: both;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-row {
  flex-direction: row;
}
.flex-md {
  align-items: center;
  align-content: center;
}
.flex-tp {
  align-items: flex-start;
  align-content: flex-start;
}
.flex-btm {
  align-items: flex-end;
  justify-content: flex-end;
}
.flex-base {
  align-items: baseline;
}
.flex-start {
  justify-content: flex-start;
}
.flex-end {
  justify-content: flex-end;
}
.flex-column {
  flex-direction: column;
}
.flex-center {
  justify-content: center;
  align-content: center;
  align-items: center;
}
.flex-between {
  justify-content: space-between;
}
.flex-align-right {
  align-items: flex-end;
}
.flex-align-left {
  align-items: flex-start;
}
.flex-form-wrap ul {
  display: inline-flex !important;
  flex-flow: row wrap;
}
.flex-form-wrap ul li {
  width: 50%;
}
.flex-form-wrap ul li.comments {
  width: 100%;
}
.flex-align-right {
  align-items: flex-end;
}
.flex-content-center {
  justify-content: center;
}
.flex-justify {
  justify-content: space-between;
}
.show-mobile,
.show-tablet,
.back-to-top {
  display: none !important;
}
.no-mobile,
.show {
  display: block;
}
.show-lrg-tablet,
.hide-desktop,
.no-desktop,
.hide-nav,
.hide,
.fal span {
  display: none;
}
.clear-styles {
  width: auto;
  clear: none;
}
.no-bull li {
  list-style: none !important;
  vertical-align: middle;
}
main ul {
  margin-top: 1%;
  margin-bottom: 2%;
  margin-left: 24px;
}
main ul li {
  list-style: none;
  margin: 5px 0 10px 0;
  line-height: 28px;
  list-style: disc;
  list-style-position: outside;
}
main ul li ul {
  margin: 1px 0px 0px 24px;
}
main ul li ul li {
  list-style: circle;
  margin: 10px 0 10px 0;
}
.all-caps {
  text-transform: uppercase;
}
.no-caps {
  text-transform: initial;
}
.wp-block-column:not(.postid-44 .wp-block-column) {
  flex-basis: calc(50%) !important;
}
.set-centerblock {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
.set-flexbox,
.flexbox,
.flex-md,
.flex-tp,
#subpage.searchresults #searchbox .searchBox,
ul.pagination li a,
ul.pagination li span,
#expand-collapse .collapsible,
.expand-collapse .collapsible,
#expand-collapse .accordion-content .content ul li,
.expand-collapse .accordion-content .content ul li,
#expand-collapse .board,
.expand-collapse .board,
#expand-collapse .board-company,
.expand-collapse .board-company,
.checkbox,
.radio,
.ktc-radio,
.navigation,
.navigation a.navigation__cta,
.nav-logo,
.nav-logo .logo-wrapper a,
ul.nav-menu,
ul.additional-menu,
ul.additional-menu li,
.threecol-section .bgimage-container,
#cta-bttn-section ul,
#cta-bttn-section a,
body.home #services ul li,
#Quote .col2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.set-txt-small-p,
.txt-small-p,
ul.additional-menu li a,
.searchBox .search-box-btn {
  font-size: 0.9em !important;
  font-weight: normal;
}
.flex-till-laptop,
.flex-till-tablet,
.flex-till-phone {
  display: flex;
  align-items: center;
}
.centerblock {
  /* @extend
    %centerblock;*/
}
.desktop1 {
  width: 8.33333333%;
}
.desktop2 {
  width: 16.66666667%;
}
.desktop3 {
  width: 25%;
}
.desktop4 {
  width: 33.33333333%;
}
.desktop5 {
  width: 41.66666667%;
}
.desktop6 {
  width: 50%;
}
.desktop7 {
  width: 58.33333333%;
}
.desktop8 {
  width: 66.66666667%;
}
.desktop9 {
  width: 75%;
}
.desktop10 {
  width: 83.33333333%;
}
.desktop11 {
  width: 91.66666667%;
}
.desktop12 {
  width: 100%;
}
@media only screen and (max-width: 1655px) {
  .laptop1 {
    width: 8.33333333%;
  }
  .laptop2 {
    width: 16.66666667%;
  }
  .laptop3 {
    width: 25%;
  }
  .laptop4 {
    width: 33.33333333%;
  }
  .laptop5 {
    width: 41.66666667%;
  }
  .laptop6 {
    width: 50%;
  }
  .laptop7 {
    width: 58.33333333%;
  }
  .laptop8 {
    width: 66.66666667%;
  }
  .laptop9 {
    width: 75%;
  }
  .laptop10 {
    width: 83.33333333%;
  }
  .laptop11 {
    width: 91.66666667%;
  }
  .laptop12 {
    width: 100%;
  }
  .grid-padd.laptop1,
  .grid-padd .laptop1 {
    width: 6.33333333%;
  }
  .grid-padd.laptop2,
  .grid-padd .laptop2 {
    width: 14.66666667%;
  }
  .grid-padd.laptop3,
  .grid-padd .laptop3 {
    width: 23%;
  }
  .grid-padd.laptop4,
  .grid-padd .laptop4 {
    width: 31.33333333%;
  }
  .grid-padd.laptop5,
  .grid-padd .laptop5 {
    width: 39.66666667%;
  }
  .grid-padd.laptop6,
  .grid-padd .laptop6 {
    width: 48%;
  }
  .grid-padd.laptop7,
  .grid-padd .laptop7 {
    width: 56.33333333%;
  }
  .grid-padd.laptop8,
  .grid-padd .laptop8 {
    width: 64.66666667%;
  }
  .grid-padd.laptop9,
  .grid-padd .laptop9 {
    width: 73%;
  }
  .grid-padd.laptop10,
  .grid-padd .laptop10 {
    width: 81.33333333%;
  }
  .grid-padd.laptop11,
  .grid-padd .laptop11 {
    width: 89.66666667%;
  }
  .grid-padd.laptop12,
  .grid-padd .laptop12 {
    width: 94%;
  }
}
@media only screen and (max-width: 1200px) {
  .midsize1 {
    width: 8.33333333%;
  }
  .midsize2 {
    width: 16.66666667%;
  }
  .midsize3 {
    width: 25%;
  }
  .midsize4 {
    width: 33.33333333%;
  }
  .midsize5 {
    width: 41.66666667%;
  }
  .midsize6 {
    width: 50%;
  }
  .midsize7 {
    width: 58.33333333%;
  }
  .midsize8 {
    width: 66.66666667%;
  }
  .midsize9 {
    width: 75%;
  }
  .midsize10 {
    width: 83.33333333%;
  }
  .midsize11 {
    width: 91.66666667%;
  }
  .midsize12 {
    width: 100%;
  }
  .grid-padd.midsize1,
  .grid-padd .midsize1 {
    width: 6.33333333%;
  }
  .grid-padd.midsize2,
  .grid-padd .midsize2 {
    width: 14.66666667%;
  }
  .grid-padd.midsize3,
  .grid-padd .midsize3 {
    width: 23%;
  }
  .grid-padd.midsize4,
  .grid-padd .midsize4 {
    width: 31.33333333%;
  }
  .grid-padd.midsize5,
  .grid-padd .midsize5 {
    width: 39.66666667%;
  }
  .grid-padd.midsize6,
  .grid-padd .midsize6 {
    width: 48%;
  }
  .grid-padd.midsize7,
  .grid-padd .midsize7 {
    width: 56.33333333%;
  }
  .grid-padd.midsize8,
  .grid-padd .midsize8 {
    width: 64.66666667%;
  }
  .grid-padd.midsize9,
  .grid-padd .midsize9 {
    width: 73%;
  }
  .grid-padd.midsize10,
  .grid-padd .midsize10 {
    width: 81.33333333%;
  }
  .grid-padd.midsize11,
  .grid-padd .midsize11 {
    width: 89.66666667%;
  }
  .grid-padd.midsize12,
  .grid-padd .midsize12 {
    width: 94%;
  }
}
@media only screen and (max-width: 991px) {
  .no-hero {
    padding-top: 10%;
  }
  #breadcrumbs {
    display: none;
  }
  .tablet1 {
    width: 8.33333333%;
  }
  .tablet2 {
    width: 16.66666667%;
  }
  .tablet3 {
    width: 25%;
  }
  .tablet4 {
    width: 33.33333333%;
  }
  .tablet5 {
    width: 41.66666667%;
  }
  .tablet6 {
    width: 50%;
    flex-basis: 49% !important;
  }
  .tablet7 {
    width: 58.33333333%;
  }
  .tablet8 {
    width: 66.66666667%;
  }
  .tablet9 {
    width: 75%;
  }
  .tablet10 {
    width: 83.33333333%;
  }
  .tablet11 {
    width: 91.66666667%;
  }
  .tablet12 {
    width: 100%;
  }
  .grid-padd.tablet1,
  .grid-padd .tablet1 {
    width: 6.33333333%;
  }
  .grid-padd.tablet2,
  .grid-padd .tablet2 {
    width: 14.66666667%;
  }
  .grid-padd.tablet3,
  .grid-padd .tablet3 {
    width: 23%;
  }
  .grid-padd.tablet4,
  .grid-padd .tablet4 {
    width: 31.33333333%;
  }
  .grid-padd.tablet5,
  .grid-padd .tablet5 {
    width: 39.66666667%;
  }
  .grid-padd.tablet6,
  .grid-padd .tablet6 {
    width: 48%;
  }
  .grid-padd.tablet7,
  .grid-padd .tablet7 {
    width: 56.33333333%;
  }
  .grid-padd.tablet8,
  .grid-padd .tablet8 {
    width: 64.66666667%;
  }
  .grid-padd.tablet9,
  .grid-padd .tablet9 {
    width: 73%;
  }
  .grid-padd.tablet10,
  .grid-padd .tablet10 {
    width: 81.33333333%;
  }
  .grid-padd.tablet11,
  .grid-padd .tablet11 {
    width: 89.66666667%;
  }
  .grid-padd.tablet12,
  .grid-padd .tablet12,
  .body-contain.tablet12 {
    width: 94%;
  }
}
@media only screen and (max-width: 700px) {
  .lrg-phone1 {
    width: 8.33333333%;
  }
  .lrg-phone2 {
    width: 16.66666667%;
  }
  .lrg-phone3 {
    width: 25%;
  }
  .lrg-phone4 {
    width: 33.33333333%;
  }
  .lrg-phone5 {
    width: 41.66666667%;
  }
  .lrg-phone6 {
    width: 50%;
  }
  .lrg-phone7 {
    width: 58.33333333%;
  }
  .lrg-phone8 {
    width: 66.66666667%;
  }
  .lrg-phone9 {
    width: 75%;
  }
  .lrg-phone10 {
    width: 83.33333333%;
  }
  .lrg-phone11 {
    width: 91.66666667%;
  }
  .lrg-phone12 {
    width: 100%;
  }
  .grid-padd.lrg-phone1,
  .grid-padd .lrg-phone1 {
    width: 6.33333333%;
  }
  .grid-padd.lrg-phone2,
  .grid-padd .lrg-phone2 {
    width: 14.66666667%;
  }
  .grid-padd.lrg-phone3,
  .grid-padd .lrg-phone3 {
    width: 23%;
  }
  .grid-padd.lrg-phone4,
  .grid-padd .lrg-phone4 {
    width: 31.33333333%;
  }
  .grid-padd.lrg-phone5,
  .grid-padd .lrg-phone5 {
    width: 39.66666667%;
  }
  .grid-padd.lrg-phone6,
  .grid-padd .lrg-phone6 {
    width: 48%;
  }
  .grid-padd.lrg-phone7,
  .grid-padd .lrg-phone7 {
    width: 56.33333333%;
  }
  .grid-padd.lrg-phone8,
  .grid-padd .lrg-phone8 {
    width: 64.66666667%;
  }
  .grid-padd.lrg-phone9,
  .grid-padd .lrg-phone9 {
    width: 73%;
  }
  .grid-padd.lrg-phone10,
  .grid-padd .lrg-phone10 {
    width: 81.33333333%;
  }
  .grid-padd.lrg-phone11,
  .grid-padd .lrg-phone11 {
    width: 89.66666667%;
  }
  .grid-padd.lrg-phone12,
  .grid-padd .lrg-phone12 {
    width: 100%;
  }
}
@media only screen and (max-width: 586px) {
  .phone1 {
    width: 8.33333333%;
  }
  .phone2 {
    width: 16.66666667%;
  }
  .phone3 {
    width: 25%;
  }
  .phone4 {
    width: 33.33333333%;
  }
  .phone5 {
    width: 41.66666667%;
  }
  .phone6 {
    width: 50%;
  }
  .phone7 {
    width: 58.33333333%;
  }
  .phone8 {
    width: 66.66666667%;
  }
  .phone9 {
    width: 75%;
  }
  .phone10 {
    width: 83.33333333%;
  }
  .phone11 {
    width: 91.66666667%;
  }
  .phone12 {
    width: 100% !important;
  }
  .grid-padd.phone1,
  .grid-padd .phone1 {
    width: 6.33333333%;
  }
  .grid-padd.phone2,
  .grid-padd .phone2 {
    width: 14.66666667%;
  }
  .grid-padd.phone3,
  .grid-padd .phone3 {
    width: 23%;
  }
  .grid-padd.phone4,
  .grid-padd .phone4 {
    width: 31.33333333%;
  }
  .grid-padd.phone5,
  .grid-padd .phone5 {
    width: 39.66666667%;
  }
  .grid-padd.phone6,
  .grid-padd .phone6 {
    width: 48%;
  }
  .grid-padd.phone7,
  .grid-padd .phone7 {
    width: 56.33333333%;
  }
  .grid-padd.phone8,
  .grid-padd .phone8 {
    width: 64.66666667%;
  }
  .grid-padd.phone9,
  .grid-padd .phone9 {
    width: 73%;
  }
  .grid-padd.phone10,
  .grid-padd .phone10 {
    width: 81.33333333%;
  }
  .grid-padd.phone11,
  .grid-padd .phone11 {
    width: 89.66666667%;
  }
  main.grid-padd section.phone12,
  main.grid-padd section.desktop12 {
    width: 94% !important;
  }
  .grid-padd .phone12 {
    width: 100%;
  }
}
html {
  -webkit-text-size-adjust: 100%;
}
main a {
  text-decoration: underline;
}
main a:hover {
  text-decoration: none;
}
main h2 a {
  text-decoration: none;
}
main h2 a:hover {
  text-decoration: underline;
}
main h3 a {
  text-decoration: none;
}
main h3 a:hover {
  text-decoration: underline;
}
main h4 a {
  text-decoration: none;
}
main h4 a:hover {
  text-decoration: underline;
}
main h5 a {
  text-decoration: none;
}
main h5 a:hover {
  text-decoration: underline;
}
main > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
main #cta-bttn-section ul {
  margin: 0 auto !important;
}
.breadcrumbs-widget a {
  text-decoration: none;
}
.breadcrumbs-widget a:hover {
  text-decoration: underline;
}
section article p {
  margin-top: 1%;
  margin-bottom: 2%;
}
main#subpage section:first-child {
  margin-top: 0;
}
#subpage.searchresults header.title-wrapper h1 {
  margin-bottom: 2%;
}
#subpage.searchresults #searchbox {
  margin-bottom: 6%;
}
#subpage.searchresults #searchbox .searchBox {
  align-items: center;
  position: relative;
}
#subpage.searchresults #searchbox .searchBox input {
  height: 54px;
  box-sizing: border-box;
}
#subpage.searchresults #searchbox .searchBox button {
  height: 54px;
  box-sizing: border-box;
}
#subpage.searchresults #searchbox .searchBox input[type='text'] {
  border: 2px solid #065baa !important;
  color: #4a4a4a;
  border-radius: 0;
  flex-grow: 1;
  font-size: 1em;
  padding: 15px;
  margin-bottom: 0;
  margin-top: 0;
  float: none;
  line-height: 0;
}
#subpage.searchresults #searchbox .searchBox input[type='text']::placeholder {
  color: #4a4a4a;
}
#subpage.searchresults #searchbox .searchBox .search-box-btn {
  position: relative;
  cursor: pointer;
  width: 54px;
  min-width: 54px;
  margin-left: 0;
  float: none;
  border: none;
  outline: none;
  color: #ffffff;
  background-color: #065baa;
}
#subpage.searchresults #main-content h5 {
  margin-top: 1%;
}
#subpage.searchresults ul.search-results {
  margin-top: 1%;
}
#subpage.searchresults ul.search-results li {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #065baa;
}
#subpage.searchresults ul.search-results li:last-of-type {
  border-bottom: none;
}
#subpage.searchresults ul.search-results li a {
  text-decoration: underline;
  color: #4a4a4a;
}
#subpage.searchresults aside .bttn {
  margin-top: 0;
}
ul.pagination {
  margin-top: 25px;
}
ul.pagination li {
  border: 2px solid #4a4a4a;
  display: inline-block;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  margin-right: 20px;
}
ul.pagination li a {
  color: #4a4a4a;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25em;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
}
ul.pagination li span {
  color: #4a4a4a;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25em;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
}
ul.pagination li.active {
  background-color: #4a4a4a;
}
ul.pagination li.active a {
  color: #ffffff;
}
ul.pagination li.active span {
  color: #ffffff;
}
ul.pagination li.PagedList-skipToNext {
  display: none !important;
}
ul.pagination li.PagedList-skipToPrevious {
  display: none !important;
}
.video {
  min-height: 400px;
}
#expand-col,
.expand-col {
  box-sizing: border-box;
  margin-bottom: 1%;
}
#expand-col *,
.expand-col * {
  box-sizing: border-box;
}
#expand-col #expand-collapse,
.expand-col #expand-collapse,
#expand-col .expand-collapse,
.expand-col .expand-collapse {
  margin-top: 5px;
  margin-bottom: 5px;
}
#expand-collapse .collapsible,
.expand-collapse .collapsible {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  color: #ffffff;
  /*background-color: @black;*/
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
#expand-collapse .collapsible h4,
.expand-collapse .collapsible h4 {
  color: #ffffff;
  font-weight: 400;
}
#expand-collapse .collapsible::after,
.expand-collapse .collapsible::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.7em;
  font-weight: 900;
  margin-top: 3px;
  transition: 0.2s;
}
#expand-collapse .accordion-content,
.expand-collapse .accordion-content {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #efefef;
  display: block;
  max-height: 0px;
  overflow-y: hidden;
  transition: max-height 0.65s;
}
#expand-collapse .accordion-content .content,
.expand-collapse .accordion-content .content {
  padding-top: 30px;
  padding-bottom: 15px;
}
#expand-collapse .accordion-content .content h5,
.expand-collapse .accordion-content .content h5 {
  margin-top: 15px;
}
#expand-collapse .accordion-content .content ul,
.expand-collapse .accordion-content .content ul {
  margin-bottom: 20px;
}
#expand-collapse .accordion-content .content ul:last-of-type,
.expand-collapse .accordion-content .content ul:last-of-type {
  margin-bottom: 0;
}
#expand-collapse .accordion-content .content ul li,
.expand-collapse .accordion-content .content ul li {
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #4c4c4c;
  font-size: 16px;
  padding: 20px 0;
}
#expand-collapse .accordion-content .content ul li:last-of-type,
.expand-collapse .accordion-content .content ul li:last-of-type {
  border-bottom: none;
}
#expand-collapse .accordion-content .content ul li .ec-links a,
.expand-collapse .accordion-content .content ul li .ec-links a {
  text-decoration: underline;
  color: #4a4a4a;
}
#expand-collapse .accordion-content .content ul li .view,
.expand-collapse .accordion-content .content ul li .view {
  margin-right: 50px;
}
#expand-collapse .accordion-content .content ul li .view::before,
.expand-collapse .accordion-content .content ul li .view::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  text-decoration: none;
  margin-right: 10px;
  content: "\f15b";
}
#expand-collapse .accordion-content .content ul li .download::before,
.expand-collapse .accordion-content .content ul li .download::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  text-decoration: none;
  margin-right: 10px;
  content: "\f34a";
}
#expand-collapse .collapsible.expand-collapse-open::after,
.expand-collapse .collapsible.expand-collapse-open::after {
  transform: rotate(180deg);
  margin-top: 0;
  margin-bottom: 3px;
}
#expand-collapse .accordion-content.expand-collapse-open,
.expand-collapse .accordion-content.expand-collapse-open {
  max-height: 6000px;
  transition: max-height 0.5s;
  transition-delay: 0s;
}
#expand-collapse .board,
.expand-collapse .board {
  width: 100%;
  padding-right: 25px;
  color: #ffffff;
  background-color: #1a3c6e;
  align-items: center;
  cursor: pointer;
  height: 129px;
  margin-top: 2%;
  position: relative;
  float: right;
  justify-content: normal;
  border-left: none;
  border-bottom-left-radius: 138px;
  border-top-left-radius: 138px;
}
#expand-collapse .board img,
.expand-collapse .board img {
  margin-right: 9px;
  left: -26px;
  position: relative;
}
#expand-collapse .board::after,
.expand-collapse .board::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.7em;
  font-weight: 900;
  margin-top: 3px;
  transition: 0.2s;
  position: absolute;
  right: 0;
  margin-right: 23px;
  color: #afbbcc;
}
#expand-collapse .board-company,
.expand-collapse .board-company {
  width: 100%;
  padding-right: 25px;
  color: #ffffff;
  background-color: #1a3c6e;
  align-items: center;
  cursor: pointer;
  height: 70px;
  /*129*/
  margin-top: 2%;
  position: relative;
  float: right;
  justify-content: normal;
  border-left: none;
  /*border-bottom-left-radius: 138px;
        border-top-left-radius: 138px;*/
  /*img {
            margin-right: 9px;
            left: -26px;
            position: relative;
        }*/
}
#expand-collapse .board-company::after,
.expand-collapse .board-company::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.7em;
  font-weight: 900;
  margin-top: 3px;
  transition: 0.2s;
  position: absolute;
  right: 0;
  margin-right: 23px;
  color: #afbbcc;
}
#expand-collapse .board-title,
.expand-collapse .board-title {
  margin-right: 19px;
  padding-bottom: 6px;
}
#expand-collapse .board-title span,
.expand-collapse .board-title span {
  text-transform: uppercase;
  font-weight: normal;
  color: #afbbcc;
}
#expand-collapse .board-title h2,
.expand-collapse .board-title h2 {
  color: #ffffff;
  font-size: 1.34em;
  line-height: 2em;
}
#expand-collapse .board-content,
.expand-collapse .board-content {
  width: 86%;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #ffffff;
  margin-top: 2%;
  display: block;
  max-height: 0px;
  overflow-y: hidden;
  position: relative;
  float: right;
  transition: max-height 0.65s;
  margin-bottom: 0;
  overflow: hidden;
}
#expand-collapse .board-content .close-button,
.expand-collapse .board-content .close-button {
  text-transform: uppercase;
  text-decoration-line: underline;
  font-size: 0.8em;
  margin-top: 2%;
  font-weight: bold;
  cursor: pointer;
}
#expand-collapse .board-content .p,
.expand-collapse .board-content .p {
  font-size: 1em;
  line-height: 28px;
}
#expand-collapse .board-content hr,
.expand-collapse .board-content hr {
  background-color: #0095da;
  color: #065baa;
  width: 125%;
  position: relative;
  left: -57px;
  height: 2px;
  border-width: 0;
  overflow: hidden;
}
.feedback {
  display: block;
  font-size: 20px !important;
  position: fixed;
  right: -50px;
  text-transform: uppercase;
  text-align: -webkit-center;
  text-align: center;
  top: 51%;
  z-index: 999999;
}
.feedback > p {
  font-size: 20px !important;
  background-color: #4c4c4c;
  transform: rotate(-90deg);
}
.feedback > p > a {
  color: #ffffff;
  display: block;
  font-size: 20px !important;
  padding: 0 18px;
  line-height: 34px;
}
.feedback .comment-side {
  margin-top: 32%;
  background-color: #4c4c4c;
  padding: 8px 2px;
  color: #ffffff;
  display: none;
}
#events .event-wrapper {
  width: 100%;
  flex-flow: wrap;
  margin-bottom: 2.5%;
  padding-bottom: 1%;
}
#events .event-wrapper:not(:last-of-type) {
  border-bottom: 1px solid #4c4c4c;
}
#events .event-wrapper img {
  width: 100%;
  height: auto;
}
#events .event-wrapper .event-content {
  margin-left: 3%;
  font-weight: bold;
  line-height: 39px;
}
#events .event-wrapper .event-content .p {
  font-weight: normal;
}
#events .event-wrapper .bttn {
  padding: 1% 2%;
  margin: 3% 0 3% 0;
  max-width: 272px;
}
/***BREADCRUMBS***/
.breadcrumbs-current {
  font-weight: 600;
}
.breadcrumbs-widget {
  font-size: 0.8em;
  margin-bottom: 2%;
  line-height: 20px;
}
.float-content-left {
  margin-left: 11%;
}
.float-content-right {
  margin-right: 11%;
}
.fr-view img.fr-dii {
  height: 100% !important;
}
.scroll-table {
  overflow-x: auto;
}
.scroll-table table {
  min-width: 1200px;
}
section {
  box-sizing: border-box;
}
#pi_tracking_opt_in_div {
  display: none;
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: local('PT Serif Bold'), local('PTSerif-Bold'), url(/Content/Fonts/PTSerif-Bold.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Core-icons';
  src: url('/Content/Fonts/Core-icons.eot');
  src: url('/Content/Fonts/Core-icons.svg') format('svg'), url('/Content/Fonts/Core-icons.eot?#iefix') format('embedded-opentype'), url('/Content/Fonts/Core-icons.woff') format('woff'), url('/Content/Fonts/Core-icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/Content/Fonts/open-sans-v18-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/Content/Fonts/open-sans-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/open-sans-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/open-sans-v18-latin-300.woff') format('woff'), /* Modern Browsers */ url('../Fonts/open-sans-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/open-sans-v18-latin-300.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-display: swap;
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('/Content/Fonts/open-sans-v18-latin-300italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/Content/Fonts/open-sans-v18-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/open-sans-v18-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/open-sans-v18-latin-300italic.woff') format('woff'), /* Modern Browsers */ url('../Fonts/open-sans-v18-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/open-sans-v18-latin-300italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-display: swap;
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/Content/Fonts/open-sans-v18-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/Content/Fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../Fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-display: swap;
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/Content/Fonts/open-sans-v18-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/Content/Fonts/open-sans-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/open-sans-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/open-sans-v18-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../Fonts/open-sans-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/open-sans-v18-latin-italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-display: swap;
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/Content/Fonts/open-sans-v18-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/Content/Fonts/open-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/open-sans-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/open-sans-v18-latin-700.woff') format('woff'), /* Modern Browsers */ url('../Fonts/open-sans-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/open-sans-v18-latin-700.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-display: swap;
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/Content/Fonts/open-sans-v18-latin-700italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/Content/Fonts/open-sans-v18-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/open-sans-v18-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/open-sans-v18-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('../Fonts/open-sans-v18-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/open-sans-v18-latin-700italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-display: swap;
}
h1,
.h1 {
  font-size: 2em;
  font-weight: lighter;
}
h2,
.h2 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2em;
  color: #0095da;
}
h3,
.h3 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 37px;
}
h4,
.h4 {
  font-size: 1.4em;
  line-height: 36px;
}
h5,
.h5 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 26px;
}
h6,
.h6 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 26px;
}
p,
.p {
  font-size: 1em;
  line-height: 28px;
}
.smaller-font-size {
  font-size: 0.7em;
  line-height: 28px;
}
.small-font-size {
  font-size: 0.9em;
  line-height: 28px;
}
body.home h1 {
  font-size: 3em;
  font-weight: bold;
  color: #ffffff;
}
body.home h2 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5em;
  color: #4a4a4a;
}
body.home h3 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 40px;
}
body.home h4 {
  font-size: 1.2em;
  line-height: 35px;
}
body.home h5 {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 26px;
}
body.home h6 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 26px;
}
/*# Form */
/*@import "./variables.less";*/
div.contact-us-form .form-field {
  margin-bottom: 0.8rem;
}
div.contact-us-form .form-field-label {
  margin-bottom: 0.3rem;
}
div.contact-us-form .form-field-label-required:after {
  content: "*";
  color: #B4594A;
}
div.contact-us-form .input-style {
  padding: 0.4rem;
  width: 60%;
}
div.contact-us-form .editing-form-control-nested-control input,
div.contact-us-form .editing-form-control-nested-control textarea {
  padding: 0.4rem;
  width: 60%;
}
div.contact-us-form .editing-form-control-nested-control textarea {
  width: 100%;
  height: 6rem;
}
div.contact-us-form .field-validation-error {
  font-weight: bold;
  color: #D12127;
}
div.contact-us-form input[type="submit"] {
  -webkit-appearance: button;
  padding: 0.6rem 2rem;
  cursor: pointer;
  color: #ffffff;
  background-color: #4a4a4a;
  border: none;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.875rem;
}
div.contact-us-form input[type="submit"]:hover {
  background: rgba(39, 34, 25, 0.8);
}
div.contact-us-form .ktc-file-component-wrapper .ktc-uploader-text {
  max-width: calc(100% - 26px);
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: bottom;
  white-space: nowrap;
  display: inline-block;
}
div.contact-us-form .ktc-file-component-wrapper .ktc-uploader-icon-button {
  /*font-family: @icon-font-name;*/
  font-size: 14px;
  position: absolute;
  right: 8px;
  color: #4a4a4a;
  line-height: 24px;
}
div.contact-us-form .ktc-file-component-wrapper .ktc-uploader-icon-button[data-icon="select"]::before {
  cursor: pointer;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
div.contact-us-form .ktc-file-component-wrapper .ktc-uploader-icon-button[data-icon="loading"]::before {
  display: inline-block;
  animation: spin 1.2s infinite linear;
}
div.contact-us-form .ktc-file-component-wrapper .ktc-uploader-icon-button[data-icon="remove"] {
  cursor: pointer;
}
div.contact-us-form .ktc-file-component-wrapper .ktc-uploader-replacement {
  display: none;
}
div.contact-us-form .ktc-file-component-wrapper .ktc-uploader-text-button {
  display: none;
}
div.contact-us-form .ktc-file-component-wrapper input[type="file"] {
  display: none;
}
div.contact-us-form .ktc-file-component-wrapper label {
  margin-bottom: 0.8rem;
  padding: 0.4rem;
  width: 60%;
  display: inline-block;
  border: 1px solid #BEBEBE;
  position: relative;
  cursor: pointer;
}
div.contact-us-form .ktc-file-component-wrapper label .control-label {
  color: #065baa;
  font-weight: 600;
}
input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  padding: 17px 15px;
  margin-top: 7px;
  border: 1px solid #0095da;
  font-size: 0.9em;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  -webkit-appearance: none;
}
input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  padding: 17px 15px;
  margin-top: 7px;
  border: 1px solid #0095da;
  font-size: 0.9em;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  -webkit-appearance: none;
}
input[type="password"] {
  box-sizing: border-box;
  width: 100%;
  padding: 17px 15px;
  margin-top: 7px;
  border: 1px solid #0095da;
  font-size: 0.9em;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  -webkit-appearance: none;
}
select.form-control {
  box-sizing: border-box;
  width: 100%;
  padding: 17px 15px;
  margin-top: 7px;
  border: 1px solid #0095da;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  font-size: 0.9em;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  -webkit-appearance: none;
  background: url(/&#8206;ÌÒ»¨ÊÓÆµCore/media/mainsite-images/dropdownarrow.PNG) no-repeat right;
  background-position: 100.2%;
}
.checkbox {
  margin: 11px 0;
}
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 0%;
  line-height: 26px;
  font-weight: normal;
  color: #4a4a4a;
  width: 97%;
}
.ktc-checkbox {
  margin: 11px 0;
  display: inline-flex !important;
}
.ktc-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 0% !important;
  line-height: 26px;
  color: #4a4a4a;
  width: 97%;
  font-size: 0.9em !important;
  line-height: 28px !important;
}
.radio {
  margin: 11px 0;
}
.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 0%;
  line-height: 26px;
  font-weight: normal;
  color: #4a4a4a;
}
.ktc-radio {
  margin: 11px 0;
}
.ktc-radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 0%;
  line-height: 26px;
  font-size: 1em;
  color: #4a4a4a;
}
input[type="checkbox"] {
  width: 26px;
  height: 26px;
  min-width: 26px;
  margin-right: 10px;
  cursor: pointer;
  appearance: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: auto;
  border: 1px solid #4a4a4a;
  background-size: 10px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 50%;
  /*RR - 081123*/
}
input[type="checkbox"]:checked {
  background: #065baa;
}
.tbl-no-borders {
  border-style: hidden !important;
  border-collapse: collapse;
}
textarea {
  box-sizing: border-box;
  width: 100%;
  height: 129px;
  padding: 17px 15px;
  margin-top: 7px;
  border: 1px solid #0095da;
  font-size: 0.9em;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
input[type="submit"] {
  width: 231px;
  height: 52px;
  border-radius: 0px;
  background-color: #0095da;
  border: none;
  padding: 0;
  font-size: inherit;
  color: #ffffff;
  font-weight: 600;
  margin-top: 14.5px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-appearance: none;
}
input[type="submit"]:hover {
  background: #065baa;
  color: #ffffff;
  border: none;
}
.form-field {
  position: relative;
  flex-direction: column;
  flex-basis: 48%;
  margin-bottom: 1.5%;
}
.form-field label {
  color: #4c4c4c;
  font-weight: 600;
  font-size: 0.9em;
}
.field-validation-error {
  margin-bottom: 2%;
  color: red;
  font-size: 0.8em;
}
.ktc-checkbox-list {
  display: flex;
  flex-direction: column;
}
div.select::after {
  width: 5px;
  height: 0px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  content: "\f078";
  font-size: 1.5em;
  display: block;
  position: absolute;
  text-indent: -15px;
  right: 1px;
  top: 34px;
  line-height: 5px;
  color: #4a4a4a;
  padding: 20.9px;
  pointer-events: none;
}
.checkbox-checked {
  background: #065baa;
}
.form-col-1 {
  float: left;
  width: 50%;
}
.form-col-1 .form-field {
  margin-right: 9%;
}
.form-col-2 {
  float: left;
  width: 50%;
}
form .ktc-default-section:first-child {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
form .ktc-default-section:first-child .form-field:nth-child(odd) {
  margin-right: 4%;
}
form .precise-flex .form-field:nth-child(odd) {
  margin-right: 4%;
}
.form-field.text-area-styles {
  margin-top: 23px;
}
.explanation-text {
  margin-bottom: 2%;
}
/*RR091522 reg*/
.form-horizontal p {
  margin-bottom: 2%;
}
.required-field-red-star::after {
  content: "*";
  color: red;
}
.required-field-red-star-group label::after {
  content: "*";
  color: red;
}
.explanation-text {
  font-size: 0.8em;
  line-height: 25px;
  margin-bottom: 2% !important;
  margin-top: -1%;
}
.form-group {
  margin-bottom: 4%;
}
/* drop down form */
.top-nav {
  position: relative;
}
#loginform {
  display: none;
  padding: 30px;
  position: absolute;
  right: 0px;
  top: 40px;
  width: 470px;
  z-index: 999999;
}
#loginform .close-login {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 35px;
}
#loginform h3 {
  margin-bottom: 10px;
}
#loginform input[type="submit"] {
  margin-bottom: 10px;
  width: 100%;
}
#loginform .create {
  text-align: center;
}
#loginform {
  top: 40px;
}
.RadioLabelFlex {
  display: flex;
  align-items: center;
  margin: 20px 0;
  gap: 10px;
}
.RadioLabelFlex label {
  line-height: 1.4;
}
.ProductInterestNoWrap {
  white-space: nowrap;
}
#global-header {
  border-bottom: 1px solid #efefef;
  position: fixed;
  top: 0;
  transition: all ease-in 0.3s;
  width: 100%;
  z-index: 10000;
}
body {
  padding-top: 140px;
}
main-menu {
  display: block;
}
.top-menu .top-nav {
  display: block;
}
.top-menu .top-nav + ul {
  display: none;
}
.navigation {
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  color: #4a4a4a;
}
.navigation a {
  text-decoration: none;
}
.navigation a:hover,
.navigation a:active {
  /*color: @black;*/
}
.navigation a.navigation__cta {
  align-items: center;
  font-weight: 500;
  margin-left: 0;
  background: none;
}
.navigation a.navigation__cta-icon {
  margin-left: 4px;
}
.mobile-menu {
  display: none;
}
.nav-logo {
  float: left;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
.nav-logo .logo-wrapper a {
  flex-direction: column;
}
.nav-logo .logo-wrapper a img {
  height: 36px;
}
body.home ul.nav-menu li a {
  color: #ffffff;
}
body.home ul.additional-menu li a {
  color: #ffffff;
}
body.home ul.additional-menu li:nth-child(4) {
  margin-right: 0;
}
body.home ul.additional-menu li .open-search {
  color: #ffffff;
}
body.home ul.additional-menu li .dropdown-content {
  display: none;
}
body.home #search-wrapper {
  top: 19px;
  z-index: 5;
  background: #4a4a4a;
  position: relative;
}
.fixed#main-header ul.nav-menu ul li a {
  color: #ffffff !important;
}
ul.nav-menu {
  overflow: hidden;
  z-index: 99;
  width: 100%;
  margin-right: -28px !important;
  margin-bottom: 2%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
ul.nav-menu ul li {
  display: flex;
  align-items: center;
  margin: 0;
}
ul.nav-menu ul li a {
  white-space: normal;
  padding: 9% 2%;
  min-width: 130px;
  text-align: left;
}
ul.nav-menu li {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 15px;
  max-width: 200px;
  margin: 0 30px;
}
ul.nav-menu li::before {
  content: "";
  margin-right: initial;
  font-size: initial;
  line-height: initial;
}
ul.nav-menu li .trigger {
  cursor: pointer;
}
ul.nav-menu li a {
  display: inline-block;
  width: 100%;
  color: inherit;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}
ul.nav-menu li:last-child a {
  padding-right: 0;
}
ul.nav-menu li ul {
  display: none;
  padding-top: 25px;
  max-height: 100%;
  box-sizing: border-box;
  min-height: 370px;
  padding-left: 20px;
}
ul.nav-menu li ul.open {
  display: block;
}
ul.nav-menu li > li {
  flex: 0 0 20%;
}
ul.nav-menu li > li > ul {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
}
ul.nav-menu li ul[data-level="1"] {
  width: calc(100vw - 0px);
  margin-left: 50%;
  transform: translateX(-50%);
  padding-left: 243px;
  color: #ffffff;
  font-weight: normal;
  background-color: #4a4a4a;
  box-shadow: -3px 0px 0px 0px #ffffff, 0px 0px 0px 0px #ffffff;
  position: absolute;
  left: 0;
  margin-top: 26px;
}
ul.nav-menu li ul[data-level="1"] a {
  font-size: 20px;
  color: #ffffff;
  background-color: #4a4a4a;
}
ul.nav-menu li ul[data-level="1"] .trigger {
  position: relative;
  left: 37px;
  top: 0px;
  align-self: flex-start;
  margin-top: 20px;
}
ul.nav-menu li ul[data-level="1"] li.has-children > a::after {
  display: block;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
}
ul.nav-menu li ul[data-level="2"] {
  color: #ffffff;
  font-weight: normal;
  background-color: #4a4a4a;
  box-shadow: -3px 0px 0px 0px #ffffff, 0px 0px 0px 0px #ffffff;
  height: 100%;
  left: 498px;
  top: 0;
  position: absolute;
  width: 75%;
}
ul.nav-menu li ul[data-level="2"] a {
  font-size: 18px;
  color: #ffffff;
  background-color: #4a4a4a;
}
ul.nav-menu li ul[data-level="2"] .trigger {
  position: relative;
  left: 41px;
  top: -2px;
  align-self: flex-start;
  margin-top: 20px;
}
ul.nav-menu li ul[data-level="3"] {
  color: #ffffff;
  font-weight: normal;
  background-color: #4a4a4a;
  box-shadow: -3px 0px 0px 0px #ffffff, 0px 0px 0px 0px #ffffff;
  height: 100%;
  left: 283px;
  top: 0;
  position: absolute;
  width: 60%;
}
ul.nav-menu li ul[data-level="3"] a {
  font-size: 18px;
  color: #ffffff;
  background-color: #4a4a4a;
}
ul.nav-menu li ul[data-level="4"] {
  color: #ffffff;
  font-weight: normal;
  background-color: #4a4a4a;
  box-shadow: -3px 0px 0px 0px #ffffff, 0px 0px 0px 0px #ffffff;
  height: 100%;
  left: 282px;
  top: 0;
  position: absolute;
  width: 45%;
}
ul.nav-menu li ul[data-level="4"] a {
  font-size: 18px;
  color: #ffffff;
  background-color: #4a4a4a;
}
ul.nav-menu.active {
  height: auto;
}
/* new menu css */
.main-menu .inner > ul {
  list-style: none;
  margin-block-end: 0;
  margin-block-start: 0;
  padding-inline-start: 0;
}
.main-menu .inner > ul li {
  display: inline-block;
}
.main-menu .inner > ul li > .dropdown {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 0 0;
  position: relative;
  transition: 0.5s;
}
.main-menu .inner > ul li > .dropdown .feature {
  border-left: 3px solid #065baa;
  height: auto;
  margin: 50px 0;
  background-color: #ffffff;
}
.main-menu .inner > ul li > .dropdown .feature h4 {
  padding-left: 18px;
  padding-bottom: 10px;
  font-size: 0.95em;
  font-weight: 700;
  line-height: 1;
}
.main-menu .inner > ul li > .dropdown .feature .latest-news {
  padding-left: 5px;
  width: auto;
}
.main-menu .inner > ul li > .dropdown .feature .latest-news .img {
  width: 150px;
  max-height: 150px;
  margin: 0.5% 15px 0 15px;
}
.main-menu .inner > ul li > .dropdown .feature .latest-news .txt {
  flex: 0 0 50%;
}
.main-menu .inner > ul li > .dropdown .feature .latest-news .txt p {
  font-size: 0.9em;
  font-weight: 600;
  line-height: 21px;
}
.main-menu .inner > ul li > .dropdown .feature .latest-news .txt a {
  text-transform: capitalize !important;
  text-decoration: underline !important;
  color: #065baa !important;
  font-size: 0.8em !important;
}
.main-menu .inner > ul li > .dropdown > ul {
  padding: 35px 0 25px;
  opacity: 0;
  transition: opacity 0.5s;
}
.main-menu .inner > ul li > .dropdown > ul.alternating {
  transform: translateY(-150px);
  transition: opacity 0.5s, transform 0.5s;
  height: 475px;
}
.main-menu .inner > ul li a {
  text-decoration: none;
  color: #4a4a4a;
  transition: 0.2s;
}
.main-menu .inner > ul li > a {
  text-transform: uppercase;
}
.main-menu .inner > ul li ul div a,
.main-menu .inner > ul li ul li a {
  text-transform: unset !important;
}
.main-menu .inner > ul li ul div:first-child a,
.main-menu .inner > ul li ul li:first-child a {
  text-transform: uppercase !important;
}
.main-menu .inner > ul li a.bttn-blue {
  color: white;
}
.main-menu .inner > ul li > .dropdown.open {
  border-color: #4a4a4a;
  max-height: 100%;
  overflow: unset;
  z-index: 99999;
}
.main-menu .inner > ul li > .dropdown.open > ul {
  opacity: 1;
  transform: translateY(0);
}
.main-menu .inner > ul li > .dropdown.open.behind {
  border-color: #fff;
  max-height: 0%;
  overflow: hidden;
  height: 0px;
}
.main-menu .inner > ul li ul:not(.social) > li {
  display: block;
  margin-bottom: 25px;
  max-width: 90%;
}
.main-menu .inner > ul li ul:not(.social) > li a {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.main-menu .inner > ul li ul:not(.social) > li ul li.has-children > a::after {
  display: block;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
}
.main-menu .inner > ul li ul:not(.social) > li .sub-title {
  margin-bottom: 25px;
}
.main-menu .inner > ul li ul:not(.social) > li .sub-title a {
  display: block;
}
.main-menu .inner > ul li ul:not(.social) > li .sub-title a.back {
  font-weight: 400;
  font-size: 0.73em;
  margin-bottom: 15px;
}
.main-menu .inner > ul li ul:not(.social) > li .sub-title a.back i {
  font-weight: 400;
  font-size: 0.9em;
  margin-right: 5px;
}
.main-menu .inner > ul li ul:not(.social) > li .sub-title a.title {
  font-size: 1.1em;
  color: #0095da;
}
.main-menu .inner > ul li ul:not([data-level="1"]) > li {
  max-width: 45%;
}
.main-menu .inner > ul li:first-child a {
  text-transform: uppercase;
}
.main-menu .inner > ul li:last-child {
  margin-bottom: 0 !important;
}
.main-menu .inner > ul.columns-2 {
  columns: 2;
}
.main-menu .inner > ul.columns-3 {
  columns: 3;
  flex: 0 0 100% !important;
}
.main-menu .inner > ul.columns-3 + .feature {
  display: none;
}
.main-menu .inner > ul.columns-4 {
  columns: 5;
  flex: 0 0 100% !important;
}
.main-menu .inner > ul.columns-4 + .feature {
  display: none;
}
.main-menu .inner .social-menu {
  opacity: 0;
  transition: 0.6s;
  margin-top: 50px;
}
.main-menu .inner .social-menu ul.social {
  padding-inline-start: 0px;
}
.main-menu .inner .social-menu ul.social li {
  margin-right: 15px;
}
.main-menu .inner .dropdown.open .social-menu {
  opacity: 1;
}
.main-menu > .inner > ul > li {
  margin-right: 50px;
  vertical-align: top;
}
.main-menu > .inner > ul > li > a {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.main-menu > .inner > ul > li > a:hover {
  border-bottom: 2px solid;
  font-weight: 700;
}
.main-menu > .inner > ul > li > a.active {
  font-weight: 700;
  border-bottom: 2px solid;
}
.main-menu > .inner > ul li > .dropdown {
  background-color: #ffffff;
  box-sizing: border-box;
  left: 0;
  margin: 0 auto;
  max-height: 0%;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  top: 133px;
  width: 100%;
  z-index: 9;
}
.main-menu > .inner > ul li > .dropdown > .inner {
  align-items: flex-start;
  background: #fff;
  display: flex;
  flex: 0 0 100%;
  margin: 0 auto;
  padding: 0 0;
}
.main-menu > .inner > ul li > .dropdown > .inner > * {
  flex: 0 0 50%;
}
.main-menu > .inner > ul li.active a {
  font-weight: 700;
  border-bottom: 2px solid;
}
.main-menu > .inner > ul li.search-menu-item {
  float: right;
  cursor: pointer;
  font-size: 1.2em;
  margin-right: 0;
}
ul[data-level="1"] li.has-children > a::after {
  display: block;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
}
.top-menu {
  background-color: #efefef;
  padding: 10px 15px;
}
.top-menu ul {
  list-style: none;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
.top-menu ul li {
  display: inline-block;
}
.top-menu ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #4a4a4a;
  transition: 0.2s;
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 2px;
  white-space: nowrap;
}
.top-menu ul li a:hover {
  border-bottom: 1px solid;
}
.top-menu ul li::after {
  content: "|";
  display: inline-block;
  margin: 0 4px 0 10px;
}
.top-menu ul li:last-of-type::after {
  content: "";
  margin: 0 0;
}
.top-menu .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-menu .logo {
  max-width: 25%;
}
.top-menu .logo img {
  max-height: 55px;
}
nav.main-menu {
  position: relative;
  background-color: #ffffff;
  padding: 20px 15px;
}
.main {
  transition: 0.5s;
}
ul.additional-menu {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  margin-left: 5%;
}
ul.additional-menu li {
  height: 50px;
  flex-direction: column;
  justify-content: center;
  margin-left: 5%;
}
ul.additional-menu li a {
  padding: 5px;
  color: #4a4a4a;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
ul.additional-menu li .navigation__cta span {
  margin-left: 6%;
}
ul.additional-menu li .dropdown-content {
  display: none;
}
ul.additional-menu li .dropbtn:hover .dropdown-content {
  display: block;
}
ul.additional-menu li {
  height: 50px;
  flex-direction: column;
  justify-content: center;
  margin-left: 3%;
}
ul.additional-menu li a {
  padding: 5px;
  color: #090d11;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
ul.additional-menu li .fa-cart-plus,
ul.additional-menu li p.loggedin-btn {
  color: #00407a;
}
ul.additional-menu li .dropdown-content {
  display: none;
}
ul.additional-menu li .dropbtn:hover .dropdown-content {
  display: block;
}
/* DROPDOWN */
.dropdown,
.dropbtn {
  position: relative;
  display: inline-block;
}
li.dropdown {
  display: inline-block;
}
li.dropdown a {
  cursor: pointer;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #4a4a4a;
  z-index: 100;
  min-width: 160px;
  left: -60px;
}
.dropdown-content a:hover,
.dropdown-content form:hover {
  background-color: #4c4c4c;
}
.dropdown .dropdown-content > a,
.dropdown .dropdown-content form {
  color: #ffffff;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown .dropdown-content > a {
  padding: 8px 24px;
}
.dropdown .dropdown-content > form {
  width: 100%;
}
.dropdown .dropdown-content > form .sign-out-button {
  width: 100%;
  border: none;
  background: none;
  padding: 8px 24px;
  text-align: left;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a:hover,
.dropdown-content form:hover {
  background-color: #4a4a4a;
}
.dropdown-content a:hover,
.dropdown-content form:hover {
  background-color: #98999b;
}
.dropdown .dropdown-content > a,
.dropdown .dropdown-content form {
  color: #ffffff;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown .dropdown-content > a {
  padding: 8px 24px;
}
.dropdown .dropdown-content > form {
  width: 100%;
}
.dropdown .dropdown-content > form .sign-out-button {
  width: 100%;
  border: none;
  background: none;
  padding: 8px 24px;
  text-align: left;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a:hover,
.dropdown-content form:hover {
  background-color: #090d11;
}
/*# Avatar #*/
.dropdown-desktop-avatar {
  height: 30px;
  vertical-align: middle;
  border-radius: 50%;
}
.toggle-slide {
  left: 0 !important;
  transition: left 0.2s ease-in-out;
}
/*# Search box #*/
.searchBox input[type=text] {
  padding: 0 1rem;
  min-width: 600px;
  color: #ffffff;
  line-height: 50px;
  border-bottom: 1px solid #ffffff !important;
  background: none;
  padding-bottom: 1%;
  font-size: 18px;
}
.searchBox input[type=text]::placeholder {
  color: #ffffff;
  position: relative;
  top: 0%;
  overflow: inherit;
}
.searchBox input[type=text]:-moz-placeholder {
  color: #ffffff;
  position: relative;
  top: 0%;
  overflow: inherit;
}
.searchBox input[type=text]::-moz-placeholder {
  color: #ffffff;
  position: relative;
  top: 0%;
  overflow: inherit;
}
.searchBox input[type=text]:-ms-input-placeholder {
  color: #ffffff;
  position: relative;
  top: 0%;
  overflow: inherit;
}
.searchBox .search-box-watermark {
  color: #4a4a4a;
}
.searchBox .search-box-btn {
  padding: 0.6rem 1rem;
  float: right;
  background: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ffffff;
  min-width: 200px;
  margin-left: 2%;
  color: #ffffff;
}
.searchBox .search-box-btn:hover {
  background: #ffffff;
  color: #4a4a4a;
  cursor: pointer;
}
.searchBox .search-box-btn:focus,
.searchBox .search-box-btn:hover {
  /*background: url(/Content/Images/magnifier-dark.svg) no-repeat center;
        float: right;*/
}
.searchBox input,
.searchBox input:hover,
.searchBox input:focus,
.searchBox input:active {
  height: 32px;
  border: none;
  float: left;
  outline: none;
  box-shadow: none;
  line-height: 21px !important;
}
#search-wrap {
  background-color: #efefef;
  position: absolute;
  margin: 0 auto;
  overflow: hidden;
  height: 0px;
  top: auto;
  left: 0;
  right: 0;
  transition: 0.5s;
  z-index: 9;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#search-wrap .close-search {
  cursor: pointer;
}
#search-wrap > article {
  padding: 25px;
  align-items: flex-start;
}
#search-wrap > article > i {
  flex: 0 0 5%;
  font-size: 2em;
  text-align: center;
}
#search-wrap > article > i:first-of-type {
  font-size: 1.7em;
}
#search-wrap > article > form {
  flex: 0 0 90%;
}
#search-wrap > article > form input {
  margin-bottom: 0 !important;
  padding: 0 0 1% 0 !important;
  border-bottom: 1px solid #4a4a4a !important;
  color: #4a4a4a;
  font-style: italic;
  font-size: 1em;
}
#search-wrap > article > form input::placeholder {
  color: #4a4a4a;
}
#search-wrap #searchResults {
  margin-top: 60px;
}
#search-wrap #searchResults div:not(.page-result) a {
  display: inline-block;
  background-color: #4a4a4a;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 25px;
  margin-top: 15px;
}
#search-wrap #searchResults .page-result {
  padding: 15px 0;
}
#search-wrap #searchResults .page-result:not(:first-of-type) {
  border-top: 1px solid #4a4a4a;
}
#search-wrap #searchResults .page-result a {
  color: #4a4a4a;
}
#search-wrap.open {
  height: 400px;
  z-index: 9999;
}
.search-tile {
  border-bottom: 1px solid #4a4a4a;
  margin-bottom: 3%;
  padding-bottom: 3%;
}
.search-tile .desktop2 {
  margin-right: 25px;
}
.search-tile .search-tile-content {
  width: 100%;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.search-mobile {
  padding: 0 5px;
  background: #4a4a4a;
}
footer .nav-links li {
  margin-bottom: 2%;
}
.nav-toggle {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  cursor: pointer;
  padding: 5px;
}
.nav-toggle .nav-toggle-inner {
  width: 100%;
  height: 100%;
}
span.icon-bar {
  position: absolute;
  display: block;
  width: 91%;
  height: 4px;
  background-color: #065baa;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
span.icon-bar:before {
  content: none;
}
body.home #main-header span.icon-bar {
  background-color: #ffffff;
}
body.home .fixed#main-header span.icon-bar {
  background-color: #065baa;
}
.icon-bar:nth-child(1) {
  top: 12px;
}
.icon-bar:nth-child(2) {
  top: 24px;
}
.icon-bar:nth-child(3) {
  top: 35px;
}
/* ICON BARS ANIMATION */
.nav-toggle.active .icon-bar:nth-child(1) {
  top: 24px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle.active .icon-bar:nth-child(2) {
  width: 0;
}
.nav-toggle.active .icon-bar:nth-child(3) {
  top: 24px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
footer {
  margin-top: 1%;
  background: #4c4c4c;
  width: 100%;
  padding: 2% 2%;
}
footer .contact {
  line-height: 2.5em;
  text-transform: uppercase;
}
footer .nav-links li {
  margin-bottom: 2%;
}
footer ul.social-links {
  align-items: center;
  display: flex;
  margin-top: 4%;
}
footer ul.social-links li {
  display: inline-flex;
  margin-right: 8%;
}
footer ul.social-links a {
  width: 88%;
}
footer ul.social-links img[title~="youtube"] {
  position: relative;
  top: 2px;
}
footer ul li {
  line-height: 2.5em;
  text-transform: uppercase;
}
footer div {
  font-size: 0.7em !important;
}
footer .nav-links-container {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
footer section {
  color: #ffffff;
  line-height: 21px;
}
.dropdown {
  transition-duration: 0s !important;
}
.dropdown .feature-container {
  background-color: #fff;
  position: relative;
  z-index: 99;
}
.dropdown ul {
  padding-bottom: 30px;
  padding-top: 30px;
}
.dropdown ul:not([data-level="1"]):not(.social) {
  background: #fff;
  border-bottom: 1px solid #4a4a4a;
  border-top: 1px solid #4a4a4a;
  box-sizing: border-box;
  left: 100vw;
  min-height: 248px;
  overflow: hidden;
  padding: 25px calc(50% - 725px) 20px;
  position: fixed;
  top: 133px;
  width: 100%;
}
.dropdown ul.visible:not([data-level="1"]):not(.social) {
  left: 0;
}
.dropdown ul.visible.behind {
  max-height: 0%;
}
.dropdown ul[data-level='1'] li:first-child a {
  color: #0095da !important;
  font-size: 1.1em !important;
}
/*# Image #*/
.product-tile-image {
  overflow: hidden;
  text-align: center;
  position: relative;
  display: block;
  margin: 0.5rem;
  padding-top: 15%;
  padding-bottom: 25%;
}
.product-tile-image img {
  height: auto;
  width: 100%;
}
.product-tile-image.notavailable img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* msie */
}
.product-tile-info {
  padding: 1.25rem;
  position: absolute;
  bottom: 0;
}
.product-tile .product-tile-status {
  background-color: #065baa;
  margin-top: 25%;
  color: #FFF;
  padding: 0.5rem 1.25rem;
  margin-top: 20%;
  position: absolute;
  z-index: 2;
}
/*# Price #*/
.product-tile-price {
  font-size: 1.375rem;
  font-weight: bold;
  margin-right: 0.5rem;
}
.product-tile-list-price {
  text-decoration: line-through;
  font-size: 1rem;
}
/*# Product list page #*/
.product-page {
  margin-top: 1.25rem;
}
.product-tile {
  overflow: hidden;
  border: 1px solid #E5E5E5;
  margin: 0 0 -2px -2px;
  background: #ffffff;
}
.product-tile .product-heading {
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  font-family: 'Source Sans Pro', sans-serif;
  z-index: 1;
  position: absolute;
  display: block;
  margin: auto;
  width: 100%;
  padding: 1.25rem;
}
.product-tile a {
  color: #000;
  text-decoration: none;
}
.product-tile .add-to-cart-button {
  display: block;
  float: right !important;
  margin-left: 1rem;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  border: 2px solid #08768C;
  text-transform: uppercase;
}
/*# Featured products list #*/
.featured-product .product-tile-image {
  padding: 0;
  margin: 0 2rem 0 2rem;
}
.featured-product .product-tile h1 {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.4;
}
.featured-product a {
  color: #000;
  text-decoration: none;
}
.featured-product .product-tile .product-banner {
  position: absolute;
  padding: 0.5rem 1.25rem;
  text-align: center;
  font-size: 1.375rem;
  text-transform: uppercase;
  top: 42%;
  left: 15%;
  right: 15%;
  background-color: #08768C;
  color: #FFF;
  z-index: 2;
}
.featured-product .product-tile-info {
  text-align: left;
  position: absolute;
  padding: 0 0 0 1rem;
  bottom: 0.75rem;
}
.featured-product .product-tile .product-heading {
  width: auto;
  position: inherit;
  padding: 0;
  padding-top: 0.75rem;
  margin: 0.5rem 1.25rem 1rem 1.25rem;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  font-family: 'Source Sans Pro', sans-serif;
}
.featured-product .product-tile {
  margin: 0 -2px -2px 0;
}
@media (max-width: 767px) {
  .featured-product .product-tile {
    min-height: 30.5rem;
  }
}
@media (min-width: 768px) {
  .featured-product .product-tile .product-banner {
    font-size: 1rem;
  }
  .featured-product .product-tile {
    min-height: 25.5rem;
  }
  .featured-product .product-tile .product-tile-status {
    margin-top: 23%;
  }
}
@media (min-width: 1112px) {
  .featured-product .product-tile .product-banner {
    font-size: 1rem;
  }
  .featured-product .product-tile {
    min-height: 20.5rem;
  }
  .featured-product .product-tile .product-tile-status {
    margin-top: 0;
  }
}
/*# Product #*/
.product-detail header {
  text-align: left;
}
.product-detail header h2 {
  margin-top: 1.5rem;
  font-size: 2rem;
}
.product-detail .description {
  margin-top: 1.25rem;
}
/*# Product status #*/
.product-detail .product-status {
  top: 10%;
  float: left;
  background-color: #383838;
  color: #fff;
  padding: 0.5rem 1rem;
  z-index: 3;
  position: absolute;
}
.product-detail .product-status.bestseller,
.product-detail .product-status.onsale {
  background-color: #B24143;
}
/*# Product properties #*/
.product-detail-properties dt,
.product-detail-properties dd {
  margin-left: 0;
  margin-bottom: 0.5rem;
}
.product-detail-properties dt {
  color: #aaa;
}
.product-detail-properties dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.product-detail-properties {
  margin-top: 1.25rem;
}
/*# Inputs #*/
.product-detail input[type=text],
.product-detail textarea,
.product-detail select {
  border: 2px solid #BDBBBB;
  padding: 5px 7px;
}
.product-detail input[type=radio],
.product-detail input[type=checkbox] {
  margin-right: 5px !important;
}
.product-detail .cart-item-selector input[type=text],
.product-detail .cart-item-selector textarea,
.product-detail .cart-item-selector select {
  width: 99%;
}
.choose-your-flavour {
  padding: 0.5rem 0rem;
}
.product-detail option.fade {
  color: #BBBBBB;
}
.product-detail .option-category-name {
  font-family: "Source Sans Pro";
  font-size: 1.375rem;
  font-weight: 400;
}
.product-detail .editing-form-label-cell {
  padding-bottom: 0.8rem;
  padding-top: 1.25rem;
}
/*# Image #*/
.product-detail .image {
  border: 1px solid #e5e5e5;
  margin: 0 0 1.25rem -2px;
  text-align: center;
}
.product-detail .image img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
/*# Stock #*/
.product-detail .stock-label {
  display: none;
}
.product-detail .stock {
  padding: 0;
  text-align: left;
  font-weight: bold;
  font-family: 'PT Serif', serif;
  line-height: 1.4;
  color: inherit;
  font-size: 1.375rem;
  display: block;
  border-radius: 0;
  width: 100%;
}
.product-tile .product-tile-stock.notavailable {
  background-color: #BEBEBE;
  padding: 0.7rem 1rem 0.7rem 1rem;
  position: absolute;
  top: 45%;
  left: 15%;
  right: 15%;
  text-align: center;
  z-index: 3;
  text-transform: uppercase;
}
.product-detail .stock-container {
  margin: 0;
  padding: 0;
}
.product-detail .unavailable {
  color: #B24143;
  border-bottom: 1px solid #B24143;
}
.product-detail .available {
  color: #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
}
/*# Right column #*/
.product-detail .cart-item-selector-container {
  padding: 0.5rem 0rem;
}
.product-detail .cart-item-selector-container::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*# Prices #*/
.product-detail .product-detail-prices:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.product-detail-prices {
  margin-top: 50px;
  padding-bottom: 4px;
}
.product-detail .product-price {
  padding: 0.5rem 1rem;
}
.product-detail-prices dt,
.product-detail-prices dd {
  float: left;
  margin: 0 0 0.5rem 0;
  padding-left: 0;
}
.product-detail-prices dt {
  clear: both;
  width: 50%;
}
.product-price--retail {
  color: #aaa;
}
dd.product-price--retail {
  text-decoration: line-through;
}
.price-details .row {
  margin-top: 0.5rem;
}
.price-details .discount-price.hidden {
  display: none;
}
/*# Add to cart #*/
.product-detail .add-to-cart-button {
  display: block;
  float: left !important;
  margin-left: 1rem;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
}
.product-detail .units-label {
  display: block;
  float: left !important;
  clear: both !important;
  line-height: 2.6rem;
  vertical-align: middle;
}
.product-detail .add-to-cart-textbox {
  width: 3rem;
  line-height: 2rem;
  height: 2.85rem;
  display: block;
  float: left !important;
  text-align: center;
  margin-left: 1rem;
}
.product-detail .add-to-cart-container {
  padding-top: 1.25rem !important;
  float: right;
  clear: both;
}
/*# Total price #*/
.product-detail .total-price-container:before {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  margin-top: 1.25rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .product-detail .stock-with-price-saving .total-price-container:before {
    margin-top: 7.75rem;
  }
}
.product-detail .total-price-label {
  float: left !important;
  font-weight: 400;
  font-size: 1.375rem;
}
.product-detail .total-price-label::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.product-detail .total-price {
  float: right !important;
  font-weight: 700;
  font-size: 1.375rem;
}
.product-detail .total-price::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.product-detail-right {
  margin-top: 1rem;
  background: #4a4a4a;
  padding-bottom: 1rem;
  overflow: auto;
}
.product-filter {
  background-color: #4a4a4a;
  padding: 1rem;
}
.product-filter h4:first-of-type {
  margin-top: 0px;
}
.product-filter label {
  padding-left: 0.25rem;
}
.product-filter input[type="checkbox"] {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .product-page > div.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.product-list .ContentLabel {
  display: block;
  margin-left: 1rem;
  margin-top: 0.5rem;
}
/*# Checkout process inputs #*/
.checkout-container input[type="text"],
.checkout-container input[type="email"],
.checkout-container input[type="tel"],
.checkout-container select {
  width: 100%;
  height: 2.6rem;
  margin-top: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border: 2px solid #BEBEBE;
}
.checkout-container input[type="checkbox"] {
  height: 1rem;
  width: 1rem;
  margin-right: 0.15rem;
  vertical-align: middle;
}
.checkout-container hr {
  border: 0;
  background-color: #ddd;
  height: 1px;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  clear: both;
}
.checkout-container select:disabled {
  background: #AAAAAA;
}
.checkout-top-header {
  background: #B24143;
  padding: 0.8125rem 0px;
  color: #FFF;
}
/*# Checkout process forms #*/
.checkout-container .customer-details h4:first-of-type,
.checkout-container .gray-box {
  margin-top: 1rem;
}
.checkout-container .editing-form-label-cell,
.delivery-label {
  font-weight: bold;
}
.checkout-container .gray-box {
  background-color: #4a4a4a;
  padding: 1rem;
}
.checkout-container h4 {
  font-size: 2rem;
}
.checkout-back-link {
  cursor: pointer;
}
.checkout-container .checkbox {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}
.checkout-container .explanation-text {
  color: #989898;
}
.checkout-container .payment-selector {
  margin-bottom: 0.625rem;
}
.floating-box.fixed {
  position: fixed;
  margin-top: 0rem;
  top: 1rem;
}
/*# Shopping cart content step #*/
.cart-item-image {
  float: left;
  height: 100%;
  margin-right: 1.25rem;
}
.cart-item-amount {
  padding-bottom: 14px;
  min-height: 3.5rem;
}
.cart-item-amount input[type="text"] {
  width: 3rem;
  float: left;
  text-align: center;
  margin-top: 0;
  border: 2px solid #BEBEBE;
}
.cart-item-amount input[type="submit"] {
  padding: 0 0.425rem;
  height: 2.6rem;
}
.cart-item-amount > div {
  width: 7.7rem;
  float: left;
}
.cart-item-amount > span {
  padding-top: 0.5rem;
  margin-right: 0.5rem;
  font-size: 1rem;
  float: left;
}
.cart-item-info {
  padding-bottom: 1.25rem;
}
.cart-item-info > a {
  color: #000;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: bold;
}
.cart-item-info span.bold {
  white-space: nowrap;
}
.cart-item-subtotal {
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
}
.cart-item-subtotal {
  margin-left: 70px;
  padding-left: 1.25rem;
}
@media (min-width: 768px) {
  .cart-item-subtotal {
    margin-left: 0;
    padding-left: 0;
    text-align: right;
  }
}
.cart-item-option {
  margin-left: 70px;
  padding-left: 1.25rem;
  font-size: 1rem;
}
.cart .bold {
  font-weight: bold;
}
.green {
  color: #397C39;
}
.red {
  color: #B24143;
}
.cart-item-discount-info {
  background-color: #e7e7e7;
  padding: 8px 10px;
  display: inline-block;
  margin-top: 8px;
}
.cart-item-discount-names {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.btn.checkout-button {
  width: 100%;
  text-align: center;
}
.cart-coupon-input input[type="text"] {
  float: left;
  margin-right: 0.5rem;
  width: 69%;
  clear: both;
  margin-top: 0;
}
.cart-coupon-input .btn {
  height: 2.6rem;
  padding: 0;
  width: 27%;
  clear: both;
}
.cart-coupon-input > label {
  font-size: 1.125rem;
  font-weight: bold;
}
.cart-coupon-input > div {
  margin-top: 0.625rem;
}
.cart-coupon-input .cart-coupon-code {
  clear: both;
  float: left;
  width: 100%;
}
.cart-coupon-input .cart-coupon-code .label {
  float: left;
  padding-top: 0.5em;
}
.cart-coupon-input .cart-coupon-code .button {
  text-align: right;
}
.cart-coupon-input .cart-coupon-code input[type="submit"] {
  background-color: inherit;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
}
.cart-total-viewer {
  font-size: 1rem;
}
.cart-total-viewer .label {
  float: left;
}
.cart-total-viewer .value {
  text-align: right;
}
.cart-total .cart-total-viewer {
  font-weight: bold;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}
.cart-coupon-info-label {
  font-size: 0.9rem;
  float: left;
}
.cart-right-panel {
  background-color: #065baa;
  padding: 1.25rem;
}
.cart > h1 {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .cart .cart-content {
    padding-right: 1.25rem;
  }
}
.cart .last-separator {
  margin-bottom: 0;
}
.cart .first-separator {
  margin-top: 0;
}
.free-shipping-promotion {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  padding: 1rem;
  background-color: #065baa;
  color: #FFF;
  font-size: 1.375rem;
  font-family: 'pt serif';
  line-height: 1.4em;
}
/*# Delivery details #*/
.delivery-details {
  padding: 3rem 1rem;
}
.delivery-details .customer-details label {
  font-weight: 400;
}
@media (min-width: 768px) {
  .delivery-details {
    padding: 3rem;
    background: url(/Content/Images/cup.png) right 18rem no-repeat;
  }
}
/*# Shopping cart preview #*/
.shopping-cart-mini-preview {
  float: right;
}
.shopping-cart-mini-preview .icon-shopping-cart {
  padding-right: 0.3rem;
  color: #6badba;
}
.shopping-cart-mini-preview .shopping-cart-mini-preview-label {
  float: left;
  background-color: #08768C;
  color: white;
  padding: 0.75rem;
  text-transform: uppercase;
}
.shopping-cart-mini-preview .shopping-cart-mini-preview-value {
  float: left;
  background-color: #208397;
  color: white;
  padding: 0.75rem;
}
.invalid-cart-content ul {
  list-style-type: none;
  padding: 10px 12px;
  font-weight: bold;
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
  display: block;
  background-color: #D12127;
  color: white;
}
.form-horizontal p {
  margin-bottom: 2%;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'Core-icons';
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
}
[class^="icon-"]:before {
  content: "\e619";
}
.icon-only:before {
  content: none;
}
.icon-dots-vertical:before {
  content: "\e75d";
}
.icon-chain:before {
  content: "\e67f";
}
.icon-chain-slash:before {
  content: "\e691";
}
.icon-list-bullets:before {
  content: "\e754";
}
.icon-list-numbers:before {
  content: "\e75b";
}
.icon-eye-slash:before {
  content: "\e75c";
}
.icon-arrow-u-right:before {
  content: "\e703";
}
.icon-arrow-u-left:before {
  content: "\e677";
}
.icon-arrow-down:before {
  content: "\e682";
}
.icon-arrow-up:before {
  content: "\e64c";
}
.icon-arrow-left:before {
  content: "\e6dc";
}
.icon-arrow-right:before {
  content: "\e6da";
}
.icon-arrow-down-circle:before {
  content: "\e6ae";
}
.icon-arrow-left-circle:before {
  content: "\e6af";
}
.icon-arrow-right-circle:before {
  content: "\e6b1";
}
.icon-arrow-up-circle:before {
  content: "\e6bf";
}
.icon-arrow-left-rect:before {
  content: "\e6db";
}
.icon-arrow-right-rect:before {
  content: "\e6d9";
}
.icon-arrow-crooked-left:before {
  content: "\e6e0";
}
.icon-arrow-crooked-right:before {
  content: "\e6e1";
}
.icon-arrow-double-left:before {
  content: "\e6df";
}
.icon-arrow-double-right:before {
  content: "\e6de";
}
.icon-arrow-down-line:before {
  content: "\e6dd";
}
.icon-arrow-up-line:before {
  content: "\e6d3";
}
.icon-arrows:before {
  content: "\e6d7";
}
.icon-arrows-h:before {
  content: "\e6d5";
}
.icon-arrows-v:before {
  content: "\e6d4";
}
.icon-magnifier:before {
  content: "\e657";
}
.icon-magnifier-minus:before {
  content: "\e656";
}
.icon-magnifier-plus:before {
  content: "\e655";
}
.icon-minus:before {
  content: "\e73f";
}
.icon-loop:before {
  content: "\e600";
}
.icon-merge:before {
  content: "\e709";
}
.icon-separate:before {
  content: "\e70a";
}
.icon-scheme-circles-triangle:before {
  content: "\e73e";
}
.icon-market:before {
  content: "\e68e";
}
.icon-bubble-o:before {
  content: "\e6f3";
}
.icon-bubble-times:before {
  content: "\e6f2";
}
.icon-clapperboard:before {
  content: "\e636";
}
.icon-collapse:before {
  content: "\e745";
}
.icon-collapse-scheme:before {
  content: "\e700";
}
.icon-dialog-window:before {
  content: "\e6ff";
}
.icon-dialog-window-cogwheel:before {
  content: "\e71a";
}
.icon-doc-ban-sign:before {
  content: "\e6ef";
}
.icon-doc-o:before {
  content: "\e69c";
}
.icon-doc-user:before {
  content: "\e714";
}
.icon-expand:before {
  content: "\e744";
}
.icon-file:before {
  content: "\e719";
}
.icon-folder-belt:before {
  content: "\e715";
}
.icon-folder-o:before {
  content: "\e68b";
}
.icon-hat-moustache:before {
  content: "\e75a";
}
.icon-key:before {
  content: "\e65e";
}
.icon-rectangle-a:before {
  content: "\e61e";
}
.icon-rectangle-a-o:before {
  content: "\e623";
}
.icon-rectangle-o-h:before {
  content: "\e758";
}
.icon-rectangle-o-v:before {
  content: "\e759";
}
.icon-rectangle-paragraph:before {
  content: "\e625";
}
.icon-tab:before {
  content: "\e6fb";
}
.icon-file-pdf:before {
  content: "\e6a3";
}
.icon-graduate-cap:before {
  content: "\e713";
}
.icon-clipboard-list:before {
  content: "\e6a9";
}
.icon-user-checkbox:before {
  content: "\e603";
}
.icon-box-cart:before {
  content: "\e6cd";
}
.icon-bubble-censored:before {
  content: "\e6c2";
}
.icon-drawers:before {
  content: "\e699";
}
.icon-earth:before {
  content: "\e698";
}
.icon-form:before {
  content: "\e689";
}
.icon-invoice:before {
  content: "\e660";
}
.icon-mug:before {
  content: "\e644";
}
.icon-square-dashed-line:before {
  content: "\e617";
}
.icon-briefcase:before {
  content: "\e6c6";
}
.icon-funnel:before {
  content: "\e687";
}
.icon-map:before {
  content: "\e654";
}
.icon-notebook:before {
  content: "\e642";
}
.icon-piechart:before {
  content: "\e631";
}
.icon-user-frame:before {
  content: "\e604";
}
.icon-clipboard-checklist:before {
  content: "\e6aa";
}
.icon-pictures:before {
  content: "\e632";
}
.icon-flag:before {
  content: "\e68f";
}
.icon-folder:before {
  content: "\e68d";
}
.icon-folder-opened:before {
  content: "\e68a";
}
.icon-picture:before {
  content: "\e633";
}
.icon-bin:before {
  content: "\e6d0";
}
.icon-bubble:before {
  content: "\e6c3";
}
.icon-doc:before {
  content: "\e69f";
}
.icon-doc-move:before {
  content: "\e69d";
}
.icon-edit:before {
  content: "\e696";
}
.icon-menu:before {
  content: "\e650";
}
.icon-message:before {
  content: "\e64f";
}
.icon-user:before {
  content: "\e605";
}
.icon-monitor-broken:before {
  content: "\e70b";
}
.icon-monitor:before {
  content: "\e646";
}
.icon-chevron-down-line:before {
  content: "\e6c0";
}
.icon-chevron-left-line:before {
  content: "\e6d6";
}
.icon-chevron-right-line:before {
  content: "\e6e2";
}
.icon-chevron-up-line:before {
  content: "\e6ee";
}
.icon-pin-o:before {
  content: "\e705";
}
.icon-brand-sharepoint:before {
  content: "\e707";
}
.icon-heartshake:before {
  content: "\e681";
}
.icon-pin:before {
  content: "\e71e";
}
.icon-checklist:before {
  content: "\e61b";
}
.icon-watch:before {
  content: "\e601";
}
.icon-permission-list:before {
  content: "\e634";
}
.icon-users:before {
  content: "\e602";
}
.icon-brand-youtube:before {
  content: "\e659";
}
.icon-brand-pinterest:before {
  content: "\e6e3";
}
.icon-brand-open-id:before {
  content: "\e6e4";
}
.icon-two-rectangles-v:before {
  content: "\e606";
}
.icon-brand-linkedin:before {
  content: "\e6e5";
}
.icon-two-rectangles-h:before {
  content: "\e607";
}
.icon-brand-google-plus:before {
  content: "\e6e6";
}
.icon-t-shirt:before {
  content: "\e608";
}
.icon-xml-tag:before {
  content: "\e6e7";
}
.icon-truck:before {
  content: "\e609";
}
.icon-trophy:before {
  content: "\e60a";
}
.icon-rss:before {
  content: "\e6e9";
}
.icon-triangle-right:before {
  content: "\e60b";
}
.icon-restriction-list:before {
  content: "\e6ea";
}
.icon-translate:before {
  content: "\e60c";
}
.icon-qr-code:before {
  content: "\e6eb";
}
.icon-times-circle:before {
  content: "\e60d";
}
.icon-lock-unlocked:before {
  content: "\e6ec";
}
.icon-times:before {
  content: "\e60e";
}
.icon-dollar-sign:before {
  content: "\e6ed";
}
.icon-tag:before {
  content: "\e60f";
}
.icon-tablet:before {
  content: "\e610";
}
.icon-cb-check-disabled:before {
  content: "\e6f0";
}
.icon-table:before {
  content: "\e612";
}
.icon-carousel:before {
  content: "\e6f1";
}
.icon-star-full:before {
  content: "\e614";
}
.icon-star-semi:before {
  content: "\e613";
}
.icon-star-empty:before {
  content: "\e615";
}
.icon-arrows-crooked:before {
  content: "\e6f4";
}
.icon-staging-scheme:before {
  content: "\e616";
}
.icon-shopping-cart:before {
  content: "\e6f5";
}
.icon-highlighter:before {
  content: "\e6f6";
}
.icon-square-dashed:before {
  content: "\e618";
}
.icon-cookie:before {
  content: "\e6f7";
}
.icon-square:before {
  content: "\e619";
}
.icon-software-package:before {
  content: "\e61c";
}
.icon-smartphone:before {
  content: "\e61d";
}
.icon-scissors:before {
  content: "\e61f";
}
.icon-rotate-right:before {
  content: "\e620";
}
.icon-rotate-left:before {
  content: "\e621";
}
.icon-rotate-double-right:before {
  content: "\e622";
}
.icon-ribbon:before {
  content: "\e624";
}
.icon-rb-uncheck:before {
  content: "\e626";
}
.icon-rb-check-sign:before {
  content: "\e627";
}
.icon-question-circle:before {
  content: "\e629";
}
.icon-project-scheme:before {
  content: "\e62b";
}
.icon-process-scheme:before {
  content: "\e62c";
}
.icon-plus-square:before {
  content: "\e62d";
}
.icon-plus-circle:before {
  content: "\e62e";
}
.icon-plus:before {
  content: "\e62f";
}
.icon-placeholder:before {
  content: "\e630";
}
.icon-perfume:before {
  content: "\e635";
}
.icon-percent-sign:before {
  content: "\e638";
}
.icon-pda:before {
  content: "\e639";
}
.icon-pc:before {
  content: "\e63a";
}
.icon-pause:before {
  content: "\e63b";
}
.icon-parent-children-scheme:before {
  content: "\e63c";
}
.icon-paperclip:before {
  content: "\e63d";
}
.icon-pants:before {
  content: "\e63e";
}
.icon-palette:before {
  content: "\e63f";
}
.icon-organisational-scheme:before {
  content: "\e640";
}
.icon-newspaper:before {
  content: "\e643";
}
.icon-monitor-smartphone:before {
  content: "\e645";
}
.icon-modal-question:before {
  content: "\e647";
}
.icon-modal-minimize:before {
  content: "\e648";
}
.icon-modal-maximize:before {
  content: "\e649";
}
.icon-modal-close:before {
  content: "\e64a";
}
.icon-minus-circle:before {
  content: "\e64b";
}
.icon-microphone:before {
  content: "\e64d";
}
.icon-messages:before {
  content: "\e64e";
}
.icon-media-player:before {
  content: "\e651";
}
.icon-mask:before {
  content: "\e652";
}
.icon-map-marker:before {
  content: "\e653";
}
.icon-lock:before {
  content: "\e658";
}
.icon-life-belt:before {
  content: "\e65a";
}
.icon-laptop:before {
  content: "\e65d";
}
.icon-kentico:before {
  content: "\e65f";
}
.icon-integration-scheme:before {
  content: "\e661";
}
.icon-i-circle:before {
  content: "\e664";
}
.icon-chevron-up-square:before {
  content: "\e665";
}
.icon-chevron-up-circle:before {
  content: "\e666";
}
.icon-chevron-up:before {
  content: "\e667";
}
.icon-chevron-right-square:before {
  content: "\e668";
}
.icon-chevron-right:before {
  content: "\e669";
}
.icon-chevron-left-square:before {
  content: "\e66a";
}
.icon-chevron-left-circle:before {
  content: "\e66b";
}
.icon-chevron-left:before {
  content: "\e66c";
}
.icon-chevron-down-square:before {
  content: "\e66d";
}
.icon-chevron-down-circle:before {
  content: "\e66e";
}
.icon-chevron-down:before {
  content: "\e66f";
}
.icon-chevron-double-up:before {
  content: "\e670";
}
.icon-chevron-double-right:before {
  content: "\e671";
}
.icon-chevron-double-left:before {
  content: "\e672";
}
.icon-chevron-double-down:before {
  content: "\e673";
}
.icon-checklist2:before {
  content: "\e674";
}
.icon-check-circle:before {
  content: "\e675";
}
.icon-check:before {
  content: "\e676";
}
.icon-tags:before {
  content: "\e678";
}
.icon-shoe-women:before {
  content: "\e679";
}
.icon-printer:before {
  content: "\e67a";
}
.icon-parent-child-scheme:before {
  content: "\e67b";
}
.icon-minus-square:before {
  content: "\e67c";
}
.icon-light-bulb:before {
  content: "\e67d";
}
.icon-chevron-right-circle:before {
  content: "\e67e";
}
.icon-home:before {
  content: "\e680";
}
.icon-half-arrows-right-left:before {
  content: "\e683";
}
.icon-graph:before {
  content: "\e684";
}
.icon-factory:before {
  content: "\e690";
}
.icon-exclamation-triangle:before {
  content: "\e693";
}
.icon-ellipsis:before {
  content: "\e694";
}
.icon-ekg-line:before {
  content: "\e695";
}
.icon-doc-paste:before {
  content: "\e69a";
}
.icon-doc-copy:before {
  content: "\e69e";
}
.icon-database:before {
  content: "\e6a0";
}
.icon-cup:before {
  content: "\e6a2";
}
.icon-compass:before {
  content: "\e6a4";
}
.icon-cogwheel-square:before {
  content: "\e6a5";
}
.icon-cogwheels:before {
  content: "\e6a6";
}
.icon-cogwheel:before {
  content: "\e6a7";
}
.icon-circle-square:before {
  content: "\e6ab";
}
.icon-circle:before {
  content: "\e6ac";
}
.icon-cb-uncheck:before {
  content: "\e6ad";
}
.icon-cb-check-sign:before {
  content: "\e6b0";
}
.icon-caret-up:before {
  content: "\e6b2";
}
.icon-caret-right-down:before {
  content: "\e6b3";
}
.icon-caret-right:before {
  content: "\e6b4";
}
.icon-caret-left:before {
  content: "\e6b5";
}
.icon-caret-down:before {
  content: "\e6b6";
}
.icon-camera:before {
  content: "\e6b7";
}
.icon-calendar-number:before {
  content: "\e6b8";
}
.icon-calendar:before {
  content: "\e6b9";
}
.icon-bullseye:before {
  content: "\e6ba";
}
.icon-building-block:before {
  content: "\e6bb";
}
.icon-building:before {
  content: "\e6bc";
}
.icon-bug:before {
  content: "\e6bd";
}
.icon-bucket-shovel:before {
  content: "\e6be";
}
.icon-bubbles:before {
  content: "\e6c1";
}
.icon-brush:before {
  content: "\e6c4";
}
.icon-broom:before {
  content: "\e6c5";
}
.icon-brand-twitter:before {
  content: "\e6c7";
}
.icon-brand-google:before {
  content: "\e6c8";
}
.icon-brand-facebook:before {
  content: "\e6c9";
}
.icon-brand-bing:before {
  content: "\e6ca";
}
.icon-braces:before {
  content: "\e6cb";
}
.icon-boxes:before {
  content: "\e6cc";
}
.icon-box:before {
  content: "\e6ce";
}
.icon-ban-sign:before {
  content: "\e6d1";
}
.icon-badge:before {
  content: "\e6d2";
}
.icon-arrow-right-top-square:before {
  content: "\e6d8";
}
.icon-breadcrumb:before {
  content: "\e6f9";
}
.icon-clock:before {
  content: "\e6a8";
}
.icon-cloud:before {
  content: "\e701";
}
.icon-cb-check-preview:before {
  content: "\e702";
}
.icon-accordion:before {
  content: "\e704";
}
.icon-two-squares-line:before {
  content: "\e706";
}
.icon-money-bill:before {
  content: "\e708";
}
.icon-puzzle:before {
  content: "\e62a";
}
.icon-wizard-stick:before {
  content: "\e6fa";
}
.icon-lines-rectangle-o:before {
  content: "\e6fd";
}
.icon-doc-arrows:before {
  content: "\e6fe";
}
.icon-l-text-col:before {
  content: "\e685";
}
.icon-l-menu-text-col:before {
  content: "\e69b";
}
.icon-l-menu-cols-3:before {
  content: "\e6e8";
}
.icon-l-logotype-menu-v-col:before {
  content: "\e6fc";
}
.icon-l-logotype-menu-h-col:before {
  content: "\e70c";
}
.icon-l-header-cols-3-footer:before {
  content: "\e70d";
}
.icon-l-cols-80-20:before {
  content: "\e70e";
}
.icon-l-cols-20-80:before {
  content: "\e70f";
}
.icon-l-cols-4:before {
  content: "\e710";
}
.icon-l-cols-3:before {
  content: "\e711";
}
.icon-l-cols-2:before {
  content: "\e712";
}
.icon-bezier-scheme:before {
  content: "\e717";
}
.icon-note:before {
  content: "\e71c";
}
.icon-piechart-lines:before {
  content: "\e71d";
}
.icon-l-article-map:before {
  content: "\e721";
}
.icon-l-calendar-number-article:before {
  content: "\e722";
}
.icon-l-forms-2:before {
  content: "\e723";
}
.icon-l-header-cols-2-footer:before {
  content: "\e724";
}
.icon-l-header-list-img:before {
  content: "\e725";
}
.icon-l-header-menu-text:before {
  content: "\e726";
}
.icon-l-header-text:before {
  content: "\e727";
}
.icon-l-list-article:before {
  content: "\e728";
}
.icon-l-lightbox:before {
  content: "\e729";
}
.icon-l-img-3-cols-3:before {
  content: "\e72a";
}
.icon-l-img-2-cols-3:before {
  content: "\e72b";
}
.icon-l-text:before {
  content: "\e72c";
}
.icon-l-rows-4:before {
  content: "\e72d";
}
.icon-l-rows-3:before {
  content: "\e72e";
}
.icon-l-rows-2:before {
  content: "\e72f";
}
.icon-l-menu-text-col-bottom:before {
  content: "\e730";
}
.icon-l-menu-text:before {
  content: "\e731";
}
.icon-l-menu-list-img-col:before {
  content: "\e732";
}
.icon-l-menu-list-img:before {
  content: "\e733";
}
.icon-l-menu-list:before {
  content: "\e734";
}
.icon-l-menu-cols-2:before {
  content: "\e735";
}
.icon-l-logotype-menu-col-footer:before {
  content: "\e736";
}
.icon-l-list-title:before {
  content: "\e737";
}
.icon-l-list-img-article:before {
  content: "\e738";
}
.icon-l-list-article-col:before {
  content: "\e739";
}
.icon-tree-structure:before {
  content: "\e73a";
}
.icon-vb:before {
  content: "\e716";
}
.icon-crosshair-o:before {
  content: "\e71b";
}
.icon-crosshair-f:before {
  content: "\e71f";
}
.icon-caret-right-aligned-left:before {
  content: "\e720";
}
.icon-caret-left-aligned-right:before {
  content: "\e73b";
}
.icon-gauge:before {
  content: "\e686";
}
.icon-c-sharp:before {
  content: "\e718";
}
.icon-tab-vertical:before {
  content: "\e73c";
}
.icon-right-double-quotation-mark:before {
  content: "\e73d";
}
.icon-braces-octothorpe:before {
  content: "\e740";
}
.icon-outdent:before {
  content: "\e741";
}
.icon-indent:before {
  content: "\e742";
}
.icon-i:before {
  content: "\e743";
}
.icon-b:before {
  content: "\e746";
}
.icon-u:before {
  content: "\e747";
}
.icon-s:before {
  content: "\e748";
}
.icon-x:before {
  content: "\e749";
}
.icon-t-f:before {
  content: "\e74a";
}
.icon-t:before {
  content: "\e74b";
}
.icon-parent-child-scheme-2:before {
  content: "\e74c";
}
.icon-parent-child-scheme2:before {
  content: "\e74d";
}
.icon-doc-torn:before {
  content: "\e750";
}
.icon-f:before {
  content: "\e74e";
}
.icon-a-lowercase:before {
  content: "\e74f";
}
.icon-circle-slashed:before {
  content: "\e751";
}
.icon-one:before {
  content: "\e752";
}
.icon-diamond:before {
  content: "\e756";
}
.icon-choice-user-scheme:before {
  content: "\e753";
}
.icon-choice-single-scheme:before {
  content: "\e755";
}
.icon-choice-multi-scheme:before {
  content: "\e757";
}
.icon-book-opened:before {
  content: "\e6cf";
}
.icon-e-book:before {
  content: "\e697";
}
.icon-spinner:before {
  content: "\e61a";
}
.icon-layouts:before {
  content: "\e65b";
}
.icon-layout:before {
  content: "\e65c";
}
.icon-id-card:before {
  content: "\e663";
}
.icon-id-cards:before {
  content: "\e662";
}
.icon-l-grid-3-2:before {
  content: "\e611";
}
.icon-l-grid-2-2:before {
  content: "\e628";
}
.icon-l-cols-70-30:before {
  content: "\e637";
}
.icon-l-cols-30-70:before {
  content: "\e641";
}
.icon-l-cols-25-50-25:before {
  content: "\e688";
}
.icon-l-cols-20-60-20:before {
  content: "\e6a1";
}
.icon-eye:before {
  content: "\e692";
}
.icon-list:before {
  content: "\e6f8";
}
.icon-folder-clock:before {
  content: "\e68c";
}
.icon-app-default:before {
  content: "\e618";
}
.icon-app-blogs:before {
  content: "\e642";
}
.icon-app-content:before {
  content: "\e6cf";
}
.icon-app-content-dashboard:before {
  content: "\e686";
}
.icon-app-file-import:before {
  content: "\e6db";
}
.icon-app-forms:before {
  content: "\e689";
}
.icon-app-checked-out:before {
  content: "\e6c6";
}
.icon-app-media:before {
  content: "\e632";
}
.icon-app-my-blogs:before {
  content: "\e642";
}
.icon-app-my-documents:before {
  content: "\e6c6";
}
.icon-app-outdated:before {
  content: "\e6c6";
}
.icon-app-pending:before {
  content: "\e6c6";
}
.icon-app-polls:before {
  content: "\e6aa";
}
.icon-app-recent:before {
  content: "\e6c6";
}
.icon-app-translations:before {
  content: "\e698";
}
.icon-app-activities:before {
  content: "\e695";
}
.icon-app-banners:before {
  content: "\e624";
}
.icon-app-campaigns:before {
  content: "\e6ba";
}
.icon-app-contacts:before {
  content: "\e663";
}
.icon-app-contact-groups:before {
  content: "\e662";
}
.icon-app-conversions:before {
  content: "\e683";
}
.icon-app-marketing-dashboard:before {
  content: "\e686";
}
.icon-app-marketing-reports:before {
  content: "\e684";
}
.icon-app-newsletters:before {
  content: "\e64f";
}
.icon-app-processes:before {
  content: "\e62c";
}
.icon-app-scoring:before {
  content: "\e687";
}
.icon-app-web-analytics:before {
  content: "\e631";
}
.icon-app-ab-test:before {
  content: "\e706";
}
.icon-app-mvt:before {
  content: "\e65c";
}
.icon-app-catalog-discounts:before {
  content: "\e638";
}
.icon-app-customers:before {
  content: "\e604";
}
.icon-app-ecommerce-dashboard:before {
  content: "\e686";
}
.icon-app-ecommerce-reports:before {
  content: "\e684";
}
.icon-app-free-shipping-offers:before {
  content: "\e638";
}
.icon-app-manufacturers:before {
  content: "\e690";
}
.icon-app-order-discounts:before {
  content: "\e638";
}
.icon-app-orders:before {
  content: "\e660";
}
.icon-app-product-coupons:before {
  content: "\e638";
}
.icon-app-product-options:before {
  content: "\e6cc";
}
.icon-app-products:before {
  content: "\e6ce";
}
.icon-app-suppliers:before {
  content: "\e6cd";
}
.icon-app-abuse-reports:before {
  content: "\e6ea";
}
.icon-app-avatars:before {
  content: "\e652";
}
.icon-app-bad-words:before {
  content: "\e6c2";
}
.icon-app-badges:before {
  content: "\e6d2";
}
.icon-app-events:before {
  content: "\e6b8";
}
.icon-app-facebook:before {
  content: "\e6c9";
}
.icon-app-forums:before {
  content: "\e6c1";
}
.icon-app-groups:before {
  content: "\e602";
}
.icon-app-chat:before {
  content: "\e6c3";
}
.icon-app-message-boards:before {
  content: "\e6c1";
}
.icon-app-messages:before {
  content: "\e64e";
}
.icon-app-my-projects:before {
  content: "\e62b";
}
.icon-app-projects:before {
  content: "\e62b";
}
.icon-app-api-examples:before {
  content: "\e6a6";
}
.icon-app-classes:before {
  content: "\e6cb";
}
.icon-app-css-stylesheets:before {
  content: "\e63f";
}
.icon-app-custom-tables:before {
  content: "\e612";
}
.icon-app-database-objects:before {
  content: "\e6a0";
}
.icon-app-device-profiles:before {
  content: "\e645";
}
.icon-app-document-types:before {
  content: "\e69f";
}
.icon-app-email-templates:before {
  content: "\e64f";
}
.icon-app-form-controls:before {
  content: "\e689";
}
.icon-app-inline-controls:before {
  content: "\e689";
}
.icon-app-javascript-files:before {
  content: "\e6cb";
}
.icon-app-macro-rules:before {
  content: "\e740";
}
.icon-app-modules:before {
  content: "\e62a";
}
.icon-app-notifications:before {
  content: "\e68f";
}
.icon-app-page-layouts:before {
  content: "\e65c";
}
.icon-app-page-templates:before {
  content: "\e65c";
}
.icon-app-web-part-containers:before {
  content: "\e617";
}
.icon-app-web-parts:before {
  content: "\e6bb";
}
.icon-app-web-templates:before {
  content: "\e65c";
}
.icon-app-widgets:before {
  content: "\e6a5";
}
.icon-app-banned-ips:before {
  content: "\e6ea";
}
.icon-app-categories:before {
  content: "\e699";
}
.icon-app-content-reports:before {
  content: "\e6a7";
}
.icon-app-countries:before {
  content: "\e653";
}
.icon-app-ecommerce-configuration:before {
  content: "\e6a7";
}
.icon-app-email-queue:before {
  content: "\e64e";
}
.icon-app-event-log:before {
  content: "\e6a9";
}
.icon-app-integration-bus:before {
  content: "\e661";
}
.icon-app-localization:before {
  content: "\e698";
}
.icon-app-membership:before {
  content: "\e663";
}
.icon-app-marketing-configuration:before {
  content: "\e6a7";
}
.icon-app-permissions:before {
  content: "\e634";
}
.icon-app-recycle-bin:before {
  content: "\e6d0";
}
.icon-app-relationship-names:before {
  content: "\e67f";
}
.icon-app-roles:before {
  content: "\e603";
}
.icon-app-search-engines:before {
  content: "\e657";
}
.icon-app-settings:before {
  content: "\e6a7";
}
.icon-app-scheduled-tasks:before {
  content: "\e68c";
}
.icon-app-sites:before {
  content: "\e65b";
}
.icon-app-smart-search:before {
  content: "\e657";
}
.icon-app-smtp-servers:before {
  content: "\e64f";
}
.icon-app-staging:before {
  content: "\e616";
}
.icon-app-system:before {
  content: "\e6ab";
}
.icon-app-tag-groups:before {
  content: "\e678";
}
.icon-app-time-zones:before {
  content: "\e6a8";
}
.icon-app-translation-services:before {
  content: "\e60c";
}
.icon-app-ui-personalization:before {
  content: "\e65c";
}
.icon-app-users:before {
  content: "\e602";
}
.icon-app-web-farm:before {
  content: "\e63c";
}
.icon-app-workflows:before {
  content: "\e756";
}
.icon-app-personas:before {
  content: "\e75a";
}
.icon-app-unit-tests:before {
  content: "\e61b";
}
.icon-app-licenses:before {
  content: "\e65e";
}
.icon-app-my-profile:before {
  content: "\e605";
}
.icon-app-debug:before {
  content: "\e6bd";
}
.icon-app-twitter:before {
  content: "\e6c7";
}
.icon-app-continuous-integration:before {
  content: "\e600";
}
.icon-googletranslator:before {
  content: "\e6c8";
}
.icon-microsofttranslator:before {
  content: "\e6ca";
}
.icon-external-link:before {
  content: "\e6d8";
}
.icon-mvc:before {
  content: "\e73e";
}
.icon-w-webpart-default:before {
  content: "\e6bb";
}
.icon-w-widget-default:before {
  content: "\e6a5";
}
.icon-w-css-list-menu:before {
  content: "\e6f8";
}
.icon-w-tree-menu:before {
  content: "\e73a";
}
.icon-w-category-menu:before {
  content: "\e6f8";
}
.icon-w-tab-menu:before {
  content: "\e6f8";
}
.icon-w-drop-down-menu:before {
  content: "\e6f8";
}
.icon-w-language-selection:before {
  content: "\e698";
}
.icon-w-language-selection-dropdown:before {
  content: "\e698";
}
.icon-w-language-selection-with-flags:before {
  content: "\e698";
}
.icon-w-page-placeholder:before {
  content: "\e630";
}
.icon-w-site-map:before {
  content: "\e73a";
}
.icon-w-qr-code:before {
  content: "\e6eb";
}
.icon-w-repeater:before {
  content: "\e6f4";
}
.icon-w-repeater-for-web-service:before {
  content: "\e6a6";
}
.icon-w-repeater-with-carousel:before {
  content: "\e6f1";
}
.icon-w-repeater-with-custom-query:before {
  content: "\e6a0";
}
.icon-w-query-repeater-with-effect:before {
  content: "\e6a0";
}
.icon-w-repeater-with-effect:before {
  content: "\e6f4";
}
.icon-w-repeater-with-lightbox:before {
  content: "\e633";
}
.icon-w-basic-repeater:before {
  content: "\e6f4";
}
.icon-w-basic-repeater-with-effect:before {
  content: "\e6f4";
}
.icon-w-custom-table-repeater:before {
  content: "\e612";
}
.icon-w-custom-table-repeater-with-effect:before {
  content: "\e612";
}
.icon-w-report-table:before {
  content: "\e612";
}
.icon-w-atom-repeater:before {
  content: "\e6e9";
}
.icon-w-xml-repeater:before {
  content: "\e6e7";
}
.icon-w-head-html-code:before {
  content: "\e6e7";
}
.icon-w-static-html:before {
  content: "\e6e7";
}
.icon-w-javascript:before {
  content: "\e6cb";
}
.icon-w-breadcrumbs:before {
  content: "\e6f9";
}
.icon-w-category-breadcrumbs:before {
  content: "\e6f9";
}
.icon-w-forum-breadcrumbs:before {
  content: "\e6f9";
}
.icon-w-document-attachments:before {
  content: "\e63d";
}
.icon-w-document-attachments-with-effect:before {
  content: "\e63d";
}
.icon-w-attachments:before {
  content: "\e63d";
}
.icon-w-attachments-carousel:before {
  content: "\e6f1";
}
.icon-w-attachments-carousel-3d:before {
  content: "\e6f1";
}
.icon-w-attachments-lightbox:before {
  content: "\e633";
}
.icon-w-lightbox-gallery:before {
  content: "\e633";
}
.icon-w-inbox:before {
  content: "\e64f";
}
.icon-w-send-message:before {
  content: "\e64f";
}
.icon-w-send-to-friend:before {
  content: "\e64f";
}
.icon-w-newsletter-archive:before {
  content: "\e6f8";
}
.icon-w-newsletter-subscription:before {
  content: "\e675";
}
.icon-w-messaging-info-panel:before {
  content: "\e64f";
}
.icon-w-newsletter-unsubscription:before {
  content: "\e60d";
}
.icon-w-custom-subscription-form:before {
  content: "\e675";
}
.icon-w-registration-e-mail-confirmation:before {
  content: "\e64f";
}
.icon-w-my-messages:before {
  content: "\e64f";
}
.icon-w-unsubscription-request:before {
  content: "\e60d";
}
.icon-w-outbox:before {
  content: "\e64f";
}
.icon-w-my-sent-invitations:before {
  content: "\e64f";
}
.icon-w-board-messages-data-source:before {
  content: "\e6c1";
}
.icon-w-group-forum-posts-data-source:before {
  content: "\e6c1";
}
.icon-w-query-data-source:before {
  content: "\e6a0";
}
.icon-w-forum-posts-data-source:before {
  content: "\e6c1";
}
.icon-w-documents-data-source:before {
  content: "\e69f";
}
.icon-w-web-service-data-source:before {
  content: "\e6a6";
}
.icon-w-department-members-data-source:before {
  content: "\e640";
}
.icon-w-macro-data-source:before {
  content: "\e740";
}
.icon-w-file-system-data-source:before {
  content: "\e68a";
}
.icon-w-sharepoint-data-source:before {
  content: "\e6bb";
}
.icon-w-group-media-libraries-data-source:before {
  content: "\e632";
}
.icon-w-atom-data-source:before {
  content: "\e6e9";
}
.icon-w-media-files-data-source:before {
  content: "\e632";
}
.icon-w-groups-data-source:before {
  content: "\e602";
}
.icon-w-custom-table-data-source:before {
  content: "\e612";
}
.icon-w-group-members-data-source:before {
  content: "\e602";
}
.icon-w-blog-comments-data-source:before {
  content: "\e642";
}
.icon-w-sql-data-source:before {
  content: "\e6a0";
}
.icon-w-sql-search-box:before {
  content: "\e657";
}
.icon-w-xml-data-source:before {
  content: "\e6e7";
}
.icon-w-sql-search-dialog:before {
  content: "\e657";
}
.icon-w-products-data-source:before {
  content: "\e6ce";
}
.icon-w-sql-search-dialog-with-results:before {
  content: "\e657";
}
.icon-w-media-libraries-data-source:before {
  content: "\e632";
}
.icon-w-users-data-source:before {
  content: "\e605";
}
.icon-w-attachments-data-source:before {
  content: "\e63d";
}
.icon-w-sql-search-results:before {
  content: "\e6f8";
}
.icon-w-chat-search-on-line-users:before {
  content: "\e657";
}
.icon-w-search-accelerator-for-ie8-and-higher:before {
  content: "\e657";
}
.icon-w-search-engine-results-highlighter:before {
  content: "\e6f6";
}
.icon-w-smart-search-box:before {
  content: "\e657";
}
.icon-w-forum-search-advanced-dialog:before {
  content: "\e657";
}
.icon-w-smart-search-dialog:before {
  content: "\e657";
}
.icon-w-forum-search-box:before {
  content: "\e657";
}
.icon-w-smart-search-dialog-with-results:before {
  content: "\e657";
}
.icon-w-smart-search-filter:before {
  content: "\e687";
}
.icon-w-smart-search-results:before {
  content: "\e6f8";
}
.icon-w-message-board-rss-feed:before {
  content: "\e6c1";
}
.icon-w-forum-posts-rss-feed:before {
  content: "\e6c1";
}
.icon-w-query-rss-feed:before {
  content: "\e6a0";
}
.icon-w-news-rss-feed:before {
  content: "\e643";
}
.icon-w-web-service-rss-feed:before {
  content: "\e6a6";
}
.icon-w-feed-link:before {
  content: "\e6e9";
}
.icon-w-cms-rss-feed:before {
  content: "\e6e9";
}
.icon-w-atom-feed:before {
  content: "\e6e9";
}
.icon-w-media-files-rss-feed:before {
  content: "\e632";
}
.icon-w-blog-comments-rss-feed:before {
  content: "\e6e9";
}
.icon-w-events-rss-feed:before {
  content: "\e6b8";
}
.icon-w-rss-data-source:before {
  content: "\e6a0";
}
.icon-w-rss-feed:before {
  content: "\e6e9";
}
.icon-w-products-rss-feed:before {
  content: "\e6ce";
}
.icon-w-custom-table-rss-feed:before {
  content: "\e612";
}
.icon-w-blog-posts-rss-feed:before {
  content: "\e642";
}
.icon-w-rss-repeater:before {
  content: "\e6e9";
}
.icon-w-web-part-zone:before {
  content: "\e65c";
}
.icon-w-banner-rotator:before {
  content: "\e624";
}
.icon-w-css-style-selector:before {
  content: "\e63f";
}
.icon-w-report:before {
  content: "\e684";
}
.icon-w-report-chart:before {
  content: "\e684";
}
.icon-w-switch-mobile-device-detection:before {
  content: "\e61d";
}
.icon-w-mobile-device-redirection:before {
  content: "\e61d";
}
.icon-w-poll:before {
  content: "\e61b";
}
.icon-w-group-polls:before {
  content: "\e61b";
}
.icon-w-scrolling-text:before {
  content: "\e625";
}
.icon-w-static-text:before {
  content: "\e625";
}
.icon-w-paged-text:before {
  content: "\e625";
}
.icon-w-editable-text:before {
  content: "\e625";
}
.icon-w-change-password:before {
  content: "\e65e";
}
.icon-w-unlock-user-accunt:before {
  content: "\e6ec";
}
.icon-w-reset-password:before {
  content: "\e65e";
}
.icon-w-automatically-initiated-chat:before {
  content: "\e6c3";
}
.icon-w-chat-send-message:before {
  content: "\e64f";
}
.icon-w-chat-support-request:before {
  content: "\e6c3";
}
.icon-w-chat-web-part:before {
  content: "\e6bb";
}
.icon-w-chat-errors:before {
  content: "\e6f2";
}
.icon-w-chat-leave-room:before {
  content: "\e6d9";
}
.icon-w-chat-login:before {
  content: "\e65e";
}
.icon-w-chat-notifications:before {
  content: "\e6c3";
}
.icon-w-chat-room-messages:before {
  content: "\e6c3";
}
.icon-w-chat-room-name:before {
  content: "\e6c3";
}
.icon-w-chat-room-users:before {
  content: "\e605";
}
.icon-w-chat-rooms:before {
  content: "\e6f3";
}
.icon-w-comment-view:before {
  content: "\e6c1";
}
.icon-w-forum-unsubscription:before {
  content: "\e60d";
}
.icon-w-forum-most-active-threads:before {
  content: "\e6c1";
}
.icon-w-forum-recently-active-threads:before {
  content: "\e6c1";
}
.icon-w-forum-top-contributors:before {
  content: "\e6c1";
}
.icon-w-forum-single-forum-flat-layout:before {
  content: "\e6c1";
}
.icon-w-forum-single-forum-general:before {
  content: "\e6c1";
}
.icon-w-forum-single-forum-tree-layout:before {
  content: "\e6c1";
}
.icon-w-calendar:before {
  content: "\e6b9";
}
.icon-w-date-and-time:before {
  content: "\e6a8";
}
.icon-w-event-calendar:before {
  content: "\e6b8";
}
.icon-w-event-registration:before {
  content: "\e6b8";
}
.icon-w-content-rating:before {
  content: "\e614";
}
.icon-w-shopping-cart-content:before {
  content: "\e6f5";
}
.icon-w-shopping-cart-preview:before {
  content: "\e6f5";
}
.icon-w-shopping-cart-totals:before {
  content: "\e6f5";
}
.icon-w-attachment-image-gallery:before {
  content: "\e633";
}
.icon-w-media-gallery-file-filter:before {
  content: "\e633";
}
.icon-w-media-gallery-file-list:before {
  content: "\e633";
}
.icon-w-media-gallery-folder-tree:before {
  content: "\e633";
}
.icon-w-image-gallery:before {
  content: "\e633";
}
.icon-w-media-libraries-viewer:before {
  content: "\e633";
}
.icon-w-custom-table-datagrid:before {
  content: "\e612";
}
.icon-w-grid-with-custom-query:before {
  content: "\e612";
}
.icon-w-custom-table-datalist:before {
  content: "\e6f8";
}
.icon-w-grid:before {
  content: "\e612";
}
.icon-w-table-layout:before {
  content: "\e612";
}
.icon-w-sharepoint-datagrid:before {
  content: "\e612";
}
.icon-w-grid-for-rest-service:before {
  content: "\e612";
}
.icon-w-grid-for-web-service:before {
  content: "\e6a6";
}
.icon-w-custom-table-datagrid:before {
  content: "\e612";
}
.icon-w-basic-datalist:before {
  content: "\e6f8";
}
.icon-w-sharepoint-datalist:before {
  content: "\e6f8";
}
.icon-w-datalist-with-custom-query:before {
  content: "\e6a0";
}
.icon-w-datalist:before {
  content: "\e6f8";
}
.icon-w-group-forum-list:before {
  content: "\e6c1";
}
.icon-w-group-profile:before {
  content: "\e602";
}
.icon-w-group-properties:before {
  content: "\e602";
}
.icon-w-group-forum-post-viewer:before {
  content: "\e6c1";
}
.icon-w-group-public-profile:before {
  content: "\e602";
}
.icon-w-group-forum-search-results:before {
  content: "\e657";
}
.icon-w-group-registration:before {
  content: "\e602";
}
.icon-w-group-forums:before {
  content: "\e602";
}
.icon-w-group-roles:before {
  content: "\e602";
}
.icon-w-group-invitation:before {
  content: "\e64f";
}
.icon-w-group-security-access:before {
  content: "\e658";
}
.icon-w-group-media-libraries:before {
  content: "\e632";
}
.icon-w-department-members-viewer:before {
  content: "\e640";
}
.icon-w-group-security-message:before {
  content: "\e64f";
}
.icon-w-leave-group:before {
  content: "\e6d9";
}
.icon-w-group-media-libraries-viewer:before {
  content: "\e632";
}
.icon-w-groups-filter:before {
  content: "\e687";
}
.icon-w-group-members:before {
  content: "\e602";
}
.icon-w-groups-viewer:before {
  content: "\e602";
}
.icon-w-group-members-viewer:before {
  content: "\e602";
}
.icon-w-group-contribution-list:before {
  content: "\e6f8";
}
.icon-w-chat-on-line-users:before {
  content: "\e6c3";
}
.icon-w-group-message-board:before {
  content: "\e6c1";
}
.icon-w-group-document-library:before {
  content: "\e632";
}
.icon-w-group-message-board-viewer:before {
  content: "\e6c1";
}
.icon-w-group-edit-contribution:before {
  content: "\e696";
}
.icon-w-group-message-boards:before {
  content: "\e6c1";
}
.icon-w-group-forum-most-active-threads:before {
  content: "\e6c1";
}
.icon-w-group-permissions:before {
  content: "\e634";
}
.icon-w-group-forum-recently-active-threads:before {
  content: "\e6a8";
}
.icon-w-custom-registration-form:before {
  content: "\e605";
}
.icon-w-on-line-form:before {
  content: "\e689";
}
.icon-w-registration-form:before {
  content: "\e605";
}
.icon-w-logon-form:before {
  content: "\e65e";
}
.icon-w-logon-mini-form:before {
  content: "\e65e";
}
.icon-w-discount-coupon:before {
  content: "\e638";
}
.icon-w-my-account:before {
  content: "\e663";
}
.icon-w-on-line-users:before {
  content: "\e605";
}
.icon-w-my-profile:before {
  content: "\e605";
}
.icon-w-user-public-profile:before {
  content: "\e605";
}
.icon-w-users-filter:before {
  content: "\e687";
}
.icon-w-document-name-filter:before {
  content: "\e687";
}
.icon-w-filter:before {
  content: "\e687";
}
.icon-w-remaining-amount-for-free-shipping:before {
  content: "\e638";
}
.icon-w-shipping-option-selection:before {
  content: "\e609";
}
.icon-w-tasks-owned-by-me:before {
  content: "\e61b";
}
.icon-w-my-projects:before {
  content: "\e62b";
}
.icon-w-project-list:before {
  content: "\e62b";
}
.icon-w-project-tasks:before {
  content: "\e61b";
}
.icon-w-tasks-assigned-to-me:before {
  content: "\e61b";
}
.icon-w-customer-detail:before {
  content: "\e604";
}
.icon-w-customer-address:before {
  content: "\e604";
}
.icon-w-liveid-required-data:before {
  content: "\e6bb";
}
.icon-w-windows-liveid:before {
  content: "\e6bb";
}
.icon-w-openid-logon:before {
  content: "\e6e4";
}
.icon-w-openid-required-data:before {
  content: "\e6e4";
}
.icon-w-powered-by-kentico:before {
  content: "\e65f";
}
.icon-w-bing-translator:before {
  content: "\e6ca";
}
.icon-w-static-bing-maps:before {
  content: "\e6ca";
}
.icon-w-basic-bing-maps:before {
  content: "\e6ca";
}
.icon-w-bing-maps:before {
  content: "\e6ca";
}
.icon-w-google-maps:before {
  content: "\e6c8";
}
.icon-w-static-google-maps:before {
  content: "\e6c8";
}
.icon-w-basic-google-maps:before {
  content: "\e6c8";
}
.icon-w-google-activity-feed:before {
  content: "\e6e6";
}
.icon-w-google-badge:before {
  content: "\e6e6";
}
.icon-w-google-analytics:before {
  content: "\e6c8";
}
.icon-w-google-search:before {
  content: "\e6c8";
}
.icon-w-google-sitemap-xml-sitemap:before {
  content: "\e6c8";
}
.icon-w-google-translator:before {
  content: "\e6c8";
}
.icon-w-google-1-button:before {
  content: "\e6e6";
}
.icon-w-facebook-activity-feed:before {
  content: "\e6c9";
}
.icon-w-facebook-comments:before {
  content: "\e6c9";
}
.icon-w-facebook-connect-logon:before {
  content: "\e6c9";
}
.icon-w-facebook-facepile:before {
  content: "\e6c9";
}
.icon-w-facebook-like-box:before {
  content: "\e6c9";
}
.icon-w-facebook-like-button:before {
  content: "\e6c9";
}
.icon-w-facebook-recommendations:before {
  content: "\e6c9";
}
.icon-w-facebook-send-button:before {
  content: "\e6c9";
}
.icon-w-twitter-feed:before {
  content: "\e6c7";
}
.icon-w-twitter-follow-button:before {
  content: "\e6c7";
}
.icon-w-twitter-tweet-button:before {
  content: "\e6c7";
}
.icon-w-pinterest-follow-button:before {
  content: "\e6e3";
}
.icon-w-pinterest-pin-it-button:before {
  content: "\e6e3";
}
.icon-w-linkedin-apply-with:before {
  content: "\e6e5";
}
.icon-w-linkedin-company-insider:before {
  content: "\e6e5";
}
.icon-w-linkedin-company-profile:before {
  content: "\e6e5";
}
.icon-w-linkedin-logon:before {
  content: "\e6e5";
}
.icon-w-linkedin-member-profile:before {
  content: "\e6e5";
}
.icon-w-linkedin-recommend-button:before {
  content: "\e6e5";
}
.icon-w-linkedin-required-data:before {
  content: "\e6e5";
}
.icon-w-linkedin-share-button:before {
  content: "\e6e5";
}
.icon-w-flash-web-part:before {
  content: "\e6bb";
}
.icon-w-flash-widget:before {
  content: "\e6a5";
}
.icon-w-social-bookmarking:before {
  content: "\e678";
}
.icon-w-wmp-video:before {
  content: "\e6bb";
}
.icon-w-youtube-video:before {
  content: "\e659";
}
.icon-w-silverlight-application-web-part:before {
  content: "\e6bb";
}
.icon-w-silverlight-application-widget:before {
  content: "\e6a5";
}
.icon-w-quicktime:before {
  content: "\e6bb";
}
.icon-w-product-filter:before {
  content: "\e6ce";
}
.icon-w-top-n-newest-products:before {
  content: "\e6ce";
}
.icon-w-top-n-products-by-sales:before {
  content: "\e6ce";
}
.icon-w-similar-products-by-sales:before {
  content: "\e6ce";
}
.icon-w-random-products:before {
  content: "\e6ce";
}
.icon-w-tag-cloud:before {
  content: "\e701";
}
.icon-w-message-board:before {
  content: "\e6c1";
}
.icon-w-accordion-layout:before {
  content: "\e704";
}
.icon-w-columns-layout:before {
  content: "\e712";
}
.icon-w-tabs-layout:before {
  content: "\e6fb";
}
.icon-w-wizard-layout:before {
  content: "\e6fa";
}
.icon-w-rows-layout:before {
  content: "\e72e";
}
.icon-w-new-blog:before {
  content: "\e642";
}
.icon-w-abuse-report:before {
  content: "\e6ea";
}
.icon-w-in-line-abuse-report:before {
  content: "\e6ea";
}
.icon-w-message-board-subscription-confirmation:before {
  content: "\e675";
}
.icon-w-datalist-for-web-service:before {
  content: "\e6a6";
}
.icon-w-tree-view:before {
  content: "\e73a";
}
.icon-w-admin-actions:before {
  content: "\e67f";
}
.icon-w-simple-cookie-law-consent:before {
  content: "\e6f7";
}
.icon-w-news-list:before {
  content: "\e6f8";
}
.icon-w-message-board-unsubscription:before {
  content: "\e60d";
}
.icon-w-keep-alive:before {
  content: "\e622";
}
.icon-w-donate:before {
  content: "\e708";
}
.icon-w-donations:before {
  content: "\e708";
}
.icon-w-payment-form:before {
  content: "\e708";
}
.icon-w-payment-method-selection:before {
  content: "\e708";
}
.icon-w-currency-selection:before {
  content: "\e6ed";
}
.icon-w-analytics-browser-capabilities:before {
  content: "\e6ff";
}
.icon-w-strands-recommendations:before {
  content: "\e6bb";
}
.icon-w-password-expiration:before {
  content: "\e658";
}
.icon-w-message-board-viewer:before {
  content: "\e6c1";
}
.icon-w-checkout-process-obsolete:before {
  content: "\e6bb";
}
.icon-w-category-list:before {
  content: "\e6f8";
}
.icon-w-analytics-custom-statistics:before {
  content: "\e631";
}
.icon-w-subscription-approval:before {
  content: "\e675";
}
.icon-w-widget-actions:before {
  content: "\e6a5";
}
.icon-w-message-panel:before {
  content: "\e6f5";
}
.icon-w-article-list:before {
  content: "\e6f8";
}
.icon-w-set-cookie:before {
  content: "\e6f7";
}
.icon-w-random-document:before {
  content: "\e69f";
}
.icon-w-edit-contribution:before {
  content: "\e696";
}
.icon-w-universal-document-viewer:before {
  content: "\e69f";
}
.icon-w-custom-response:before {
  content: "\e698";
}
.icon-w-collapsible-panel:before {
  content: "\e700";
}
.icon-w-wishlist:before {
  content: "\e614";
}
.icon-w-latest-news:before {
  content: "\e643";
}
.icon-w-edit-document-link:before {
  content: "\e696";
}
.icon-w-did-you-mean:before {
  content: "\e629";
}
.icon-w-universal-pager:before {
  content: "\e6fe";
}
.icon-w-basic-universal-viewer:before {
  content: "\e6fd";
}
.icon-w-random-redirection:before {
  content: "\e703";
}
.icon-w-notification-subscription:before {
  content: "\e675";
}
.icon-w-wizard-buttons:before {
  content: "\e6fa";
}
.icon-w-universal-viewer:before {
  content: "\e6fd";
}
.icon-w-report-value:before {
  content: "\e749";
}
.icon-w-recent-posts:before {
  content: "\e642";
}
.icon-w-object-management-buttons:before {
  content: "\e696";
}
.icon-w-wizard-header:before {
  content: "\e6fa";
}
.icon-w-universal-viewer-with-custom-query:before {
  content: "\e6a0";
}
.icon-w-confirmation-checkbox:before {
  content: "\e702";
}
.icon-w-sharepoint-repeater:before {
  content: "\e6f4";
}
.icon-w-register-after-checkout:before {
  content: "\e605";
}
.icon-w-post-archive:before {
  content: "\e6f8";
}
.icon-w-my-invitations:before {
  content: "\e64f";
}
.icon-w-link-button:before {
  content: "\e67f";
}
.icon-w-contact-list:before {
  content: "\e604";
}
.icon-w-task-info-panel:before {
  content: "\e61b";
}
.icon-w-document-library:before {
  content: "\e69f";
}
.icon-w-custom-table-form:before {
  content: "\e612";
}
.icon-w-hierarchical-viewer:before {
  content: "\e6fd";
}
.icon-w-user-control:before {
  content: "\e6bb";
}
.icon-w-content-slider:before {
  content: "\e6f1";
}
.icon-w-blog-post-subscription-confirmation:before {
  content: "\e675";
}
.icon-w-ignore-list:before {
  content: "\e6ea";
}
.icon-w-document-pager:before {
  content: "\e6fe";
}
.icon-w-content-subscription:before {
  content: "\e675";
}
.icon-w-blog-post-unsubscription:before {
  content: "\e60d";
}
.icon-w-text-highlighter:before {
  content: "\e6f6";
}
.icon-w-related-documents:before {
  content: "\e69f";
}
.icon-w-order-note:before {
  content: "\e660";
}
.icon-w-xslt-viewer:before {
  content: "\e6e7";
}
.icon-w-document-wizard-button:before {
  content: "\e6fa";
}
.icon-w-contribution-list:before {
  content: "\e6f8";
}
.icon-w-timer:before {
  content: "\e6a8";
}
.icon-w-shortcuts:before {
  content: "\e67f";
}
.icon-w-document-wizard-manager:before {
  content: "\e6fa";
}
.icon-w-cookie-law-consent:before {
  content: "\e6f7";
}
.icon-w-blog-comments-viewer:before {
  content: "\e6c1";
}
.icon-w-sign-out-button:before {
  content: "\e6d9";
}
.icon-w-scrolling-news:before {
  content: "\e6f1";
}
.icon-w-output-cache-dependencies:before {
  content: "\e6bb";
}
.icon-w-zones-with-effect:before {
  content: "\e65c";
}
.icon-w-document-wizard-navigation:before {
  content: "\e6fa";
}
.icon-w-my-subscriptions:before {
  content: "\e634";
}
.icon-w-document-wizard-step-action:before {
  content: "\e6fa";
}
.icon-w-page-views:before {
  content: "\e6bb";
}
.icon-w-activities:before {
  content: "\e695";
}
.icon-w-analytics-chart-viewer:before {
  content: "\e631";
}
.icon-w-analytics-table-viewer:before {
  content: "\e612";
}
.icon-w-articles-rss-feed:before {
  content: "\e6e9";
}
.icon-w-blog-comments:before {
  content: "\e6c1";
}
.icon-w-building-your-on-line-store:before {
  content: "\e6f5";
}
.icon-w-department-latest-blog-posts:before {
  content: "\e642";
}
.icon-w-department-latest-forum-posts:before {
  content: "\e6c1";
}
.icon-w-department-latest-news:before {
  content: "\e643";
}
.icon-w-department-quick-links:before {
  content: "\e67f";
}
.icon-w-department-upcoming-events:before {
  content: "\e6b8";
}
.icon-w-documents:before {
  content: "\e69f";
}
.icon-w-e-commerce-settings-checker:before {
  content: "\e702";
}
.icon-w-editable-image:before {
  content: "\e633";
}
.icon-w-e-mail-queue:before {
  content: "\e64e";
}
.icon-w-employee-of-the-month:before {
  content: "\e604";
}
.icon-w-event-management:before {
  content: "\e6b8";
}
.icon-w-eventlog:before {
  content: "\e6a9";
}
.icon-w-forum-group:before {
  content: "\e6c1";
}
.icon-w-forum-posts-waiting-for-approval:before {
  content: "\e6c1";
}
.icon-w-group-administrators:before {
  content: "\e605";
}
.icon-w-group-forum-posts-viewer:before {
  content: "\e6c1";
}
.icon-w-group-poll:before {
  content: "\e61b";
}
.icon-w-intranet-canteen-menu:before {
  content: "\e660";
}
.icon-w-intranet-departments:before {
  content: "\e640";
}
.icon-w-intranet-employees:before {
  content: "\e602";
}
.icon-w-intranet-latest-blog-posts:before {
  content: "\e642";
}
.icon-w-intranet-latest-forum-posts:before {
  content: "\e6c1";
}
.icon-w-intranet-latest-news:before {
  content: "\e643";
}
.icon-w-intranet-poll:before {
  content: "\e631";
}
.icon-w-intranet-quick-links:before {
  content: "\e67f";
}
.icon-w-intranet-upcoming-events:before {
  content: "\e6b8";
}
.icon-w-latest-blog-posts:before {
  content: "\e642";
}
.icon-w-latest-forum-posts:before {
  content: "\e6c1";
}
.icon-w-latest-news-for-corporate-site:before {
  content: "\e643";
}
.icon-w-link:before {
  content: "\e67f";
}
.icon-w-media-gallery:before {
  content: "\e633";
}
.icon-w-message-list:before {
  content: "\e6f8";
}
.icon-w-most-recent-pages:before {
  content: "\e6f8";
}
.icon-w-my-accounts:before {
  content: "\e6bc";
}
.icon-w-my-blogs:before {
  content: "\e642";
}
.icon-w-my-blogs-comments:before {
  content: "\e6c1";
}
.icon-w-my-contacts:before {
  content: "\e663";
}
.icon-w-my-inbox:before {
  content: "\e64e";
}
.icon-w-my-pending-contacts:before {
  content: "\e663";
}
.icon-w-my-projects-intranet-portal:before {
  content: "\e62b";
}
.icon-w-my-workgroups:before {
  content: "\e6c6";
}
.icon-w-object-recycle-bin:before {
  content: "\e6d0";
}
.icon-w-orders:before {
  content: "\e660";
}
.icon-w-persona-based-recommendations:before {
  content: "\e604";
}
.icon-w-personal-category-list:before {
  content: "\e6f8";
}
.icon-w-products:before {
  content: "\e6ce";
}
.icon-w-random-products-for-corporate-site:before {
  content: "\e6ce";
}
.icon-w-recent-users:before {
  content: "\e605";
}
.icon-w-report-daily-sales:before {
  content: "\e684";
}
.icon-w-report-monthly-sales:before {
  content: "\e684";
}
.icon-w-report-number-of-orders-by-status:before {
  content: "\e684";
}
.icon-w-report-sales-by-order-status:before {
  content: "\e684";
}
.icon-w-reporting:before {
  content: "\e684";
}
.icon-w-rich-text:before {
  content: "\e728";
}
.icon-w-scrolling-news-for-corporate-site:before {
  content: "\e643";
}
.icon-w-system:before {
  content: "\e6ab";
}
.icon-w-tasks-assigned-to-me-intranet-portal:before {
  content: "\e61b";
}
.icon-w-tasks-owned-by-me-intranet-portal:before {
  content: "\e61b";
}
.icon-w-text:before {
  content: "\e72c";
}
.icon-w-widget-zone:before {
  content: "\e6a5";
}
.icon-w-workgroup-administrators:before {
  content: "\e605";
}
.icon-w-workgroup-latest-blog-posts:before {
  content: "\e642";
}
.icon-w-workgroup-latest-forum-posts:before {
  content: "\e6c1";
}
.icon-w-workgroup-latest-news:before {
  content: "\e643";
}
.icon-w-workgroup-members:before {
  content: "\e602";
}
.icon-w-workgroup-messages:before {
  content: "\e64f";
}
.icon-w-workgroup-quick-links:before {
  content: "\e67f";
}
.icon-w-workgroup-recent-pages:before {
  content: "\e6f8";
}
.icon-w-workgroup-upcoming-events:before {
  content: "\e6b8";
}
.icon-w-current-user:before {
  content: "\e605";
}
.icon-w-disabled-module-info:before {
  content: "\e664";
}
.icon-w-edit:before {
  content: "\e696";
}
.icon-w-edit-parameters:before {
  content: "\e696";
}
.icon-w-forum-favorites:before {
  content: "\e614";
}
.icon-w-forum-posts-viewer:before {
  content: "\e6c1";
}
.icon-w-forum-subscription-confirmation:before {
  content: "\e675";
}
.icon-w-header-actions:before {
  content: "\e6bb";
}
.icon-w-horizontal-tabs:before {
  content: "\e6fb";
}
.icon-w-listing:before {
  content: "\e728";
}
.icon-w-edit-bindings:before {
  content: "\e696";
}
.icon-w-media-file-uploader:before {
  content: "\e632";
}
.icon-w-messages-placeholder:before {
  content: "\e630";
}
.icon-w-metafile-list:before {
  content: "\e6f8";
}
.icon-w-new-header-action:before {
  content: "\e6bb";
}
.icon-w-object-edit-panel:before {
  content: "\e6bb";
}
.icon-w-object-tree-menu:before {
  content: "\e73a";
}
.icon-w-page-title:before {
  content: "\e727";
}
.icon-w-preview-edit:before {
  content: "\e696";
}
.icon-w-selector:before {
  content: "\e6bb";
}
.icon-w-select-site:before {
  content: "\e698";
}
.icon-w-theme-file-manager:before {
  content: "\e68a";
}
.icon-w-tree:before {
  content: "\e73a";
}
.icon-w-tree-guide:before {
  content: "\e73a";
}
.icon-w-users-viewer:before {
  content: "\e605";
}
.icon-w-vertical-tabs:before {
  content: "\e73c";
}
.icon-file-default:before {
  content: "\e69c";
}
.icon-file-3gp:before {
  content: "\e636";
}
.icon-file-accdb:before {
  content: "\e6a0";
}
.icon-file-ai:before {
  content: "\e717";
}
.icon-file-ascx:before {
  content: "\e714";
}
.icon-file-aspx:before {
  content: "\e69f";
}
.icon-file-au:before {
  content: "\e71c";
}
.icon-file-avi:before {
  content: "\e636";
}
.icon-file-bat:before {
  content: "\e71a";
}
.icon-file-bmp:before {
  content: "\e633";
}
.icon-file-cs:before {
  content: "\e718";
}
.icon-file-css:before {
  content: "\e63f";
}
.icon-file-csv:before {
  content: "\e612";
}
.icon-file-dbm:before {
  content: "\e6a0";
}
.icon-file-doc:before {
  content: "\e625";
}
.icon-file-eps:before {
  content: "\e717";
}
.icon-file-flv:before {
  content: "\e636";
}
.icon-file-gif:before {
  content: "\e633";
}
.icon-file-html:before {
  content: "\e6e7";
}
.icon-file-jpeg:before {
  content: "\e633";
}
.icon-file-js:before {
  content: "\e6cb";
}
.icon-file-mdb:before {
  content: "\e6a0";
}
.icon-file-mid:before {
  content: "\e71c";
}
.icon-file-mov:before {
  content: "\e636";
}
.icon-file-mp3:before {
  content: "\e71c";
}
.icon-file-mp4:before {
  content: "\e636";
}
.icon-file-mpeg:before {
  content: "\e71c";
}
.icon-file-mpg:before {
  content: "\e636";
}
.icon-file-mpg4:before {
  content: "\e636";
}
.icon-file-oga:before {
  content: "\e71c";
}
.icon-file-ogg:before {
  content: "\e71c";
}
.icon-file-ogv:before {
  content: "\e636";
}
.icon-file-pdf:before {
  content: "\e6a3";
}
.icon-file-png:before {
  content: "\e633";
}
.icon-file-pps:before {
  content: "\e71d";
}
.icon-file-ppt:before {
  content: "\e71d";
}
.icon-file-ps:before {
  content: "\e717";
}
.icon-file-psd:before {
  content: "\e633";
}
.icon-file-rtf:before {
  content: "\e625";
}
.icon-file-sln:before {
  content: "\e6ff";
}
.icon-file-swf:before {
  content: "\e636";
}
.icon-file-tif:before {
  content: "\e633";
}
.icon-file-tiff:before {
  content: "\e633";
}
.icon-file-txt:before {
  content: "\e625";
}
.icon-file-vb:before {
  content: "\e716";
}
.icon-file-wav:before {
  content: "\e71c";
}
.icon-file-webm:before {
  content: "\e636";
}
.icon-file-wma:before {
  content: "\e71c";
}
.icon-file-wmv:before {
  content: "\e636";
}
.icon-file-xls:before {
  content: "\e612";
}
.icon-file-xml:before {
  content: "\e6e7";
}
.icon-file-xsl:before {
  content: "\e6e7";
}
.icon-file-xslt:before {
  content: "\e6e7";
}
.icon-file-zip:before {
  content: "\e715";
}
.icon-me-abstractobjectcollection:before {
  content: "\e68b";
}
.icon-me-binding:before {
  content: "\e67f";
}
.icon-me-boolean:before {
  content: "\e74a";
}
.icon-me-datetime:before {
  content: "\e6a8";
}
.icon-me-double:before {
  content: "\e752";
}
.icon-me-false:before {
  content: "\e74e";
}
.icon-me-children:before {
  content: "\e67b";
}
.icon-me-icontext:before {
  content: "\e654";
}
.icon-me-ilist:before {
  content: "\e6f8";
}
.icon-me-imacronamespace:before {
  content: "\e699";
}
.icon-me-info:before {
  content: "\e6a9";
}
.icon-me-insertmacro:before {
  content: "\e740";
}
.icon-me-int32:before {
  content: "\e752";
}
.icon-me-method:before {
  content: "\e6a6";
}
.icon-me-null:before {
  content: "\e751";
}
.icon-me-number:before {
  content: "\e752";
}
.icon-me-parent:before {
  content: "\e74c";
}
.icon-me-property:before {
  content: "\e6a9";
}
.icon-me-referring:before {
  content: "\e67f";
}
.icon-me-sitebinding:before {
  content: "\e67f";
}
.icon-me-snippet:before {
  content: "\e750";
}
.icon-me-string:before {
  content: "\e74f";
}
.icon-me-true:before {
  content: "\e74b";
}
.icon-me-value:before {
  content: "\e749";
}
.icon-me-exception:before {
  content: "\e693";
}
.icon-crosshair {
  position: relative;
  display: inline-block;
}
.icon-crosshair:before {
  content: "\e71b";
  color: #fff;
  position: absolute;
  left: 0;
  display: inline-block;
}
.icon-crosshair:after {
  content: "\e71f";
  position: absolute;
  left: 0;
  display: inline-block;
}
.radio,
.ktc-radio,
.checkbox,
.ktc-checkbox {
  display: block;
}
.radio label,
.ktc-radio label,
.checkbox label,
.ktc-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 2%;
  line-height: 21px;
  font-weight: normal;
}
.radio label:after,
.ktc-radio label:after,
.checkbox label:after,
.ktc-checkbox label:after {
  background-color: transparent;
}
.radio input[disabled] + label,
.ktc-radio input[disabled] + label,
.checkbox input[disabled] + label,
.ktc-checkbox input[disabled] + label,
.radio input:active[disabled] + label,
.ktc-radio input:active[disabled] + label,
.checkbox input:active[disabled] + label,
.ktc-checkbox input:active[disabled] + label {
  cursor: not-allowed;
}
.radio input[disabled] + label:before,
.ktc-radio input[disabled] + label:before,
.checkbox input[disabled] + label:before,
.ktc-checkbox input[disabled] + label:before,
.radio input:active[disabled] + label:before,
.ktc-radio input:active[disabled] + label:before,
.checkbox input:active[disabled] + label:before,
.ktc-checkbox input:active[disabled] + label:before,
.radio input[disabled] + label:focus:before,
.ktc-radio input[disabled] + label:focus:before,
.checkbox input[disabled] + label:focus:before,
.ktc-checkbox input[disabled] + label:focus:before,
.radio input:active[disabled] + label:focus:before,
.ktc-radio input:active[disabled] + label:focus:before,
.checkbox input:active[disabled] + label:focus:before,
.ktc-checkbox input:active[disabled] + label:focus:before,
.radio input[disabled] + label:active:before,
.ktc-radio input[disabled] + label:active:before,
.checkbox input[disabled] + label:active:before,
.ktc-checkbox input[disabled] + label:active:before,
.radio input:active[disabled] + label:active:before,
.ktc-radio input:active[disabled] + label:active:before,
.checkbox input:active[disabled] + label:active:before,
.ktc-checkbox input:active[disabled] + label:active:before {
  color: #4a4a4a;
}
.radio input[disabled] + label:after,
.ktc-radio input[disabled] + label:after,
.checkbox input[disabled] + label:after,
.ktc-checkbox input[disabled] + label:after,
.radio input:active[disabled] + label:after,
.ktc-radio input:active[disabled] + label:after,
.checkbox input:active[disabled] + label:after,
.ktc-checkbox input:active[disabled] + label:after {
  color: #4a4a4a;
}
.radio input + label:before,
.ktc-radio input + label:before,
.checkbox input + label:before,
.ktc-checkbox input + label:before,
.radio input + label:after,
.ktc-radio input + label:after,
.checkbox input + label:after,
.ktc-checkbox input + label:after {
  /**font-family: @icon-font-name;
            font-size: @icon-size-80;*/
  text-align: center;
}
.radio input + label:before,
.ktc-radio input + label:before,
.checkbox input + label:before,
.ktc-checkbox input + label:before {
  color: #4a4a4a;
}
.radio input + label:after,
.ktc-radio input + label:after,
.checkbox input + label:after,
.ktc-checkbox input + label:after {
  color: #4a4a4a;
}
.radio input:focus + label:before,
.ktc-radio input:focus + label:before,
.checkbox input:focus + label:before,
.ktc-checkbox input:focus + label:before,
.radio input:active + label:before,
.ktc-radio input:active + label:before,
.checkbox input:active + label:before,
.ktc-checkbox input:active + label:before {
  color: #4a4a4a;
}
.Safari .checkbox label:after,
.Safari .ktc-checkbox label:after {
  height: 14px;
}
.Chrome .checkbox label:before,
.Chrome .ktc-checkbox label:before,
.Chrome .checkbox label:after,
.Chrome .ktc-checkbox label:after {
  height: 14px;
}
.radio label:before,
.ktc-radio label:before {
  border-radius: 50%;
}
.checkbox:not(.checkbox-no-label) label,
.ktc-checkbox:not(.checkbox-no-label) label,
.checkbox:not(.ktc-checkbox-no-label) label,
.ktc-checkbox:not(.ktc-checkbox-no-label) label {
  margin-right: 1%;
}
.radio-list-vertical,
.ktc-radio-list-vertical,
.checkbox-list-vertical,
.ktc-checkbox-list-vertical {
  margin-top: 14px;
  margin-right: 1%;
}
.radio-list-vertical label:not(:first-of-type),
.ktc-radio-list-vertical label:not(:first-of-type),
.checkbox-list-vertical label:not(:first-of-type),
.ktc-checkbox-list-vertical label:not(:first-of-type),
.radio-list-vertical span:not(:first-of-type) label,
.ktc-radio-list-vertical span:not(:first-of-type) label,
.checkbox-list-vertical span:not(:first-of-type) label,
.ktc-checkbox-list-vertical span:not(:first-of-type) label,
.radio-list-vertical .radio + .radio,
.ktc-radio-list-vertical .radio + .radio,
.checkbox-list-vertical .radio + .radio,
.ktc-checkbox-list-vertical .radio + .radio,
.radio-list-vertical .ktc-radio + .ktc-radio,
.ktc-radio-list-vertical .ktc-radio + .ktc-radio,
.checkbox-list-vertical .ktc-radio + .ktc-radio,
.ktc-checkbox-list-vertical .ktc-radio + .ktc-radio,
.radio-list-vertical .checkbox + .checkbox,
.ktc-radio-list-vertical .checkbox + .checkbox,
.checkbox-list-vertical .checkbox + .checkbox,
.ktc-checkbox-list-vertical .checkbox + .checkbox,
.radio-list-vertical .ktc-checkbox + .ktc-checkbox,
.ktc-radio-list-vertical .ktc-checkbox + .ktc-checkbox,
.checkbox-list-vertical .ktc-checkbox + .ktc-checkbox,
.ktc-checkbox-list-vertical .ktc-checkbox + .ktc-checkbox {
  margin-top: 1%;
}
.radio-list-vertical.first-on-page,
.ktc-radio-list-vertical.first-on-page,
.checkbox-list-vertical.first-on-page,
.ktc-checkbox-list-vertical.first-on-page {
  margin-top: 0px;
}
.radio-list-horizontal .radio,
.ktc-radio-list-horizontal .radio,
.checkbox-list-horizontal .radio,
.ktc-checkbox-list-horizontal .radio,
.radio-list-horizontal .ktc-radio,
.ktc-radio-list-horizontal .ktc-radio,
.checkbox-list-horizontal .ktc-radio,
.ktc-checkbox-list-horizontal .ktc-radio,
.radio-list-horizontal .checkbox,
.ktc-radio-list-horizontal .checkbox,
.checkbox-list-horizontal .checkbox,
.ktc-checkbox-list-horizontal .checkbox,
.radio-list-horizontal .ktc-checkbox,
.ktc-radio-list-horizontal .ktc-checkbox,
.checkbox-list-horizontal .ktc-checkbox,
.ktc-checkbox-list-horizontal .ktc-checkbox {
  display: inline-block;
}
.radio-list-horizontal label,
.ktc-radio-list-horizontal label,
.checkbox-list-horizontal label,
.ktc-checkbox-list-horizontal label {
  margin-right: 1%;
}
.media-gallery {
  margin-top: 2.5rem;
}
.media-gallery .cafe-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.media-gallery .cafe-overlay .ourcoffee-tile-text {
  font-size: 1.375rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
}
.media-gallery .media-item span {
  visibility: hidden;
}
.media-gallery .media-item:hover span {
  visibility: visible;
}
.media-gallery .media-item.col-lg-6 {
  margin-top: -1px;
}
.media-gallery .ratio-4-3 {
  width: 100%;
  position: relative;
  background: url() 50% 50% no-repeat;
  background-size: cover;
  background-clip: content-box;
}
.media-gallery .ratio-4-3:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.orders-table {
  width: 100%;
  margin-top: 15px;
}
.orders-table td {
  padding: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.orders-table th {
  padding: 10px;
  border-bottom: 1px solid #e7e7e7;
  background-color: #e7e7e7;
  text-transform: uppercase;
}
.orders-table .column-id {
  text-align: left;
  width: 100%;
}
.orders-table .column-date {
  text-align: right;
  white-space: nowrap;
}
.orders-table .column-status {
  text-align: center;
}
.orders-table .column-total {
  text-align: right;
}
.orders-table .strong {
  font-weight: bold;
}
.orders-table .link {
  padding-left: 10px;
  white-space: nowrap;
}
.orders-table .status {
  display: block;
  padding: 10px;
  width: 100%;
  line-height: 80%;
  color: #ffffff;
  background-color: #065baa;
}
.order-item {
  max-height: 7rem;
}
.order-item .order-item-image {
  float: left;
  height: 100%;
  margin-right: 1.25rem;
}
.order-item .order-item-info a {
  color: #000000;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: bold;
}
.order-item .order-item-amount {
  padding-bottom: 1rem;
  min-height: 2.5rem;
}
.order-item .order-item-amount .strong {
  font-weight: bold;
}
.order-item .order-item-amount div {
  padding-top: 0.5rem;
  min-width: 7rem;
  float: left;
}
.order-item .order-item-amount div span:first-child {
  margin-right: 0.375rem;
}
.order-item .order-item-subtotal {
  float: right;
  text-align: right;
  color: #000000;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 1.25rem;
}
.order-item .red {
  color: #b24143;
}
.order-total-price {
  float: right;
  font-size: 1.5rem;
}
.order-total-price span:first-child {
  margin-right: 1.25rem;
}
.order-total-price .strong {
  font-weight: bold;
}
.order-detail {
  margin-top: 1.5rem;
  display: block;
}
.order-detail .strong {
  display: inline;
  margin-right: 1.2rem;
}
.order-detail .status {
  font-size: 2rem;
}
.avatar {
  position: relative;
  width: 150px;
  height: 150px;
}
.avatar-image {
  border-radius: 50%;
  border: 2px solid #d9d9d9;
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: 0.3s ease;
}
.avatar:hover {
  cursor: pointer;
}
.avatar:hover .avatar-image {
  opacity: 0.3;
}
.avatar:hover .avatar-upload-info {
  opacity: 0.9;
}
.avatar-upload-info {
  width: 100%;
  transition: 0.3s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.avatar-error-message {
  color: #D12127;
}
#single-product #cta-bttn-section li {
  max-width: inherit;
  width: 48%;
}
#single-product #cta-bttn-section li .fas {
  padding-right: 4%;
  margin-left: 0%;
}
#single-product #cta-bttn-section li:nth-of-type(1) {
  margin-right: 2%;
}
#single-product #cta-bttn-section li:last-child {
  margin-right: 0%;
}
#single-product #cta-bttn-section a {
  min-height: inherit;
  align-items: center;
  justify-content: center;
  padding: 3% 5% !important;
  text-decoration: none;
  max-height: inherit;
  color: #4a4a4a;
  border: 2px solid #4a4a4a;
}
#single-product #cta-bttn-section a:hover {
  color: #ffffff !important;
  background: #4a4a4a !important;
}
#single-product .bttn {
  margin: 2% 0;
}
.row h1,
.row h2,
.row h3,
.row .h1,
.row .h2,
.row .h3 {
  color: #0095da;
}
.row .image-uploader-editor .uploader .dz-message {
  color: #ffffff;
}
.twocol-section {
  align-items: center;
  margin-top: 1%;
  margin-bottom: 1%;
}
.twocol-section img {
  max-width: 400px !important;
  width: 100% !important;
}
.twocol-section .col1 {
  position: relative;
  overflow: hidden;
}
.twocol-section .col2 {
  position: relative;
  overflow: hidden;
  margin-left: 68px;
}
.twocol-section h2 {
  font-size: 1.4em;
}
.twocol-section.callout-section {
  margin-top: 3%;
  margin-bottom: 3%;
}
.threecol-section p {
  margin-top: 2%;
  margin-bottom: 2%;
}
.threecol-section header h1:after {
  content: "";
  width: 100px;
  height: 4px;
  background: #065baa;
  display: block;
  margin: 0 auto;
  margin-left: 48%;
  margin-top: 0.5%;
}
.threecol-section header h2:after {
  content: "";
  width: 100px;
  height: 4px;
  background: #065baa;
  display: block;
  margin: 0 auto;
  margin-left: 48%;
  margin-top: 0.5%;
}
.bg-image {
  min-height: 324px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.bg-image {
  min-height: 450px;
}
.bg-behind {
  position: absolute;
  min-height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.bg-standalone {
  min-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.threecol-section .bgimage-container {
  overflow: hidden;
  position: relative;
  margin-right: 1%;
  flex-direction: column;
  align-self: flex-start;
  min-height: 321px;
  place-content: center;
}
.threecol-section .bgimage-container .fr-view {
  padding-left: 10%;
  display: block;
  padding-right: 0%;
}
.threecol-section .bgimage-container .bttn {
  margin-left: 10%;
}
main section {
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 0;
  margin-right: 0;
}
/*.body-contain section.desktop12 {
    width:94%;
}*/
.body-contain section.desktop12.callout-txt-section {
  width: 100%;
}
section .fr-view {
  margin-bottom: 2%;
  position: relative;
}
section article .fr-view {
  margin-bottom: 1%;
}
aside .fr-view img.fr-dib {
  width: 100% !important;
}
.callout-txt {
  position: relative;
  margin: 0 0 10px;
  font-size: 1.4em;
}
/* slideshow */
.sliderwrapper {
  position: relative;
}
.sliderwrapper,
.sliderwrapper * {
  box-sizing: border-box;
}
.sliderwrapper,
#slideshow {
  width: 100%;
}
#slideshow {
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  text-align: -webkit-center;
  text-align: center;
  place-items: center;
}
#slideshow .slide {
  margin: 0 0 0 0;
  flex: 0 0 100%;
  width: 100%;
  transition: 0.5s ease-in-out;
}
/* slider controls */
.sliderwrapper .slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 10%;
  top: 45%;
}
.sliderwrapper .slider-controls a {
  padding: 0 4%;
}
.sliderwrapper .slider-controls a i {
  font-size: 2em;
}
/* slider bullets */
.sliderwrapper .bullets {
  min-height: 50px;
  width: auto;
  margin: 15px auto 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sliderwrapper .bullets li {
  width: 25px;
  height: 25px;
  margin: 0 15px;
  list-style: none;
  border: 3px solid #00407a;
  cursor: pointer;
}
.sliderwrapper .bullets li.active {
  background-color: #00407a;
}
.bgimage-container .sliderwrapper .fr-view {
  padding-left: 0;
}
body.home #services .slide {
  max-width: 100%;
}
.youtube-embed {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.youtube-embed iframe {
  border: 0 none;
}
.youtube-embed > iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.youtube-embed > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.youtube-embed > div > iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#subpage .industries-table {
  overflow: hidden;
  overflow-x: auto;
}
#subpage .industries-table .fr-view table {
  font-size: 14px !important;
  line-height: 1.2 !important;
  min-width: 1150px;
  overflow-wrap: normal;
}
#subpage .industries-table .fr-view table td {
  border-color: #1A3C6E;
  color: #1A3C6E;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 1.2 !important;
  margin: 0;
  padding: 10px 5px;
}
#subpage .industries-table .fr-view table td p {
  display: inline-block;
  font-size: 14px !important;
  line-height: 1.2 !important;
  margin: auto;
  padding: 0;
}
#subpage .industries-table .fr-view table td.fr-highlighted {
  background: #d9edf8;
}
#subpage .industries-table .fr-view table tr:first-child td,
#subpage .industries-table .fr-view table tr:nth-child(2) td,
#subpage .industries-table .fr-view table tr:nth-child(3) td {
  background: #0a76bc;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}
#subpage .industries-table .fr-view table tr:first-child td br,
#subpage .industries-table .fr-view table tr:nth-child(2) td br,
#subpage .industries-table .fr-view table tr:nth-child(3) td br {
  display: none;
}
@media (max-width: 1400px) {
  #subpage .industries-table .fr-view table {
    font-size: 12px !important;
  }
  #subpage .industries-table .fr-view table td {
    font-size: 12px !important;
  }
  #subpage .industries-table .fr-view table td p {
    font-size: 12px !important;
  }
}
#expand-col #expand-collapse .collapsible,
.expand-col #expand-collapse .collapsible,
#expand-col .expand-collapse .collapsible,
.expand-col .expand-collapse .collapsible {
  background-color: #1A3C6E;
}
/*@import (reference) "./variables.less";*/
.cookie-consent {
  font-size: 18px;
  padding: 8px;
  background: #4c4c4c;
  color: #4a4a4a;
}
.cookie-consent .consent-text {
  padding-bottom: 16px;
}
.cookie-consent .consent-buttons {
  text-align: right;
  margin: 0;
}
/*# Buttons #*/
.bttn-white {
  border: 1px solid #4a4a4a;
  background: #ffffff;
  color: #1a3c6e;
}
.bttn-white:hover {
  background: #efefef;
}
.bttn-white-txt-gray {
  background: #ffffff;
  color: #4c4c4c;
}
.bttn-white-txt-gray:hover {
  background: #efefef;
  border: none;
}
.bttn-white-border {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.bttn-white-border:hover {
  background: #ffffff;
  border: none;
  color: #065baa;
}
.bttn-blue {
  background: #065baa;
  color: #ffffff;
}
.bttn-blue:hover {
  background: #0095da;
  color: #ffffff;
  border: none;
}
.bttn-blue-lt {
  background: #0095da;
  color: #ffffff;
}
.bttn-blue-lt:hover {
  background: #065baa;
  color: #ffffff;
  border: none;
}
.bttn-blue-dk {
  background: #1a3c6e;
  color: #ffffff;
}
.bttn-blue-dk:hover {
  background: #4a4a4a;
  color: #ffffff;
  border: none;
}
.bttn-gray-dk {
  background: #4c4c4c;
  color: #ffffff;
}
.bttn-gray-dk:hover {
  background: #4a4a4a;
  color: #ffffff;
  border: none;
}
.bttn-white-border {
  border: 1px solid #ffffff;
}
.bttn,
.btn {
  display: block;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  margin: 4% 0;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  font-size: 0.909em;
  text-transform: uppercase;
}
.bttn p {
  margin: 0;
  line-height: inherit;
}
.bttn-contain {
  width: 100%;
  max-width: 230px;
  position: relative;
}
#cta-bttn-section ul {
  flex-wrap: wrap;
  flex-direction: row;
}
#cta-bttn-section li {
  flex: 1 0 30%;
  list-style: none;
  margin-bottom: 0;
}
#cta-bttn-section li::before {
  content: " ";
  line-height: normal;
  font-size: inherit;
  margin-right: initial;
}
#cta-bttn-section li:nth-of-type(3n) {
  margin-right: 0;
}
#cta-bttn-section li:nth-of-type(1n) {
  margin-left: 0px;
  margin-right: 1.5%;
}
#cta-bttn-section a {
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 2% 4%;
  text-decoration: none;
  max-height: 66px;
  margin-bottom: 0%;
}
.submit-style {
  max-width: 231px;
  background-color: #0095da;
  border: none;
  padding: 1.5% 0;
  font-size: inherit;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0;
}
body.home section {
  padding: 2% 0;
}
body.home footer section {
  padding: 0;
}
body.home .bgimage-container:not(.threecol-section .bgimage-container) {
  margin-right: 0;
}
body.home section#mobile-quote {
  background: #065baa;
  color: white;
  margin-top: -2%;
}
body.home section#mobile-quote .bgimage-container .fr-view {
  padding-left: 0%;
}
body.home #home-banner {
  margin-top: 0;
  max-height: 350px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  line-height: 0;
}
body.home #home-banner header {
  position: absolute;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  margin: 0 0 0 2%;
}
body.home #home-banner header h1 {
  font-size: 3.2em;
  line-height: 1.1;
  font-weight: normal;
  text-shadow: 0 0 5px #003460;
}
body.home #home-banner header a {
  margin: 3% 0;
  padding: 1.5% 0;
}
body.home #home-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
body.home #services {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
body.home #services ul {
  margin: 0;
}
body.home #services ul li {
  flex-direction: column;
  align-content: center;
  align-items: center;
  align-self: center;
  text-align: center;
  min-width: 222px;
  margin: 0% 1%;
  position: relative;
  padding: 20px 0;
}
body.home #services ul li:before {
  content: "";
  line-height: 0;
  margin: 0;
}
body.home #services ul li span {
  position: relative;
  width: 100%;
}
body.home #services ul li a {
  text-decoration: none;
}
body.home #services ul li img {
  width: 100%;
  height: -moz-max-content;
  height: fit-content;
  opacity: 0;
}
body.home #services ul li:hover {
  cursor: pointer;
}
body.home #services ul li:hover > span {
  opacity: 0;
  transition: opacity 1s ease-in-out 0s;
}
body.home #services ul li:hover > img {
  opacity: 1;
  transition: opacity 1s ease-in-out 0s;
}
body.home #services ul li > span {
  width: 100%;
  font-size: 1em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: -moz-max-content;
  height: fit-content;
  right: 0;
}
body.home #seo {
  padding: 1% 0 0 0;
}
body.home #seo h2 {
  margin-top: 0;
}
body.home #solutions {
  background: url('/&#8206;ÌÒ»¨ÊÓÆµCore/media/mainsite-images/HomePage%20Images/SelectedSolutionsBackground.jpg') no-repeat center;
  background-size: cover;
  padding: 3% 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
body.home #solutions img {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
}
body.home #solutions div {
  text-align: center;
}
body.home #solutions a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
body.home #solutions .fal {
  color: #ffffff;
  font-size: 3em;
  margin-top: 5px;
}
body.home #solutions .col1 {
  position: relative;
  z-index: 1;
  border-right: 1px solid #ffffff;
  padding-right: 1%;
  margin-right: -44px;
}
body.home #solutions .col2 {
  position: relative;
  z-index: 2;
}
body.home #solutions p {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  padding-right: 40px;
}
body.home #solutions h5 {
  font-size: 1.25em;
  line-height: 28px;
  margin: 20px 0;
  max-width: 250px;
  text-align: left;
  word-spacing: 100px;
}
body.home #events {
  text-align: center;
  padding: 2%;
}
body.home #events a {
  text-decoration: none;
}
body.home #events h5 {
  font-weight: normal;
}
body.home #events p {
  font-weight: bold;
}
body.home #events article {
  margin: 2% 0 0% 0;
}
body.home #events article .fal {
  font-size: 2em;
  margin-bottom: 2%;
}
body.home #events article .date {
  border-bottom: 1px solid #065baa;
  margin-bottom: 2%;
  padding-bottom: 2%;
}
body.home #events article div.desktop6 {
  margin-right: 6%;
}
body.home #events article div.desktop6:last-child {
  margin-right: 0;
}
body.home #investors {
  background: url('/&#8206;ÌÒ»¨ÊÓÆµCore/media/mainsite-images/HomePage%20Images/InvestorsBackground.jpg') no-repeat;
  background-size: cover;
  padding: 2% 0;
  margin-top: 0;
}
body.home #investors .col1 {
  padding-right: 2%;
  margin-right: 3%;
  border-right: 2px solid #065baa;
}
body.home #investors dl dd {
  margin-bottom: 3%;
  font-size: 1.3em;
}
body.home #investors dl dt {
  font-size: 0.9em;
}
body.home #corporate {
  margin-top: 0;
}
body.home #corporate .col1 {
  padding-right: 2% !important;
}
body.home #corporate .bgimage-container {
  min-height: 320px;
  max-height: 320px;
  padding-right: 4%;
  place-content: center;
}
body.home #corporate .bgimage-container .fr-view {
  font-size: 0.9em;
}
body.home #corporate .bgimage-container .fr-view:nth-child(3) {
  margin-top: 10px;
  text-transform: uppercase;
}
body.home #corporate .bgimage-container .fr-view:nth-child(4) {
  min-height: 150px !important;
}
body.home #corporate .bgimage-container .bttn:hover {
  background: #efefef;
}
body.home .fixed#main-header {
  display: none;
}
body.home .fixed#main-header ul.nav-menu > li > a {
  color: #065baa;
}
body.home .fixed#main-header ul.additional-menu #loginform a {
  color: #ffffff;
}
body.home .fixed#main-header ul.additional-menu li a {
  color: #4a4a4a;
}
body.home .fixed#main-header ul.additional-menu li div {
  color: #4a4a4a;
}
body.home .fixed#main-header ul.additional-menu li .open-search {
  color: #4a4a4a;
}
.wd_widget-theme-light {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
.wd_widget-theme-light .wd_quote {
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  overflow: hidden !important;
  padding-left: 0;
  padding-top: 0 !important;
}
div.wd_quote div.wd_data div.wd_value {
  font-size: 1.3em !important;
}
div.wd_quote div.wd_data {
  border: 0;
  padding: 0;
}
div.wd_quote div.wd_data div.wd_value {
  font-size: 1.3em;
}
div.wd_quote div.wd_data div.wd_label {
  color: #4a4a4a;
  font-size: 0.9em;
}
div.wd_quote div.wd_price {
  font-size: 1.3em;
  margin-bottom: 5%;
}
div.wd_quote div.wd_price div.wd_value {
  display: none;
}
div.wd_quote span.wd_exchange:after {
  content: "";
}
div.wd_quote div.wd_main {
  display: flex;
  text-align: left;
  flex-direction: column;
  margin: 0;
  padding: 0;
  font-size: inherit;
}
div.wd_quote div.wd_symbol {
  display: flex;
  vertical-align: middle;
  margin-right: 1em;
  flex-direction: column;
  margin-bottom: 5%;
}
div.wd_quote div.wd_symbol span {
  font-size: 1.3em !important;
}
div.wd_quote div.wd_quote-value-up {
  color: #4a4a4a !important;
  font-size: 1.3em;
}
div.wd_quote div.wd_quote-value-up::before {
  content: "";
}
div.wd_quote div.wd_main-wrapper {
  overflow: hidden !important;
}
div.wd_quote div.wd_values-wrapper {
  overflow: hidden !important;
}
div.wd_quote div.wd_data-wrapper {
  overflow: hidden !important;
}
div.wd_quote-twocol div.wd_values-wrapper {
  display: flex;
  flex-direction: column;
}
div.wd_quote-twocol div.wd_data-wrapper {
  margin-bottom: 3%;
  width: 100%;
}
.wd_values {
  display: flex;
  flex-direction: column;
}
.wd_values .wd_data-wrapper:nth-child(1) {
  display: none;
}
.wd_values .wd_data-wrapper:nth-child(3) {
  display: none;
}
.wd_values .wd_data-wrapper:nth-child(4) {
  display: none;
}
span.wd_exchange {
  color: #065baa !important;
  font-weight: bold;
  line-height: 37px;
  margin-top: -7px;
}
.wd_main-wrapper {
  margin-bottom: 3% !important;
}
.wd_label::after {
  content: ": ";
  vertical-align: baseline;
}
.wd_data-wrapper {
  margin-bottom: 6% !important;
}
div.wd_quote_footer {
  display: none !important;
}
#Aquisitions {
  min-height: 374px;
}
#Quote {
  display: flex;
  min-height: 300px !important;
  background-position: top !important;
  position: relative;
  margin-top: -165px !important;
}
#Quote .col1 {
  position: absolute;
  overflow: inherit;
  margin-left: 16%;
  bottom: -9px;
}
#Quote .col1 p.headshot {
  margin-top: 0;
  margin-bottom: 0;
}
#Quote .col1 p.headshot img {
  width: 40% !important;
  max-width: inherit !important;
  /*margin-top: -38px;*/
}
#Quote .col2 {
  position: absolute;
  display: block;
  right: 13%;
  width: 45%;
  flex-direction: column;
  align-items: flex-end;
  align-self: flex-start;
}
#Quote .bttn {
  float: right;
}
.life-button {
  background: #826EC1;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  height: 35px;
}
.life-button h4 {
  color: #ffffff;
  max-width: 100% !important;
  font-size: 1.1em !important;
}
.life-button a {
  color: #826EC1;
  background: #ffffff;
  padding: 3px 16px;
  font-size: 18px !important;
  white-space: nowrap;
}
.life-button .text {
  margin-right: 28px;
}
.life-button .link {
  display: flex;
}
.slider-wrap {
  max-height: 750px;
  overflow: hidden;
  position: relative;
}
.slider-wrap .slides {
  display: flex;
  left: 0vw;
  position: relative;
  transition: left 1s;
  width: 300vw;
}
.slider-wrap .slides .slide {
  display: block;
  height: 350px;
  max-height: 350px;
  position: relative;
  width: 100vw !important;
}
.slider-wrap .slides .slide img {
  mix-blend-mode: multiply;
  width: 100%;
}
.slider-wrap .slides .slide .slide-text {
  left: 50%;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto 0;
  max-width: calc(100vw - 40px);
  width: 1450px;
}
.slider-wrap .slides .slide .slide-text h1 {
  font-size: 58px;
  font-weight: normal;
  line-height: 1.1;
  text-shadow: 4px 3px 10px #1d1d1d, 0px 0px 2px #0e0e0e;
}
.slider-wrap .slides .slide .slide-text .bttn {
  border: 1px solid #fff;
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin: 20px 0 0;
  width: 300px;
}
.slider-wrap .bullets {
  align-items: center;
  bottom: 30px;
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 70px;
  z-index: 1;
}
.slider-wrap .bullets li {
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  height: 20px;
  list-style: none;
  margin: 0;
  opacity: 0.6;
  width: 20px;
  z-index: 100;
}
.slider-wrap .bullets li:hover,
.slider-wrap .bullets li.cur {
  opacity: 1;
}
.sticky-footer {
  background: rgba(74, 74, 74, 0.95);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  display: none;
  font-family: 'Open Sans', sans-serif;
  left: 0;
  padding: 25px 20px;
  position: fixed;
  width: 100%;
  z-index: 3000000001;
}
.sticky-footer * {
  box-sizing: border-box;
}
.sticky-footer p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.sticky-footer a {
  text-decoration: underline;
  white-space: nowrap;
}
.sticky-footer a:hover {
  text-decoration: none;
}
.sticky-footer .sf-button {
  background: #0095da;
  border: 1px solid #0095da;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 150px;
}
.sticky-footer .sf-button:hover {
  text-decoration: underline;
}
.sticky-footer.show {
  display: block;
}
.hydrated .sticky-footer {
  display: none !important;
}
.stickyHeader .sticky-footer {
  display: none !important;
}
.home #Aquisitions {
  min-height: auto !important;
}
.home #Quote {
  display: flex;
  justify-content: end;
  margin-top: 0px !important;
  position: relative;
}
.home #Quote article {
  height: 100%;
}
.home #Quote .fr-view {
  height: auto;
}
.home #Quote .col1 {
  left: 0px;
  top: 0px;
}
.home #Quote .col1 img {
  bottom: 0px;
  position: absolute;
}
.home #Quote .col1 .fr-view {
  height: 100%;
}
.home #Quote .col2 {
  position: relative;
}
.home #Quote .bttn {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .home #Quote .fr-view:nth-child(2) {
    display: none;
  }
  .home #Quote .col2 {
    height: auto;
    right: 0px;
    width: 100%;
  }
}
.careers-hero#subpage-hero {
  box-sizing: border-box;
  color: #fff;
  min-height: auto;
  padding: 20px;
}
h2.white {
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  line-height: 36px;
  margin-bottom: 10px;
  margin-top: 0px !important;
}
h2.tall {
  color: #0095da;
  font-size: 55px;
  font-weight: normal;
  line-height: 60px;
  margin-bottom: 10px;
}
h2.blue {
  color: #0095da;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 1% !important;
}
h2.dark {
  color: #065baa;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 37px;
  margin-bottom: 10px;
}
h3.blue {
  color: #0095da;
}
p.gray,
p.white {
  color: #4c4c4c;
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 10px;
}
p.white {
  color: #fff;
}
p.blue {
  color: #0095da;
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 10px;
}
.bttn.careers {
  display: inline-block;
  margin: 10px 0 30px;
  max-width: none;
  min-width: 230px;
  padding: 20px 15px;
  width: auto;
}
.bttn.bttn-white.careers {
  border: 1px solid #0095da;
  color: #0095da;
}
.careers-callout {
  overflow: hidden;
  padding-bottom: 10px;
  position: relative;
}
.careers-callout img {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.careers-callout h3 {
  color: #fff;
}
.careers-callout p {
  color: #fff;
}
.careers-callout .bttn {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  padding: 20px;
  width: 230px;
}
.careers-callout .bttn:hover {
  background: #fff;
  color: #1a3c6e;
}
.careers-blue-bar {
  background: #065baa;
  color: #fff;
  padding: 20px 0;
}
.careers-blue-bar .fr-view {
  margin: 0 !important;
}
.careers-blue-bar a {
  text-decoration: none;
}
.careers-blue-bar .grid5 div:not(:first-child):not(:last-child) {
  border-right: 1px solid #fff;
}
.careers-blue-bar .grid5 div:not(:first-child) {
  line-height: 24px;
  padding: 0 40px;
  text-align: center;
}
.expanders article:first-child .fr-view {
  margin: 0 !important;
}
.careers-bg-callout {
  background-size: cover;
  background-position: center center;
  box-shadow: inset 800px 0px 200px -100px rgba(0, 0, 0, 0.75);
}
.careers-bg-callout.no-mobile {
  box-shadow: none;
}
.exp-col {
  margin: 0 0 20px;
}
.exp-col * {
  transition: all 500ms;
}
.exp-col .ec-header h3 {
  background: #1a3c6e;
  color: #fff !important;
  cursor: pointer;
  font-size: 22px;
  margin: 0;
  padding: 15px 50px 15px 15px;
  position: relative;
}
.exp-col .ec-header h3::after {
  color: #afbbcc;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.5em;
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  transition: all 500ms ease-out;
}
.exp-col .ec-body-wrap {
  height: 0px;
  overflow: hidden;
}
.exp-col .ec-body-wrap .ec-body {
  border-bottom: 2px solid #0095da;
  padding: 20px;
  transform: translateY(-100%);
}
.exp-col .ec-body-wrap .ec-body p {
  margin: 0 0 20px;
}
.exp-col .ec-body-wrap .ec-body p:last-child {
  margin: 0;
}
.exp-col .ec-body-wrap .ec-body .close-button {
  cursor: pointer;
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 2%;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.exp-col.white {
  margin: 0 0 -1px;
}
.exp-col.white .ec-header h3 {
  background: none;
  border-bottom: 1px solid #0095da;
  border-top: 1px solid #0095da;
  color: #0095da !important;
  padding: 15px 50px 15px 0px;
  text-transform: uppercase;
}
.exp-col.white .ec-header h3 span {
  text-decoration: underline;
}
.exp-col.white .ec-header h3::after {
  color: #0095da;
}
.exp-col.white .ec-body-wrap .ec-body {
  background: none;
  padding: 0;
}
.exp-col.white .ec-body-wrap .ec-body .close-button {
  display: none;
}
.exp-col.show .ec-header h3::after {
  top: calc(50% - 3px);
  transform: rotate(180deg) translate(0%, 50%);
}
.exp-col.show .ec-body-wrap .ec-body {
  transform: translateY(0%);
}
.exp-col.white.show .ec-header h3 {
  border-bottom: 1px solid transparent;
}
.exp-col.white.show .ec-body-wrap .ec-body {
  transform: translateY(0%);
}
.exp-col.editing .ec-header h3::after {
  transform: rotate(180deg) translate(0%, 50%);
}
.exp-col.editing .ec-body-wrap {
  height: auto;
}
.exp-col.editing .ec-body-wrap .ec-body {
  transform: translateY(0%);
}
.light-blue-section {
  background: #e1ebf5;
  display: flex;
}
.light-blue-section > div:first-child {
  padding: 15px;
}
.light-blue-section > div:first-child ul {
  color: #0095da;
  columns: 2;
  font-weight: bold;
  margin-bottom: 0;
}
.light-blue-section > div:first-child ul li:last-child {
  margin-bottom: 0;
}
.light-blue-section > div:last-child img {
  height: 100%;
  margin: 0;
  max-height: 300px;
  max-width: none;
  width: auto !important;
}
h2.quote-banner-h {
  color: #fff;
  font-size: 50px;
  font-weight: lighter;
  padding-top: 50px;
  text-align: center;
}
.twocol-section.bigger-image img {
  max-width: 550px !important;
}
.slider-wrap#quote-banner {
  margin: 0;
  padding-bottom: 50px;
}
.slider-wrap#quote-banner .slides .slide {
  height: auto;
  max-height: none;
}
.slider-wrap#quote-banner .slides .slide img {
  margin: 0;
}
.slider-wrap#quote-banner .slides .slide .slide-text {
  color: #fff;
  font-size: 25px;
  margin: 0 auto;
  left: unset;
  max-width: 930px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  top: unset;
  transform: none;
  width: 60%;
}
.slider-wrap#quote-banner .slides .slide .slide-text h1 {
  font-size: 40px;
  text-shadow: none;
}
.slider-wrap#quote-banner .slides .slide .slide-text hr {
  opacity: 0.5;
  width: 90%;
}
.slider-wrap#quote-banner .slides .slide .slide-text p {
  font-weight: lighter;
  line-height: 32px;
}
.slider-wrap#quote-banner .slides .slide .slide-text p:last-child {
  font-style: italic;
}
.slider-wrap#quote-banner .bullets {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.slider-wrap#quote-banner .bullets li {
  border: 0 none;
  border-radius: 100%;
  opacity: 1;
}
.slider-wrap#quote-banner .bullets li.cur {
  background: #0095da;
}
@media (max-width: 586px) {
  .careers-hero#subpage-hero h1 {
    margin: 0 0 20px;
  }
  .careers-hero#subpage-hero .bttn.careers {
    margin: 10px 0;
  }
  h2.tall {
    font-size: 38px;
    line-height: 48px;
  }
  h2.blue {
    font-size: 30px;
    line-height: 34px;
  }
  h2.dark {
    line-height: 30px;
  }
  h3.blue {
    margin: 0 0 15px;
  }
  p.gray {
    font-size: 22px !important;
    line-height: 32px !important;
    margin: 0 0 15px;
  }
  .careers-blue-bar .grid5 h3 br {
    content: "";
  }
  .careers-blue-bar .grid5 h3 br::after {
    content: " ";
  }
  .careers-blue-bar .grid5 div:not(:first-child):not(:last-child) {
    border: 0 none;
    border-bottom: 1px solid #fff;
  }
  .careers-blue-bar .grid5 div:not(:first-child) {
    line-height: 24px;
    padding: 20px 0;
    text-align: left;
  }
  .careers-blue-bar a {
    font-size: 22px;
  }
  .careers-bg-callout:not(.no-mobile) {
    background-color: #4a4a4a;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: none;
    padding-top: 30% !important;
  }
  .light-blue-section {
    flex-direction: column;
  }
  .light-blue-section > div:first-child ul {
    columns: 1;
  }
  .light-blue-section > div:last-child img {
    height: auto !important;
    max-height: none;
    width: 100% !important;
  }
  h2.quote-banner-h {
    font-size: 36px;
    margin: 0;
    padding-top: 30px;
  }
  .slider-wrap#quote-banner .slides .slide .slide-text {
    width: 80%;
  }
  .slider-wrap#quote-banner .bullets {
    bottom: 30px;
    gap: 20px;
  }
  .exp-col {
    margin: 0 -4%;
  }
  .exp-col .ec-header h3 {
    font-size: 18px;
    line-height: 26px;
    padding-right: 40px;
  }
}
.software-list {
  display: flex;
  flex-direction: column;
  padding: 0 0 20px;
  gap: 60px;
}
.software-list > div {
  position: relative;
}
.software-list > div:not(:last-child)::after {
  background: #0095da;
  bottom: -32px;
  content: '';
  display: block;
  height: 1px;
  position: relative;
  width: 100%;
}
.software-list h3 {
  color: #0095da;
  font-size: 20px;
}
.software-list p {
  margin: 0 0 20px;
}
.page-styles ol {
  list-style: decimal;
  margin: 0 0 10px 30px;
}
.page-styles p {
  margin: 0 0 10px;
}
.cdm-dl-button {
  background: #0095da;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 5px 20px 5px 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.cdm-dl-button:hover {
  background: #065baa;
}
.cdm-dl-button::after {
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  color: #fff;
  content: "\f054";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.cdm-dl-list-header {
  color: #0095da;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.cdm-dl-list {
  border-bottom: 1px solid #ccc;
}
.cdm-dl-list > div {
  font-size: 18px;
  line-height: 28px;
  padding: 15px 0;
}
.cdm-dl-list a {
  display: block;
  font-weight: bold;
  padding: 0 0 0 20px;
  position: relative;
  word-break: break-word;
}
.cdm-dl-list a::before {
  content: "\f15b";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  left: 0;
  margin-right: 10px;
  position: absolute;
}
.cdm-dl-list:last-child {
  border: 0 none;
}
@media (max-width: 586px) {
  .cdm-dl-list {
    border: 0 none;
  }
  .cdm-dl-list > div:first-child {
    padding-bottom: 0px;
  }
  .cdm-dl-list > div:last-child {
    padding-left: 20px;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .tbl-crs-overflow-h {
    overflow-x: scroll;
    overflow-x: visible;
  }
}
#subpage-hero {
  min-height: 310px;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1450px;
  margin: 0 auto 2%;
  display: block;
}
header.title-wrapper h1 {
  position: relative;
}
#subpage header.title-wrapper h1 {
  margin-bottom: 2%;
}
.pdf-doc h2 {
  padding: 2%;
  display: inline-flex;
  align-items: center;
  width: 100%;
  color: #4a4a4a;
  height: 90px;
  text-transform: none;
}
.pdf-doc h2::before {
  content: "\f15b";
  font-family: 'Font Awesome 5 Pro';
  font-size: 32px;
  font-weight: normal;
  margin-right: 2%;
}
/* SERVICES Pages */
.services-page-sections {
  padding-bottom: 4%;
}
.services-page-sections .section {
  border-top: 1px solid #4a4a4a;
  padding-top: 45px;
  margin-top: 25px;
}
.services-page-sections .section p {
  margin-top: 1%;
  margin-bottom: 1%;
}
.services-page-sections .section .service-images {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 4%;
}
.services-page-sections .section .service-images figure {
  flex: 0 0 20%;
  padding: 0 25px 25px;
  text-align: center;
}
.services-page-sections .section .service-images figure img {
  height: 175px;
  width: auto;
}
.services-page-sections .section .service-images figure figcaption {
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1.25;
  padding-top: 10px;
  color: #065baa;
}
.service-page .bttn-contain {
  max-width: 500px;
}
#subpage .fr-view table {
  margin-top: 2%;
  margin-bottom: 2%;
  width: 100%;
  table-layout: fixed;
}
#subpage .fr-view table th {
  background: #efefef;
  font-weight: 600;
  padding: 10px;
}
#subpage .fr-view table td {
  padding: 6px 10px;
  font-size: 1em;
  line-height: 28px;
}
.fr-view h1 {
  margin-top: 3%;
}
.fr-view h2 {
  margin-top: 3%;
}
.callout-section h2 {
  margin-top: 0;
}
.not-found #cta-bttn-section {
  margin-bottom: 4%;
}
.not-found #search-wrap.not-found-search {
  position: relative;
  height: auto;
  margin-bottom: 2%;
}
.not-found #search-wrap.not-found-search > article {
  padding: 0px;
  height: 150px;
  align-items: center;
}
.not-found-hr {
  border: 1px solid;
  border-bottom: thin;
}
/* Global Offices */
#find-a-location {
  align-items: stretch;
  justify-content: stretch;
  padding: 15px 0 50px;
  max-width: 100%;
}
#find-a-location > * {
  flex: 1;
}
#find-a-location > .select {
  padding-right: 15px;
  position: relative;
}
#find-a-location > .select::after {
  right: 28px;
  top: 22px;
  font-size: 1.3em;
  padding: 0;
  color: #4a4a4a;
}
#find-a-location > .select select {
  width: 100%;
  -webkit-appearance: none;
  height: 45px;
  border: 1px solid #1b3c6f;
  padding: 5px 5px 5px 15px;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  font-weight: 600;
  border-radius: 0;
}
#find-a-location > input {
  flex: 0 0 15%;
  background-color: #1b3c6f;
  color: #ffffff;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  height: 45px;
  border-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
}
#global-offices .twocol-section {
  align-items: flex-start;
}
#global-offices .map {
  padding: 25px 50px;
  height: auto;
}
#global-offices .map img {
  max-height: 375px;
  margin: 0 auto;
  display: block;
}
#global-offices #expand-col #expand-collapse,
#global-offices .expand-col #expand-collapse,
#global-offices #expand-col .expand-collapse,
#global-offices .expand-col .expand-collapse {
  display: none;
}
#global-offices #expand-col .collapsible,
#global-offices .expand-col .collapsible {
  background-color: #1b3c6f;
}
#global-offices #expand-col .accordion-content,
#global-offices .expand-col .accordion-content {
  background-color: #ffffff !important;
  padding-left: 0;
  padding-right: 0;
}
#global-offices #expand-col .accordion-content table,
#global-offices .expand-col .accordion-content table {
  padding: 0 0 15px;
  width: 100%;
}
#global-offices #expand-col .accordion-content table tbody,
#global-offices .expand-col .accordion-content table tbody {
  width: 100%;
}
#global-offices #expand-col .accordion-content table tbody tr,
#global-offices .expand-col .accordion-content table tbody tr {
  width: 100%;
  display: flex;
}
#global-offices #expand-col .accordion-content table tbody tr td,
#global-offices .expand-col .accordion-content table tbody tr td {
  flex: 1;
  border-bottom: 1px solid #1b3c6f;
  padding-left: 10px;
  padding-top: 25px;
  padding-bottom: 50px;
}
#global-offices #expand-col .accordion-content table tbody tr td:first-of-type,
#global-offices .expand-col .accordion-content table tbody tr td:first-of-type {
  font-weight: 600;
}
#global-offices #expand-col .accordion-content table tbody tr:last-child td,
#global-offices .expand-col .accordion-content table tbody tr:last-child td {
  border-bottom: none;
}
#global-offices #expand-col .accordion-content.expand-collapse-open,
#global-offices .expand-col .accordion-content.expand-collapse-open {
  max-height: 5000px;
}
#offices .region {
  display: none;
}
#offices .region.office-open {
  display: block;
}
#offices table {
  padding: 0 0 15px;
  width: 100%;
}
#offices table tbody {
  width: 100%;
}
#offices table tbody tr {
  width: 100%;
  display: flex;
}
#offices table tbody tr td {
  flex: 1;
  border-bottom: 1px solid #1a3c6e;
  padding-left: 10px;
  padding-top: 25px;
  padding-bottom: 50px;
}
#offices table tbody tr td:first-of-type {
  font-weight: 600;
}
.searchwrap {
  background-color: #efefef;
  margin: 0 auto;
  overflow: hidden;
}
.searchwrap .close-search {
  cursor: pointer;
}
.searchwrap > article {
  padding: 35px 0 15px;
  align-items: flex-start;
}
.searchwrap > article > i {
  flex: 0 0 5%;
  font-size: 2em;
  text-align: center;
}
.searchwrap > article > i:first-of-type {
  font-size: 1.7em;
}
.searchwrap > article > form {
  flex: 0 0 90%;
}
.searchwrap > article > form input[type='text'] {
  margin-bottom: 0 !important;
  padding: 0 0 1% 0 !important;
  border-bottom: 1px solid #000 !important;
  color: #000 !important;
  font-style: italic;
  font-size: 1em;
  margin-top: 0;
  min-width: 0;
}
.searchwrap > article > form input::placeholder {
  color: #000 !important;
}
.searchwrap #searchResults {
  margin-top: 60px;
}
.searchwrap #searchResults div:not(.page-result) a {
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 25px;
  margin-top: 15px;
}
.searchwrap #searchResults .page-result {
  padding: 15px 0;
}
.searchwrap #searchResults .page-result:not(:first-of-type) {
  border-top: 1px solid #000;
}
.searchwrap #searchResults .page-result a {
  color: #000;
}
.search-results {
  padding-top: 35px;
}
.search-results .result {
  border-bottom: 1px solid;
  margin-bottom: 15px;
  padding: 15px 0;
}
ul.pagination li {
  list-style: none;
  border: none;
  margin-right: 15px;
}
ul.pagination li::before {
  display: none;
}
ul.pagination li::after {
  content: "/";
  display: inline-block;
  padding-left: 15px;
}
ul.pagination li:last-of-type::after {
  display: none;
}
.pr-list {
  width: 100%;
  margin-bottom: 4%;
}
.pr-list .pr-page-number.selected {
  font-weight: bold;
}
.pr-list .pr-item {
  border-bottom: 1px solid #4a4a4a;
  padding-bottom: 2%;
  margin-bottom: 2%;
}
.pr-list .pr-item h2 {
  color: #4a4a4a;
  margin-bottom: 8px;
}
.pr-list .pr-item:last-of-type {
  border-bottom: none;
}
.pr-list .pr-item:nth-last-child(2) {
  border-bottom: none;
  margin-bottom: 4%;
}
.pr-list .pr-page-number {
  list-style: none;
  border: none;
  margin-right: 10px;
  color: #0095da;
  flex-direction: row !important;
}
.pr-list .pr-page-number::after {
  content: "/";
  display: inline-block;
  padding-left: 10px;
}
.pr-list .pr-page-number:last-of-type::after {
  content: "";
  padding: 0;
}
.pr-list .pr-page-number a {
  text-decoration: none;
}
.pr-list .pr-page-number a:hover {
  text-decoration: underline;
}
.pr-list .pr-list .pr-item:last-child {
  border-bottom: none;
}
.pr-list .pr-pages {
  flex-direction: row !important;
  width: 100%;
  flex-wrap: wrap;
  line-height: 28px;
}
.pr-list .pr-pages .arrow-left {
  color: #0095da;
  margin-right: 1%;
  font-weight: 500;
  margin-top: 2px;
  font-size: 1em;
  padding-right: 8px;
  align-self: center;
  cursor: pointer;
}
.pr-list .pr-pages .arrow-right {
  color: #0095da;
  font-weight: 500;
  font-size: 1em;
  margin-top: 2px;
  padding-left: 10px;
  align-self: center;
  cursor: pointer;
}
.pr-list .pr-pages .arrow-far-right {
  color: #0095da;
  font-weight: 500;
  font-size: 1em;
  margin-top: 2px;
  padding-left: 12px;
  align-self: center;
  cursor: pointer;
}
.article-callout article {
  padding: 2% 2%;
}
.menu .sub-title {
  display: none;
}
.pdf a {
  display: inline-flex;
  width: 100%;
}
.pdf a::before {
  content: "\f15b";
  font-family: "Font Awesome 5 Pro";
  font-size: 26px;
  font-weight: normal;
  margin-right: 1%;
}
li.pdf {
  margin: 5px 0 10px 0;
  line-height: 28px;
  list-style: none;
  list-style-position: outside;
}
ul.pdf {
  margin-left: 0;
}
ul.pdf li {
  list-style: none;
}
ul.pdf li.no-pdf {
  list-style: disc;
  list-style-position: outside;
  margin-left: 24px;
}
ul.pdf a::before {
  content: "\f15b";
  font-family: "Font Awesome 5 Pro";
  font-size: 26px;
  font-weight: normal;
  margin-right: 1%;
}
.align-top {
  align-items: flex-start !important;
}
sup {
  position: relative;
  top: 0px;
  line-height: 0;
  font-size: 12px !important;
  display: inline-block;
}
.middle-sup {
  border-bottom: solid 2px #4a4a4a;
  display: inline-block;
  line-height: 17px;
  text-decoration: none;
}
.img-table td {
  border: 0 !important;
}
.iframe-form-container {
  overflow: hidden;
  padding-top: 399px;
  position: relative;
}
.iframe-form-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.iframe-form-siar-container {
  overflow: hidden;
  padding-top: 580px;
  position: relative;
}
.iframe-form-siar-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 124%;
}
@media (min-width: 1100px) {
  header + .twocol-section {
    margin-top: 1.5%;
  }
}
@media (min-width: 992px) {
  body.home #solutions {
    padding: 2% 0 3%;
  }
  body.home #solutions div.twocol-section {
    height: 100px;
    align-items: stretch;
    justify-content: left;
    margin-top: 2%;
  }
  body.home #solutions .col1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body.home #solutions .col2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body.home #solutions img {
    min-width: 85px;
  }
}
@media (max-width: 1700px) {
  .flex-column-laptop {
    flex-direction: column !important;
  }
  .flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .mobile-flex-center {
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .mobile-txt-center {
    text-align: center;
  }
  .grid-padd {
    padding: 0 2%;
  }
  .laptopclear {
    float: none;
  }
  .laptop-border-off {
    border: none;
  }
  .flex-till-laptop {
    display: block;
  }
  .no-hero.border-hdr {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1%;
    width: 96%;
  }
  #Quote {
    height: 100%;
  }
  #Quote .col1 {
    height: 99%;
  }
  #Quote .col1 p.headshot {
    height: 99%;
  }
  #Quote .col1 p.headshot img {
    width: auto !important;
    height: 99.5% !important;
  }
  #Quote .fr-view {
    height: 99%;
  }
}
@media (max-width: 1600px) {
  #Quote .col1 {
    margin-left: 12%;
  }
}
@media (max-width: 1600px) {
  body.home #services ul li {
    min-width: 148px;
  }
}
/* ===== SUB-DESKTOP ===== */
@media (max-width: 1450px) {
  body.home #home-banner header h1 {
    font-size: 4vw;
    line-height: 4.5vw;
  }
  .contain {
    padding-left: 3%;
    padding-right: 3%;
  }
  .body-contain {
    padding-left: 3%;
    padding-right: 3%;
  }
  .main-menu > .inner > ul li > .dropdown > .inner {
    padding: 0 50px;
  }
  .dropdown ul.visible:not([data-level="1"]):not(.social) {
    padding: 25px 50px 20px;
  }
  .laptop-flexcolumn-reverse {
    flex-direction: column-reverse;
  }
  #search #searchform #search-bar {
    max-width: 79vw;
  }
  #search #searchform #search-bar input {
    max-width: 79vw;
  }
  .searchwrap {
    padding: 0 25px;
  }
  .contain-txt {
    width: 90% !important;
  }
  #Quote .bttn {
    margin-left: 8%;
  }
  #Quote .col1 {
    margin-left: 8%;
  }
  #Quote .col2 {
    width: 55%;
    right: 10%;
  }
  body.home #services ul li > span {
    font-size: 0.95em !important;
  }
}
@media (max-width: 1300px) {
  .pdf-doc {
    width: 97%;
  }
  .main-menu > .inner > ul li > .dropdown > .inner > ul {
    flex: 0 0 53%;
  }
  .main-menu > .inner > ul li > .dropdown > .inner > .feature {
    flex: 0 0 40%;
  }
  ul li ul:not(.social) > li {
    max-width: 75%;
  }
  .services-page-sections .section .service-images figure img {
    height: auto;
    max-height: 115px;
    min-height: 115px;
  }
  body.home #corporate .bgimage-container .fr-view:nth-of-type(3) {
    min-height: 160px;
  }
  body.home #corporate .bgimage-container:nth-child(3) .bttn {
    margin-top: 4%;
  }
}
@media (max-width: 1280px) {
  .flex-column-lrgtablet {
    flex-direction: column !important;
  }
}
@media (max-width: 1266px) {
  #cta-bttn-section li {
    flex: 1 0 25%;
  }
  #cta-bttn-section li:nth-of-type(3n) {
    margin-right: 0px !important;
  }
  .services-page-sections .section .service-images figure {
    flex: 0 0 25%;
  }
  body.home #services ul li > span {
    font-size: 0.9em !important;
    line-height: 1em;
  }
}
@media (max-width: 1255px) {
  /*.main-menu {
                display: none !important;

                .search-menu-item {
                    display: none !important;
                }
            }

            .top-menu {
                .top-nav {
                    display: none !important;

                    & + ul {
                        display: block !important;
                    }
                }
            }

            hr.not-found-hr {
                display: none;
            }
            // mobile menu styles
            .nav-toggle {
                .nav-toggle-inner {
                    position: absolute;
                    z-index: 3;
                }
            }

            .nav-menu {
                display: none;
            }*/
  .top-menu .top-nav {
    margin-left: 48%;
  }
  .mobile-top-header-nav li::after {
    display: none !important;
  }
  .nav-toggle {
    display: none !important;
  }
  .show-lrg-tablet {
    display: block !important;
  }
  .hide-lrg-tablet {
    display: none !important;
  }
  /* mobile menu */
  html.mobile-menu-open {
    overflow: hidden;
  }
  html.mobile-menu-open .mobile-menu > ul.menu li.has-children > a::after {
    font-weight: 700;
  }
  .mobile-menu {
    transition: right 0.3s linear, background-color 0.8s;
    display: flex;
    position: fixed;
    visibility: hidden;
    justify-content: flex-end;
    z-index: 2;
    right: -100vw;
    top: 87px;
    height: calc(100% - 87px);
    width: 100%;
  }
  .mobile-menu .social-menu {
    display: block;
  }
  .mobile-menu .social-menu > ul.social {
    display: block;
    left: 15px;
    position: relative;
    min-height: 0;
    border-bottom: none;
    margin: 10px 0 0 0;
    width: auto;
  }
  .mobile-menu .social-menu > ul.social > li {
    display: inline-block;
    border-bottom: none;
    margin: 0 0 0 0;
    width: auto;
    padding: 0 0 0 0;
  }
  .mobile-menu .social-menu > ul.social > li > a {
    border-bottom: none !important;
    width: auto;
    padding: 18px 0px 18px 20px;
    color: #065baa;
  }
  .mobile-menu > ul.menu {
    background-color: #ffffff;
    overflow-x: hidden;
    width: 100vw;
    z-index: 1;
  }
  .mobile-menu > ul.menu li {
    max-width: 90%;
    transition: 0.2s;
    padding: 0 15px;
    background-color: #ffffff;
  }
  .mobile-menu > ul.menu li > a {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 18px 20px;
    color: #4a4a4a;
    transition: 0.25s;
    word-break: break-word;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  .mobile-menu > ul.menu li > a:hover {
    text-decoration: none;
  }
  .mobile-menu > ul.menu li:not(.back) > a {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    align-items: center;
    line-height: 28px;
    font-size: 20px;
  }
  .mobile-menu > ul.menu[data-level="1"] {
    z-index: 2;
  }
  .mobile-menu > ul.menu[data-level="2"] {
    z-index: 3;
  }
  .mobile-menu ul > img {
    max-width: 75%;
    margin: 10px;
    display: none;
  }
  .mobile-menu ul:not(.menu):not(.social) {
    background-color: #ffffff;
    height: calc(100% - 87px);
    left: 100vw;
    min-width: 100vw;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 87px;
    z-index: 9;
  }
  .mobile-menu ul:not(.menu):not(.social) .back {
    background-color: #ffffff;
  }
  .mobile-menu ul:not(.menu):not(.social) .back > a {
    font-weight: 600;
    font-size: 0.9em;
    text-transform: uppercase;
  }
  .mobile-menu ul:not(.menu):not(.social) .back > a > i {
    margin-right: 5px;
    font-weight: 600;
  }
  .mobile-menu ul:not(.menu):not(.social) .sub-menu-title {
    background-color: #ffffff;
  }
  .mobile-menu ul:not(.menu):not(.social) .sub-menu-title a {
    width: 100%;
    display: block;
    padding: 18px 20px;
    color: #0095da;
    transition: 0.25s;
    text-transform: uppercase;
    word-break: break-word;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  .mobile-menu ul:not(.menu):not(.social) li a {
    font-weight: 400;
  }
  .mobile-menu ul:not(.menu).open {
    left: 0;
    background-color: #ffffff;
  }
  .mobile-menu-open .mobile-menu {
    right: 0;
    visibility: visible;
    background-color: rgba(74, 74, 74, 0.6);
  }
  .mobile-menu-open .mobile-menu > ul.menu li.has-children > a::after {
    display: inline-flex;
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    padding-left: 10px;
    margin-top: 6px;
  }
  .top-menu {
    padding-right: 0;
  }
  .top-menu ul {
    padding-top: 5px;
  }
  .top-menu ul li {
    vertical-align: top;
    /*&::after {
                            display: none;
                        }*/
  }
  .main-menu .search-menu-item {
    display: none !important;
  }
  .main-menu > .inner > ul > li {
    margin-right: 3%;
  }
  .main-menu > .inner > ul > li a {
    font-size: 20px;
  }
  .search-menu-item {
    padding-top: 8px;
    padding-right: 10px;
    cursor: pointer;
  }
  .search-menu-item .open-search i {
    font-size: 1.4rem;
    color: #4a4a4a;
  }
  span.icon-bar {
    background-color: #4a4a4a;
    width: 80%;
    height: 6px;
    border-radius: 2px;
  }
  .icon-bar:nth-child(1) {
    top: 0;
  }
  .icon-bar:nth-child(2) {
    top: 13px;
  }
  .icon-bar:nth-child(3) {
    top: 26px;
  }
  .nav-toggle {
    padding-top: 7px;
  }
  .nav-toggle.active .icon-bar:nth-child(1) {
    top: 12px;
  }
  .nav-toggle.active .icon-bar:nth-child(3) {
    top: 12px;
  }
  #Quote {
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .top-menu .top-nav {
    margin-left: 40%;
  }
  #find-a-location > .select select {
    font-size: 0.9em;
  }
  #Quote {
    padding-top: 4%;
  }
  #Quote .col2 {
    right: 6%;
  }
  #Quote h3 {
    font-size: 1.5em;
    line-height: 36px;
  }
  #Aquisitions {
    padding-top: 4%;
  }
  .float-content-left {
    margin-left: 8%;
  }
  body.home #solutions {
    padding: 2% 0 3%;
  }
  body.home #solutions div.twocol-section {
    align-items: center;
    justify-content: center;
    margin-top: 2%;
  }
}
/* ===== TABLET ===== */
@media (max-width: 991px) {
  .slider-wrap .slides .slide .slide-text {
    top: calc(50% - 20px);
  }
  .slider-wrap .slides .slide .slide-text h1 {
    font-size: 50px;
  }
  .slider-wrap .slides .slide .slide-text .bttn {
    font-size: 26px;
    width: 260px;
  }
  .slider-wrap .bullets {
    bottom: 15px;
    right: 0;
    width: 100%;
  }
  .video {
    min-height: 300px;
  }
  .open-search i {
    font-size: 2rem !important;
  }
  .nav-toggle {
    display: inline-block !important;
  }
  .nav-menu {
    display: none;
  }
  html.stickyHeader body {
    padding-top: 90px;
  }
  .main-menu {
    display: none !important;
  }
  .main-menu .search-menu-item {
    display: none !important;
  }
  body {
    padding-top: 88px;
  }
  .top-menu .top-nav {
    display: none !important;
  }
  .top-menu .top-nav + ul {
    display: block !important;
  }
  .top-menu ul li::after {
    display: none;
  }
  hr.not-found-hr {
    display: none;
  }
  .nav-toggle .nav-toggle-inner {
    position: absolute;
    z-index: 3;
  }
  .nav-menu {
    display: none;
  }
  .life-button {
    flex-direction: row !important;
    height: 53px !important;
  }
  .life-button h3 {
    font-size: 1.2em !important;
  }
  .life-button a {
    font-size: 1.2em !important;
  }
  .callout-txt {
    padding-left: 3%;
    padding-right: 3%;
  }
  .show-tablet-table {
    display: table !important;
  }
  main #cta-bttn-section ul {
    margin: 0 auto 10% !important;
  }
  .submit {
    max-width: none;
  }
  .event-img {
    padding-bottom: 4%;
  }
  .bgimage-container #seo .fr-view,
  .bgimage-container #solutions .fr-view {
    padding-left: 0 !important;
  }
  .twocol-section.callout-section {
    padding-left: 3%;
    padding-right: 3%;
  }
  .searchwrap > article {
    flex-direction: row;
  }
  .searchwrap > article > form {
    flex: 0 0 85%;
    margin-left: 2%;
    margin-right: 2%;
  }
  input[type="submit"] {
    width: 100%;
  }
  #search-wrap {
    margin: -5px auto 0;
  }
  #search-wrap > article {
    flex-direction: row;
    padding: 25px 0;
  }
  #search-wrap > article > form input {
    min-width: 0;
    max-width: 92%;
    margin: 0 15px;
  }
  .twocol-section .col1 {
    margin-bottom: 3%;
  }
  .twocol-section .col2 {
    margin-left: 0px;
  }
  .bg-image {
    min-height: 320px;
  }
  #find-a-location > .select {
    padding-right: 0;
    padding-bottom: 15px;
  }
  #find-a-location > input {
    min-height: 45px;
    max-height: 45px;
  }
  #global-offices #expand-col #expand-collapse,
  #global-offices .expand-col #expand-collapse,
  #global-offices #expand-col .expand-collapse,
  #global-offices .expand-col .expand-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  footer {
    padding: 4% 2%;
  }
  footer .nav-links-container {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  footer .nav-links li {
    white-space: nowrap;
    font-size: 1em !important;
  }
  footer p.copyright {
    font-size: 1em;
  }
  footer .copyright {
    margin-left: 0;
  }
  footer ul.social-links {
    margin-left: 0;
    display: flex;
    flex-direction: row;
    place-content: center;
    max-width: 259px;
    margin: 4% auto 2%;
  }
  footer ul.social-links li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
  }
  footer ul.social-links li:last-of-type {
    margin-right: 0;
  }
  footer ul.social-links li:first-of-type {
    margin-left: 0;
  }
  /*a.back-to-top {
            display: inherit !important;
            display: none;
            width: 60px;
            height: 60px;
            text-indent: -9999px;
            position: fixed;
            z-index: 999;
            right: 20px;
            bottom: 20px;
            background: #404041 url(/images/up-arrow.png) no-repeat center 43%;
            @include border_radius(30px);

            &:hover.back-to-top {
                background-color: @black;
            }
        }*/
  .flex-column-tablet {
    flex-direction: column !important;
  }
  .flex-row,
  .flex-row-tablet {
    flex-direction: row !important;
  }
  .no-tablet {
    display: none !important;
  }
  .hide-tablet {
    display: none !important;
  }
  .show-mobile,
  .show-tablet {
    display: block !important;
  }
  .tablet-border-off {
    border: none;
  }
  .tabletclear {
    float: none;
  }
  .flex-till-tablet {
    display: block;
  }
  .flex-center-tablet {
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .flex-start-tablet {
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }
  .flexitems-start-tablet {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .tablet-txt-center {
    text-align: center;
  }
  .tablet-txt-left {
    text-align: left !important;
  }
  .notablet-marg-rt {
    margin-right: 0 !important;
  }
  .notablet-padd-rt {
    padding-right: 0 !important;
  }
  .notablet-padd {
    padding: 0 !important;
  }
  .tablet-marg-btm {
    margin-bottom: 4% !important;
  }
  .tablet-center-content {
    margin: 0 auto;
    display: block;
  }
  #subpage .twocol-section .col2 img {
    float: none;
    margin-top: 2%;
  }
  .flexbox {
    flex-direction: column;
  }
  #cta-bttn-section li {
    flex: 1 0 48%;
    max-width: 48.6%;
    margin: 1%;
  }
  #cta-bttn-section li:nth-of-type(1n) {
    margin-left: 0;
    margin-right: 0;
  }
  #cta-bttn-section li:nth-of-type(4n) {
    margin-right: 0% !important;
  }
  #cta-bttn-section ul li:nth-child(odd) {
    margin-right: 3% !important;
  }
  .pdf-doc h2 {
    width: 100%;
    font-size: 1.3em;
  }
  body.home #Aquisitions .bttn {
    margin-left: 0;
  }
  body.home #Aquisitions .fr-view {
    padding-left: 0;
  }
  body.home section {
    padding: 2% 3%;
  }
  body.home #investors {
    padding: 4% 0;
  }
  body.home #investors .col1 {
    padding-bottom: 6%;
    border-right: none;
    border-bottom: 2px solid #0095da;
    margin-bottom: 4%;
    padding-bottom: 2%;
  }
  body.home #investors .bttn {
    margin-left: 0;
  }
  body.home #investors .fr-view {
    padding-left: 0;
  }
  body.home #events article {
    margin: 4% 0 0 0;
  }
  body.home #events article .fal {
    font-size: 3em;
    margin-bottom: 2%;
    margin-right: 6%;
    padding-right: 0;
  }
  body.home #events article .date {
    border-bottom: none;
    margin-bottom: 2%;
    padding-bottom: 2%;
  }
  body.home #events article div.desktop6 {
    margin-top: 2%;
    margin-bottom: 4%;
    display: flex;
    text-align: left;
    align-items: center;
    margin-left: 0;
    width: 100%;
    max-width: 437px;
    min-width: 400px;
    padding-left: 0;
    padding-bottom: 2%;
    margin-right: 0;
    align-self: center;
    justify-content: center;
  }
  body.home #events article div.desktop6:not(:last-of-type) {
    border-bottom: 1px solid #0095da;
  }
  body.home #events article div.desktop6:last-child {
    margin-right: 0;
  }
  body.home .bg-image {
    min-height: 329px;
  }
  body.home #corporate {
    /*.bttn {
                        margin:2% 0;
                    }*/
    padding: 0;
  }
  body.home #corporate .col1 {
    padding-right: 0% !important;
  }
  body.home #corporate .bgimage-container {
    min-height: 290px;
    margin-bottom: 2%;
    width: auto !important;
    padding-right: 0 !important;
    margin-right: 0;
    max-height: 432px;
    padding-right: 4%;
    place-content: center;
  }
  body.home #corporate .bgimage-container .fr-view {
    padding-right: 10%;
  }
  body.home #corporate .bgimage-container .fr-view:nth-child(3) {
    margin-top: 0;
    margin-bottom: 0;
  }
  body.home #corporate .bgimage-container .fr-view:nth-of-type(3) {
    min-height: initial !important;
  }
  body.home #corporate .bgimage-container:nth-child(3) .bttn {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  body.home #solutions .twocol-section h5 {
    font-size: 1.4em;
    margin-top: 10px 0px;
  }
  body.home #solutions .twocol-section .fr-view {
    display: flex;
    align-items: center;
    text-align: center;
  }
  body.home #solutions .twocol-section .fr-view h5 {
    text-align: left;
  }
  body.home #solutions .col1 {
    border-bottom: 1px solid #ffffff;
    border-right: none;
    max-width: 437px;
    min-width: 400px;
    padding-bottom: 2%;
  }
  body.home #solutions .col2 {
    max-width: 437px;
    min-width: 400px;
  }
  body.home #solutions .col1,
  body.home #solutions .col2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  body.home #solutions .col1 p,
  body.home #solutions .col2 p {
    padding-right: 40px;
  }
  body.home #solutions .col1 h5,
  body.home #solutions .col2 h5 {
    margin: 10px 0;
  }
  body.home .bttn {
    min-width: 153px;
  }
  body.home h2 {
    line-height: 1.1em;
  }
  body.home a.bttn {
    padding: 12px 0;
    max-width: 155px;
  }
  body.home h3 {
    line-height: 41px;
  }
  body.home section#Quote {
    display: flex;
    align-items: center;
    min-height: 232px;
  }
  body.home section#Quote article {
    margin-right: 0;
  }
  body.home #home-banner header {
    margin: 0 0 1% 5%;
  }
  body.home #home-banner header h1 {
    font-size: 5vw;
    line-height: 5.5vw;
  }
  body.home #home-banner img {
    min-height: 228px;
  }
  body.home #services.sliderwrapper {
    margin-top: -4px;
  }
  .tablet-break {
    display: block !important;
    clear: both;
  }
  .float-content-left {
    margin-left: 0%;
  }
  .bgimage-container .fr-view {
    padding-left: 4%;
  }
  .bgimage-container .bttn {
    margin-left: 4%;
  }
  .form-col-1 {
    float: none;
    width: 100%;
  }
  .form-col-1 .form-field {
    margin-right: 0%;
  }
  .form-col-2 {
    float: none;
    width: 100%;
  }
  input[type="text"] {
    padding: 10px 15px;
  }
  input[type="email"] {
    padding: 10px 15px;
  }
  select.form-control {
    padding: 10px 15px;
  }
  #expand-collapse .board::after,
  .expand-collapse .board::after {
    font-size: 1.5em;
  }
  #expand-collapse .board-company::after,
  .expand-collapse .board-company::after {
    font-size: 1.5em;
  }
  #expand-collapse .board-title h2,
  .expand-collapse .board-title h2 {
    font-size: 1.3em;
    margin-right: 19px;
  }
  body {
    font-size: 18px !important;
  }
  div.select::after {
    top: 23px;
  }
  .not-found #search-wrap.not-found-search > article {
    padding: 0 6%;
  }
  .article-callout article {
    padding: 5% 2% 2% 2%;
  }
  .fr-view img.fr-dii {
    max-width: calc(60% - (2 * 5px)) !important;
    max-height: 100% !important;
    height: auto !important;
    width: auto !important;
  }
  .form-field {
    position: relative;
    flex-direction: column;
    flex-basis: 100%;
    margin-bottom: 2%;
  }
  form .ktc-default-section:first-child .form-field:nth-child(odd) {
    margin-right: 0;
  }
  .pdf a::before {
    margin-right: 2%;
  }
  ul.pdf a::before {
    margin-right: 2%;
  }
  #Aquisitions > article.tablet12 {
    max-width: 100%;
    width: auto !important;
  }
  #Quote {
    margin-top: -85px !important;
    min-height: 250px !important;
    height: 250px;
  }
  #Quote .fr-view img.fr-dii {
    margin-left: -19vw;
    height: 100% !important;
  }
  #Quote .col1 {
    height: 110%;
    margin-bottom: 2px;
    margin-left: 35%;
  }
  #Quote .col2 {
    right: 11%;
  }
  body.home section#mobile-quote {
    margin-top: 0;
  }
  body.home section#Quote {
    justify-content: center;
  }
  #expand-collapse .board-title,
  .expand-collapse .board-title {
    margin-right: 41px;
  }
  #expand-collapse .board,
  .expand-collapse .board {
    height: 109px;
  }
  #expand-collapse .board img,
  .expand-collapse .board img {
    width: 112px;
  }
  #expand-collapse .board-company,
  .expand-collapse .board-company {
    height: 70px;
    /*img {
                        width: 112px;
                    }*/
  }
  .pr-list .pr-page-number {
    list-style: none;
    border: none;
    margin-right: 21px;
    color: #0095da;
    flex-direction: row !important;
  }
  .submit-style {
    max-width: initial  !important;
  }
  body.home #services ul {
    flex-direction: row;
  }
  body.home #services ul li {
    min-width: 100px;
  }
  body.home #services ul li img {
    max-width: 100% !important;
  }
  body.home #services ul li span {
    font-size: 0.65em !important;
  }
}
/* ie 11 fix */
@media all and (-ms-high-contrast: none) and (max-width: 991px) {
  *::-ms-backdrop,
  .fr-view img.fr-dii {
    height: 100% !important;
  }
}
@media (max-width: 800px) {
  .padd-none-mobile {
    padding: 0 !important;
  }
  .lrg-phone-flex-col-reverse {
    flex-direction: column-reverse !important;
  }
  .lrg-phone-flex-column,
  .flex-column-mobile {
    flex-direction: column !important;
  }
  .nolrg-phone-marg-rt {
    margin-right: 0;
  }
  .nolrg-phone-padd-rt {
    padding-right: 0;
  }
  .nolrg-phone-padd {
    padding: 0;
  }
  .top-menu .logo {
    max-width: 45%;
  }
  .services-page-sections .section .service-images figure {
    flex: 0 0 33%;
  }
}
@media (max-width: 767px) {
  body.home section#mobile-quote h3 {
    font-size: 1.3em;
    line-height: 34px;
  }
  #Quote .col1 {
    height: 99%;
  }
}
/* trying to find middle ground with logo brand bar changes.. was 991 (too big), then 700 (too small), now 800? ahh */
@media (min-width: 800px) {
  .hide-sub-tablet {
    display: block !important;
  }
  .show-sub-tablet {
    display: none !important;
  }
}
@media (max-width: 800px) {
  .hide-sub-tablet {
    display: none !important;
  }
  .show-sub-tablet {
    display: block !important;
  }
}
/* ===== SUB-TABLET ===== */
@media (max-width: 700px) {
  .life-button h4 {
    font-size: 1.1em !important;
  }
  .life-button a {
    font-size: 1.1em !important;
  }
  .flex-column-lrg-phone {
    flex-direction: column !important;
  }
  .no-lrg-phone {
    display: none;
  }
  #global-offices #expand-col .accordion-content table tbody tr td,
  #global-offices .expand-col .accordion-content table tbody tr td {
    font-size: 16px !important;
  }
  #global-offices #expand-col .accordion-content table tbody tr td p,
  #global-offices .expand-col .accordion-content table tbody tr td p {
    font-size: 16px !important;
  }
  #search-wrap > article {
    justify-content: center;
    max-width: 95%;
  }
  #search-wrap > article > i {
    margin-top: 2%;
    font-size: 1.5em;
  }
  #search-wrap > article > i:first-of-type {
    font-size: 1.2em;
  }
  #search-wrap > article > form {
    padding-left: 1%;
    flex: 0 0 85%;
  }
  #search-wrap > article > form input {
    margin: 0 5px 0;
    max-width: 98%;
    overflow: hidden;
    font-size: 0.9em;
  }
}
@media (max-width: 645px) {
  #Quote .col1 {
    margin-left: 14%;
  }
}
/* ===== MOBILE ===== */
@media screen and (max-width: 586px) {
  .slider-wrap .slides .slide .slide-text h1 {
    font-size: 40px;
  }
  .slider-wrap .slides .slide .slide-text .bttn {
    font-size: 22px;
    width: 220px;
  }
  .body-contain {
    padding-left: 3%;
    padding-right: 3%;
  }
  .mobile-menu > ul.menu li {
    max-width: 86%;
  }
  .mobile-menu ul.open li {
    max-width: 83%;
  }
  .life-button {
    padding-left: 6%;
    height: 4vh !important;
    padding-right: 6%;
  }
  .life-button h4 {
    font-size: 3.4vw !important;
    line-height: 16px !important;
  }
  .life-button a {
    font-size: 3.4vw !important;
    padding: 4px 7px;
  }
  .life-button .text {
    margin-right: 12px;
  }
  #search-wrap > article > form input {
    max-width: 96%;
  }
  .event-content p {
    /* line-height: 28px; */
    margin-bottom: 2%;
  }
  ul.pdf {
    margin-left: 5px;
  }
  ul.pdf li {
    margin-left: 0 !important;
  }
  ul.pdf li.no-pdf {
    margin-left: 24px !important;
  }
  #investors p:not(a p) {
    font-size: 1.2em !important;
    line-height: 26px;
  }
  .pr-list .pr-pages .arrow-left {
    margin-top: 0px;
  }
  .pr-list .pr-pages .arrow-right {
    margin-top: 0px;
  }
  .pr-list .pr-pages .arrow-far-right {
    margin-top: 0px;
  }
  main ul {
    margin: 5px 0px 10% 12px;
  }
  .feedback {
    display: none !important;
  }
  #subpage .fr-view table {
    margin-bottom: 10% !important;
  }
  #subpage header.title-wrapper h1 {
    margin-top: 3%;
    line-height: 42px;
  }
  #subpage .fr-view table td {
    font-size: 0.8em;
    line-height: 20px;
  }
  section article p {
    margin-bottom: 4%;
  }
  .pdf-doc h2::before {
    margin-right: 4%;
  }
  #events .event-wrapper {
    flex-direction: column;
    margin-bottom: 4%;
    padding-bottom: 4%;
  }
  #search-wrap.not-found-search > article {
    padding: 19px;
  }
  .form-field {
    margin-bottom: 4%;
  }
  .form-field label {
    font-size: 1em;
  }
  #expand-collapse .board-title,
  .expand-collapse .board-title {
    margin-left: -15px;
    margin-right: 19px;
  }
  #expand-collapse .board-title h2,
  .expand-collapse .board-title h2 {
    font-size: 0.9em;
    line-height: 18px;
  }
  #expand-collapse .board-title span,
  .expand-collapse .board-title span {
    font-size: 0.65em;
    line-height: 0.15em;
  }
  #expand-collapse .board-content,
  .expand-collapse .board-content {
    margin-bottom: 2%;
    width: 100%;
  }
  #expand-collapse .board,
  .expand-collapse .board {
    height: 86px;
    border-bottom-left-radius: 92px;
    border-top-left-radius: 92px;
  }
  #expand-collapse .board img,
  .expand-collapse .board img {
    margin-right: 0px;
    left: -26px;
    position: relative;
    width: 88px;
  }
  #expand-collapse .board::after,
  .expand-collapse .board::after {
    margin-right: 13px;
    font-size: 1.2em;
  }
  .pdf-doc {
    text-transform: uppercase;
  }
  .pdf-doc h2 {
    width: 100%;
    font-size: 1em;
    padding: 3%;
  }
  #expand-col .title-wrapper,
  .expand-col .title-wrapper {
    padding-bottom: 3%;
  }
  #expand-col #expand-collapse,
  .expand-col #expand-collapse,
  #expand-col .expand-collapse,
  .expand-col .expand-collapse {
    padding-left: 0;
  }
  #expand-col::before,
  .expand-col::before {
    margin-right: 4%;
  }
  footer div {
    font-size: 0.9em !important;
  }
  body {
    font-size: 18px !important;
  }
  body #global-header {
    font-size: 20px !important;
  }
  body .mobile-menu {
    font-size: 20px !important;
  }
  body p,
  body .p {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  body lie {
    font-size: 20px;
  }
  body main ul li {
    font-size: 18px !important;
    line-height: 1.3;
  }
  body .bttn {
    font-size: 18px !important;
  }
  body .bttn p {
    font-size: 18px !important;
  }
  body footer div {
    font-size: 14px !important;
  }
  body.home {
    font-size: 13px !important;
  }
  body.home .set-txt-small-p,
  body.home .txt-small-p {
    font-size: 18px !important;
  }
  body.home h4 {
    font-size: 1.5em;
    line-height: 30px;
  }
  body.home .searchBox .search-box-btn {
    font-size: 18px !important;
  }
  body.home #solutions .col1,
  body.home #solutions .col2 {
    max-width: 300px;
    min-width: 300px;
  }
  body.home h3 {
    line-height: 31px;
  }
  body.home section#Quote {
    min-height: 154px;
  }
  body.home #home-banner header {
    margin: 0 0 1% 5%;
  }
  body.home #home-banner header h1 {
    font-size: 2.1em;
    line-height: 35px;
  }
  body.home #home-banner header img {
    min-width: 596px;
  }
  body.home a.bttn {
    max-width: 155px;
  }
  body.home #events article div.desktop6 {
    max-width: 400px;
    min-width: 0px;
    justify-content: flex-start;
    margin: 0 auto 4%;
    padding-left: 8%;
  }
  body.home #events article div.desktop6:last-child {
    margin-right: auto;
  }
  body.home #events article .date {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body.home .bg-image {
    min-height: 412px;
  }
  body.home .bgimage-container {
    min-height: 382px;
    margin-bottom: 2%;
  }
  body.home #investors dl dt {
    font-size: 1.3em;
    margin-bottom: 0.5%;
  }
  body.home #investors dl dd {
    font-size: 1.8em;
  }
  body.home #Quote {
    min-height: 212px !important;
    height: 212px;
  }
  body.home #Quote .fr-view img.fr-dii {
    margin-left: -19vw;
  }
  body #subpage-hero {
    min-height: 225px;
    padding-bottom: 0;
    background-position: center;
  }
  .threecol-section header h1:after {
    background: none;
  }
  .bttn-blue-arrow::after {
    height: 33px;
    line-height: 37px;
  }
  .bttn-white-arrow::after {
    line-height: 33px;
  }
  .smaller-font-size {
    font-size: 1em !important;
  }
  .flex-column-phone {
    flex-direction: column !important;
  }
  .parallax {
    background-attachment: inherit;
  }
  .no-phone {
    display: none;
  }
  .show-phone {
    display: block;
  }
  .nomobile-marg {
    margin: 0;
  }
  .nomobileside-marg {
    margin-left: 0;
    margin-right: 0;
  }
  .mobile-no-marg {
    margin: 0;
  }
  .mobile-no-padd {
    padding: 0;
  }
  .phone-marg-tp {
    margin-top: 4%;
  }
  .phone-marg-btm {
    margin-bottom: 4% !important;
  }
  .no-phone {
    display: none;
  }
  .phone-border-off {
    border: none;
  }
  .flex-till-phone {
    display: block;
  }
  .phoneclear {
    float: none;
  }
  .phone-txt-center {
    text-align: center;
  }
  .phone-txt-left {
    text-align: left;
  }
  main ul li,
  ol li {
    margin-left: 4%;
  }
  #cta-bttn-section li {
    flex: 1 0 100%;
    max-width: none;
    margin: 1%;
  }
  #cta-bttn-section ul li:nth-child(odd) {
    margin-right: 0% !important;
  }
  .services-page-sections .section .service-images figure {
    flex: 0 0 48%;
  }
  body.home section#mobile-quote h3 {
    line-height: 26px;
  }
  body.home .bg-image#Aquisitions {
    min-height: 365px;
  }
  #Quote {
    margin-top: -135px !important;
    min-height: 232px !important;
    height: 232px;
  }
  footer ul.social-links {
    margin-left: 0;
    display: flex;
    flex-direction: row;
    place-content: center;
    max-width: 259px;
    margin: 4% auto 2%;
  }
  footer ul.social-links li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
  }
  footer ul.social-links li:last-of-type {
    margin-right: 0;
  }
  footer ul.social-links li:first-of-type {
    margin-left: 0;
  }
  .twocol-section.callout-section {
    margin-top: 22px;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 385px) {
  .mobile-menu > ul.menu li {
    max-width: 80%;
  }
  body.home #home-banner header h1 {
    font-size: 2em;
    /*font-size: 30px;*/
  }
}
@media only screen and (max-width: 325px) {
  .mobile-menu > ul.menu li {
    max-width: 78%;
  }
  .mobile-menu ul.open li {
    max-width: 78%;
  }
}
/* For IPad Pro Styles */
/* Landscape*/
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .parallax {
    background-position: center;
    background-size: cover;
    background-attachment: inherit;
    background-repeat: no-repeat;
    width: inherit;
    min-height: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 800px) and (orientation: landscape) {
  .feedback {
    display: none !important;
  }
  body p {
    font-size: 18px !important;
    line-height: 26px !important;
    -webkit-text-size-adjust: 100%;
  }
}
/* Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .parallax {
    background-position: center;
    background-size: cover;
    background-attachment: inherit;
    background-repeat: no-repeat;
    width: inherit;
    min-height: 0;
  }
}
/* quick fixes - quick styles that are going to be used everywhere */
body {
  /* quick style things that should override other stuff */
  /* margin centers */
  /* min heights */
}
body .pw,
body .pw720,
body .pw940,
body .pw1080,
body .pw1280,
body .pw1400,
body .pw1920 {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
}
body .pw720 {
  width: 720px;
}
body .pw940 {
  width: 940px;
}
body .pw1080 {
  width: 1080px;
}
body .pw1280 {
  width: 1280px;
}
body .pw1400 {
  width: 1400px;
}
body .pw1920 {
  width: 1920px;
}
body .bsbb {
  box-sizing: border-box;
}
body .bsbb * {
  box-sizing: border-box;
}
body .aic {
  align-items: center;
}
body .aie {
  align-items: flex-end;
}
body .ais {
  align-items: flex-start;
}
body .db {
  display: block;
}
body .dib {
  display: inline-block;
}
body .df {
  display: flex;
}
body .dg {
  display: grid;
}
body .dn {
  display: none;
}
body .fdc {
  flex-direction: column;
}
body .fdr {
  flex-direction: row;
}
body .fs16 {
  font-size: 16px;
}
body .fs18 {
  font-size: 18px;
}
body .fs20 {
  font-size: 20px;
}
body .fs22 {
  font-size: 22px;
}
body .fs24 {
  font-size: 24px;
}
body .fs28 {
  font-size: 28px;
}
body .fs30 {
  font-size: 30px;
}
body .fwn {
  font-weight: normal;
}
body .fwb {
  font-weight: bold;
}
body .fwl {
  font-weight: lighter;
}
body .lh30 {
  line-height: 30px;
}
body .lh34 {
  line-height: 34px;
}
body .lh38 {
  line-height: 38px;
}
body .fw {
  flex-wrap: wrap;
}
body .grid1,
body .grid2,
body .grid3,
body .grid4,
body .grid5,
body .grid6 {
  display: grid !important;
}
body .grid1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
body .grid2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
body .grid3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body .grid4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
body .grid5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
body .grid6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
body .g5 {
  gap: 5px;
}
body .g10 {
  gap: 10px;
}
body .g15 {
  gap: 15px;
}
body .g20 {
  gap: 20px;
}
body .g30 {
  gap: 30px;
}
body .g40 {
  gap: 40px;
}
body .g50 {
  gap: 50px;
}
body .g60 {
  gap: 60px;
}
body .g70 {
  gap: 70px;
}
body .g80 {
  gap: 80px;
}
body .g90 {
  gap: 90px;
}
body .g100 {
  gap: 100px;
}
body .jcc {
  justify-content: center;
}
body .jcsb {
  justify-content: space-between;
}
body .jcse {
  justify-content: space-evenly;
}
body .o1 {
  order: 1;
}
body .o2 {
  order: 2;
}
body .o3 {
  order: 3;
}
body .o4 {
  order: 4;
}
body .o5 {
  order: 5;
}
body .o6 {
  order: 6;
}
body .mc0 {
  margin: 0 auto;
}
body .mc5 {
  margin: 5px auto;
}
body .mc10 {
  margin: 10px auto;
}
body .mc15 {
  margin: 15px auto;
}
body .mc20 {
  margin: 20px auto;
}
body .mc25 {
  margin: 25px auto;
}
body .mc30 {
  margin: 30px auto;
}
body .mc40 {
  margin: 40px auto;
}
body .mlra {
  margin-left: auto;
  margin-right: auto;
}
body .m0 {
  margin: 0px !important;
}
body .mt0 {
  margin-top: 0px !important;
}
body .mr0 {
  margin-right: 0px !important;
}
body .mb0 {
  margin-bottom: 0px !important;
}
body .ml0 {
  margin-left: 0px !important;
}
body .m5 {
  margin: 5px;
}
body .mt5 {
  margin-top: 5px;
}
body .mr5 {
  margin-right: 5px;
}
body .mb5 {
  margin-bottom: 5px;
}
body .ml5 {
  margin-left: 5px;
}
body .m10 {
  margin: 10px;
}
body .mt10 {
  margin-top: 10px;
}
body .mr10 {
  margin-right: 10px;
}
body .mb10 {
  margin-bottom: 10px;
}
body .ml10 {
  margin-left: 10px;
}
body .m20 {
  margin: 20px;
}
body .mt20 {
  margin-top: 20px;
}
body .mr20 {
  margin-right: 20px;
}
body .mb20 {
  margin-bottom: 20px;
}
body .ml20 {
  margin-left: 20px;
}
body .m30 {
  margin: 30px;
}
body .mt30 {
  margin-top: 30px;
}
body .mr30 {
  margin-right: 30px;
}
body .mb30 {
  margin-bottom: 30px;
}
body .ml30 {
  margin-left: 30px;
}
body .m40 {
  margin: 40px;
}
body .mt40 {
  margin-top: 40px;
}
body .mr40 {
  margin-right: 40px;
}
body .mb40 {
  margin-bottom: 40px;
}
body .ml40 {
  margin-left: 40px;
}
body .m50 {
  margin: 50px;
}
body .mt50 {
  margin-top: 50px;
}
body .mr50 {
  margin-right: 50px;
}
body .mb50 {
  margin-bottom: 50px;
}
body .ml50 {
  margin-left: 50px;
}
body .mbNeg1p {
  margin-bottom: -1% !important;
}
body .mbNeg2p {
  margin-bottom: -2% !important;
}
body .full-browser-width {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: 100vw;
}
body .mbt0 {
  margin-bottom: 0px;
  margin-top: 0px;
}
body .mbt5 {
  margin-bottom: 5px;
  margin-top: 5px;
}
body .mbt10 {
  margin-bottom: 10px;
  margin-top: 10px;
}
body .mbt20 {
  margin-bottom: 20px;
  margin-top: 20px;
}
body .mbt30 {
  margin-bottom: 30px;
  margin-top: 30px;
}
body .mbt40 {
  margin-bottom: 40px;
  margin-top: 40px;
}
body .mbt50 {
  margin-bottom: 50px;
  margin-top: 50px;
}
body .mlr0 {
  margin-left: 0px;
  margin-right: 0px;
}
body .mlr5 {
  margin-left: 5px;
  margin-right: 5px;
}
body .mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}
body .mlr20 {
  margin-left: 20px;
  margin-right: 20px;
}
body .mlr30 {
  margin-left: 30px;
  margin-right: 30px;
}
body .mlr40 {
  margin-left: 40px;
  margin-right: 40px;
}
body .mlr50 {
  margin-left: 50px;
  margin-right: 50px;
}
body .mh100 {
  min-height: 100px;
}
body .mh200 {
  min-height: 200px;
}
body .mh300 {
  min-height: 300px;
}
body .mh400 {
  min-height: 400px;
}
body .mh500 {
  min-height: 500px;
}
body .p0 {
  padding: 0px !important;
}
body .pt0 {
  padding-top: 0px !important;
}
body .pr0 {
  padding-right: 0px !important;
}
body .pb0 {
  padding-bottom: 0px !important;
}
body .pl0 {
  padding-left: 0px !important;
}
body .p10 {
  padding: 10px;
}
body .pt10 {
  padding-top: 10px;
}
body .pr10 {
  padding-right: 10px;
}
body .pb10 {
  padding-bottom: 10px;
}
body .pl10 {
  padding-left: 10px;
}
body .p20 {
  padding: 20px;
}
body .pt20 {
  padding-top: 20px;
}
body .pr20 {
  padding-right: 20px;
}
body .pb20 {
  padding-bottom: 20px;
}
body .pl20 {
  padding-left: 20px;
}
body .p30 {
  padding: 30px;
}
body .pt30 {
  padding-top: 30px;
}
body .pr30 {
  padding-right: 30px;
}
body .pb30 {
  padding-bottom: 30px;
}
body .pl30 {
  padding-left: 30px;
}
body .p40 {
  padding: 40px;
}
body .pt40 {
  padding-top: 40px;
}
body .pr40 {
  padding-right: 40px;
}
body .pb40 {
  padding-bottom: 40px;
}
body .pl40 {
  padding-left: 40px;
}
body .p50 {
  padding: 50px;
}
body .pt50 {
  padding-top: 50px;
}
body .pr50 {
  padding-right: 50px;
}
body .pb50 {
  padding-bottom: 50px;
}
body .pl50 {
  padding-left: 50px;
}
body .pbt10 {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
body .pbt20 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
body .pbt30 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
body .pbt40 {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
body .plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
body .plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
body .plr30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
body .plr40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
body .pa-cntr {
  position: absolute;
}
body .pf-cntr {
  position: fixed;
}
body .pa-cntr,
body .pf-cntr {
  left: 50%;
  position: fixed;
  top: 50%;
  translate: -50% -50%;
}
body .pf {
  position: fixed;
}
body .pr {
  position: relative;
}
body .sec1,
body .sec2,
body .sec3,
body .sec4,
body .sec5,
body .sec6,
body .sec7,
body .sec8,
body .sec9,
body .sec10,
body .sec11,
body .sec12 {
  flex-basis: unset !important;
}
body .sec1 {
  width: 8.3333% !important;
}
body .sec2 {
  width: 16.6666% !important;
}
body .sec3 {
  width: 25% !important;
}
body .sec4 {
  width: 33.3333% !important;
}
body .sec5 {
  width: 41.6666% !important;
}
body .sec6 {
  width: 50% !important;
}
body .sec7 {
  width: 58.3333% !important;
}
body .sec8 {
  width: 66.6666% !important;
}
body .sec9 {
  width: 75% !important;
}
body .sec10 {
  width: 83.3333% !important;
}
body .sec11 {
  width: 91.6666% !important;
}
body .sec12 {
  width: 100% !important;
}
body .ttu {
  text-transform: uppercase;
}
body .wid100 {
  width: 100px;
}
body .wid200 {
  width: 200px;
}
body .wid300 {
  width: 300px;
}
body .wid400 {
  width: 400px;
}
body .wid500 {
  width: 500px;
}
body .w25p {
  width: 25%;
}
body .w50p {
  width: 50%;
}
body .w75p {
  width: 75%;
}
body .w100p {
  max-width: 100% !important;
  width: 100% !important;
}
body .wu {
  width: unset;
}
body .fr-view img.fr-dii.w100p {
  max-width: 100% !important;
  width: 100% !important;
}
@media (max-width: 991px) {
  body {
    /* margin centers */
    /* min heights */
  }
  body .tab-aic {
    align-items: center;
  }
  body .tab-aie {
    align-items: flex-end;
  }
  body .tab-db {
    display: block;
  }
  body .tab-dib {
    display: inline-block;
  }
  body .tab-df {
    display: flex;
  }
  body .tab-dg {
    display: grid;
  }
  body .tab-dn {
    display: none;
  }
  body .tab-fdc {
    flex-direction: column;
  }
  body .tab-fdr {
    flex-direction: row;
  }
  body .tab-fs16 {
    font-size: 16px;
  }
  body .tab-fs18 {
    font-size: 18px;
  }
  body .tab-fs20 {
    font-size: 20px;
  }
  body .tab-fs22 {
    font-size: 22px;
  }
  body .tab-fs24 {
    font-size: 24px;
  }
  body .tab-fs28 {
    font-size: 28px;
  }
  body .tab-fs30 {
    font-size: 30px;
  }
  body .tab-fwn {
    font-weight: normal;
  }
  body .tab-fwb {
    font-weight: bold;
  }
  body .tab-fwl {
    font-weight: lighter;
  }
  body .tab-fw {
    flex-wrap: wrap;
  }
  body .tab-grid1,
  body .tab-grid2,
  body .tab-grid3,
  body .tab-grid4,
  body .tab-grid5,
  body .tab-grid6 {
    display: grid !important;
  }
  body .tab-grid1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  body .tab-grid2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body .tab-grid3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  body .tab-grid4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  body .tab-grid5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  body .tab-grid6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  body .tab-g0 {
    gap: 0px;
  }
  body .tab-g5 {
    gap: 5px;
  }
  body .tab-g10 {
    gap: 10px;
  }
  body .tab-g15 {
    gap: 15px;
  }
  body .tab-g20 {
    gap: 20px;
  }
  body .tab-g30 {
    gap: 30px;
  }
  body .tab-g40 {
    gap: 40px;
  }
  body .tab-g50 {
    gap: 50px;
  }
  body .tab-jcc {
    justify-content: center;
  }
  body .tab-jcsb {
    justify-content: space-between;
  }
  body .tab-o1 {
    order: 1;
  }
  body .tab-o2 {
    order: 2;
  }
  body .tab-o3 {
    order: 3;
  }
  body .tab-o4 {
    order: 4;
  }
  body .tab-o5 {
    order: 5;
  }
  body .tab-o6 {
    order: 6;
  }
  body .tab-mc0 {
    margin: 0 auto;
  }
  body .tab-mc5 {
    margin: 5px auto;
  }
  body .tab-mc10 {
    margin: 10px auto;
  }
  body .tab-mc15 {
    margin: 15px auto;
  }
  body .tab-mc20 {
    margin: 20px auto;
  }
  body .tab-mc25 {
    margin: 25px auto;
  }
  body .tab-mc30 {
    margin: 30px auto;
  }
  body .tab-mc40 {
    margin: 40px auto;
  }
  body .tab-m0 {
    margin: 0px;
  }
  body .tab-mt0 {
    margin-top: 0px;
  }
  body .tab-mr0 {
    margin-right: 0px;
  }
  body .tab-mb0 {
    margin-bottom: 0px;
  }
  body .tab-ml0 {
    margin-left: 0px;
  }
  body .tab-m5 {
    margin: 5px;
  }
  body .tab-mt5 {
    margin-top: 5px;
  }
  body .tab-mr5 {
    margin-right: 5px;
  }
  body .tab-mb5 {
    margin-bottom: 5px;
  }
  body .tab-ml5 {
    margin-left: 5px;
  }
  body .tab-m10 {
    margin: 10px;
  }
  body .tab-mt10 {
    margin-top: 10px;
  }
  body .tab-mr10 {
    margin-right: 10px;
  }
  body .tab-mb10 {
    margin-bottom: 10px;
  }
  body .tab-ml10 {
    margin-left: 10px;
  }
  body .tab-m20 {
    margin: 20px;
  }
  body .tab-mt20 {
    margin-top: 20px;
  }
  body .tab-mr20 {
    margin-right: 20px;
  }
  body .tab-mb20 {
    margin-bottom: 20px;
  }
  body .tab-ml20 {
    margin-left: 20px;
  }
  body .tab-m30 {
    margin: 30px;
  }
  body .tab-mt30 {
    margin-top: 30px;
  }
  body .tab-mr30 {
    margin-right: 30px;
  }
  body .tab-mb30 {
    margin-bottom: 30px;
  }
  body .tab-ml30 {
    margin-left: 30px;
  }
  body .tab-m40 {
    margin: 40px;
  }
  body .tab-mt40 {
    margin-top: 40px;
  }
  body .tab-mr40 {
    margin-right: 40px;
  }
  body .tab-mb40 {
    margin-bottom: 40px;
  }
  body .tab-ml40 {
    margin-left: 40px;
  }
  body .tab-m50 {
    margin: 50px;
  }
  body .tab-mt50 {
    margin-top: 50px;
  }
  body .tab-mr50 {
    margin-right: 50px;
  }
  body .tab-mb50 {
    margin-bottom: 50px;
  }
  body .tab-ml50 {
    margin-left: 50px;
  }
  body .tab-mbt10 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  body .tab-mbt20 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  body .tab-mbt30 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  body .tab-mbt40 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  body .tab-mlr10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  body .tab-mlr20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  body .tab-mlr30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  body .tab-mlr40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  body .tab-mh100 {
    min-height: 100px;
  }
  body .tab-mh200 {
    min-height: 200px;
  }
  body .tab-mh300 {
    min-height: 300px;
  }
  body .tab-mh400 {
    min-height: 400px;
  }
  body .tab-mh500 {
    min-height: 500px;
  }
  body .tab-p10 {
    padding: 10px;
  }
  body .tab-pt10 {
    padding-top: 10px;
  }
  body .tab-pr10 {
    padding-right: 10px;
  }
  body .tab-pb10 {
    padding-bottom: 10px;
  }
  body .tab-pl10 {
    padding-left: 10px;
  }
  body .tab-p20 {
    padding: 20px;
  }
  body .tab-pt20 {
    padding-top: 20px;
  }
  body .tab-pr20 {
    padding-right: 20px;
  }
  body .tab-pb20 {
    padding-bottom: 20px;
  }
  body .tab-pl20 {
    padding-left: 20px;
  }
  body .tab-p30 {
    padding: 30px;
  }
  body .tab-pt30 {
    padding-top: 30px;
  }
  body .tab-pr30 {
    padding-right: 30px;
  }
  body .tab-pb30 {
    padding-bottom: 30px;
  }
  body .tab-pl30 {
    padding-left: 30px;
  }
  body .tab-p40 {
    padding: 40px;
  }
  body .tab-pt40 {
    padding-top: 40px;
  }
  body .tab-pr40 {
    padding-right: 40px;
  }
  body .tab-pb40 {
    padding-bottom: 40px;
  }
  body .tab-pl40 {
    padding-left: 40px;
  }
  body .tab-p50 {
    padding: 50px;
  }
  body .tab-pt50 {
    padding-top: 50px;
  }
  body .tab-pr50 {
    padding-right: 50px;
  }
  body .tab-pb50 {
    padding-bottom: 50px;
  }
  body .tab-pl50 {
    padding-left: 50px;
  }
  body .tab-pbt10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  body .tab-pbt20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  body .tab-pbt30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  body .tab-pbt40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  body .tab-plr10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  body .tab-plr20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body .tab-plr30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  body .tab-plr40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  body .tab-pa-cntr {
    position: absolute;
  }
  body .tab-pf-cntr {
    position: fixed;
  }
  body .tab-pa-cntr,
  body .tab-pf-cntr {
    left: 50%;
    position: fixed;
    top: 50%;
    translate: -50% -50%;
  }
  body .tab-pf {
    position: fixed;
  }
  body .tab-pr {
    position: relative;
  }
  body .tab-sec1,
  body .tab-sec2,
  body .tab-sec3,
  body .tab-sec4,
  body .tab-sec5,
  body .tab-sec6,
  body .tab-sec7,
  body .tab-sec8,
  body .tab-sec9,
  body .tab-sec10,
  body .tab-sec11,
  body .tab-sec12 {
    flex-basis: unset !important;
  }
  body .tab-sec1 {
    width: 8.3333% !important;
  }
  body .tab-sec2 {
    width: 16.6666% !important;
  }
  body .tab-sec3 {
    width: 25% !important;
  }
  body .tab-sec4 {
    width: 33.3333% !important;
  }
  body .tab-sec5 {
    width: 41.6666% !important;
  }
  body .tab-sec6 {
    width: 50% !important;
  }
  body .tab-sec7 {
    width: 58.3333% !important;
  }
  body .tab-sec8 {
    width: 66.6666% !important;
  }
  body .tab-sec9 {
    width: 75% !important;
  }
  body .tab-sec10 {
    width: 83.3333% !important;
  }
  body .tab-sec11 {
    width: 91.6666% !important;
  }
  body .tab-sec12 {
    width: 100% !important;
  }
  body .tab-ttu {
    text-transform: uppercase;
  }
  body .tab-wid100 {
    width: 100px;
  }
  body .tab-wid200 {
    width: 200px;
  }
  body .tab-wid300 {
    width: 300px;
  }
  body .tab-wid400 {
    width: 400px;
  }
  body .tab-wid500 {
    width: 500px;
  }
  body .tab-w25p {
    width: 25%;
  }
  body .tab-w50p {
    width: 50%;
  }
  body .tab-w75p {
    width: 75%;
  }
  body .tab-w100p {
    width: 100%;
  }
  body .tab-wu {
    width: unset;
  }
}
@media (max-width: 586px) {
  body {
    /* margin centers */
    /* min heights */
  }
  body .mob-aic {
    align-items: center;
  }
  body .mob-aie {
    align-items: flex-end;
  }
  body .mob-ais {
    align-items: start;
  }
  body .mob-db {
    display: block;
  }
  body .mob-dib {
    display: inline-block;
  }
  body .mob-df {
    display: flex;
  }
  body .mob-dg {
    display: grid;
  }
  body .mob-dn {
    display: none;
  }
  body .mob-fdc {
    flex-direction: column;
  }
  body .mob-fdr {
    flex-direction: row;
  }
  body .mob-fs16 {
    font-size: 16px;
  }
  body .mob-fs18 {
    font-size: 18px;
  }
  body .mob-fs20 {
    font-size: 20px;
  }
  body .mob-fs22 {
    font-size: 22px;
  }
  body .mob-fs24 {
    font-size: 24px;
  }
  body .mob-fs28 {
    font-size: 28px;
  }
  body .mob-fs30 {
    font-size: 30px;
  }
  body .mob-fwn {
    font-weight: normal;
  }
  body .mob-fwb {
    font-weight: bold;
  }
  body .mob-fwl {
    font-weight: lighter;
  }
  body .mob-fw {
    flex-wrap: wrap;
  }
  body .mob-grid1,
  body .mob-grid2,
  body .mob-grid3,
  body .mob-grid4,
  body .mob-grid5,
  body .mob-grid6 {
    display: grid !important;
  }
  body .mob-grid1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  body .mob-grid2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body .mob-grid3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  body .mob-grid4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  body .mob-grid5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  body .mob-grid6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  body .mob-g0 {
    gap: 0px;
  }
  body .mob-g5 {
    gap: 5px;
  }
  body .mob-g10 {
    gap: 10px;
  }
  body .mob-g15 {
    gap: 15px;
  }
  body .mob-g20 {
    gap: 20px;
  }
  body .mob-g30 {
    gap: 30px;
  }
  body .mob-g40 {
    gap: 40px;
  }
  body .mob-g50 {
    gap: 50px;
  }
  body .mob-jcc {
    justify-content: center;
  }
  body .mob-jcsb {
    justify-content: space-between;
  }
  body .mob-jcs {
    justify-content: start;
  }
  body .mob-o1 {
    order: 1;
  }
  body .mob-o2 {
    order: 2;
  }
  body .mob-o3 {
    order: 3;
  }
  body .mob-o4 {
    order: 4;
  }
  body .mob-o5 {
    order: 5;
  }
  body .mob-o6 {
    order: 6;
  }
  body .mob-mc0 {
    margin: 0 auto;
  }
  body .mob-mc5 {
    margin: 5px auto;
  }
  body .mob-mc10 {
    margin: 10px auto;
  }
  body .mob-mc15 {
    margin: 15px auto;
  }
  body .mob-mc20 {
    margin: 20px auto;
  }
  body .mob-mc25 {
    margin: 25px auto;
  }
  body .mob-mc30 {
    margin: 30px auto;
  }
  body .mob-mc40 {
    margin: 40px auto;
  }
  body .mob-m0 {
    margin: 0px;
  }
  body .mob-mt0 {
    margin-top: 0px;
  }
  body .mob-mr0 {
    margin-right: 0px;
  }
  body .mob-mb0 {
    margin-bottom: 0px !important;
  }
  body .mob-ml0 {
    margin-left: 0px;
  }
  body .mob-m5 {
    margin: 5px;
  }
  body .mob-mt5 {
    margin-top: 5px;
  }
  body .mob-mr5 {
    margin-right: 5px;
  }
  body .mob-mb5 {
    margin-bottom: 5px;
  }
  body .mob-ml5 {
    margin-left: 5px;
  }
  body .mob-m10 {
    margin: 10px;
  }
  body .mob-mt10 {
    margin-top: 10px;
  }
  body .mob-mr10 {
    margin-right: 10px;
  }
  body .mob-mb10 {
    margin-bottom: 10px !important;
  }
  body .mob-ml10 {
    margin-left: 10px;
  }
  body .mob-m20 {
    margin: 20px;
  }
  body .mob-mt20 {
    margin-top: 20px;
  }
  body .mob-mr20 {
    margin-right: 20px;
  }
  body .mob-mb20 {
    margin-bottom: 20px;
  }
  body .mob-ml20 {
    margin-left: 20px;
  }
  body .mob-m30 {
    margin: 30px;
  }
  body .mob-mt30 {
    margin-top: 30px;
  }
  body .mob-mr30 {
    margin-right: 30px;
  }
  body .mob-mb30 {
    margin-bottom: 30px;
  }
  body .mob-ml30 {
    margin-left: 30px;
  }
  body .mob-m40 {
    margin: 40px;
  }
  body .mob-mt40 {
    margin-top: 40px;
  }
  body .mob-mr40 {
    margin-right: 40px;
  }
  body .mob-mb40 {
    margin-bottom: 40px;
  }
  body .mob-ml40 {
    margin-left: 40px;
  }
  body .mob-m50 {
    margin: 50px;
  }
  body .mob-mt50 {
    margin-top: 50px;
  }
  body .mob-mr50 {
    margin-right: 50px;
  }
  body .mob-mb50 {
    margin-bottom: 50px;
  }
  body .mob-ml50 {
    margin-left: 50px;
  }
  body .mob-mbt10 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  body .mob-mbt20 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  body .mob-mbt30 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  body .mob-mbt40 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  body .mob-mlr10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  body .mob-mlr20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  body .mob-mlr30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  body .mob-mlr40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  body .mob-mh100 {
    min-height: 100px;
  }
  body .mob-mh200 {
    min-height: 200px;
  }
  body .mob-mh300 {
    min-height: 300px;
  }
  body .mob-mh400 {
    min-height: 400px;
  }
  body .mob-mh500 {
    min-height: 500px;
  }
  body .mob-maxw100 {
    max-width: 100%;
  }
  body .mob-p10 {
    padding: 10px;
  }
  body .mob-pt10 {
    padding-top: 10px;
  }
  body .mob-pr10 {
    padding-right: 10px;
  }
  body .mob-pb10 {
    padding-bottom: 10px;
  }
  body .mob-pl10 {
    padding-left: 10px;
  }
  body .mob-p20 {
    padding: 20px;
  }
  body .mob-pt20 {
    padding-top: 20px;
  }
  body .mob-pr20 {
    padding-right: 20px;
  }
  body .mob-pb20 {
    padding-bottom: 20px;
  }
  body .mob-pl20 {
    padding-left: 20px;
  }
  body .mob-p30 {
    padding: 30px;
  }
  body .mob-pt30 {
    padding-top: 30px;
  }
  body .mob-pr30 {
    padding-right: 30px;
  }
  body .mob-pb30 {
    padding-bottom: 30px;
  }
  body .mob-pl30 {
    padding-left: 30px;
  }
  body .mob-p40 {
    padding: 40px;
  }
  body .mob-pt40 {
    padding-top: 40px;
  }
  body .mob-pr40 {
    padding-right: 40px;
  }
  body .mob-pb40 {
    padding-bottom: 40px;
  }
  body .mob-pl40 {
    padding-left: 40px;
  }
  body .mob-p50 {
    padding: 50px;
  }
  body .mob-pt50 {
    padding-top: 50px;
  }
  body .mob-pr50 {
    padding-right: 50px;
  }
  body .mob-pb50 {
    padding-bottom: 50px;
  }
  body .mob-pl50 {
    padding-left: 50px;
  }
  body .mob-pbt10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  body .mob-pbt20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  body .mob-pbt30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  body .mob-pbt40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  body .mob-plr10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  body .mob-plr20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body .mob-plr30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  body .mob-plr40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  body .mob-pa-cntr {
    position: absolute;
  }
  body .mob-pf-cntr {
    position: fixed;
  }
  body .mob-pa-cntr,
  body .mob-pf-cntr {
    left: 50%;
    position: fixed;
    top: 50%;
    translate: -50% -50%;
  }
  body .mob-pf {
    position: fixed;
  }
  body .mob-pr {
    position: relative;
  }
  body .mob-sec1,
  body .mob-sec2,
  body .mob-sec3,
  body .mob-sec4,
  body .mob-sec5,
  body .mob-sec6,
  body .mob-sec7,
  body .mob-sec8,
  body .mob-sec9,
  body .mob-sec10,
  body .mob-sec11,
  body .mob-sec12 {
    flex-basis: unset !important;
  }
  body .mob-sec1 {
    width: 8.3333% !important;
  }
  body .mob-sec2 {
    width: 16.6666% !important;
  }
  body .mob-sec3 {
    width: 25% !important;
  }
  body .mob-sec4 {
    width: 33.3333% !important;
  }
  body .mob-sec5 {
    width: 41.6666% !important;
  }
  body .mob-sec6 {
    width: 50% !important;
  }
  body .mob-sec7 {
    width: 58.3333% !important;
  }
  body .mob-sec8 {
    width: 66.6666% !important;
  }
  body .mob-sec9 {
    width: 75% !important;
  }
  body .mob-sec10 {
    width: 83.3333% !important;
  }
  body .mob-sec11 {
    width: 91.6666% !important;
  }
  body .mob-sec12 {
    max-width: 100% !important;
    width: 100% !important;
  }
  body .mob-ttu {
    text-transform: uppercase;
  }
  body .mob-wid100 {
    width: 100px;
  }
  body .mob-wid200 {
    width: 200px;
  }
  body .mob-wid300 {
    width: 300px;
  }
  body .mob-wid400 {
    width: 400px;
  }
  body .mob-wid500 {
    width: 500px;
  }
  body .mob-w25p {
    width: 25%;
  }
  body .mob-w50p {
    width: 50%;
  }
  body .mob-w75p {
    width: 75%;
  }
  body .mob-w100p {
    width: 100%;
  }
  body .mob-wu {
    width: unset;
  }
  body .mob-tac {
    text-align: center;
  }
  body .mob-tal {
    text-align: left;
  }
  body .mob-tar {
    text-align: right;
  }
  body .mob-o12 > :first-child {
    order: 1;
  }
  body .mob-o12 > :nth-child(2) {
    order: 2;
  }
  body .mob-o21 > :first-child {
    order: 2;
  }
  body .mob-o21 > :nth-child(2) {
    order: 1;
  }
}
