#breadcrumbs ul li:after, #breadcrumbs ul li:first-child:after{
	content: "\f105";
}
#breadcrumbs ul li:first-child:after {
    margin: 0 0 0 9px;
}

#level{
	padding-top:40px !important;
}
.TitleBoxHeader
{
	background-color: #2D5F77;
    color: wheat;
    padding: 0 5px;
}
 .TitleBoxHeader span:nth-child(2) 
 {
	float: right;
 }
 .jobPanel 
 {
     padding: 0 5px;
 }

li.side-links.active {
    font-weight: bold;
    background-color: rgba(51, 82, 110, 0.09);
}

.map-container {
    height: 230px;
}
.address-container {
    padding-left: 15px;
}

.contact-footer .columns {
    padding-right: 15px;
}

.spotlight-icon svg {
    max-height: 350px;
}


/*Search Pagination*/

/*pagination*/
.paging{
    margin:40px auto 10px auto;
    padding:0;
    display:table;
}

.graphic{
    display:inline;
}

.prev, .next {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    height: 26px;
    color: #888;
    float: none;
    background-color:inherit;
    display: inline;
}

.prev, .next, .page-link {
    border:none;
    padding: 5px 10px;
    font-family: inherit;
    text-align:center;
}

.page-link.current {
    background-color: #eeeeee;
}

.next:before {
	content: "";
	top: 0px;
	left: 0px;
}

.prev:before {
	content: "";
	top: 0px;
	left: 0px;
}

.prev:hover, .next:hover {background-color: #2da0ce; color: #fff;}


.prev.off, .next.off {
	background-color: #ccc;
}

.pagination .prev,
.pagination .prev.off, 
.pagination .next, 
.pagination .prev.off {
	margin-top: -3px;
}

.pagination {
	border-top: 1px solid #e7e7e7;
	display: block;
	margin: 25px 0 -5px 0;
	padding-top: 25px;
}

.pages {text-align: center;}

.pages a {
	color: #888;
	padding: 25px 8px;
}
.pages a:hover {color: #444;}

a.current-page {
	color: #444;
	border-top: 3px solid #555;
}

.pages ul li {                                                                                                                               
	display: inline;
	padding: 0 2px;
}

.project-nav {margin-top: -57px; float: right;}
.project-nav .next {float: right; margin-left: 3px; }
.project-nav .prev {float: right;}


li.site-level
{
	list-style: none;
	padding: 10px 0;
}
li.level-2
{
	border-bottom: 1px solid #e7e7e7;
	font-size: 18px;
}
li.level-3 
{
	font-size: 15px;
}
li.level-4 
{
	font-size: 13px;
}
.site-level > a 
{
	color:#277A6C !important; 
}


#zebraImg{
    height:auto;
    width:50%;
    float: right;
}

h2 {
    color: #277a6c;
}

#twitter-blog {
    background-color: #fff;
}

.headline-light {
    border-bottom: 1px solid  rgb(229, 231, 234);
}

#backTop:hover{
    cursor: pointer;
}

.quickstart-page .video-contain>div{
    display:none;
}

.quickstart-page .video-contain>div.active{
    display:block;
}

.quickstart-page .picker li{
    opacity: 0.6;
    transition: all 0.2s ease-in;
}

.quickstart-page .picker li:hover{
    cursor: pointer;
}

.quickstart-page .picker li.active{
    opacity: 1;
}

@media only screen and (max-width: 1120px)
{
	.post-img {
		display: table-cell;
	}
	.prev, .next, .page-link 
	{
		padding: 5px 10px;
	}
	.blog .post-img img
	{
		max-width: 90%;
	}
	.page-content.blog
	{
		width:95%;
		margin-left: 5px;
		
	}
}

/*Preinstall Table*/

table#preinstalltable, table#preinstalltable td{

	border: 1px solid #888;
}

table#preinstalltable td{
	padding-left:15px;
	padding-right:15px;	
}

/*End of life page style*/

table.eol-table , table.eol-table th, table.eol-table td {
   border: 1px solid #888;
}
table.eol-table th{
    background-color:#f5f5f5;
    padding:10px;
}
		
table.eol-table  {
	border-collapse: collapse;
}
.eol-table .col-1{
	width: 30%;
    padding-left:10px;
}
.eol-table .col-2{
	width: 30%;
    padding-left:10px;
}
.eol-table .col-3{
	width: 30%;
    padding-left:10px;
}


.blog .blog-post {
	margin-bottom: 0;

}		
.post-desc > p{ margin-top: 8px;  }

.social_media_share div {
        display: inline-block;
        float: left;
        margin-top: 5px;
        margin-bottom: 10px;
    }

.job-headers span{
    margin: 0 0 0 0;
    display:block;
}
.job-headers {
    margin-bottom: 20px;
}
.job-post-page.job-footer {
    font-family: "Helvetica, Arial, Verdana, sans-serif"; 
    color: #68696d; 
}

.justify
{
	text-align: justify;
}
	
div.loader::before {
    width: 100px;
    height: 48px;
    content: "";
    position: absolute;
    top: 88px;
    background-color: #efefef;
    background-color: rgba(239, 239, 239, 0.3);
    background-image: url("../images/nloader.gif");
    -ms-background-size: 30px 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    z-index: 99;
    background-position: center;
   
}

/* Overview page css */

.small-try-now {
	display: none;
}
@media only screen and (max-width: 800px)
{
	.small-try-now {
		display: inline;
		position: absolute;
		right:20px;		
		bottom: -10px;
		z-index: 99;
	}
	
	.small-try-now > .button
	{
		height: auto;
		width: 103px;
		font-size: 14px;
	}
	
}

/*SPINNER Taken from PArtners portal*/
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.new-blog .inner-blog p{
    color: #555555 !important;
    font-weight: 600;
}

.new-blog .inner-blog .left{
    padding-right: 20px;
    padding-bottom: 20px;
}

.new-blog .inner-blog .right{
    padding-left: 20px;
    padding-bottom: 20px;
}

.new-blog .inner-blog h3{
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 30px;
    display:block;
    margin-bottom: 0;
}

.new-blog .inner-blog h2{
    font-size: 26px;
}

.new-blog .inner-blog .blog-feature-list{
    color: #44C3AE !important;
    font-weight: 600;
    list-style: square;
}

.new-blog .inner-blog .inner-quote{
    color: #909090 !important;
    font-style: italic;
}

@-webkit-keyframes stretchdelay {
  /* line 589, sass/_base.scss */
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }

  /* line 590, sass/_base.scss */
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes stretchdelay {
  /* line 594, sass/_base.scss */
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  /* line 597, sass/_base.scss */
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
