/*-  BASE STYLES
----------------------------------------------------------------------*/

/*- Colors

color: rgb(42, 94, 151);  - Sarens Blue
color: rgb(142, 146, 147);  - Sarens Grey
color: rgb(96, 101, 102);  - Text Grey



new colours:
    Sarens Blue                 rgb(41,93,153)
    

    Navigation:
        selected                rgb(254,228,7)      yellow
        hover                   rgb(254,228,7)      yellow
        normal                  rgb(41,93,153)      blue


-*/

/*- optional vanity styles ----------*/

/*::selection {background: #e5007d;}
::-moz-selection {background: #e5007d;}

img::selection {background: transparent;}
img::-moz-selection {background: transparent;}*/

a:hover {
  transition: color 250ms ease-in-out;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
}


/*- General (re)sets -*/

body {
  color: rgb(0, 0, 0);
  font: normal 14.5px/20px Gotham, Helvetica, Arial, sans-serif;
  color: rgb(96, 101, 102);
  margin: 0;
  padding: 0;
}

abbr {
  cursor: help;
}

strong {
    font-weight: 700;
}

.clear {
  clear:both;
}
.small {
  font-size:0.833em;
}

a {
  color: rgb(42, 94, 151);
}

a:hover {
  color: rgb(48, 50, 51);
}


/*- Header -*/

header, #body, footer {
  width: 960px;
  margin: 0 auto;
  clear: both;
}

header {
  width: 100%;
}

header .header-logo-container {
    width: 960px;
    margin: 10px auto 0px auto;
}

.logo {
  -margin: 20px 0 0 10px;
  float: left;
}

.metanav ul li, .mainnav ul li {
  float: left;
}

.lang {
    float: right;
    margin-left: 20px;
}

.lang ul li {
    width: 32px;
    text-align: center;
    display: inline-block;
}

.lang li a {
  width: 32px;
  height: 32px;
  display: table-cell;
  text-decoration: none;
  color: rgb(96, 101, 102);
  font-weight: bold;
  vertical-align: middle;
}

.lang li a:hover {
  background-color: rgb(42, 94, 151);
  color: rgb(255, 255, 255);
}

.lang li.selected a {
  color: rgb(255, 255, 255);
  background-color: rgb(42, 94, 151);
}

.metanav {
  float: right;
  margin: 5px 90px 0 0;
}

.metanav a {
  color: rgb(42, 94, 151);
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 10px;
}

.metanav a:hover {
  color: rgb(96, 101, 102);
}

#search-container {
    position: relative;
    float: right;
    margin-top: 30px;
}

#search {
  -position: absolute;
  -margin: 30px 52px 0 598px;
  -width: 310px;
  -text-align: right;
}

#search input {
  border: 1px solid rgb(97, 97, 97);
  height: 28px;
  width: 235px;
  padding-right: 30px;
  padding-left: 10px;
}

#search img {
    position: absolute;
    left: 250px;
    top: 4px;
    cursor: pointer;
}

/* Search Results */
.search-results {
    
}

#right .search-results h3 {
    font-weight: 300;
}

.search-results ul.search
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
    
.search-results ul.search li
{
    margin-bottom: 10px;
}
    
.search-results ul.search li.alternateRow
{
    background-color: #EEE;
}



.mainnav {
  width: 100%;
  float: left;
  margin: 15px 0 30px 0;
  height: 40px;
  clear: both;
    background-color: rgb(41, 93, 153);
}

.mainnav ul {
    margin: 0 auto;
    width: 960px;    
}

.mainnav ul.lv2 {
    width: auto;
}

.mainnav a {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: capitalize;
  background-color: rgb(41,93,153);
  font-weight: bold;
}

.mainnav a:hover {
  background-color: rgb(254,228,7);
  color: rgb(112, 93, 35);
}

.mainnav a:active {
  background-color: rgb(17,74,137);
}

.mainnav li.selected a {
  background-color: rgb(254,228,7);
  color: rgb(112, 93, 35);
}

