.top-page-panel {
    padding: 31px 10px 5px;
}
.top-page-panel-visible {
    display: block!important;
}
.top-page-panel {
    position: relative;
    margin-top: -12px;
    padding: 42px 0 12px;
    background: brown;
}

.frame {
    max-width: 980px;
    margin: 0 auto;
    min-width: 268px;
}

.tpp-heading {
    text-align: center;
    color: #fff;
    line-height: 35px;
    font-size: 28px;
    padding: 0 0 26px;
    font-family: roboto-light-webfont, sans-serif;
}

.tpp-heading h1 {
    font-family: roboto-light-webfont, sans-serif;
    float: none;
    font-size: 50px;
    margin: 0 0 9px;
}


.tpp-heading h1 span {
    font-family: roboto-bold-webfont, sans-serif;
}


.contact-holder {
    background: lightgrey;
    padding: 55px 0 60px;
}

.contact-holder .frame {
    background: lightgrey;
	
}
.frame {
    max-width: 980px;
    margin: 0 auto;
    min-width: 268px;
}


.contact-holder .ch-form {
    float: left;
    width: 45.51020408163265%;
}


content {
    position: relative;
    margin-top: 0% auto;
    border-radius: 5px;
    width: 100%;
    min-height: 100%;
    padding: 30px;
    background: transparent;
}

form {
    display: block;
    margin-top: 0em;
}

label {
    font-size: 16px;
    color: #ee7214;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}
user agent stylesheet
label {
    cursor: default;
}


input:not([type="submit"]) {
    height: 100%;
}
input:not([type="submit"]), textarea, dropdown {
    outline: none;
    display: block;
    width: 100%;
    padding: 6px 8px;
    border: 1px filter: alpha(opacity = 52);
    color: #3F3F3F;
    font-family: 'Droid Sans',Tahoma,Arial,Verdana sans-serif;
    font-size: 14px;
    border-radius: 5px;
}
input:required, textarea:required {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
input, select, textarea {
    color: #444;
    font-size: 12px;
    font-family: Arial, sans-serif;
}
button, input, select, textarea {
    font-size: 100%;
    vertical-align: baseline;
}
button, html, input, select, textarea {
    font-family: sans-serif;
}



element.style {
    background-color: #6d9c01;
}
input[type=submit] {
    height: 55px;
    width: 100%;
    cursor: pointer;
    background-color: #4CAF50;
    border: 1 px solid transparent;
    font-family: 'Alice',serif;
    color: white;
    font-size: 18px;
    padding: 10px 4px;
    border: 1px solid #6d9c01;
    text-shadow: 0px 1px 1px #E8E8E8;
    background: rgb(247,247,247);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px #FFF inset, 0 0 0px 5px #EAEAEA;
    -moz-box-shadow: 0px 1px 1px #FFF inset,	
 0 0 0px 5px #EAEAEA;
    box-shadow: 0px 1px 1px #FFF inset, 0 0 0px 5px #EAEAEA;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
input, select, textarea {
    color: #444;
    font-size: 12px;
    font-family: Arial, sans-serif;
}
button, input, select, textarea {
    font-size: 100%;
    vertical-align: baseline;
}
button, html, input, select, textarea {
    font-family: sans-serif;
}


select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
}
user agent stylesheet
select {
    border-radius: 5px;
}
user agent stylesheet
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}
user agent stylesheet
input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb !important;
}

#dropdown {
    width: 100%;
    height: 35px;
    border-radius: 5px;
}

input, select, textarea {
    color: #444;
    font-size: 12px;
    font-family: Arial, sans-serif;
}
button, input, select, textarea {
    font-size: 100%;
    vertical-align: baseline;
}
button, html, input, select, textarea {
    font-family: sans-serif;
}

option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

.ch-contacts-details {
    float: right;
    width: 42.24489795918367%;
    margin-right: 11px;
}

.contact-list {
    font-size: 17px;
    line-height: 24px;
    color: #5a6063;
    margin-bottom: 59px;
}
ol, ul {
    list-style: none;
}

.contact-list li {
    padding: 2px 60px 0 95px;
    position: relative;
    margin-bottom: 42px;
    min-height: 55px;
}

.contact-list .title, .hiring-box .title {
    font-size: 28px;
    font-weight: 400;
    color: #ee7214;
    display: block;
    margin: 0 0 8px;
    font-family: roboto-medium-webfont, sans-serif;
}
strong, th {
    font-weight: 700;
}
user agent stylesheet
strong, b {
    font-weight: bold;
}
.contact-list p {
    margin: 0 0 5px;
}

p {
    margin-bottom: 20px;
}

.contact-list .phone {
    margin-bottom: 61px;
}
.contact-list li {
    padding: 2px 60px 0 95px;
    position: relative;
    margin-bottom: 42px;
    min-height: 55px;
}
a, blockquote, body, button, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, iframe, img, input, legend, li, object, ol, p, pre, select, span, textarea, ul {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}


.hiring-box {
    font-size: 17px;
    line-height: 24px;
    color: #5a6063;
    border-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .13);
    margin: 0 2px 0 4px;
    padding: 25px 33px 17px;
}

strong, th {
    font-weight: 700;
}

user agent stylesheet
strong, b {
    font-weight: bold;
}

a:link {
    -webkit-tap-highlight-color: #478FB2;
}

.arrow-link {
    font-size: 14px;
    color: #009ddc;
    display: inline-block;
    font-family: roboto-bold-webfont, sans-serif;
    text-transform: uppercase;
    padding: 0 20px 0 0;
    position: relative;
    -webkit-transition: color .3s ease-out, background-color .3s ease-out;
    -moz-transition: color .3s ease-out, background-color .3s ease-out;
    transition: color .3s ease-out, background-color .3s ease-out;
}
a {
    color: #4aa6bd;
}
a {
    text-decoration: none;
}


.contact-list .phone {
    margin-bottom: 61px;
}




.serve-all-industries-content .saic-main-list {
    background: #009ddc;
    width: 660px;
    margin: 15px auto 0;
    text-align: center;
    padding: 5px 0
}

.serve-all-industries-content .saic-main-list li {
    display: inline;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

.serve-all-industries-content .saic-main-list li a {
    color: #fff
}

.serve-all-industries-content .saic-main-list .sep {
    margin: 0 10px;
    font-size: 20px;
    color: #66c4ea
}

.serve-all-industries-content .saic-main-list a:hover {
    color: #FFC45C
}
