/* COLOURS - Pulled from master logo eps RGB
 * red: #50626d;
 * coolgrey: #8f9295;
*/


html { overflow-y: scroll; }
body { background-color: #fff;}
#wrapper{

    margin:0 auto;
}
.page #wrapper {
    background: #fff;
    position: relative;
    max-width: 1800px;
}
/* Responsive PARALLAX */
.mobile body {
    overflow: hidden;
}
.mobile #wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.mobile #scroller{
    min-height:600px;
}

/* Embedded Youtube Video @ 100% Width */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Fixes for bootstrap when applied to
/* certain joomla stuff that duplicates the class
*********************************************/
.navbar-right > .navbar-right,
.pull-right > .pull-right{
    margin-right: 0;
}
#right-column .nav{
    border: solid 1px #f0f0f0;
    border-radius: 4px;
}
#right-column .nav > li > a{
    padding: 14px 24px 14px 14px;
} 
#right-column .nav > li > .nav-child.unstyled{
    background-color:#f0f0f0;
    padding-top: 14px;
    padding-bottom: 14px;
}
div[class*="col-xs-"] > [class*="col-xs-"]{
    width:100%;
}

/* Bootstrap Overrides and extends
*********************************************/
h5{
    text-transform: uppercase;
}
.lead{
    color: #222;
}
.navbar-brand{
    padding: 15px 40px 15px 20px;
}
.btn-primary,
.btn-default,
.btn-success,
.btn-link,
.mod-articles-category-readmore{
    font-weight: 600;
}
nav.navbar.navbar-default{
    border: none;
}
nav.navbar.navbar-default .navbar-nav > li > a{
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: solid 0 transparent;
    padding-right:8px;
    padding-left:8px;
    letter-spacing: 0.3px;
}

nav.navbar.navbar-default .navbar-nav > li.active > a,
nav.navbar.navbar-default .navbar-nav > li.active > a:hover,
nav.navbar.navbar-default .navbar-nav > li > a:hover,
nav.navbar.navbar-default .navbar-nav > li > a:focus{
    /*border-bottom-color: #50626d;*/
}
nav.navbar.navbar-default .navbar-nav > li.open > a{
    border-bottom-color: #974027;
}

/*** Animated Burger ***/
.navbar-toggle {
    background-color:#ffffff;
}
.navbar-toggle.collapsed {
    background-color: #0055a5;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #0055a5;
    display: block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 0;
}
.navbar-toggle.collapsed .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-toggle .icon-bar:nth-child(2) {
  opacity: 0;
  margin-left: -60px;
}

.navbar-toggle .icon-bar:nth-child(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navbar-toggle .icon-bar:nth-child(4) {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -2px;
}

.navbar-default .navbar-toggle.collapsed .icon-bar{
    background-color: #0055a5;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.navbar-default .navbar-toggle.collapsed:hover .icon-bar{
    background-color: #fff;
}
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  opacity: 1;
  margin-left:0;
}
.navbar-toggle.collapsed .icon-bar:nth-child(4) {
    margin-top:4px;
}

.dropdown-menu > li > a{
    padding: 8px 24px;
}
/*** End Animated Burger ***/

/*** Transition for Dropdown ***/
.navbar-nav > li > .dropdown-menu{
    display:block;
    left:-9999px;
    margin-top:-20px;
    opacity:0;
}

nav.navbar .navbar-nav > li:last-child > .dropdown-menu, 
nav.navbar .navbar-nav > li:nth-last-child(2) > .dropdown-menu {
    right: auto;
    left: -9999px;
}

nav.navbar .navbar-nav > li.open:last-child > .dropdown-menu, 
nav.navbar .navbar-nav > li.open:nth-last-child(2) > .dropdown-menu {
    right:0;
    left:auto;
}

.navbar-nav > li.open > .dropdown-menu{
    display:block;
    left:0;
    margin-top:0;
    opacity:1;
}
.navbar-nav > li > .dropdown-menu{
    -webkit-transition: margin-top 200ms ease-in 50ms, opacity 200ms ease-in 40ms;
    -moz-transition: margin-top 200ms ease-in 50ms, opacity 200ms ease-in 40ms;
    -ms-transition: margin-top 200ms ease-in 50ms, opacity 200ms ease-in 40ms;
    -o-transition: margin-top 200ms ease-in 50ms, opacity 200ms ease-in 40ms;
    transition: margin-top 200ms ease-in 50ms, opacity 200ms ease-in 40ms;
}

/*** End Transition for Dropdown ***/


/*** Social Menu ***/
.social-menu.navbar-nav{
    margin:-3px 0 0 0;
}

.social-menu{
    text-align:right;
}
.social-menu.nav > li{
    float:right;
}
.social-menu.nav > li > a{
    padding-top:0;
}
.social-menu.nav > li > a > img{
    max-width: 21px;
}

.carousel .carousel-sizer{
}
.carousel-caption {
    text-shadow:none;
    text-align: left;
    height: 66%;
    right:12%;
    left:12%;
}
.carousel-caption .slidetext{
    color: #FFF;
    padding-left: 95px;
    padding-right: 50px;
    margin-left: 0;
    position: relative;
    -moz-text-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
}
.carousel-caption .slidetext a,
.carousel-caption .slidetext h1,
.carousel-caption .slidetext h2{
    text-transform: uppercase;
    color: #FFF;
}
.carousel-caption .slidetext h1,
.carousel-caption .slidetext h2{
    font-size:30px;
}
.carousel-control{
    width:5%;
}
.carousel-control:hover,
.carousel-control:active,
.carousel-control:focus{
    color: #afb1b2;
}
.carousel-control.right,
.carousel-control.left{
    background: none;
    background-image: none;
}
.carousel-control.right{
    text-align:left;
}
.carousel-control .icon{
    position:absolute;
    top:50%;
    margin-top:-40px;
}
.carousel .item{
    overflow: hidden;
}
.carousel .item .item-image{
    background-color: #222;
    position:absolute;
    z-index: 1;
    top: 0;
}

.carousel .item .item-image img{
    opacity: 0.85;
    width: 100%;
}

#image-slider-88 .item .item-image {
    width: 100%;
}

#support-1 > .container-fluid{
    padding-top: 20px;
}
.moduletable:after{
    content: '';
    display: block;
    clear: both;
}
#bottom-modules:after{
    content: '';
    display: block;
    clear: both;
}

.slidetext h2,
.slidetext p{
    margin-left: -30px;
    -moz-transition: all 0.5s ease 0.8s;
    -webkit-transition: all 0.5s ease 0.8s;
    transition: all 0.5s ease 0.8s;
    opacity: 0;
}
.active .slidetext h2,
.active .slidetext p{
    height: auto;
    margin-left: 0px;
    opacity: 1;
}


/* Basic Design
*********************************************/
#bodycontent-col{
    margin-bottom: 20px;
}
#bodycontent-col:after{
    content: '';
    clear: both;
    display: block;
    width: 100%;
}

header .container-fluid > .row > *{
    margin-top: 0;
}

#top.navbar{
    min-height: 40px;
}
#top.navbar .navbar-nav{
    margin:0;
}
#top.navbar > ul > li {
    float: right;
    list-style-type: none;
    padding: 5px 0 5px 0;
    margin:0;
}

#top.navbar ul li a{
    padding: 6px 15px;
}
#top.navbar > ul > li#module-87{
    padding:0;
}

.navbar-brand img {
    max-height: 100%;
}