.mainnav li ul {
  background-color: rgb(255, 255, 255);
  background-image: none;
  border: 1px solid rgb(42, 94, 151);
  padding-bottom: 5px;

  z-index: 9999;

  -moz-box-shadow:0px 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:0px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow:0px 3px 8px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Shadow(strength=3, direction=180, color='#000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength=3, Direction=180, Color='#000000')";
}

.mainnav li ul li {
  display: block;
  float: none;
}

.mainnav li ul li a, .mainnav li.selected ul li a {
  display: block;
  background-color: transparent;
  background-image: none;
  border-right: none;
  color: rgb(42, 94, 151);
  font-weight: bold;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}

.mainnav li ul li a:hover, .mainnav li.selected ul li a:hover, .mainnav li ul li.selected a {
  color: rgb(48, 50, 51);
  background-color: rgb(254,228,7);
}

/*- Top Box Home -*/
#topbox {
  float: left;
  width: 960px;
  height: 360px;

    margin-bottom: 20px;
}

#topbox img {
  width: 690px;
  height: 360px;
  float: left;
}

.toplinks {
  float: left;
  width: 270px;
  list-style-type: none;
}

.toplinks li {
  float: left;
  width: 218px;
  padding: 4px 10px 0 40px;
  height: 115px;
  border: 1px solid rgb(217, 222, 226);
  border-top: none;
  background-image: url(../images/toplink-back.png);
  background-position: 0px top;
}

.toplinks li:hover {
  transition: background 250ms ease-in-out;
  -webkit-transition: background 250ms ease-in-out;
  -moz-transition: background 250ms ease-in-out;
  background-position: -4px top;
}

.toplinks li:first-child {
  border-top: 1px solid rgb(217, 222, 226);
  height: 114px;
}

.toplinks li h2 {
  font-size: 14px;
  margin: 4px 0 3px 0;
}

.toplinks li p {
  line-height: 14px;
  height: 57px;
}

.toplinks li .more {
  display: block;
  padding-top: 2px;
  font-weight: bold;
  text-decoration: none;
  color: rgb(42, 94, 151);
}

.toplinks li .more:hover {
  text-decoration: underline;
}

/*- Home Lists -*/
.homeVideo {
    margin-bottom: 38px;
}

#hometext {
    position: relative;
    float: left;
    width: 447px;
    margin-right: 15px;
    margin-top: 0px;
    padding-right: 98px;
    min-height: 750px;
}

#hometext::before {
    content: " ";
    border-top: 1px solid rgb(255,232,2);
    width: 20px;
    position: absolute;
    top: 0px;
    left: 550px;
    height: 100px;
}

#hometext::after {
    position: absolute;
    content: " ";
    height: 100%;
    border-right: 1px solid rgb(255,232,2);
    left: 560px;
    top: 0;
    float: left;
}

#projects , .jobs, #news, .leftColumn .video, 
.follow-us,
.whatwedo {
    float: left;
    width: 302px;
    margin-right: 0px;
    margin-top: 0px;
    margin-left: 98px;
    margin-bottom: 35px;
}

.whatwedo {
    margin-left: 0px;
}

.home-whatwedo {
    float: left;
    margin: 0px 0px 35px 0px;
    width: 960px;
}

.home-whatwedo .intro {
    margin-bottom: 20px;    
}

.leftColumn .jobs, .leftColumn .video {
    width: 300px;
    margin-left: 0px;
}

#news {
    width: 302px;
    margin-right: 0;
}

#projects h2, 
.jobs h2, 
.follow-us h2,
#news h2, 
#hometext h2, 
.leftColumn h2,
#right h1,
.whatwedo h2,
.home-whatwedo h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

#projects .more-link,
#news .more-link {
    color: rgb(96, 101, 102);
    text-decoration: none;
}

#projects .more-link:hover,
#news .more-link:hover {
    text-decoration: underline;
}

#hometext h2 a, #right h1 {
    color: #2a5e97;
    text-decoration: none;
}
#projects h2 a, #news h2 a {
    color: rgb(101,105,106);
    text-decoration: none;
}

