/* CSS Document */


/* TOC
 * RESET STYLES
 * FONT FACE (IF USED)
 * HTML
 * BODY
 * HEADER
 * NAVIGATION
 * PAGE
 * FOOTER
 * FORMS
 * PLUGINS
 * PRINT STYLES
 * MEDIA QUERIES
---------------------------------------------------------------------------*/


/* RESET STYLES
---------------------------------------------------------------------------*/

html {
    overflow-y: scroll;
}

body {
    margin: 0;
    font-size: 13px;
    line-height: 1.231;
    /*1.231 will be multiplied by current font size and make 16px line height */
    min-height: 100%;
    font-family: sans-serif;
    color: #222;
}

.left {
    float: left;
}

.right {
    float: right;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

button,
input,
select,
textarea {
    font-family: sans-serif;
    /*Probably Helvetica for Linux/Mac Systems And Arial for Windows PC*/
    color: #222;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    /* Safari Reset as Safari does not recognise quotes property */
    content: '';
    content: none;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

ins {
    background-color: #fcd700;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #fcd700;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

p {
    margin: 0;
    padding: 0;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #0F6EB6;
}

a:hover,
a:active {
    outline: 0;
    color: #294D7F;
}

a img {
    border: 0 none;
}

del {
    text-decoration: line-through;
    color: #ed1c24;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

small {
    font-size: 85%;
}

.clickable,
label,
input[type=button],
input[type=submit],
button {
    cursor: pointer;
    /* hand cursor on clickable elements */
}

button,
input,
select,
textarea {
    margin: 0;
    /* Webkit browsers add a 2px margin outside the chrome of form elements */
}

button {
    /* make buttons play nice in IE */
    width: auto;
    overflow: visible;
}

table {
    font-size: inherit;
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
}

td,
td img {
    vertical-align: top;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

dd {
    margin: 0 0 0 40px;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mediabuys li{
    color: #3c3c3c;
    line-height: 1.5;
    font-size: 13.5px;
    padding-bottom: 22px;
    text-align: justify;
    font-family: 'HelveticaNormalRegular';
    font-weight: 400;
}

a {
    text-decoration: none;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

*:focus {
    outline: 0;
}


/* FONT FACE (IF USED)
---------------------------------------------------------------------------*/

@font-face {
    font-family: 'HelveticaNormalRegular';
    src: url('../webfonts/helvetic.eot');
    src: url('../webfonts/helvetic.eot') format('embedded-opentype'), url('../webfonts/helvetic.woff') format('woff'), url('../webfonts/helvetic.ttf') format('truetype'), url('../webfonts/helvetic.svg#HelveticaNormalRegular') format('svg');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../webfonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('../webfonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../webfonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../webfonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../webfonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Light';
    src: url('../webfonts/Helvetica-Light_gdi.eot');
    src: url('../webfonts/Helvetica-Light_gdi.eot?#iefix') format('embedded-opentype'), url('../webfonts/Helvetica-Light_gdi.woff') format('woff'), url('../webfonts/Helvetica-Light_gdi.ttf') format('truetype'), url('../webfonts/Helvetica-Light_gdi.svg#Helvetica-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2122;
}


/* HTML
---------------------------------------------------------------------------*/


/* BODY
---------------------------------------------------------------------------*/

body {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.section {
    width: 1200px;
    margin: 0 auto;
}

.section850 {
    width: 850px;
    margin: 0 auto;
}


/* HEADER
---------------------------------------------------------------------------*/

#header {
    position: relative;
}

.headerUpperWrapper {
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999;
    position: fixed;
    padding: 10px 0;
    width: 100%;
}

.arrowholder {
    position: absolute;
    bottom: 15%;
    text-align: center;
    z-index: 100;
    width: 100%;
}

.logo a {
    display: inline-block;
}

.nav {
    padding-right: 11px;
}

.socialIcons li,
.nav li {
    float: left;
}

.socialIcons li a,
.nav li a {
    display: block;
    line-height: 1;
}

.socialIcons {
    padding: 5px 0 0px;
    width: 50%;
    float: right;
}

.socialIcons li {
    margin-left: 15px;
    position: relative;
}

.socialIcons li a i {
    color: #fff;
    font-size: 14px;
    background: #0f6eb6;
    padding: 6px 7px 6px 6px;
    display: block;
    width: 26px;
}

.subNavWrapper {
    background: url('../images/arrow.png') no-repeat top center;
    padding-top: 6px;
    position: absolute;
    top: 26px;
    left: -51px;
    display: none;
    z-index: 1000;
}

.subNav {
    background: #0f6eb6;
    padding: 10px 5px 8px 5px;
    width: 110px;
}

.subNav li {
    margin-left: 0;
    width: 100%;
    text-align: center;
}

.subNav li a {
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 0 10px;
    line-height: 1;
    display: block;
}

.subNav li a:hover {
    color: #ceb958;
}

.subNav li:first-child a {
    border-right: 1px solid #ffffff;
}

.socialIcons li:hover .subNavWrapper {
    display: block;
}

.subNavWrapper.locations .subNav li {
    width: 50%;
}

.nav li {
    padding-left: 48px;
}

.subNav.contact li:first-child a {
    border: 0;
}

.subNav.contact li a {
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.subNav.contact li a:hover {
    color: #ceb958;
}

.flexslider {
    margin: 0px !important;
    border: 0px !important;
    overflow: hidden;
}

.search {
    position: relative;
    float: left;
    margin-right: -12px;
    width: 211px;
    top: -8px;
    margin-bottom: -8px;
}

.search .gsc-control-cse {
    border: none;
    background: none;
    padding: 0;
}

.search div.gsc-clear-button {
    display: none;
}

.search form.gsc-search-box {
    padding: 0;
}

.search input.gsc-input {
    width: 130px;
    height: 26px;
    border: 1px solid #2E3192;
    margin: 0;
}

table.gsc-search-box {
    background: none;
}

.search input.gsc-search-button {
    background: #0F6EB6;
    border: none;
    border-radius: 0;
    height: 26px;
}

.search table.gsc-search-box td.gsc-input {
    padding: 0;
}

.flexslider .slides > li {
    min-height: 500px;
}


/* NAVIGATION
---------------------------------------------------------------------------*/

.nav li a {
    color: #0f6eb6;
    font-size: 13.5px;
    display: block;
    line-height: 1;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: 400;
    width: 81px;
    line-height: 68px;
}

.nav li a:hover {
    font-weight: 700;
    color: #2c4b7d;
    background: url('../images/nav-hover.png') no-repeat;
    background-position: center center;
}


/* PAGE
---------------------------------------------------------------------------*/

.headerBannerWrapper {
    /*  min-height: 500px;*/
    /*  padding-top: 244px;*/
    text-align: center;
    /*  background: url('../images/banner.jpg') no-repeat top center;*/
    background-size: cover;
    /*  margin-top: -103px;*/
    z-index: 99;
    position: absolute;
    width: 100%;
    top: 50%;
}

.subbanner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 382px;
    background-position: top center !important;
}

.subbanner img {
    width: 100%;
}

.headerBannerWrapper h1 {
    line-height: 1;
    font-size: 36.4px;
    font-family: 'Roboto Slab', serif;
    padding-bottom: 14px;
    text-transform: uppercase;
    color: #ffffff;
}

.headerBannerWrapper h2 {
    line-height: 1;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Helvetica-Light';
    font-weight: 300;
    padding-bottom: 130px;
}

.consulting {
    padding: 42px 0;
}

.consulting h2 {
    color: #3c3c3c;
    font-family: 'Roboto Slab', serif;
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
}

.consulting h3 {
    color: #2c4b7d;
    font-size: 16px;
    text-align: center;
    padding: 33px 0 32px;
    font-family: 'Roboto Slab', serif;
}

.consulting p {
    color: #3c3c3c;
    line-height: 1.5;
    font-size: 13.5px;
    padding-bottom: 22px;
    text-align: justify;
    font-family: 'HelveticaNormalRegular';
}

.separator {
    background: url('../images/pixel.png') repeat-x center center;
    height: 23px;
    text-align: center;
}

.separator span {
    display: inline-block;
    background-color: #ffffff;
}

.investmentWrapper {
    padding: 12px 0 18px;
}

.investment {
    padding: 33px 0;
}

.investment h3 {
    color: #2c4b7d;
    font-size: 16px;
    text-align: center;
    padding-bottom: 32px;
    font-family: 'Roboto Slab', serif;
}

.investment p {
    color: #3c3c3c;
    line-height: 1.5;
    font-size: 13.5px;
    text-align: justify;
    font-family: 'HelveticaNormalRegular';
}

.investment p a {
    color: #0f6eb6;
}

.develop.investment {
    padding: 67px 0 60px;
}

#industries .services .medium-6 p {
    line-height: 1.2;
    top: 42%;
}

#footerWrapper {
    background-color: #2c4b7d;
    padding: 26px 0;
}

.medium-4.footerLogo {
    width: 29.5%;
}

.medium-3.phone {
    width: 28.5%;
}

.medium-2.sitemap {
    width: 28.5%;
}

.medium-2.linkedin {
    width: 13.5%;
}


/* FOOTER
---------------------------------------------------------------------------*/

.footerLogo a {
    display: inline-block;
}

.linked {
    line-height: 1;
    text-align: left;
    padding-bottom: 2px;
}

.linked span {
    display: inline-block;
    padding: 1px 2px;
}

.linked span {
    display: inline-block;
    font-weight: 300;
    font-size: 13.5px;
    color: #2c4b7d;
    padding: 5px 5px;
    line-height: 0.9;
    background-color: #ceb958;
    width: 22px;
}

.linked a {
    display: inline-block;
    font-weight: 300;
    font-size: 13.5px;
    font-family: 'Helvetica-Light';
    color: #ceb958;
    padding-left: 5px;
}

.phone p,
.phone p a,
.sitemap p {
    font-size: 13px;
    font-family: 'Helvetica-Light';
    color: #ffffff;
    line-height: 1.8;
    font-weight: 300;
}

.phone .email a {
    color: #ceb958;
}

.sitemap p a {
    color: #ceb958;
}

.sitemap p a span {
    color: #ffffff;
}

.phone .email a:hover,
.sitemap p a:hover,
.sitemap p a span:hover,
.linked:hover a {
    color: #6C81A4;
}

.linked:hover span {
    background: #6C81A4;
}

.contactUsWrapper {
    padding: 50px 0;
    text-align: center;
    background: url('../images/contact-bg.jpg') no-repeat top center;
    background-size: cover;
}

.contactUs h2 {
    font-size: 21px;
    color: #0f6eb6;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

.contactUs h3 {
    font-size: 18px;
    color: #2c4b7d;
    padding: 6px 0 33px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

.contactUs p {
    color: #3c3c3c;
    line-height: 1.5;
    font-size: 13.5px;
    text-align: justify;
    font-family: 'HelveticaNormalRegular';
    padding-bottom: 25px;
}

.contactUs a {
    color: #0f6eb6;
}

.contactButton a,
#contactForm button {
    color: #a79c69;
    font-size: 12px;
    line-height: 1;
    font-family: 'Roboto Slab', serif;
    display: inline-block;
    padding: 7px 34px;
    border: 1px solid #a79c69;
    text-transform: uppercase;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.contactButton a:hover,
#contactForm button:hover {
    color: #fff;
    background: #CEB958;
}

.contactPage {
    padding: 50px 0px;
}

#contactForm {
    text-align: center;
}

#contactForm.login {
    padding: 0px 0 40px;
}

#contactForm input {
    margin: 10px 0px;
    width: 100%;
    padding: 5px;
}

#contactForm textarea {
    margin: 10px 10px;
    width: 96%;
    padding: 5px;
}

#contactForm button {
    margin-top: 20px;
}

fieldset {
    border: 0px;
}

.servicesWrapper {
    background: url('../images/pattern.jpg')repeat top center;
    padding: 40px 0;
}

.services .medium-6 {
    width: 49.2%;
    margin-bottom: 20px;
    position: relative;
}

.services .medium-6 p {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 146px;
    line-height: 1;
    color: #ffffff;
    font-size: 27px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
}

.contactButton.desc {
    text-align: center;
}

.contactButton.desc a:first-child {
    display: none;
}

.contactButton.desc a {
    padding: 7px 40px;
    margin-bottom: 20px;
}

.hoverDesc {
    padding: 40px 20px 20px 40px;
    border-bottom: 5px solid #0f5890;
    background: url('../images/pattern.png') repeat top left;
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
    min-height: 321px;
    display: none;
}

.hoverDesc h4 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    color: #ffffff;
    padding: 30px 0;
}

.hoverDesc h4 {
    background: url('../images/vector.png')no-repeat center center;
}

.detailDesc {
    line-height: 1.8;
    font-size: 13.5px;
    color: #ffffff;
    font-weight: 400;
    text-align: justify;
    font-family: 'HelveticaNormalRegular';
    padding-bottom: 45px;
}

.services .medium-6:hover .hoverDesc {
    display: block;
}

#industries .hoverDesc .detailDesc {
    padding-bottom: 25px;
}

.hoverDesc {
    height: 100%;
    overflow: auto;
}

.hoverDesc .negoLists {
    padding-bottom: 0px;
}

.hoverDesc .negoLists ul {
    padding: 25px 0 20px 20px;
}

.negoLists ul li {
    font-size: 13.5px;
    font-family: 'HelveticaNormalRegular';
}


/* Industries Page
---------------------------------------------------------------------------*/

#industries .headerBannerWrapper {
    min-height: 400px;
    /*  padding-top: 200px;*/
    text-align: center;
    /*  background: url('../images/industries-banner.jpg') no-repeat top center;*/
}

