html, body {
  height: 100%;   
}

body {
  font-size: 15px;
  line-height: 21px;
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  text-shadow: none;
}

#page-content {
  background: #fff;
  min-height: 76%; /*fallback*/
  /*   min-height: calc(100% - 228px); */
  min-height: calc(100% - 222px);
  position: relative;
  overflow: hidden;
  /*   padding-bottom: 295px; */
  padding-bottom: 132px;

}

h1 {
  font-size: 24px;
  line-height: 24px;
  color: black;
  text-shadow: none;
  margin-top: 10px;
  font-family: 'Jura', sans-serif;
  font-weight: bold;
}

h2 {
  font-size: 18px;
  font-weight: lighter;
  color: #618FB6;
  text-shadow: none;
  margin-top: 0px;
  font-family: 'Jura', sans-serif;
  font-weight: bold;
}
h3 {
  font-size: 16px;
  color: #031746;
  font-family: 'Jura', sans-serif;
  font-weight: bold;
}
.space20 {
  padding: 10px 0;
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex: 1 0 25%;
  flex: 1 0 25%;
}

.btn {
  text-decoration: none;
  color: #fff !important;
  border-radius: 0;
  border: 1px solid #fff;
  font-size: 16px;
  font-family: 'Jura', sans-serif;
}
.btn:focus {
  outline: none;
}

.blue {
  background:#618FB6;
  color: #fff !important;
}
a.blue:hover {
  background: black;
}
.red {
  background:#FE0000;    
}
a.red:hover {
  background: black;
}
.black {
  background: #000000;
}
.navy {
  background: #031746;
  color: #fff;
}
a.navy:hover {
  background: #000000;
}

.arrow-right {
  border-top: 39px solid transparent;
  border-bottom: 38px solid transparent;
  border-left: 22px solid;
  position: absolute;
  z-index: 2;
}
.arrow-left {
  border-top: 39px solid transparent;
  border-bottom: 38px solid transparent;
  border-right: 22px solid;
  position: absolute;
  z-index: 2;
}
.arrow-down {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid;
  width: 0;
  height: 0;
  position: absolute;
  left: 20%;
}
.red-arrow-right {
  border-left-color: #A60000 !important;
}
.blue-arrow-right {
  border-left-color: #8097cb;
}
.grey-arrow-right {
  border-left-color: #dedede;
}
.red-arrow-left {
  border-right-color: #A60000 !important;
}
.blue-arrow-left {
  border-right-color: #8097cb;
}
.grey-arrow-left {
  border-right-color: #dedede;
}
.navy-arrow-down {
  border-top-color: #031746;
}
.blue-arrow-down {
  border-top-color: #8097cb;
}



a, a:visited  {
  text-decoration: underline;
  color: #000;
  text-shadow: none;
}
a:hover {
  text-decoration: underline;
  color: #8097cb;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #CCCCCC;
}

a.prev-link, a.next-link {
  background: #8097cb;
  color: #fff;
  text-decoration: none;
  padding: 8px;
}

.browser-support {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  text-align: center;
  padding: 50px 30px 30px;
  /*   font-weight: bold; */
}


/* CONTENT BLOCK */
/* .contentBlockDiv {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: baseline;
-webkit-flex-align: baseline;
align-items: baseline;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
} */

.contentBlockDiv .item {
  margin-bottom: 20px;
  /*   margin-bottom: 25px;
  float: left;
  position: relative;
  display: table-cell; */
  /*   -webkit-flex: 1 0 20%;
  flex: 1 0 20%; */
}

/* .contentBlockDiv .item-inner {
text-align: center;
}

.contentBlockDiv .item-inner img {
margin-bottom: 15px;
}

.contentBlockDiv .item-inner p {
text-align: left;
} */

ul.breadcrumb {
    padding: 4px 15px;
    font-size: 13px;
  border-radius: 0;
}



