/* CSS Document */

/* ++++++ STICKY FOOTER ++++++++++++++++++++++++++++++++ */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 120px;
}

.footer {
  position: absolute;
  padding:10px 0 0 0;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 120px;
  color:#fff;
  background-color: #7B6C6C;
  text-align:center;
}

/* ++++++ STICKY FOOTER ++++++++++++++++++++++++++++++++ */

#img-mainlogo {
  max-width: 280px;
}

.footer a {
	color:#fff;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	z-index:10000;
}

.top-bar-high-res {
	margin:3% 0 0 0;
}

.top-bar-high-res-segment {
	width:280px;
}

.top-bar-high-res-segment a,.top-bar-low-res-segment a {
	color:#3A4A9A;
	text-decoration:none;
}

input {
	border-radius: .25rem;
}

.telno-hires {
	font-size:24px;
	color:#3A4A9A;
	text-align:right;
}

.top-bar-low-res {
	margin:0 0 10% 0;
}

input.search-query {
    padding-left:26px;
}

form.form-search {
    position: relative;
}

form.form-search:before {
    content:'';
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(http://getbootstrap.com/2.3.2/assets/img/glyphicons-halflings.png);
    background-position: -48px 0;
    position: absolute;
    top:8px;
    left:8px;
    opacity: .5;
    z-index: 1000;
}

.ska-navigation-bar {
	margin:0 0 1% 0;
}

.brand-solid-light-fill {
	background-color:#3A4A9A;
}

.brand-solid-light-stripe {
	height:1px;
	background-color:#3A4A9A;
}

.brand-solid-dark-fill {
	background-color:#484848;
}

.brand-solid-dark-stripe {
	height:10px;
	background-color:#484848;
}

.card {
	text-align:center;
    overflow:hidden;
}

.card-block .rotate {
    z-index: 8;
    float: right;
    height: 100%;
}

.card-block .rotate i {
    color:#fff;
    position: absolute;
    top: 33%;
    left: 33%;
    right: auto;
    bottom: auto;
    display: block;
}

.card-success {
    background-color: #554A4A;
    border-color: #554A4A;
}

.bg-success {
    color: #fff!important;
    background-color: #554A4A!important;
}

.bg-success-calculator {
    color: #fff!important;
    background-color: #806d5f!important;
}

.bg-success-compliance {
    color: #fff!important;
    background-color: #3A4A9A!important;
}

.alert-custom {
    background-color: #4D89B4;
    border-color: #ebcccc;
    color: #fff;
}

.btn-default-custom {
    background-color: #fff;
    border-color: #ebcccc;
    color: #4D89B4;
	margin:0 0 4px 0;
}

.alert-custom p small {
	font-size:0.7rem;
	color:#403A3A;
}

.breadcrumb-item a, #body-content a {
	color:#3A4A9A;
}

#body-content,#calculator-content,#compliance-content {
	font-size:0.9rem;
}

#body-content h1,.h1-inline,.bodyHolder h1 {
	color:#fff;
	background-color:#787878;
	font-size:2rem;
	padding: .75rem 1rem;
	border-radius: .25rem;
  font-weight:lighter;
}

#body-content h2,.h2-inline,.bodyHolder h2 {
	color:#3A4A9A;
	font-size:1.6rem;
	padding: .75rem 1rem;
	margin: 0;
	border-bottom:2px dotted #00BFB4;
}

#body-content h3,.h3-inline,.bodyHolder h3 {
	color:#787878;
	font-size:1.4rem;
	padding: .75rem 1rem;
	margin: 0;
	border-bottom:2px dotted #00BFB4;
}

#body-content h4,.h4-inline,.bodyHolder h4 {
	color:#787878;
	font-size:1.2rem;
	padding: .75rem 1rem;
	margin: 0;
}

#body-content h5,.h5-inline,.bodyHolder h5 {
	color:#787878;
	font-size:1.1rem;
	padding: .75rem 1rem;
	margin: 0;
}

