@charset "UTF-8";
/* CSS Document */

/* Bottom right text */
.mycontainer {
    position: relative;
    text-align: center;
    color: white;
}

.bottomLower {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.col-md-offset-1a {
    margin-left: 12%;
  }
  
.col-md-4 {
    width: 32.33333333%;
  }
  
#activeMenu {color:#999999;}

#activeMenuItem {color:#999999;}
#footer {padding-top:10px;padding-bottom:10px; background-color:#F11111;}

hr {border-color:#F11111; border-width:1px;}

/* .rowBlock {border-color:#0029be !important;
      border:outset; 
	  border-width:thick; 
	  padding-bottom:10px;
	  } */
	  
.rowBlock { 
         border-color:#0029be !important;
         padding-left:0px; padding-right:0px; border-radius:10px;
		 border-left:inset; border-right:outset; 
}
.modal.in .modal-dialog {
  transform: none;
}
.autoModal.modal .modal-body{
    max-height: 100%;
}

@media (max-width:786px) {
	#bodyStyle {
		background-color:#FFFFFF;
}
}

@media (min-width:787px) {
#bodyStyle {
 background:url(../images/blueprint.jpg) no-repeat top center fixed;
-webkit-background-size: 100% auto;
-moz-background-size: 100% auto;
-o-background-size: 100% auto;
 background-size: 100% auto;
}
}
@media (max-width: 500px) {
.carousel-caption p {
font-family:    Garamond;
font-size:      .75em;
font-weight:bold !important;
color:          #FFFFFF !important;
}
}
@media (min-width: 501px) {
.carousel-caption p {
font-family:    Garamond;
font-size:      1.5em;
font-weight:bold !important;
color:          #FFFFFF !important;
}
}

.myThumb {width:100px; padding-right:1px; padding-bottom:4px; 
}
@media (max-width: 500px) {
.carousel-caption h3 {
font-family:    Garamond;
font-size:      1em;
font-weight:bold !important;
color:          #FFFFFF !important;
}
.sectorPics { width:100%}


}
@media (min-width: 501px) {
.carousel-caption h3 {
font-family:    Garamond;
font-size:      1.5em;
font-weight:bold !important;
color:          #FFFFFF !important;
}
.sectorPics { width:425px;}
}