/* Relayware. All Rights Reserved 2014 */


/* ==========================================================================
   General
============================================================================= */

form {
  display: inline-block !important;
}

a {
  color: #37348b;
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  background-color: #37348b;
  border-color: #37348b;
}

#editLinks {
  list-style: none !important;
}

#editLinks li {
  display: inline-block;
}


/* ==========================================================================
   General
============================================================================= */

.logged_in_bar_wrapper {
  display: none !important;
  background-color: #37348b;
}

.logged_in_dashboard {
  margin-left: 17px;
  color: #37348b;
}

.logged_in_contact {
  font-size: 14px;
}

.logged_in_contact,
.logged_in_dashboard a {
  color: #37348b;
}

.logged_in_dashboard a:hover {
  color: #706f6f;
  text-decoration: underline !important;
}

@media screen and (max-width: 990px) {
  .logged_in_contact {
    font-size: 0.9rem;
  }
}


/* ==========================================================================
   Header 
============================================================================= */

#mainHeader {
  margin-top: 10px;
}

#mainHeader>div:first-child {
  margin-top: 5px;
}

#mainHeader:after {
  content: "";
  display: table;
  clear: both;
}

.logo {
  margin: 17px 0 0 0;
}

.logo img {
  width: 194px;
}

#headerContainerInner {
  background-color: #37348B;
}

#headMainHeaderContainerWrapper {
  background-image: none;
  background-color: #fff;
  box-shadow: none;
}


/*SEARCH FORM*/

#searchform {
  margin-top: 7px;
}

#searchform .ui-input-text,
#searchform button {
  display: inline-block;
  height: 32px;
  border-radius: 0;
}

#searchform .ui-input-text {}

#searchform .ui-input-text input {
  height: 100%;
  width: 250px;
  padding: 5px 10px 3px 34px;
  border: 1px solid #706f6f;
  border-right: none;
  background: url(/borders/images/icon_search02.png) 10px center no-repeat #fdfdfd;
}

#searchform button {
  -webkit-appearance: none;
  border: 1px solid #706f6f;
  border-left: none;
  background-color: #706f6f;
  color: #fff;
  width: 90px;
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  position: relative;
  left: -5px;
  top: -2px;
  font-size: 1em;
  line-height: 1;
  font-weight: normal;
  /*margin-right: 25px;*/
}

.loginsignup {
  padding-top: 12px;
}

.loginsignup a {
  display: inline-block;
  margin: 0 10px;
}

.loginsignup>div>a:nth-child(1),
.loginsignup>div>a:nth-child(2) {
  position: relative;
  top: 5px;
  left: 93%;
}

#headerSubHeader {}

#headerSubHeader .sub {
  display: none;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  #searchform .ui-input-text input {
    width: 199px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #headMainHeaderContainerWrapper {
    height: 130px;
  }
  #searchform {
    width: 100%;
  }
  .ui-input-text {
    width: 77%;
  }
  #searchform .ui-input-text input {
    width: 100%;
  }
  .search-form {
    /*width: 100%;*/
    /*float: left;*/
  }
  .loginsignup {
    width: 36%;
    display: inline-block;
    margin-bottom: 20px;
    padding-right: 4px;
  }
}

@media screen and (max-width: 767px) {
  #headMainHeaderContainerWrapper {
    display: none;
  }
}


/* ==========================================================================
   Navigation
============================================================================= */

#navigationWrapper {
  background-color: #37348b;
}

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

@media screen and (max-width: 767px) {
  #navigationWrapper {
    margin-top: 0;
  }
}

#navigationContainerWrapper {}

.navbar-nav {
  float: none;
  width: 100%;
  margin: 0 auto;
  height: auto;
}

.navbar-nav>li>a {
  color: #fff !important;
  padding: 8.5px 20px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}

.navbar-nav>li:hover>a,
.navbar-nav>li.active>a,
.navbar-nav>li>a:active {
  background-color: #706f6f !important;
  text-decoration: none !important;
  color: #fff !important;
}

#mainNavigation .visible-sm,
#mainNavigation .visible-md,
#mainNavigation .visible-lg {
  display: none !important;
}

.navbar-nav>.dropdown:hover:before {
  content: '';
  z-index: 1003;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 12px;
}

.navbar-nav>.dropdown:hover>a:after {
  content: '';
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent rgba(54, 51, 138, 1) transparent;
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 1002;
}

ul.dropdown-menu {
  margin-top: 12px !important;
  background-color: rgba(54, 51, 138, 1);
  padding: 10px 0 5px;
  border-radius: 4px !important;
}

