@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* default color for everything */
/* breakpoints */
/* max width of site column */
.wrapper {
  position: relative;
  overflow: hidden;
}
.wrapper > img {
  width: auto;
  min-width: 100%;
  z-index: -1;
  min-height: 100%;
}
.wrapper.overlay-cta {
  overflow: visible;
}

.l-region img {
  max-width: 100%;
}

.banner img {
  width: 100%;
  height: auto;
}

.column {
  padding: 0 20px;
}
@media (min-width: 45em) {
  .column {
    max-width: 1240px;
    margin: auto;
    float: none;
  }
}
@media (min-width: 70em) {
  .column {
    position: relative;
  }
}

.twocolumns {
  width: 50%;
  padding-right: 20px;
}

blockquote {
  color: #007582;
  font-size: 36px;
  line-height: 42px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 400;
  padding: 0 10px;
  margin-bottom: 15px;
}
blockquote:before {
  content: '\201C';
  color: white;
  font-size: 1.3em;
  line-height: 0.7em;
  padding-right: 5px;
}
blockquote:after {
  content: '\201D';
  color: white;
  font-size: 1.3em;
  line-height: 0.7em;
  padding-left: 5px;
}

#breadcrumb {
  max-width: 1240px;
  margin: auto;
  float: none;
}

body header .l-head {
  z-index: 999;
}
body .l-page.generic_inner .l-content-header .banner {
  padding-top: 20px;
}
body .l-page {
  overflow-x: hidden;
}
body .l-page.demo .l-region {
  border: 1px dashed #b10000;
  border-radius: 8px;
}
body .l-page.demo .l-featured-header {
  min-height: 100px;
}
body .l-page.demo .l-content-center .l-nav-sidebar {
  min-height: 500px;
}
body .l-page.demo .l-content-center .l-content-featured {
  min-height: 300px;
}
body .l-page.demo .l-content-center .l-content-wrapper {
  min-height: 200px;
}
body .l-page.demo .l-content-center .l-content-wrapper .l-content {
  min-height: 200px;
}
body .l-page.demo .l-content-center .l-content-wrapper .l-promo-sidebar {
  min-height: 200px;
}
body .l-page.demo .l-content-footer {
  min-height: 200px;
}
body footer {
  background: #007582;
  padding: 20px 0 0 0;
}
body footer .column .footer .links-social-wrap .social {
  float: right;
  text-align: right;
  width: 100%;
}
@media (min-width: 45em) {
  body footer .column .footer .links-social-wrap .social {
    width: 25%;
  }
}
body footer .column .footer .links-social-wrap .social ul {
  display: table;
  width: auto;
  margin: auto;
  float: none;
}
@media (min-width: 45em) {
  body footer .column .footer .links-social-wrap .social ul {
    margin: 20px 0 0;
    padding-right: 0;
    float: right;
  }
}
body footer .column .footer .links-social-wrap .social ul li {
  display: table-cell;
  width: auto;
  padding: 0 10px;
  margin: 0;
}
/*@media (min-width: 45em) {
  body footer .column .footer .links-social-wrap .social ul li {
  
  }
  body footer .column .footer .links-social-wrap .social ul li:first-child {
    padding-right: 0;
  }
}*/
body footer .column .footer .links-social-wrap .social ul li a span {
  color: #fff;
  font-size: 22px;
}
body footer .column .footer .links-social-wrap .social ul li a span span {
  text-indent: -9999px;
  visibility: hidden;
}
body footer .column .footer .links-social-wrap .social > a {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 45em) {
  body footer .column .footer .links-social-wrap .social > a {
    font-size: 22px;
    line-height: 14px;
    position: absolute;
    width: auto;
    margin: 16px 0 0 70px;
    position: relative;
    position: absolute;
  }
  body footer .column .footer .links-social-wrap .social > a:after {
    content: "";
    font-family: FontAwesome;
    font-size: 22px;
    position: absolute;
    right: -10px;
    color: #fff;
  }
}
body footer .column .footer .links-social-wrap .links-resources {
  float: left;
  width: 100%;
  padding-bottom: 40px;
}
@media (min-width: 45em) {
  body footer .column .footer .links-social-wrap .links-resources {
    width: 75%;
    padding: 0;
  }
}
body footer .column .footer .links-social-wrap .links-resources ul {
  display: block;
  float: left;
  padding: 0 10px;
  margin: 20px 0 0;
}
@media (min-width: 45em) {
  body footer .column .footer .links-social-wrap .links-resources ul {
    padding: 0;
  }
}
body footer .column .footer .links-social-wrap .links-resources ul li {
  display: block;
  float: left;
  width: 50%;
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-left: 0;
}
body footer .column .footer .links-social-wrap .links-resources ul li:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 45em) {
  body footer .column .footer .links-social-wrap .links-resources ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    display: inline;
    width: auto;
    margin: 0 10px 15px 0;
  }
  body footer .column .footer .links-social-wrap .links-resources ul li:nth-child(2n) {
    margin-right: 10px;
  }
}
body footer .column .footer .links-social-wrap .links-resources ul li a {
  padding: 15px 10px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-right: 20px;
  float: none;
  width: auto;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 45em) {
  body footer .column .footer .links-social-wrap .links-resources ul li a {
    padding: 0;
    border-bottom: 0;
    text-align: left;
    margin: 0 10px 0 0;
    line-height: 14px;
  }
}
body footer .column .footer .links-social-wrap .links-resources ul li:first-child {
  border-left: none;
}
@media (min-width: 45em) {
  body footer .column .footer .links-social-wrap .links-resources ul li:first-child a {
    padding-left: 0;
  }
}
body footer .column .footer .links-social-wrap .links-resources ul li:last-child {
  border: none;
}
body footer .column .bottom-text {
  margin-bottom: 50px;
}
body footer .column .bottom-text .contact-info, body footer .column .bottom-text .copyright-text {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin: 10px;
}
@media (min-width: 45em) {
  body footer .column .bottom-text .contact-info, body footer .column .bottom-text .copyright-text {
    width: 50%;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
body footer .column .bottom-text .contact-info {
  float: left;
  margin: 5px 0;
}
@media (min-width: 45em) {
  body footer .column .bottom-text .contact-info {
    text-align: left;
    margin: 0;
  }
}
body footer .column .bottom-text .contact-info span {
  float: none;
  display: inline;
  color: #fff;
  /* color: rgba(255, 255, 255, 0.25); - REMOVED CS*/
  padding: 0 2px;
}
body footer .column .bottom-text .copyright-text {
  float: right;
  margin: 5px 0;
}
@media (min-width: 45em) {
  body footer .column .bottom-text .copyright-text {
    text-align: right;
    margin: 0;
  }
}
body .mobi-toggle-container {
  z-index: 999;
}
body .main-nav-container.wrapper {
  position: relative;
}
body .main-nav-container.wrapper .nav-wrapper {
  float: right;
  width: 100%;
  width: -webkit-calc(100% - 174px);
  width: calc(100% - 174px);
}
body .main-nav-container.wrapper .nav-wrapper > div .main-nav li {
  border-bottom: none;
}
body .main-nav-container .nav-wrapper {
  border-bottom: none;
}

/* News Search Field (Sidebar) */

.l-promo-sidebar .gsc-search-box{
  padding:0;
}

.l-promo-sidebar table.gsc-search-box{
  box-shadow:none;
}
.l-promo-sidebar table.gsc-search-box td.gsc-input{
  padding-right:0 !important;
  padding:0;
  vertical-align:top;
  width:calc(95%);
  width:calc(100% - 30px);
  float: left;
}

@media (min-width:45em){
  .l-promo-sidebar table.gsc-search-box td.gsc-input{
    width:210px;
  }
}

.l-promo-sidebar table.gsc-search-box tr,
.l-promo-sidebar table.gsc-search-box td.gsc-input .gsc-input-box,
.l-promo-sidebar table.gsc-search-box td.gsc-input .gsc-input-box table,
.l-promo-sidebar table.gsc-search-box td.gsc-input .gsc-input-box tbody,
.l-promo-sidebar table.gsc-search-box td.gsc-input .gsc-input-box tr{
  width:100%;
}
.l-promo-sidebar table.gsc-search-box tr,
.l-promo-sidebar table.gsc-search-box td.gsc-input .gsc-input-box {
  border:0;
}
.l-promo-sidebar table.gsc-search-box td.gsc-input .gsc-input-box table{
  box-shadow:none;
}
.l-promo-sidebar table.gsc-search-box td.gsc-input .gsc-input-box td{
  padding:0;
}
.l-promo-sidebar table.gsc-search-box td.gsc-input .gsc-input-box input{
    margin-top:0;
    border: 1px solid #ccc !important;
    border-radius: 3px 0 0 3px !important;
    padding: 3px !important;
}
.l-promo-sidebar table.gsc-search-box td.gsc-search-button{
  padding: 0;
  width: 30px;
  min-width: auto;
  height: 30px;
}
.l-promo-sidebar table.gsc-search-box td.gsc-search-button input{
  background: #b6ced1;
  color: #007582;
  font-size: 12px;
  border:0;
  margin-top:0;
  height: 30px;
  width: 30px;
  margin-bottom: 0;
  padding: 7px;
  border-radius: 0 3px 3px 0;
}
.l-promo-sidebar table.gsc-search-box td.gsc-clear-button{
  width:14px;
  padding:0;
}
.l-promo-sidebar table.gsc-search-box td.gsc-clear-button div{
  width:14px;
  padding:0;
  margin-left:0;
  margin-right:0;
  margin-top: -10px;
}
.l-promo-sidebar .gsib_b{
  display:none;
}

/* Global Search
 * NOTE: @media = 45em + 70em */

.utility ul{
  margin-bottom:0;
  margin-right:-60px;
}

@media (min-width:70em){
  .utility .search {
    width: 15%;
   /* margin-right:40px;
    margin-left: 10px;*/
  }
}

.utility .search form{
  padding:0;
}

.utility .search .gsc-search-box{
  padding:0;
  box-shadow:none;
  margin-top:8px;
}

@media (min-width:45em){
  body header .l-head.search-open .utility .column .search form{
    top: 50px;
    right: 0;
    padding-right: 40px;
    padding-left: 20px;
  }
}

@media (min-width:70em){
  body header .l-head.search-open .utility .column .search form{
    top: 0;
    right: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.utility .search .gsc-search-box tr {
  background:none;
}
.utility .search .gsc-search-box td.gsc-input{
  padding:0;
  display:block;
}
.utility .search .gsc-search-box td.gsc-input input{
  border-radius: 3px 0 0 3px;
  margin:0;
  height:29px;
  border:0;
}
.utility .search .gsc-input-box {
    border: 0;
    border-radius: 3px 0 0 3px;
    margin-top:0;
}
.utility .search .gsc-search-box td.gsc-input .gsc-input-box td{
  padding:0;
}
.utility .search .gsc-input-box input {
    line-height:23px;
    height: 29px !important;
    padding-left: 5px !important;
    border-radius: 3px 0 0 3px;
}
.utility .search .gsc-search-box td.gsc-search-button{
  padding:0;
}
.utility .search .gsc-search-box td.gsc-search-button input{
  background: #b6ced1;
  color: #007582;
  font-size: 12px;
  border-radius: 0 3px 3px 0;
  border:0;
  margin:0;
  padding: 7px;
  height: 29px;
  min-width: auto;
  width: auto;
  margin-left:-4px;
}
.utility .search .gsc-search-box td.gsc-clear-button,
.utility .search .gsc-search-box td.gsc-clear-button div{
  display:none;
}


/* Completion Container */

.wrapper .column .gsc-completion-container {
  border:0;
}


/*Global Results */

body .gcs-results table tbody tr{
  border:0;
}

.wrapper .column .gsc-orderby{
  float:right;
}

.wrapper .column .gsc-control-cse .gsc-option-selector {
  right:15px;
}

.wrapper .column .gsc-resultsHeader, .gcsc-branding{
  display:none;
}

.wrapper .column .gsc-above-wrapper-area{
  border-bottom:0 !important;
}

.wrapper .column .gcs-results .gsc-control-cse{
  padding:0;
}
.wrapper .column .gcs-results body table{
  box-shadow:none;
}
.wrapper .column .gcs-results .gsc-above-wrapper-area{
  border-bottom:0;
}
.wrapper .column .gcs-results .gsc-resultsHeader{
  display:none;
}
.wrapper .column .gcs-results .gsc-results{
  width:100%;
}
.wrapper .column .gcs-results .gsc-webResult.gsc-result{
  padding:0;
}

.wrapper .column .gsc-control-cse .gsc-table-result {
  margin: 15px 0;
  float:left;
}

.wrapper .column .gsc-table-cell-snippet-close b,
.wrapper .column .gsc-table-cell-snippet-open b,
.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long b{
  float: none;
  width: auto;
  display: inline;
}
.wrapper .column .gcs-results .gs-webResult.gs-result a.gs-title:link,
.wrapper .column .gcs-results .gs-webResult.gs-result a.gs-title:link b{
  color: #007582;
}
.wrapper .column .gsc-table-cell-thumbnail.gsc-thumbnail {
  padding: 10px 20px;
  width:110px;
}
.wrapper .column .gcs-results .gsc-thumbnail{
  width:90px;
}
.wrapper .column .gcs-results .gsc-table-cell-thumbnail{
  float:none;
}
.wrapper .column .gsc-table-cell-snippet-close,
.wrapper .column .gsc-table-cell-snippet-open{
  padding: 10px 20px;
}
.wrapper .column .gcs-results .gsc-results .gsc-cursor-box .gsc-cursor-page{
  width:auto;
  color: #007582;
}
.wrapper .column .gcs-results td.gcsc-branding-img-noclear{
  width:50px;
}
.wrapper .column .gcs-results table.gcsc-branding{
  margin-bottom:30px;
}

.wrapper .column .gsc-results .gsc-cursor-box .gsc-cursor-page{
  display:inline;
  width:auto;
}


/* Jan 2017 Updates */

.l-page.generic_inner .l-content-center .l-content-featured a {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  float:none;
  display:inline;
	text-decoration:none;
	border-bottom: 1px solid #ccc;
}
.l-page.generic_inner .l-content-center .l-content-featured a:hover{
	text-decoration:none;
	border-bottom: 1px solid #007582;
}

.l-page.generic_inner .l-content-center .l-content-featured hr {
  margin:30px 0;
}

.l-page.generic_inner .l-content-center .l-content-featured p {
  margin-bottom: 0;
}

.l-page.generic_inner .l-content-center .l-content-wrapper .l-content ul li a,
body .l-promo-sidebar .p-promo.promo .promo-container .intro a,
.l-page .l-content ul li a {
  font-size: 16px;
}

body .p-promo.promo .promo-container {
  padding: 0 20px 20px;
}

body .p-promo.promo.light .promo-container .contact {
  margin-bottom:0;
}

body .l-promo-sidebar .p-promo.promo .promo-container .intro .contact p {
  margin:0 0 5px;
}

body .p-promo.promo.light .promo-container .contact p {
  margin-bottom:0;
}

@media (min-width: 70em) {
   body .p-promo.promo.light .promo-container .contact p {
    margin-bottom:0;
   }
}

body .l-promo-sidebar .p-promo.promo.teal .promo-container .intro p {
  margin: 0 0 10px;
  color:white;
}

body .l-promo-sidebar .p-promo.promo.light p {
  margin: 0 0 10px 0;
  padding: 0 20px;
  color:white;
}
body .l-promo-sidebar .p-promo.promo.light .promo-container p {
  color:#555;
  padding:0;
}

body .l-promo-sidebar .p-promo.promo.light .promo-container .contact p {
  color: #007582;
}

body .wrapper > .column > .l-promo-sidebar h3 {
  line-height:1.2;
}

.contact {
  margin-bottom: 0;
}

body .p-promo.promo.teal .promo-container .intro ul li,
body .p-promo.promo.teal .promo-container .intro ol li {
   color: #fff;
}

body .owl-btn-wrapper .owl-btn:hover {
  text-decoration:none;
}

body .subnav h2:after{
  top:initial;
  margin-top: -0.3em;
}

/*Accordion Fixes*/
em {
    font-style: italic;
}

body ul li a, body ol li a {
    display: inline;
}

em, strong, b, sub {
  display: inline;
  width: auto;
  float: none;
}

strong, b {
  font-weight: bold;
}
p {
  float:left;
}
#main-content p a, .l-region p a {
  float: none;
  display: inline;
	/*HERE AND BLOCK BELOW*/
  border-bottom: 1px solid #ccc;*/
}

#main-content p a:hover, .l-region p a:hover{
	text-decoration: none;
	border-bottom: 1px solid #007582;
}

/*Feb 22nd Updates Provided by Visionpoint*/

.earn-content p {
	float:none
}

a.bottom-link {
    color: #007582;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Whitney A','Whitney B',sans-serif;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
}

a.bottom-link:after{
    content: "\f105";
    font-family: FontAwesome;
    position: relative;
    font-size: 22px;
    top: 1px;
    padding-left: 10px;
    color: #007582;
}

/* T4 Changes */
#SnapABug_WP #SnapABug_CBMBtn:hover #SnapABug_CBM:hover, #SnapABug_WP #SnapABug_CBMBtn:hover #SnapABug_CBM, #SnapABug_WP #SnapABug_CBMBtn #SnapABug_CBM:hover { width: 100px;}

#SnapABug_WP #SnapABug_CallMe_Btn span {top: 3px!important; display: inline !important;}



#main-content em,
#main-content strong,
#main-content a,
#main-content b,
#main-content i {
   float: none;
   display: inline;
}

#main-content .owl-wrapper em,
#main-content .owl-wrapper strong,
#main-content .owl-wrapper a,
#main-content .owl-wrapper b,
#main-content .owl-wrapper i,
#main-content .event-container a,
#main-content .news-container a{
   float: left;
   display: block;
}
#main-content hr {
 display: block;
 float: none;
 clear: both;
}
.l-promo-sidebar span,
.l-promo-sidebar a,
.l-content-featured span,
.l-content-featured a{
 float: none;
 display: inline;
}
.l-promo-sidebar a{
	border-bottom: 1px solid #ccc;	
}
.l-promo-sidebar a:hover{
	border-bottom: 1px solid #007582;
	text-decoration: none;
}
.l-promo-sidebar em,
.l-content-featured em,
#main-content em {
    font-style: italic;
}