#industries .headerBannerWrapper h2 {
    padding-bottom: 0;
}

#industries h2 {
    margin-bottom: 40px
}


/* Services Page
---------------------------------------------------------------------------*/

#services .backToService {
    padding-bottom: 19px;
}

#services .headerBannerWrapper {
    min-height: 369px;
    text-align: center;
    /*background: url('../images/services-banner.jpg') no-repeat top center;*/
}

#services .headerBannerWrapper h2 {
    padding-bottom: 0;
}

.services.medium-9 {
    padding-right: 5%;
    padding-bottom: 50px;
}

.services h2 {
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
    color: #3c3c3c;
    padding: 43px 0 31px;
    text-transform: uppercase;
}

.services h2.title {
    padding: 0 0 31px;
}

.services p {
    color: #3c3c3c;
    line-height: 1.5;
    font-size: 13.5px;
    padding-bottom: 22px;
    text-align: justify;
    font-family: 'HelveticaNormalRegular';
    font-weight: 400;
}

.services h3 {
    font-size: 16px;
    color: #2c4b7d;
    padding: 25px 0 27px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

.negoLists ul {
    padding: 0 0 25px 28px;
}

.negoLists ul li {
    line-height: 1.5;
    padding-left: 20px;
    padding-bottom: 6px;
    background: url('../images/bullet.png') no-repeat left 4px;
}

.negoLists ul li a {
    color: #0F6EB6;
    line-height: 1;
    font-size: 13.5px;
    text-align: left;
    font-family: 'HelveticaNormalRegular';
    font-weight: 400;
}

.negoLists ul li a:hover {
    color: #294D7F;
}


/* Insight Page
---------------------------------------------------------------------------*/

#insight .headerBannerWrapper {
    min-height: 396px;
    text-align: center;
    /*  background: url('../images/insight-banner.jpg') no-repeat top center;*/
}

