/* @charset "utf-8";
CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Titillium+Web:200,300,400,600,700,900');
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.4em;
    margin-top: 0px;
    font-size: 16px;
    color: #545454;
}
strong, .text-strong {
    font-weight: 700;
}
.text-light {
    font-weight: 300;
    letter-spacing: .03em;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #2f94ce;
    line-height: 1.25em;
}

small, .small {
    font-size: 85%;
    line-height: 1.5em;
}

.lineHtTight{
    line-height: 1.2em;
}
.tiny {
    font-size: 80%;
    line-height: 1.25em;
}
.medium {
    font-size: 95%;
    line-height: 1.35em;
}
a:active, a:focus, a, a > img {
    outline: none;
    border: 0;
    text-decoration: none;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(47, 148, 206, 0.41);
}
.hrShort {
    margin-top: 8px;
    margin-bottom: 8px;
}
.hrTight {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(189, 189, 189, 0.41);
}
.hrTighter {
    margin-top: 0px;
    margin-bottom: 4px;
    border: 0;
    border-top: 1px solid rgba(189, 189, 189, 0.41);
}
.hrWhite {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.41);
}

.label, label{
    margin-top: 5px;
    color: #69acd2;
    font-weight: 500;     
}

.panel-title-bolder {
    font-size: 17px;
    font-weight: 500;
    color: #337ab7;
}
/* Panel + / - */

/* Opened */
.panel-heading a:after {
    font-family: FontAwesome;
    content: '\f146';
    float: right;
    color: rgb(232, 46, 156);
}
/* Closed */
.panel-heading a.collapsed:after {
    font-family: FontAwesome;
    content: '\f0fe';
    float: right;
    color: #337ab7;
}

.table-condensed {
    font-size: 14px;
}
.courseTabBackLight {
    background-color: #fbfbfb !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: inherit;
}
/* DataTables */
.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
    border-top: 1px solid #d2d2d2;
    padding-top: 7px;
    /*background-color: #f9f9f9;*/
    padding-bottom: 5px;
    padding-left: 10px;
}
input[type="search"] {
    margin-right: 10px;
}
.form-control {
    border-radius: 0px;
}
table.dataTable thead .sorting_desc {
    background-image: url('sort_desc.png');
}
table.dataTable thead .sorting_asc {
    background-image: url('sort_asc.png');
}
table.dataTable thead .sorting {
    background-image: url('sort_both.png');
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #e0e0e0;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width: 767px){
.table-responsive {
    padding-left: 3px;
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 25px;
}   
}


.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #ababab;
    border-color: #ababab;
}

.listNoHover{
  background-color: transparent;  
}

.list-group-modified {
    padding-left: 0;
    margin-bottom: 0px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .02em;
}
.list-group-item-modified {
    padding: 2px 15px;
}
.list-group-center-item-mod {
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    letter-spacing: normal;
    color: #545454;
}
.list-group-condensed {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
}
.list-group-condensed:hover {
    background-color: rgba(243,243,243,1.00);
}

/* ====== XXL Width =======*/
/* BOOTSTRAP */
@media (min-width: 1920px) {
.container {
    width: 1890px;
}
}

@media (min-width: 1600px) {
.container {
    width: 1570px;
}
}

@media (min-width: 1400px) {
.container {
    width: 1350px;
}
}

/* ===== NAVBar Height ======*/
@media (min-width: 768px) and (max-width: 1023px) {
.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;
}
}
/*.navbar {
    min-height: 105px;
    background-color: transparent;
    margin-bottom: 0px;
    border-bottom: solid 0px #2f94ce;
}*/

.navbar {
    border-radius: 0px;
    min-height: 105px;
    background-color: white;
    margin-bottom: 0px;
    border-bottom: solid 1px #b7e1f9;
}