.p-promo.linkimg span {
    display: block;
}

/*Visionpoint additions 2nd March*/
br {
  float: none;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}

.left-wrap p {
  float: none;
}
.left-wrap img {
  float: right;
  margin: 0;
  padding: 0 0 20px 15px;
}
.right-wrap p {
  float: none;
}
.right-wrap img {
  float: left;
  margin: 0;
  padding: 0 15px 20px 0;
}

/* home slider updates - Visionpoint additions 20th March */
.column > .owl-btn-wrapper .owl-btn {
  position: relative;
}
.column > .owl-btn-wrapper .owl-btn:before {
  content:'Learn More';
  display: none;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 15px 5px 15px 5px;
  position: absolute;
  top: -48px;
  left: 0;
  /* background: #E68900;- REMOVED CS*/
  background: #BE5513;
  color: #fff;
  font: 700 18px/1 'Whitney A', 'Whitney B', sans-serif;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
  box-sizing: border-box;
}
#main-content.slider-cta-active .column > .owl-btn-wrapper .owl-btn.owl-btn:before {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 3px 3px 3px rgba(0, 0, 0, 0.2);
  text-decoration: underline;
}
.column > .owl-btn-wrapper .owl-btn:after {
  display: none;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 24px;
  position: absolute;
  top: -36px;
  right: 20px;
  color: #fff;
}
@media (min-width: 45em) {

}
@media (min-width: 56em) {
  .column > .owl-btn-wrapper .owl-btn.owl-btn-active{
    top: auto;
  }
  .column > .owl-btn-wrapper .owl-btn.owl-btn-active:before {
    display: block;
  }
  body .p-promo.overlayv2 .promo-container p span.home-slider-btn {
    display: none;
  }
}
@media (min-width: 70em) {
  .column > .owl-btn-wrapper .owl-btn.owl-btn-active:before {
    padding-left: 25px;
    text-align: left;
  }
  .column > .owl-btn-wrapper .owl-btn.owl-btn-active:after {
    display: block;
  }
}