#insight .headerBannerWrapper h2 {
    padding-bottom: 0;
}

.backToService {
    text-align: right;
    line-height: 1.5;
}

.backToService a {
    font-size: 10px;
    color: #0f6eb6;
    text-transform: uppercase;
    display: inline-block;
    background-color: #e6e6e6;
    padding: 5px 17px 5px 17px;
    position: relative;
    top: -2px;
}

.backToService a:before {
    content: "\f054";
    font-family: 'FontAwesome';
    margin-right: 4px;
}

.sidebar {
    width: 22.8%;
    font-family: 'Roboto Slab', serif;
}

.categories {
    background: url('../images/categories-banner.jpg') no-repeat center center;
    background-size: cover;
}

.archives {
    background: url('../images/archive-banner.jpg') no-repeat center center;
    background-size: cover;
}

.sidebar h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #294d7f;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    padding: 24px 0 24px 0;
}

.sidebar form div {
    border: 1px solid #dbe0e2;
    position: relative;
}

.sidebar form input[type="text"] {
    border: none;
    padding: 15px 52px 12px 20px;
    width: 100%;
}

.sidebar form {
    margin: 21px 0 35px 0;
}

.sidebar form button {
    background-color: #0f6eb6;
    padding: 12px 18px 12px 16px;
    border-left: 1px solid #dbe0e2;
    position: absolute;
    top: 0;
    right: 0;
}

