
     
body, html {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    width: 100%
}

.container {
    
}

.u-full-width {
    width: 100%!important;
}

.m-l-0 {
    margin-left: 0;
}

.hide {
    display: none!important;
}

.center {
    text-align: center!important;
}

.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    background: #f5f5f5;
    padding-left: 10px;
}

.slideout-panel {
    position:relative;
    z-index: 1;
    will-change: transform;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}
      
main#panel {
    background: url(http://www.agcmn.org/graphics/bg.jpg);
    background-color: #D7D2C5;
    background-size: ;
    background-position: center top;
    background-repeat: no-repeat;
}

#header {

}

#header .container {
    background: #333333;
    padding: 15px;
}

#header h1 {
    margin-bottom: 0;
    color: white;
}

#header.v1 {
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    z-index: 999;
}

#header.v1.nobanner {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    z-index: 999;
}

#header.v1 .container {
    padding: 5px 20px;
    background: #333333;
    width: 70%;
}

#header.v1.nobanner .container {
    padding: 5px 20px;
    background: #333333;
    width: 80%;
}

#header.v1 h1 {
    margin-bottom: 0;
}

#header.v6 {
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    z-index: 999;
}

#header.v6.nobanner {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    z-index: 999;
}

#header.v6 .container {
    background: transparent;
    padding: 0 20px;
}

#header.v6.nobanner .container {
    background: transparent;
    padding: 15px 20px;
}

#MainMenu.v2 {
    float: left;
}

#MainMenu,
#MainMenu ul,
#MainMenu ul li,
#MainMenu ul li a,
#MainMenu #menu-button {
  color: white;
}

.logo img {
	  max-height: 60px;
}

#banner {
    margin: 0 auto;
}

#banner .container {
    padding: 0;
}

div#HeaderTitleDiv {
    text-align: right;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 20px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main-content {
    margin: 0 auto;
}

#main-content .container {
    background: white;
    padding: 20px;
}

#main-content h2 {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
}

#mainContent {
    color: #000000;
}

.addthis_toolbox {
    margin-bottom: 10px;
}

.side-right {
    float: right;
    margin-left: 4%;
}

.content-left {
    margin-left: 0;
}

#jobSearchWrapper {
    background: #ffffff;
}

#jobSearchWrapper label {
    color: #000000;
}

#jobSearchWrapper #zsiFirstText {
    color: #000000;
}

#jobSearchWrapper #zsiSecondText {
    color: #000000;
}

#talentComunitySignUp {
    background: #ffffff;
}

#talentComunitySignUp label {
    color: #000000;
}

#EOEStatement {
    clear: both;
    font-weight: bold;
    color: #ff0000;
    font-size: 12pt;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: Red;
    border-radius: 4px;
    border: 1px solid Red;
    cursor: pointer;
    box-sizing: border-box;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background-color: Red;
    border: 1px solid Red;
}

#footer {

}

#footer .container {
    background: white;
    padding: 10px 20px;
}
	
.footer-menu {
	  font-weight: bold;
	  font-size: 14px;
}
  
.footer-logo {
    text-align: right;
}

.footer-logo img {
    max-height: 40px;
}

.copyright {
	  font-size: 14px;
	  line-height: 30px; 
}
	
.copyright a {
	  font-weight: bold;
	  color: #298fc2;
}







.jumbotron {
    border-bottom: 1px solid;
    margin-bottom: 20px;
    display: none;
}

.jobDescriptionArticle {
    display: block;
    position: relative;
}

    .jobDescriptionArticle .jobTitle {
        font-weight: bold;
    }

    .jobDescriptionArticle .jobLocation {
        display: block;
        float: right;
        top: 0;
        right: 0;
    }
    
    .jobDescriptionArticle .jobCompanyName {
        font-weight: bold;
        display: block;
        float: mid;
        position: relative;
        width: auto;
        height: auto;
        top: 0;
        left: 0;
        margin: 10px;
    }

    .jobDescriptionArticle .jobDescription {
        display: block;
    }

.jobListingHeadingSection {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 3px;  
}

.categoryHeadingSection {
    padding: 3px;
    font-size: 18px;
    font-weight: bold;
}

.jobSection {
    padding: 1px;
}


/* Input box section */
.userInputControlHeading {
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
    font-size: 15pt;
    background-color: #ffb300;
    color: #000000;
    width: 100%;
    text-align: center;
    border-radius: 5px;    
}


#buttonSearchbutton {
    text-align: center;
}

#dropFilesHere {
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    border: 3px dashed #cccccc;
}

.TCSLabel, .JSLabel {
    width: fit-content;
    display: inline-block;
    text-align: right;
    opacity: 1;
}

.headingLabel {
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    width: 40%;
}

.titleSection {
    padding-left: 50px;
    font-weight: bold;
    font-size: 15pt;
    background-color: Orange;
    width: 100%;
    text-align: center;
}

.errorSection {
    text-align: center;
    font-weight: bold;
    color: Red;
    background-color: lightred;
    border: red 2px solid;
    border-radius: 5px;
    width: 100%;
    display: none;
}

.successSection {
    text-align: center;
    font-weight: bold;
    color: green;
    background-color: lightgreen;
    border: green 2px solid;
    border-radius: 5px;
    width: 100%;
    display: none;
}

.ssNB {
    display: block;
}

.lsNB {
    display: none;
}

  button.toggle-button {
    display: none;
  }
  
@media all and (max-width: 1023px) {
  button.toggle-button {
    float: right;
    display: block;
  }

  .eight.columns {
    width: 100%;
    margin-left: 0;
  }
}
      
