        /* CSS for standard-resolution devices */
		        .oo_inline{
			right: -8px;
		    top: 33%;
		    padding: 5px 14px 14px 14px;
		    border-bottom: 0px;
		    color: white;
		    border-radius: 9px 9px 0px 0px;
		    -moz-border-radius: 9px 9px 0px 0px;
		    -webkit-border-radius: 9px 9px 0px 0px;
		    transform-origin: 100% 100% 0;
		    -webkit-transform-origin: 100% 100% 0;
		    -ms-transform-origin: 100% 100% 0;
		display: block;
		    position: fixed;
		    background-color: #000;
		    color: #ffffff;
		    border: 1px solid #ffffff;
		    font-size: 15px;
		    line-height: 15px;
		    z-index: 999995;
		    cursor: pointer;
		    text-decoration: none;
		    -webkit-backface-visibility: hidden;
		    backface-visibility: hidden;
		    transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg) scale(1.02);
		    -webkit-transform: rotate(-90deg);
		    -moz-transform: rotate(-90deg);
		    transition: all .5s ease;
		    -moz-transition: all .5s ease;
		    -webkit-transition: all .5s ease;
		    -o-transition: all .5s ease;
		}
		
		.oo_inline_icon{
		position: relative !important;
		    width: 12px !important;
		    height: 14px !important;
		    margin-right: 5px;
			background-image: url("../../../content/dam/public/src/icons/oo_icon_retina1.gif");
            background-size: 100%;
			display: inline-block; 
		}

        .openLab, .openLab:hover {
        color: #FFF;
        }
        /* CSS for high-resolution retina devices */
        @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
            .oo_inline_icon {
                background-image: url("../../../content/dam/public/src/icons/oo_icon_retina1.gif");
                background-size: 100%;
				display: inline-block; 

            }
        }

    /*CSS for SRC Header Logo*/
    .added-logo{
    border-right: 1px solid black; 
     padding: 0 10px 0 0;
	}

    .added-logo-white{
     border-right: 1px solid white; 
     padding: 0 10px 0 0; 
    }
    
	
	.footer-nav-button{
        margin-left: 8px;
        margin-right: 8px;
    }
   .src-logo{
        height: 28px;
        width: 57px;
        display: inline-block;
        padding-left: 15px;
        border-left: 2px solid white;
		font-size: 15px;

   }
   .added-logo-white-footer {
    border-right: 1px solid white;
    padding: 0 10px 0 0;
}
   

   .header .navbar-toggler {
		z-index: 2;
}
    .content-item {
            width: 35px;
            padding-left: 4px;
    }
    
    .content-item-logo {
           display: inline;
    } 
	
	.mc-columncreator-items-container .content-item-logo br {
        display: none;
    }

	.mc-columncreator .text-initial{
		padding-top: 0px !important;

	   }

	.mc-texteditor .text-initial{
		padding-bottom: 0px !important;

	   }

	.mc-columncreator .mc-columncreator-header {
		padding-top: 1.5rem;
	}

	.mc-columnitem .mb-9 {
		margin-bottom: 8px !important;
	}

	
	.header .bg-inverse .navbar-items .nav-item--last:after{
		background-color: #fff;
    } 
	
	.alt-color{
		color:white;
    }
		
@media screen and (max-width: 767px) {
  .full-width {
	width:100%;
  } 
  .nav-logo{
	z-index:99;
  } 
  
   .mc-columncreator .mc-columncreator-items-container{
      padding-top: 16px;
	}

   .mc-columnitem .mb-9 {
    margin-bottom: 10px !important;
}
 
}

@media screen and (min-width: 768px){
    .mc-columncreator .mc-columncreator-items-container{
      padding-top: 16px;
	}
}

@media screen and (max-width: 768px) {
	.ft-content article {
    	min-width: 219px;
	}
}