#body-content h6,.h6-inline,.bodyHolder h6 {
	color:#787878;
	font-size:1rem;
	padding: .75rem 1rem;
	margin: 0;
}

#body-content p,.p-inline,.bodyHolder p {
	padding: .75rem 1rem;
	margin: 0;
}

#body-content p  strong,#body-content ul li strong,.strong-inline,.bodyHolder p strong {
	color:#787878;
}

#body-content ul,.bodyHolder ul {
	padding: .75rem 1rem;
	margin: 0 2rem;
}

#accordion .card-header, #accordion .card {
	text-align: left;
    background-color: #4D89B4;
    border-color: #4D89B4;
    color: #fff;
	font-size:0.9rem;
}

#accordion-news .card-header {
	text-align: left;
    background-color: #4D89B4;
    border-color: #4D89B4;
    color: #fff;
	font-size:0.9rem;
}

#accordion-news .card {
	text-align: left;
}

#accordion-news .card-header a {
	color:#fff;
}

#accordion .card-header {
	border-bottom:1px dotted #fff;
}

#accordion .card a {
    color: #fff;
	text-decoration: none;
	font-size:0.9rem;
}

#accordion .card a.btn-default-custom {
    color: #4D89B4;
	text-decoration: none;
	font-size:0.9rem;
}

#accordion-help .card-title, #accordion-help .card-text {
	text-align: left;
}

#accordion-help .card-title {
    color: #4D89B4;
}

#accordion-help .card a {
    color: #fff;
	text-decoration: none;
	font-size:0.9rem;
}

.btn-primary {
	background-color:#3A4A9A;
	border-color: #3A4A9A;
}

.btn-primary:visited {
	background-color:black;
	border-color: #00472D;
}

.btn-primary:hover {
	background-color:#1b3bdb;
	border-color: #1b3bdb;
}

.btn-primary:active {
	background-color:black;
	border-color: #00472D;
}

.btn-primary:focus {
	background-color:black;
	border-color: #00472D;
}

.btn-primary:click {
	background-color:black;
	border-color: #00472D;
}

/* ++++++ BADGES +++++++++++++++++++++++++++++++++++++++ */

.store-badges {
	margin:130px 0 0 70px;
}

.btn-app-store {
    background: black;
	color: white;
	position: relative;
	height: 60px;
	padding-left: 55px;
	padding-right: 20px;
	margin:0 0 10px 0;
}
.btn-app-store i {
	font-size: 40px;
	position: absolute;
	left: 10px;
}
.btn-app-store .small {
	display: block;
	font-size: 9px;
	line-height: 9px;
	margin-bottom: 2px;
    margin-top: 5px;
}
.btn-app-store .big {
	display: block;
	text-align: left;
	font-size: 14px;
	line-height: 14px;
}

.btn-play-store {
    background: black;
	color: white;
	position: relative;
	height: 60px;
	padding-left: 55px;
	padding-right: 20px;
}
.btn-play-store i {
	font-size: 40px;
	position: absolute;
	left: 10px;
}
.btn-play-store .small {
	display: block;
	font-size: 9px;
	line-height: 9px;
	margin-bottom: 2px;
    margin-top: 5px;
}
.btn-play-store .big {
	display: block;
	text-align: left;
	font-size: 14px;
	line-height: 14px;
}

/* ++++++ BADGES +++++++++++++++++++++++++++++++++++++++ */

/* ++++++ HR HELPER ++++++++++++++++++++++++++++++++++++ */

.hr-helper {
	height: 95px;
}

.hr-helper-circle {
	position: absolute;
	top: 0;
	left: 0;
    width: 95px;
	height: 95px;
	z-index: 2;
}

.hr-helper-rectangle {
	position: absolute;
	top: 0;
	left: 53px;
    width: 190px;
	height: 95px;
	z-index: 1;
}

.hr-helper-circle-multiline {
    display: table-cell;
    width: 95px;
	height: 95px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: #2681ae;
    color: white;
}

.hr-helper-circle-multiline a {
	color:#fff;
	text-decoration:none;
}

.hr-helper-circle-text-head {
	font-size: 42px;
	line-height: 42px;
}

