html,
body {
    height: 100%;
    width: 100%;
}
body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    line-height: 30px;
    color: #353535;
}
hr {
    border-color: #226fa4;
    border-width: 5px;
    max-width: 100px;
    margin-bottom: 60px;
}
.hr-faded {
    border-color: #FFF;
}
a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #F05F40;
}
a:hover,
a:focus {
    color: #eb3812;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cantata One', serif;
}
p {
    margin-bottom: 20px;
}
.bg-padding {
    padding: 100px 0 130px;
}
.bg-primary {
    background-color: #b6dfff;
    color: #353535;
}
.bg-dark {
    background-color: #222222;
    color: white;
}
section {
    padding: 100px 0;
}
.no-padding {
    padding: 0;
}
header {
    position: relative;
    width: 100%;
    min-height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: right top;
    background-image: url('../img/ensured-header.jpg');
    text-align: left;
    color: white;
}
header .header-content {
    position: relative;
    text-align: left;
    padding: 100px 15px 100px;
    width: 100%;
}
header .header-content .header-content-inner h1 {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 90px;
    letter-spacing: 5px;
    font-size: 68px;
}
header .header-content .header-content-inner h1 #biggerHeading {
    font-size: 125px;
    white-space: nowrap;
    overflow: hidden;
    width: 50em;
    animation: type 4s steps(60, end) 1;
}
@keyframes type {
    from {
        width: 0;
    }
}
header .header-content .header-content-inner p {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 50px;
    text-align: left;
    letter-spacing: 2px;
}

.social-share {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 30%;
	width: 60px;
}
.social-share .ssbp-wrap .ssbp-list li {
	display: block !important;
}

#about p a {
	color: #185f96;
}

/* bargraph */
.bargraph-holder {
	margin: 50px 0 30px;
}
#bargraph {
	width: 100%;
	margin: 10px 0 0;
}

#bargraph .ct-label {
	font-size: 14px;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.7);
}

#bargraph text.ct-label.ct-horizontal {
	display: none !important;
}

#bargraph .ct-bar {
	stroke-width: 70px;
	stroke: #185f96;
}

#bargraph + .mobile-scroll {
    display: none;
}

/* tooltip */

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 5em;
  max-width: 250px;
  padding: .5em;
  background: #F4C63D;
  color: #453D3F;
  font-family: "Roboto Condensed",sans-serif;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }
  .chartist-tooltip:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top-color: #F4C63D; }
  .chartist-tooltip.tooltip-show {
    opacity: 1; }

.ct-area, .ct-line {
  pointer-events: none; }
  
.chartist-tooltip-meta {
	font-weight: 300;
	line-height: 21px;
	display: block;
	padding: 8px 0;
}
.chartist-tooltip-value {
	display: block;
}


.section-heading {
    margin-top: 0;
    color: #185f96;
}
#services {
    background: #0a3a5f;
    color: #fff;
}
#services .section-heading, 
#services p, 
#services ul {
    color: #FFF;
}
.service-box {
    max-width: 400px;
    margin: 50px auto 0;
}
.service-box h2 {
    color: #ffb411;
    font-weight: bold;
    font-size: 50px;
}
.service-box h2 small,
.service-box h3,
.service-box p {
    color: #FFF;
}
.service-box p {
    margin-bottom: 0;
}
.occupation-icons {
	margin: 10px 0 70px;
}
.occupation-icons .row {
	padding-top: 20px;
	padding-bottom: 20px;
}
.occupation-icons img {
	padding-right: 8px;
}
#portfolio {
    padding: 150px 0 0;
}
#portfolio .section-heading {
    text-transform: uppercase;
    font-size: 40px;
}
#portfolio .section-heading:nth-child(2) {
    text-transform: none;
    font-size: 30px;
}
#portfolio .portfolio-item {
    right: 0;
}
#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 650px;
    margin: 0 auto;
    cursor: default;
}
#portfolio .portfolio-item .portfolio-link .caption {
    color: white;
    opacity: 0;
    display: block;
    background: #1f6fa9;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content .project-category,
