/* CSS Document */

/* ++++++ STICKY FOOTER ++++++++++++++++++++++++++++++++ */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 120px;
  font-family: "foco",sans-serif;
}

.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: #706f6f;
  text-align:center;
}

/* ++++++ STICKY FOOTER ++++++++++++++++++++++++++++++++ */

.footer a {
	color:#fff;
}

#img-mainlogo {
	max-width:120px;
}

.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:#456db3;
	text-decoration:none;
}

input {
	border-radius: .25rem;
}

.telno-hires {
	font-size:24px;
	color:#456db3;
	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(https://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:#29569e;
}

.brand-solid-light-stripe {
	height:1px;
	background-color:#007935;
}

.brand-solid-dark-fill {
	background-color:#54575a;
}

.brand-solid-dark-stripe {
	height:10px;
	background-color:#25346d;
}

.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: #456db3;
    border-color: #456db3;
}

.bg-success {
    color: #fff!important;
    background-color: #456db3!important;
}

.bg-success-calculator {
    color: #fff!important;
    background-color: #456db3!important;
}

.bg-success-compliance {
    color: #fff!important;
    background-color: #456db3!important;
}

.alert-custom {
    background-color: #b6a99b;
    border-color: #ebcccc;
    color: #fff;
}

.btn-default-custom {
    background-color: #fff;
    border-color: #ebcccc;
    color: #b6a99b;
	margin:0 0 4px 0;
}

.alert-custom p small {
	font-size:0.7rem;
	color:#403A3A;
}

.breadcrumb-item a, #body-content a {
	color:#456db3;
}

.breadcrumb-item a:hover, #body-content a:hover {
	color:#b4b500;
}

#body-content,#calculator-content,#compliance-content {
	font-size:0.9rem;
}

#body-content h1,.h1-inline,.bodyHolder h1 {
	color:#fff;
	background-color:#29569e;
	font-size:2rem;
	padding: .75rem 1rem;
	border-radius: .25rem;
	font-weight:normal;
}

#body-content h2,.h2-inline,.bodyHolder h2 {
	color:#0075a7;
	font-size:1.6rem;
	padding: .75rem 1rem;
	margin: 0;
	border-bottom:2px dotted #0075a7;
}

#body-content h3,.h3-inline,.bodyHolder h3 {
	color:#0075a7;
	font-size:1.4rem;
	padding: .75rem 1rem;
	margin: 0;
	border-bottom:2px dotted #0075a7;
}

#body-content h4,.h4-inline,.bodyHolder h4 {
	color:#0075a7;
	font-size:1.2rem;
	padding: .75rem 1rem;
	margin: 0;
}

#body-content h5,.h5-inline,.bodyHolder h5 {
	color:#0075a7;
	font-size:1.1rem;
	padding: .75rem 1rem;
	margin: 0;
}

#body-content h6,.h6-inline,.bodyHolder h6 {
	color:#0075a7;
	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:#54575a;
}

#body-content ul,.bodyHolder ul {
	padding: .75rem 1rem;
	margin: 0 2rem;
}

#accordion .card-header, #accordion .card {
	text-align: left;
    background-color: #0075a7;
    border-color: #0075a7;
    color: #fff;
	font-size:0.9rem;
}

#accordion-news .card-header {
	text-align: left;
    background-color: #0075a7;
    border-color: #0075a7;
    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: #4a96a3;
	text-decoration: none;
	font-size:0.9rem;
}

#accordion-help .card-title, #accordion-help .card-text {
	text-align: left;
}

#accordion-help .card-title {
    color: #0075a7;
}

#accordion-help .card a {
    color: #fff;
	text-decoration: none;
	font-size:0.9rem;
}

.btn-primary {
	background-color:#456db3;
	border-color: #456db3;
}

.btn-primary:hover {
	background-color:#b4b500;
	border-color: #b4b500;
}

/* ++++++ 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-calculator .fa {
	color:#fff;
	background-color:#456db3;
    padding: 12px;
    font-size: 24px;
    border-radius: 50%;
}

.icon-badge-library .fa {
	color:#fff;
	background-color:#456db3;
    padding: 12px;
    font-size: 24px;
    border-radius: 50%;
}

.icon-badge-expert .fa {
	color:#fff;
	background-color:#456db3;
    padding: 12px;
    font-size: 24px;
    border-radius: 50%;
}

.icon-badge-compliance .fa {
	color:#fff;
	background-color:#456db3;
    padding: 12px;
    font-size: 24px;
    border-radius: 50%;
}

.icon-badge-logout .fa {
	color:#fff;
	background-color:#456db3;
    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:#456db3;
}

.library {
	color:#fff;
	background-color:#456db3;
}

.expert {
	color:#fff;
	background-color:#456db3;
}

.compliance {
	color:#fff;
	background-color:#456db3;
}

.logout {
	color:#fff;
	background-color:#456db3;
}

.option-btn-rectangle a {
	color:#fff;
	text-decoration:none;
}

.right {
	margin:0;
}

.table th {
	color:#fff!important;
	background-color:#456db3!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:#54575a;
	}
	/* 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;
}