/* --------------------- header ---------------------------------- */
.header {
  padding: 0px;
  color: #fff;
  font-size: 14px;
  font-family: 'Jura', sans-serif;
}
#cauraTopLogo {
  font-size: 16px;
  min-height: 65px;
  padding-top: 24px;
  padding-bottom: 20px;
}
#loginSearch {
  padding-top: 11px;
  padding-bottom: 11px;
}
#loginSearch a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
#loginSearch a:hover {
  background: #000;
  color: #fff;
}
#loginButton{
  float:right;
}
#loginButton  .fa{
  vertical-align: inherit;
  padding-left: 15px;
  color: #fff;
}
#loginSearch a:hover .fa {
  color: #fff;
}
.user-menu{
  right: 233px;
}
span.loginWelcome {
  font-size: 11px;
  display: block;
  text-align: left;
  padding-top: 3px;
}
.topBoxes.logoutButton {
  padding: 0px 16px;
  margin-bottom: 0px;
}
#searchBox {
  font-size: 16px;
  color: #fff;
  border-right: 0px;
}
span.searchAddon{
  background: #618FB6;
  /*   border: 1px solid #666; */
  border-radius: 0px;
}
.searchAddon .fa {
  color: #fff;
}
#search_button {
  background: transparent;
  border: 0;
  border-radius: 0;
}
.searchAddon .btn {
  border: 1px solid #fff;
  padding: 8px 13px;
  background: #618FB6;
}
#searchForm input.topBoxes.form-control{
  color: #fff;
}
#searchForm input.topBoxes::placeholder {
  color: #fff;
}
#searchForm input.topBoxes.form-control::-webkit-input-placeholder, 
#searchForm input.topBoxes.form-control::-moz-placeholder,
#searchForm input.topBoxes.form-control:-moz-placeholder, 
#searchForm input.topBoxes.form-control:-ms-input-placeholder, 
#searchForm input.topBoxes.form-control::-ms-input-placeholder, 
#searchForm input.topBoxes.form-control::placeholder {
  color: #fff;
}


#secondaryNavigation {
  padding-bottom: 10px;
  padding-right: 15px;
}
#secondaryNavigation a {
  color: #ddd;
  text-decoration: none;
  font-size: 15px;
  padding-left: 16px;
}  
#secondaryNavigation a:hover {
  background: transparent; 
}


.fa-2 {
  font-size: 25px;
}
.topBoxes {
  background: #618FB6;
  border-radius: 0px;
  border: 1px solid #eee;
  min-width: 44px;
  min-height: 44px;
  float: left;
  margin-left: 5px;
}
.header p {
  margin-bottom:0px;
}
.header h1 {
  font-size: 32px;
  color: #fff;
  margin-top: 25px;
}



/* ---------------------navigation--------------------- */
.navbar-wrapper {
  background: #fff;
  border-bottom: 0;
  /*   padding: 0 0 12px 0; */
}
.navbar-header {
  float: right;
}
.topper {
  padding: 10px 0px;
}
.navbar {
  min-height: 40px;
  border: 0;
  margin-bottom: 5px;
  box-shadow: -4px 3px 5px #e5e5e5;
}
.navbar p {
  margin-bottom: 0px;
}
.navbar-brand, .navbar-nav>li>a {
  color: #B0B0B0;
  font-family: 'Jura', sans-serif;
  font-weight: bold;
  font-size: 17px;
  padding-left: 15px;
  text-decoration: none;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav>li>a:hover, .nav>li>a:focus, .nav>li.active>a {
  text-decoration: none;
  background-color: transparent;
  color: #666666;
}

.navbar-nav .dropdown-menu .dropdown.active a.dropdown-toggle {
  color: #FFFFFF;
}
.dropdown-menu {
  background-color: #333333;
  border-radius: 0px;
  border: 1px solid #dcdcdc;
  padding: 0px 0px;
  box-shadow: none;
}
.dropdown-menu>li>a {
  padding: 10px 30px;
  font-size: 12px;
  color: #fff;
  border-bottom: 1px solid #dcdcdc;
  font-family: 'Jura', sans-serif;
  text-decoration:none;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  background: #618FB6;
  color: #fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-color: #618FB6;
}
.navbar-toggle {
  background-color: black;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
button.visible-xs {
  margin-top: 48px;
}
.visible-xs {
  display: none;
}

/* SIDR */
#sidr {
  position: fixed;
  /*   z-index: -1; */
}
.navbar-menu .sidr {
  box-shadow: 0 0 3px 3px #000 inset;
  background: #031746;
}
.navbar-menu .sidr ul {
  margin-left: 5px;
  border-color: #031746;
  border-top: 1px solid #000;
}
.navbar-menu .sidr ul li {
  border: 0;
  border-bottom: 1px solid #000;
}
.navbar-menu .sidr > ul ul {
  margin-left: 0;
}
.navbar-menu .sidr li.single {
  display: block;
  margin: 0;
  border-color: #000;
  line-height: 49px;
  letter-spacing: 1px;
}
.navbar-menu .sidr a, #sidr, #sidr a, #sidr a:visited, #sidr a:hover, #sidr a:active {
  color: #fff;
  font-family: 'Jura', sans-serif;
}
.navbar-menu #sidr li:hover > a {
  box-shadow: none;
  background: #031746;
  color: #618FB6;
}
#sidr.sidr ul li a span.sub-arrow {
  background: #000;
  border: 1px solid #666;
}



