.white * { color: #FFF; } .white .border-width { background-color: #FFF; }
.black *, .fsEmbed * { color: #000; } .black .border-width { background-color: #000; }

html {
    overflow-x: hidden;
}

a {
    color: inherit;
}
input[type="text"], textarea, input[type="select"] {
  color: #000 !important;
  height: 100% !important;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    font-size: .95rem;
}

.course-overview h2 {
    font-size: 30px;
    color: #742c90;
}

p, li{
   /* font-size: 16px;*/
}

b, strong {
    font-weight: bold;
}

.no-access {
    opacity: .25;
    pointer-events: none;
}

.top-bar {
    background-color: #02cbff;
    color: #FFF;
}

.homeLogo {
  background-image: url("/images/logos/Circular Logo.png");
  background-size: contain;
  display: inline-block;
  filter: invert(1);
  height: 150px;
  text-indent: -99000px;
  width: 150px;
  background-color:  transparent !important;
  
}

.dropdown.open ul li {
  padding: 0;
}

.navbar-static-top {
  border: medium none;
  border-radius: 0;
  width: 100%;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #8a946d;
}

.has-error .control-label {
  color: #FFF;
  border-left: 25px solid #a94442;
  padding-left: 10px;
}



.has-error .form-control {
  background: #FFC3C1;
}

.border-width {
  display: block;
  height: 1px;
  margin: 10px auto;
  width: 90px;
}

.border-width.left {
    margin-left: 0;
}


.navbar {
    /*background-color: #1b1b1b;*/
    padding-bottom: 5px;
}

.nav > li {
    /*padding-left: 39px;
    padding-right: 39px;*/
    
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  border-color: #337ab7;
  background-color:  #eee;
  color:  #FFF;
}

.open > a {
    color: #FFF;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #237374;
  border-color: #FFF;
  color: #fff;
}

.bottom-nav li{
    padding-left: 37px;
    padding-right: 37px;
}

#homeSlider {
  height: 508px; 
}
.backstretch {
  opacity: 0.9;
}

.sub-btn a{
    padding: 14px 60px;
    margin: 10px;
}


.navbar-brand {
    padding: 5px;
    height: 90px;
    line-height: 30px;
    width: auto;
}

.navbar-brand > img {
  height: 100%;
  margin-top: 4px;
}

.navbar-nav > li > a {
  color: #FFF;
  padding-top: 35px;
  padding-bottom: 35px;
  
}
.nav > li > a:focus, .nav > li > a:hover {
  /*background-color: #eee;*/
  text-decoration: none;
  color: #1D3A8B;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #65c90f;
}


.open > .dropdown-menu {
  display: block;
  z-index: 9999;
}


.navbar-toggle {
  background-color: #4086c6;
}

.navbar-toggle .icon-bar {
  background: #fff none repeat scroll 0 0;
}

.contentblock h2 {
    font-size: 24px;
    
    
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #8a946d;
}

.page-breadcrumb {
  background-color: #4086c6;
}

.breadcrumb {
    color: #FFF;
}
.breadcrumb > li + li::before {
  color: #ccc;
  content: none;
  padding: 0 5px;
}

.side-event {
  border-bottom: 1px solid #B8B8B8;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.side-event .s-event-date {
  width: 70px;
}
.side-event .s-event-date span {
  background-color: #65C90F;
}

.logos img { margin-bottom: 30px; }
.footer ul.f-list.all-border li a {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.footer-top {
    background-color: #39362d;
    padding: 40px;
    
}

.footer-bottom {
    background-color: #000;
    padding: 10px;
    color: #FFF !important;
    line-height: normal;
}

.redbox {
    padding: 10px; 
    background-color: rgba(0,0,0,0.25);
    height: 168px;
    border-radius: 3px;
    
}

.btn-back, .btn-next, .btn-up {
    margin: 0 15px;
}
.btn-back {
    background: #b69d46;
    color: #FFF;
}
.btn-up {
    background: #656565;
    color: #FFF;
}
.btn-next {
    background: #4086c6;
    color: #FFF;
}

.btn-info {
    color: #fff;
    background-color: #b69d46;
    border-color: #b69d46;
}

.bg-white {
	background-color: #FFF;	
	padding: 15px;
}
.border-black {
	margin: 0;
	background: #000;	
}
.quick-links li a {
	color: 	#0FB1B3;
	font-size: 17px;
	font-weight: bold;
	padding: 1em 0;
	border-bottom: 1px solid #CCC;
	display: block;
}
.quick-links li:last-child a {
	border-bottom: none;
}


#footer-links .list-group-item {
    padding: 4px 10px;
}


.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}


.form-horizontal .control-label {
    font-size: 15px;
}

.ui-sortable {
  list-style: none;
  padding: 0;
}
.ui-sortable li {
    cursor: -webkit-grab;
}

.ui-sortable li {
  padding-left: 1.5em !important;
}
.ui-sortable li:before {
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.ui-sortable:nth-of-type(odd) li:before {
  content: "\f047"; /* FontAwesome Unicode */
}
.ui-sortable:nth-of-type(2) li:before {
  content: "\f07d"; /* FontAwesome Unicode */
}

.dialogue-instructions {
    font-size: 1.75rem;
    font-weight: bold;
    font-style: italic;
    background: #efefef;
    padding: 15px 15px 5px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.dialogue-example {
    font-size: 1.5rem;
    font-style: italic;
    background: #efefef;
    padding: 15px 15px 5px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

textarea, .form-inline textarea.form-control {
    width: 100%;
}

button#previous, button#next, button#continue, button#save {
    border: 1px solid #b3b3b3;
    background: #f3f3f3;
}

.course-outline li {
    font-size: 1rem;
    /*line-height: normal;*/
}

blockquote {
    border-color: #315c83;
}


.btn-success {
    color: #fff !important;
    background-color: #4086c6;
    border-color: #4086c6;
}
.btn-success * {
    color: #fff !important;
}

.small > * {
    font-size: 105% !important;
    line-height: 1.75em;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    ul.nav li:nth-child(4) {
      margin-left: -20px;
      padding-right: 20px;
      width: 120px;
    }    
    .nav > li {
      font-size: 11px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    nav.navbar {
       /* background: #7e7e7e none repeat scroll 0 0 !important;*/
        position: relative;
    }
    .nav > li {
      width: 100%;
    }
    ul.nav li:nth-child(4) {
      /*display: none;*/
    }    
}

/* collapse the menu sooner - Glen */

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}