.full-width-dropdown.nav{
    position:relative;
}
.full-width-dropdown.nav > li{
    position:static;
}
.full-width-dropdown.nav > li > .dropdown-menu{
    width:100%;
}
.full-width-dropdown.nav > li > .dropdown-menu > li{
    width:25%;
    float:left;
}
header{
    position: relative;
}
.home header,
.feature-pieces .tiles-row .item .item-wrap{
    margin-bottom:18px;
}
.page header{
    background-color: #50626d;
}
.page header .featureimage.row{
    margin: 0;
}
.page header .featureimage > *{
    opacity:1;
    background-size: cover!important;
    position:relative;
}
.page header .featureimage > div:before{
    content:'';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background: rgba(0,0,0,0.15);
    /*background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(60%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
    background: -o-linear-gradient(-45deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
    background: -ms-linear-gradient(-45deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );*/
}
.page header h1,
.page header h2,
.page header h3{
    color: #FFF;
}
header #header-overlay{
    position: absolute;
    z-index: 1;
    width: 100%;
    height:100%;
}
header #header-overlay .container{
    height:100%;
    display:table;
}
header #header-overlay .container .row{
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 50px;
}

header .page-header{
    color: #fff;
}
.page-header{
    border-bottom: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}

.moduletable .featured-item .page-header > h4 {
    color: #ffffff;
    background-color: transparent;
    font-size: 21px;
    -webkit-text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.61);
    -moz-text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.61);
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.61);
}

.page #main{
    margin-top:75px;
    margin-bottom:75px;
}
main #bodycontent-col .moduletable{
}
main #bodycontent-col .page-header,
main #bodycontent-col .page-header > *{
    margin-top: 0;
}
.quickmenu.nav ul{
    padding: 0;
}
.quickmenu.nav li{
    list-style-type: none;
}
.quickmenu.nav > li a{
    color: #fff;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    outline: none;
}