/* New Logo Styles*/
body header .l-head .site-logo img {
  width:78px;
}
@media (min-width: 45em) {
  body header .l-head .site-logo img {
    width:130px;
  }
}
@media (min-width: 45em) {
  body.sticky header .l-head .mobi-toggle-container .main-nav-container .site-logo img {
    width: 110px;
  }
}


/* TERMINALFOUR changes Apr 26th 2017 */
.t4-gen-content p {
	float: none;
}



/* TM update padding at bottom of menu on mobile phones for better scroll*/
@media (max-width:45em) {

  body header .l-head .mobi-toggle-container .utility .utility-menu{
    margin-bottom:350px;
  
  }
}

/*SnapEngage Design Studio Button*/
#designstudio-button{width:200px !important;}

/*Adjust width of search button in IE*/
.cse .gsc-search-button-v2, .gsc-search-button-v2 {max-width: 40px !important;
    background: #4a8cf7;
    border: none;
    border-radius: 3px;
    }
/*.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus{
  border-color: #999999;
background-color: #4a8cf7 !imnportant;
background-image: none;
filter: none;
}*/

.gsc-search-button-v2 svg{
  fill: #fff;}
/*Registration Promo Box CSS*/
	.registration-promo{
		text-align: center;
		font-size: 18px;
		/* background-color: #E5871B;--REMOVED CS*/
   		background-color:  #BE5513;   
		color: #FFF;
		padding:10px;
	}
	.registration-promo h3{
		color: #FFF;
		font-size: 18px;
		line-height: 22px;
		font-family: 'Sentinel A','Sentinel B';
		font-style: normal;
		font-weight: 700;
		margin: 0;
		border-bottom: 0;
    }
	.registration-promo p{
	color: #FFF;
font-size: 18px;
line-height: 22px;
font-family: 'Whitney A','Whitney B',sans-serif;
font-style: normal;
font-weight: 600;
font-weight: 400;
height: auto;
overflow: hidden;
margin: 0;}



/* search visibility on mobile */
 .searchmobi{
  visibility:visible;
  
}

@media (min-width: 70em) {
 .searchmobi{
  visibility: hidden;
	}}
    
  /* search visibility on mobile end*/  
	
	
/*** Course Search CSS Additions 03.26.2019 ***/

/* Building Tooltip */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #fdfdfd;
  color: #555; 
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: -5%;
  left: 25%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
  
/* Correct h4 link font family and size */   
h4 a{color: #007582;
    font-size: 19px;
    line-height: 25px;
    font-family: 'Whitney A','Whitney B',sans-serif;
    font-style: normal;
    font-weight: 600;
    margin: 10px 0 4px 0;
	border-bottom: 1px solid #ccc;
} 

h4 a:hover{
	border-bottom: 1px solid #007582;
	text-decoration: none;
}

/* Teal and Light Teal Promo Button */
body .p-promo.button.teal a .promo-container {background: #007582;}
  
/* Keyword Search Box - In page 2 Column Course Search page layout */
.panel {
    border: 1px solid #f3f3f3;
    padding-right: 1.6em;
    background: #fdfdfd;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    padding-bottom: 0;
    color: #555;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Whitney A','Whitney B',sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: right;
}

.panel p a{
    font-size: 16px;
    font-family: 'Whitney A','Whitney B',sans-serif;
    border-bottom: 1px solid #ccc;
}

.panel p a:hover{
	text-decoration: none;
	border-bottom: 1px solid #007582;
}
 
/*Course Search Form (filters)*/
#advSearchForm, #advSearchForm select, #advSearchForm input {
	color: #555;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Whitney A','Whitney B',sans-serif;
    font-style: normal;
    font-weight: 400;
	padding-bottom: 10px;
}
#availSectionsLabel{color: #007582;} 
#advSearchForm li{display: inline !important; width: 50%; padding: 0px; margin: 0px;}
#advSearchForm legend{display:none;}
#advSearchForm fieldset{margin-top: 0;}
#advSearchFormShow, #advSearchFormHide {text-align:center;padding-bottom: 20px; color: #007582;}
#advSearchFormShow:after{
	content: "\f078";
	font-family:FontAwesome;
    color: #007582;
    padding-left: 5px;
}
#advSearchFormHide:after{
	content: "\f077";
	font-family:FontAwesome;
    color: #007582;
    padding-left: 5px;
}
@media (min-width: 45em) {
	#advSearchFormShow, #advSearchFormHide{display:none !important;}
  #advSearchForm{display:block !important;}
}
@media (max-width: 45em) {
  	#advSearchFormShow{display:block;}
  	#advSearchForm, #advSearchFormHide{display:none}
}    
.day-wrapper{
	width: 14.2857%; 
	text-align:center; 
	display:inline-block; 
	float:left;
}
.day-wrapper label{ display: inline-block; width: 20px; }
.select-text {display: none !important;}
#advSearchForm ul{margin-bottom: 0px !important;}