.sidebar form button .fa-search:before {
    font-size: 13.5px;
    color: #fff;
}

.sidebar form input[type="submit"]:before {
    content: "\f002";
    font-family: 'FontAwesome';
    color: #000;
    display: block;
}

.sidebar form input[type="text"]::-webkit-input-placeholder,
.placeholder {
    color: #3c3c3c;
    font-family: 'HelveticaNormalRegular';
    font-size: 13.5px;
}

.sidebar form input[type="text"]:-moz-placeholder,
.placeholder {
    /* Firefox 18- */
    color: #3c3c3c;
    font-family: 'HelveticaNormalRegular';
    font-size: 13.5px;
}

.sidebar form input[type="text"]::-moz-placeholder,
.placeholder {
    /* Firefox 19+ */
    color: #3c3c3c;
    font-family: 'HelveticaNormalRegular';
    font-size: 13.5px;
}

.sidebar form input[type="text"]:-ms-input-placeholder,
.placeholder {
    color: #3c3c3c;
    font-family: 'HelveticaNormalRegular';
    font-size: 13.5px;
}

.sidebar .blog:first-child {
    margin-top: 46px;
}

.sidebar .rss {
    margin-bottom: 46px;
}

.blog {
    margin-bottom: 40px;
}

.blog li a {
    font-size: 13.5px;
    color: #0f6eb6;
    display: inline-block;
    margin-bottom: 4px;
}

.blog li a:hover {
    color: #294d7f;
}

.blog ul {
    border-left: 1px solid #dbe0e2;
    border-right: 1px solid #dbe0e2;
    border-bottom: 1px solid #dbe0e2;
    box-sizing: border-box;
    padding: 15px 0 33px 30px;
}

.blog ul li {
    background: url('../images/listing-icon.png') no-repeat left 8px;
    padding-left: 20px;
}

.category-info {
    margin-top: 20px;
}