.quickmenu.nav > li.deeper.parent > ul > li > a:after{
    content: "\e258";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.quickmenu.nav > li.deeper.parent > ul > li > a:hover:after{
    right:5px;
}
.quickmenu.nav > li.deeper.parent ul li a{
    border-bottom: solid 1px rgba(0,0,0, 0.25);
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.quickmenu.nav > li.deeper.parent ul li a:hover{
    text-decoration: none;
    background:rgba(0,0,0,0.2);
}

.readmore,
.mod-articles-category-readmore{
    margin-top: 18px;
}

.item-title,
.mod-title{
    text-transform: uppercase;
}
.mod-articles-category-readmore a{
    text-decoration: none;
}

.blog .item .readmore .btn:hover,
.mod-articles-category-readmore a:hover,
.readmore-arrow{
    padding-left: 15px;
}
.readmore [class*="icon"],
.mod-articles-category-readmore a [class*="icon"]{
    color: #0055a5;
    top: 2px;
    padding-left: 15px;
}
.readmore .btn-primary [class*="icon"]{
    color:#fff;
}
.mod-articles-category-readmore a [class*="icon"]:after{
    content:'';
    display:block;
    width:15px;
    height:2px;
    background-color:#0055a5;
    position:absolute;
    right:5px;
    top:6px;
}
.readmore .btn:hover [class*="icon"],
.mod-articles-category-readmore a:hover [class*="icon"]{
    color: #50626d;
}

/* General Sliding underline */
.set-parent,
.go-to-items li a{
    position: relative;
}
.set-parent:after,
.item-video a:after,
.full-cover .blogcover .items-row .item:after,
.contact-category .contact-item:after,
.go-to-items li a:after,
nav.navbar.navbar-default .navbar-nav > li > a:after,
.full-cover .child-cat > a:after,
.animated-readmore .blog .items-row .item:after,
.feature-pieces .tiles-row .item .item-wrap:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width:0;
    height:8px;
    background-color:#0055a5;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.quickmenu.nav > li.deeper.parent ul li a::before{
    content: '';
    left:unset;
    width:0;
    right:22px;
}
.quickmenu.nav > li.deeper.parent ul li a:hover::before{
    left:unset;
    width:30px;
    right:8px;
}
nav.navbar.navbar-default .navbar-nav > li > a:after{
    background-color:#0055a5;
}
nav.navbar.navbar-default .navbar-nav > li > a:after{
    height:6px;
}
.item-video a:hover:after,
.set-parent:hover:after,
.full-cover .blogcover .items-row .item:hover:after,
.contact-category .contact-item:hover:after,
.go-to-items li a:hover:after,
.full-cover .child-cat > a:hover:after,
.animated-readmore .blog .items-row .item:hover:after,
.feature-pieces .tiles-row .item .item-wrap:hover:after{
    width:100%;
}
nav.navbar.navbar-default .navbar-nav > li.active > a:after,
nav.navbar.navbar-default .navbar-nav > li > a:hover:after,
nav.navbar.navbar-default .navbar-nav > li.open > a:after{
    width:100%;
    border-right:solid 1px #fff;
}

.quickmenu.nav > li.deeper.parent ul li a:before{
    background-color:#fff;
    height:2px;
}

.nav-child.unstyled li a:hover, .nav-child.unstyled li.active a, .nav-child.unstyled li.active a:hover, .nav-child.unstyled li:focus a, .nav-child.unstyled li:focus a:hover {

    background-color: #f0f0f0;

}
.nav-child.unstyled li a:hover, .nav-child.unstyled li.active a, .nav-child.unstyled li.active a:hover, .nav-child.unstyled li:focus a, .nav-child.unstyled li:focus a:hover {
    background-color: #fff;

}
.nav-child.unstyled li a{
    padding-top: 4px;
    padding-bottom: 4px;
}
.nav-child.unstyled li a:hover, .nav-child.unstyled li.active a, .nav-child.unstyled li.active a:hover, .nav-child.unstyled li:focus a, .nav-child.unstyled li:focus a:hover{
    background-color:#f0f0f0;
}
/* *** */

#bottom-modules a,
#bottom-modules h1,
#bottom-modules h2,
#bottom-modules h3,
#bottom-modules h4,
#bottom-modules h6,
footer a,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6{
    color: #fff;
}

footer{
    border-bottom: solid 1px #728998;
}
footer .footer-text > *{
    display: inline-block;
    margin-right: 12px;
}
footer .footer-text > a:hover{
    color:#fff;
}
footer .designed-by{
    font-size: 0.7em;
    opacity: 0.4;
}
footer .designed-by:hover{
    opacity:1;
}

/* Featured Mansory Design
*********************************************/
.feature-pieces .tiles-row .item .item-wrap{
    position:relative;
}
.feature-item-content,
.feature-item-content h1,
.feature-item-content h2,
.tiles-row .item-wrap .item-title,
.tiles-row .item-wrap .item-title a,
.feature-item-content p,
.feature-item-content .markets-menu .nav-header{
    color:#fff;
}

.tiles-row .item-wrap .item-title,
.tiles-row .item-wrap .item-title a{
    font-size:18px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    margin:0;
    padding:40px 20px 0 40px;
    width:100%;
}
.feature-pieces .item .item-wrap .item-image{
    float: none!important;
    position:absolute;
    z-index:0;
    top:0;
    left:0;
    width:100%;
    opacity:0.85;
}
.grid-item{
    width: 25%;
}
.grid-item--width2{
    width: 50%;
}
.tiles-row .item-wrap .item-image img{
    transition: all 15s ease 0s;
    -moz-transition: all 15s ease 0s;
    -webkit-transition: all 15s ease 0s;
}

.tiles-row .item-wrap:hover .item-image img{
    min-width: 100%;
    opacity: 1;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}

.feature-pieces .tiles-row .item .item-wrap .feature-item-content{
    position:absolute;
    z-index:1;
    bottom:0;
    left:0;
    width:100%;
    padding: 30px;
}

.tiles-row .item .item-wrap{
    background-color:#3b4a53;
    overflow:hidden;
}
.tiles-row .item .item-wrap:before{
    content: "";
    display: block;
    padding-top: 100%;  /* initial ratio of 1:1*/
}

.tiles-row .item.ratio-1-1 .item-wrap:before{
    padding-top: 100%!important;
}
.tiles-row .item.ratio-2-1 .item-wrap:before{
    padding-top: calc(50% - 10.5px)!important;
}
.feature-item-content h1,
.feature-item-content h2{
    font-size:22px;
    text-transform: uppercase;
}
.feature-item-content .moduletable > *{
    width:100%;
}

.feature-pieces .tiles-row .quickmenu > li > .nav-header{
    display:none;
}

.moduletable.bg-featureblock .custom.bg-featureblock,
.moduletable.bg-featureblock .bg-featureblock{
    padding: 50px;
    position: relative;
}
.moduletable.bg-featureblock .mod-title,
.moduletable.bg-featureblock .mod-title{
    position: absolute;
    left: 60px;
    z-index: 1;
    margin-top:40px;
}


/* Video Gallery
*********************************************/
.item-video > a.linktomodal:before{
    content:'Watch';
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    background-color:#0055a5;
    color:#fff;
    z-index:4;
    padding:10px 10px 10px 15px;
    margin-left:0px;
    margin-top:-20px;
    opacity:0;
    border:solid 1px #0055a5;
    font-weight: 700;
}
.item-video > a.linktomodal:hover:before{
    display:block;
    opacity:1;
    padding:10px 44px 10px 15px;
    margin-left:-48px;
    /*-moz-text-shadow: 0px 0px 12px rgba(46, 69, 87, 0.8);
    -webkit-text-shadow: 0px 0px 12px rgba(46, 69, 87, 0.8);
    text-shadow: 0px 0px 12px rgba(46, 69, 87, 0.8);*/
}

.item-video .linktomodal {
    position: relative;
    display: block;
}
.item-video .linktomodal .play-button{
    position: absolute;
    z-index: 5;
    width:100%;
    height:100%;
}
.item-video .linktomodal .glyphicon {
    position: absolute;
    z-index: 5;
    color: #fff;
    display: block;
    font-size: 48px;
    width: 48px;
    height: 48px;
    left: 50%;
    top: 50%;
    margin-top: -24px;
    margin-left: -24px;
    /*-moz-text-shadow: 0px 0px 12px rgba(46, 69, 87, 0.8);
    -webkit-text-shadow: 0px 0px 12px rgba(46, 69, 87, 0.8);
    text-shadow: 0px 0px 12px rgba(46, 69, 87, 0.8);*/
}

.item-video .linktomodal .video-thumb {
    position: relative;
    background-color: #000;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.feature-news .item .item-image{
    overflow: hidden;
}
.item-video .video-thumb img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 22s ease, opacity 0.3s ease, -webkit-transform 22s ease, opacity 0.3s ease;
    transition: transform 22s ease, opacity 0.3s ease;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.item-video:hover .video-thumb img {
    opacity:0.6;
}
.item-video:hover .video-thumb img{
    min-width: 100%;
    opacity:1;
    -webkit-transform: scale(1.8);
          transform: scale(1.8);
}

.item-video:hover .glyphicon{
    font-size: 21px;
    margin-top: -12px;
    margin-left: 25px;
    color:#fff;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
}
.item-video:hover .item-title{
    bottom: 25px;
}

.item-video .item-title{
    position: absolute;
    bottom: -100px;
    color: #fff;
    padding-right:5px;
    padding-left:5px;
    text-align: center;
    width: 100%;
    transition: all 0.55s ease 0.15s;
    -moz-transition: all 0.55s ease 0.13s;
    -webkit-transition: all 0.55s ease 0.13s;
}
.item-video .item-title h5{
    color:#fff;
}
.video-gallery .item-video{
    margin-bottom:20px;
}
/* Video Modal */
.video-in-modal .modal-content{
    background-color: #50626d;
}
.video-in-modal .modal-header{
    border-bottom-color:#50626d;
    color:#fff;
}
.video-in-modal .modal-body{
    padding:0;
}

/* Design Specific Background colours */
.lightgrey-bg{
    background-color: #eee;
    padding: 25px;
}
.lightgrey-bg .lightgrey-bg{
    padding: 0;
}

.red-bg,
.reversed-red,
.moduletable.reversed > div{
    background-color: #50626d;
    padding: 25px;
}
.red-bg .red-bg,
.reversed-red .reversed-red{
    padding-left: 0;
}

.reversed,
.reversed a,
.reversed h1,
.reversed h2,
.reversed h3,
.reversed h4,
.reversed h5,
.reversed .lead,
.reversed-red,
.reversed-red a,
.reversed-red h1,
.reversed-red h2,
.reversed-red h3,
.reversed-red h4,
.reversed-red h5,
.reversed-red .lead{
    color:#fff;
}

/* Template Specific Styles for Core Modules
*********************************************/
.markets-menu .nav-header{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
.moduletable.partners-menu ul.quickmenu,
.moduletable.markets-menu ul.quickmenu,
.moduletable.bg-featureblock .custom.bg-featureblock,
.moduletable.bg-featureblock .bg-featureblock{
    min-height: 550px;
    background-repeat: no-repeat;
    /*background-position: right top;*/
    background-position: center;
    background-size: cover;
    background-color: #50626d;
    color: #fff;
    position: relative;
}
.moduletable.bg-featureblock .custom.bg-featureblock:before,
.moduletable.bg-featureblock .bg-featureblock:before,
.moduletable.markets-menu ul.quickmenu:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-image: -webkit-linear-gradient(left, rgba(26, 26, 26, 0.7) 50%, rgba(26, 26, 26, 0) 90%);
    background-image: -o-linear-gradient(left, rgba(26, 26, 26, 0.7) 50%, rgba(26, 26, 26, 0) 90%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(26, 26, 26, 0.7)), to(rgba(26, 26, 26, 0)));
    background-image: linear-gradient(to right, rgba(26, 26, 26, 0.7) 20%, rgba(26, 26, 26, 0) 90%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}


.moduletable.bg-featureblock .mod-content{
    position:absolute;
    bottom: 50px;
}
.moduletable.bg-featureblock .lead{
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
}
.moduletable.markets-menu ul.quickmenu{
    background-color: #888b8d;
    background-image: url(/~civmeccom/images/required/capabilities-block-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    background-color: #50626d;
}
.moduletable.partners-menu ul.quickmenu{
    /* We call the background images from the images forlder in case site manager wants to override it */
    background-image: url(../images/services-block-bg.jpg);
    position: relative;
}
.quickmenu.nav > li > a > img{
    max-width: 280px;
}
.partners-menu.quickmenu.nav > li > a{
    margin-top: -10px;
    margin-bottom: -5px;
}
.moduletable.markets-menu ul.quickmenu,
.moduletable.partners-menu ul.quickmenu{
    padding: 37px 20px 20px 40px;
}
.moduletable.markets-menu .quickmenu.nav ul,
.moduletable.partners-menu .quickmenu.nav ul{
    margin-top: 20%;
}
.moduletable.markets-menu .quickmenu > li,
.moduletable.partners-menu .quickmenu > li{
    max-width: 550px;
}
.quickmenu.nav > li.deeper.parent a.read-more{
    background-color: #0055a5;
    border-bottom: 0;
    float: left;
    font-size: 12px;
    margin-top: 20px;
    margin-left: 20px;
}
.quickmenu.nav > li.deeper.parent a.read-more:hover{
    background-color: #fff;
    color: #50626d;
}
.quickmenu.nav > li.deeper.parent a.read-more:after{
    display: none;
}
.markets-menu.quickmenu.nav > li.deeper.parent a.read-more{
    background-color: #888b8d;
}
.markets-menu.quickmenu.nav > li.deeper.parent a.read-more:hover{
    background-color: #fff;
    color: #888b8d;
}

/*.feature-news*/
#module-90 .mod-title{
    margin-bottom:25px;
}
.feature-news > .row{
    margin: 0;
    padding-bottom: 30px;
    height:100%;
}

.feature-news .item.col-sm-4{
    border-left: solid 1px #7BC143;
    padding-left: 22px;
    padding-right: 50px;
}
.feature-news .item.col-sm-4:first-child{
    border-left: none;
    padding-left: 0px;
}
.feature-news .item.col-sm-4 .item-image{
    margin-bottom:15px;
}
.feature-news.news-with-photo .item.col-sm-4{
        position: relative;
        border-left: none;
        padding-left:0;
        padding-right:20px;
}
.feature-news.news-with-photo .item .item-image img{
    min-height: 275px;
}

.feature-news.news-with-photo .item-content{
        background-color:#FFf;
        padding: 15px;
        width: 62%;
        position: absolute;
        bottom: -6px;
        left: 40px;
        border-bottom:solid 6px #a8b0b6;
        min-height: 155px;
}
.blog .item .feature-date{
    display: block;
    color: #888b8d;
    font-weight: 700;
    font-size: 41px;
    margin-bottom: 10px;
    line-height: 1;
}
.feature-news.news-with-photo .readmore-arrow{
    width:29px;
    text-align: right;
    overflow: hidden;
    margin-top: 3px;
}
.feature-news .mod-articles-category-readmore{
    margin-top:25px;
}

.feature-news.news-with-photo .readmore-arrow,
.feature-news.news-with-photo .mod-articles-category-readmore{
    display: inline-block;
}
.readmore-arrow,
.feature-news.news-with-photo .mod-articles-category-readmore a{
    position: relative;
    margin-left: 10px;
    color: #0055a5;
}
.feature-news.news-with-photo .readmore-arrow:before,
.feature-news.news-with-photo .mod-articles-category-readmore a:after{
    content: '';
    position: absolute;
    display: inline-block;
    height: 2px;
    background-color: #0055a5;
    width: 40px;
    top: 50%;
    right: 5px;
    margin-top: -2.1px;
}
.feature-news.news-with-photo .mod-articles-category-readmore a:after{
    width: 25px;
}
.feature-news.news-with-photo .item:hover .item-content{
    border-color: #0055a5;
}
.feature-news.news-with-photo .item:hover .readmore-arrow{
    width: 45px;
}

.dm_date,
.feature-news.news-with-photo .item-content .mod-articles-category-date{
    color: #63afe1;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
}
.feature-news .mod-articles-category-date{
    font-size:31px;
    font-weight:bold;
    color:#7BC143;
}
.dm_date{
    margin-bottom: 0;
}
.feature-news.news-with-photo .item-content .item-footer{
    position: absolute;
    bottom: 0;
    width: 80%;
}

.blog .item .feature-date{
    font-size: 14px;
}
.social-inline-title:after{
    content: '';
    display: block;
    clear: both;
    width: 100%;
}
.social-inline-title h4{
    margin-top: 15px;
    margin-right: 10px;
}

/* Breadcrumbs
*********************************************/
.breadcrumb{
    padding:0;
}
.breadcrumb > li > a{
    color:#7BC143;
}
.breadcrumb > li.active{
    color:#fff;
}
/* Blog Layouts
*********************************************/
.blog .items-row{
    border-bottom:solid 1px #f0f0f0;
    padding-bottom: 35px;
    margin-bottom: 55px;
}

.blog .item .item-image{
    margin-bottom: 20px;
    max-width:100%;
}
.blog .item .item-image:after{
    content: '';
    display: block;
    border-bottom: solid 7px #0055a5;
    margin-top: 10px;
}

.odd-row,
.even-row{
        padding: 90px 50px;
}
.odd-row{
    background-color: #f0f0f0;
}
.blog .items-row.odd-row .item,
.blog .items-row.even-row .item{
    padding-bottom: 0;
}
.even-row .intro-image-col{
    float: right;
}
.go-to-items{
    margin: 0 0 50px 0;
    padding: 0;
}
.go-to-items li{
    list-style-type: none;
    float: left;
    width: 20%;
    padding: 0 20px 0 0;
    margin: 0;
}
.go-to-items li:last-child{
    padding: 0 0 0 0;
}

.go-to-items li a{
    display: block;
    color: #888b8d;
    background-color:#dedede;
    height: 200px;
    line-height: 200px;
    font-weight: 700;
    padding: 0 40px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
}
/*
.go-to-items li a:hover{
    background-color: #50626d;
    background-color:#50626d;
    border-bottom-color:#8f9295;
}
*/
.go-to-items li a span{
    display: inline-block;
    vertical-align: middle;
    line-height: 21px;
}

/* Our Vision and Values - Values Module */
.values-group{
    margin-bottom:40px;
}

.values-group:after{
    content:'';
    display:block;
    width:97%;
    height:3px;
    background-color: #0055a5;
    clear:both;
    margin-top:50px;
    margin-left: 1.5%;
}

.values-group .entry:after{
    content:'';
    display:block;
    clear:both;
}

.page.our-vision-and-values #wrapall #helper-support-4 {
    padding: 0px!important;
}