#portfolio .portfolio-item .portfolio-link .caption .caption-content .project-name {
    font-family: 'Cantata One', serif;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content .project-category img {
    margin: 0 auto;
    width: 50%;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content .project-name {
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 20px;
    text-transform: uppercase;
}
#portfolio * {
    z-index: 2;
}
#portfolio .portfolio-img {
    width: 100%;
    max-width: 100%;
}
.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
}
.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}
.portfolio-modal .modal-content img {
    margin-bottom: 30px;
    margin: 0 auto;
}
.portfolio-modal .modal-content p {
	font-size: 28px;
}
.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}
.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}
.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #2C3E50;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #2C3E50;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    z-index: 1052;
}
.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}
.call-to-action h2 {
    margin: 0 auto 20px;
}
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    background: none;
    box-shadow: none !important;
    resize: none;
    color: #FFF;
}
.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: 0.85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}
.floating-label-form-group-with-focus label {
    color: #18BC9C;
}
form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eeeeee;
}
form .form-control {
    height: 50px;
}
#employer-results {
	border:1px solid #eee; 
	display: none;
	position: relative;
}
#employer-results .results-num {
	display: block;
	position: absolute;
	left: 0;
	top: -50px;
	color: #999;
}
#employer-results .new-search {
	background: #999;
    border: medium none;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 0 10px 2px;
    position: absolute;
    right: 0;
    top: -50px;
}
#employer-results .new-search:hover {
	background: #ffb411;
}
#employer-results .no-results {
	padding:10px 10px 14px; 
	display:block;
}
#employer-results .result {
	text-align: left;
	padding: 30px 20px 40px;
	border-bottom: 1px solid #fff;
	color: #ccc;
}
#employer-results .result:nth-child(2n) {
}
.result h3 {
	color: #fff;
	margin-bottom: 20px;
}
.result .left {
	float: left;
	width: 50%;
	padding-right:10px;
}
.result .right {
	float: right;
	width: 50%;
	padding-left:10px;
}
.result span {
	display: block;
}
.result .result-date {
    padding-top:10px;
}
::-webkit-input-placeholder {
  vertical-align: top;
  height: auto;
}
::-moz-placeholder { /* Firefox 19+ */
  vertical-align: top;
  height: auto;
}
:-ms-input-placeholder {
  vertical-align: top;
  height: auto;
}
:-moz-placeholder { /* Firefox 18- */
  vertical-align: top;
  height: auto;
}
.btn-primary {
    color: #062a46;
    background-color: #ffb411;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    border-radius: 0;
    font-size: 33px;
    letter-spacing: 3px;
}
.modal .btn-primary {
    font-size: 20px;
    padding: 20px 40px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #062a46;
    background-color: #ffc23d;
    border-color: #ffc23d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn {
    font-family: 'Cantata One', serif;
    border: none;
    padding: 30px 70px;
    font-weight: 700;
    text-transform: uppercase;
}
.disclaimer {
	color: #999;
    font-size: 15px;
    font-style: italic;
    line-height: 23px;
    margin-top: 100px;
}
.source {
	font-size:12px; 
	font-style:italic; 
	font-weight: 300;
	color:#aaa; 
	margin-bottom:10px; 
	text-align:right;
}
.bargraph-holder .source {
	color: #353535;
}
.source a {
	color: #5ca2d9;
}
::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #ffb411;
}
::selection {
    color: #fff;
    text-shadow: none;
    background: #ffb411;
}
img::selection {
    color: white;
    background: transparent;
}
img::-moz-selection {
    color: white;
    background: transparent;
}
body {
    webkit-tap-highlight-color: #222222;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
#contact {
	padding: 100px 0 30px;
	overflow: hidden;
}
.copyright {
	text-align: center;
	font-size: 12px;
	padding: 40px 0 20px;
	color: #999;
}