.rss a {
    display: block;
    background-color: #ceb958;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13.5px;
    padding: 14px 0 13px 0;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.rss.content-btn a {
    max-width: 320px;
}

.rss a:hover {
    background: #0F6EB6;
}

.rss a .fa-rss {
    margin-left: 10px;
}

.insight h2 {
    font-size: 24px;
    color: #3c3c3c;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    margin: 37px 0 31px 0;
}

.insightDesc .thumb {
    width: 16%;
}

.insightDesc .thumbDesc {
    width: 82%;
    padding-left: 4px;
}

.thumbDesc h3 {
    font-size: 16px;
    color: #2c4b7d;
    font-family: 'Roboto Slab', serif;
    line-height: 0.9;
    margin-bottom: 9px;
}

.thumbDesc h4 {
    font-size: 11px;
    color: #0b70b8;
    text-transform: uppercase;
    font-family: 'HelveticaNormalRegular';
    margin-bottom: 4px;
}

.thumbDesc p {
    font-size: 13.5px;
    color: #3c3c3c;
    font-family: 'HelveticaNormalRegular';
    padding-right: 70px;
}

.thumbDesc .contactButton a {
    text-transform: uppercase;
    padding: 7px 41px 8px 40px;
}

.thumbDesc .contactButton {
    margin: 24px 0 0 0;
}

.insight .separator {
    margin: 38px 0 36px 0;
}

.insight {
    margin-bottom: 70px;
    padding-right: 4%;
}

.mobIcon {
    padding-top: 5px;
}

.mobIcon a {
    color: #0f6eb6;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.mobWrapper {
    position: relative;
}

.moblieNav {
    display: none;
    width: 180px;
    position: absolute;
    background-color: #0B70B8;
    padding: 0;
    right: 0;
    padding: 10px 0;
}

.moblieNav li {
    float: none;
    padding: 5px 5px;
}

.moblieNav li a,
.moblieNav li a:hover {
    color: #fff;
    font-size: 13.5px;
    display: block;
    line-height: 1;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: 400;
    padding: 7px 0;
    width: 100%;
    text-align: center;
}


/*Forms*/

#contactForm h3 {
    font-size: 20px;
    padding: 0;
}

#contactForm input,
#contactForm textarea {
    font-size: 14px;
    font-family: "HelveticaNormalRegular";
    display: inline-block;
    border: 1px solid #2E3192;
    padding: 10px;
}

#contactForm textarea {
    height: 100px;
}

#contactForm button {
    background-color: #CEB958;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    color: #FFF;
    font-size: 13.5px;
    padding: 14px 0px 13px;
    border: none;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

#contactForm button:hover {
    background: #0F6EB6;
}

#contactForm.login button {
    width: 100%;
}

#contact-left h2 {
    padding-top: 0;
}

#portal-menu {
    padding: 40px 0 0;
}

#portal-menu .item {
    display: inline-block;
    center;
    width: 10%;
    text-align: center;
}

.content_block h2 {
    padding: 20px 0;
}

.content_block {
    padding: 0 0 50px;
    width: 100%;
    max-width: 100%;
}

.content_block table {
    width: 100% !important;
}


/*.negoLists{ padding-bottom:30px; }*/


/* BIO PAGE */

#biography {
    background: #deedf7;
}

#biography .page {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
}

#biography #block-one {
    background: url('../images/block-one-bg.jpg') no-repeat top center;
    background-size: cover;
}

#biography .blue {
    background: #294d7f;
}

#biography #block-two-image {
    background: url('../images/block-two-image.jpg') no-repeat top center;
    background-size: cover;
    height: 248px;
}

#biography #block-four-image {
    background: url('../images/block-four-image.jpg') no-repeat top center;
    background-size: cover;
    height: 392px;
}

#biography #block-six {
    background: url('../images/block-six-bg.jpg') no-repeat top center;
    background-size: cover;
}

#biography #block-six .large-12 {
    margin-top: 304px;
    background: rgba(255, 255, 255, 0.8);
}

#biography #block-seven {
    background: url('../images/block-seven-bg.jpg') no-repeat top center;
    background-size: cover;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    padding: 40px 0px;
    text-align: center;
}

#biography h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 21px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

#biography,
#biography p {
    font-size: 13.5px;
    font-family: 'Helvetica';
}

#biography h2.grey {
    color: #b2b2b2;
}

#biography h2.darkblue {
    color: #294d7f;
}

#block-one h2 {
    color: #3c3c3c;
}

#block-one h2 span {
    color: #2c4b7d;
}

.bg-lightgrey {
    background: #f6f6f6;
}

.bg-darkgrey {
    background: #d2d2d2;
}

.bg-white {
    background: #fff;
}

#block-one-text {
    padding: 50px 0px 50px 85px;
}

#block-one a i {
    padding-right: 5px;
}

#block-one .pdf-link {
    float: right;
    padding: 10px 20px 0px 0px;
    text-transform: uppercase;
    color: #656565;
    font-size: 14px;
    font-weight: bold;
}

#biography .block-two-icon {
    float: left;
    padding: 0px 35px 60px 0px;
}

#biography #services p {
    font-weight: bold;
}

#block-two .large-6 {
    padding: 32px 70px 20px 20px;
    line-height: 22px;
}

#block-two {
    color: #fff;
}

.question {
    padding: 20px 50px;
    border: 3px solid #d4d4d3;
    margin: 20px 50px 20px 49px;
    text-align: center;
    position: relative;
    font-size: 14.5px;
}

.question a {
    text-decoration: none;
    color: #000;
}

.question i {
    background: #fff;
    color: #d4d4d3;
    position: absolute;
    left: -13px;
    top: 16px;
    font-size: 26px;
}

#dedication {
    color: #000;
    padding: 40px 50px;
}

#block-five {
    padding: 20px 0px;
}

#block-six h2 {
    text-align: center;
    padding: 60px 0px 30px 0px;
}

#block-six p {
    max-width: 70%;
    text-align: justify;
    margin: 0 auto;
    padding-bottom: 70px;
}

#block-three i {
    padding-right: 20px;
}