/*Course Search Section Data*/
.cs-section:nth-child(odd) {
	background: #e3eff0;
}
.cs-section:nth-child(even) {
	background: #fdfdfd;
} 
/* Course Compare equal column height */
.cs-compare{display:flex}
@media (max-width: 45em) {.cs-compare{display:block}}

/*Styling for responsive layout */
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 80rem;
    *zoom: 1
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both
}
.row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1
}
.row .row:before,
.row .row:after {
    content: " ";
    display: table
}
.row .row:after {
    clear: both
}
.columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left
}
@media only screen {
   .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left
    }
    .small-12 {
        width: 100%
    }
   
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
}

@media only screen and (min-width: 40.063em) {    
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left
    }
    .medium-5 {
        width: 41.66667%
    }
    .medium-6 {
        width: 50%
    }
	
    .medium-offset-1 {
        margin-left: 8.33333% !important
    }	
}
@media only screen and (min-width: 64.063em) {
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left
    }
}  
/*Course Search Pagination*/
ul.cs-pagination {
    margin-top: 1em;
}
.cs-pagination {
    margin: 1rem 0;
    list-style-type: none;
	float:left;
	width: auto;
}
.cs-pagination li {
  float: left;
  width: auto;
  padding-right: 5px;
  margin: 15px 0 0 5px;
}
.cs-pagination span, .cs-pagination .current a, .cs-pagination .current a:hover {
    color: white;
    background: #007582;
}
.cs-pagination a, .cs-pagination span {
    display: block;
    float: left;
    border: 1px solid #007582 !important;
    background-color: #fff;
    color: #007582;
	width: auto;
  	min-width: 20px;
  	text-align: center;
    padding: .5em .75rem;
    margin-right: .25rem;
}
.cs-pagination:before, .pagination:after {
	content: "";
    display: table;
}
.cs-pagination:after {
	clear: both;
}  
/*Couse Search Saved Courses*/
#course_compare_saved thead {display:table-header-group;}
#course_compare_saved tr td, #course_compare_saved tr th{float:left; width: 60%;}
#course_compare_saved th.small_col_centered, #course_compare_saved td.small_col_centered {text-align: center; width: 20%; padding: 10px;} 
#course_compare_saved tr td *{width:100% !important;}/*paragraph tags etc.*/
.compare_error {color: #990616; border: 1px solid #990616; padding: 1%;}   
/*Reverse column ordering in mobile - right column appears above left column.*/
@media (max-width: 45em) {
  	#mobileWrapper{display: flex; flex-direction: column-reverse;}
}
body .wrapper > .column > #mobileWrapper > .l-promo-sidebar{
  margin-top: 20px;
  overflow: hidden;
}  
.at-resp-share-element .at-share-btn {
    display: inline-block !important;
    width: auto !important;
}

