@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

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, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  font-size: 19.2px;
}

A:link.button1, A:link:visited {
  background-color: #ee5623;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  border: none;
  padding: 10px 25px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

A:link.button1:hover {
  background-color: #004FA3;
  color: #FFF;
}

.button1, .button1:visited {
  background-color: #ee5623;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  border: none;
  padding: 10px 25px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.button1:hover {
  background-color: #004FA3;
  color: #FFF;
}

html, body {
  height: 100%;
}

body {
  position: relative;
  margin: 0;
  font-family: 'Lato', sans-serif;
}

body p{
  font-size: 19.2px;
}

#contentContainer {
  min-height: 100%;
}

.bodyContainer {
  max-width: 1100px;
  width: auto;
  padding: 10px;
  max-width: 1100px;
  margin: auto;
  padding-bottom: 85px;
}
.bodyContainer .jt_top_tools {
  padding: 5px 0;
  width: 100% !important;
}
.bodyContainer .jt_cte_form_table {
  width: auto;
}
.bodyContainer .searchresult-gray .jt_cte_form_table {
  width: 100%;
}

.bodyContainer table {
  width: 100%;
}

.bodyContainer .newUsersP table {
  max-width: 500px;
  padding-bottom: 10px;
}

.bodyContainer .loginP table {
  max-width: 500px;
  padding-bottom: 10px;
}

.container {
  width: auto;
  padding: 10px;
  max-width: 1100px;
  margin: auto;
}

A:link, A:visited {
  color: #004FA3;
  text-decoration: none;
  font-size: 18px;
}

.jt_toplinks svg {
  line-height: 24px;
  vertical-align: text-bottom;
}

.jt_toplinks #homeIcon {
  fill: #ee5623;
}

A:hover, A:active {
  color: #ee5623;
  text-decoration: none;
}

p {
  font-size: 13px;
  line-height: 1.4;
}

.clean-gray {
  border: solid 1px #DEDEDE;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 10px;
  width: auto;
}

header {
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
header #logo img {
  max-width: 310px;
}

.mentorboard-banner{
  max-width: 1920px;
  width: 100%;
  margin: -20px auto 20px;
  display: block;
  /* background: url(../app/images/mentor1.jpg) no-repeat center top / cover; */
}

.mentorboard-banner img{
  object-fit: cover;
  width: 100%;
}

div.jt_cte_area {
  width: 100%;
}

.pageTitle a {
  color: #666666;
  font-size: 34px;
  line-height: 100%;
}

div.jt_cte_area h3 {
  border-bottom: 1px solid #DEDEDE !important;
  margin: 0;
  padding: 10px;
  font-size: 20px;
  background-color: #f5f5f5;
  color: #666666;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  font-weight: normal;
}

div.jt_cte_area {
  border-color: #DEDEDE;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 25px;
  background-color: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
div.jt_cte_area.none {
  width: 90%;
  margin: auto !important;
  float: none;
  border-color: #DEDEDE;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 25px !important;
  padding-bottom: 10px;
}
div.jt_cte_area.MenteCenter {
  border-bottom: 1px solid #DEDEDE;
}
div.jt_cte_area.resources strong {
  display: block;
}
div.jt_cte_area div.jt_cte_area_content .blockTitle {
  border-bottom: 1px solid #DEDEDE !important;
  background-color: #f5f5f5;
}
div.jt_cte_area div.jt_cte_area_content h2 {
  margin: 0;
  padding: 5px;
}
div.jt_cte_area div.jt_cte_area_content h3 {
  margin: 0;
  padding: 5px;
}
div.jt_cte_area div.jt_cte_area_content h4 {
  margin: 0;
  padding: 5px;
}
div.jt_cte_area div.jt_cte_area_content h5 {
  margin: 0;
  padding: 5px;
}

.jt_cte_form_table {
  width: auto;
}

.noborder {
  border-color: transparent !important;
}

div.jt_cte_tab_bar {
  width: 100%;
  min-width: auto;
  background: transparent;
  height: auto;
  border-bottom: 1px solid #DEDEDE;
  margin: 30px 0 30px 0;
}
div.jt_cte_tab_bar ul.jt_cte_tabs {
  padding: 10px 0px 0px;
}
div.jt_cte_tab_bar ul.jt_cte_tabs li {
  background: transparent;
  padding: 0 !important;
  margin: 0 5px -1px 0 !important;
}
div.jt_cte_tab_bar ul.jt_cte_tabs li :hover {
  background: #004FA3;
}
div.jt_cte_tab_bar ul.jt_cte_tabs li a:hover {
  color: #fff;
}
div.jt_cte_tab_bar ul.jt_cte_tabs li a {
  padding: 7px 10px;
  font-size: 1.1em;
  border: solid 1px #DEDEDE;
  border-bottom: none;
  background: #f5f5f5;
  color: #004FA3;
  border-radius: 5px 5px 0px 0px;
}
div.jt_cte_tab_bar ul.jt_cte_tabs li a.active {
  background: #004FA3;
  color: #fff;
}

.searchresult-gray {
  border: solid 1px #DEDEDE;
  padding: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 100%;
  margin: 5px auto;
}

footer {
  position: relative;
  height: auto;
  margin-top: -85px;
  clear: both;
  background-color: #DEDEDE;
  color: #777;
}
footer ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
footer li {
  display: inline;
  padding-right: 10px;
}

@media(max-width: 768px ){
  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, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{ font-size:13px;}
A:link, A:visited{
  font-size: 13px;
}
}

/*# sourceMappingURL=custom.css.map */

div.resources {
    border: none;
}

div.jt_cte_area.resources .please-read {
    padding: 0 !important;
}

.resources-content {
    font-family: sans-serif;
    font-size: 1em;
    text-align: justify;
    margin: 20px 0;
}

.resources-heading {
    font-weight: 700;
    font-size: 1em
}

.resources-content ol li, .resources-content ul li {
    text-indent: 0;
    font-size: 1em !important
}

div.resources > h2 {
    border-bottom: none !important;
    margin-bottom: 20px;
}