/*Right form*/
.form-control {

    display: block;
    width: 100%;
    height: 28.5px !important;}
.rightFormPanel{margin: 0 10px 0px 5px; padding:20px 10px 5px; background:#e6f1ff; 
    bottom: 0;  width:100%; border: solid 5px #7fa2cf;}
.rightFormPanel .formhead{margin: 0 10px 10px; background:#1cabc3; color:#FFF; padding: 10px;text-align: center;}
.rightFormPanel .formhead h4{margin: 0;padding:0; text-transform: capitalize;}
.rightFormPanel .formhead h4 strong{font-size:12px;}

.standardform{}
.standardform .col-sm-6, .standardform .col-sm-12 {margin-bottom: 10px;padding-left: 10px;padding-right: 10px;}
.standardform label{    line-height: 20px; font-size: 13px;color: #000; font-weight:bold; width:100%; display:inline-block;}
.standardform .form-control, .standardform .form-control1 { background-color: #fff; border-bottom: 2px solid #1cabc3;  border-top:none; border-left:none; border-right:none; border-radius: 0;box-sizing: border-box;  box-shadow: none; color: #3b3933; width: 100%; padding:3px 6px!important; }

.inputHolder .form-control { width:33.333% !important; float:left;}
.inputHolder1 .form-control { width:50% !important; float:left;}
.inputHolder2 .form-control { width:100% !important; float:left;}
.standardform .btnSubmit{width: 100%; font-size:14px;text-transform: uppercase;font-weight: 700;padding:12px 24px; 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7abcff+0,4096ee+100 */
background: #39a4ff;
color: #fff !important; border:none; cursor:pointer;}
.stdCode input:nth-child(2){width: 40%;float: left;font-size: 12px;}
.stdCode input:last-child{width: 60%;float: left;}
.stdCode .form-control:last-child{border-left: 1px solid #1cabc3;}
/*Right form end*/

ul.externalURL { margin:0; padding:0; list-style:none;}
ul.externalURL li { display: inline-block;float:left;width:32%; margin:0.5%; }
ul.externalURL li a { display:block; padding:10px 15px;text-align: center;font-size: 14px; text-decoration:none; background:#006600; color:#FFF; }
ul.externalURL li a:hover { background:#009900;color: #fff; } 

.sitemap a{text-decoration: none; color:#333}
.sitemap a:hover{text-decoration: underline;}