/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
.page-node-type-job-listing .field--name-body .field--label {
    font-size: 30px;
    color: #027ebe;

}

.page-node-type-job-listing .field--name-body p{
    margin-top:1em;
	margin-left: 1em;
}

.page-node-type-job-listing .block-title{
	font-weight: bold;
    color: #027ebe;
}

.page-node-type-job-listing .field--name-field-tags-joblisting .field--items {
    margin-left: 1em;
}

span.tagclouds-term {
    margin: 1em 2em 1em 2em! important;
    display: inline-block;
    width: fit-content! important;
}

.tech-slideshow {
    height: 23vw;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
	clear: both;
}

.tech-slideshow .rail{
    height: 23vw;
    width: 200vw;
    position: absolute;
    top: 0;
    left: -100vw;
    animation: moveStage 7s linear infinite;
    animation-play-state:paused;
	/*transition: left 1s ease-out;*/
}

.tech-slideshow .mover {
    height: 23vw;
    width: 400vw;
    background: url(/themes/contrib/rto/images/a.png);
    background-position: top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    z-index:0;
    animation: moveSlideshow 30s linear infinite;
}

.tech-slideshow .cmover {
    opacity: 0.0;
    height: 23vw;
    width: 400vw;
    background: url(/themes/contrib/rto/images/c.png);
    background-position: top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    transition: opacity 1s ease-out;
    z-index:1;
    animation: moveSlideshow 30s linear infinite;
}

.tech-slideshow .overlay {
    background: url(/themes/contrib/rto/images/b.png);
    background-size: cover;
    background-position: top;
    background-position-x: -57vw;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:2;
}

.tech-slideshow .underlay {
    background: url(/themes/contrib/rto/images/d.png);
    background-size: cover;
    background-position: top;
    width: 17%;
    height: 74%;
    position: absolute;
    top: 3vw;
    left: 23vw;
    z-index: 1;
    /*opacity: 0.6;*/
    animation: pulse 7s linear infinite;
}

.tech-slideshow .underwrap{
	opacity:0.0;
	transition: opacity 5s ease-in-out;
}


.tech-slideshow:hover .underwrap{
	opacity:1;
}

.tech-slideshow:hover .rail{
    animation-play-state:running;
}

.tech-slideshow:hover .cmover{
  opacity:1;
}

.copyhold {
    position: absolute;
    z-index: 3;
    color: #fff;
    font-family: sans-serif;
    font-size: 7vw;
    top: 7.5vw;
    left: 42vw;
}

.copyhold ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.copyhold span.animcont{
	
    display: block;
    position: absolute;
    z-index: 4;
    top: 0vw;
    left: 42.5vw;
	
}

.copyhold ul{
	
    animation: 12s linear 0s normal none infinite vert;
	
}

.copyhold span.animcont{
	display: block;
    height: 10vw;
    overflow-y: hidden;
	width:20vw;
}

a.logo.navbar-btn.pull-left img {
    padding-left: 1em;
    width: 100%;
    padding-right: 1em;
}

.navbar-nav {
    float: right;
    margin: 0;
}


nav#block-rto-main-menu {
    float: right;
    margin-right: 4em;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

/*
nav#block-rto-main-menu {
    float: left;
    margin-top: 7vw;
    background: #eee;
}
*/


.navwrap {
    margin-top: 7.5vw;
    background: #eee;
    height: 3.6em;
    margin-bottom: 1.5vw;
}


.row.header-row {
    border-bottom: 5px solid #027ebe;
    margin-bottom: 1.4vw;
}


.under-hero h2 {
    text-align: center;
    font-size: 3.5em;
    margin: 0 1em;
    margin-top: 1em;
    font-weight: bold;
    color: #555;
}

.under-hero p {
    width: 70%;
    margin: 0 auto;
    font-size: 1.5em;
	margin-top:2em;
}

.under-hero {
    background: #eee;
    padding-bottom: 3em;
    margin-bottom: 1em;
}

.callwrap {
    clear: both;
    display: block;
    padding-top: 3em;
}

.callwrap a.btn {
    width: fit-content;
    margin: 0 auto;
    display: block;
    background: #027ebe;
    color: #fff;
    font-size: 1.6em;
    padding: 0.5em 3em;
    border-radius: 60px;
}

.row.footer-row {
    background: #027ebe;
    padding: 1em;
}

.footer-row .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    background: #027ebe;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

/*.cr {
    height: 12em;
}*/

.crc {
    color: white;
    margin-top: 1em;
    text-align: center;
}

.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.main-container {
    min-height: 60vh;
	width:80%;
	margin-bottom:2em;
}

.page-node-type-job-listing .field--name-field-tags-joblisting .field--label {
    font-size: 30px;
	margin-top:1em;
	margin-bottom: 0.5em;
}

h1.page-header {
    color: #777;
    font-size: 50px;
}

div.main-container a {
    font-size: 18px;
}

div.main-container th {
    font-size: 20px;
}

.form-item-field-resume-0 {
    display: none;
}

.menu--footer-a {
    border-right: solid 1px #fff;
}

.menu--footer-b {
    border-right: solid 1px #fff;
}

.user-logged-in .form-item-field-resume-0 {
    display: block;
}

section#block-rto-tagsintags {
    width: 40em;
    max-width: 100%;
    margin: 0 auto;
}

/******************animations*************/

@keyframes vert {
  0%   {top:0vw;}
  15%  {top:0vw;}
  25%  {top:-10vw;}
  40%  {top:-10vw;}
  50%  {top:-20vw;}
  65%  {top:-20vw;}
  66%  {opacity:1.0;}
  98%  {top:-20vw; opacity:0;}
  99%  {top:0vw; opacity:0;}
  100% {top:0vw;}
}


@keyframes moveSlideshow {
  100% { 
    transform: translateX(-50%);  
  }
}


@keyframes moveStage {

  0% { 
    transform: translateX(0%);  
  }
  50% { 
    transform: translateX(15%);  
  }
  100% { 
    transform: translateX(0%);  
  }
}

@keyframes pulse {

  0% { 
    opacity: 0.0;  
  }
  50% { 
    opacity: 0.0;   
  }
  60% { 
    opacity: 1.0;   
  }
  70%{
	opacity: 1.0;
  }
  100% { 
    opacity: 0.0;   
  }
}



/*************************mq**********************/

@media (min-width: 768px){
.navbar-nav > li > a {
    font-size: 16px;
    padding: 15px 20px;
    font-weight: bold;
}
}
@media (max-width: 767px){
	
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 22px;
}
	
.navwrap {
    margin-top: 7.5vw;
    background: #eee;
    height: 13.3em;
    margin-bottom: 1.5vw;
}

nav#block-rto-main-menu {
    float: unset;
    margin-right: unset;
}

.navbar-nav {
    float: unset;
    width: fit-content;
    margin: 0 auto;
}

}

