﻿body {
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden
}

h1 {
    margin-bottom: 1.6rem;
}
h2 {
    margin: 1rem 0;
}


ul.list-style-disc li, ul.list-style-disc li ul li, ul.list-style-disc li ul li ul li {
     list-style-type: disc;
}

.nobullet li{
    list-style: none
}

.upper-alpha li {
    list-style-type: upper-alpha;
}

.box-shadow {
   box-shadow: 5px 2px 5px #aaa;
}

.grayhover:hover {
    color: #ddd;
}


a h2,
a h2:hover{
    text-decoration: none;
}

input[type="submit"] {
    color: white;
    border: none;
    padding: 5px 10px;
    background-color: #306397;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
}

input[type="submit"] {
    background-color: #006699;
}

input[type="text"] {
    padding: 5px;
}

input[class="reset"] {
    background-color: #808080;
}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

/*Color Palette*/

.graybg {
    background-color: #dedede;
}

.ltgraybg {
     background-color: #eeeeee;
}

.bluebg {
    background-color: #33689f;
}

.darkbluebg {
    background: #000a53;
}

.drkbluefont,
.drkbluefont a,
.drkbluefont a:hover{
    color: #000a53;
    text-decoration: none;
}

.whitefont,
.whitefont a,
.whitefont a:hover {
    color: #fff;
}

.darkgraybg {
    background-color: #333;
}


/* DOT TOP BANNER */
.dotbg {
    background-color: #000a53;
}

.DOTbanner {
    font-size: 14px;
    text-align: center;
    padding: 8px 0 5px 0;
}

.DOTbanner a {
    color: #fff;
    text-decoration: none;
}

.dotTopLinks {
    margin-top: 6px;
    font-size: 11px;
    text-align: right;
    padding-right: 6px;
    text-align: center;
}


/* SECONDARY BANNER */
.itsjpobg {
    background: #dedede;
}

.itsjpobg a {
    color: #000a53;
    text-decoration: none;
}

.itsjpo {
    display: flex;
    justify-content: center;
    font-size: 1.3em;
}

.jpo {
    font-size: 1.5em;
    line-height: .75rem;
}

/*Search Box*/

.search {
    padding: 0;
    font-size: 11px;
}

.submit-btn {
    background-color: #000a53;
    color: #fff;
}

.submit-btn:hover {
    color: #fff;
}

.navbar-form {
    /*For search box*/
    float: right !important;
}

input[type="search"],
button {
    float: left;
}

input[type="submit"] {
    background-color: #306397;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
}

input[class="reset"] .reset {
    background-color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
}
.queryHidden {
     display: none;}
	 
/*OST-R subnav links*/
.ostr-links {
    padding: 3px 6px 10px;
    font-size: 11px;
    color: #000a53;
}

.ostr-links a {
color: #000a53;
}

.ostr-links a:hover {
    color: #cc0000;
    font-size: 11px;
}

/*Social Media buttons*/

.social-header {
    float: right;
}

/*PCB banner*/

.pcbbg {
    background: #33689f;
}

.pcbwhitebg {
     color: #000;
     background: #fff;
}

.pcbwhitebg h2 {
     color: #3d7Ab7;
     display: inline;
}

.signUp a {
     color: #000a53;
     background-color: #fff;
     padding: 10px 15px;
     border-radius: 30px;
     font-size: 1em;
     font-weight: bold;
     text-decoration: none;
     display: block;
     width: 252px;
}
.signUp a:link, .signUp a:visited {color: #000a53; background-color: #fff;}
.signUp a:hover, .signUp a:active {color: #fff; background-color: #000a53;}


/* NAVBAR */

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

/* Skip to Main Content style */
#skiptocontent {
    text-indent: -10000px;
    height: 1px;
}

/* Homepage Content */

.home-card {
    background-color: #fff;
    border-radius: 15px;
}

.whiteborder-left {
    border-left: 3px solid #fff;
    display: inline-block;
    margin: 20px 0;
}

.ui-widget-content {
    font-family: 'Open Sans', Arial;
}

ul.ui-multiselect-checkboxes {
    height: 100%;
    overflow-y: auto;
}

.ui-slider-vertical {
    height: auto;
}

.ui-corner-all span {
    padding-left: 5px;
}

.rounded-corner {
    border-radius: 15px;
}

.lh-2 {
    line-height: 2rem;
}

/* Accordion */

.collapsing {
    transition: ease;
}

.accordion-button {
    border-bottom: solid 1px #dedede;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
    border-color: none;
    box-shadow: none;
}

.t3-links {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;
    color: #33689f;
}

.iframe-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Grid Container for Q&A table */

.grid-container {
    display: inline-grid;
    grid-template-columns: 25px 1fr;
    grid-template-rows: auto;
}

.qitem {
    grid-column-start: 1;
    grid-column-end: 2;
}

.audienceq {
    grid-column-start: 2;
    grid-column-end: 3;
}

.aitem {
    grid-column-start: 1;
    grid-column-end: 2;
}s

.presentera {
    grid-column-start: 2;
    grid-column-end: 3;
}

.audienceq p,
.qitem p,
.presentera p,
.aitem p {
    margin: 2px;
}

@media (min-width: 576px) {
    .dotTopLinks {
        float: right;
    }

    .DOTbanner {
        font-size: 14px;
        text-align: unset;
    }

    .itsjpo {
        justify-content: flex-start;
        font-size: 1.25em;
    }

    .ostr-links {
        float: right;
    }
}

.table {
     border-right: none;
     border-left: none;
}
.table th {
     background-color: #33689f;
     color: #fff;
     vertical-align: bottom;
}

div.inactive {
    display: none;
}

#collapseOne {
     scroll-behavior: smooth;
}

