/* Enter Your Custom CSS Here */

/*Typography*/
.s16 {
  font-size: 16px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.mt {
  margin-top: 30px;
}
.lp3 {
  letter-spacing: 3px;
}
.no-bullets {
  margin-left: 0;
}
.no-bullets li {
  list-style: none;
  margin-left: 0;
}
#top .lh36 {
  line-height: 36px;
}
.white {
  color: #ffffff;
}
.st-hero-box .s16 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 25px;
}
#top .banner-header {
    text-transform: none !important;
    font-size: 72px;
    font-weight: 700;
    line-height: 70px;
  	color: #ffffff;
}
.st-hero-box .banner-header {
  	margin: 34px 0 84px;
  	text-align: center;
}
.scroll-to-explore a {
  	letter-spacing: 3px;
}

.st-track-records .progress {
    background-color: transparent;
}
.st-blog-ctc-wrap .st-blog-title a:hover {
  text-decoration: underline;
}
.news-notes-accolades .blog-categories a {
  cursor: default;
  text-decoration: none;
}
.news-notes-accolades .slide-entry-excerpt {
  line-height: 25px;
}
.st-quotes__name span {
  text-transform: uppercase;
  letter-spacing: 3px;
}

.all-news-section .blog-categories a {
    color: #888c8f;
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
}

.all-news-section h3.slide-entry-title a {
    font-size: 24px;
    font-weight: normal;
}
.all-news-section .slide-entry-excerpt {
    line-height: 25px;
}
.all-news-section .slide-meta-time {
    display: none !important;
}
.all-news-section .av_one_third {
   margin-left: 4%;
   width: 29.333333%;
}
.all-news-section .blog-categories a {
    cursor: default;
    text-decoration: none;
}
#contact-form {
    padding: 20px 30px !important;
  	width: 100%;
    max-width: 50%;
    margin: 0 auto;
    position: relative !important;
    background-color: #fff;
}

.mobile-visible {
  display: none;
}

#top .progress{
    width: 250px;
    height: auto;
    line-height: 100%;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
#top .progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}
#top .progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
#top .progress .progress-left{
    left: 0;
}
#top .progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 25px;
    border-style: solid;
    position: absolute;
    top: 0;
}
#top .progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 125px;
    border-bottom-right-radius: 125px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
#top .progress .progress-right{
    right: 0;
}
#top .progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 125px;
    border-bottom-left-radius: 125px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
#top .progress .progress-right .progress-bar.scroll-animate {
	animation: loading-1 0.5s linear forwards;
}
#top .progress.yellow.two .progress-right .progress-bar.scroll-animate {
     animation: loading-5 0.5s linear forwards;
}
#top .progress .progress-value{
    background: transparent;
    font-size: 95px;
    color: #fff;
    line-height: 110px;
    text-align: center;
}
#top .progress.blue .progress-bar{
    border-color: #ed008d;
}
#top .progress.blue.one .progress-left .progress-bar.scroll-animate{
    animation: loading-2 0.5s linear forwards 0.5s;
}
#top .progress.blue.three .progress-left .progress-bar.scroll-animate{
    animation: loading-4 0.5s linear forwards 0.5s;
}
#top .progress.yellow .progress-bar{
    border-color: #3e78f6;
}
#top .progress.yellow .progress-left .progress-bar.scroll-animate{
    animation: loading-3 0.5s linear forwards 0.5s;
}
.st-blog-container.resources-page .st-blog{
    width: 24%;
}

@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(110deg);
        transform: rotate(110deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}


@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}

@media only screen and (max-width: 767px) {
  #top .desktop-visible {
    display: none;
  }
  .mobile-visible {
  	display: block;
	}
  .st-blog-container.resources-page .st-blog {
    width: 100%;
	}
}







