/* Revision 20-Jul-2025 */

*.spanlbl {
    background: #ffffff;
    color: black;
    font-family: Calibri,sans-serif;
    font-size: 11.00pt;
    font-style: normal;
    font-weight: 400;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    text-align: center;
    vertical-align: middle;
}

body{
  font: 15px/1.5 Arial, Helvetica,sans-serif;
  padding:0;
  margin:0;
  background-color:#ffffff;
}

/* Global */
.container{
  width:95%;
  margin:auto;
  overflow:hidden;
}

ul{
  list-style: disc;
  margin:10;
  padding:10;
}

.button_1{
  height:38px;
  background:#e8491d;
  border:0;
  padding-left: 20px;
  padding-right:20px;
  color:#ffffff;
}

.dark{
  padding:15px;
  background:#2D52A3;
  color:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
}


/* Select Box */
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
select[multiple], select[size] {
    height: auto;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm, textarea.input-sm {
    height: auto;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-lg, textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    line-height: 1.3333333;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto;
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
    height: auto;
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
    height: auto;
}

}fieldset, legend {
    padding: 0;
    border: 0;
}
fieldset {
    margin: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
output {
    padding-top: 7px;
}
input, input[type=password], input[type=search], isindex, textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type=text] {
    border: 1px solid #a9a9a9;
    /* min-height: 27px; */
}



.form-control {
    width: 100%;
    /* padding: 6px; */
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control, output {
    /* font-size: 14px; */
    line-height: 1.42857143;
    color: #555;
    display: block;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d;
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}

/* Header **/
header{
  background:#37474f;
  color:#ffffff;
  padding-top:30px;
  min-height:70px;
  max-width:907px;
  border-bottom:#29b6f6 3px solid;
}

header a{
  color:#ffffff;
  text-decoration:none;
  text-transform: uppercase;
  font-size:16px;
}

header li{
  float:left;
  display:inline;
  padding: 0 20px 0 20px;
}

header #branding{
  float:left;
}

header #branding h1{
  font-size:30px;
  color:#29b6f6;
  font-weight:bold;
  margin:0;
}

header nav{
  float:right;
  margin-top:10px;
}

header .highlight{
  color:#eceff1;
  font-weight:normal;
}

header .current a{
  color:#29b6f6;
  font-weight:bold;
}

header a:hover{
  color:#cccccc;
  font-weight:bold;
}

/* Showcase */
#showcase{
  min-height:300px;
  background:url('../img/mashdr-2.jpg') no-repeat 0 -300px;
  background-size: cover; /* scales the image */
  background-position: center; /* centers the image */
  text-align:center;
  color:#ffffff;
}

#showcase-new{
  min-height:300px;
  width: 100%;
  background:url('../img/blk-rby-brb-1.jpg') no-repeat 0 -300px;
  background-size: cover; /* scales the image */
  background-position: center; /* centers the image */
  text-align:center;
  color:#ffffff;
}


#showcase h1{
  margin-top:100px;
  font-size:35px;
  margin-bottom:10px;
}

#showcase p{
  font-size:20px;
}

/* Newsletter */
#newsletter{
  padding:15px;
  color:#ffffff;
  background:#37474f
}

#newsletter h1{
  float:left;
}

#newsletter form {
  float:right;
  margin-top:15px;
}

#newsletter input[type="email"]{
  padding:4px;
  height:25px;
  width:250px;
}

/* Boxes */
#boxes{
  margin-top:20px;
  max-width:907px;      
}

#boxes .box{
  float:left;
  text-align:left;
  /* width:45%; */
  padding:10px;
}

#boxes .boxcalc{
  float:left;
  text-align:-webkit-center;
  width:95%;
  padding:10px;
}

#boxes .box img{
  width:100%;
}

/* Sidebar */
aside#sidebar{
  float:right;
  width:30%;
  margin-top:10px;
}

aside#sidebar .quote input, aside#sidebar .quote textarea{
  width:90%;
  padding:5px;
}

/* Main-col */
article#main-col{
  float:left;
  width:100%;
}

/* Services */
ul#services li{
  list-style: none;
  padding:4px;
  border: #cccccc solid 1px;
  margin-bottom:5px;
  background:#e6e6e6;
}

footer{
  padding:20px;
  margin-top:20px;
  color:#ffffff;
  background-color:#37474f;
  text-align: center;
}

footer .highlight{
  color:#29b6f6;
  font-weight:bold;
}

footer .small{
 /* color:#ffffff; */
  font-size:10px;
  font-weight:bold;
}

footer a:link{
  color:#ffffff;
  font-weight:bold;
}

footer a:hover{
  color:#29b6f6;
  font-weight:bold;
}

footer a:visited{
  color:#bbd6ed;
  font-weight:bold;
  background-color: transparent;
  text-decoration: none;
}

footer h1{
  color:#eceff1;
  font-size:15px;
  font-weight:normal;
  margin:0;
}


/* Media Queries */
@media only screen and (max-width: 907px){
  #newsletter h1,
  #newsletter form,
  article#main-col,
  aside#sidebar{
    float:none;
    text-align:left;
    width:95%;
  }

  #boxes .boxcalc{
    float:none;
    text-align:-webkit-center;
    width:95%;
    padding:5px;
  }
  
  #boxes .box img{
  width:100%;
  }

  header{
    padding-bottom:20px;
  }

  header nav,
  header nav li{
    text-align:center;
    float:none;
  }
  
  header #branding{
    text-align:center;
    float:none;
  }

  #showcase{
    min-height:200px;
    width: 100%;
    background:url('../img/mashdr-2.jpg') no-repeat 0 -200px;
    background-size: cover; /* scales the image */
    background-position: center; /* centers the image */
    text-align:center;
    color:#ffffff;
  }

  #showcase-new{
  min-height:200px;
  width: 100%;
  background:url('../img/blk-rby-brb-1.jpg') no-repeat 0 -300px;
  background-size: cover; /* scales the image */
  background-position: center; /* centers the image */
  text-align:center;
  color:#ffffff;
}

  #showcase h1{
    margin-top:40px;
  }

  #newsletter button, .quote button{
    display:block;
    width:100%;
  }

  #newsletter form input[type="email"], .quote input, .quote textarea{
    width:100%;
    margin-bottom:5px;
  }
}


/* Media Queries */
/* [12PRO] 1170 x 2532 pixels at 460ppi */
@media only screen and (min-width: 390px) and (orientation: portrait) {

   #newsletter h1,
   #newsletter form,
   article#main-col,
   aside#sidebar{
   float:none;
   text-align:left;
   width:95%;
   }

   #boxes .box{
   float:none;
   text-align:-webkit-left;
   width:95%;
   padding:5px;
   }
  
   #boxes .boxcalc{
   float:none;
   text-align:-webkit-center;
   width:95%;
   padding:5px;
   }
  
   #boxes .box img{
   width:100%;
   }
 }