#block-three .large-4,
#block-three .large-8 {
    padding: 40px;
}

#block-three p,
#block-four p {
    padding: 10px 0px;
}

#right-questions {
    padding: 50px;
}

#biography .headerBannerWrapper h1 {
    letter-spacing: 5px;
}


/* OFF CANVAS */

ul.mobile-social-bar {
    display: inline;
    margin-left: 30px;
    margin-top: 5px;
    vertical-align: middle;
}

.mobile-social-bar li {
    display: inline;
    width: 5%;
    padding-right: 8px;
}

.mobile-social-bar a {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    color: #fff;
    padding: 6px;
    text-align: center;
}

a.mobile-call {
    padding-right: 8px;
}

a.mobile-call-text {
    padding-right: 8px;
}

.tab-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #09629e;
}

.right-off-canvas-menu {
    background-color: #102133;
}

ul.off-canvas-list li a {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    margin-left: 7px;
}

.move-left .inner-wrap {left: -250px; -moz-transform: none; -ms-transform: none; -webkit-transform: none; transform: none;}
.move-left .top-bar {left: -250px; -moz-transform: none; -ms-transform: none; -webkit-transform: none; transform: none; } 
.move-left .right-off-canvas-menu {right: 0px;}
.right-off-canvas-menu {position: fixed; right: -250px; -moz-transform: none; -ms-transform: none; -webkit-transform: none; transform: none; -moz-transition: right 200ms ease; -o-transition: right 200ms ease; -webkit-transition: right 200ms ease; transition: right 200ms ease;}
.inner-wrap {-moz-transition: left 200ms ease; -o-transition: left 200ms ease; -webkit-transition: left 200ms ease; transition: left 200ms ease;}

/* --- */


/* MEDIA QUERIES
---------------------------------------------------------------------------*/

@media only screen and (min-width: 1921px) {
    .flexslider .slides > li {
        background-size: 100% auto;
    }
}

@media only screen and (max-width: 1202px) {
    .block-two-icon {
        float: none !important;
        display: block;
        margin: 0 auto;
        margin-bottom: 11px;
        padding: 0px !important;
    }
    #block-two .large-6 {
        text-align: center;
    }
}

@media only screen and (max-width: 1200px) {
    .section {
        width: 98%;
    }
    .services .medium-6 p {
        top: 45%;
    }
    .medium-3.phone {
        width: 27.5%;
    }
    .medium-2.linkedin {
        width: 18%;
    }
    .cntct .subNavWrapper {
        left: -65px;
        background: url('../images/arrow.png') no-repeat 75px top;
    }
}

@media only screen and (max-width: 1120px) {
    .socialIcons {
        width: 45%;
    }
}

@media only screen and (max-width: 1023px) {
    .cntct .subNavWrapper {
        left: -85px;
        background: url('../images/arrow.png') no-repeat 90px top;
    }
    .socialIcons {
        width: 49%;
    }
}

@media only screen and (min-width: 958px) {
    .mobWrapper {
        display: none;
    }
}

@media only screen and (min-width: 1102px) and (max-width: 1200px) {
    .hoverDesc {
        min-height: 0;
        height: 100%;
    }
    #industries .hoverDesc {
        padding: 20px 20px 20px 20px;
    }
    .detailDesc {
        padding-bottom: 35px;
    }
    #industries .hoverDesc .detailDesc {
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 959px) and (max-width: 1101px) {
    .hoverDesc {
        min-height: 0;
        height: 100%;
        padding: 10px;
    }
    .detailDesc {
        padding-bottom: 20px;
    }
    #industries .hoverDesc {
        padding: 10px;
    }
    #industries .hoverDesc .detailDesc {
        padding-bottom: 15px;
        line-height: 1.5;
        font-size: 12px;
    }
    #industries .hoverDesc h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 958px) {
    .section {
        width: 96%;
    }
    .section850 {
        width: 96%;
    }
    .nav li {
        padding-left: 20px;
    }
    .mobWrapper {
        display: none;
    }
    .socialIcons {
        width: 55%;
    }
    .thumbDesc h3 {
        line-height: 1.1;
    }
    .services .medium-6 {
        width: 590px;
        margin: 0 auto;
        margin-bottom: 20px;
        float: none !important;
    }
}

@media only screen and (max-width: 851px) {
    .nav {
        display: none;
    }
    .mobWrapper {
        display: block;
    }
    .socialIcons {
        width: 89%;
    }
    .moblieNav li {
        padding: 5px;
    }
    .moblieNav li a:hover {
        background: none;
        color: #CDB858;
    }
}

@media only screen and (min-width: 849px) {
    .backToService.top {
        display: none;
    }
}