@media (max-width: 768px) {
.navbar {
    min-height: 50px;
    border-bottom: solid 1px #2f94ce;
    background-color: white;
}
.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    color: rgb(160,36,151);
    background-color: white;
}    

}
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-right: 8px;
    padding-bottom: 10px;
    padding-left: 8px;
    font-size: 16px;
    color: #2f94ce;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 30px;
    /*margin-left: 4px;*/
   /* margin-right: 4px;*/
    /*border-bottom: solid 1px #2f94ce;*/
}

@media (max-width: 1200px) {
.nav > li > a {
    padding: 14px 10px;
}
}

@media (max-width: 1024px) {
.nav > li > a {
    font-size: 16px;
    padding-top: 10px;
    padding-right: 7px;
    padding-bottom: 6px;
    padding-left: 7px;
    margin-top: 25px;
    /*margin-left: 2px;*/
    /*margin-right: 2px;*/
}
}

@media (max-width: 768px) {
.nav > li > a {
    font-size: 14px;
    padding: 14px 3px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    border-bottom: solid 0px #2f94ce;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: inherit;
}
}
.navbar-toggle {
    /*border-color: rgba(47, 148, 206, 0.80);
    background-color: rgba(47, 148, 206, 0.13); */   
    border-width: 2px;
    padding: 8px 8px;
}
.navbar-toggle .icon-bar {
    width: 25px;
    height: 2px;
    background-color: #2f94ce;
}
.navbar-inverse {
    background-color: #2f94ce;
    border-color: #2b98d6;
    margin-bottom: 0px;
}
.navbar-inverse .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.80);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.27);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.20);
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: rgba(47, 148, 206, .1);
}

@media (max-width: 440px) {
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
}

@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgba(255, 255, 255,0.85);
}
}
.navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
}

.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: rgb(160,36,151);
    color: white !important;
} 

.dropdown-menu > li > a {
    color: white;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .03em;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(245, 245, 245, 0.32);
}
.dropdown-menu {
    padding: 12px 0;
    margin: 2px 0 0;
    background-color: #3296cf;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 0px solid rgb(187, 187, 187);
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
    background-color: #3296cf;
}
}
.menuHint {
    position: absolute;
    right: 80px;
    margin-top: 16px;
    color: rgba(47, 148, 206, 1.0);
    font-size: 14px;
    font-weight: 500;
}
.menuHintTabs {
    position: absolute;
    left: 65px;
    margin-top: 16px;
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    font-weight: 500;
    top: -2px;
}

@media (max-width: 767px) {
.menuHintTabs {
    position: absolute;
    left: 65px;
    margin-top: 16px;
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    font-weight: 500;
    top: -10px;
}
}
.logoOverlay {
    position: absolute;
    /*max-height: 100px;*/
    max-height: 110px;
    margin-left: 35px;
}
.logoMenuPad {
    padding-left: 300px;
}

@media (max-width: 1023px) {
.logoOverlay {
    position: absolute;
    max-height: 50px;
}
.logoMenuPad {
    padding-left: 0px;
}
}
.modal-content {
    border-radius: 0px;
}
/*===  Bootstrap addtl changes ====*/
.btn {
    border-radius: 2px;
}
.btn-xs {
	font-weight: 600;	
}
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}
button:active, .btn:active, .btn:focus {
    outline: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline-offset: 0px;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 4px 15px;
}
.btn-min{
	padding-left: 25px;
	padding-right: 25px;
}
.btn-full{
	width: 100%;
}


/* NAVBar - Login DropDown*/
ul.dropdown-lr {
    min-width: 300px;
    color: white;
}
.dropdown-lr a, .dropdown-lr .a {
    color: white !important;
}

@media (max-width: 768px) {
.dropdown-lr h3 {
    color: #eee;
}
.dropdown-lr label {
    color: #eee;
}
.dropdown-lr {
    background-color: #2f94ce !important;
}
}
.padBottom {
    padding-bottom: 30px;
}
.top-buffer {
    padding-top: 25px;
}