#main-menu > li > a {
  max-width: 142px;
  text-align: center;
  padding: 15px 12px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a {
  text-decoration: none;
  background-color: transparent;
  color: #618FB6;
}



/* ---------------------sidebar--------------------- */
.sidebar-blocks {
  padding: 20px 36px;
  border: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Jura', sans-serif;
  font-size: 16px !important;
  text-transform: uppercase;
  /*   background: #031746; */
  color: #fff;
  /*   border-right: 1px solid #fff6; */
  text-align: center;
  border: 4px double #EAEAEA;
  width: 100%;
  display: block;
}
.sidebar-blocks.inner-button.red {
  color: #fff;
}
.inner-red-arrow-right {
  display: block !important;
}
.inner-sidebar-links:hover .inner-red-arrow-right {
  border-left-color: #031746 !important;
}
.inner-sidebar-links:hover .sidebar-blocks.inner-button.red{
  background: #fff;
  border: 1px solid #031746;
  color: #031746;
}

.secondary-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
  width: 100%;
}
.secondary-nav.flex li {
  background: none;
  width: 25%; /* fallback */
  width: calc(100%/4);
  display: inline-block;
  padding-left: 0;
  margin-right: 0;
}
.secondary-nav.flex .sidebar-blocks {
  text-align: center;
}

/* .sidebar-links {
display: inline-block;
width: 100%;
text-decoration: none;
} */
.sidebar-links .arrow-right {
  border-top: 39px solid transparent;
  border-bottom: 38px solid transparent;
  border-left: 22px solid;
  position: absolute;
  z-index: 1;
  margin-top: 1px;
  margin-left: 1px;
}
a.sidebar-links:hover .red-arrow-right, a.sidebar-links:active .red-arrow-right, a.sidebar-links:focus .red-arrow-right {
  border-left-color: #A60000 !important;
}
a.sidebar-links .red-arrow-right {
  border-left-color: transparent !important;
}


a.sidebar-links:hover .sidebar-blocks, a.sidebar-links:active .sidebar-blocks, a.sidebar-links:focus .sidebar-blocks {
  /* background: #8097cb; */
  background: #618FB6;
  color: #fff;
  text-decoration: none;
}
.sidebar-block-member {
  padding: 20px 30px;
  border: 0px;
  margin-bottom: 0px;
  font-family: 'Jura', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

.member-benefits {
  padding: 20px;
  background: #618FB633;
  border: 1px solid #618FB6;
  border-top: 0px;
  color: #000;
}

.member-benefits .buttons {
  /*   margin-top: 20px; */
}

.member-benefits .buttons .btn {
  margin-bottom: 5px;
  width: 100%;
}

.flexslider {
  margin: 0 0 2px;
  background: none;
  border: 0;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  position: relative;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
  zoom: 1;
}
.flexslider {
  margin-bottom: 0;
}

.inner-slider-content {
  position: absolute;
  top: 0px;
  height: 100%;
  background: #dedede;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 16px;
}
.inner-slider-content h1 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Jura', sans-serif;
  font-size: 18px;
}