#projects h2::after, #hometext h2::after, #news h2::after, .leftColumn h2::after, #right h1::after,
.follow-us h2::after,
.whatwedo h2::after,
.home-whatwedo h2::after {
    content: "";
    border-bottom: 5px solid rgb(255,232,2);
    width: 100px;
    display: block;
    padding-bottom: 25px;
}
#right h1.empty::after {
    border-bottom: 5px solid transparent;
}

#projects h2 a, .jobs h2 a ,#news h2 a {
  color: rgb(42, 94, 151);
  text-decoration: none;
}

#projects .more, .jobs .more ,#news .more, #hometext .more {
    text-transform: initial;
    text-decoration: underline;
    font-weight: 300;
    font-size: 14px;
}

#projects h2 a.more, .jobs h2 a.more ,#news h2 a.more {
    float: right;
    text-transform: none;
}

#projects .more:hover, .jobs .more:hover, #news .more:hover, #hometext .more:hove {
  color: rgb(42, 94, 151);
}

#projects ul {
  list-style-type: none;
}

#projects li {
  margin: 0px 0 0 0;
  padding: 10px 0px 0 0px;
  clear: both;
  line-height: 16px;
  float: left;
  width: 100%;
}

#projects .projects-image-container {
    width: 72px;
    display: inline-block;
    height: 72px;
    background-size: cover;
    border-radius: 36px;
    float: left;
    margin-right: 14px;
}

#projects .projects-intro-container {
    margin-left: 86px;
    margin-bottom: 15px;
    line-height: 21px;
}

#projects .projects-intro-container * {
    line-height: 22px;
    margin-bottom: 5px;
}

#projects h3 {
    font-weight: 700;
    text-transform: uppercase;
}
#projects img {
  float: left;
  margin-right: 10px;
}

#projects li .more {
  color: rgb(42, 94, 151);
  text-decoration: underline;
  margin: 4px 0 0 0;
  font-size: 12px;
}

#projects li .more:hover {
  color: rgb(48, 50, 51);
}

.jobs ul {
  padding: 10px 10px 0 10px;
  list-style-image: url(../images/bullet.png);
  list-style-position: inside;
}

.jobs ul a {
  color: rgb(42, 94, 151);
  text-decoration: none;
  font-weight: bold;
}

.jobs ul a:hover {
  text-decoration: underline;
  color: rgb(48, 50, 51);
}

#news ul {
  list-style-type: none;
}

#news ul li {
    width: 258px;
    padding: 12px 32px 12px 12px;
    background-image: url(../images/news-arrow.png);
    background-repeat: no-repeat;
    background-position: 280px center;
}

#news ul li.even {
  background-color: rgb(217,222,226);;
}

#news ul li:hover {
  background-color: rgb(217, 222, 226);
  transition: background 250ms ease-in-out;
  -webkit-transition: background 250ms ease-in-out;
  -moz-transition: background 250ms ease-in-out;
  background-position: 282px center;
}

#news ul li:hover a {
  color: rgb(96, 101, 102);
}

#news ul li a {
  display: block;
  text-decoration: none;
  color: rgb(96, 101, 102);
  line-height: 16px;
}

#news ul li h3 {
    font-weight: 700;
}

#news ul li h3 a {
  line-height: 21px;
}

#hometext p {
  padding: 10px 0px 0 0px;
}

/* Social Icons */
.social-container a {
    padding-right: 10px;
}

/*- Footer -*/

footer {
  padding: 45px 0 30px 0;
  font-size: 11px;
  width: 100%;
}

footer #centerme {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

footer .social-container {
    position: absolute;
    right: 0;
    bottom: -16px;    
}

footer .social-container a img {
    width: 45px;
}

