@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,900);

/*========================================================
                    Main layout styles
=========================================================*/
body {
    background: #1c2025;
    font: 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.428571429;
    color: #6a6d6f;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    background: none;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: caret;
}

p {
    margin-bottom: 24px;
    line-height: 26px;
}

h1.navbar-brand_ {
    margin: 0;
    padding: 0;
    float: left;
    height: auto;
    position: relative;
    z-index: 10;
}

h1.navbar-brand_ a {
    display: inline-block;
}

h1.navbar-brand_ a img {
    width: 350px;
}

h2 {
    font: 300 55px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin: 0 0 22px 0;
    color: #014C8F;
}

h2 strong {
    font-weight: 900;
}

h3 {
    font: 30px/33px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #272d33;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

h4 {
    font: 400 20px/24px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #272d33;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.extra-wrap {
    overflow: hidden;
}

.main-content {
    padding: 0;
    background: #ffffff;
}

.main-content.indent {
    padding: 43px 0 0 0;
    background: #ffffff;
}

.center {
    text-align: center;
}

.main {
    position: relative;
}

/* Specific for Silverstripe */

.left {
    float: left;
}

.right {
    float: right;
}

img.left {
    margin-right: 7px;
}

img.right {
    margin-left: 7px;
}

/*========================================================
                    header
=========================================================*/
header {
    margin: 0;
    padding: 0;
    z-index: 11;
}

header .box {
    padding: 21px 0 26px 0;
    background: #ffffff;
    position: relative;
}

header .box h1 img {
    margin-top: 20px;
}

header .box .box1 {
    float: right;
    text-align: right;
}

header .box .box1 .title {
    font: bold 24px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #272d33;
    text-transform: uppercase;
    margin-bottom: 6px;
}

header .box .box1 strong {
    font: 800 32px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #014C8F;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

header .box .box1 strong:before {
    content: "\f10b";
    color: #c9c9c9;
    font-family: FontAwesome;
    font-size: 40px;
    padding-right: 5px;
}

header .box .box1 a.sub-title {
    display: block;
    color: #004A8E;
}

header .box .box1 span {
    display: block;
    color: #777;
    font: 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header .box .box1 span i {
    font-style: normal;
    font-weight: 600;
    color: #272d33;
}

.bg_box {
    background: url(../img/bg_pic.jpg) no-repeat;
    background-attachment: fixed;
    padding: 94px 0 83px 0;
}

.bg_box h1.navbar-brand_ {
    margin: 0;
    position: relative;
    top: 0;
}

/* menu
========================================================*/
nav.tm_navbar {
    border: none;
    padding: 0;
    margin: 0;
    float: none;
    min-height: 0;
    background: none;
}

nav.tm_navbar li {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    padding: 0;
    margin: 0 0 0 46px;
    float: left;
}

nav.tm_navbar li:first-child {
    margin: 0;
}

nav.tm_navbar li a {
    position: relative;
    padding: 29px 0;
    font: 600 17px 'Raleway';
    color: #ffffff;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

nav.tm_navbar li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: transparent;
    content: '';
}

nav.tm_navbar li a:before {
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 7px;
    background: url(../img/tr2.png) center bottom no-repeat;
    content: '';
    display: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

nav.tm_navbar li.active > a {
    color: #ffffff;
    background: none !important;
}

nav.tm_navbar li.active > a:before {
    display: block;
}

nav.tm_navbar li.active > a:after {
    background: #014C8F;
}

nav.tm_navbar li.active > span {
    color: #ffffff !important;
}

nav.tm_navbar li:hover > a {
    color: #ffffff;
    background: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

nav.tm_navbar li:hover > a:before {
    display: block;
}

nav.tm_navbar li:hover > a:after {
    background: #014C8F;
}

nav.tm_navbar li:hover > span {
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

nav.tm_navbar .sfHover > a {
    color: #ffffff;
    background: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

nav.tm_navbar .sfHover > a:before {
    display: block;
}

nav.tm_navbar .sfHover > a:after {
    background: #014C8F;
}

nav.tm_navbar .sfHover > span {
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

nav.tm_navbar li span {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 14px;
    color: #ffffff;
    font-size: 14px;
    z-index: 0;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
    position: absolute;
    display: none;
    width: 270px;
    top: 80px;
    left: 0;
    list-style: none !important;
    zoom: 1;
    z-index: 11;
    background: #ffffff;
    padding: 30px 0 0 0;
    margin: 0;
    border: 1px solid #d9d9d9;
}

nav.tm_navbar .sub-menu > ul li {
    background: none;
    border: none;
    width: auto;
    float: none;
    margin: 0 0 17px 0;
    padding: 0 0 16px 0;
    display: block;
    padding-left: 30px;
    border-bottom: 1px solid #d9d9d9;
}

nav.tm_navbar .sub-menu > ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

nav.tm_navbar .sub-menu > ul li a {
    background: none !important;
    padding: 0;
    margin: 0;
    float: none;
    text-transform: none;
    font: 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #272d33;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

nav.tm_navbar .sub-menu > ul li a:after, nav.tm_navbar .sub-menu > ul li a:before {
    display: none;
}

nav.tm_navbar .sub-menu > ul li span {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 3px;
    left: auto;
    width: auto !important;
    color: #014C8F;
    font-size: 14px;
}

nav.tm_navbar .sub-menu ul > li a:hover {
    text-decoration: none;
    color: #014C8F !important;
    background: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

nav.tm_navbar .sub-menu ul li.sfHover > a {
    text-decoration: none;
    color: #014C8F !important;
    background: none;
}

/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
    position: absolute;
    display: none;
    width: 270px;
    top: -31px;
    left: 100%;
    list-style: none !important;
    zoom: 1;
    z-index: 11;
    background: #ffffff;
    padding: 30px 0 0 0;
    border: 1px solid #d9d9d9;
}

nav.tm_navbar .sub-menu ul ul li {
    background: none;
    border: none;
    width: auto;
    float: none;
    margin: 0 0 17px 0;
    padding: 0 0 16px 0;
    display: block;
    padding-left: 30px;
    border-bottom: 1px solid #d9d9d9;
}

nav.tm_navbar .sub-menu ul ul li a {
    background: none !important;
    padding: 0;
    margin: 0;
    float: none;
    text-transform: none;
    font: 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #272d33;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

nav.tm_navbar .sub-menu ul ul li a:hover {
    color: #014C8F !important;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.select-menu {
    display: none !important;
}

nav.navbar ul.nav > li:last-child {
    margin-left: 36px!important;
}

nav.navbar ul.nav > li:last-child > a {
    background-color: #014C8F!important;
    padding: 29px 10px!important;
}

/*========================================================
                    -Content-
=========================================================*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    border: none;
    z-index: 20;
    width: 27px;
    height: 19px;
    background: url(../img/top2.png) no-repeat;
    text-indent: -999px;
}

#toTop:hover {
    outline: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.who-box {
    padding: 0;
    overflow: hidden;
}

.who-box .col-lg-4 {
    margin-bottom: 40px;
}

.thumb-box1 {
    overflow: hidden;
}



.thumb-box1 .box {
    /* padding: 140px 0 25px 27px; */
    margin-bottom: 30px;

    position: relative;
}

.home-categories-container {
    margin-top:  4em;
}

p.home-page-blurb {
    text-align:  center;
    width: 90%;
}

.container.home-cats {
    width:  90%;
}

.thumb-box1 .box img.thumb-image {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-box1 .box em {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/gradient1.png) repeat-y;
    display: block;
    z-index: 1;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-box1 .box strong {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/gradient3.png) repeat-y;
    display: block;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-box1 .box .title {
    font: 900 55px/1em 'Raleway';
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0;
}
.thumb-box1 .box .home-cat-title {
    font-size: 2.2em;
    font-weight: bold;
    letter-spacing: 0.04em;
} 
.thumb-box1 .box p {
    color: #ffffff;
    font: 15px/26px 'Raleway';
    margin: 0;
}
a.fa.fa-angle-right.home-page-arrow {
    height:  40px;
    width:  40px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 39px;
    background: #014C8F;
    line-height: 1;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    z-index: 2;
}
.thumb-box1 .box a {
    color: #ffffff;
    text-align: center;
    width: 80px;
    height: 80px;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 55px;
    background: #014C8F;
    line-height: 74px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    z-index: 2;
}
.thumb-box1 .box a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.thumb-box1 .box .caption {
    position: absolute;
    z-index: 2;
    width: 70%;
    bottom: 25px;
    left: 25px;
}
.thumb-box1 .box:hover strong {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-box1 .box:hover em {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-box1 .box:hover a {
    background: #272d33;
}
.thumb-box2 {
    overflow: hidden;
    padding: 12px 0 18px 0;
}
.thumb-box2 .title {
    font: 900 55px/58px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    color: #014C8F;
    text-transform: uppercase;
}
.thumb-box2 .description {
    font: 300 55px/58px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 13px 0;
    color: #014C8F;
    text-transform: uppercase;
}
.thumb-box3 {
    padding: 50px 0 50px 0;
    overflow: hidden;
    background-position: center center;
    position: relative;
    background-image: url(../img/bg_pic.jpg);
    background-attachment: fixed;
}
.thumb-box3 .caption {
    max-width: 50%;
    background: #014C8F;
    position: relative;
    background: rgba(1, 76, 143, 0.65);
    padding: 46px 0 45px 34px;
}
.thumb-box3 .caption .title {
    font: 900 70px/60px 'Raleway';
    color: #fff;
    letter-spacing: -1px;
    text-transform: uppercase;
    word-wrap: break-word;
    margin-bottom: 0;
    width: 95%;
}
.thumb-box3 .caption .description {
    font: 500 55px/58px 'Raleway';
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 13px 0;
    width: 95%;
    letter-spacing: -1px;
}
.thumb-box3 .caption p {
    color: #fff;
    margin: 0;
    width: 75%;
    padding-right: 10px;
}
.thumb-box3 .caption a {
    color: #fff;
    text-align: center;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 55px;
    line-height: 74px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-box3 .caption a:hover {
    background: #272d33;
    border-color: #272d33;
}
.thumb-box4 {
    overflow: hidden;
    padding: 43px 0 0 0;
}

.thumb-box4 .title {
    font: 300 55px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #272d33;
}

.thumb-box4 .title strong {
    font-weight: 900;
}

.thumb-box5 {
    padding: 50px 0 50px 0;
    overflow: hidden;
    background-position: center center;
    position: relative;
    background-image: url(../img/bg_pic1.jpg);
    background-attachment: fixed;
}

.thumb-box5 .caption {
    width: 585px;
    background: #272d33;
    position: relative;
    background: rgba(39, 45, 51, 0.85);
    padding: 46px 0px 45px 34px;
}

.thumb-box5 .caption .title {
    font: 900 83px/78px 'Raleway';
    color: #fff;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 0;
    width: 100%;
}

.thumb-box5 .caption .description {
    font: 500 55px/58px 'Raleway';
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 13px 0;
    width: 100%;
    letter-spacing: -1px;
}

.thumb-box5 .caption p {
    color: #fff;
    margin: 0;
    width: 75%;
}

.thumb-box5 .caption a {
    color: #fff;
    text-align: center;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 55px;
    line-height: 74px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.thumb-box5 .caption a:hover {
    background: #014C8F;
    border-color: #014C8F;
}

.thumb-box8 {
    padding: 50px 0;
    overflow: hidden;
    background-position: center center;
    position: relative;
    background-image: url(../img/stock_jobs3.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.thumb-box8 h2 {
    color: #ffffff;
    font-weight: 500;
}

.thumb-box8 .box {
    background: #014C8F;
    background: rgba(1, 76, 143, 0.85);
    padding: 49px 30px 0 30px;
    overflow: hidden;
}

.thumb-box11 {
    padding: 50px 0;
    overflow: hidden;
    background-position: right top;
    position: relative;
    background-image: url(../img/bg_pic3.jpg);
    background-attachment: fixed;
}
.thumb-box11 h2 {
    color: #ffffff;
    font-weight: 500;
}
.thumb-box11 .box {
    background: #014C8F;
    background: rgba(1, 76, 143, 0.85);
    padding: 49px 30px 0 30px;
    overflow: hidden;
}


/* thumbs
========================================================*/
.thumb-pad1 {
    margin: 0;
    overflow: hidden;
}

.thumb-pad1 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}

.thumb-pad1 .thumbnail figure {
    margin: 0 30px 0 0;
    float: left;
}

.thumb-pad1 .thumbnail figure img {
    width: 100%;
}

.thumb-pad1 .caption {
    padding: 0;
    overflow: hidden;
    color: #6a6d6f;
}

.thumb-pad2 {
    margin: 0 0 21px 0;
    overflow: hidden;
}

.thumb-pad2 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}

.thumb-pad2 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
}

.thumb-pad2 .thumbnail .caption h3 {
    color: #ffffff;
    margin-bottom: 7px;
}

.thumb-pad2 .thumbnail .caption p {
    color: #ffffff;
}

.thumb-pad2 figure {
    margin: 0 0 24px 0;
}

.thumb-pad2 figure img {
    width: 100%;
}

.thumb-pad2-1 {
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
    background: #20acb8;
    text-align: center;
}

.thumb-pad2-1 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}

.thumb-pad2-1 .thumbnail .caption {
    padding: 0 45px;
}

.thumb-pad2-1 .thumbnail .caption .title {
    font: 300 30px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}

.thumb-pad2-1 .thumbnail .caption p {
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}

.thumb-pad2-1 .thumbnail .caption a {
    display: inline-block;
}

.thumb-pad2-1 .thumbnail .caption a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.thumb-pad2-1 figure {
    margin: 0 0 31px 0;
}

.thumb-pad2-1 figure img {
    width: 100%;
}

.thumb-pad3 {
    margin: 0 0 30px 0;
}

.thumb-pad3 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}

.thumb-pad3 .thumbnail .caption {
    padding: 23px 20px 32px 20px;
    overflow: hidden;
    border: 1px solid #dadbdc;
}

.thumb-pad3 .thumbnail .caption a {
    color: #272d33;
    font: 30px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.thumb-pad3:hover .thumbnail .caption h3 {
    color: #014C8F;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.thumb-pad3 .thumbnail .caption p {
    margin: 6px 0 0 0;
}

.thumb-pad3 .thumbnail figure {
    margin: 0;
}

.thumb-pad3 .thumbnail figure img {
    width: 100%;
}

/* btn
========================================================*/
.btn-default.btn1 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 0 30px;
    font: 500 19px/70px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #272d33;
    text-transform: uppercase;
    border-radius: 0;
    color: #ffffff;
    float: none;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.btn-default.btn1:hover {
    color: #ffffff;
    background: #014C8F;
    text-decoration: none;
}

.btn-default.btn2 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 0 42px;
    font: 15px/50px 'Open Sans';
    background: #e74c3c;
    text-transform: uppercase;
    border-radius: 0;
    color: #ffffff;
    float: none;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.btn-default.btn2:hover {
    color: #ffffff;
    background: #2a2a2a;
    text-decoration: none;
}

.btn-default.btn3 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 0 30px;
    font: 600 18px/46px 'Open Sans';
    background: #222;
    border: 1px solid #000000;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 0;
    float: none;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.btn-default.btn3:hover {
    color: #222;
    background: transparent;
    text-decoration: none;
}

.btn-default.btn5 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 0 30px;
    font: 500 19px/70px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #014C8F;
    text-transform: uppercase;
    border-radius: 0;
    color: #ffffff;
    float: none;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.btn-default.btn5:hover {
    color: #ffffff;
    background: #272d33;
    text-decoration: none;
}

/* case study specific items 
===========================================================*/
.case-studies-banner {
    background-color:  #024b8e;
    color:  white;
    text-align:  center;
    padding:  4em 0;
}

.case-study-more {
   padding:  0px;
   margin:  0px;
}

.case-text {
    margin:  0px;
    padding:  0px;
    background-color: #eeeeee;
}


.thumb-box4.case-studies:nth-child(even) .case-text {
    float:  left; 
}

.thumb-box4.case-studies:nth-child(even) .case-study-links {
    float:  left; 
}

.thumb-box4.case-studies:nth-child(odd) .case-text {
    float:  right; 
}


.thumb-box4.case-studies:nth-child(odd) .case-study-links {
    float:  right; 
}


.case-studies-blue {
    text-align:  center;  
}

.case-text-wrapper {
  float:  left;

}
h2.white-title {
    color:  white;
    font-weight:  bold;
}

h3.case-title {
    color: #024E8B;
    font-weight:  bold;
    font-size:  3em;
    line-height:  0.8em;
}

a.more-info {
    border: 0px !important;
    font-size: 1.5em !important;
    width: 150px;
}

.thumb-box4.case-studies {
    padding: 0px;
    margin:  0px;
}

.thumb-box3.case-study-links {
    padding: 154px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height:  400px;
}

h5.title.wow.fadeIn.mayflower-provides.animated{
    color:  #014C8F;
    font-weight:  bold;
    text-transform: none;
    font-size: 1.5em;
    padding-bottom: 1em;
}

li.fa.fa-angle-right.what-we-do, 
p.what-we-do {
    color:  #014C8F !important;
}

a.more-info {
    font-size: 1em !important;
}

li.fa.fa-angle-right.what-we-do {
    border-bottom:  none;
}

/* .container.banner-titles {
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    margin-top: 10%;
}

.banner-titles h2 {
    font: 900 25px/1em 'Raleway';
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0;
    font-size:  4.5em;
} */

.contact-button {
    background-color: #f15a24;
    border:  none;
    padding:  1em;
    width: 20%;
}
.contact-button a {
    color:  white;
    text-transform:  uppercase;
}

.thumb-box3.case-study-home {
    background-size: cover !important;
}
.caption.cases {
    padding: 50px 20px;
    height:  400px;
}

p.more-title {
    font-size: 2.5em;
    text-transform: uppercase;
    padding-bottom: 0.5em;
    width: 100% !important;
}

.work-with-us-box{
    color:  white;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    position:  relative;
    height:  400px;
}

.work-with-us-box.box-with-form {
    height: auto!important;
}

.work-with-us-box.box-with-form h3.title {
    margin-bottom: 1em;
}

.case-bottom {
    padding:  4em 0;
}
.case-bottom > h3 {
    color:  white;
    letter-spacing: 0.04em;
    line-height:  1em;
}
.case-bottom > h3.subtext {
    font-weight:  100 !important;
    text-transform: none;
    font-size: 1.5em;
}
.case-bottom h3.title {
    font-weight:  bold;
    margin-top:  1em;
}
.case-bottom > .bottomBtn {
    margin-top:  0.5em;
}
.case-bottom > span {
    color: white;
    font-size: 1em;
    text-transform:  uppercase;
   
}

.case-bottom > span:after {
    content: "";
    position: absolute;
    height: 73px;
    border-bottom: 1px solid white;
    top: 0;
    width: 60%;
    left: 8%;
    margin-left: 50px
}

.case-studies-intro-block {
    height:  50px;
    width:  80%;
    margin:  4em auto;
    padding-bottom:  0;
    margin-bottom:  0;

}

.case-studies-intro > span {
    color: #014C8F;
    font-size: 1em;
    text-transform:  uppercase;
    font-weight:  500;
 }
.case-studies-intro >span:after {
    content: "";
    position: absolute;
    height: 11px;
    border-bottom: 1px solid #014C8F;
    top: 0;
    width: 65%;
    left: 8%;
    margin-left: 50px
}
.case-study-home a.font-page {
    border:  none;
    font-size:  1em;
    width: 20%;
    bottom: 0;
}
.case-study-home a.font-page:hover {
    background: transparent;
}
.thumb-box3.case-study-home {
    height:  500px;
}
.container .home-cases {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.section.home-page-case-studies:nth-child(even) .container.home-cases {
    float:  left; 
}
 .section.home-page-case-studies:nth-child(even).container.home-cases.caption.wow.fadeInRight.case-study-home{
    float:  left; 
}

.section.home-page-case-studies:nth-child(odd) .container.home-cases {
    float: right;
}
.section.home-page-case-studies:nth-child(odd) .caption.wow.fadeInRight.case-study-home {
    float: right;
}

.thumb-box3.container.home-cases  p.title {
    font-size:  2em !important;
    font-weight: bold !important;
}
/* list
========================================================*/
.list1 {
    margin: 0 0 23px 0;
    padding: 0;
    list-style: none;
}

.list1 li {
    line-height: 1.428571429;
    margin: 0 0 1px 0;
    padding: 0 0 1px 0;
    font-size: 30px;
    color: #272d33;
    border-bottom: 1px solid #dadbdc;
    position: relative;
    display: block;
}

.list1 li:before {
    position: absolute;
    left: 20px;
    top: 6px;
    background: none;
    content: "\f105" !important;
    font-family: FontAwesome;
    content: '';
}

.list1 li h4 {
    color: #014C8F;
    font: 600 25px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    background: transparent;
    padding: 17px 0 5px 46px;
    display: block;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.list1 li a {
    color: #014C8F;
    font: 600 19px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    background: transparent;
    padding: 17px 0 18px 46px;
    display: block;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.list1 li p {
    color: #6a6d6f;
    font: 400 15px/26px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 46px 20px 46px;
    margin-bottom: 0;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    text-align: justify;
}

.list1 li:hover .item {
    background: #014C8F;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.list1 li:hover .item h4,
.list1 li:hover .item p {
    color: #ffffff;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.list1 li:last-child {
    border-bottom: none;
}

.list1-1 {
    margin: 0 0 23px 0;
    padding: 0;
    list-style: none;
}

.list1-1 li {
    font-size: 15px;
    line-height: 1.428571429;
    margin: 0 0 1px 0;
    padding: 0 0 1px 0;
    font-size: 30px;
    color: #ffffff;
    border-bottom: 1px solid #014C8F;
    position: relative;
    display: block;
}

.list1-1 li:before {
    position: absolute;
    left: 20px;
    top: 6px;
    background: none;
    content: "\f105" !important;
    font-family: FontAwesome;
    content: '';
}

.list1-1 li a {
    color: #ffffff;
    font: 600 19px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    background: transparent;
    padding: 17px 0 18px 46px;
    display: block;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.list1-1 li:hover {
    color: #ffffff;
}

.list1-1 li:hover a {
    color: #ffffff;
    background: #272d33;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.list1-1 li:last-child {
    border-bottom: none;
}

.list4 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list4 li {
    font-size: 15px;
    line-height: 1.428571429;
    margin-bottom: 37px;
    overflow: hidden;
}

.list4 li time {
    font: 500 17px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #014C8F;
    text-transform: uppercase;
    margin-bottom: 2px;
    display: block;
}

.list4 li p {
    margin-bottom: 0;
}

.list5 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list5 li {
    font-size: 15px;
    line-height: 1.428571429;
    margin: 0 0 36px 0;
    overflow: hidden;
}

.list5 li figure {
    float: left;
    margin: 7px 20px 0 0;
}

.list5 li a {
    font: 30px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #272d33;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.list5 li a:hover {
    color: #014C8F;
}

.list5 li p {
    margin-bottom: 5px;
}

.list5 li figure i {
    font-size: 30px;
    color: #014C8F;
}

.list7 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.list7 li {
    font-size: 15px;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 36px;
}

.list7 li .badge {
    margin: 6px 30px 0 0;
    padding: 0;
    border-radius: 100%;
    background: #014C8F;
    text-align: center;
    border: none;
    font: 900 55px/62px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    width: 70px;
    height: 70px;
    float: left;
}

.list7 li p {
    margin-bottom: 0;
}



/*-----subscribeForm-----*/
#newsletter {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

#newsletter .btn-default.btn2 {
    float: left;
}

#newsletter input {
    background: none;
    box-shadow: none;
    border: none;
    font: 300 14px/18px 'Open Sans';
    color: #3e454c;
    text-transform: uppercase;
    background: #ffffff;
    height: 50px;
    width: 380px;
    border-radius: 0;
    padding: 16px 22px;
    margin: 0 9px 0 0;
    float: left;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

#newsletter input:focus {
    outline: none;
    border: none;
}

#newsletter .error {
    position: absolute;
    bottom: 0;
    right: 12px;
    text-align: right;
    display: block;
    overflow: hidden;
    height: 0px;
    font-size: 10px;
    color: #ff530d;
    text-transform: none;
    font-weight: normal;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

#newsletter label {
    position: relative;
    margin-right: 11px;
    float: left;
    border: none;
}

#newsletter label.invalid .error {
    height: 19px;
}

#newsletter .success {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    text-align: center;
    border: none;
    font: 300 14px/18px 'Open Sans';
    color: #3e454c;
    text-transform: uppercase;
    background: #ffffff;
    height: 50px;
    width: 100%;
    border-radius: 0;
    padding: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* SEARCH
========================================================*/
.search-bar {
    position: relative;
    top: 12px;
}
.search-bar form {
    display: block;
    height: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
}
.search-bar .field {
    margin: 0;
    padding: 0;
    right: 0;
    display: inline-block;
}
.search-bar form input.text {
    width: 145px;
    padding: 5px 15px 5px 15px;
    color: #888;
    margin: 0;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #E5E5E5;
    vertical-align: top;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.search-bar form button.action { /* positions the search button icon over the top of the search input */
    font-size: 14px;
    position: relative;
    top: 0;
    left:0;
    cursor: pointer;
    border: none;
    padding: 5px;
    background: none;
    color: #848484;
    border-radius: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.search-bar form button.action:before {
    font-family: 'FontAwesome';
    content: '\f002';
}

.search-bar form button.active,
.search-bar form button.action:hover {
    color: #000;
}
.search-bar form input.text:focus {
    width: 100%;
    position: static;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    border-color: #0184d2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(1, 97, 164, 0.60);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(1, 92, 173, 0.60);
}

.search-list {
    margin: 0 0 23px 0;
    padding: 0;
    list-style: none;
}

.search-list li {
    font-size: 15px;
    line-height: 1.428571429;
    color: #6a6d6f;
    border-bottom: 1px solid #dadbdc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    display: block;
}
.search-list .page-text {
    padding-left: 15px;
}

.search-list li:before {
    position: absolute;
    background: none;
    content: "\f105" !important;
    font-family: FontAwesome;
    content: '';
    font-size: 20px;
}
.search-list .search-result-header {
    font-size: 20px;
    padding-left: 15px;
    text-transform: uppercase;
}
.search-list li:last-child {
    border-bottom: none;
}

/*========================================================
                    footer
=========================================================*/
footer {
    padding: 24px 0;
    position: relative;
    overflow: hidden;
}

footer p {
    font: 12px 'Raleway';
    color: #6a6d6f;
    margin: 0;
}

footer p a {
    color: #6a6d6f;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

footer p a:hover {
    color: #ffffff;
}

footer em {
    font-style: normal;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    float: right;
}

footer ul li {
    overflow: hidden;
    width: 35px;
    height: 34px;
    float: left;
    margin-right: 8px;
}

footer ul li a:hover img {
    margin-top: -34px;
}

footer img.ss-logo {
    height: 30px;
    vertical-align: middle;
    padding-bottom: 3px;
}

/*========================================================
    MAYFLOWER SPECIFIC
========================================================*/

/* BANNER IMAGE
========================================================*/



.banner-box {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    height: 680px;
    text-align:  center;
    
    z-index:  0;
}
/*
.banner-box img.banner-image {
    position: absolute;
    display:block;
    width: 100%;
    z-index: 0;
}
*/
.banner-box .title {
    text-align: left;
    font: 900 55px/1em 'Raleway';
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0;
}

.banner-box .box {
    display: inline-block;
    z-index: 1;
    transform: translateY(66%);
}

.banner-box .caption {
   /*  background: #272d33; */
    position: relative;
   /*  background: rgba(39, 45, 51, 0.8); */
    padding: 40px;
    margin: 50px 0 50px;
    text-align:  center;
}

/*  MAIN TEXT CONTENT BLOCK
========================================================*/

.content-box {
    padding-top: 40px;
    padding-bottom: 25px;
}
.content-box p {
    text-align: justify;
}
.content-box p.title {
    font: 900 55px/58px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    color: #014C8F;
    text-transform: uppercase;
    text-align: left;
}
.content-box p.sub-title,
.content-box p.description {
    text-align: left;
}

.content-box p.description {
    font: 300 55px/58px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 23px 0;
    color: #014C8F;
    text-transform: uppercase;
}

/* EXPERTISE
========================================================*/

.expertise-holder {
    padding-bottom: 40px;
}
.expertise-holder .expertise-item {
    padding-bottom: 50px;
}
.expertise-holder .expertise-banner {
    overflow: hidden;
    background-position: right top;
    position: relative;
}
.expertise-holder .expertise-banner img {
    position: absolute;
    z-index: 0;
    width: 100%;
    opacity: 0.75;
}
.expertise-holder .expertise-banner h2 {
    color: #ffffff;
    font-weight: 600;
    font-size: 40px;
}
.expertise-holder .expertise-banner h2 a {
    color: #ffffff;
}
.expertise-holder .expertise-banner .box {
    background: #014C8F;
    margin: 40px 0 40px 0;
    padding: 20px 20px 0 20px;
    max-width: 600px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.expertise-holder .expertise-banner:hover .box {
    background: #272D33;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.expertise-holder .expertise-banner:hover img {
    opacity: 1;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.expertise-holder .expertise-item-content {
    padding-top: 50px;
    padding-bottom: 15px;
}
.expertise-holder .expertise-item-content p {
    text-align: justify;
}

.expertise-holder .expertise-item-content a h3:hover {
    color: #014C8F;
    -webkit-transition: all 0.25s;
    -moz-transition:  all 0.25s;
    -ms-transition:  all 0.25s;
    -o-transition:  all 0.25s;
    transition:  all 0.25s;
}

.expertise-service-list {
    margin: 0 0 23px 0;
    padding: 0;
    list-style: none;
}
.expertise-service-list li {
    margin: -2px 0 1px 0;
    padding: 0 0 1px 0;
    font-size: 30px;
    color: #272d33;
    border-bottom: 1px solid #dadbdc;
    position: relative;
    display: block;
}
.expertise-service-list li:before {
    position: absolute;
    left: 20px;
    top: 10px;
    background: none;
    content: "\f105" !important;
    font-family: FontAwesome;
    z-index: 1;
}
.expertise-service-list li .item {
    overflow: hidden;
}
.expertise-service-list li img {
    position: relative;
    display: block;
    float:right;
    padding: 0 46px 35px 15px;
}
.expertise-service-list li h4 {
    color: #014C8F;
    font: 600 19px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 17px 0 10px 46px;
    margin-bottom: 0;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.expertise-service-list li p {
    color: #6a6d6f;
    font: 400 15px/26px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 46px 20px 46px;
    margin-bottom: 0;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    text-align: justify;
}
.expertise-service-list li:hover,
.expertise-service-list li:hover h4,
.expertise-service-list li:hover p {
    color: #ffffff;
}
.expertise-service-list li:hover .item {
    background: #014C8F;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.expertise-service-list li:last-child {
    border-bottom: none;
}

/* THUMBS
========================================================*/
.base-thumb .thumbnail figure img {
    opacity: 0.8;
}
.base-thumb .thumbnail:hover {
    background-color: #272D33;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.base-thumb .thumbnail:hover .caption {
    border: 1px solid #272D33 !important;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.base-thumb .thumbnail:hover .caption h3,
.base-thumb .thumbnail:hover .caption h4,
.base-thumb .thumbnail:hover .caption p {
    color: #FFFFFF;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.base-thumb .thumbnail:hover figure img {
    opacity: 1;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

/* GALLERY ELEMENTS
========================================================*/
.gallery-thumb {
    margin: 0 0 30px 0;
}
.gallery-thumb  .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
.gallery-thumb .thumbnail .caption {
    border-top: none;
}
.gallery-thumb .thumbnail .caption a {
    color: #272d33;
    font: 30px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.gallery-thumb:hover .thumbnail .caption h3 {
    color: #014C8F;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.gallery-thumb .thumbnail .caption p {
    margin: 6px 0 0 0;
    text-align: justify;
}
.gallery-thumb .thumbnail figure img {
    width: 100%;
    opacity: 0.8;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.gallery-thumb:hover .thumbnail figure img {
    opacity: 1;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.gallery-thumb .thumbnail .full-description {
    display: none;
}

/* GALLERY MODAL
========================================================*/
.gallery-modal .modal-body {
    padding: 20px 0 20px 0;
}
.gallery-modal .modal-image-container {
    background: #E5E5E5;
}
.gallery-modal .modal-image-container img {
    margin: 0 auto;
    display: block;
    width: 70%;
}
.gallery-modal .modal-description {
    padding: 20px 30px 0 30px;
    text-align: justify;
}

/* ACCREDITATION
========================================================*/

.acc-thumb .thumbnail figure img {
    width: 250px;
}
.acc-thumb .thumbnail .img-container {
    display:inline-block;
    float:left;
    padding-right: 20px;
}
.acc-thumb .thumbnail .description {
    text-align: justify;
}
.acc-thumb .thumbnail .text-container {
    display:block;
}

/* TESTIMONIALS
========================================================*/
.testimonial-holder {
    padding: 0 0 40px 0;
    display: block;
}
.testimonial {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}
.testimonial p {
    text-align: justify;
    line-height: 17px;
    font-size: 15px;
    font-style: italic;
}
.testimonial .details-right {
    float:right;
    text-align: right;
}
.testimonial .details-left {
    float:left;
    text-align: left;
}
.testimonial .image-container img {
    width: 100%;
}


/* CMS (BLOG/NEWS) SPECIFIC NAV
========================================================*/

.prev-btn, .next-btn {
    padding: 20px;
}
.next-btn {
    text-align: right;
}

.nav-button:hover {
    background: #272D33;
    color: #FFFFFF;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.nav-button:hover h4,
.nav-button:hover h3 {
    color: #FFFFFF;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.bottom-nav-box {
    margin-bottom: 30px;
}
.bottom-nav-box .next-btn {
    text-align: right;
}

/* NEWS
========================================================*/

.news-holder {
    display: block;
    padding-bottom: 40px;
}
.news-item {
    margin-top: 10px;
}
.news-item h1 {
    margin-top: 0;
}
.news-item img.news-thumb {
    width: 100%;
}

/* BLOG
========================================================*/

.blog-holder p {
    text-align: justify;
}

.blog-holder p.sub-title {
    margin-bottom: 5px;
}
.blog-post {
    padding-bottom: 20px;
}
.blog-post h2 {
    font-size: 42px;
    margin-bottom: 8px;
}

.blog-post .thumb {
    float: left;
    width: 350px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.blog-post .thumb img {
    width: 100%;
}

.blog-post .thumb .caption {
    position: absolute;
    background: rgba(39, 45, 51, 0.7);
    padding: 15px 20px 15px 15px;
}

.blog-post .caption p.date {
    color: #FFFFFF;
    font-family: 'Arial';
    font-weight: 800;
    text-transform: uppercase ;
    font-size: 20px;
    margin-bottom: 0;
}

.blog-buttons {
    margin-bottom: 40px;
}
.blog-post .blog-tags p {
    margin-bottom: 5px;
}
.blog-post .blog-tags strong {
    font-weight: 600;
}

/* JOBS
========================================================*/
.job-options {
    padding-bottom: 10px;
}
a.job-option {
    color: #272d33;
    font: 30px/33px "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: -1px;
    text-transform: uppercase;
    padding: 20px;
}
a.job-option:hover {
    background: #272D33;
    color: #FFFFFF;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.job-enquiry-container {
    padding-bottom: 40px;
}
/* CONTACT FORM
========================================================*/
form.contact-form {
    padding-top: 5px;
}
form.contact-form .control-label {
    font-weight: 400;
    color: #999999;
    opacity: 1;
}
form.contact-form .upload-field-group {
    background: #fff;
    color: #999999;
    padding: 10px 0 10px 20px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
form.contact-form .form-control[required]:focus {
    border-color: #014C8F;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(1, 76, 143, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(1, 7, 143, 0.6);
}
form.contact-form .Actions {
    padding-top: 10px;
}
span.message.validation {
    color: #fc342f;
}

/* GOOGLE CONTACT MAP
========================================================*/
.contact-map-box iframe {
    border:0;
    width: 100%;
    height: 400px;
    margin-bottom: -7px;
}

.contact-map-box .overlay {
    background:transparent;
    position:relative;
    width: 100%;
    height:400px; /* your iframe height */
    top:400px;  /* your iframe height */
    margin-top:-400px;  /* your iframe height */
}

/* FOOTER BOX
========================================================*/
.footer-box {
    padding: 53px 0 60px 0;
    /* overflow: hidden; */
    background: #272d33;
}
.footer-box p:not(.alert) {
    color: #ffffff;
    margin-bottom: 15px;
}
.footer-box p.title {
    font: 500 40px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #317CBF;
    text-transform: uppercase;
    margin-bottom: 43px;
}
.footer-box p strong {
    font-size: 17px;
    text-transform: uppercase;
    color: #317CBF;
    font-weight: 500;
}
.footer-box p a {
    color: #34aed6;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.footer-box p a:hover {
    color: #ffffff;
}

.footer-box #made-in-sheffield-logo {
    margin:145px auto 0 auto;
    width:126px;
}

.news-article img {
    width: 100%;
}

a.memberEmail, a.memberEmail:hover {
    color: #ffffff;
}

.mb-20 {
    margin-bottom: 20px!important;
}

/*========================================================
                RESPONSIVE LAYOUTS STYLES
=========================================================*/
@media (min-width: 1220px) {
    .container {
        padding: 0;
    }

    
}

@media only screen and (max-width: 1220px) {
    .caption.cases, .thumb-box3.case-study-links {
        height:  500px;
    }
}

/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
    nav.tm_navbar li a {
        font-size: 17px;
    }
    nav.tm_navbar li {
        margin: 0 0 0 30px;
    }
    .thumb-box1 .box {
        padding: 100px 0 25px 27px;
    }
    .thumb-box1 .box.box1 {
        padding: 45px 0 25px 27px;
    }

    .errorBox img {
        width: 100%;
    }
    /*
        .list1 li a {
            font-size: 12px;
        }
    
        .list1-1 li a {
            font-size: 12px;
        }
    
        .list1 li:before {
            top: 3px;
        }
    
        .list1-1 li:before {
            top: 3px;
        }
    */
}


@media only screen and (max-width: 992px) {
    .caption.cases, .thumb-box3.case-study-links {
        height:  350px;
    }
    .case-studies-intro >span:after, .case-bottom > span:after {
        left: 16%;
    }
}

@media only screen and (max-width: 800px) {
    .home-categories-container {
        margin-top:  6em;
    }
    p.home-page-blurb {
        width:  100%;
    }
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
    #toTop {
        display: none !important;
    }

    .thumb-pad1 .thumbnail figure {
        margin: 0 0 30px 0;
        float: none;
    }

    header {
        text-align: center;
    }

    header .container {
        width: 100%;
    }

    header h1.navbar-brand_ {
        float: none;
        margin-bottom: 25px;
    }

    header .box .box1 {
        float: none;
        text-align: center;
        display: block;
    }

    header .box .box1 strong {
        display: inline-block;
    }

    header .box .box1 a.sub-title {
        display: block;
    }

    .search-bar form input.text {
        width: 100%;
    }

    .thumb-box9 .col-lg-4 {
        margin-bottom: 60px;
    }

    .who-box .col-lg-4 {
        margin-bottom: 60px;
    }
    .thumb-box3 .caption {
        max-width: 80%;
    }

    .thumb-box7 .title {
        font-size: 40px;
    }

    .list1 li a {
        font-size: 20px;
    }

    .list1-1 li a {
        font-size: 20px;
    }

    .list1 li:before {
        top: 3px;
    }

    .list1-1 li:before {
        top: 3px;
    }

    .errorBox img {
        width: 100%;
    }
}

/*===========================================================================================================================*/
@media (max-width: 767px) {
    #toTop {
        display: none !important;
    }

    header {
        text-align: center;
    }

    header h1.navbar-brand_ {
        float: none;
        margin-bottom: 25px;
    }

    header .box .box1 {
        float: none;
        text-align: center;
        display: block;
    }

    header .box .box1 p.title {
        font-size: 20px;
        padding-left:30px;
    }

    header .box .box1 strong {
        display: inline-block;
        font-size: 25px;
    }

    header .box .box1 a.sub-title {
        font-size: 13px;
        margin-bottom: 25px;
    }

    .search-bar form input.text {
        width: 100%;
    }

    h1.navbar-brand_ {
        float: none;
        padding: 0 15px;
    }

    h2 {
        font-size: 40px;
    }


    .select-menu {
        display: block !important;
        padding: 4px 4px 4px 0;
        margin: 15px 0;
        width: 100%;
        border: 1px solid #323232;
        background: #323232;
        color: #ffffff;
        cursor: pointer;
        height: 40px;
        font-size: 14px;
        vertical-align: middle;
    }

    nav.tm_navbar {
        display: block;
        float: none;
    }

    nav.tm_navbar .nav {
        display: none;
    }

    .thumb-box3 .caption {
        width: 100%;
        max-width: 100%;
    }

    .thumb-box3 .caption .title {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0;
    }

    .thumb-box3 .caption .description {
        font-size: 35px;
        line-height: 40px;
    }

   

    .thumb-box5 .caption {
        width: 100%;
    }

    .thumb-box5 .caption .title {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0;
    }

    .thumb-box5 .caption .description {
        font-size: 35px;
        line-height: 40px;
    }

    .thumb-box5 .caption a {
        width: 60px;
        height: 60px;
        font-size: 40px;
        line-height: 55px;
        bottom: 10px;
        right: 10px;
    }

    .content-box p.title {
        font-size: 35px;
        line-height: 40px;
    }

    .content-box p.description {
        font-size: 35px;
        line-height: 40px;
    }

    .thumb-box4 .title {
        font-size: 35px;
        line-height: 40px;
    }

    .list1 li a {
        font-size: 16px;
    }

    .list1-1 li a {
        font-size: 16px;
    }

    .list1 li:before {
        top: 3px;
    }

    .list1-1 li:before {
        top: 3px;
    }

    .thumb-box6 .title {
        font-size: 35px;
        line-height: 40px;
    }

    .thumb-box6 .description {
        font-size: 35px;
        line-height: 40px;
    }

    .thumb-pad1 .thumbnail figure {
        margin: 0 0 30px 0;
        float: none;
    }

    .thumb-pad4 figure {
        margin: 0 25px 0 0;
        float: left;
    }

    .thumb-box9 .col-lg-4 {
        margin-bottom: 60px;
    }

    .who-box .col-lg-4 {
        margin-bottom: 60px;
    }

    .thumb-box7 .title {
        font-size: 40px;
    }

    .thumb-pad3 .thumbnail .caption a {
        font-size: 19px;
    }

    .thumb-box15 .caption {
        padding: 46px 15px 55px 15px;
    }

    .thumb-box15 .caption .title {
        font-size: 30px;
    }

    .thumb-box15 .caption p {
        width: 100%;
    }

    .thumb-box15 .caption a {
        width: 50px;
        height: 50px;
        font-size: 40px;
        line-height: 45px;
        bottom: 10px;
        right: 10px;
    }

    .content_map {
        height: 300px;
    }

    .banner-box .caption {
        padding: 25px;
    }

    .banner-box img {
    }

    .case-bottom > span:after {
        width:  50%;
        margin-left:  60px;
    }

    .case-study-links {
        width:  100%;
    }
}



@media only screen and (max-width: 679px) {
    .caption.cases, .thumb-box3.case-study-links {
        height:  400px;
    }
}

/*===========================================================================================================================*/
@media (max-width: 626px) {
    .thumb-pad4 figure {
        margin: 0 0 25px 0;
        float: none;
    }

    .banner-box .caption {
        padding: 20px;
    }

    .expertise-holder .expertise-item-content h3 {
        font-size: 25px;
    }
    .case-bottom h3.title {
        font-size:  1.8em;
    }
    .case-bottom > h3 {
        font-size:  1.8em;
    }
    .case-text-wrapper {
        width:  100%;
        min-height: 350px;
    }

    .social {
        margin-top:  2em;
    }
}

/*===========================================================================================================================*/
@media (max-width: 560px) {
    h1.navbar-brand_ a img {
        width: 100%;
    }

    .case-studies-intro-block {
        margin:  0 auto;
    }

    header .box h1 img {
        margin-top: 0px !important;
    }

    h2 {
        font-size: 25px;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

    ul {
        margin-left: -30px !important;
    }
    li { line-height: 1.8em !important;}
    .slider { padding: 0px 0 30px 0 !important; }
    .search-bar form input.text { padding:5px 130px 5px 15px !important; }

    .btn-default.btn1, .btn-default.btn5 {
        font: 500 19px/50px "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif !important;
        padding: 0 20px !important;
    }

    .case-bottom {
        padding:  2em 0;
    }

    .case-bottom > span:after {
        height:  40px;
    }

    .case-studies-intro >span:after {
        left:  20%;
    }

    ul.list-inline {
        margin-left: 0em !important;
    }

    .thumb-box1 .box {
        padding: 20px 10px 50px 20px;
    }

    .thumb-box1 .box a {
        bottom: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
        font-size: 30px;
        line-height: 50px;
    }

    .thumb-box1 .box .caption {
        width: auto;
        padding-right: 10px;
        padding-bottom: 10px;
        top: 20px;
    }

    .thumb-box1 .box .title {
        font-size: 30px;
    }

    .banner-box .caption {
        padding: 30px;
    }

    .banner-box .title {
        font-size: 40px;
    }

    a.job-option {
        font-size: 25px;
    }

    .content-box {
        padding-top: 10px !important;
    }
    .content-box p {text-align: left !important;}
    ul.list1 {
        margin-bottom: 0px;
    }
    .footer-box { padding-top: 20px !important; }
    .footer-box p.title {
        margin-bottom: 10px !important;
    }
    .footer-box #Form_NewsletterForm_action_sendNewsletterForm {
        width: 100% !important;
    }
    .footer-box #made-in-sheffield-logo {
        margin-top: 85px !important;
    }
    .expertise-holder .expertise-item { padding-bottom: 20px !important; }
    .expertise-holder .expertise-item-content { padding-top: 20px !important;}
    .expertise-service-list li .item { margin-top: 10px !important;}
    .expertise-holder .expertise-banner img { height: 100% !important;}
    .list7 li .badge { margin: 6px 10px 0 0 !important; width:35px; height: 35px; font: 900 28px/30px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
}

/*===========================================================================================================================*/
@media (max-width: 480px) {
    .thumb-box3 .caption {
        padding: 15px 0 25px 15px;
    }

    .thumb-box3 .caption .title {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 0;
    }

    .thumb-box3 .caption .description {
        font-size: 25px;
        line-height: 30px;
    }

    .thumb-box5 .caption {
        padding: 15px 0 25px 15px;
    }

    .thumb-box5 .caption .title {
        font-size: 35px;
        line-height: 40px;
        letter-spacing: 0;
    }

    .thumb-box5 .caption .description {
        font-size: 25px;
        line-height: 30px;
    }

    .col-xs-6 {
        width: 100%;
        float: none;
    }

    .errorBox img {
        width: 100%;
    }

    .home-categories-container {
        margin-top:  8em;
    }

    .banner-box {
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        margin-bottom: 20px;
    }

    .banner-box h2.title {
        font: 900 25px/1em 'Raleway';
        color: #ffffff;
        text-transform: uppercase;
        width: 100%;
        margin-bottom: 0;
    }

    .banner-box .caption {
        padding: 15px;
    }

    .expertise-holder .expertise-banner h2 {
        font-size: 27px;
        line-height: 30px;
    }

    .expertise-holder .expertise-item-content h3 {
        font-size: 23px;
    }

    .expertise-service-list li img {
        width: 100%;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .expertise-service-list li p {
        padding: 0 10px 0 10px;
    }
    .case-bottom h3.title{
        font-size:  1.5em;
    }

    .case-bottom > h3 {
        font-size: 1.5em;
    }
    h3.case-title {
        line-height:  1em;
    }

    .caption.cases, .thumb-box3.case-study-links {
        height:  450px;
    }

}

@media only screen and (max-width: 439px) {
    .caption.cases, .thumb-box3.case-study-links {
        height:  500px;
    }
    .case-studies-intro >span:after {
        left:  24%;
    }
}
@media only screen and (max-width: 400px) {

    .home-categories-container {
     margin-top: 12em;
    }
}

@media only screen and (max-width: 380px) {
    .caption.cases, .thumb-box3.case-study-links {
        height:  600px; 
    }
     .case-studies-intro >span:after {
        width: 40%;
        margin-left: 5em;
    }

    .case-studies-intro > span {
        margin-left:  0;
    }
}

/*===========================================================================================================================*/
@media (max-width: 320px) {

    .caption.cases, .thumb-box3.case-study-links {
        height:  650px;
    }

    .col-xs-4 {
        width: 100%;
        float: none;
    }

    .col-xs-6 {
        width: 100%;
        float: none;
    }

    .banner-box .caption {
        padding: 10px;
    }

    .banner-box .title {
        font-size: 28px;
    }

    .case-bottom h3.title{
        font-size:  1em;
    }

    .case-bottom > h3 {
    font-size: 1em;
}
}

.filterBtn {
    padding: 0 15px!important;
    font: 500 14px/50px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    margin-bottom: 5px!important;
}

.filterBtn.active {
    color: #ffffff;
    background: #272d33;
    text-decoration: none;
}

.filtersList {
    margin-bottom: 40px;
}

.casestudies-grid:after {
    content: '';
    display: block;
    clear: both;
}

.share-section {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 40px;
}

.share-section .social-share-btn img {
    max-width: 50px;
    margin-right: 8px;
}

.social-share-btn img {
    max-width: 25px;
    margin-right: 3px;
}


/*====================================================================================================================
================================================================*/



/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