.flexslider a.btn {
  min-width: 190px;
  font-family: 'Jura', sans-serif;
}
.flexslider .slider-buttons a {
  margin-bottom: 4px;
}
.innerSliderArrow {
  position: absolute;
  left: 41.66666667%;
  top: 30%;
}
.flexslider .slides li {
    height: 330px;
}
.slides li .image-container {
    height: 100%;
}
.image-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 45% 35%;
}

.conference-slideshow {
  border: 0px;
  margin: 0;
}
.conference-slideshow ol.flex-control-nav.flex-control-paging {
  bottom: 0;
}
.conference-slideshow ol.flex-control-nav.flex-control-paging a {
  background: #fff;
  width: 15px;
  height: 15px;
}




/* ---------------------home page --------------------- */
.homeContent ul {
  padding-left: 0px;
  display: table;
}
.mainContent li, .innerContent li, .member-benefits li {
  /* background: url("../img/plus.png") 0 6px no-repeat; */
/*   list-style-type: none; */
  /* padding-left: 10px; */
/*   list-style-position: inside; */
  /* text-indent: 1em; */
/*   padding-left: 1em; */
  /* display: table-row; */
}
.mainContent li::before, .innerContent li::before, .member-benefits li::before {
/*   content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  margin-left: -12px;
  color: #8097cb; */
}
.member-benefits ul {
  /*   padding-top: 12px; */
/*   padding-left: 0; */
/*   list-style: none; */
}
/* .member-benefits li {
background: url("../img/plus.png") 0 6px no-repeat;
list-style-type: none;
list-style-position: inside;
padding-left: 1em;
} */
.cauraServicesPointer {
  padding: 28px 30px;
  margin-bottom: 2px;
  font-family: 'Jura', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.cauraServices {
  background: #F5F5F5;
  padding: 18px 40px 17px 40px;
  font-size: 15px;
  z-index: 1;
}
.homeContent {
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
a.sidebar-links {
  text-decoration: none;
}


/* ---------------------inner page--------------------- */
.innerNavigationContainer {
  margin-bottom: 4px;
  padding: 15px 40px;
}
.innerContent {
  margin-top: 25px;
  margin-bottom: 25px;
}

.innerContent ul {
  padding-left: 25px;
}
/* .innerContent li {
background: url("../img/plus-black.png") 0 6px no-repeat;
list-style-type: none;
padding-left: 10px;
} */
.form-control {
  border-radius: 0px;
}
.form-control:focus {
  border-color: #8097cb;
}
.form-horizontal .control-label {
  text-align: left;
}
.btn-default {
  background: #000;
  color: #fff;
}
.btn-default:hover {
  background: #8097cb;
  color: #fff;
}

/* ---------------news list------------------------------- */
.newslistNode li {
  background: none;
  padding-left: 0px;
  margin-bottom: 25px;
}
.newsItemContainer .newsItem {
  margin-bottom: 18px;
}
.entry {
  margin-top: 20px;
}
.singlePage .meta i {
  margin-right: 5px;
}
.singlePage h4 {
  margin-top: 30px;
}
.singlePage p {
  margin-top: 15px;
  margin-bottom: 15px;
}


/* ---------staff list -----------------*/
.staffListItem {
  padding-bottom: 15px;
}
.staffName {
  font-weight: bold;
}
.staffEmail .fa {
  margin-right: 5px;
}


/* ------------job list --------------*/
.jobBoard p {
  margin-bottom: 0;
}
.jobBoard {
  padding-top: 30px;
}
.jobPost {
  margin-bottom: 20px;
}



/* -------------------------jpages -----------------------*/
.paging a {
  padding: 5px 10px;
  text-decoration: none;
  margin-right:3px;
  cursor: pointer;
  background: #000;
  color: #fff;
}

.paging a.jp-next, .paging a.jp-previous {
  background: #000;
  color: #fff;
}
.paging a.jp-previous:hover, .paging a.jp-next:hover {
  color: #fff;
  background: #8097cb;
}
.paging a.jp-disabled {
  color: #fff;
  text-decoration: none;
  cursor: default;
  background: #ddd;
}
.paging a.jp-disabled:hover {
  color: #fff;
  background: #ddd;
}
.paging a.jp-current {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  cursor: default;
  text-decoration: none;
}
.paging a.jp-current:hover {
  color: #fff;
  background: #000;
}


/* SEARCH */
.search_results {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.site_search_results {
  margin-top: 25px;
  /*     padding-left: 20px; */
}

.results_information a, .results_information a:visited {
  color: #8097cb;
  font-size: 18px;
}

.results_information a:hover, .results_information a:active {
  color: #000;
}

.results_chapter_snippets {
  padding-left: 10px;
  margin-top: 10px;
  font-style: oblique;
  font-size: 13px;
}

.pagination {
  display: block;
  padding-top: 10px;
}

.pagination a {
  padding: 6px 10px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.jp-disabled {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.jp-previous{
  visibility: visible;
  word-spacing:-999px;
  letter-spacing: -999px; 
  font-size:0px;
}

.jp-previous:after {
  content: " < ";
  visibility: visible;
  word-spacing:normal;
  letter-spacing:normal; 
  color: #FFF;
  text-decoration: none;
  background: #000;
  font-weight: bold;
  padding: 7px 8px 7px 8px;
  font-size: 14px;
}

.jp-next {
  visibility: visible;
  word-spacing:-999px;
  letter-spacing: -999px; 
  font-size:0px;
}
.jp-next:after {
  content: " > ";
  visibility: visible;
  word-spacing: normal;
  letter-spacing: normal;
  color: #FFF;
  text-decoration: none;
  background: #000;
  font-weight: bold;
  padding: 7px 8px 7px 8px;
  font-size: 14px;
}
.jp-next:hover, .jp-previous:hover{
  text-decoration:none;
  background: none;
}
.jp-current {
  font-weight: bold;
  border: 1px solid;
}

.holder a.jp-current, a.jp-current:hover {
  color: #000 !important;
}



/* TABS */
.tab-container .nav>li>a:hover, .tab-container .nav>li>a:focus, .tab-container .nav>li.active>a, .tab-container .nav-tabs>li.active>a, .tab-container .nav-tabs>li.active>a:hover, .tab-container .nav-tabs>li.active>a:focus {
  background-color: #00ccff ;
  color: #fff;
  text-decoration: none;
}
.tab-container .nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  background: #ddd;
  text-decoration: none;
}




/* ---------------------footer---------------------*/
footer {
  background: #031746;
  /*     margin-bottom: 61px; */
}
.footer {
  min-height: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  color: #CCC;
  font-family: 'Jura', sans-serif;
}
.footer  a{
  color: #CCCCCC;
  text-decoration: none;
  font-family: 'Jura', sans-serif;
}
.footer a:hover {
  color: #8097cb;
}
.footer h1 {
  font-size: 14px;
  color: #FFF;
}
.footer .col-sm-3 div:last-of-type, .footer .col-sm-4 div:last-of-type {
  padding-bottom: 0;
}
.footer .col-sm-5 div, .footer .col-sm-4 div, .footer .col-sm-3 div {
  padding-bottom: 25px;
}
footer, .copyright-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.copyright-container { 
  max-height: 61px;
}
.copyRight {
  padding: 20px 30px;
  font-size: 17px;
  color: #CCCCCC;
  font-family: 'Jura', sans-serif;
}




@media (max-width: 767px) {
  /*   .visible-xs.navbar-toggle {
  display: initial;
} */
  .logo {
    z-index: 1;
  }

  /*   ul#navigation {
  width: 100%;
  margin: 0;
}
  #mainNavigation {
  background: #000;
  padding-left: 0;
  padding-right: 0;
}
  .navbar-header {
  padding-bottom: 15px;
}
  #navigation .dropdown-menu {
  display: block !important;
  position: relative;
  width: 100%;
  background: none;
  border: 0;
  padding-bottom: 10px;
}
  .dropdown-menu li a {
  border-bottom: 0px;
  font-size: 14px;
  color: #B0B0AC;
}
  .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  background: transparent;
  color: #666;
}
  .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-color: transparent;
} */
  #page-content {
    padding-bottom: 217px;
  }
  .footer .col-sm-5 div, .footer .col-sm-4 div, .footer .col-sm-3 div  {
    padding-bottom: 0;
  }
  #footerMenuTitle {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .topBoxes {
    min-height: 47px;
    margin-left: 0px;
  }
  #loginButton {
    margin-bottom: 5px;
    font-size: 13px !important;
    padding: 10px;
  }
  .loginButton {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .loginForm label {
    margin-right: 25px;
  }
  .loginForm .btn {
    margin-left: 25px;
  }
  .socialButtons .topBoxes {
    margin-right: 5px;
  }

  #searchForm {
    margin-bottom: 5px;
    min-height: 47px;
  }
  #searchForm .input-group {
    margin-bottom: 15px;
  }

  .socialButtons.pull-right {
    float: left !important;
    padding-right: 15px;
  }
  .topBoxes.logoutButton {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .user-menu.dropdown-menu {
    position: absolute;
    top: 60px;
    right: 15px;
  }
  ul.user-menu.dropdown-menu li a {
    padding: 5px 15px;
  } 
  .visible-xs#secondaryNavigation {
    display: inline-block !important;
    padding-top: 10px;
  }
  .visible-xs#secondaryNavigation a {
    color: #000;
    padding-left: 0px;
    padding-right: 15px;
  }

  .service-arrow-down {
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
    border-top: 20px solid #8097cb;
    width: 0;
    height: 0;
    position: absolute;
    left: 12%;
    top: 77px;
    z-index: 2;
  }
  .cauraServicesPointer {
    margin-bottom: 0px;
    z-index: 1;
  }

  .flex-caption {
    z-index: 5;
    background: #333333;
  }
  .inner-slider-content {
    position: relative;
  }
  .staff-image {
    text-align: left;
  }
  .staffListItem {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #mainNavigation {
    padding: 30px 0px;
  }

  .navbar-brand, .navbar-nav>li>a {
    padding: 0px 12px;
  }
  .navbar-nav>li:last-of-type>a {
    padding: 0;
  }
  .user-menu {
    background: #fff;
    margin-top: -10px;
    margin-left: -2px;
    padding: 5px 0;
  }
  #loginSearch .dropdown-menu.user-menu li a {
    color: #000;
    border-bottom: 0px;
    font-size: 14px;
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 4px;
    padding-top: 4px;
    margin-bottom: 1px;
    margin-top: 1px;
  }
  #loginSearch .dropdown-menu.user-menu li a:hover {
    color: #fff;
  }


}
@media (min-width: 768px) and (max-width: 991px) {
  #main-menu > li > a {
    max-width: 114px;
    text-align: center;
    padding: 15px 4px;
    font-size: 15px;
  }
  #mainNavigation {
    padding: 0px 0px;
  }

  .navbar-brand, .navbar-nav>li>a {
    padding: 0px 7px;
    font-size: 14px;
  }

  .topBoxes {
    padding: 8px 7px;
    min-width: 40px;
  }
  #cauraTopLogo {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #loginSearch {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  /*   .dropdown-menu {
  left: 8px;
} */
  .user-menu {
    right: 210px;
  }