.dotcomlink {
  background: rgb(232, 235, 238) url(../images/mini-arrow.png) no-repeat 5px center;
  display: block;
  float: left;
  padding: 0px 6px 0px 12px;
  margin-left: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.dotcomlink:hover {
  text-decoration: none;
  transition: background 250ms ease-in-out;
  -webkit-transition: background 250ms ease-in-out;
  -moz-transition: background 250ms ease-in-out;
  background-color: rgb(217, 222, 226);
}

footer ul {
  list-style-type: none;
}

.doormat {
  margin-top: 50px;
  width: 960px;
  float: left;
}

.doormat li {
  float: left;
  width: 110px;
  padding-left: 10px;
}

.doormat li ul {
  clear: both;
}

.doormat li li {
  clear: both;
  padding-left: 0;
}

footer a {
  color: rgb(96, 101, 102);
  text-decoration: none;
}

footer a:hover {
  color: rgb(48, 50, 51);
  text-decoration: underline;
}

.copyright {
    float: left;
    margin: 0px 0 0 0;
    color: #606566;
    line-height: 21px;
}

.legal {
    float: left;
    margin: 0px 0 0 78px;
    line-height: 21px;
}

.copyright li, .legal li {
    float: left;
    padding-right: 20px;
    font-size: 13px;
}

.copyright a, .legal a {
    color: #606566;
}
.legal li a {
    text-decoration: underline;
}

footer .motto {
    margin-bottom: 20px;
}
footer .motto::after {
    content: "";
    border-bottom: 5px solid rgb(255,232,2);
    width: 100px;
    display: block;
    padding-bottom: 16px;
}

footer .motto span {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 21px;
}


/*- International -*/

#worldbox {
    margin-top: 20px;
}

#worldmap {
  width: 790px;
  height: 420px;
  float: left;
  background-color: rgb(232, 235, 238);
}

#accordion {
    width: 168px;
  height: 418px;
  overflow: auto;
  float: left;
  border: 1px solid rgb(217, 222, 226);
  list-style-type: none;
}

#accordion li {
    margin: 0;
  padding: 0;
}

#accordion div {
    display: block;
  float: left;
    width: 148px;
    font-weight: bold;
    cursor: pointer;
  color: rgb(48, 50, 51);
  border-bottom: 1px solid rgb(217, 222, 226);
  padding: 2px 10px;
  margin: 0;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,235,238,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(232,235,238,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,235,238,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,235,238,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,235,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8ebee',GradientType=0 );
  background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,235,238,1) 100%);
}

#accordion div:hover {
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(217,222,226,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(217,222,226,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(217,222,226,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(217,222,226,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(217,222,226,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9dee2',GradientType=0 );
  background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(217,222,226,1) 100%);
}

#accordion ul {
  border-bottom: 1px solid rgb(217, 222, 226);
  background-color: rgb(255, 255, 255);
  list-style-type: none;
}

#accordion ul{
    display: none;
}

#accordion a {
  color: rgb(96, 101, 102);
    text-decoration: none;
  display: block;
  padding: 1px 0 1px 10px;
}

#accordion a:hover {
    color: rgb(42, 94, 151);
  background-color: rgb(232, 235, 238);
  transition: background 250ms ease-in-out;
  -webkit-transition: background 250ms ease-in-out;
  -moz-transition: background 250ms ease-in-out;
}

/*- Breadcrumb -*/
 
.breadcrumb {
    font-size: 14px;
    color: #2a5e97;
}

.breadcrumb a {
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/*- Left -*/

.leftColumn {
    width: 300px;
    float: left;
    margin-right: 25px;
}

/*- Left Nav -*/

.leftColumn nav {
  margin-top: 20px;
  margin-bottom: 35px;
}

.leftColumn nav h2 {
    color: #2a5e97;
    text-decoration: none;
}

.leftColumn nav ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 15px;
}

.leftColumn nav ul li {
  margin: 5px 0;
}

.leftColumn nav ul li a {
  font-weight: bold;
  color: rgb(96, 101, 102);
  text-decoration: none;
  font-size: 104%;
}

.leftColumn nav ul ul li {
  list-style-type: circle;
}