select:disabled {
    background-color: #eee;
}
.newSection {/*color: #E68900 - REMOVED CS*/ color: #BE5513;}
.closedSection {color: #990616}  
  
/* Added by DL during Course Search Build */
#advSearchForm h4,
.cs-section h4 { margin: 10px 0 10px 0}
.h6-p{ color: #007582; font-size: 18px; line-height: 24px; font-family: 'Whitney A','Whitney B',sans-serif; font-style: normal; font-weight: 300; margin: 0 0 10px 0; }
.inline {
  display: inline;
  float: none;
}
.submit-clicker.disabled {
  opacity: .5;
}
.submit-clicker.disabled a{
  cursor: not-allowed;
}
.hidden { display: none;}
/* Added post build */
#search-field label {text-align: left}
#search-field input{
    font-size: 16px;
    line-height: 22px;
    font-family: 'Whitney A','Whitney B',sans-serif;
    font-style: normal;
    font-weight: 400;
}
#nextsteps{ margin-top: 10px;}
.secDesc h4{min-height: 50px;}
#course_compare_saved label, #course_compare_saved span, #course_compare_saved input{margin-top: 2px}
#compare-table input:focus{outline: none;}
/* Fix wrapping of NC on course type*/
#checkboxes-coursetype {white-space: nowrap;}
#checkboxes-coursetype ul {padding:0px}
.lowCapacity{font-weight: bold; color: #990616}}  
/*** End of Course Search Additions ***/

/*Homepage Video Updates August 2021*/
#hp-video{
	position:relative;
	width:100%;
}

.hp-video-buttons{display:none;}

.hpImage-mobile{display:none;}

@media (max-width:30em){
 	.hpImage-mobile{display: block; width: 100%}
  	.hpImage-mobile img{width: 100%}
	#hp-video video{display:none}
	#hp-video button{display:none} 
}

@media (min-width:70em){
#hp-video .hp-video-buttons{
  	display:block;
	position:absolute;
	top:60%;
	right:1%;
    width: 300px;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  	margin-top: 10px;
}
}

body header.mobi-open .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .hp-video-buttons {
  display: block;
  background: #b6ced1;
}

body header.mobi-open .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .hp-video-buttons a.button {
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 50%;
}

#hp-video{
  position: relative;
  background-color: #b6ced1;
  max-height: 100vh;
  width: 100%;
  overflow: hidden;
}