/*   #mainNavigation {
    padding: 38px 0px;
  } */
  #page-content {
    padding-bottom: 157px;
  }
}

@media (max-width: 991px) {
  .main > .row > .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .main > .innerContent > .row > .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

}
@media (min-width: 992px) {
  .topBoxes {
    padding: 8px 13px;
    min-width: 43px;
  }


  .sidebar-blocks {
    font-size: 19.5px;
  }
  .sidebar-blocks, .sidebar-block-member, .member-benefits, .innerNavigationContainer  {
    margin-right: 0;
  }

  /*main*/
  .main {
    padding-right: 3px;
  }


  .dropdown-menu > li > .dropdown-menu {
    left: 30px;
    margin-top:0px;
  }


}
@media (min-width: 992px) and (max-width: 1199px){
  .user-menu {
    right: 238px;
  }
  #main-menu > li > a {
    max-width: 122px;
    text-align: center;
    padding: 15px 6px;
    font-size: 16px;
}

}

@media (max-width: 1199px) {

  .sidebar-links .arrow-right {
    border-top: 36px solid transparent;
    border-bottom: 35px solid transparent;
  }

}

@media (min-width: 1200px) {
  /*     .container {
  width: 1027px;
} */

  .topBoxes {
    padding: 8px 15px;
    min-width: 44px;
  }

}

