/* body overides */
body {
  background-color:#333;
}

#page {
  background-color:#FFF;
}


/* definition list styles */

dt {
  margin: 0.5rem;
}

/* link style overides */
a {
  text-decoration: underline;
}

#navigation a, .sidebars a {
  text-decoration: none;
}


/*Header overrides */

header .primary-menu {
  clear: both;
  padding: 15px 0;
  line-height: 0.5em;
}

@media (min-width: 1024px) {
  #header .primary-menu {
    padding: 3em 0 1em;
  }
}

.sidebar-first .menu .sub-menu-item {
	font-size: small;
	padding-left: 1rem;
}

#footer .top {
	padding: 0 0 0.5rem 0;
	line-height: 1.5rem;
}

#footer .bottom {
	padding: 0.5rem 0 0 0;
}

#footer .bottom .copyright {
  margin-bottom: 0.5rem;
}

/* Pad bottom of main content container */
#content[role="main"] {
	padding-bottom: 2em;
}

@media (min-width: 1024px) {
  .abovecallouts-span-9-4 {
    width: 73.91304%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }	
}

#footer .top ul.menu li {
    border-bottom: 1px solid #2f6BAA;
    padding: 3px 0;
    list-style: none;
}

#footer .top .contact-block {
    margin-top: 0;
}

#footer .top {
    padding: 0 0 0.5rem 0;
    line-height: 1.5rem;
}

p.foot {
  margin: 0.25rem 0;
}

div.searchfoot {
		padding-left: 10px;
		padding-right: 10px;
}

/* owl video reel */
.video-reel .video {
  margin: 1rem;
}

.video-reel .video iframe {
  margin: auto;
  display: block;
}

.video-reel .inner-wrapper h1 {
  color: white;
}


@media (min-width: 1024px) {
  .span-3-7-footer{
    width: 16.47826%;
    float: left;
    margin-right: -100%;
    margin-left: 52.17391%;
    clear: none;
  }
    
	.span-3-10-footer {
    width: 27%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/**
* Global Hero Image Styles
*/
.hero-image {
 background-position: center; 
 background-repeat: no-repeat; 
 background-size: cover;
}

/**
* Accordion/Collapsible styles
*/
.accordion > h3 {
  background-color: #d5534e; 
  border-color: #343434;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 0;
  padding: 0.5rem;
  color: #fff;  
  -webkit-transition: background-color 0.25s ease-out; 
  -moz-transitiontransition: background-color 0.25s ease-out; 
  -ms-transitiontransition: background-color 0.25s ease-out; 
  -o-transitiontransition: background-color 0.25s ease-out; 
  transition: background-color 0.25s ease-out; 

}

.accordion > h3:hover {
  cursor: pointer;
  background-color: #fcca53;
}

.accordion > h3 + div {
  border-color: #343434;
  border-width: 1px;
  border-style: solid;
  max-height: 0;  
  padding: 0.25rem;
  visibility: collapse;
  overflow: hidden;
  background-color: #f2f2f2;
  -webkit-transition: max-height 0.5s ease-out, visibility 0.5s;
  -moz-transitiontransition: max-height 0.5s ease-out, visibility 0.5s;
  -ms-transitiontransition: max-height 0.5s ease-out, visibility 0.5s;
  -o-transitiontransition: max-height 0.5s ease-out, visibility 0.5s;
  transition: max-height 0.5s ease-out, visibility 0.5s;
}

.accordion > h3 + div.show {
  max-height: 1500px;
  visibility: visible;
}

/**
* Modal styles
*/
.modal {
  display: none;
  position: fixed;
  overflow: auto;  
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-dialog {
  margin: auto;
  max-width: 100%;
  background-color: rgb(255,255,255);
}

@media (min-width: 1024px) {
  .modal-dialog {
    max-width: 50%;
  }
}

.modal-header {
  margin: 1em;
}

.modal-body {
  margin: auto;
  width: 80%;
}

.modal-body .video-js {
  margin: auto;
  max-width: 100%;
}

.modal-footer {
  margin: 1em;
}

.modal.active {
 display: block;
}

.modal-button {
  
}

/* test for smaller 'hero' images on interior pages */
/* line 2, ../sass/regions/_content.scss */
#main .int-hero-image {
  height: 125px;
  position: relative;
}
@media (min-width: 1024px) {
  /* line 2, ../sass/regions/_content.scss */
  #main .int-hero-image {
    height: 275px;
  }
}
@media (min-width: 761px) and (max-width: 1023px) {
  /* line 2, ../sass/regions/_content.scss */
  #main .int-hero-image {
    height: 150px;
  }
}
/* line 11, ../sass/regions/_content.scss */
#main .int-hero-image.auto-height {
  height: auto;
}

.int-hero-image {
 background-position: left; 
 background-repeat: no-repeat; 
 background-size: cover;
}

/**
* Call out override
*/
#content .callout, .callout {
 box-shadow: 4px 4px 2px 0 #A2A2A2;
 border: 1px solid #D2D2D2;
}


/**
* Adjust images in callouts
*/
.callout a img, .callout figure img {
  min-width: 100%;
}

/**
* Some Button Style classes
*/
.button {
  background-color: #D5534E;
  color: #FFF;
  text-decoration: none;
  margin: 0.25em;
  padding: 0.5em 1em;
  display: inline-block;
  transition-duration: 0.25s;
  
  /* Rounded Corners */
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -khtml-border-radius: 0.5em;
  border-radius: 0.5em;  

  border-style: solid;
  border-color: rgba(0,0,0,0.3);
  border-width: 1px 3px 3px 1px;  
}

.button:hover {
  background-color: #FCCA53;
}

#navigation {
  overflow: visible;
}

/**
* Careers Specific Styles
*/

.testimonial-image {
  float: left;
}

.testimonial-body {
  margin-left: 13rem;
}

.talent-network {
	max-width: 80%;
	margin: auto;
}


@media (min-width: 1024px) {
  .indent {
    margin-left: 15%;
  }
}
@media (min-width: 761px) and (max-width: 1023px) {
  .indent {
    margin-left: 0%;
  }
}