.leftColumn nav ul ul li a, .leftColumn nav ul li.selected ul li a {
  font-weight: normal;
  color: rgb(96, 101, 102);
}

.leftColumn nav ul li ul li.selected a, .leftColumn nav ul li.selected a, .leftColumn nav ul li a:hover {
  color: rgb(96, 101, 102);
  text-decoration: underline;
    cursor: pointer;
}

/*- Grouped List -*/

ul.grouped-list.lv1 {
    list-style-type: none;
    margin-left: 0px;
    font-style: italic;
    font-weight: normal;
}

ul.grouped-list.lv1 > li > a, ul.grouped-list.lv1 > li > span {
    font-family: Caslon;
    font-style: italic;
    font-weight: bold;
    cursor: default;
    display: inline-block;
}
ul.grouped-list.lv1 > li > a:hover {
    text-decoration: none;
}

ul.grouped-list.lv2 {
    display: block;
    position: relative;
    font-style: normal;
    margin-bottom: 30px;
}

ul.grouped-list.lv2 li {
    list-style-type: disc;
}

.grouped-list li.hidden {
    display: none;
}

ul.grouped-list > li.load-older-posts a {
    color: rgb(42, 94, 151);
    font-style: normal;
    font-family: Gotham-Book;
    font-weight: 300;
    text-decoration: underline;
    font-size: 14px;
}

/*- Left Jobs -*/

.leftColumn .jobs ul {
  list-style-image: none;
  list-style-type: none;
}

.leftColumn .jobs ul li {
  margin-bottom: 20px;
}

.leftColumn .jobs ul a {
  color: rgb(96, 101, 102);
  display: block;
}

.leftColumn .jobs ul a span {
  float: right;
  font-size: 11px;
  font-weight: normal;
  color: rgb(42, 94, 151);
 
}

.full {
  float: right;
}

  
.leftColumn .jobs ul a:hover {
  color: rgb(96, 101, 102);
}

/*- Left What We Do -*/

.whatwedo ul, .home-whatwedo ul {
    list-style-type: none;
}

.home-whatwedo ul {
    height: 106px;
    overflow: hidden;
}


.whatwedo ul li {
    margin-bottom: 5px;
}

.home-whatwedo ul li {
    display: inline-block;
    padding-right: 20px;
}

.home-whatwedo ul li .circle-item {
    display: table-cell;
    height: 106px;
    width: 106px;
    background-color: rgb(41, 93, 153);
    vertical-align: middle;
    text-align: center;

    -webkit-border-radius: 53px;
    -moz-border-radius: 53px;
    border-radius: 53px;
}

.whatwedo ul li a {
    color: rgb(96, 101, 102);
    text-decoration: none;
}

.whatwedo ul li a:hover, .home-whatwedo ul li a:hover {
    text-decoration: underline;
}

.home-whatwedo ul li a strong, .home-whatwedo ul li span strong {
  color: rgb(255,232,2);
}

.home-whatwedo ul li a, .home-whatwedo ul li span {
    color: #ffffff;
    text-decoration: none;

    font-family: Caslon;
    font-style: italic;
    font-weight: bold;
}



/*- Left Video -*/

.leftColumn .video iframe {
  margin: 20px 0 0 10px;
}

/*- Right -*/

#right {
    width: 635px;
    float: left;
    margin-top: 20px;
    z-index: 999;

    position: relative;
}

#right.wide {
    width: 960px;
}

#right.wide article {
    padding-right: 143px;
}

#right.wide-with-content article {
    padding-right: 50px;        
    float: left;
}


#right.full-width::before {
    content: " ";
    border-top: 1px solid rgb(255,232,2);
    width: 20px;
    position: absolute;
    top: 60px;
    right: -178px;
    height: 10px;
}

#right.full-width::after {
    content: " ";
    position: absolute;
    border-right: 1px solid rgb(255,232,2);
    top: 60px;
    height: 90%;
    right: -168px;
}

#right.wide.full-width::before {
    right: 50px;
}
#right.wide.full-width::after {
    right: 60px;
}

