/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    min-height:100%;
    color:#000;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

.img {
    vertical-align: middle;
    border:2px solid #bbb;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

.hspace7 {margin:0px 7px;}
.hspace82 {margin:2px 8px; float:right;}
.cforma{position:relative;float:left;margin-top:0px;margin-bottom:30px;}
.form_elem{position:relative;float:left;width:260px;padding:4px 3px;display:block; clear:both;}
.form_elem3{position:relative;float:right;width:260px;padding:5px;}

.form_elem2{position:relative;float:left;width:300px;padding:5px;margin:0px auto;text-align:right;}

.button {font-size:12px; color:#333333;font-family:Arial; font-weight:bold; width:150px; height:40px;}

.input{border:1px solid #ccc;font-size:14px;font-family:Arial;  text-align:left;color:#000000;height:24px; padding:2px 5px; 
  background-color:#ffffff; border-radius:5px;height:32px; width: 95%;}
  .input_short {width:80%; }
.select{border:1px solid #ccc;font-size:14px;font-family:Arial;
  text-align:left;color:#000000;height:32px; padding:2px;
  background-color:#ffffff; border-radius:5px; width:15%;}  
textarea{border:1px solid #ccc;font-family:Arial;color:#000;font-size:14px;resize: vertical; border-radius:5px;}

.hfc {display:none;}
.control-group {
  position:relative; float:left; width:100%; margin:2px 0px; padding:5px 0px; border-bottom:1px dotted #ddd;
}
.control-label {
  position:relative; float:left; width:100%; padding-top:3px; padding-right:10px; text-align:left; font-family:"Myriad"; color:#444; font-size:16px; font-weight:normal;
}
.control-elem {
  position:relative; float:left; width:100%; text-align:left;font-family:"Myriad"; color:#444; font-size:16px; font-weight:bold;
}
.label-important {position:relative;clear:both; color:#32003d; padding:5px 5px; font-size:16px; font-weight:bold; font-family:"Myriad";}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family: 'Myriad';
    src: url('/css/fonts/mpc.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/myriadpro-cond.woff') format('woff'),
         url('/css/fonts/myriadpro-cond.ttf') format('truetype'),
         url('/css/fonts/myriadpro-cond.svg#MyriadProCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadBold';
    src: url('/css/fonts/mpcb.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/myriadpro-boldcond.woff') format('woff'),
         url('/css/fonts/myriadpro-boldcond.ttf') format('truetype'),
         url('/css/fonts/myriadpro-boldcond.svg#MyriadProBoldCondensed') format('svg');
    font-weight: bold;
    font-style: normal;
}
* {
margin: 0;
}

body {
    color:#fff;
    font-size:12px;
    height:100%;
    background-color:#fff;
    background-image:url(/images/bg.png);
}

.outerbox {
    min-width:100%;
    background:url(/images/top_bg.png) repeat-x center top;    
}
.mainbox {
  width:100%;
  margin:0px auto;
  height:100%;
  min-height: 100%;
  height: auto !important;
}

header {
    height:59px;
    width:100%;
    text-align:left;
    background-color:#32003d;
}
.topbox {
    width:100%;
/*    background:url(/images/logo_bg.png) no-repeat center top;*/
    margin:0px auto;
}
#services_subnav, #sectors_subnav {
  display:block;
}

.logobox {
    display:inline-block;
    width:100%;
    background:url(/images/logo.png) no-repeat 50% 15%;
    font-family: Times New Roman;
    font-weight:bold;
    margin:0px;
    padding-top:120px;
    padding-bottom:30px;
    padding-left:0px;
    text-align:center;
    line-height:26px;
    letter-spacing: 2px;
    color:#fff;
    font-size:22px;

}

.logobox span {
  font-size:22px;
}
.contentbox {
    width:100%;
    background-color:#fff;
}

.contactbox {
    text-align:center;
    padding-right:0px;
    padding-left:0px;
    font-family:"MyriadBold";
    font-size:18px;
    color:#fff;
    padding-top:20px;
}
/* nav */

.footer_baseline {
  background-color: #32003d;
  padding-top:10px;
  height:35px;
  width:100%;
  font-family:Arial;
  font-size:11px;
}
.baseline_left {
  padding-left:0px;
  padding-right:0px;
  text-align:center;
}
.baseline_right {
  display:none;
}
.footer_baseline a {
  color:#eee;
  text-decoration:none;
}
.footer_baseline a:hover {
  color:#fff;
  text-decoration:underline;
}


header > nav {
  height: 59px;
  width: 100%;
  padding:0px;  
  font-size: 20px;
  font-family: "MyriadBold", sans-serif;
  font-weight: normal;
  top:0px;
  z-index:10000;
}


header > nav > ul > li {  
  display: block;
  width: 100%;

}


header > nav > ul > li > a:hover, a.hovered{
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background: url(/images/menu_bg.png);
}

header > nav a {   
  color: #fff;
  display: inline-block;
  text-indent: 0px; 
  width: 100%;
  padding:0px 0px;
  text-align: center;
  text-decoration: none;
  line-height: 59px;
  height: 59px;
  background-image:none;
  background-color:#32003d;
}
header > nav > ul > li > a  {
  height: 59px;
  text-indent: 0px;
  background-image:none;  
  border-bottom: 1px dotted #aaaaaa;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
header > nav ul:first-child{
  margin-left:0px;
}
header > nav li:last-child a {
  border-bottom: 0px;
}
header > nav a:hover, nav a:active {
  height: 59px;
  background-image:none;    
  background-color:#92014c;
}
header > nav ul > li {
  float: left;
    margin-left:0px;
    height:59px;    
    display:inline;
    padding:0px;
    margin-top:0px;
    background:none;
}


header > nav ul > li:first-child {
    margin-left:0px;
}
header > nav a#pull {
  display: block;
  width: 100%;
  height:59px;
  margin:0px auto;
  border-top:0px solid #fff;
  position: relative;
  float:left;
  background-color:#32003d;  
}
header > nav a#pull:after {
  content:"";
  background: url(/images/nav-icon.png) no-repeat;
  width: 30px;
  height: 30px;

  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
}

header > nav a#pull:hover {
    background-color:#92014c;
}


.sectorbox {
  min-height:200px;
  margin-top:15px;
}
.sector_title {
  margin-left:9px;
  font-family:"MyriadBold";
  font-size:1.7em;
  font-weight:bold;
  color:#000;
  padding:0px;
}

.sector_content {
  background-color:#d9d9d9;
  width:100%;
  padding:9px;
}
.sector_content > img {
  padding-bottom:2px;
}
a.sector_link {
  text-align:right;
  display:block;
  width:100%;
  padding:0px;
  background-color:transparent;
  font-family:"MyriadBold";
  font-size:1.7em;
  font-weight:bold;
  padding:2px 5px;
  color:#32003d;
  text-decoration:none;
}
a.sector_link:hover {
  background-color:#c9c9c9;
  color:#333;
  text-decoration:none;
}


.footer_bottom > div {
  float:left;
  text-align:left;
  font-size:14px;
  line-height:18px;
  color:#fff;
  font-family:"MyriadBold";
  font-weight:normal;
  min-height:130px;
  margin:0px;
  padding:0px 18px;
}
.footer-logo {
  width:100%;
}

@media screen and (min-width: 600px){

  .control-label {
  position:relative; float:left; width:20%; padding-top:3px; padding-right:10px; text-align:right; font-family:"Myriad"; color:#444; font-size:16px; font-weight:normal;
}
.control-elem {
  position:relative; float:left; width:80%; text-align:left;font-family:"Myriad"; color:#444; font-size:16px; font-weight:bold;
}
  .logobox {
    width:100%;
    height:152px;
    margin-left:23px;
    padding-left:115px;
    padding-top:0px;
    padding-bottom:0px;    
    background:url(/images/logo.png) no-repeat left center;
    font-family: Times New Roman;
    font-weight:bold;
    letter-spacing: 2px;
    color:#fff;
    font-size:18px;
    text-align:left;

}
.logobox span {
  font-size:22px;
}

.contactbox {
  padding-right:20px;
  padding-top:0px;
  text-align:right;
  font-size:19px;
}
}
@media screen and (min-width: 730px) {

.baseline_left {
  padding-left:20px;
  text-align:left;
}
.baseline_right {
  display:block;
  padding-right:20px;
  text-align:right;
}
.footer_baseline a {
  color:#eee;
  text-decoration:none;
}
.footer_baseline a:hover {
  color:#fff;
  text-decoration:underline;
}

 header >  nav {
  width:100%;
  height:59px;
  margin:0px auto;
}

header > nav a#pull {
    display: none;
}

header > nav > ul > li > a {
    height:54px;  
    padding:0px 15px 0px 13px;
    text-align:center;
    font-family:"MyriadBold";
    color:#fff;
    font-size:16px;
    text-decoration:none;
    border-bottom: 0px;

}
header > nav > ul > li > a:hover, a.hovered{
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background: url(/images/menu_bg.png);
}
header > nav > ul > li {
    height:54px;
    width: auto;
    margin-top:0px;
    padding-left:9px;
    display:inline-block;    
    background: url(/images/menu_break.png) no-repeat left center;
}


header > nav > ul > li:first-child {
  margin-left:5px;
  padding-left:0px;
  background-image:none;
}

header > nav > ul > li:last-child {
    padding-right:0px;
}

}
@media screen and (min-width: 1000px) {
 header >  nav > ul > li > a {
    height:54px;  
    padding:0px 25px 0px 23px;
    text-align:center;
    font-family:"MyriadBold";
    color:#fff;
    font-size:20px;
    text-decoration:none;
    border-bottom: 0px;
}
.logobox {
    font-size:22px;

}
.logobox span {
  font-size:26px;
}

.contactbox {
    font-size:22px;
}

}

@media screen and (min-width: 1200px){
.logobox {
    font-size:26px;

}
.logobox span {
  font-size:32px;
}

.contactbox {
    font-size:26px;
}  

}
@media screen and (min-width: 1400px){
  .sector_title {
  margin-left:9px;
  font-family:"MyriadBold";
  font-size:2.2em;
  font-weight:bold;
  color:#000;
  padding:0px;
}
.footer_bottom > div {
  float:left;
  text-align:left;
  font-size:18px;
  line-height:22px;
  color:#fff;
  font-family:"MyriadBold";
  font-weight:normal;
  min-height:130px;
  margin:0px;
  padding:0px 18px;
}
}
#xlCarousel {
  display: block;
  width:100%;
  height:auto;
  border-top:5px solid white;
  border-left:5px solid white;
  border-right:5px solid white;
  max-height:415px;
  overflow-y: hidden;
}
#sliderbg{
  display:block;
  width:100%;
  height:48px;
  background:url(/images/under_bg.png) no-repeat center bottom;
}
.carousel-item {
  max-height:415px !important;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    left: auto !important;
    bottom: 0;
    z-index: 2;
    display: flex;
    padding: 0;
    margin-right: 15px;
    margin-bottom: 1rem;
}
.carouselIndicator{
  display: inline-block !important;
    zoom: 1 !important;
    width: 8px !important;
    height: 8px !important;
    background: #fff !important;
    margin: 0 6px !important;
    cursor: pointer !important;
    border: 2px solid #350440 !important;
}