@media only screen and (max-width : 768px) {
.top-buffer-xs {
    padding-top: 25px;
}
}
.top-buffer-large {
    padding-top: 35px;
}
.top-buffer-xlarge {
    padding-top: 45px;
}
.top-buffer-medium {
    padding-top: 18px;
}
.top-buffer-small {
    padding-top: 12px;
}
.top-buffer-smaller {
    padding-top: 6px;
}
.slideWidth {
    width: 100%;
    height: auto;
}
.slideWidth90 {
    width: 90%;
    height: auto;
}
.colorWhite, .colorWhite:hover {
    color: white !important;
}
.colorBlue {
    color: #2f94ce;
}
.colorGrey {
    color: #6E6E6E !important;
}
.colorLtGrey {
    color: #878787 !important;
}
.colorPurple {
    color: #5A0082 !important;
}
.backBlue {
    background-color: #2f94ce !important;
}
.colorYellow {
    color: #fae017;
}
.colorGold {
    color: #dcaa00 !important;
}
.colorGreenDark {
    color: #3F728F;
}
.backGreenDark {
    background-color: #3F728F !important;
}
.colorGreenLt {
    color: rgb(206, 250, 249);
}
.backGreenLt {
    background-color: rgb(206, 250, 249) !important;
}

.colorRed {
    color: rgb(236, 0, 0);
}

.topMarginOnOff {
    margin-top: -20px;
    margin-bottom: 5px;
}


@media only screen and (max-width : 768px) {
.topMarginOnOff {
    margin-top: 0px;
}
}

.marginButtomOff {
    margin-bottom: 0px;    
}
.lineHTTight{
    line-height: 1.2em;
}