.hr-helper-circle-text-strap {
	font-size: 14px;
}

.hr-helper-rectangle-multiline {
    display: table-cell;
    height: 95px;
    width: 190px;
    text-align: center;
    vertical-align: middle;
    background: #154d6e;
    color: white;
	border-radius: .25rem;
}

.hr-helper-rectangle-multiline div {
	width:120px;
	float:right;
	font-size:12px;
	margin:0 10px 0 0;
}

.hr-helper-link,.hr-helper-link:hover {
	color:#fff;
	text-decoration:underline;
}

/* ++++++ HR HELPER ++++++++++++++++++++++++++++++++++++ */

/* ++++++ ICON BADGES ++++++++++++++++++++++++++++++++++ */

.option-btn {
	margin:10px 0 0 0;
}

.option-btn-spacer {
	height:50px;
	margin:10px 0 0 0;
	clear:both;
}

.option-btn-circle {
	position:absolute;
	left:22px;
}

.icon-badge-latestnews .fa {
	color:#fff;
	background-color:#1767A0;
    padding: 12px;
    font-size: 24px;
    border-radius: 50%;
}

.icon-badge-calculator .fa {
	color:#fff;
	background-color:#806d5f;
    padding: 12px;
    font-size: 24px;
    border-radius: 50%;
}

.icon-badge-library .fa {
	color:#fff;
	background-color:#cbbc49;
    padding: 12px;
    font-size: 24px;
    border-radius: 50%;
}

.icon-badge-expert .fa {
	color:#fff;
	background-color:#756e76;
    padding: 12px;
    font-size: 24px;
    border-radius: 50%;
}

.icon-badge-compliance .fa {
	color:#fff;
	background-color:#3A4A9A;
    padding: 12px;
    font-size: 24px;
    border-radius: 50%;
}

.icon-badge-logout .fa {
	color:#fff;
	background-color:#2276a4;
    padding: 12px;
    font-size: 24px;
    border-radius: 50%;
}

.option-btn-rectangle {
	position:absolute;
	text-align: center;
	left: 80px;
	width: 164px;
    padding: 12px;
    font-size: 15px;
	border-radius: .25rem;
}

.calculator {
	color:#fff;
	background-color:#806d5f;
}

.latestnews {
	color:#fff;
	background-color:#1767A0;
}

.library {
	color:#fff;
	background-color:#cbbc49;
}

.expert {
	color:#fff;
	background-color:#756e76;
}

.compliance {
	color:#fff;
	background-color:#3A4A9A;
}

.logout {
	color:#fff;
	background-color:#2276a4;
}

.option-btn-rectangle a {
	color:#fff;
	text-decoration:none;
}

.right {
	margin:0;
}

.table th {
	color:#fff!important;
	background-color:#3A4A9A!important;
	vertical-align: middle;
}

#accordion-sub1 .card-block, #accordion-sub2 .card-block {
	font-weight:200;
	font-style: italic;
}


.well {
	padding:1rem;
	background-color:#E5E2E2;
	border-radius:3px;
}

/* ++++++ ICON BADGES ++++++++++++++++++++++++++++++++++ */

/* ++++++ MEDIA QUERIES ++++++++++++++++++++++++++++++++ */

@media (max-width:767px){

	#search-placeholder-sm {
		width:300px;
	}

	/* option to vary height of brand colour bars at lower res */
	.brand-solid-light-stripe {
		height:1px;
	}

	.brand-solid-dark-stripe {
		height:10px;
		background-color:#806c61;
	}
	/* option to vary height of brand colour bars at lower res */

	body {
	  /* Margin bottom by footer height */
	  margin-bottom: 180px;
	}

	.right {
		margin:10px 0 20px 60px;
	}

	.store-badges {
		margin:10px 0 0 70px;
	}

	.footer {
  		height: 180px;
	}

}

/* ++++++ MEDIA QUERIES ++++++++++++++++++++++++++++++++ */

.modal-body{
    max-height: 400px;
    overflow-y: scroll;
}