ul.dropdown-menu li a {
  color: #fff;
  padding: 10px 20px !important;
  margin: 10px auto;
}

ul.dropdown-menu li a:first-child {
  margin-top: 0;
}

ul.dropdown-menu li a:last-child {
  margin-bottom: 0;
}

ul.dropdown-menu li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #706f6f !important;
}

.navbar-default .navbar-toggle {
  background-color: #37348b !important;
  color: #fff !important;
}

.navbar-default .navbar-toggle.fa-times {
  background-color: #706f6f !important;
  width: 34px !important;
}


/*CHILD MENNU TOGGLE OVERRIDE*/

@media screen and (min-width: 768px) {
  li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}

#breadcrumb-trail ul {
  list-style: none;
  padding-top: 10px;
  padding-left: 20px;
}

#breadcrumb-trail ul li {
  display: inline-block;
}


/* ==========================================================================
   Left Nav
============================================================================= */

.leftNav {
  list-style: none;
  padding: 0;
}

.leftNav ul {
  list-style: none;
  padding-left: 0;
}

.leftNav li {
  display: block;
}

.leftNav a {
  font-size: 22px;
}

.leftNav>li>ul>li {
  display: block;
}

.leftNav>li>ul>li>a {
  display: block;
  border-radius: 0 !important;
  background-color: transparent !important;
  padding: 5px 28px !important;
  color: #706f6f !important;
  font-weight: normal !important;
  /*border-bottom: 1px solid #c1d1db;*/
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin: 0 !important;
  font-size: 1.1145em;
  text-decoration: none;
}

.leftNav>li>ul>li>a:hover {
  color: #706f6f !important;
  text-decoration: underline !important;
}

.leftNav>li>ul>li:first-child>a {
  /*border-top: 1px solid #c1d1db;*/
}

.leftNav>li>ul>li.selected>a {
  background: url('../styles/images/icon_selecter.gif') no-repeat left center !important;
  color: #37348b !important;
  font-weight: bold !important;
}


/* ==========================================================================
   Main Content
============================================================================= */

#contentContainer {
  margin: 40px auto 150px;
  padding-bottom: 0;
}

.slidesContainer {}

.homepagecontent>.col-md-9>.row:nth-child(2) {
  margin-top: 25px;
}

.homebox {
  padding: 20px;
}

.homebox h4 {
  text-align: center;
  font-size: 22px;
  color: #37348b;
}

.homebox p {
  text-align: justify;
}

.homebox a {}

.homebox img {
  display: block;
  margin: 20px auto;
  height: 50px;
}

.eventsListingCol {
  margin-top: 50px;
}

.trainingevets {
  margin-top: 30px;
}

.learninglibrary {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .learninglibrary {
    margin-top: 25px;
  }
}


/* ==========================================================================
   Carousel
============================================================================= */
/* customer start */
.carousel {
  overflow: hidden;
}

.carousel .carousel-inner > .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* customer end */


.carousel-inner {
  height: inherit;
  max-height: 100%;
  overflow: hidden;
}

.carousel-inner>.item {
  height: inherit;
}

.carousel-inner>.item>img {
  width: 100%;
}

.carousel-caption {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.carousel-caption h3 {
  font-size: 4em;
  color: #fff;
  text-align: left;
}

.carousel-caption p {
  font-size: 1.01125em;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  bottom: 0 !important;
  /*padding-top: 11px;*/
}

.carousel-indicators li {
  background-color: #f6f7f8;
  height: 13px;
  width: 13px;
  margin: 0 5px;
  border: 1px solid #333;
}

.carousel-indicators li.active {
  background-color: #37348b !important;
  border: 1px solid #333 !important;
  height: 13px !important;
  width: 13px !important;
  margin: 0 5px !important;
}

body#bodyLoggedOut .lowerLevelbox-shadow::after,
body.lowerlevel .lowerLevelbox-shadow::after {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.carousel-control {
  display: none;
}


/* ==========================================================================
   Footer
============================================================================= */

#footerContainer::after {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

#footerContainer {
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #111;
  padding: 25px 0;
}

#footerContainer a{
  color: #fff;
}

.footerContainerTop {
  padding: 0;
}

.footcalltoaction {
  margin: 0;
  margin-bottom: 10px;
  max-width: 100%;
  background-color: #fff;
}

.footcalltoaction .btn:not(:first-child) {
  margin-left: 40px;
}

.footcalltoaction .btn,
.footcalltoaction .btn i {
  color: rgb(112, 111, 111);
}