@media only screen and (max-width: 849px) {
    .medium-3.phone,
    .medium-4.footerLogo,
    .medium-3.sitemap,
    .medium-2.linkedin {
        width: 50%;
        padding-bottom: 20px;
    }
    .linked {
        text-align: left;
    }
    .footer {
        width: 92%;
    }
    .insightDesc,
    .insight h2 {
        text-align: center;
    }
    .insight.medium-9 {
        margin-bottom: 70px;
        padding-right: 0;
        width: 100%;
        float: none !important;
    }
    .insightDesc .thumb {
        width: 100%;
        float: none !important;
    }
    .insightDesc .thumbDesc {
        width: 100%;
        padding-top: 20px;
        float: none !important;
    }
    .sidebar {
        width: 90%;
        font-family: 'Roboto Slab', serif;
        margin: 0 auto;
        float: none !important;
        padding-bottom: 20px;
    }
    .services.medium-9 {
        padding-right: 0;
        width: 98%;
        float: none !important;
    }
    .thumbDesc p {
        padding-right: 0;
    }
    .backToService {
        display: none;
    }
    .backToService.top {
        display: block;
        text-align: right;
        line-height: 1;
    }
    .backToService.top a {
        padding: 8px 17px 7px 17px;
        top: 0;
        font-family: 'Roboto Slab', serif;
    }
    #services .backToService.top a {
        top: 0;
    }
    #industries .services .medium-6 p {
        font-size: 17px;
    }
    #portal-menu .item {
        width: 20%;
    }
}

@media only screen and (max-width: 670px) {
    .socialIcons li {
        margin-left: 7px;
    }
    .socialIcons li .subNavWrapper li {
        margin-left: 0px;
    }
    .flexslider .slides > li,
    .subbanner {
        min-height: 300px;
    }
}

@media only screen and (min-width: 660px) {
    .row {
        display: flex;
    }
}

@media only screen and (max-width: 641px) {
    #block-one #pdf-link {
        float: initial;
        text-align: center;
        display: block;
        margin-bottom: 25px;
    }
    #block-two .large-6 {
        padding: 20px 20px 0px 20px;
    }
    #dedication {
        padding: 20px 40px;
    }
    #block-three .large-4 {
        padding: 10px 40px 20px;
    }
    #block-one-text {
        padding: 50px 10px 30px 40px;
    }
    .headerUpperWrapper {
        top: 45px;
    }
}

@media only screen and (max-width: 620px) {
    .services .medium-6 {
        width: 100%;
    }
    .hoverDesc {
        min-height: 0;
        height: 100%;
        padding: 20px;
    }
    .detailDesc {
        padding-bottom: 20px;
    }
    .section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 582px) {
    .socialIcons li {
        margin-left: 15px;
        display: inline-block;
        text-align: center;
    }
    .socialIcons li:first-child {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .socialIcons li .subNavWrapper li:first-child {
        margin-bottom: 0;
    }
    .socialIcons li:nth-child(2) {
        margin-left: 38px;
    }
    .socialIcons {
        width: 90%;
    }
    .mobWrapper {
        float: none !important;
        text-align: center;
        clear: both;
        padding: 10px 0 0;
    }
    #industries .hoverDesc {
        min-height: 0;
        height: 100%;
        padding: 10px;
    }
    #industries .detailDesc {
        padding-bottom: 10px;
        line-height: 1.4;
        font-size: 13px;
    }
    #industries .hoverDesc h4 {
        background-size: contain;
        font-size: 16px;
        padding: 21px;
    }
    .moblieNav {
        left: 15px;
    }
    .medium-3.phone,
    .medium-4.footerLogo,
    .medium-3.sitemap,
    .medium-2.linkedin {
        width: 100%;
        padding-bottom: 20px;
    }
    .medium-4.footerLogo img {
        width: 100%;
    }
    .linked {
        text-align: center;
    }
    .footer {
        width: 248px;
        text-align: center;
    }
    .cntct .subNavWrapper {
        left: -50px;
        background: url('../images/arrow.png') no-repeat 55px top;
    }
    .services .medium-6 p {
        font-size: 18px !important;
    }
    .logo.small-3 {
        width: 100%;
        text-align: center;
        float: none !important;
    }
    .headerUpperWrapper .small-9 {
        float: none !important;
        width: 100% !important;
    }
    .headerUpperWrapper .small-9 > div {
        width: 220px;
        margin: 0 auto;
        float: none !important;
        padding: 10px 0 0;
    }
    .headerBannerWrapper {
        margin-top: 0;
    }
    .headerBannerWrapper {
        min-height: 240px;
        padding-top: 74px;
    }
    .headerBannerWrapper h1 {
        font-size: 24px;
    }
    .headerBannerWrapper h2 {
        font-size: 11px !important;
        padding-bottom: 70px;
    }
    #insight .headerBannerWrapper,
    #industries .headerBannerWrapper,
    #services .headerBannerWrapper {
        min-height: 220px;
        padding-top: 75px;
    }
    .flexslider .slides > li {
        min-height: 385px;
    }
    .arrowholder {
        bottom: 5%;
    }
}