.hp-video-buttons ul{
	list-style-type: none;
}

.hp-video-buttons a.button{
	color: #ffffff;
	text-align:center;
  	display:block !important;
  	margin: auto;
  	margin-top: 25px;
  	padding: 20px;
  	float:none;
}
#homevid{
  	object-fit:cover;
}

#button-play-pause {
    position: absolute;
    z-index: 100;
    border: 0;
    background-color: transparent;
    bottom: 1rem;
  	right: 1rem;
  	width: auto;
}

#button-play-pause .fa {
    color: white;
    font-size: 3em;
    text-shadow: 0 0 0.5rem rgb(0 0 0 / 70%);
  	opacity: .75;
}

#button-play-pause:hover .fa {
    color: #007582;
}

#button-play-pause.playing .fa-play {
    display: none;
}

#button-play-pause .fa-pause {
    display: none;
}

#button-play-pause .fa-play {
    display: block;
}

#button-play-pause.playing .fa-pause {
    display: block;
} 

/* Highlight, icon and button content types - Additions October 2022*/
.h-box{
	margin: 5px;
  	min-height: 150px;
	padding: 50px 0;
  	text-align:center;
}

div.light{
  background: #b6ced1;
}

div.teal{
  	background: #007582;
}

div.teal p, div.teal a{
  	color: #ffffff !important;
}