.carouselIndicator + .active{
    background: #350440 !important;
    border: 2px solid #fff !important;
}

.carousel-caption {
  position: absolute;
  left:15px;
  bottom: 15px;
  right: auto;
  margin-bottom: 0;
  display: flex;
  padding: 0;
  z-index: 100;
}
.carousel-caption p {
    color: #000 !important;
    font-size: 2em !important;
    font-family: "MyriadBold" !important;
    padding: 0px !important;
    text-align:left !important;
    margin:0 !important;
}
.push {
  width:100%; 
  height:160px; 
  position:relative; 
  bottom:0; 
}

.bottom_logos {
  width:100%;
  margin:0px auto;
  text-align:center;
  padding:0px 4px;
}
.bottom_logos_container {
  background-color:#fff;
  border-top:2px dotted #c4c2c5;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top:5px;
  padding-bottom:0px;
  width:100%;
  margin:auto;
}
.bottom_logos .logo_img {
  position:relative;
  display:inline;
  padding:8px 5px 0px 3px;
}

.footerbox {
  position:relative;
  width:100%;
  min-height:316px;
  background:url(/images/footer_bg1.png) repeat-x center top;
  background-size:contain;
  clear:both; 
}

.footer_top {
  text-align:left;
  margin:0px auto;
  width:100%;
  min-height:60px;
  border-bottom:2px dotted #573161;
}
.footer_bottom {
  position:relative;
  margin:0px auto;
  width:100%;
  padding-top:10px;
  padding-bottom:10px;
  min-height:140px;
}