.our-values {
    margin-top: 0px;
}

.our-values > h3 {
    display: none;
}

.values-block{
    padding-top:100px;
    padding-bottom:50px;
    background-image: url(../images/grey-values-bg-1.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    background-size: 600px;
}
.values-block .entry{
    text-align:center;
    min-height:300px;
}
.values-block .entry-image img{
    margin:0 auto;
    max-width: 100px;
}

.values-block .entry-text{
    max-width: 230px;
    margin: 0 auto;
}
/* Overview - Interactive Capabilties Wheel */

.page.overview #wrapall #helper-support-4 {
    background-color: rgb(240,240,240);
}

/* END Overview */

.blog .page-header.cat-title{
    border-bottom:solid 6px #50626d;
    margin-bottom: 35px;
    padding-bottom: 20px;
}

/* HELPER POSITION 3 */

#helper-position-3 {
    background-color: #f0f0f0!important;
    margin-top: -50px;
}


/* Blog Cover - Our Partners
*********************************************/

.blog dl.fields-container{
    margin-bottom: 0;
}
.blogcover .items-row{
    border-bottom: 0;
}
.blogcover .items-row .item .item-image::after,
.brochure-covers .items-row .item .item-image::after{
    display: none;
}
.blogcover .items-row .item-image a img,
.blogcover .items-row .item-image img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    opacity: 0.7
}
.blogcover .items-row .item-image img:hover,
.blogcover .items-row .item:hover a img,
.full-cover .blogcover .items-row .item .item-image img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

.blogcover .items-row .item{
    background-color: #f0f0f0;
    padding: 50px;
    /*min-height: 280px;*/
    text-align: center;
}
.blogcover .cat-children > .row > [class*='col-']{
    margin-bottom: 20px;
    max-width:400px;
    margin-left: auto;
    margin-right: auto;
}
.blogcover .cat-children .col-sm-6 .child-cat > a{
    background-color: #f0f0f0;
    min-height: 280px;
    text-align: center;
    display: block;
    position: relative;
}
.blogcover .items-row .item .item-image a{
    display: block;
    padding: 20px 0;
}
.blogcover .items-row .item .item-image img{
    max-width:70%;
    margin: 0 auto;
}