.light p a{
border-bottom: 1px solid #ffffff !important;
}
.light p a:hover{
border-bottom: 1px solid #007582 !important;
}
.teal p a:hover{
border-bottom: 1px solid #ffffff !important;
}

.stat{ 
  	font-size: 40px;
  	line-height: 40px;
}

.grid {
  display: grid;
  margin-bottom: 20px;
  grid-gap: 1rem;
}

.grid > .highlight {
  padding: 1.5rem;
  min-height: 150px;
  text-align:center;
  margin-bottom: 10px;
}

#icon a{
  border-bottom: none !important;
}

#icon div{ 
  text-align:center;
}

#icon img{  
 	max-width: 250px;
 	margin: 0 auto;
  	float:none;
}

@media (min-width: 45em) {
  .grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 70em) {
  .grid {grid-template-columns: repeat(auto-fit, minmax(min(100%/3, max(64px, 100%/5)), 1fr));}
}

.widgetBox{
  padding: 20px 30px 20px 20px !important; /*two column widget text box*/
}

/*Accessibility Focus Indicator*/
*:focus-visible{
	outline: 3px #24408e solid !important;
	outline-offset: 2px;
}
.accordion h3:focus-visible, .subnav a:focus-visible {
	outline: 3px #24408e solid !important;
	outline-offset: -3px !important;
}
.l-promo-sidebar{padding: 5px;}


/*Hubspot CSS - Updated July 2025*/
.hsfc-Step__Content{
  padding: 0px;
}