#right p {
  margin: 10px 0 0 0px;
}

#right ul, #right ol {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 15px;
}

#right img {
  margin: 10px;
}

#right h1 {
}

#right h2 {
    font-size: 16px;
    padding: 20px 0px 0px 0px;
    font-weight: bold;
}

#right h2 a {
  color: rgb(96, 101, 102);
  text-decoration: none;
}

#right h3 {
  padding: 0px;
  font-weight: bold;
}

#right h2 a:hover {
  color: rgb(96, 101, 102);
  text-decoration: underline;
  color: rgb(48, 50, 51);
}

#right table {
  margin: 10px 0 0 10px;
}

/* Contact Page */
.contact-page article h1.left-title,
.contact-page article h1.right-title {
    display: inline-block;
}
.contact-page article h1.left-title {
    width: 325px;
}

/*- Projects -*/

#right .project img {
  float: left;
  margin: 0 20px 10px 0;
}

.project {
  clear: both;
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgb(217, 222, 226);
  float: left;
  width: 610px;
}

.project:last-child {
  border-bottom: none;
}

.project table th {
  text-align: left;
  color: rgb(142, 146, 147);
  font-weight: normal;
  padding-right: 10px;
}

.project table td {
  font-weight: bold;
}

.project .more {
  float: right;
  margin-top: -30px;
}

#right .project h2, #right .project p {
  padding-left: 0px;
  margin-left: 0px;
}

/* Paged List (projects, news) */
#right .paged-list-container > ul {
    list-style-type: none;    
}

.paged-list-container .projects-image-container {
    width: 72px;
    display: inline-block;
    height: 72px;
    background-size: cover;
    border-radius: 36px;
    float: left;
    margin-right: 14px;
}

.paged-list-container .projects-intro-container {
    margin-left: 86px;
    margin-bottom: 15px;
    line-height: 21px;
}

#right .paged-list-container .projects-intro-container * {
    line-height: 22px;
    margin-bottom: 5px;
}

#right .paged-list-container .projects-intro-container h3 {
    padding-left: 0px;
    font-weight: 700;
    text-transform: uppercase;
}

#right .paged-list-container .projects-intro-container h3 a {
    color: rgb(96, 101, 102);
    text-decoration: none;
}

#right .paged-list-container .projects-intro-container h3 a:hover {
    text-decoration: underline;
}


.paged-list-container > ul > li {
    margin: 0px 0 0 0;
    padding: 10px 0px 0 0px;
    clear: both;
    line-height: 16px;
    float: left;
    width: 100%;    
}

/*- Contact form -*/

#right .contact-form-container {
}

#right.wide-with-content .contact-form-container {
    float: left;
    margin-top: 85px;
}

div#listOffices, div.listOffices
{
    width: 300px;
    float: left;
    margin-right: 25px;
}

div#listOffices span.name, div.listOffices span.name
{
  font-weight:bold;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
div#listOffices span.name:first-child, div.listOffices span.name:first-child {
    margin-top: 0px;
}

div#gmapplaceholder, div.gmapplaceholder
{
  height:250px;
  width:400px;
  float:right;
  margin:10px 0 40px 10px;
}

#right fieldset {
  padding: 0 10px;
  border: none;
}

#right fieldset legend {
  display: none;
}

#right fieldset label {
  display: block;
  width: 120px;
  float: left;
  margin-bottom: 5px;
  padding: 2px;
}

#right fieldset input, #right fieldset textarea {
    font-family: Gotham;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

#right fieldset input {
    width: 350px;
    float: left;
    margin-bottom: 5px;
    padding: 2px;
}

    #right fieldset input.number {
        width: 150px;
    }

#right fieldset textarea {
  width: 352px;
  height: 150px;
  float: left;
  padding: 2px;
}

#right input[type="button"] {
    color: rgb(255, 255, 255);
    background-color: rgb(42, 94, 151);
    font-family: Gotham;
    text-transform: uppercase;
    height: 40px;
    padding: 0px 20px;
    border-style: none;
    margin-left: 133px;
    margin-top: 15px;
    cursor: pointer;
    border: 1px solid transparent;
}