/* Blog Full Cover
*********************************************/
.full-cover .blogcover .items-row,
.contact-category .category .col-sm-6 {
    padding-bottom: 0;
    margin-bottom:20px;
}
.full-cover .blogcover .items-row .item,
.contact-category .contact-item,
.blogcover .cat-children .col-sm-6 .child-cat > a,
.moduletable.other-items .featured-item .item-image{
    background-color: #50626d;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.animated-readmore .blog .items-row .item,
.animate-cat-link .child-cat > a{
    position: relative;
    overflow: hidden;
}
.full-cover .blogcover .items-row .item .page-header a,
.full-cover .blogcover .items-row .item h1,
.full-cover .blogcover .items-row .item h2,
.full-cover .blogcover .items-row .item h3{
    display: block;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
}
.full-cover .blogcover .items-row .item .page-header,
.full-cover .blogcover .items-row .item .page-header{
    position: absolute;;
    z-index: 1;
    margin-top: 30px;
    text-align: center;
    width: 100%;
    bottom: 3%;
    padding: 15px 30px 8px 30px;
    background-color: #f0f0f0;
}
.full-cover .blogcover .items-row .item > a {
    display:block;
}
.full-cover .blogcover .items-row .item .item-image,
.full-cover  .blogcover .items-row .item .item-image a{
    margin: 0;
    padding: 0;
}
.full-cover .blogcover .items-row .item .item-image img{
    max-width: 100%;
    min-width: 100%;
}

.full-cover .blogcover .items-row .item .item-image img{
    margin-bottom: 0;
    max-width: 100%;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
    opacity: 1;

}

.full-cover .blogcover .items-row .item .readmore,
.moduletable.other-items .featured-item .item-image .mod-articles-category-readmore,
.animated-readmore .blog .items-row .item .readmore,
.animate-cat-link .child-cat > a > .view-more{
    position: absolute;
    z-index: 1;
    bottom: -100px;
    width: 100%;
    right:0;
}
.full-cover .blogcover .items-row .item .readmore a,
.animated-readmore .blog .items-row .item .readmore a,
.animate-cat-link .child-cat > a > .view-more > .btn{
    display: inline-block;
    margin: 0 auto;
    padding: 6px 12px;
}


.full-cover .blogcover .items-row .item:hover .page-header{
    bottom: 16%;
    background-color: #50626d;
    color: #fff;
}
.full-cover .blogcover .items-row .item:hover .page-header a{
    color: #fff;
}
.full-cover .blogcover .items-row .item:hover .readmore,
.animated-readmore .blog .items-row .item:hover .readmore,
.animate-cat-link .child-cat > a:hover > .view-more{
    bottom: 10px;
}

.full-cover.facilities .blogcover .items-row .item .page-header,
.full-cover .child-cat .page-header{
    position: absolute;;
    z-index: 1;
    text-align: center;
    width: 100%;
    top:45%;
    padding: 0 15px;
    margin:0;
    background-color: transparent;
    height: 100%;
}
.full-cover.cover-icons .child-cat .page-header{
    top: auto;
    bottom: -40px;
}

.full-cover.facilities .blogcover .items-row .item .page-header a,
.full-cover.facilities .blogcover .items-row .item h1,
.full-cover.facilities .blogcover .items-row .item h2,
.full-cover.facilities .blogcover .items-row .item h3,
.full-cover .child-cat .page-header{
    color: #ffffff;
    background-color: transparent;
    font-size: 26px;
    -webkit-text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.61);
    -moz-text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.61);
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.61);
}

/* This is a site specific override for Civmec's /what-we-do/capabilities page to reduce the size of the h3 icon blocks */
body.capabilities h3.page-header.item-title {
    font-size: 20px;
}

.full-cover.cover-icons .child-cat .page-header{
    color: white;
}
.full-cover.facilities .blogcover .items-row .item:hover .readmore{
    bottom: 25px;
}
.full-cover .blogcover .items-row .item .item-image img,
.full-cover .child-cat .item-image img{
    opacity: 0.7;
}
.full-cover .blogcover .items-row .item:hover .item-image img,
.full-cover.cover-icons .child-cat .item-image img,
.full-cover .child-cat:hover .item-image img{
    opacity: 1;
}
.blogcover .item .item-badges{
    position: absolute;
    z-index: 2;
    top: 0;
    padding: 15px;
    width: 100%;
    text-align: right;
}

/* THIS IS A TEMPORARY FIX - Hides the Child Categories on the 'Our Sectors and Projects' Pages */

.page.oil-and-gas #wrapall #bodycontent-col .cat-children, .page.metals-and-minerals #wrapall #bodycontent-col .cat-children, .page.infrastructure #wrapall #bodycontent-col .cat-children, .page.marine-and-defence #wrapall #bodycontent-col .cat-children {
    display: none;
}

/* Hides .fields-container class on all pages with the .page class */
.page dl.fields-container {
    display: none;
}

/* Carousel Fade
*********************************************/

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-fade .carousel-control{
}

/* Carousel Testimonials
*********************************************/
.moduletable.mod-testimonials{
    padding-top: 50px;
    padding-bottom: 50px;   
}
.moduletable.mod-testimonials .quotation-icon{
    display:block;
    background-image:url(../images/quotation-mark-gray-@2.png);
    background-size:30px;
    background-repeat:no-repeat;
    margin-left:48px;
    margin-top:15px;
    width:30px;
    height:30px;
}
.moduletable.mod-testimonials .mod-title{
    margin-bottom: 40px;
}
.moduletable.mod-testimonials .container{
    padding:0;
}

.testimonials-carousel .carousel-inner{
    margin-bottom:8px;
}
.testimonials-carousel .carousel-indicators{
    bottom:0;
    position:relative;
    left:0;
    float:right;
    text-align:right;
    margin-left:0;
    width:50%;
    margin-right:10%;
}
.testimonials-carousel .carousel-indicators li{
    background-color:#50626d;
    border:none;
    border-radius:0;
    width:calc(20% - 8px);
    height:auto;
    margin:0 8px 8px 0;
    display:block;
    float:left;
}
.testimonials-carousel .carousel-indicators li img{
    opacity:0.4;
    -o-transition: opacity 0.3s ease 0.1s;
    -moz-transition: opacity 0.3s ease 0.1s;
    -webkit-transition: opacity 0.3s ease 0.1s;
    transition: opacity 0.3s ease 0.1s;
}
.testimonials-carousel .carousel-indicators li:hover img,
.testimonials-carousel .carousel-indicators li.active img{
    opacity:1;
}
.testimonials-carousel .carousel-caption,
.testimonials-carousel .item .item-image{
    float:left;
}
.testimonials-carousel .carousel-caption{
    background-color:#0055a5;
    min-height: 520px;
    height:auto;
    margin-top:50px;
    left:-20px;
    bottom:unset;
    overflow:visible;
    position:relative;
    /*width: 50%;*/
}
.testimonials-carousel .carousel-caption:before{
}
.testimonials-carousel .carousel-caption .slidetext{
    padding:40px 50px;
}
.testimonials-carousel .item .item-image{
    /*width: 41.66667%;*/
    padding: unset;
    position:relative;
}
.testimonials-carousel .item{
    overflow:visible;
}

.testimonials-carousel .slidetext p:last-child{
    font-size: 87%;
}

/* com_contact
******************************************************/
.contact-details{
    color: #0055a5;
    padding:0;
}
.contact-details > *{
    padding: 0 30px;
}

.contact-details,
.form-col{
    min-height: 525px;
}

.contact-details a,
.contact-details h2,
.contact-details h3,
.contact-details h4{
    color: #0055a5;
}
.contact-address.dl-horizontal dd{
    margin-left: 0;

}
.contact-details > .thumbnail{
    padding: 0;
    max-height: 230px;
    overflow: hidden;
}
.contact .thumbnail{
    border:0;
    padding: 0;
}
.form-col{
    background-color: #f0f0f0;
    padding: 20px 50px;
}
.contact-form .form-group label{
    display: none;
}
.contact-form .form-group{
    position: relative;
}
.contact-form textarea.form-control{
    height: 120px;
}
.contact-form .form-group .asterisc{
    color: #50626d;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 5px;
}
#jform_contact_email_copy-lbl{
    display: inline-block;
    font-weight: 300;
}
.optional{
    font-style: italic;
}
.contact-category .contact-item .img-thumbnail{
    padding: 0;
    border: 0;
    opacity: 0.7
}
.contact-category .contact-item:hover .img-thumbnail{
    opacity: 1;
}
.list-title{
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    top: 38%;
    padding: 15px;
    background-color: transparent;
}
.list-title,
.list-title a,
.list-title h4{
    color: #fff;
    text-decoration: none;
}
.list-title h4{
    text-transform: uppercase;
    font-size: 21px;
}
.contact-map iframe{
    min-height: 350px;
    margin-top: 10px;
}