.footer_bottom .fimg {
  margin:0px 5px;
  vertical-align:middle;
}
.footer_bottom span {
  padding-top:20px;
}




.column p {
  margin:0px;
}
.gallery {
  width:100%;
  margin:10px 5px;
}
.column {
  margin-top:0px;
  margin-bottom:40px;
  color:#444;
  font-family:Arial;
  font-size:14px;
  position:relative;

}

.project {
  width:100%;
  float:left;
  font-family:"Arial";
  font-weight:normal;
  font-size:14px;
  color:#333;
  margin:10px 0px 20px 0px;
}

.project-title {
  font-size:18px !important;
  font-family:"MyriadBold";
  line-height:20px;
  color:#333;
  font-weight:bold;
  padding:0px;
  margin:0px;
  height:40px;
}

.project > a.link {
  text-align:right;
  display:block;
  width:100%;
  margin:5px 0px;
  background-color:#e8e8e8;
  font-family:"MyriadBold";
  font-size:1.3em;
  font-weight:bold;
  padding:2px 10px;
  color:#32003d;
  text-decoration:none;
}


.project >a.link:hover {
  background-color:#c9c9c9;
  color:#333;
  text-decoration:none;
}

.headline  > h3 {
  width:100%;
  background:url(/images/bullet.png) no-repeat left center;
  padding:10px 0px 10px 40px;
  font-family:"MyriadBold";
  font-size:2em;
  color:#32003d;
}

