/*
Theme Name: Engineering Technology Consultants
Theme URI: -
Description: -
Version: 1.0
Author: 
Author 
Tags: 
*/
/* =WordPress Core
-------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,h2,h3,h4,h5,p { margin: 10px 0; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.container { width: 1199px; margin: 0 auto; }

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
}
#wpadminbar { display: none; }
html { margin-top: 0 !important; }

strong, b { font-weight: bold; }
em { font-style: italic; } 

/* 
 FONTS:
 font-family: 'Open Sans', sans-serif;
 font-family: 'Roboto', sans-serif;
 font-family: 'Roboto Condensed', sans-serif;
 font-family: 'Ubuntu', sans-serif;
*/

/* SLICKNAV */
.slicknav_menu { display:none; }

/* HEADER */
header { background: rgb(0, 12, 30); background: rgba(0, 12, 30, .8); width: 100%; position: fixed; z-index: 9999; top: 0; left: 0; }
.top-header > a { float: left; padding: 16px 0 0; display: block; vertical-align: middle; }
.top-header > a img { display: block; vertical-align: middle; max-width: 100%; height: auto; width: auto; }

#menu { float: right; list-style-type: none; }
#menu > li { float: left; display: inline-block; position: relative; }
#menu > li > a { text-decoration: none; display: block; color: #c9daf2; font-size: 15px; font-family: 'Roboto Condensed', sans-serif; padding: 43px 16px; }
#menu > li > a:hover { background: #e8a322; color: #fff !important; }
.selected { color: #e8a322 !important; }

/* DROP DOWN */
.top-header ul > li > .sub-menu { position: absolute; display: none; z-index: 100; background: #1e1e1e; top: 101px; width: 190px; left: 0; border-top: 1px solid #fff; list-style-type: none; }
.top-header ul > li > .sub-menu > li > a { text-decoration: none; color: #fff; font-size: 14px; display: block; font-family: 'Roboto Condensed', sans-serif; padding: 12px 31px 12px 18px; }
.top-header ul > li > .sub-menu > li:hover { background-color: #e8a322; background-image: url('images/dropdownBG.png'); background-repeat: no-repeat; background-position: right center; }

/* BANNER */
.banner { background-repeat: no-repeat; max-width: 100%; background-size: 100% auto; background-position: center center; }
.banner_wrap { height: 736px; position: relative; }
.banner_text { position: absolute; bottom: 190px; left: 10px; width: 436px;}
.banner_text p { font-family: 'Ubuntu', sans-serif; font-size: 25px; font-weight: 300; margin: 0 0 5px; letter-spacing: -1px; text-shadow: 2px 2px 1px #000; }
.banner_text h2 { font-family: 'Ubuntu', sans-serif; font-size: 40px; font-weight: 500; line-height: 120%; margin: 0; letter-spacing: 1.5px; text-shadow: 2px 2px 5px #000; }
.banner_caption { position: absolute; bottom: 22px; right: 15px; }
.banner_caption p { font-family: 'Roboto', sans-serif; font-weight: 300; font-style: italic; font-size: 15px; margin: 0; }

/* SLIDER */
.slideshow .bxslider { list-style-type: none; } 
.slideshow .bx-wrapper .bx-viewport { background: none; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; left: 0; }
.slideshow .bx-wrapper { margin: 0 auto; }
.slideshow .bx-wrapper .bx-pager { bottom: 20px; }
.slideshow .bx-wrapper .bx-pager.bx-default-pager a { border-radius: 10px; height: 11px; width: 11px; background: #2a190c; border: 2px solid #b3b3b3; }
.slideshow .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: #e8a322 !important; border: 2px solid #e8a322;}

.scroller { visibility: hidden; }
.scroller .bxslider { list-style-type: none; } 
.scroller .bx-wrapper .bx-viewport { background: none; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; left: 0; }
.scroller .bx-wrapper { margin: 0 auto; }
.scroller .bx-wrapper .bx-pager { display: none; }

.thumbnail_wrapper a { display: inline-block; margin-right: 22px; }
.thumbnail_wrapper a:last-child { margin-right: 0; }

/* INTRO */
.intro { padding: 31px 0; font-family: 'Open Sans', sans-serif; background: #f8f8f8;}
.intro_box { text-align: center; }
.intro_box h2 { color: #000d20; font-size: 22px; font-weight: 600; margin: 0 0 19px; }
.intro_box ul { margin-bottom: 23px; list-style-type: none; }
.intro_box ul li { display: inline-block; }
.intro_box ul li a::after { content: "|"; padding-left: 9px;}
.intro_box ul li:last-child a::after { content: ""; padding-left: 0; }
.intro_box ul li a { display: block; font-size: 13px; color: #454545; font-weight: 600; text-decoration: none; padding-left: 9px; }
.intro_box p { color: #454545; font-size: 13px; margin: 0 0 9px; line-height: 145%; }
.learn { display: inline-block; margin-top: 26px; }
.learn > img { max-width: 100%; height: auto; }

/* NEWS */
.main { float: left; width: 780px; }
.categories_wrap { margin-bottom: 30px; }
.categories_wrap p a { display: block; margin-top: 15px; } 
.news { font-family: 'Open Sans', sans-serif !important; padding: 53px 0 70px; }
.news h2 { margin: 0 0 26px; color: #656565; font-size: 35px; font-weight: 700; }
.news-box { width: 350px; margin-right: 70px; float: left;}
.news-box-last { margin-right: 0 !important; }
.news-box img { max-width: 100%; height: auto; }
.news-info { margin-top: 16px; }
.news-info p { color: #2c2b2b; font-size: 18px; font-weight: 700; margin: 0 0 2px; }
.news-info span { color: #787878; font-size: 11px; font-weight: 300; display: inline-block; padding-right: 4px; }
.news-info a { color: #e8a322; font-size: 11px; font-weight: 300; text-decoration: none; display: inline-block; padding-right: 4px; }
.news-info a::before { content: "|"; padding-right: 5px; color: #a5a5a5;}
.categorylink { text-transform: uppercase;  }
.news-info .comment { padding-right: 0 !important; }
.news-excerpt { margin-top: 28px; }
.news-excerpt p { color: #454545; font-size: 13px; margin: 0; line-height: 165%; }
.news-excerpt a { display: block; text-decoration: none; font-size: 13px; color: #e8a322; font-weight: 600; font-style: italic; margin-top: 27px; }

/* PROJECTS */
.project_bc h2, .project_details { float: left; }
.project_bc h2 { margin-right: 154px !important; }
.project_details span { font-family: 'Open Sans', sans-serif; font-size: 18px; color: #000d20; }
.project_details span::after { content: "|"; padding-left: 12px; }
.project_cat_title { text-transform: uppercase; }
.project_name { padding-left: 12px; }
.project_details .project_name::after { content: ""; }
.project_details { padding-top: 9px; }

.category_wrap, .project_preview, .category_description { float: left; }
.whole_project_wrap { float: right; }
.category_wrap, .project_preview { margin-right: 48px; }

.project_content { background: #f5f5f5; border-top: 1px solid #e9e8e8; padding: 27px 0 0; }
.project_content .container { padding-bottom: 34px; }
.project_content h5 { background: #000d20 !important; margin: 0 !important; padding: 7px 18px !important; }
.category_wrap { width: 238px; background: #ebebeb; }
.page_content_wrap .category_list { list-style-type: none; padding: 0 18px; margin: 0; }
.category_list > li { color: #000d20 !important; font-size: 16px !important; margin: 0 !important; border-bottom: 1px solid #dddddd; }
#project_list_last { border-bottom: none; }
.category_list > li > a { color: #000d20 !important; font-size: 16px !important; padding: 11px 0 8px 12px; font-weight: 400 !important; display: block;  background: url('images/project_bullet.png') no-repeat; background-position: left center; }
.page_content_wrap .subcategory_list { list-style-type: none; padding: 19px 0 0 13px; border-top: 1px solid #dddddd; display: none; margin: 0; }
.subcategory_list > li > a { font-weight: 600; font-size: 12px !important; padding: 0 13px; display: block; line-height: 1; text-transform: uppercase; }
.subcategory_list > li > a:hover { color: #e8a322 !important; background: url('images/arrow.png') no-repeat; background-position: left 6%; }
.selected2 { color: #e8a322 !important; background: url('images/arrow.png') no-repeat; }

.project_preview { width: 498px; position: relative; height: 560px; }
#bigpic { position: absolute; display: none; z-index: 99999; width: 100%; height: 100%; }
#bigpic img { margin: 0 !important; padding: 0 !important; border: none !important; }
.project_preview .bxslider { list-style-type: none; } 
.project_preview .bx-wrapper .bx-viewport { background: none; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; left: 0; }
.project_preview .bx-wrapper { margin: 0 auto; }
.project_preview .bx-wrapper .bx-next { background: url('images/slide_arrow_right.png') no-repeat; background-position: 0 0; right: -42px; }
.project_preview .bx-wrapper .bx-prev { background: url('images/slide_arrow_left.png') no-repeat; background-position: 0 0; left: -28px; }

.first_preview div::after { background:url('images/image_white_border_2.png') no-repeat scroll center center / 100% 100% rgba(0,0,0,0); bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; }
.first_preview div { position: relative; }

.first_preview img { max-width: 100%; height: auto; margin: 0 auto !important; padding: 0 !important; border: none !important; }
.thumbnail_outside { margin-top: 25px; }
.thumbnail_wrapper img { max-width: 100%; height: auto; margin: 0 auto !important; padding: 0 !important; border: none !important; }
.preview_cont { display: none; }
.open { display: block; }

#preview_pager { text-align: center; margin-top: 15px; }
#preview_pager a { font-weight: 600 !important; font-size: 10px !important; color: #454545 !important; padding-right: 3px; }
#preview_pager a::before { content: "|"; padding-right: 7px; }
#preview_pager a:first-child::before { content: "" !important; }
.project_nav { text-align: center; margin: 15px auto 0; position: absolute; bottom: 0; width: 100%; }
.project_nav a { font-weight: 600 !important; font-size: 10px !important; color: #454545 !important; padding-left: 3px; }
.project_nav a:last-child::before { content: "|"; padding-right: 7px; }

.category_description { width: 367px; }
.outcome { border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; text-align: center; padding: 10px 0; margin: 0 0 20px; }
.outcome h4 { margin: 0 !important; }
.outcome_list { border-bottom: 1px solid #dddddd; padding-bottom: 15px; }
.outcome_list > ul, .outcome_list > ol { padding-left: 15px; }

/* TIMELINE */
.timeline_header { border-bottom: 1px solid #e9e8e8; }
.timeline_text_wrap { padding: 25px 0 30px; -webkit-box-shadow: 0 10px 15px #d7d7d7; -moz-box-shadow: 0 10px 15px #d7d7d7; box-shadow: 0 10px 15px #d7d7d7; }
.timeline_text_inner { float: left; width: 576px;}
.timeline_first_text { margin-right: 47px; }
.timeline_wire_inner { background: url('images/timeline_wire_2.png') repeat-y; background-position: center center; padding: 35px 0; }
.timeline_wire_inner h2 { font-size: 19px !important; margin: 0 0 9px !important; }
.timeline_wire_inner h3 { font-family: 'Roboto Condensed', sans-serif !important; font-size: 19px !important; font-weight: 300 !important; margin:  0 0 11px !important; }
.timeline_wire_inner p { margin: 0 0 10px !important; }
.timeline_wire_inner img { margin: 0 0 13px !important; padding: 0 !important; border: none !important; }
/*.timeline_left , .timeline_right { width: 505px; }*/
/*.timeline_left { padding-top: 89px; float: left; }
.timeline_right { padding-top: 32px; float: right; }*/
.timeline_left_box { float: left; clear: left; position: relative; margin: 54px 0 0; padding: 15px 17px; -webkit-box-shadow: 0 0 8px #888888; -moz-box-shadow: 0 0 8px #888888; box-shadow: 0 0 8px #888888; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 505px; }
.timeline_left_box.small { margin-left: 180px; width: 323px; }
.timeline_right_box { float: right; clear: right; position: relative; margin: 0 0 54px; padding: 15px 20px; -webkit-box-shadow: 0 0 8px #888888; -moz-box-shadow: 0 0 8px #888888; box-shadow: 0 0 8px #888888; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 505px; }
.timeline_right_box.small { margin-right: 180px; width: 323px; }
/*.timeline_all_box { position: relative; margin-bottom: 30px; padding: 15px 17px; -webkit-box-shadow: 0 0 8px #888888; -moz-box-shadow: 0 0 8px #888888; box-shadow: 0 0 8px #888888; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; }*/
.image_layout { -ms-interpolation-mode: bicubic; width: 100%; height: auto; }

.red_right { position: absolute; top: 37px; left: -143px; }
.red_left { position: absolute; top: 37px; right: -68px; }
.silver_left { position: absolute; top: 37px; right: -104px; }
.silver_right { position: absolute; top: 37px; left: -105px; }
.blue_left { position: absolute; top: 37px; right: -141px; }
.blue_right { position: absolute; top: 37px; left: -69px; }
/*.timeline-small-view { display: none; }*/

/* NEWS PAGE */
#post_news_wrap .feat_image_single a { display: block; }
#post_news_wrap .feat_image_single img { border: none; margin: 0; padding: 0; }
.feat_image_single, .post_news_single_content { float: left; }
.feat_image_single { margin-right: 20px; }
.post_news_single { margin-bottom: 40px; }
.post_news_single_content { width: 78%; padding: 10px 0px; }
.backtoblog { display: block; margin: 20px 0 0; }

.aside { float: right; width: 352px; background: #ebebeb; }
.aside_wrap { padding: 26px 19px 17px; }
.news_sidebar_wrap { margin-bottom: 30px; }
.news_sidebar_title a { font-size: 15px !important; }
.news_sidebar_excerpt a { display: block; font-size: 13px !important; font-style: italic; margin-top: 12px; }
.subscribe_news { background: #000d20; padding: 19px;}
.required { display: none; }
.rounded { font-weight: 600; color: #fff !important; }
#frm-email { font-family: 'Open Sans', sans-serif; font-size: 12px; padding: 10px; width: 265px; border-radius: 3px; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; }
.subscribeButton { font-family: 'Open Sans', sans-serif; font-size: 13px; color: #fdfefe; padding: 8px 9px; background: #e8a322; border: none; border-radius: 3px; cursor: pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.aside .feat_image a { display: block; margin: 0 0 15px; }
.aside .feat_image img { border: none; padding: 0; margin: 0; max-width: none; width: 100%; }

/* CONTACT PAGE */
#contact_wrap_left { float: left; width: 45%; }
#contact_wrap_right { float: right; width: 45%; }
/*.contact_wrap { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 100px; }*/
.contact_inner_wrap { margin-bottom: 20px; }
.code_number, .contact_address, .contact_info, .contact_info a, .short_notice { font-weight: 600; }
.short_notice { line-height: 145%; margin-bottom: 0; }
.contact_info span { font-size: 14px; color: #e8a322; font-weight: 700; margin-right: 5px; }
.contact_info a { text-decoration: none; }
.contact_form { margin-top: 35px; }
.contact_form_title { font-weight: 700; color: #a03229; margin: 0 0 25px; }
.contact_form #wpcf7-f4-o1 input[type="text"], .contact_form #wpcf7-f4-o1 input[type="email"], .contact_form #wpcf7-f4-o1 textarea { padding: 7px 13px; font-family: 'Open Sans', sans-serif; font-size: 14px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: none; margin-bottom: 5px; width: 100%; border-radius: 3px; -webkit-box-shadow: 0 1px 1px #9f9f9f; -moz-box-shadow: 0 1px 1px #9f9f9f; box-shadow: 0 1px 1px #9f9f9f; }
.contact_form #wpcf7-f4-o1 textarea { resize: none; overflow: hidden; }
.contact_form .wpcf7-form { width: 100%;}
img.wpcf7-form-control { display: block; margin: 0 auto !important; border: none !important; padding: 0 !important; }
.contact_form #wpcf7-f4-o1 input[type="submit"] { background: #e8a322; border: none; border-radius: 3px; color: #fff; font-family: 'Open Sans', sans-serif; font-size: 14px; padding: 7px 13px; width: 100%; cursor: pointer; }

.map_location { float: right; width: 500px; }

/* TEAM */
.team_boxes { background: #f5f5f5; border-top: 1px solid #e9e8e8; padding-top: 16px; }
.staff_thumbnail { float: left; width: 184px; margin-right: 65px; margin-bottom: 54px; }
.staff_thumbnail_last { margin-right: 0 !important; }
.staff_thumbnail span { display: block; }
.staff_picture {  position: relative; }
.staff_picture a { display: block; }
.staff_picture:after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url('images/image_white_border.png') no-repeat; background-position: center center; background-size: 100% 100%; }
.staff_thumbnail img, .staff_preview_img img { border: none !important; margin: 0 auto !important; padding: 0 !important; }
.staff_info { background: #616060; padding: 11px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; height: 86px; }
.staff_name_pos { width: 126px; }
.staff_name { font-size: 18px; font-family: 'Roboto Condensed', sans-serif; color: #fff; margin-bottom: 5px; }
.staff_position { font-size: 13px; font-family: 'Roboto Condensed', sans-serif; color: #df9f26; text-transform: uppercase; }
.staff_click, .staff_click_2 { position: absolute; display: block; top: 0; right: 10px; }
.staff_preview { background: #efefef; padding: 30px 27px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /*width: 986px; margin: 0 auto;*/ }

.staff_preview_img a { display: block; text-align: center; margin-top: 17px; }
.staff_preview_img { width: 184px; float: left; margin-right: 37px; }
.staff_preview_text { float: left; width: 695px; padding-top: 7px; }
.staff_preview_img_wrap { position: relative; }
.staff_preview_img_wrap:after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url('images/image_white_border.png') no-repeat; background-position: center center; background-size: 100% 100%; }
.staff_preview_name { font-family: 'Roboto Condensed', sans-serif; font-size: 18px; color: #010b1b; margin: 0 0 20px; display: inline-block; }
.staff_preview_position { font-family: 'Roboto Condensed', sans-serif; font-size: 14px; color: #616060; text-transform: uppercase; margin: 0 0 20px; display: inline-block; }
.staff_preview_text p:last-child { margin: 0 !important; }
.staff_image_click, .staff_image_click_2 { font-size: 13px !important; font-weight: normal !important; }
.staff_up, .staff_down { cursor: pointer; }

.slide_thumb { width: 99px; height: 66px; }
.project_preview #slider1_container .proj_slide_cont img,
.project_preview #slider1_container .p img  { margin: 0; padding: 0; }

.staff_slider_wrap2 .bx-controls-direction .bx-prev,
.staff_slider_wrap .bx-controls-direction .bx-prev { width: 65px; height: 29px; background: url('images/prev.png') no-repeat; margin: 0 !important; top: 0; left: 27px; }
.staff_slider_wrap2 .bx-controls-direction .bx-next,
.staff_slider_wrap .bx-controls-direction .bx-next { width: 65px; height: 29px; background: url('images/next.png') no-repeat; margin: 0 !important; top: 0; right: 27px; }

.slide_border { position: absolute; width: 100%; height: 100% !important; z-index: 500; }

#responsive-slider { max-height: auto !important; }
.staff_slider_wrap2,
.staff_slider_wrap { visibility: hidden; margin: 0 auto 35px; height: 0px; width: 986px; }
.staff_slider_wrap .bx-controls-direction, .staff_slider_wrap2 .bx-controls-direction { background-color: #dfdfdf; height: 25px; position: relative; }


                            /* jssor slider arrow navigator skin 11 css */
                            /*
                            .jssora11l                  (normal)
                            .jssora11r                  (normal)
                            .jssora11l:hover            (normal mouseover)
                            .jssora11r:hover            (normal mouseover)
                            .jssora11l.jssora11ldn      (mousedown)
                            .jssora11r.jssora11rdn      (mousedown)
                            */
                            .jssora11l, .jssora11r {
                                display: block;
                                position: absolute;
                                /* size of arrow element */
                                width: 37px;
                                height: 37px;
                                cursor: pointer;
                                background: url(images/a11.png) no-repeat;
                                overflow: hidden;
                            }

                            .jssora11l {
                                background-position: -11px -41px;
                            }

                            .jssora11r {
                                background-position: -71px -41px;
                            }

                            .jssora11l:hover {
                                background-position: -131px -41px;
                            }

                            .jssora11r:hover {
                                background-position: -191px -41px;
                            }

                            .jssora11l.jssora11ldn {
                                background-position: -251px -41px;
                            }

                            .jssora11r.jssora11rdn {
                                background-position: -311px -41px;
                            }


/* FOOTER */
footer { background: #000d20; padding: 11px 0 15px;}
footer span { font-family: 'Roboto', sans-serif; font-size: 11px; color: #c9daf2; display: block; }
footer span a { text-decoration: none; color: #c9daf2; display: block; }
.copyright { float: left; }
.weblink { float: right; }

/* INNER FORMATTING */
.scroller_box { position: relative; }
.scroller_text { position: absolute; bottom: 0; background: rgb(0, 11, 26); background: rgba(0, 11, 26, .8); border-top: 1px solid #eca525; text-align: center; padding: 10px 0 15px; width: 100%; }
.inner_scroller_text { /*margin: 0 auto; width: 1000px;*/ }
.inner_scroller_text p { font-family: 'Ubuntu', sans-serif; font-weight: 500; font-size: 26px; color: #fff; margin: 0; line-height: 130%; }
.scroller_box img { max-width: 100%; height: auto; }
.page_content_wrap { padding: 26px 0 0; }
.inner_page_content { /*padding: 0 0 15px;*/ padding: 0 0 72px; }
.page_content_wrap img { max-width: 100%; height: auto; margin: 5px 5px 15px; padding: 5px; /*border: 1px solid black;*/ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.page_content_wrap h2 { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 26px; color: #000d20; line-height: 130%; margin: 0 0 27px; }
.page_content_wrap h3 { font-family: 'Open Sans', sans-serif; font-size: 18px; color: #000d20; line-height: 130%; margin: 0 0 27px; }
.page_content_wrap h4 { font-family: 'Roboto Condensed', sans-serif; font-size: 20px; color: #e8a322; line-height: 130%; margin: 0 0 22px; }
.page_content_wrap h5 { font-family: 'Roboto Condensed', sans-serif; font-size: 18px; color: #fff; background: #616060; padding: 6px 12px; line-height: 130%; margin: 0 0 22px; }
.page_content_wrap blockquote { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 40px; margin: 0 0 20px; }
.page_content_wrap blockquote p { margin: 0; font-style: italic; }
.page_content_wrap p, .page_content_wrap td { font-family: 'Open Sans', sans-serif; font-size: 14px; color: #454545; line-height: 130%; margin: 0 0 20px; }
.page_content_wrap td { padding-right: 10px; }
.page_content_wrap a { text-decoration: none; font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 14px; color: #000d20; }
.page_content_wrap a:hover { color: #e8a322; }
.page_content_wrap ul, .page_content_wrap ol { margin-left: 30px; }
.page_content_wrap ul li { font-family: 'Open Sans', sans-serif; font-size: 14px; color: #454545; line-height: 130%; margin: 0 0 12px;}
.page_content_wrap ul li ul { margin-top: 12px; }
.page_content_wrap ol li { font-family: 'Open Sans', sans-serif; font-size: 14px; color: #454545; line-height: 130%; margin: 0 0 12px;}
.page_content_wrap ol li ol { margin-top: 12px; }
.left_content { width: 563px; float: left; }
.right_content { width: 573px; float: right; }
/*.footer_wrap { padding: 0 0 318px; }*/

/* CURRENT POSITIONS */
#currposlabel { padding: 22px 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #efefef; }
#currposlabel p { margin: 0; font-family: 'Open Sans', sans-serif; font-size: 14px; color: #454545; }

/* CAREER */
.career-button {
    display: block;
    color:#ffffff !important;
    padding: 2px 0 2px 15px;
    max-width: 748px;
    max-height: 31px;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: bold !important;
    font-size: 14px !important;
    background: url("/wp-content/themes/engtech/images/dd-arrow.png") #616060 center right no-repeat;
}

.career-button:hover {
    color:#ffffff !important;
}

.panel-body {
    background: #efefef;
    padding: 35px 24px;
    color: #454545 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
}

.panel-body h1, .panel-body h2, .panel-body h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #010b1b !important;
}

.einfo {
    padding-top: 20px;
    padding-left: 35px;
    background: url("/wp-content/themes/engtech/images/envbg.png") no-repeat left 20px;
}

.einfo a {
    text-decoration: underline !important;
    color: #2264be !important;
    font-weight: 400 !important;
}
.einfo a:hover {
    text-decoration: none !important;
}

#memberships-affiliations td {
	text-align: center;
	padding: 1% !important;
}
#memberships-affiliations td img {
	width: auto;
	margin: 0 auto;
	padding: 0;
	border: 0 none;
}

/* OTHERS */
.subscribe_news ul.error { margin: 0; }
.subscribe_news ul.error li { color: #fff; list-style: none; }