#right input[type="button"]:active {
    border: 1px solid rgb(217, 222, 226);
}

#right input[type="button"]:hover {
    opacity: 0.8;
}

#right fieldset label.error {
  color: red;
  background: transparent url(../images/error.png) no-repeat 106px 6px;
}

#right fieldset input.error, #right fieldset textarea.error {
  border: 1px solid red;
}

#recaptcha_widget_div {
    padding-left: 131px;
    margin-top: 8px;
}

.ui-tooltip {
  display: inline-block;
  padding: 5px 10px;
  color: rgb(255, 255, 255)!important;
  background-image: none!important;
  background-color: red!important;
  border: none!important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  z-index: 9999;
}

.leftColumn .jobs ul li span.new {
  background-color: #2A5E97;
  color:#fff!important;
  font-weight:bold!important;
  margin: 0px 4px 0px 2px;
  padding: 0px 5px 0px 5px;
  border: none!important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
 text-decoration:none;
float:left;
  font-size: 11px;

 
}

.applicationWidgets {
    position: relative;
    display: inline-block;
    padding-top: 15px;
}

.applicationWidgets .jobs ul li span.new {
  background-color: #2A5E97;
  color:#fff!important;
  font-weight:bold!important;
  margin: 0px 4px 0px 0px;
  padding: 0px 5px 0px 5px;
  border: none!important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
 text-decoration:none;
  font-size: 11px;

 
}

#right .applicationWidgets .project h2 span.new {
  background-color: #2A5E97;
  color:#fff!important;
  font-weight:bold!important;
  margin: 0px 4px 0px 4px;
  padding: 0px 5px 0px 5px;
  border: none!important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
 text-decoration:none;

}

a#linkSollicitation {
  display: block;
  float:right;
 margin-right:20px;
  line-height: 22px;
  padding: 0 10px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  border: 1px solid rgb(17, 74, 136);
  -webkit-border-top-right-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: rgb(63,125,193);
  background: -moz-linear-gradient(top, rgb(63,125,193) 0%, rgb(17,74,137) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(63,125,193)), color-stop(100%,rgb(17,74,137)));
  background: -webkit-linear-gradient(top, rgb(63,125,193) 0%,rgb(17,74,137) 100%);
  background: -o-linear-gradient(top, rgb(63,125,193) 0%,rgb(17,74,137) 100%);
  background: -ms-linear-gradient(top, rgb(63,125,193) 0%,rgb(17,74,137) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f7dc1', endColorstr='#114a89',GradientType=0 );
  background: linear-gradient(top, rgb(63,125,193) 0%,rgb(17,74,137) 100%);
}

a#linkSollicitation:hover {
  background: rgb(17,74,137);
  background: -moz-linear-gradient(top, rgb(17,74,137) 0%, rgb(63,125,193) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(17,74,137)), color-stop(100%,rgb(63,125,193)));
  background: -webkit-linear-gradient(top, rgb(17,74,137) 0%,rgb(63,125,193) 100%);
  background: -o-linear-gradient(top, rgb(17,74,137) 0%,rgb(63,125,193) 100%);
  background: -ms-linear-gradient(top, rgb(17,74,137) 0%,rgb(63,125,193) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#114a89', endColorstr='#3f7dc1',GradientType=0 );
  background: linear-gradient(top, rgb(17,74,137) 0%,rgb(63,125,193) 100%);
  line-height: 21px;
  padding-top: 1px;
}

.free {
  background-color:#eceef0;
  width:290px;
  display:block;
  padding: 4px 4px 4px 8px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left:-8px;
  
}

#solForm {
    float: left;
}

.estaLogo {
    float: left;
    margin-left: 10px;
}

.estaLogo span {
    vertical-align: top;
    
}

.estaLogo img {
    width: 40px;
    margin-top: -10px;
}
























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