@-moz-document url-prefix() { 
  .cauraServicesPointer {
    padding: 28px 30px;
    margin-bottom: 2px;
    font-family: "Jura",sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
    z-index: 2;
  }
  .service-arrow-right {
    display: -moz-inline-box;
    position: relative;
  }
  .cauraServices {
    background: none repeat scroll 0% 0% #F5F5F5;
    padding: 18px 40px 17px;
    font-size: 15px;
    z-index: 1;
    position: absolute;
    display: -moz-inline-box;
    margin-left: -22px;
  }
  @media (min-width: 992px) {
    .cauraServices {
      background: none repeat scroll 0% 0% #F5F5F5;
      padding: 18px 40px 17px;
      font-size: 15px;
      z-index: 1;
      position: absolute;
      display: -moz-inline-box;
      margin-left: -42px;
    }
  }

}


@media print {
  .wrapper .header { display: none; }
  .allFooter { display: none; }
  .next-step {
    margin: 20px 0;
    text-align: right;
  }

  .next-step input, .next-step a, .next-step button {
    line-height: 21px;
  }

  .next-step input {
    border: 0px;
  }

  .next-step .cauraServicesPointer {
    padding: 10px 16px;
  }

  .next-step .arrow-right, .next-step .arrow-left {
    border-top: 21px solid transparent;
    border-bottom: 20px solid transparent;
    margin-top: 1px;
  }

  .next-step .remove {
    margin-bottom: -20px;
  }

  .event_details {
    margin-bottom: 20px;
  }

  .event_details > div {
    margin: 5px 0;
  }

  .event_details .price > table { 
    width: 100%; 
  }

  .event_details .price > table th, .event_details .price > table td { 
    background: #F5F5F5; 
    text-align: center; 
    padding: 10px; 
    border: 1px solid #EAEAEA; 
  }

  .payment_details {
    margin-top: 20px;
  }

  .payment_details table {
    width: 100%;
    margin-top: 15px;
  }

  .payment_details table th, .payment_details table td {
    text-align: center;
  }

  .payment_details table th, .payment_details td {
    padding: 5px;
    border: 1px solid white;
  }

  .payment_details table tbody td:first-child, .conference .payment_details table tbody td.title {
    text-align: left;
  }

  .payment_details table tbody td:last-child {
    text-align: right;
  }

  .payment_details table tbody th {
    background: #8097cb; color: white;
  }

  .next-step .print {
    display: none;
  }
}

.panel-default>.panel-heading {
  background-color: #00ccff;
  color: #fff;
}

/* .panel.panel-default {
background: #0cf;
} */

.panel-heading p {
  margin-bottom: 0;
}

li.cara-tab {
  padding-left: 0px !important;
}

.cara-tab-content.tab-content {
  border: 1.5px solid #ddd;
  padding: 7px;
  margin: 0 5px 5px 5px;

}
.cara-tab-ul {
  padding-left: 5px !important;
  border-bottom: 0 #000 !important;
}


.document-folder-root .document-folder li.tree-open.tree-branch-has-content > i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: none;
  display: inline-block;
}
.document-folder-root li {
  background: transparent;
}

.document-folder li::before {
  display: none;
}

/* For exportable quoter */
.quoter {
  padding-left: 35px;
  padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .quoter {
    padding-left: 0;        
  }
}
@media (min-width: 992px) {
  .quoter {
    padding-left:42px;
  }
}