@charset "utf-8";
/* CSS Document */

/******************************** RESET ********************************/

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
hr,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

/******************************** GENERAL BODY, LINKS, HEADERS, PARAGRAPHS, HR, LISTS, IMAGES, BLOCKQUOTE, ICON, CONTENT ********************************/

* {
  box-sizing: border-box;
  outline: medium none;
}

html,
body {
  margin: 0;
  background-color: #fff;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #848484;
  font-size: 14px;
  line-height: 1.8;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a img:hover {
  opacity: 0.8;
}

a img,
a:link,
a:hover,
.TabControl:hover,
.TabControlLink:hover,
.searchBox .btn.btn-default:hover,
.searchBox .SearchButton:hover {
  -o-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.nav-collapse ul li:hover {
  -o-transition: all 100ms;
  -moz-transition: all 100ms;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

a {
  text-decoration: none;
}

a:link {
  color: #3c94be;
}

a:visited {
  color: #3c94be;
}

a:hover {
  color: #014d71;
  transition: all 0.5s ease 0s;
  text-decoration: underline;
}

h3 a:hover {
  border-bottom: 1px solid #014d71;
  text-decoration: none;
}

a:hover strong {
  color: #014d71;
}

a:active {
  color: #3c94be;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.6;
}

h1 {
  color: #014d71;
  font-size: 32px;
  margin: 0 0 10px;
  padding-top: 0;
}

h2 {
  color: #555555;
  font-size: 22px;
  margin: 10px 0;
}

h3 {
  color: #1b7aa7;
  font-size: 18px;
  margin-top: 10px;
}

h4 {
  color: #1b7aa7;
  font-size: 16px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  h1,
  h2,
  h3,
  h4 {
    line-height: 1.4;
  }

  h1 {
    font-size: 42px;
    margin: 0 0 30px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }
}

p {
  font-family: "Open Sans", sans-serif;
  color: #848484;
  font-size: 15px;
  line-height: 1.8;
  margin: 15px 0;
}

.moduleList li {
  list-style: none;
}

hr {
  width: 100%;
  float: left;
  text-align: center;
  margin: 15px auto;
  border-width: 2px 0 0;
  border-style: dotted;
  border-color: #dddddd;
  height: 1px;
  color: #dddddd;
  background-color: inherit;
}

li {
  font-family: "Open Sans", sans-serif;
  color: #848484;
  font-size: 14px;
  line-height: 1.8;
  margin-left: 0px;
}

ol,
ul {
  margin-left: 0px;
}

@media (min-width: 768px) {
  li {
    padding-left: 10px;
  }

  ol,
  ul {
    margin-left: 20px;
    margin-bottom: 30px;
  }

  p {
    font-size: 15px;
  }
}

strong {
  color: #555555;
}

img {
  max-width: 100%;
}

a img {
  border: 0;
}

blockquote {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 200;
  margin: 0 10px;
  padding: 10px 10px 25px;
  /*background-image:url(/SiteDesign/Images/QuoteL.aspx); background-repeat:no-repeat; background-position:top left;*/
}

@media (min-width: 768px) {
  blockquote {
    margin: 0 40px;
    padding: 10px 20px 25px;
  }
}

.imgLeft {
  float: none;
}

.imgRight {
  float: none;
}

.icon {
  color: #1b7aa7;
  float: left;
  position: relative;
  top: 10px;
}

.content {
  margin-top: 0px;
  margin-left: 60px;
}
/******************************** ALIGNMENT ********************************/

.floatleft {
  float: left !important;
}

.floatright {
  float: right !important;
}

.textright {
  text-align: right !important;
}

.textleft {
  text-align: left !important;
}

.textcenter {
  text-align: center !important;
}

h1.textcenter {
  font-size: 34px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  h1.textcenter {
    font-size: 60px;
  }
}

/******************************** FONT SIZE, FONT WEIGHT, UNDERLINE ********************************/

.sizeXXXL,
.sizeXXL,
.sizeXL,
.sizeL,
.sizeM,
.sizeS,
.sizeXS {
  line-height: 1.4;
}

.sizeXXXL {
  font-size: 26px;
}

.sizeXXL {
  font-size: 20px;
}

.sizeXL {
  font-size: 18px;
}

.sizeL {
  font-size: 16px;
}

.sizeM {
  font-size: 14px;
}

.sizeS {
  font-size: 12px;
}

.sizeXS {
  font-size: 10px;
}

@media (min-width: 768px) {
  .sizeXXXL {
    font-size: 40px;
  }

  .sizeXXL {
    font-size: 32px;
  }

  .sizeXL {
    font-size: 26px;
  }

  .sizeL {
    font-size: 20px;
  }
}

.fontbolder {
  font-weight: 800 !important;
}

.fontbold {
  font-weight: 600 !important;
}

.fontreg {
  font-weight: 400 !important;
}

.fontlight {
  font-weight: 200 !important;
}

.Underline {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  float: left;
  width: 100%;
  margin-top: 50px;
}

h2.Underline {
  font-size: 30px;
  line-height: 1.4;
}

/******************************** MOBILE SHOW / HIDE ********************************/

.mobile-show {
  display: inline !important;
}

.mobile-hide {
  display: none !important;
}

@media (min-width: 768px) {
  .mobile-show {
    display: none !important;
  }

  .mobile-hide {
    display: inline !important;
  }
}

/******************************** MASTER PAGE TEMPLATE ********************************/

.e3help {
}

header {
  float: left;
  width: 100%;
  background-color: #ffffff;
  min-height: 40px;
  border-bottom: 3px solid #1b7aa7;
}

section {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

footer {
  float: left;
  width: 100%;
  clear: both;
  padding-top: 40px;
}

@media (min-width: 768px) {
  header {
  }

  section {
  }

  footer {
    padding: 10px 0 15px;
    background-color: #ffffff;
  }
}

.wrapper {
  margin: 0 auto;
  /*padding:0 15px;*/
}

@media (min-width: 768px) {
  .wrapper {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .wrapper {
    width: 970px;
  }
}

/*1025 ipad */
@media (min-width: 1200px) {
  .wrapper {
    width: 1170px;
  }
}

@media (min-width: 1330px) {
  .wrapper {
    width: 1300px;
  }
}

/*@media (min-width: 1500px) {.wrapper {width: 1470px;}}
@media (min-width: 1600px) {.wrapper {width: 1570px;}}*/

.wrapper_content {
}

@media screen and (min-width: 961px) {
  .HeaderTextJCMTop {
    background-color: #ffffff;
    float: left;
    width: 100%;
    padding: 0px 0 10px;
  }

  .HeaderTextJCMBottom {
    clear: both;
    background-color: #f3f3f3;
    padding-bottom: 40px;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
  }

  .HeaderTextJCMBottom p {
    color: #707070;
  }

  .HeaderTextWrapper {
    max-width: 960px;
    margin: 20px auto 0;
    clear: both;
  }
}

.Content {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .Content {
    margin-top: 30px;
  }
}

/******************************** FOOTER ********************************/

.Copyright {
}

.FooterContact {
}

/******************************** LOGO ********************************/

.SiteTitle {
  font-family: "Montserrat", sans-serif;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.8;
  color: #444444;
  display: none;
}

.SiteTitle a {
  color: #555555;
  text-decoration: none;
}

.SiteTitle a:hover {
  /*color:#3c94be;*/
  text-decoration: none;
}

.Logo {
  margin: 10px;
  text-align: left;
}

.Logo img {
  height: 65px;
}

@media screen and (min-width: 768px) {
  .Logo {
    /*position:absolute;*/
    text-align: left;
  }

  .Logo img {
    height: 55px;
    float: left;
    margin: 10px;
  }

  .SiteTitle {
    font-size: 33px;
    line-height: 75px;
    float: left;
  }

  .SiteTop {
    /*float:left;*/
    width: 100%;
    /*border-bottom:3px solid #1B7AA7; margin-bottom:20px;*/
    height: 75px;
    background-color: #ffffff;
    z-index: 1000;
    max-width: 95%;
    margin: 0 auto;
  }
}

/*
material design - color
.SiteTop {border-bottom:none; background-color:#1b7aa7; box-shadow:0 2px 5px rgba(0, 0, 0, 0.26);}
.SiteTitle a {color:#FFF; text-decoration:none;}
.SiteTitle a:hover {opacity:0.8;}
*/

/*material design - corporate*/
.SiteTop {
  /*background-color: #e9e9e9; border-bottom: medium none; box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);*/
}

.SiteTitle a {
  color: rgba(27, 122, 167, 1);
  text-decoration: none;
}

.SiteTitle a:hover {
  opacity: 0.8;
}

/******************************** NAVIGATION ********************************/

nav {
  /*margin-top:45px;*/
}

@media screen and (min-width: 768px) {
  nav {
  }
}

.subNav {
  display: none;
}

.subNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.UG-CTA-block {
  display: none;
}

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse {
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  /*width: 100%;*/
  float: left;
  padding: 0;
  text-align: center;
  width: 100%;
}

/* MOBILE SIZE */
.nav-collapse li {
  width: 100%;
  display: block;
  padding: 3px 0;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
}

.nav-collapse ul {
  margin: 0;
}

.nav-collapse a {
  color: #014d71;
  text-decoration: none;
  width: 100%;
  padding: 5px 0;
}

.nav-collapse a:hover {
  border-bottom: none;
}

.nav-collapse ul ul a {
  display: none;
}

.nav-collapse.opened {
  padding-bottom: 15px;
  max-height: 160px !important;
}

.nav-toggle {
  width: 70px;
  height: 55px;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  background: url("/SiteDesign/Responsive/hamburger.aspx") no-repeat 50% 33%;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 961px) {
  .nav-collapse li {
    width: 25%;
    *width: 24.9%;
    /* IE7 Hack */
    _width: 19%;
    /* IE6 Hack */
    display: inline;
    text-transform: inherit;
    font-size: 14px;
  }

  .nav-collapse a {
    margin: 0 2px;
    text-align: center;
    padding: 12px;
    color: #014d71;
  }

  /* .nav-collapse a {color:#ffffff;} */
  /* .nav-collapse a:hover {background-color:#eeeeee; border-radius:6px; padding:12px; color:#1B7AA7;} */
  /* .nav-collapse.HighLighted a, .nav-collapse.HighLighted a:hover, .HighLightedFirst a, .HighLightedFirst a:hover, .HighLightedLast a, .HighLightedLast a:hover {background-color:#1B7AA7; color:#ffffff; border-radius:6px; padding:12px;} */
  header .HighLightedFirst a,
  header .HighLighted a {
    color: #ffffff;
  }

  header .HighLighted {
    padding: 10px 5px !important;
    border-radius: 2px;
    background-color: #1b7aa7;
  }

  .HighLighted a,
  .HighLightedFirst a,
  .HighLightedLast a {
    color: #1b7aa7;
  }

  .nav-collapse ul li {
    padding: 10px 5px !important;
  }

  .nav-collapse ul li:hover {
    border-radius: 2px;
    background-color: #6ab4e2;
    color: #ffffff;
  }

  .nav-collapse ul li a:hover {
    color: #ffffff;
  }

  .nav-collapse ul ul a {
    display: none;
  }

  /* .nav-collapse ul {height:40px; padding-top:18px; float:right; width:auto;} */
  .nav-collapse ul {
    /*height:80px;*/
    margin: 12px auto 0;
  }

  .nav-collapse,
  .nav-collapse ul {
    margin: 15px 10px;
    float: right;
    width: auto;
  }
}

/******************************** BREADCRUMBS ********************************/

.Breadcrumbs {
  display: none;
  margin: 0 0 40px;
  font-family: "Montserrat", sans-serif;
  color: #dddddd;
  font-weight: 600;
}

@media (min-width: 768px) {
  .Breadcrumbs {
    display: block;
  }
}

.Breadcrumbs .CMSBreadCrumbsLink {
  font-weight: 400;
}

.Breadcrumbs .CMSBreadCrumbsCurrentItem {
  color: #848484;
  font-weight: 400;
}

/******************************** SEARCH ********************************/

.Search {
  background-color: #0d374b;
  padding: 60px 0 40px;
}

.Search .SearchLabel {
  color: #ffffff;
  font-family: Open Sans;
  font-weight: 200;
  letter-spacing: 0;
  font-size: 24px;
}

.HelpSearch {
  float: left;
  width: 100%;
  margin: 60px 0 0;
}

.SearchWatermark {
  font-size: 14px;
}

.searchBox {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  text-align: center;
  color: #555555;
  letter-spacing: -1px;
}

.searchBox label {
  float: left;
  width: 100%;
}

.searchBox .form-control {
  display: block;
  font-size: 20px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #999999;
  display: inline;
  vertical-align: middle;
  margin-top: 30px;
}

.SearchTextBox.form-control {
}

.searchBox .SearchButton {
  height: 30px;
  background-color: #1b7aa7;
  border-radius: 0 5px 5px 0;
  padding: 10px;
  vertical-align: middle;
  margin-left: -15px;
  margin-top: 30px;
}

.searchBox .SearchButton:hover {
  background-color: #0e6690;
}

@media (min-width: 768px) {
  .searchBox {
    font-size: 32px;
  }

  .searchBox label {
  }

  .searchBox .form-control {
    font-size: 50px;
    padding: 14px;
    max-width: 700px;
    width: 80%;
  }

  .searchBox .SearchButton {
    height: 92px;
  }

  .HelpSearch {
    margin: 10px 0 40px;
  }
}

/******************************** SEARCH RESULTS ********************************/

.resultTitle {
  font-size: 18px;
  margin-bottom: 10px;
}

.resultContent {
  margin: 5px 0 10px 20px;
}

.resultDetails {
  margin: 10px 0 0 20px;
}

.resultURL {
  display: none;
}

/******************************** SEARCH DIALOG BOX ********************************/

.DropDownField {
  width: 100%;
}

.form-group-submit {
  width: 100%;
}

/******************************** BIZFORM ********************************/
.ContactUsWebform .FormButton {
  color: #ffffff;
  background-color: #014d71;
  border: none;
  padding: 10px 25px;
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 800;
  border-radius: 6px;
}

.ContactUsWebform .FormPanel .btn-primary {
  background-color: #014d71;
  height: auto;
  box-shadow: none;
  font-size: 24px;
  margin-top: 10px;
  padding: 10px 50px;
  border-radius: 50px;
}

.ContactUsWebform .FormButton:hover {
  background-color: #1b7aa7;
  cursor: pointer;
  color: #ffffff;
}

.ContactUsWebform .FormPanel .btn-primary:hover {
  color: #ffffff;
}

.ContactUsWebform .FormPanel .form-control {
  border: 1px solid #bbbbbb;
  color: #777777;
  font-family: Open Sans;
  border-radius: 2px;
}

.ContactUsWebform .form-control {
  max-width: 500px !important;
  height: 50px;
  font-size: 20px !important;
  font-family: Montserrat !important;
  color: #777777 !important;
  min-height: 40px !important;
}

.ContactUsWebform .input-width-15.form-control {
  width: 55px;
  text-align: center;
}

.ContactUsWebform .input-width-20.form-control {
  width: 80px;
  text-align: center;
}

/******************************** GRIDS ********************************/

/*.row {float:left; width:100%;}*/

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  display: block;
  width: 100%;
  float: left;
}

.col-md-1 img,
.col-md-2 img,
.col-md-3 img,
.col-md-4 img,
.col-md-5 img,
.col-md-6 img,
.col-md-7 img,
.col-md-8 img,
.col-md-9 img,
.col-md-10 img,
.col-md-11 img,
.col-md-12 img {
  display: block;
  margin: 0 auto;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding: 0 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }
}

/******************************** KB ARTICLES LANDING PAGES ********************************/

/*
.KBNavigation {}
.KBLanding {}
.KBLanding li a {color:#666666; font-size: 24px; line-height:30px; padding-bottom:20px;}
.KBLanding li {margin:50px;}
.KBLanding li li a{color:#3c94be; font-size: 16px; line-height:26px; }
.KBLanding li li {border-bottom:1px dotted #cccccc; margin:0 0 10px; padding-bottom:10px;}
.KBLanding ul {list-style:none;}
.KBLanding li {}
*/
.KBLanding {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #cccccc;
}

.KBLanding h2 {
  /*float:left;*/
  margin-top: 30px;
  width: 100%;
  font-size: 28px;
}

.KBLanding h3 {
  float: left;
  color: #014d71;
  margin: 30px 15px 10px 10px;
  width: 100%;
  text-transform: uppercase;
}

.KBNav h4 {
  margin-left: 10px;
  margin-bottom: 7px;
  color: #555555;
  font-size: 18px;
}

.KBLanding a {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 10px;
  display: block;
}

.KBLanding li {
  list-style: none;
}

.KBNav {
  float: left;
  width: 100%;
}

.KBNav ul {
  margin-left: 0;
}

.KBwrapper {
  padding-left: 30px;
}

.KBwrapper,
.KBwrapper .KBNav,
.KBwrapper .KBNav li {
  width: 100%;
}

.KBwrapper .KB2Col {
  width: 100%;
}

.KBwrapper .KB2Col li {
  width: 100%;
}

.KBEmail {
}

@media (min-width: 768px) {
  .KBLanding {
    padding-bottom: 30px;
  }

  .KBLanding h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 32px;
  }

  .KBNav h4 {
    margin-bottom: 15px;
  }

  .KBLanding li {
    float: left;
    margin: 0;
    /*width:25%;*/
    width: 50%;
    padding-right: 20px;
  }

  .KBLanding a {
    height: auto;
    min-height: 40px;
  }

  .KBNav {
    /*width:50%;*/
  }

  /*.KBwrapper {float:left; width:50%;}*/
  .KBwrapper .KBNav {
    width: 100%;
  }

  .KBwrapper .KBNav li {
    width: 50%;
  }

  .KBwrapper .KB2Col {
    width: 50%;
  }

  .KBwrapper .KB2Col li {
    width: 100%;
  }

  .KBEmail .KBNav {
    width: 100%;
  }

  .KBEmail .KBNav li {
    width: 25%;
  }

  .KBEmailFAQ .KBNav li {
    width: 50%;
  }

  .KBEmailFAQ .KBNav a {
    min-height: 60px;
  }
}

/******************************** KB ARTICLES CATEGORY PAGES ********************************/

.KBCategories {
}

.KBCategories ul {
  margin: 0;
}

.KBCategories ul {
  list-style: none;
}

.KBCategories li {
  padding: 10px 0;
  margin: 0;
}

.KBCategories ul li {
  font-size: 24px;
  line-height: 1.4;
  padding-left: 30px;
  font-weight: 600;
}

.KBCategories ul li a,
.KBCategories ul ul ul li a {
  color: #444444 !important;
}

.KBCategories ul ul li a,
.KBCategories ul ul ul ul li a {
  color: #3c94be !important;
}

.KBCategories ul ul li {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}

.KBCategories ul ul ul ul {
  list-style: disc;
  margin-left: 30px;
}

.KBCategories ul ul ul li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.KBCategories ul ul ul ul li {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}

/******************************** RELATED ARTICLES ********************************/

.ArticleContent .row {
  margin: 10px 0;
}

.ArticleContent .CMSBreadCrumbsCurrentItem {
  letter-spacing: -1px;
  display: block;
  margin-bottom: 40px;
  /*margin-left:-60px;*/
}

.ArticleContent .CMSBreadCrumbsLink {
  /*display:none;*/
}

.ArticleContent li {
  margin-bottom: 10px;
  font-size: 14px;
}

/*.ArticleContent ol, .ArticleContent ul {margin-top:15px;}*/
.col-md-9.ArticleContent img {
  border: 1px solid #dddddd;
  display: block;
  margin: 30px auto 50px;
}

.col-md-9.ArticleContent h3 {
  margin-top: 10px;
}

.ArticleContent td img {
  margin: 10px !important;
}

.RelatedArticles .btn.btn-default {
  border-radius: 3px;
  border: none;
  background-color: #2080ac;
  color: #ffffff !important;
  display: block;
  font-size: 18px;
  margin: 0 auto;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  width: 150px;
  font-family: "Montserrat", sans-serif;
}

.RelatedArticles .btn.btn-default:hover {
  color: #ffffff;
  background-color: #136f9a;
  cursor: pointer;
}

.RelatedArticles .searchBox label {
  text-align: left;
}

.Note {
  background-color: #f1f1f1;
  margin: 0 10px 20px;
  display: block;
  padding: 10px;
  border: 1px solid #dddddd;
  /*float:left;*/
}

.img-inline {
  display: inline !important;
  margin: 0 10px !important;
}

@media (min-width: 768px) {
  .ArticleContent {
    padding-right: 50px;
    font-size: 15px;
  }

  .ArticleContent li {
    font-size: 15px;
  }

  .col-md-9.ArticleContent h3 {
    margin-top: 30px;
  }

  .RelatedArticles .searchBox {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
  }

  .RelatedArticles .form-control {
    margin: 10px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding: 5px;
    width: 95%;
  }

  .Note {
    margin: 0 20px 30px;
    /*margin: 0 20px;*/
    padding: 20px;
    width: 100%;
    /*float:left;*/
  }
}

.RelatedArticles {
  /*background-color:#1b7aa7;*/
  padding: 0px 20px 15px;
}

.RelatedArticles h3 {
  font-size: 18px;
  color: #666666;
  border-bottom: 3px dotted #eeeeee;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.RelatedArticles ul {
  padding-left: 20px;
  margin-left: 0;
}

.RelatedArticles li,
.RelatedArticles li a {
  color: #1b7aa7;
}

.RelatedArticles li {
  margin-bottom: 8px;
}

.RelatedArticlesUL {
  margin-bottom: 50px;
}

.RelatedArticles .HighLighted {
  display: none;
}

/******************************** FONT AWESOME ICONS ********************************/

.webinars {
  margin: 10px 0 30px;
}

/*.webinars i.fa {color:#bbbbbb; margin:20px auto; padding-left:20px;}*/
.webinars i.fa {
  background-color: #014d71;
  border: 8px solid #ffffff;
  border-radius: 70px;
  box-shadow: 0 0 4px #aaaaaa;
  color: #ffffff;
  height: 130px;
  width: 130px;
  padding: 25px 0 0 20px;
  margin: 20px auto;
}

.KBLanding h3 .fa {
  margin-right: 10px;
}
/******************************** BUTTONS ********************************/

.CTAButton a {
  color: #ffffff;
}

.CTAButton {
  border-radius: 3px;
  background-color: #2080ac;
  color: #ffffff !important;
  display: block;
  font-size: 14px;
  margin: 0 auto;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  width: 150px;
  font-family: "Montserrat", sans-serif;
}

.CTAButton:hover {
  color: #ffffff;
  background-color: #136f9a;
}

@media (min-width: 768px) {
  .CTAButton {
    font-size: 18px;
    padding: 10px;
    width: 250px;
    background-size: ;
  }
}

.e3-button {
  color: #ffffff !important;
  border: none;
  background-color: #2080ac;
}

.e3-button:hover {
  color: #ffffff;
  background-color: #136f9a;
}

@media (min-width: 768px) {
  .e3-button {
  }
}

.btnicosty {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  max-width: 220px;
}

/******************************** VIDEOS PAGE ********************************/

.VideoTitle {
  background-image: url("/SiteDesign/Images/BG-Video.aspx");
  height: 150px;
  width: 300px;
  font-size: 24px;
  line-height: 1.4;
  color: #555555 !important;
  padding: 15px;
  letter-spacing: -1px;
  font-family: Montserrat;
  margin: 20px auto;
  display: block;
  background-size: contain;
}

.VideoTitle:hover {
  box-shadow: 0 0 8px #888888;
}

@media (min-width: 1200px) {
  .VideoTitle {
    height: 180px;
    width: 360px;
  }
}

.VideoTitle:hover {
  color: #1b7aa7;
}

.VideoTitle a {
  color: #555555;
}

.ButtonRegister {
  border: 2px solid #0292c4;
  border-radius: 3px;
  color: #0292c4;
  background-color: #ffffff;
  float: right;
  padding: 10px 15px;
  margin: 2px;
}

.ButtonRegister:hover {
  color: #ffffff;
  background-color: #0292c4;
}

/******************************** TABBED CONTENT ********************************/
.tabcontainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.tabcontent {
  padding: 30px 5px 30px 5px;
}

.tabmenu {
  margin-top: 30px;
}

.tabmenu ul {
  color: #3283d4;
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.tabmenu li {
  margin-top: 10px;
  cursor: pointer;
  width: 100%;
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.5s;
  background-color: #999;
  color: #fff;
}

.tabselected {
  color: #fff;
  background-color: #1c5388 !important;
}

.tabmenu ul li:hover {
  background-color: #1c5388 !important;
  color: #fff;
  transition: all 0.5s;
}

.tabcontent {
  width: 100%;
  margin: auto;
}

@media (min-width: 768px) {
  .tabmenu li {
    width: 23%;
  }

  .tabmenu2 li {
    width: 30%;
  }
}

@media (min-width: 1025px) {
  .tabmenu li {
    width: 23%;
  }

  .tabmenu2 li {
    width: 30%;
  }

  .tabcontent {
  }
}
/************************The Modal***************************************/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Back to top button */
.helpSiteBackToTop::after {
  content: "\A Top";
  white-space: pre-wrap;
  font-size: 24px;
}

.scrollToTopBtn {
  color: black;
  cursor: pointer;
  font-size: 40px;
  background: none;
  border: none;

  /* place it at the bottom right corner */
  position: fixed;
  bottom: 65px;
  right: 30px;
  /* keep it at the top of everything else */
  z-index: 999;
  /* hide with opacity */
  opacity: 0;
  /* also add a translate effect */
  transform: translateY(100px);
  /* and a transition */
  transition: all 0.5s ease;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}
