/* Normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:700;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:\201C \201D \2018 \2019;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type=button],/* 1 */
input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}body,figure{margin:0;}legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}

/* General */
body {
  background:#fff;
  color: #000;
  font:400 14px/1.5em helvetica, arial, sans-serif;
  letter-spacing:0.5px;
}
a {
  color: #2f9dce;
  text-decoration:none;
}
a:hover,
a:active,
a:focus {
  text-decoration:none;
  color: #2f9dce;
  outline: 0 !important;
}
.hide {
  display:none;    
}
.bold {
  font-weight:700;    
}
.italic {
  font-style:italic;    
}
.clear {
  clear:both;    
}
.clearfix:after {
  clear:both;
  content:'';
  display:block;
  height:0;
  visibility:hidden;
}
.left {
  float:left;    
}
.right {
  float:right;    
}
.center {
  text-align:center;    
}
img.left, .img-left {
  margin:10px 0 10px;    
}
img.right, .img-right {
  margin:10px 10px 10px 0;
}
.btn, .spr_ir_submit,
.spr-ir-form .spr_ir_submit {
  background: #2f9ccd;
  background: -moz-linear-gradient(top,  #2f9ccd 0%, #07639a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f9ccd), color-stop(100%,#07639a));
  background: -webkit-linear-gradient(top,  #2f9ccd 0%,#07639a 100%);
  background: -o-linear-gradient(top,  #2f9ccd 0%,#07639a 100%);
  background: -ms-linear-gradient(top,  #2f9ccd 0%,#07639a 100%);
  background: linear-gradient(to bottom,  #2f9ccd 0%,#07639a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9ccd', endColorstr='#07639a',GradientType=0 );
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  color:#fff;
  display:inline-block;
  font-family:helvetica,arial,sans-serif;
  font-size:14px;
  padding: 15px 30px;
  position:relative;
  min-width: 150px;
  text-align: center;
  line-height: 14px;
}
.btn:hover, .spr_ir_submit:hover,
.btn:focus, .spr_ir_submit:focus {
  background: #07639a;
  background: -moz-linear-gradient(top,  #07639a 0%, #2f9ccd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#07639a), color-stop(100%,#2f9ccd));
  background: -webkit-linear-gradient(top,  #07639a 0%,#2f9ccd 100%);
  background: -o-linear-gradient(top,  #07639a 0%,#2f9ccd 100%);
  background: -ms-linear-gradient(top,  #07639a 0%,#2f9ccd 100%);
  background: linear-gradient(to bottom,  #07639a 0%,#2f9ccd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07639a', endColorstr='#2f9ccd',GradientType=0 );
  text-decoration:none;
  color: #fff;
}

h1,h2,h3,h4,h5,h6 {
  color:#000;
  font-weight:400;    
  font-family:Helvetica, 'Open Sans', sans-serif;
}

/* Mobile */
@media screen and (max-width:767px) {
  img {
    height:auto;
    max-width:100%; 
  }
  .container {
    width:90%;
  }
  .scroll-pane {
    font-size: 11px;
    line-height: 125%;
  }
  .scroll-pane li {
      margin-bottom: 5px;
  }
  .scroll-pane h1 {
    font-size: 1.5em; 
    margin: .5em 0;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  padding: 0 !important; /* Inline style override */
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox_sprite@2x.png');
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('../images/fancybox_loading@2x.gif');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}

/* Print */
@media print {
  body {
    background:#fff;
    color:#000;
  }
}

.vertical-table {
	display: table;
}
.vertical-cell {
	display: table-cell;
	vertical-align: middle;
}

.js-background {
	background-size: cover;
	background-repeat: no-repeat;
}

.css-background {
    background-repeat: repeat;
    background-size: auto;
}

.content {
    min-height: 700px;
    padding: 100px 0;
}

.user-content {
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 0 5px #ddd;
    margin-bottom: 15px;
}

.icon:before {
    content:'';
    display: inline-block;
    background-image: url('../images/sprites.png');
    background-repeat: no-repeat;
}

/* Header */

/**
	TODO:
	1. CSS Transform - If that doesn't work:
	2. SVG - If that doesnt work:
	3. Default to the BG image.
**/

.header-site {
	background-color: #fff;
}

.stripe-yellow {
	min-height: 130px;
	width: 35%;
	background-color: #fdef41;
	background-image: url('../images/header-yellow-bg-arrow.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
}

.header-triangle {
    position: absolute;
    right: 0;
}

@media (max-width: 1500px) {
	.stripe-yellow {
		width: 30%;
	}
}

@media (max-width: 990px) {
	.stripe-yellow {
		width: 40%;
	}
}

@media (max-width: 768px) {
	.stripe-yellow {
		width: 65%;
	}
}

.main-header {
	width: 35%;
	float: left;
}

.tagline {
    margin-left: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #707372;
    padding: 50px 0;
    display: inline-block;
}

@media(max-width:990px) {
	.main-header {
		width: 50%;
	}
}

@media(max-width:768px) {
	.main-header {
		width: 65%;
	}
	.tagline {
	    margin-left: 0;   
	}
}



@media(max-width:767px) {
	.tagline {
		display: none;
	}
	
	.copyright .menu-footer-link {
	    display: block;
        margin: 5px 0;
	}
}

.logo-header {
	padding: 45px 45px 45px 0;
	margin: 0;
}

@media (max-width:500px) {
	.logo-header {
		float: none;
		padding:45px 0 45px 20px;	
	}
}

@media (max-width:420px) {
	.logo-header {
		float: none;
		padding:45px 0 45px 0px;	
	}
	.stripe-yellow {
	    width: 70%;
	}
}

.nav-header {
    float: right;
}

.menu-header {
    margin: 0;
    padding: 50px 0;
}

.menu-header-child {
    display: none;
    z-index: 999;
}

.js-menu-active .menu-header-child {
	display: block;
}

.menu-header-child {
	position: absolute;
	right: 0;
	width: 250px;
	background-color: #fff;
	padding-left:  0;
	box-shadow: 0 0 5px;
	border-radius: 5px;
	top: 50px;
}

.menu-header-child .menu-header-item {
	float: none;
}

.menu-header-child .menu-header-link:before {
	position: absolute;
	left: 25px;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	content:'';
	display: block;
}

.menu-header-child .profile:before {
	width: 30px;
	height: 30px;
	background-position: 0 -368px;
	top: 50%;
	margin-top: -15px;
}

.menu-header-child .profile:hover:before {
	background-position: 0 -332px;
}

.menu-header-child .sign-out:before {
	width: 25px;
	height: 25px;
	background-position: 0px -434px;
}

.menu-header-child .sign-out:hover:before {
	background-position: 0 -404px;
}

.menu-header-child .menu-header-link {
	padding: 25px 35px 25px 65px;
	display: block;
	border: 1px solid #fff;
	border-radius: 5px;
	position: relative;
	background-color: transparent;
	width: 100%;
	text-align: left;
}

.menu-header-child .menu-header-link:hover {
	background-color: #eaf5fa;
	color: #2f9dce;
}

.menu-header-link:hover {
	text-decoration: none;
}

.menu-header-item {
	color: #2f9dce;
    list-style:  none;
    position: relative;
}

.menu-header .dropdown-toggle {
	position: relative;
	padding: 0 20px 0 55px;
	display: inline-block;
	line-height: 120%;
}

.menu-header .dropdown-toggle:hover,
.menu-header .dropdown-toggle:focus {
    text-decoration: none;
}

.menu-header .dropdown-toggle:before,
.menu-header .dropdown-toggle:after {
	background-image: url('../images/sprites.png');
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    position: absolute;
}

.menu-header .dropdown-toggle:before {
    background-position: 0 -204px;
    height: 38px;
    width: 38px;
    position: absolute;
    left: 0;
    top: -10px;
}

.menu-header .dropdown-toggle:after {
    background-position: 0 -189px;
    height: 5px;
    width: 10px;
    right: 0;
    top: 50%;
    margin-top: -2.5px;
}

@media(max-width:500px) {
    .menu-header-link.dropdown-toggle:after {
        /* display: none; */
    }

    .menu-header-link.dropdown-toggle:before {
        right: 50%;
        left: auto;
        position: absolute;
        margin-right: -20px;
        top: -45px;
    }

    .menu-header-link.dropdown-toggle {
        padding: 0 20px 0 0;
    }
    .menu-header {
        position: relative;
        top: 25px;
    }
    
    .nav-header {
        width: 100%;
    }
    
    .vertical-table {
        width: 100%;
        text-align: center;
    }
    
    .content {
        padding: 50px 0;   
    }
    
    .panel-title a:before {
        display: block;
        float: left;
        top: 0 !important;
    }
    
    .panel-title a {
        display: block;
        font-size: 16px;
        overflow: hidden;
    }
}

/* Login */
.dark {
	color: #fff;
}

.login-content {
	font-size: 20px;
	text-align: center;
	margin-bottom: 80px;
}

.login-content h1 {
	color: #fff;
	font-size: 60px;
	margin-bottom: 25px;
}

@media(max-width:990px) {
    .menu-submenu .menu-submenu-link {
        padding: 5px 12px;
        font-size: 13px;
    }
}

@media(max-width: 768px) {
	.login-content h1 {
		font-size: 40px;
	}
	
	.menu-submenu .menu-submenu-item {
	    margin-right: 0;
	}
	
	.menu-submenu .menu-submenu-link {
	    font-size: 12px;
	    border-radius: 12px;
	}
}

.site-footer {
    background-color: #fff;
    color: #707372;
    padding: 55px 0;
}

.footer-links {
	float: right;
}

.copyright {
	float: left;
}

@media(max-width:1199px) {
	.footer-links,
	.copyright {
		display: block;
		float: none;
	}
}

.menu-footer-link {
    margin-left: 15px;
}

.menu-footer-link:hover {
    text-decoration: none;
}

.footer-links .menu-footer-link:after {
    content: " | ";
}

.footer-links .menu-footer-link:last-of-type:after {
    content: none;
}

.bg-image-overlay {
    background-color: rgba(242,245,246,.9);
    max-width: 830px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.bg-image-overlay.login {
    margin-bottom: 300px;
}

.bg-image-overlay.login .row-no-pad {
	margin: 0;
}

.bg-image-overlay-inner {
    padding: 55px;
    border-right: 1px solid #ccc;
}

.bg-image-overlay-inner:last-of-type {
	border-right: 0;
}

@media (max-width: 768px) {
	.bg-image-overlay {
		border-right: 0;
		border-bottom: 1px solid #ccc;
	}
	.bg-image-overlay:last-of-type {
		border-bottom: 0;
	}
}

.bg-image-overlay fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.login-title {
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 30px;
}

.form-control {
	border-radius: 0;
	padding: 15px 15px;
	height: auto;
	margin-bottom: 10px;
}

.form-control:focus {
    box-shadow: none;
    outline: 2px solid #fdef41;
}

.form-group label {
	font-weight: normal;
	font-size: 16px;
	display: block;
}

.form-group {
	margin-bottom: 20px;
	position: relative;
}

label.error {
	position: absolute;
	width: 100%;
	text-align: center;
	background-color: #fff;
	border: 1px solid #fdef41;
	border-top-width: 5px; 
	padding: 10px;
	z-index: 100;
	margin-top: -11px;
}

label.error:after {
	position: absolute;
	left: 50%;
	margin-left: -5px;
	content:'';
	display: inline-block;
	border-bottom: 10px solid #fdef41;
	border-top: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: -15px;
}
p.error {
  color:#ff0000;
  font-weight:bold;
  margin-bottom:40px;
}
#tou-error {
    /* ID :( */
    top: 50px;
}

.bg-image-overlay .form-group.inline {
	margin: 15px 0;
}

.register .form-group.inline {
    margin: 0;
}

.checkbox ~ .styled-checkbox {
	display: inline-block;
	width: 29px;
	height: 28px;
	margin-right: 15px;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	background-position: 0 -34px;
	float: left;
}
.checkbox:checked ~ .styled-checkbox {
	background-position: 0 0;
}

.label-inline {
    display: inline;
    margin-top: 4px;
}

.register .text {
	font-size: 14px;
	margin-bottom: 20px;
	color: #000;
}

.register .dropdown-menu .text {
    color: #fff;
}

.register .footnote {
	margin-top: 20px;
	display: block;
}

@media(max-width: 450px) {
	.login .btn,
	#contact-form .btn {
		padding: 10px 0;
		font-size: 11px;
		width: 100%;
	}
	.bg-image-overlay-inner,
	.user-content {
		padding: 25px
	}
}

.bootstrap-select .btn {
    border: 1px solid #d4d4d4;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
    color: #707372;
    text-transform: none;
    font-weight: bold;
    font-size: 12px;
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.bootstrap-select .dropdown-menu {
    width: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0 0 5px 5px;
    max-height: inherit !important;
    overflow: visible !important;
}

.bootstrap-select li a {
    margin: 0;
    background-color: #5F5E63;
    white-space: inherit;
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid #555459;
}

.bootstrap-select li a:hover,
.bootstrap-select li a:focus,
.bootstrap-select li a:active {
    background-color: #555459;
    color: #fff;
    cursor: pointer;
}

.filter-in-title .btn {
    min-width: 160px;
}

.bootstrap-select .dropdown-menu .dropdown-menu {
    top: 0;
}

.bootstrap-select .glyphicon {
    display: none;
}

/* Terms of Use */
.scroll-pane {
    max-height: 500px;
    overflow-y: scroll;
    width: 100%;
}

.scroll-pane:focus {
    outline: none;
}

/** jScrollPane https://github.com/vitch/jScrollPane **/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #707372;
	position: relative;
}

.jspDrag
{
	background: #fdef41;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border: 2px solid #707372;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/** Profile **/

.content-profile {
    margin-top: 50px;
}

.col-wide:first-of-type {
    padding-right: 40px;
}

.col-wide:last-of-type {
    padding-left: 40px;
}

.info-module-profile {
    background-color: #eaf5fa;
    padding: 55px;
    margin-bottom: 40px;
}

.info-module-profile:first-of-type {
    margin-top: 25px;
}


@media (max-width: 768px) {
	.col-wide:first-of-type {
		padding-right: 15px;
	}
	.col-wide:last-of-type {
		padding-left: 15px;
	}
	.info-module-profile {
		padding: 25px;
	}
}

.info-module-profile ul {
    margin-left: 0;
    padding-left: 15px;
}

.info-module-title {
    margin-top: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}

/** In App Menu **/
.menu-app {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.menu-app > .menu-app-item {
    margin-right: 5px;
}

.menu-app-item {
    display: inline-block;
}

.menu-app > .menu-app-item {
    border-top: 5px solid transparent;
}

.menu-app > .menu-app-item:hover,
.menu-app-item.active {
    border-top: 5px solid #fdef41;
}

.menu-app-link {
    background: #6f6d73;
    background: -moz-linear-gradient(top,  #6f6d73 0%, #48484c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6d73), color-stop(100%,#48484c));
    background: -webkit-linear-gradient(top,  #6f6d73 0%,#48484c 100%);
    background: -o-linear-gradient(top,  #6f6d73 0%,#48484c 100%);
    background: -ms-linear-gradient(top,  #6f6d73 0%,#48484c 100%);
    background: linear-gradient(to bottom,  #6f6d73 0%,#48484c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6d73', endColorstr='#48484c',GradientType=0 );
    color: #fff;
    padding: 15px 50px;
    font-size: 18px;
    display: inline-block;
    text-transform: none;
}

.active > .menu-app-link {
    background: #fff;
    color: #000;
}

.menu-app-item.open > .dropdown-toggle.btn-default,
.menu-app-link:hover,
.menu-app-link:active,
.menu-app-link:focus {
    background: #6f6d73;
    background: -moz-linear-gradient(top,  #6f6d73 0%, #48484c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6d73), color-stop(100%,#48484c));
    background: -webkit-linear-gradient(top,  #6f6d73 0%,#48484c 100%);
    background: -o-linear-gradient(top,  #6f6d73 0%,#48484c 100%);
    background: -ms-linear-gradient(top,  #6f6d73 0%,#48484c 100%);
    background: linear-gradient(to bottom,  #6f6d73 0%,#48484c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6d73', endColorstr='#48484c',GradientType=0 );
    color: #fdef41;
    text-decoration: none;
    outline: 0;
}

.menu-app-child {
    display: none;
    padding: 0;
    border: 0;
    box-shadow: none;
    margin-top: 0;
    min-width: 240px;
    width: 100%;
}

.menu-app-child .menu-app-item {
	width: 100%;
}

.menu-app-child .menu-app-link {
	font-size: 14px;
	color: #fff;
	background: #5f5e63;
	border-bottom: 1px solid #555459;
	padding: 25px;
	width: 100%;
}

.menu-app-child .menu-app-link:hover,
.menu-app-child .menu-app-link:active,
.menu-app-child .menu-app-link:focus {
	background: #5f5e63;
	color: #fdef41;
}

.menu-app-child .menu-app-item:last-of-type .menu-app-link {
	border-bottom: 0;
}

@media(max-width:990px) {
    .menu-app-link {
        padding: 15px;
    }   
}

@media(max-width:660px) {
    .menu-app > .menu-app-item {
        display: block;
        margin-right: 0;
    }
    .menu-app-link {
        width: 100%;
    }
}

.title-page {
    margin-top: 0;
}

/** Noteholder Reports **/
.subnav {
    background-color: #f3f3f3;
    border-top: 1px solid #e5e5e5;
    padding: 15px 50px;
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: -50px;
    margin-top: 50px;
}

@media(max-width: 450px) {
	.subnav {
        margin-left: -25px;
        margin-right: -25px;
        margin-bottom: -25px;
        padding: 25px;
    }
}

.menu-submenu {
    margin: 0 0 0 -20px;
    padding-left: 0;
    list-style: none;
}

.menu-submenu-item {
    display: inline-block;
    margin-right: 10px;
}

.menu-submenu-link {
    padding: 5px 20px;
    border-radius: 15px;
    display: inline-block;
}

.menu-submenu-link:hover, .menu-submenu-link.active {
    background-color: #2f9dce;
    color: #fff;
    text-decoration: none;
}

.filtering-noteholder-item {
    background-color: transparent;
    border: none;
    padding: 0;
    color: #2f9dce;
    position: relative;
    font-size: 16px;
}

button.filtering-noteholder-item:after,
button.filtering-noteholder-item:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url('../images/sprites.png');
    background-repeat: no-repeat;
}

button.filtering-noteholder-item:after {
    width: 21px;
    height: 21px;
    right: 0;
    top: 0;
    background-position: 0 -160px;
}

button.filtering-noteholder-item:before {
    width: 10px;
    height: 5px;
    background-position: 0 -131px;
    right: 5px;
    z-index: 100;
    top: 7px;
}

button.sort.asc:before {
    background-position: 0 -146px;
}

button.filtering-noteholder-item {
    padding-right: 30px;
}

button.filtering-noteholder-item:active,
button.filtering-noteholder-item:focus {
    outline:0;
}

@media(max-width: 768px) {
    .filtering-noteholder-item {
        width: 100%;
        margin-bottom: 15px;
        display: block;
        text-align: left;
    }
    
    span.filtering-noteholder-item {
        display: none;
    }
    
    .panel-body .level-row-title {
        display: none; 
    }
}

.report-item {
    padding: 15px 50px;
    background-color: #fff;
    margin-top: 15px;
    box-shadow: 0 0 5px #ddd;
    position: relative;
}

.item {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

@media(max-width: 450px) {
    .report-item {
        padding: 15px 25px;
    }
    .menu-submenu .menu-submenu-link,
    .menu-submenu .menu-submenu-item {
        display: block;
    }
}

.report-item:hover:before {
    display: block;
    content: '';
    width: 100%;
    height: 5px;
    background-color: #fdef41;
    position: absolute;
    top: 0;
    left: 0;
}

.report-item .deal-title {
    font-weight: 600;
    font-size: 18px;
}

.icon-report:before {
    display: inline-block;
    width: 22px;
    height: 30px;
    margin-right: 10px;
    content: '';
}

.report-detail-item .icon-report:before {
    float: left;
    margin-right: 20px;
}
.report-detail-item .icon-report {
  color:#fff;
}
.report-detail-item .icon-report:hover {
	color: #FDEF41;
}

.icon-pdf:before {
    background-position: 0 -253px;
}

.icon-xls:before {
    background-position: 0 -293px;
}

/** Document Listing **/
.panel-group,
.panel-group .panel {
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: 0;
}

.accordion-documents .accordion-documents-item {
    border-radius: 0;
    border: 0;
    box-shadow: 0 0 5px #ddd;
    padding: 30px 20px 0;
    border-top: 5px solid #fdef41;
    background-color: #fff;
}

.accordion-documents .heading-documents {
    background-color: #fff;
    border: 0;
    padding: 0;
    padding-bottom: 30px;
}

.title-documents {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding: 0 0 30px 0;
}

.level-item {
    background-color: #f3f3f3;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
}

.level-documentation {
    padding: 20px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #585858;
    text-transform: uppercase;
}

.level-row-title {
    padding: 0 20px 10px;
    font-size: 12px;
    color: #aeaeae;
    font-weight: bold;
    text-transform: uppercase;
}

.level-row {
    margin-bottom: 30px;
}

.level-row-reporting {
    background-color: #f3f3f3;
}

.level-row-reporting:first-child {
	margin-top: 0;
}

.level-item-quarter {
    padding: 20px 20px 15px 20px;
    color: #6e6e6e;
    font-weight: 300;
    font-size: 30px;
}

.level-row-reporting .level-item {
    border-left: 1px solid #fff;
}

.level-row-reporting .level-item.js-details-active {
	border-bottom: 0;
}

.level-row-reporting .report-detail {
	border-left: 1px solid #fff
}

.level-row-reporting .panel {
    margin: 0 !important;
}

.level-row .level-row:first-of-type {
    margin-top: 0;
}

.level-row:last-of-type {
    margin-bottom: 0;
}

/** Fleet Data **/
.year-item {
    margin-bottom: 30px;
}

.year-item h1 {
    padding-left: 20px;
}

.year-item:last-of-type {
    margin-bottom: 0;
}
.title-fleet {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 30px;
}

.meta-fleet {
    margin-bottom: 25px;
}

.meta-fleet .date {
    display: block;
}

.item-fleet-data {
    padding: 30px;
    background-color: #f3f3f3;
    border-top: 5px solid #f3f3f3;
}

.item-fleet-data:hover {
    border-top: 5px solid #fdef41;
}

.filter-in-accordion {
    float: right;
    color: #2f9dce;
    font-size: 12px;
}

@media(max-width: 990px) {
    .item-fleet-data {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .filter-in-accordion {
        display: block;
        float: none;
        margin-top: 25px;
    }
    
    .panel-group .panel-heading+.panel-collapse>.body-fleet-data {
        padding-bottom: 0;
    }
}

.btn-filter {
    border: 0;
    background-color: #fff;
    border-radius: 15px;
    padding: 5px 10px;
    margin-left: 15px;
}

.btn-filter:hover,
.btn-filter.active,
.menu-submenu-link.active {
    background-color: #2f9dce;
    color: #fff;
}

.btn-filter:hover,
.btn-filter:active,
.btn-filter:focus {
	outline: none;
}

.collapsed + .filter-in-accordion {
    display: none;
}

.panel-title > a:before {
    content: '';
    display: inline-block;
    margin-right: 15px;
    width: 20px;
    height: 20px;
    background-image: url('../images/sprites.png');
    background-repeat: no-repeat;
    background-position: 0 -72px;
    top: 5px;
    position: relative;
}

.panel-title > a.collapsed:before {
    background-position: -16px -95px;
}

@media(max-width:768px) {
    .item-asset {
        margin-bottom: 15px;
    }
    
    .item-asset:last-of-type {
        margin-bottom: 0;
    }
}

.filter-in-title {
    float: right;
}

@media(max-width:768px) {
    .filter-in-title {
        float: none;
        display: block;
        margin-top: 25px;
    }
}

.panel-title:focus, .panel-title:active, .panel-title a:focus, .panel-title a:active {
    outline: none;
    text-decoration: none;
}

.item.js-details-active {
    color: #fff;
    background: rgb(0,91,202);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNWJjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQ3OWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,91,202,1) 0%, rgba(0,71,159,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,91,202,1)), color-stop(100%,rgba(0,71,159,1)));
    background: -webkit-linear-gradient(top,  rgba(0,91,202,1) 0%,rgba(0,71,159,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,91,202,1) 0%,rgba(0,71,159,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,91,202,1) 0%,rgba(0,71,159,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,91,202,1) 0%,rgba(0,71,159,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bca', endColorstr='#00479f',GradientType=0 );
    box-shadow: none;
}

.item.js-details-active .program-title {
    color: #2b99ca;
}

.report-detail-inner {
    background-color: #2f9dce;
    padding: 25px 50px;
}

.report-detail-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 25px;
}

.report-detail-item {
    margin-bottom: 25px;
    min-height: 50px;
}

.trigger-docs:before {
    width: 24px;
    height: 24px;
    background-position: 0 -465px;
    margin-right: 15px;
    top: 5px;
    position: relative;
    transition: transform .3s linear;
}

.trigger-docs:hover:before {
    background-position: 0 -499px;
}

.trigger-docs:after {
    content: 'SHOW';
}

.js-details-active .trigger-docs:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.js-details-active .trigger-docs:after {
    content: 'CLOSE';
}

.report-detail-programs .report-detail-inner {
    padding-left: 20px;
    padding-right: 20px;
}

.report-detail-programs .report-detail-inner {
    color: #fff;
}

.report-detail-programs .report-detail-item {
    border-bottom: 1px solid #fff;
    padding: 0 0 15px;
    margin-bottom: 15px;
}

.report-detail-item:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
    min-height: inherit;
}

.report-detail-programs .icon-report:before {
    margin-right: 10px;
}

.mix {
    width: 100%;
    display: none;
}

.fade {
    display: none;
}

.fade.in {
    display: block;
}