.footcalltoaction i {
  margin-right: 5px;
}

.mainfootersection {
  margin: 0;
  background-color: #000;
  max-width: 100%;
  padding: 40px 0 25px;
}

.mainfootersection ul {
  padding-left: 0;
  list-style: none;
}

.mainfootersection li:not(:first-child) {
  margin: 10px 0;
}

.mainfootersection li:first-child {
  margin-bottom: 20px;
}

.mainfootersection h4,
.mainfootersection a {
  color: #fff;
}

.mainfootersection h4 {
  font-size: 16px;
  font-weight: 600;
}

.mainfootersection i {
  margin-right: 10px;
}

.footcopyright {
  background-color: #000;
  max-width: 100%;
  margin: 0;
}

.footcopyright p {
  text-align: center;
  margin: 0;
  padding-left: 0;
  color: rgb(112, 111, 111);
}

.footerNav{
  margin-top: 20px;
  padding-left: 0;
}

.footerNav li:not(:last-child){
  margin-bottom: 5px;
}

.contactDiv .share li{
  display: inline-block;
  font-size: 30px;
  float: right;
  margin-left: 15px;
}

/* ==========================================================================
   ActivityStream
============================================================================= */

.nav-tabs {}

.nav-tabs li {
  background-color: #00ACC1;
}

.nav-tabs a {}


/* ==========================================================================
   Loader ??
============================================================================= */

.ui-loader {
  display: none;
}


/* ==========================================================================
   First time login  modal
============================================================================= */

.firstLoginModal .modal-footer {
  padding: 0;
}

.journeyAlert {
  margin: 20px auto;
}

.journeyAlert h4 {
  text-align: center;
  color: #111;
}

.journeyAlert p {}

.firstLoginModal .modal-footer .btn-group {
  width: 100.2%;
}

.firstLoginModal .modal-footer .btn-group button {
  width: 50%;
  height: 50px;
  font-size: 20px;
}

.firstLoginModal .modal-footer .btn-group button:first-child {
  border-top-left-radius: 0;
}

.firstLoginModal .modal-footer .btn-group button:last-child {
  border-top-right-radius: 0;
}


/* ==========================================================================
   A Sarabi FEB 2017 Restyling ...
============================================================================= */

#searchform {
  width: 100%;
}

#searchform input.form-control {
  display: inline-block;
  width: 250px;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#searchform button {
  height: 34px;
  position: relative;
  top: 0;
}

#profile-pic {
  display: inline-block;
  position: relative;
  top: -8px;
}

#profile-pic img {
  /* PROFILE IMAGE */
  max-width: 50px;
}

.header-profile {
  /* HEATHER PROFILE */
  display: inline-block;
  list-style: none;
  padding-left: 15px;
}

.header-profile li {
  text-align: left;
}

.header-profile li:nth-child(2) a:first-child {
  margin-right: 5px;
}

.header-profile li:nth-child(2) a:last-child {
  margin-left: 5px;
}

#navbar {
  background-color: #37348b;
  border-color: #37348b;
}

#subHeader,
#innerContentHeader {
  display: none;
}

.activityStreamCol h2,
.eventsCalendarCol h2,
.eventsListingCol h2 {
  font-size: 24px;
}

.eventsCalendarCol,
.eventsListingCol {
  margin-top: 25px
}

.lowerLevelbox{
  padding: 0;
}

.dropdown-menu{
  border: 0;
  min-width: 100%;
}

#editLinks{
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  #mainHeader>div:first-child {
    display: block;
    width: 100%;
    margin-bottom: 25px;
  }
  #mainHeader>div:last-of-type {
    width: 30%;
  }
}

@media screen and (max-width: 761px) {
  .logo-small {
    margin-right: 15px;
  }
}
.header-profile li span {
    display: inline-block;
    padding: 0 5px;
    color: #333;
    font-family: 'Helvetica', 'Arial';
}

.loggedoutheader .header-profile a {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    font-family: 'Helvetica', 'Arial';
}

.loggedoutheader .header-profile a:hover {
    text-decoration: underline;
}

.loggedoutheader .header-profile {
  padding-top: 12px;
}

#RegImageHolderMain {
  display:none;
}

.element_1539 form#details {
  border: 0px;
}

.element_1539 #relayFormDisplay {
  margin:0px;
}

#details {
  width:100%;
  float:left;
}

.courses h2:nth-child(2){display:none;}

.courses h2 {
display:none!important;
}

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

.modules h3 {
font-size:18px;
}