.page-spacing td table tr td span,
.page-spacing td table tr td a {
    padding-right: .5rem;
}

/* For "View more/less" functionality on 6/21/22 webinar */
#hiddenContent1, #hiddenContent2, #hiddenContent3 {
     display: none;
}

#openItem1, #openItem2, #openItem3 {
     color: #0e4897;
}

#closeItem1, #closeItem2, #closeItem3 {
     display: none;
     color: #0e4897;
}

.colorRed {
    color: #ff0000;
}

/* To Fix T3 table */
table.genericTabs {
     border: 1px solid #bdd9e4;
     font-size: 12px;
     color: #000;
     margin: 0;
     background-color: #f8f8f8;
}
table.genericTabs th {
  background-color: #bdd9e4;
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  text-align: left;
  vertical-align: bottom;
  padding: 4px;
  border-bottom: 1px solid #bdd9e4;
  border-right: 1px solid #bdd9e4;
}
table.genericTabs td {
  vertical-align: top;
  padding: 4px;
  border-bottom: 1px solid #bdd9e4;
  border-right: 1px solid #bdd9e4;
  font-size: 1rem;
}

/* Styles for new Home page April 2023  */
.stay-connected {
     color: #fff;
     background-color: #01528B;
}
.stay-connected a:link, .stay-connected a:visited {
     color: #efba0c;
}
.stay-connected a:hover, .stay-connected a:active {
     color: #fff;
}
.dotbluebg {background-color: #15396c;}
.footerbluebg {background-color: #15396c;}

/* Styles for new ITS Courses page April 2023  */
.table-override tr {
     border-bottom-color: #999;
     /*--bs-table-striped-bg: #fff;*/
     /*--bs-table-bg: #f2f2f2 !important;*/
}
.table-override tr:last-of-type td {
     border-bottom: none;
     /*--bs-table-striped-bg: #fff;*/
     /*--bs-table-bg: #f2f2f2 !important;*/
}

.clrboth {clear: both;}
.clrright {clear: right;}
.clrleft {clear: left;}
.font12 {font-size: 12px;}
.font14 {font-size: 14px;}
.font16 {font-size: 16px;}
.font18 {font-size: 18px;}
.font20 {font-size: 20px;}
.font22 {font-size: 22px;}

.trDesc {
     display: none;
}

.footnote {
     width: 95%;
     float: left;
     margin: 0 0 5px 0;
}

.footnote_no {
     width: 25px;
     float: left;
     clear: left;
     margin: 0 5px 5px 0;
     text-align: right;
}

.trainingSideBox {border: solid 1px #33689f; padding: 0 0 10px 0;}
.trainingSideBox h3 {color: #fff; background-color: #33689f; font-size: 18px; padding: 8px 5px 5px 5px; text-align: center; font-weight: 600;}
.trainingSideBox p {margin: 10px 5px 10px 15px;}
.trainingSideBox ul {margin: 10px 5px 10px 15px;}

#divNoResults {margin: 0 0 20px 0;}

.noBorder {border: none;}
.activeBorder {border: solid 5px #15396c; border-radius: 50%;}

.width145px {width: 145px;}
.width30pc {width: 30%;}
.width40pc {width: 40%;}
.width50pc {width: 50%;}