@media (max-width: 1169px) {
	#bargraph {
		overflow-x: scroll;
		width: auto;
	}
	#bargraph + .mobile-scroll {
	    color: #185f96;
	    display: block;
	    font-style: italic;
	    padding-top: 0px;
	    text-align: center;
	}
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
    #portfolio .col-lg-3 {
        width: 20%;
    }
}
@media (min-width: 768px) {
    header {
        min-height: 100%;
    }
    header .header-content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 50px;
    }
    header .header-content .header-content-inner {
        margin-left: auto;
        margin-right: auto;
    }
    header .header-content .header-content-inner h1 {
        font-size: 50px;
    }
    header .header-content .header-content-inner p {
        font-size: 18px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 981px) and (max-width: 1700px) {
    header .header-content .header-content-inner h1 {
        font-size: 30px!important;
        letter-spacing: normal;
        line-height: 55px;
        width: 20em;
    }
    header .header-content .header-content-inner h1 #biggerHeading {
        font-size: 70px!important;
    }
    header .btn {
        padding: 20px 40px;
        font-size: 30px;
    }
}
@media (max-width: 1200px) {
    .stat-box {
        margin-bottom: 80px;
    }
    #portfolio .portfolio-item .portfolio-link {
        max-width: 100%;
    }
}
@media (max-width: 980px) {
    header .header-content .header-content-inner h1 {
        font-size: 30px;
        letter-spacing: normal;
        line-height: 65px;
        width: 25em;
    }
    header .header-content .header-content-inner h1 #biggerHeading {
        font-size: 90px!important;
    }
}
@media (max-width: 768px) {
    header .header-content .header-content-inner h1 {
        font-size: 26px!important;
    }
}
@media (max-width: 767px) {	
	header {
		background-position: 50% 0;
	}
	.social-share {
		position: fixed;
		z-index: 9999;
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
		width: 100%;
	}
	.social-share .ssbp-wrap .ssbp-list li {
		display: table-cell !important;
		width: 25%;
		margin: 0 !important;
	}	
	.social-share .ssbp-wrap .ssbp-list li .ssbp-btn {
		width: auto !important;
	}
	.occupation-icons {
		margin: 0;
	}
	.occupation-icons .row:first-child {
		padding-bottom: 0;
	}
	.occupation-icons .row:nth-child(2) {
		padding-top: 0;
	}
	.occupation-icons .col-lg-3.col-md-6 {
		padding-bottom: 30px;
	}
	.occupation-icons img {
		display: block;
		margin: 0 auto;
	}
	.floating-label-form-group input, 
	.floating-label-form-group textarea {
		font-size: 1em;
	}
}
@media (max-width: 600px) {
    header .header-content .header-content-inner h1 #biggerHeading {
        font-size: 60px !important;
    }
    header .header-content .header-content-inner h1 {
        line-height: 45px;
        width: 15em;
    }
    header .btn,
    #contactForm .btn {
        padding: 20px 40px;
        font-size: 30px;
    }
}
@media (max-width: 480px) {
    header .header-content .header-content-inner h1 #biggerHeading {
        font-size: 45px !important;
    }
    header .header-content .header-content-inner h1 {
        line-height: 45px;
        width: 15em;
        font-size: 25px;
    }
    header .btn,
    #contactForm .btn {
        padding: 20px 30px;
        font-size: 22px;
    }
    .section-heading {
        font-size: 20px;
    }
    .bg-padding,
    #portfolio {
        padding: 70px 0 50px;
    }
    #portfolio .section-heading {
        text-transform: uppercase;
        font-size: 22px;
    }
    #portfolio .section-heading:nth-child(2) {
        font-size: 22px;
    }
    hr {
        margin-bottom: 40px;
    }
    .portfolio-modal .modal-content h2 {
        margin: 0;
        font-size: 2em;
    }
    .modal .btn-primary {
        font-size: 18px;
        padding: 20px 30px;
    }
}
@media (max-width: 380px) {
    header .header-content .header-content-inner h1 #biggerHeading {
        font-size: 35px !important;
    }
    header .header-content .header-content-inner h1 {
        line-height: 30px;
        width: 10em;
        font-size: 20px;
        padding-bottom: 30px;
    }
    header .btn,
    #contactForm .btn {
        padding: 20px;
        font-size: 18px;
    }
    .service-box h2 {
        font-size: 40px;
        line-height: 20px;
    }
    .service-box h3 {
        font-size: 20px;
    }
    #portfolio .portfolio-item .portfolio-link .caption .caption-content .project-category img {
        width: 40%;
    }
    #portfolio .portfolio-item .portfolio-link .caption .caption-content .project-name {
        font-size: 13px;
        margin-top: 10px;
    }
}