.column > table {
  border:0px;
}
.column-btn {
  width:100%;
  margin: 10px auto;
}
.column-btn > a {
  background-color:transparent;
}
.column-block {
  width:280px;
  float:left;
  text-align:left;
}
a.link {
  text-align:right;
  display:block;
  width:100%;
  margin:5px 0px;
  background-color:#e8e8e8;
  font-family:"MyriadBold";
  font-size:1.3em;
  font-weight:bold;
  padding:2px 10px;
  color:#32003d;
  text-decoration:none;
}


a.link:hover, a.link:hover {
  background-color:#c9c9c9;
  color:#333;
  text-decoration:none;
}

.column-block > div {
  margin:10px 0px;
  color:#444;
}

.column-block > div > span {
  font-size:10px;
  font-family:Arial;
  color:#888;
}
.column-block > p {
  font-family:"MyriadBold";
  font-size:1.3em;
  line-height:1.3em;
  margin:0px;
  font-weight:bold;
  color:#32003d;
}

.column-list > ul {
	width:100%;
	float:left;
    list-style: none;
    margin:0px auto;
    padding:0px;	
}
.column-list > ul > li {
	width:100%;
	display:block;
	float:left;
	margin:2px 0px;
	padding:0px;
	border-bottom:1px dotted #aaa;
	background-color:#f2f2f2;
}

.column-list > ul > li > a {
	display:block;

	width:auto !important;
	font-family:"MyriadBold";
	font-weight:bold;
	padding:10px 5px;
	font-size:18px;
	color:#333;
	text-decoration: none;
}
.column-list > ul > li > a:hover {
	display:block;	
	width:auto !important;
	font-family:"MyriadBold";
	font-size:18px;
	font-weight:bold;	
	color:#000;
	text-decoration: none;
	background-color:#ccc;
}

.sitemap {
  font-family:Arial;
  font-size:14px;
  position:relative;
  width:100%;
}

.sitemap a {
  color:#333;
  font-size:14px;
  font-weight:normal;
  text-decoration: none;
}

.sitemap  a:hover {
  color:#a22;
  font-weight:normal;  
  text-decoration:underline;
}

#newsblock {
  margin:0px;
}
.testimonial{
  width:100%;
  padding:10px 0px;
  margin:0px 0px 30px 0px;
  text-decoration:italic;  
  border-bottom:1px dotted #ccc;
}
.testimonial > i > p {
  margin:0px;
}
.testimonialbox{
  width:100%;
  padding:0px 10px;
  margin:0px;
  font-family:"Arial";
}

.testimonial > .author {
  text-align:left;
  font-weight:bold;
}
.testimonial > a, .column_semi a {
  text-align:left;
  display:block;
  padding:0px;
  font-family:"MyriadBold";
  font-size:1.3em;
  font-weight:bold;
  color:#32003d;
  text-decoration:none;
  background-color:transparent; 
}

.testimonial > a:hover {
  color:#333;
  text-decoration:none;
  background-color:transparent; 
}
 .testimonialbox > .author {
    text-align:right;
  font-weight:bold;
  margin-top:5px;
 }
.testimonial > .company, .testimonialbox > .company {
  text-align:right;
  font-weight:normal;
}
h1 {
  font-size:34px;
  font-weight:normal;
  padding:0px;
  margin:0px;
}
h2 {
  font-size:22px;
  font-weight:normal;
  margin:0px;
  padding:0px;
}
h3 {
  font-family:"MyriadBold";
  font-size:34px;
  font-weight:normal;
  color:#fff;
  line-height:38px;
  padding:0px;
  margin:0px;
}
h5 {
	font-size:40px;
	font-family:"MyriadBold";
	color:#fff;
  font-weight:normal;
  padding:0px 20px;
  margin:5px 0px;  
}
h6 {
  font-size:34px;
  font-family:"Myriad";
  font-weight:normal;
  padding:4px;
  margin:0px 0px;  
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