.contact-address dd{
    margin-bottom:5px;
}

/* Other Items Module - Articles Category
*********************************************/
.moduletable.other-items{
    margin-top:50px;
}
.moduletable.other-items .featured-item > a.project-title{
    display:block;
    text-decoration:none;
}
.moduletable.other-items .featured-item a:hover,
.moduletable.other-items .featured-item a:focus{
    text-decoration:none;
}
.moduletable.other-items .featured-item .item-content{
    border-bottom:solid 5px #0055a5;
    margin-bottom:40px;
    padding-bottom:20px;
    color:#888b8d;
}
.moduletable.other-items .featured-item .item-image .mod-articles-category-readmore{
    text-align:center;
}
.moduletable.other-items .featured-item:hover .item-image .mod-articles-category-readmore {
    bottom: 37%;
}

.moduletable.centered-mod-title .mod-title{
    text-align: center;
    margin-bottom: 50px;
}
.moduletable.centered-mod-title .mod-articles-category-readmore{
    text-align: center;
    margin-top: 30px;
}

/* Business With Us - Table
*********************************************/
table.business-with-us-logos {
  width: 100%;
}

table.business-with-us-logos td {
  padding: 12px;
  margin-top: 30px;
}

/* Search Styles
*********************************************/
#module-87 .search form{
    width: 47px;
    height: 46px;
    overflow: hidden;
    position: relative;
}
#module-87.expand .search form{
    width: 250px;
}
#module-87 .search form .button,
#module-87 .search form .btn-open,
#module-87 .search form .btn{
    position: absolute;
    right: 0;
    font-size: 18px;
    line-height: 1;
    padding: 16px 12px 8px 12px;
    height: 46px;
    top:0;
    vertical-align: middle;
    background-color: #50626d;
}
#module-87 .search form .button .glyphicon{
    top:0;
}
#module-87 .search form .button.btn-sm{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 10px;
}
#module-87 .search form .form-control{
    position: absolute;
    left: -100px;
    height: 46px;
    padding: 8px 12px;
    border-color: #50626d;
    opacity:0;
    border-radius:0;
}
#module-87.expand .search form .form-control{
    left: 0;
    border-color: #fff;
    opacity:1;
}
#module-87.expand .search form .button{
    z-index: 1;
}
#module-87.expand .search form .btn-open{
    z-index: -1;
}

/* Full Screen Collapsible Nav
*********************************************/
.full-w-collapsible{
    position:static;
}
.full-w-collapsible .collapsing,
.full-w-collapsible .collapse.in{
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 998;
    background-color: #fff;
    top: 0;
    left: 0;
    text-align:center;
}
nav.navbar{
    font-size:13px;
}
.navbar-toggle{
    background-color:#FFF;
    position:absolute;
    z-index:9999;
    right:0;
    margin-right:0;
}
.navbar-toggle.collapsed{
    background-color:#ffffff;
    position:relative;
    z-index:unset;
    margin-right:-10px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
    background-color:#FFF;
}
.navbar-default .navbar-toggle.collapsed:hover,
.navbar-default .navbar-toggle.collapsed:focus{
    background-color:#0055a5!important;
}

.full-w-collapsible .collapse.in .dropdown-menu{
    text-align:center;
}

/* Bottom Modules
*********************************************/
.moduletable.bottom-custom-link h4{
    margin-top:15px;
    margin-left:50px;
}
#subscribe-form{
    margin-top:4px;
}

/*****************************************
/ TRANSITIONS
*********************************************/
#module-87 .search form,
#module-87 .search form .button,
#module-87.expand .search form .form-control,
.blogcover .items-row .item .readmore,
.blogcover .items-row .item .page-header,
.item-video > a.linktomodal:before,
.moduletable.other-items .featured-item .item-image .mod-articles-category-readmore,
.animate-cat-link .child-cat *,
.reports-cover .document_list .document > a *{
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
#loader-wrapper,
#loader-wrapper.loading-completed,
a img,
.blog .item .readmore .btn,
.mod-articles-category-readmore a,
.item-video .glyphicon,
a.read-more,
.quickmenu.nav > li.deeper.parent ul li a,
.quickmenu.nav > li.deeper.parent > ul > li > a:after,
.quickmenu.nav > li.deeper.parent ul li a::before,
.feature-news.news-with-photo .item,
.readmore-arrow,
.readmore-arrow:after{
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}

.blogcover .items-row .item .item-image img,
.full-cover .blogcover .items-row .item,
.contact-category .contact-item{
    transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
}
.full-cover .blogcover > .items-row > [class*="col-"],
.reports-cover .document_list > [class*="col-"]{
    max-width:400px;
}

.brochures .items-row > *[class^='col-']{
    padding: 0 25px;
}

.brochures .blogcover .items-row{
    margin-bottom: 50px;
}
/*****************************************
/ End TRANSITIONS
*********************************************/



/* Styles Specified in the Editor options
******************************************************/
.downloads-list{
    list-style: none;
    margin: 30px 0 20px 0;
    padding: 0;
}
.downloads-list > li > a{
    display: inline-block;
    color: #0055a5;
    background-color: #bcd6ee;
    border: none;
    margin-bottom: 10px;
    padding: 10px 16px 10px 70px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    min-width: 320px;
    text-decoration: none;
    font-size: 13px;
    font-weight:600;
    position: relative;

}
.downloads-list > li > a:before{
    content: "\e025";
    color:#fff;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #0055a5;
    height: 100%;
    padding: 10px 16px;
    position: absolute;
    top: 0;
    border: solid 1px #0055a5;
    left: 0;
}
.downloads-list > li > a:hover{
    color:#fff;
    background-color:#0055a5;
}
.content-highlights{
    /*border-top:solid 5px #50626d;*/
    border-bottom:solid 5px #50626d;
    padding:7px 0 20px 0;
}
.content-highlights hr {
    margin-top: 15px;
}
.content-highlights h4{
    margin-top:0;
}
.content-highlights .lead{
    margin-bottom:5px;
}
.by-numbers strong{

}
.key-numbers h2{
    font-weight:bold;
}
.key-numbers:after{
    content:'';
    display:block;
    border-bottom:solid 6px #f0f0f0;
}
.blueline{
    border-bottom:solid 5px #0055a5;
}
.redline{
    border-bottom:solid 6px #50626d;
}

#module-99 .mod-title{
    text-align: center;
}
.timeline_footer{
    display:none;
}

/**** Mailchimp ***/
#mc-embedded-subscribe-form{
    padding: 8px;
}
#subscribe-form > #wrap-form,
#subscribe-form > h4{
    float:left;
}
#subscribe-form > h4{
    margin-right: 15px;
    width:70px;
}
#mce-EMAIL{
    background-color: transparent;
    border: none;
    border-bottom: solid 4px #0055a5;
    color: #fff;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
#mc-embedded-subscribe-form.form-inline .form-control {
    width: 200px;
}
    
#mc-embedded-subscribe-form .btn-lg{
    padding: 12px 20px;
    font-size: 17px;
}
#mc-embedded-subscribe-form .input-lg{
    font-size: 17px;
}