@media only screen and (max-width: 480px) {
    .hoverDesc {
        min-height: 0;
        height: 100%;
        padding: 10px;
    }
    .detailDesc {
        padding-bottom: 10px;
        line-height: 1.3;
        font-size: 12px;
    }
    #industries .hoverDesc .detailDesc {
        padding-bottom: 10px;
        line-height: 1.3;
        font-size: 12px;
    }
    #industries .hoverDesc h4 {
        background-size: contain;
        font-size: 14px;
        padding: 17px;
    }
    #contact-left,
    #contact-right {
        float: none !important;
    }
    #contact-left,
    #contact-left p {
        text-align: center;
    }
    #biography .question {
        padding: 20px;
    }
}

@media only screen and (max-width: 379px) {
    .logo.small-3 img {
        width: 100%;
    }
    .hoverDesc {
        min-height: 0;
        height: 100%;
        padding: 10px;
    }
    .detailDesc {
        padding-bottom: 5px;
        line-height: 1.2;
        font-size: 11px;
    }
    .hoverDesc h4 {
        background-size: contain;
        font-size: 14px;
        padding: 15px;
    }
    #industries .hoverDesc {
        padding: 5px;
    }
    #industries .hoverDesc .detailDesc {
        padding-bottom: 5px;
        line-height: 1.2;
        font-size: 11px;
    }
    #industries .hoverDesc h4 {
        background-size: contain;
        font-size: 11px;
        padding: 10px;
    }
    .moblieNav {
        left: 15px;
    }
    #portal-menu .item {
        width: 33%;
    }
}

@media print {
    * {
        -webkit-print-color-adjust: exact !important;
    }
    #biography .row {
        display: block !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    #biography .headerUpperWrapper {
        display: block !important;
        background: rgba(255, 255, 255, 0.8) !important;
    }
    #biography .headerUpperWrapper .right ul {
        display: none !important;
    }
    #biography .subbanner {
        background: url('../images/subbanners/bio-header.jpg') no-repeat top center !important;
        background-size: auto 100% !important;
    }
    #biography .headerBannerWrapper h1,
    #biography .headerBannerWrapper h2 {
        color: #fff !important;
    }
    #biography #block-two-image {
        background: url('../images/block-two-image.jpg') no-repeat top center !important;
        background-size: auto 100% !important;
    }
    #biography .blue {
        background: #294d7f !important;
    }
    #biography #block-one {
        background: url('../images/block-one-bg.jpg') no-repeat top center !important;
        background-size: 100% !important;
    }
    #biography .large-6 {
        width: 50%;
    }
    #biography .large-7 {
        width: 58.33333%;
    }
    #biography .large-8 {
        width: 66.66667%;
    }
    #biography .large-5 {
        width: 41.66667%;
    }
    #biography .large-4 {
        width: 33.33333%;
    }
    #biography .bg-lightgrey {
        background: #f6f6f6 !important;
    }
    #biography .bg-darkgrey {
        background: #d2d2d2 !important;
        height: 394px!important;
    }
    #biography #block-four-image {
        background: url('../images/block-four-image.jpg') no-repeat top center !important;
        background-size: auto 100% !important;
    }
    #biography #block-six {
        background: url('../images/block-six-bg.jpg') no-repeat top center !important;
        background-size: 100% !important;
    }
    #biography #block-seven {
        background: url('../images/block-seven-bg.jpg') no-repeat top center !important;
        background-size: 100% !important;
        color: #ffffff !important;
    }
    #biography #block-seven .large-12 {
        color: #ffffff !important;
    }
    #biography .contactUsWrapper {
        background: url('../images/contact-bg.jpg') no-repeat top center !important;
        background-size: auto 100% !important;
    }
    #biography #footerWrapper {
        display: block;
        background-color: #2c4b7d !important;
    }
    #biography #block-six .large-12 {
        background: rgba(255, 255, 255, 0.8) !important;
    }
    .question i {
        color: #d4d4d3 !important;
    }
    a[href]:after {
        content: none !important;
    }
    #biography h2.darkblue {
        color: #294d7f !important;
    }
    #biography .linked a,
    #biography .phone p a,
    #biography .sitemap p a {
        color: #ceb958 !important;
    }
    #biography .phone p,
    #biography .sitemap p,
    #biography .sitemap p span {
        color: #ffffff !important;
    }
    #biography .linked span {
        color: #2c4b7d !important;
        background-color: #ceb958 !important;
    }
    #biography .medium-2.linkedin.right,
    #biography .medium-3.phone {
        width: 22% !important;
    }
    #biography .medium-3 {
        width: 25% !important;
    }
    #biography .mobIcon,
    #biography .search {
        display: none !important;
    }
    #biography .socialIcons {
        text-align: right !important;
        float: right !important;
        width: 38% !important;
    }
    #biography .socialIcons li a i {
        color: #ffffff !important;
        background: #0f6eb6 !important;
    }
    #biography #block-two .large-6,
    #biography #block-two .large-6 strong,
    #biography #block-two .large-6 b {
        color: #ffffff !important;
    }
    #biography .medium-2.linkedin {
        display: none !important;
    }
}


#insight .contentWrapper ul {
    margin-left: 1.1rem;
    list-style-type: disc;
    font-size: 13px;
    padding-bottom: 22px;
}

#insight .contentWrapper .blog ul {
    margin-left: 0;
}