/* NAV remove top nav apscing */
.navRemove {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.tabWhite > .active {
    color: #2f94ce !important;
}
.tabWhite {
    color: white;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #a02487 !important;
}
.alignSwitchRtLt {
    text-align: right;
}

@media only screen and (max-width : 768px) {
.alignSwitchRtLt {
    text-align: left;
    float: none !important;
    font-weight: 500;
}
}
.semiTrans {
    opacity: 0.7;
}
/*====  FONT AWESOME ====*/
.fa {
    padding-left: 2px;
    padding-right: 2px;
}
/*===  BXSlider changes ====*/
.bx-wrapper {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff;
    background-color: transparent;
    margin-bottom: 35px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a.focus {
    background-color: #B8B8B8;
    border: 2px solid rgba(255,255,255,0.69);
}
.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 13px;
    height: 13px;
    margin: 0 3px;
    outline: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid rgba(255,255,255,0.32);
    background-color: rgba(193,193,193,0.50);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -5px;
    width: 100%;
}
.bx-wrapper .bx-controls-direction a {
    top: 100%;
    z-index: 15;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: -14px;
    background: url('../css/bootstrap-bxslider-images-controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
    right: -14px;
    background: url('../css/bootstrap-bxslider-images-controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-controls-auto .bx-start {
    background: url('../css/bootstrap-bxslider-images-controls.png') -86px -11px no-repeat;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    background: url('../css/bootstrap-bxslider-images-controls.png') -86px -44px no-repeat;
}
/* HOME Gradient*/
#gradient {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}
.backHomeSlider {
    border-bottom: 0px solid #2f94ce;
    background-image: url(../images/back-home-slider-gradient-0.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 100%;
    margin-top: -25px;
}

@media only screen and (max-width : 768px) {
.backHomeSlider {
    border-bottom: 0px solid #2f94ce;
    background-image: url(../images/back-home-slider-gradient-2.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 100%;
    margin-top: 0px;
}
}
.backColorSlider {
    border-bottom: 0px solid #2f94ce;
    background-image: url(../images/back-COLOR-slider.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 100%;
    margin-top: -25px;
}

@media only screen and (max-width : 768px) {
.backColorSlider {
    border-bottom: 0px solid #2f94ce;
    background-image: url(../images/back-home-slider-gradient-2.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 100%;
    margin-top: 0px;
}
}
.courseTabContain {
    background-image: url(../images/back-courses-01b.png);
    background-repeat: repeat-x;
    background-position: center top;
}

@media only screen and (max-width : 768px) {
.courseTabContain {
    background-image: none;
    background-color: #a02487;
    padding-bottom: 30px;
}
}

.courseTabContain2 {
    background-image: url(../images/back-courses-01-GREY.png);
    background-repeat: repeat-x;
    background-position: center top;
}

@media only screen and (max-width : 768px) {
.courseTabContain2 {
    background-image: none;
    background-color: #787878;
    padding-bottom: 30px;
}
}

.courseCtnFluidgradientWhite {
	background-image: url(../images/white-gradient-bottom.png); 
	background-repeat: no-repeat; 
	background-position: center bottom;
	background-size: cover;
}

/*=== FLEX fake  =====*/
.is-table-row-xs {
    display: table;
}
.is-table-row-xs [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (min-width : 769px) {
.is-table-row {
    display: table;
    width: 100%;
}
.is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
}
.rowHover {
    border-bottom: 1px solid rgba(227,227,227,1.00);
    padding-top: 8px;
    padding-bottom: 8px;
}
.rowHover:nth-of-type(odd) {
    background-color: #fbfbfb;
}
.rowHover:hover {
    background-color: rgb(247, 247, 247);
}
.rowHoverOnly {
    padding-top: 18px;
    border: 1px solid transparent;
}
.rowHoverOnly:hover {
    padding-top: 18px;
    background-color: rgb(247, 247, 247);
    border: 1px solid rgb(218, 218, 218);
}
.starmanRatings {
    max-width: 22px;
    margin-top: -3px;
}




.bundleImg {
 display: block;
    max-width: 100%;
    height: auto;
    max-height: 150px;
  margin-left: 15px;
  float: right
}




/*=====  Shopping Cart Progress  =======*/
.bs-wizard {
    margin-top: 10px;
}
/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}
.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 12px;
    line-height: 1.25em;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fbe8aa;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #fbbd19;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}
.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #fbe8aa;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #f5f5f5;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}
/*END Form Wizard*/



/*===== Fixed Footer =========*/
.container-bottomPad {
    padding-bottom: 25px;
}
.medium-footer {
    font-size: 14px;
    line-height: 1.5em;
    color: white;
}
html {
    position: relative;
    min-height: 100%;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
body {
    /* additional style for effect only not needed in bootstrap*/
    padding: 0;
    margin: 0;
    /*for fix top*/ margin-top: 110px; 
    background-repeat: repeat-x;
    background-position: center center;
    background-size: 100% auto;    
}

@media only screen and (max-width : 769px) {
   body {
    /*for fix top*/ margin-top: 50px;  
} 
}

@media only screen and (max-width : 769px) {
.formForce100 {
  width:100% !important;  
}
}

.btn-info {
    color: #fff;
    background-color: #2f94ce;
    border-color: #2f94ce;
}

/* The side navigation menu */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  border-right: 1px solid lightgrey;
}

.sidenav a {
    padding: 8px 9px 6px 20px;
    text-decoration: none;
    font-size: 20px;
    color: #2f94ce;
    display: block;
    transition: 0.3s;
    font-weight: 500;
    border-bottom: 1px solid #2f94ce38;
}

.sidenav a:hover {
    color: #ffffff;
    background-color: rgb(160,36,151);
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
    border-bottom: none;    
}
.sidenav .closebtn:hover {
  background-color: white;
    color: rgb(160,36,151);
}

.menuBarsHint{
position: absolute;
    margin-left: 55px;
    margin-top: 12px;
    font-weight: 500;
    color: #2f94ce;
}    


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}