#mc-embedded-subscribe-form input.inputbox::-webkit-input-placeholder,
#mc-embedded-subscribe-form .form-control::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    color: #fff;
}
#mc-embedded-subscribe-form input.inputbox::-moz-placeholder,
#mc-embedded-subscribe-form .form-control::-moz-placeholder{ /* Firefox 19+ */
    color:#fff;
}
#mc-embedded-subscribe-form input.inputbox:-ms-input-placeholder,
#mc-embedded-subscribe-form .form-control:-ms-input-placeholder{ /* IE 10+ */
    color: #fff;
}
#mc-embedded-subscribe-form input.inputbox:-moz-placeholder,
#mc-embedded-subscribe-form .form-control:-moz-placeholder{ /* Firefox 18- */
    color: #fff;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* Media Queries
*********************************************/
@media (min-width: 1200px) {
    #main-navigation{
        float: right;
    }
    .feature-news.news-with-photo .item-content {
        width: 55%;
    }
    .page main #bodycontent-col > *{
        max-width: 85%;
    }

    .page main #bodycontent-col.col-md-12 > *,
    .page main #bodycontent-col > .moduletable{
        max-width: 100%;
    }

    .feature-pieces .tiles-row .item .item-wrap .feature-item-content {
        padding: 40px;
    }

    /* Carousel */
    .carousel-caption {
        right:25%;
        left:20%;
    }
    
    .carousel-caption .slidetext h1,
    .carousel-caption .slidetext h2{
        font-size:36px;
    }
   /* .page .item-page{
        max-width:90%;
    }*/

    /* Typography */
    .feature-item-content h1, 
    .feature-item-content h2{
        font-size: 28px;
    }
    
    .form-col{
        padding: 20px 80px;
    }
    
    #mc-embedded-subscribe-form.form-inline .form-control {
        width: 240px;
    }
    
}
    
@media (min-width: 992px) {
    .page main #bodycontent-col > *{
        max-width: 90%;
    }
    .page main #bodycontent-col.col-md-12 > *,
    .page main #bodycontent-col > .moduletable{
        max-width: 100%;
    }
    .values-block > .col-md-4{
        text-align:right;
    }
}

@media (max-width: 991px) {
    #bodycontent-col.pull-right {
        float: none !important;
    }
    .values-block {
        text-align: center;
    }
    #mc-embedded-subscribe-form.form-inline .form-control {
        width: 150px;
    }
    .form-group.mc-field-group {
        display: inline-block;
    }

    .item-video:hover .item-title {
        bottom: 5px;
    }
    .item-video > a.linktomodal:hover::before {
        padding: 7px 38px 7px 11px;
        margin-left: -47px;
    }
    .item-video:hover .glyphicon {
        font-size: 18px;
        margin-left: 18px;
    }

    .moduletable.partners-menu ul.quickmenu,
    .moduletable.markets-menu ul.quickmenu,
    .moduletable.bg-featureblock .custom.bg-featureblock,
    .moduletable.bg-featureblock .bg-featureblock {
        min-height: 500px;
    }
    .moduletable.bg-featureblock .custom.bg-featureblock,
    .moduletable.bg-featureblock .bg-featureblock{
        padding:25px;
    }
    .moduletable.bg-featureblock .mod-title,
    .moduletable.bg-featureblock .mod-title{
        left:40px;
    }
    .moduletable.bg-featureblock .lead {
        font-size: 26px;

    }
    .quickmenu.nav > li.deeper.parent ul li a {
        font-size: 14px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .feature-pieces .tiles-row .item .item-wrap .feature-item-content {
        padding: 20px;
    }

    .feature-news.news-with-photo .item-content{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    .feature-news.news-with-photo .item .item-image img{
        min-height: auto;
    }
    /* Carousel */
    .carousel-caption{
        height:70%;
    }
    .carousel-caption .slidetext {
        padding-left: 84px;
    }
    .carousel-caption .slidetext h1,
    .carousel-caption .slidetext h2{
        font-size:26px;
    }

    /* Typography */
    .feature-item-content h1, 
    .feature-item-content h2{
        font-size: 18px;
    }
    .tiles-row .item-wrap .item-title, 
    .tiles-row .item-wrap .item-title a{
        font-size: 14px;
        padding: 30px 0 0 20px;
    }

    .content-highlights.pull-right {
        float: initial!important;
        margin: 0 10px 30px 10px;
    }

    .testimonials-carousel .carousel-indicators {
        width: 68%;
        margin-right: 1.5%;
    }
    .carousel-control .icon{
        height:70px!important;
    }
}

@media (min-width: 768px) {
    .video-in-modal .modal-dialog{
        width:auto;
        margin:10px;
    }

    /**** Mailchimp ***/
    #subscribe-form{
    }

    /* Brand Tick
    *********************************************/
    .tickmark {
        display:inline-block;
        width: 117px;
        height:270px;
        position: relative;
    }
    .tickmark .tickmark-left-arm{
        content:"";
        position: absolute;
        width:39px;
        height:0x;
        background-color:#7BC143;
        left:-135px;
        bottom: 430px;
        opacity:0;
        -ms-transform: skewX(20deg);/*  IE 9 */
        -webkit-transform: skewX(20deg);  /*Chrome, Safari, Opera */
        transform: skewX(20deg);
        transition: all 0.6s ease 0s;
        -moz-transition: all 0.6s ease 0s;
        -webkit-transition: all 0.6s ease 0s;
    }
    .next.left .tickmark-left-arm{
        left:-36px;
        height:350px;
        bottom: 0;
        opacity: 1;
    }
    .active .tickmark-left-arm{
        left:0;
        height: 157px;
        bottom: 0;
        opacity: 1;
    }
    .active.left .tickmark-left-arm{
        left:33px;
        height:0px;
        bottom: 0;
        opacity: 0;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }

    .tickmark .tickmark-right-arm{
        content:"";
        position: absolute;
        width:39px;
        height:0;
        background-color:#7BC143;
        right:50px;
        bottom:0;
        -ms-transform: skewX(-20deg);/*  IE 9 */
        -webkit-transform: skewX(-20deg);  /*Chrome, Safari, Opera */
        transform: skewX(-20deg);
        transition: all 0.5s ease 0.1s;
        -moz-transition: all 0.5s ease 0.1s;
        -webkit-transition: all 0.5s ease 0.1s;
    }
    .next.left .tickmark-right-arm{
        bottom: 0;
        right: 40px;
        height: 60px;
        transition: all 0.7s ease 1s;
        -moz-transition: all 0.7s ease 1s;
        -webkit-transition: all 0.7s ease 1s;
    }
    .active .tickmark-right-arm{
        bottom: 0;
        right: 0;
        height: 270px;
    }
    .active.left .tickmark-right-arm{
        bottom: 340px;
        right: -70px;
        height: 0px;
        opacity: 0;
        transition: all 0.7s ease 0.15s;
        -moz-transition: all 0.7s ease 0.15s;
        -webkit-transition: all 0.7s ease 0.15s;
    }

    .carousel-inner .tickmark{
        position: absolute;
        left: -30px;
        top: -110px;
        z-index: -1;
    }

}

