
html, body{
  height:100%;
  margin:0;
  font-family:arial;
  font-size: 21px;
  color:#7d7b7b;
  /*No Gutters: */
  /*padding:0;*/
  /* Page Gutters:
  padding-left:3%;
  padding-right:3%;
*/
}

h1{
  font-size: 27px;
  font-weight: bold;
  color: #001c71;
}

h2{
  font-size: 24px;
  font-weight: bold;
  color: #001c71;
}

.spacer{
  min-height:10px;
  height: 50px;
}

#root{
  text-align: center;
}

button{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #acb4dd;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #efefef;
  text-decoration:none;
  text-align: center;
  color:#000;
  cursor:pointer;
}

.btn_link{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #acb4dd;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #efefef;
  text-decoration:none;
  text-align: center;
  color:#000;
  cursor:pointer;
}



input[type="submit"]{
  cursor:pointer;
}

.wrapper{
  margin-top:0px;
}

main{
  width:100%;
  /*min-height: 500px;*/
}

/*LOGO*/
#sts_logo{
  position: absolute;
  width: 210px;
  left:130px;
}

#top_nav_container{
  background-color: #333333;
}

#global_nav{
  top: 0px;
  left:0px;
  margin:0px;
  padding:0px;
  width:450px;
  height: 35px;
  text-align: center;
  margin-left: auto;
  margin-right:auto;
}

#global_nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
  background-color: #333333;
}

#global_nav li {
  float: left;
}

#global_nav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  font-size: 20px;
}

#global_nav li a:hover {
  background-color: #111111;
  font-size: 19px;
}


header{
  height: 170px;
  width:100%;
  background-color: #fff;
  background-repeat: repeat;
}

header #main_nav_container{
  height:133px;
  overflow: hidden;
}


#main_nav{
  padding:0px;
  /*padding-left: 32%;*/
}

#main_nav ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin-top: 90px;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}

#main_nav li {
  float: left;
}

#main_nav li a {
  display: block;
  color: #001C71;
  font-size:27px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

#main_nav li a:hover {
  color: #8A2432;
  font-size:26px;

}


header #header_banner{
  height: 40px;
  background-image: url("../img/sts_excellence_bg.png");
  padding-top: 7px;
  /*padding-left: 20%;*/
  color:#fff;
  font-style: italic;
  font-size: 25px;
  vertical-align: bottom;
}

#alt_banner_text{
  height: 30px;
  background-image: url("../img/sts_excellence_bg.png");
  padding-top: 7px;
  /*padding-left: 20%;*/
  color:#fff;
  font-style: italic;
  font-size: 25px;
  vertical-align: bottom;
  visibility: hidden;
}

.content_box{
  margin:20px;
  border:solid 2px #a9b1d5;
  border-radius: 20px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  color:#7d7b7b;
  font-size: 25px;
  text-align: left;
  line-height: 1.7;
}

#sts_logo_footer{
  width: 110px;
}


.social_logos{
  vertical-align: middle;
  width:20px;
}

.footer{
  line-height: 2.5;
  font-size: 21px;
}

.footer a{
  text-decoration: none;
  color:#8d2a38;
}

.footer a:hover{
  text-decoration: none;
  color: #212d69;
}

fieldset{
  border: solid 1px #8188aa;
  padding:15px;
}

legend{
  font-size: 15px;
}

#quoteReqMenu{
  margin-top: -80px;
  margin-right: -40px
}


#request-quote-form-section{
  text-align:left;
  padding:20px;
  max-width:500px;
  margin-left:auto;
  margin-right:auto;
  border:solid #8188aa;
  margin-bottom:50px;
  background-color:#fff;
}

#request-quote-form-section h1{
  font-size: 30px;
  text-align:center;
}

label{
  font-size:12px;
  font-family: Arial;
}

small{
  font-family: Arial;
}

p{
  font-family: initial !important;
  /*font-size: initial !important;*/
  font-family: Arial !important;
}

input, textarea{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #acb4dd;
  border-radius: 4px;
  box-sizing: border-box;
}

button{
  cursor: pointer;
}

.clickable{
  cursor: pointer;
}

input[type=submit]{
  cursor: pointer;
}

input[type=radio]{
  width:20px;
  cursor: pointer;
}

input[type=checkbox]{
  width:20px;
  cursor: pointer;
}

.insert_data{
  float:right;
  right:10px;
}

.insert_data small{
  vertical-align:top;
  color:#00165F;
}

.insert_data svg{
  fill:#00165F;
}

.required:after {
  content:" *";
  color: #8c2a38;
}

.error{
  color:red;
}

#suggestClose{
  float:right;
  margin-right:5px;
}

.add_suggestion{
  float:right;
  margin-right:5px;
}

.suggestion_container{
  border: solid 1px #dadada;
  margin-bottom: 2px;
}

.suggestion_container:nth-of-type(odd) {
  background-color:#ececec ;
}