@media (max-width: 767px) {
    #bodycontent-col,
    #right-column{
        max-width: 80%;
        margin: 0 auto 0 auto;
    }
    #bodycontent-col{
        margin: 0 auto 40px auto;
    }
    #bodycontent-col.pull-right{
        float:none!important;
    }
    .feature-news .item.col-sm-4 {
        padding-right: 10px;
        padding-bottom:15px;
        padding-left: 0;
        border-left: none;
        border-bottom: solid 1px #7BC143;
        margin-bottom:22px;
    }
    .moduletable[class*=col-sm]{
        margin-bottom:20px;
    }
    .page header{
        background-size: 100%;
    }
    .page header .page-header > *{
        font-size:30px;
    }
    
    header #header-overlay .container{
        width:100%;
    }
    .featureimage.row,
    .featureimage.row .img-responsive{
        max-height:250px;
    }
    .page #main{
        margin-top:45px;
    }
    header .moduletable[class*=col-sm]{
       margin-bottom:0;
    }
    /* Brand Tick
    *********************************************/
    .carousel-inner .tickmark {
        display:inline-block;
        width: 88px;
        height: 203px;
        position: absolute;
        left: -20px;
        top: -80px;
        z-index: -1;
    }
    .tickmark-left-arm{
        background-color:#7BC143;
        content:"";
        position: absolute;
        width: 29px;
        height: 118px;
        /*left:-135px;
        bottom: 430px;
        opacity:0;*/
        -ms-transform: skewX(20deg);/*  IE 9 */
        -webkit-transform: skewX(20deg);  /*Chrome, Safari, Opera */
        transform: skewX(20deg);
        transition: all 0.6s ease 0s;
        -moz-transition: all 0.6s ease 0s;
        -webkit-transition: all 0.6s ease 0s;
        left:0;
        bottom: 0;
        opacity: 1;
    }
    .tickmark-right-arm{
        content:"";
        position: absolute;
        width: 29px;
        height: 203px;
        background-color:#7BC143;
        -ms-transform: skewX(-20deg);/*  IE 9 */
        -webkit-transform: skewX(-20deg);  /*Chrome, Safari, Opera */
        transform: skewX(-20deg);
        transition: all 0.5s ease 0.1s;
        -moz-transition: all 0.5s ease 0.1s;
        -webkit-transition: all 0.5s ease 0.1s;
        bottom: 0;
        right: 0;
    }
    /********************************************/

    #main.container-fluid{
       padding-left: 50px;
       padding-right: 50px;
    }
    .values-block .entry {
        max-width: 300px;
        margin: 0 auto;
    }
    /*.contact-category [class*="col-sm"],
    .blog .items-row [class*="col-"],
    .blogcover .items-row .col-sm-6,
    .video-gallery .items-row .col-sm-4{
        max-width: 400px;
        margin: 0 auto 20px auto;
    }*/
    .category-desc{
        margin-bottom:40px;
    }
    .people-profiles .blog .items-row {
        padding-bottom: 15px;
    }
    .people-profiles .intro-image-col {
        width: 48%;
        margin: 0 10px 5px 0!important;
        float: left;
    }
    .moduletable[class*="col-sm"] {
        margin-bottom: 20px;
    }
    .brochures .items-row .col-sm-3 {
        max-width: 250px;
        margin: 0 auto 20px auto;
    }
    #subscribe-form > .pull-left {
        float: none !important;
        margin-left: 10px;
    }
    #mc-embedded-subscribe-form {
        margin-left: 0px;
    }
    #mc-embedded-subscribe{
        margin-top: -6px;
    }
    .quickmenu.nav > li.deeper.parent ul li a {
        font-size: 13px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .moduletable.partners-menu ul.quickmenu,
    .moduletable.markets-menu ul.quickmenu,
    .moduletable.bg-featureblock .custom.bg-featureblock,
    .moduletable.bg-featureblock .bg-featureblock {
        min-height: 450px;
    }
    .moduletable.bg-featureblock .lead {
        font-size: 24px;
    }

    /* Carousel */
    .carousel-caption{
        height:72%;
    }
    .carousel-caption .slidetext{
        padding-left:75px;
    }
    .carousel-caption .slidetext h1,
    .carousel-caption .slidetext h2{
        font-size:22px;
    }
    .blog-featured .item{
        margin-bottom:20px;
    }

    .feature-pieces [class*="col-sm"]{
        margin-bottom: 10px;
    }
    .feature-pieces .tiles-row .item .item-wrap{
        margin-bottom: 8px;
    }
    .form-col{
        padding: 20px 25px;
        margin-top:10px;
    }
    .contact-details{
        position:relative;
        margin:0 10px;
    }
    .contact-details .thumbnail{
        position:absolute;
        height:100%;
        min-height:100%;
        margin-bottom:0;
    }
    .contact-details .thumbnail,
    .contact-details .info{
        width:50%;
        float:left;
    }
    .contact-details .info{
        margin-left:50%;
    }
    .contact-details, 
    .form-col{
        min-height:auto;    
    }
    
    .contact-details .thumbnail > img, 
    .contact-details .thumbnail a > img {
        max-width:unset;
        height:100%;
    }
    .values-group .entry{
        margin-bottom:20px;   
    }

    .testimonials-carousel .item .item-image {
        max-height: 400px;
        overflow: hidden;
    }

    .testimonials-carousel .carousel-caption{
    min-height: 300px;
    height:auto;
    margin-top: 0px;
    left:unset;
    right:unset;
    bottom:unset;
    }

    .testimonials-carousel .carousel-caption .slidetext {
    margin-left: 0px;
    }  

    .testimonials-carousel .carousel-indicators {
        width: 100%;
        margin-right: unset;
    }

    table.business-with-us-logos td {
    display: block;
    padding: 0px;
    width: 200px;
    }
  
    .moduletable.bottom-custom-link h4 {
        margin-left:0;
    }
    
    #bottom-modules .social-menu {
        text-align:left;
    }
    #bottom-modules .social-menu.nav > li {
        float: left;
    }
    #bottom-modules #subscribe-form > h4 {
        width: 140px;
        margin-top: 19px;
    }
    #bottom-modules .moduletable.social-menu {
        margin-top: 40px;
    }
    
}

@media (max-width: 640px) {
    .feature-news .col-xs-4{
        width: 100%;
        float: none;
    }
    .feature-news.news-with-photo .item{
        margin-bottom: 20px;
    }
    .feature-pieces [class*='col-sm']{
        margin-bottom: 20px;
    }

    .grid-item {
        width: 50%;
    }
    .grid-item--width2 {
        width: 100%;
    }
    .feature-pieces [class*="col-sm"]{
        margin-bottom: 10px;
    }
    .feature-pieces .tiles-row .item .item-wrap{
        margin-bottom: 8px;
    }

    /* Extend grid as needed */
    .col-xxs-6{ width: 50%; }

}

@media (max-width: 600px) {
   
    .videos-row .col-xs-4{
        min-width:100%;
        margin:0 auto;
        float:none;
        margin-bottom:20px;
    }
    #main.container-fluid{
       padding-left: 40px;
       padding-right: 40px;
    }
    /* Carousel */
    .carousel-caption{
        height:72%;
        right: 3%;
        left: 3%;
    }
    .carousel-caption .slidetext{
        padding-left:55px;
    }
    .carousel-caption .slidetext h1,
    .carousel-caption .slidetext h2{
        font-size:20px;
    }
    .carousel-inner .tickmark{
        display:none;
    }
    .moduletable.col-xs-6{
        width:100%;
        float:none;
    }
    .feature-news .item.col-sm-4 .col-xs-6{
        width:100%;
    }
}
@media (max-width: 480px) {
    
    .widget-title{
        display:none;
    }
    #top.navbar ul li a{
        padding: 6px 10px;
    }

    /* Carousel */
    .carousel-caption{
        height:80%;
        right: 2%;
        left: 2%;
    }
    .carousel-caption .slidetext{
        padding-left:35px;
        margin-left: 35px;
    }
    .carousel-caption .slidetext h1,
    .carousel-caption .slidetext h2{
        font-size:18px;
    }
    .form-col{
        padding: 20px 25px;
    }
    .contact-details .thumbnail{
        position:static;
    }
    .contact-details .info{
        margin-left:0;
    }
    .contact-details .thumbnail,
    .contact-details .info{
        width:100%;
        float:none;
    }
}
@media (max-width: 300px) {
    main .container-fluid{
       padding-left: 10px!important;
       padding-right: 10px!important;
    }
}