/*--------------------------------------------------------------

# WCB Design Agency Theme custom stylesheet
(includes styles provided by http://underscores.me/ )

--------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Main Colors
# Fonts
# General
# Helpers
# Typography
# Elements
# Navigation
	## Menus
# Accessibility
# Alignments
# Clearings
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
# General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Main colors:

Black (color-1) - #000
White (color-2) - #fff
Blue  (color-3) - #1878AA
Orange (color-4) - #F4802F

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fontface:

Ubuntu - 300, 400, 500, 700
--------------------------------------------------------------*/

@font-face {
  font-family: Myriad Pro;
  src: url('MyriadPro-Regular.otf');
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:focus {
  outline: 0;
}

.entry-content {
  max-width: 1200px;
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/

.color-1 {
  color: black;
}

.color-2 {
  color: white;
}

.color-3 {
  color: #1878aa;
}

.color-4 {
  color: #f4802f;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

html body .nopadding-left.row,
html body .nopadding-left.columns {
  padding-left: 0 !important;
}

html body .nopadding-right.row,
html body .nopadding-right.columns {
  padding-right: 0 !important;
}

.uppercase {
  text-transform: uppercase;
}

.underlined {
  text-decoration: underline;
}

.color-3-button,
.color-2-button,
.color-3-button-smaller {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
}

.color-2-button {
}

.color-2-button:hover {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
}

.color-3-button:hover {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: black;
}

p {
  margin-bottom: 1.5em;
}

a {
  text-decoration: none;
  color: #1878aa;
}

a:hover,
a:focus,
a:active {
  color: #12597d;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

ul#primary-menu.vertical {
  margin-top: 30px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  text-align: center;
  position: relative;
  /*text-transform: uppercase;*/
}

#site-navigation.main-navigation a {
  text-decoration: none;
  margin-right: 0;
  color: white;
  padding: 0.9rem 1rem;
}

#site-navigation.main-navigation a:hover,
#site-navigation.main-navigation .current-menu-item {
  text-decoration: underline;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 2.5em;
  left: -999em;
  z-index: 99999;
}

#primary-menu ul.sub-menu {
  border: 1px solid #cdcdcd !important;
  background-color: white;
  min-width: 120px;
  padding: 10px 0;
}

.sub-menu a span {
  color: rgb(22, 35, 91);
}

.menu-item-has-children:hover .sub-menu {
  cursor: pointer;
  display: block;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul ul li {
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-branding > a {
  min-width: 271px;
  margin-right: 30px;
}

#masthead {
  padding-top: 1em;
}

#site-logo {
  max-width: 215px;
  width: 100%;
}

#primary-menu {
  background: #f4802f;
  display: table;
  table-layout: fixed;
  width: 100%;
}

div#topbar-container,
#mobile-topbar-container {
  background: #1878aa;
  padding: 8px;
  margin-bottom: 30px;
}

#mobile-topbar-container {
  margin-bottom: 0;
  display: none;
}

.topbar-widget {
  display: inline-block;
}

.topbar-widget img {
  position: relative;
  top: -2px;
  left: -2px;
}

#mobile-topbar-container .topbar-widget {
  padding: 0 1.5em;
}

#title-bar-top {
  padding: 20px 0;
  background: #0015bc;
  background: -moz-linear-gradient(top, #0015bc 0%, #000979 100%);
  background: -webkit-linear-gradient(top, #0015bc 0%, #000979 100%);
  background: linear-gradient(to bottom, rgb(0, 48, 128), rgb(22, 35, 91));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0015bc', endColorstr='#000979', GradientType=0);
}

#title-bar-top .title-bar-left {
  position: relative;
}

#title-bar-top button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid white;
  padding: 15px;
  border-radius: 0;
  margin-left: 30px;
}

#title-bar-top button:hover {
  background: white;
}

#title-bar-top .menu-icon:after {
  top: 7px;
  left: 10%;
  width: 80%;
}

#title-bar-top .menu-icon:hover:after {
  background: #f4802f;
  box-shadow: 0 7px 0 #f4802f, 0 14px 0 #f4802f;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#colophon {
  padding: 2rem 0 0;
}

#logos-container .columns:first-child {
  border-right: 3px solid black;
}

#fwidgets-wrapper {
  padding-bottom: 1rem;
}

#copyright-info {
  background: black;
}

#copyright-info p {
  margin-bottom: 0;
}

.footer-copyright {
  padding: 0.5rem 0;
}

.underlined-heading {
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

h4.underlined-heading {
  padding-bottom: 0.3em;
}

.underlined-heading:after,
h4.underlined-heading:after {
  position: absolute;
  content: '';
  width: 100%;
  background: black;
  height: 1px;
  left: 0;
  bottom: 0;
}

h4.underlined-heading:after {
  height: 2px;
}

#menu-footer-links-menu li {
  display: block;
}

#menu-footer-links-menu li:before {
  content: '?';
  display: inline-block;
  font-size: 12px;
}

#menu-footer-links-menu li a {
  padding: 5px;
  text-decoration: underline;
  color: black;
  display: inline-block;
}

#footer-social-links a {
  padding: 5px;
}

input::-webkit-input-placeholder {
  color: black;
}

*::-webkit-input-placeholder {
  color: black;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#primary-menu.vertical a {
  color: white;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Trebuchet MS';
}

div#offCanvas {
  background-color: #3f5e8d;
}

ul#primary-menu.vertical {
  display: inherit;
}

w
#site-navigation.main-navigation .current-menu-item a {
  text-decoration: none;
}

#site-navigation.main-navigation .menu-item a {
  border: 2px solid transparent;
}

#site-navigation.main-navigation .current-menu-item a {
  text-decoration: none;
  border: 2px solid white;
  border-radius: 5px;
}

.site-branding {
  display: flex;
}

header#masthead {
  margin: 0;
  max-width: 100%;
}

ul#primary-menu {
  background-color: transparent;
  display: flex;
  justify-content: flex-end;
}

#site-navigation.main-navigation a {
  color: white;
  font-family: 'Trebuchet MS';
}

.main-navigation li {
  display: block;
}

header#masthead {
  padding: 35px 0 35px;
  /*background: #0015bc; !* Old browsers *!*/
  /*background: -moz-linear-gradient(top, #0015bc 0%, #000979 100%); !* FF3.6-15 *!*/
  /*background: -webkit-linear-gradient(top, #0015bc 0%, #000979 100%); !* Chrome10-25,Safari5.1-6 *!*/
  /*background: linear-gradient(to bottom, #0015bc 0%, #000979 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
  background: #0015bc; /* Old browsers */
  background: -moz-linear-gradient(top, #0015bc 0%, #000979 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0015bc 0%, #000979 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(0, 48, 128), rgb(22, 35, 91)); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0015bc', endColorstr='#000979', GradientType=0); /* IE6-9 */
}

#site-logo {
  min-width: 271px;
  margin-left: 25px;
}

header #site-navigation.main-navigation .current-menu-item {
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/


.banner-container a {
  margin-bottom: 30px;
}

.home .midbanner-container button {
  max-width: 298px;
  height: 48px;
}

.banner-container {
  /*position: relative;*/
  height: 599px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.midbanner,
.banner {
  position: absolute;
  width: 100vw;
  z-index: -1;
  background-size: cover;
  left: 0;
  /*filter: sepia(0.4);*/
}

.banner {
  height: 600px;
}

.banner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 114, 99, 0.5);
}

.midbanner {
  height: 438px;
}

body h1,
body h2 {
  font-family: 'Trebuchet MS';
  font-size: 36px;
  font-weight: bold;
  /*color: white;*/
  line-height: 43px;
}

p {
  font-family: 'Trebuchet MS';
  /*color: white;*/
  font-size: 18px;
}

.banner-container h1 {
  max-width: 550px;
  margin: 0 auto;
  color: white;
  text-align: center;
}

.banner-container p {
  max-width: 600px;
  color: white;
  margin: 10px auto;
  text-align: center;
}

.three_column_content {
  /*display: flex;*/
}

.three_column_content h2 {
  color: #827263;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  margin-top: 57px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.three_column_content p {
  font-size: 16px;
  line-height: 18px;
  margin-top: 20px;
}

button {
  cursor: pointer;
}

.three_column_content button {
  background: #003082;
  color: white;
  text-transform: uppercase;
  width: 193px;
  height: 48px;
  border-radius: 4px;
  font-family: 'Myriad Pro';
  font-weight: bold;
  margin-bottom: 65px;
}

.midbanner-container h2 {
  padding-top: 75px;
  color: #827263;
  text-transform: uppercase;
  max-width: 500px;
  font-weight: initial;
}

.three_column_content hr {
  width: 50px;
  height: 5px;
  background-color: #003082;
  margin: 0px auto 20px;
}

.midbanner-container {
  height: 438px;
}

.midbanner-container p {
  max-width: 530px;
  line-height: 21px;
}

.midbanner-container button {
  background: #003082;
  color: white;
  text-transform: uppercase;
  width: 298px;
  height: 48px;
  border-radius: 4px;
  font-family: 'Myriad Pro';
  font-weight: bold;
  margin-bottom: 65px;
}

.midbanner-container hr {
  width: 50px;
  height: 5px;
  background-color: #003082;
  margin: 20px 0px 20px;
  text-align: left;
}

.midbanner:after {
  width: 100%;
  display: block;
  /*background-color: white;*/
  height: 100%;
  /*opacity: 0.2;*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
}

.midbanner:after {
  content: '';
}

div#content:after {
  background-image: url('/wp-content/uploads/2017/03/pattern.jpg');
  z-index: -88;
  width: 100%;
  height: 100%;
  display: block;
  top: 0px;
  position: absolute;
}

.endcontent {
  text-align: center;
  margin-top: 57px;
  margin-bottom: 70px;
}

a.post-edit-link {
  display: none;
}

.endcontent hr {
  width: 50px;
  height: 5px;
  background-color: #003082;
}

.endcontent h2 {
  color: #827263;
  text-transform: uppercase;
  font-weight: initial;
}

.endcontent p {
  max-width: 860px;
  margin: 0 auto;
  line-height: 18px;
}

.endcontent button {
  background: #003082;
  color: white;
  text-transform: uppercase;
  width: 298px;
  height: 48px;
  border-radius: 4px;
  font-family: 'Myriad Pro';
  font-weight: bold;
  margin-top: 30px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

div#fwidgets-wrapper > div:nth-child(2) p {
  margin-bottom: 13px;
}

div#fwidgets-wrapper {
  display: flex;
  padding-bottom: 90px;
}

footer#colophon {
  background-color: #f2f2f2;
  padding-top: 40px;
}

footer h3 {
  font-size: 21px;
  font-weight: bold;
  font-family: 'Trebuchet MS';
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

footer hr {
  width: 100px;
  height: 3px;
  background-color: #003082;
  margin: 20px 0px;
}

.edge footer hr {
  text-align: left;
}

footer p {
  margin-bottom: 0px;
  line-height: 16.8px;
  font-size: 14px;
}

footer a {
  color: black;
}

footer > div > div:nth-child(3) p:nth-last-child(2),
footer > div > div:nth-child(3) p:nth-last-child(1) {
  margin-top: 20px;
}

div#copyright-info {
  background-color: #003080;
}

#copyright-info p {
  text-align: right;
  color: white;
  padding: 20px 0;
}

.banner-container > div:nth-child(1) {
  height: 590px;
  position: absolute;
  display: flex;
  align-items: flex-end;
  left: 0;
  right: 0;
  justify-content: center;
  pointer-events: none;
}

.banner-container > div:nth-child(1) a {
  pointer-events: visible;
}

.banner-container button {
  background: #003082;
  color: white;
  text-transform: uppercase;
  width: 193px;
  height: 48px;
  border-radius: 4px;
  font-family: 'Myriad Pro';
  font-weight: bold;
}

.button-container {
  text-align: center;
  margin-top: 15px;
}

/*--------------------------------------------------------------
# About Us page-template-page-glasford-network
--------------------------------------------------------------*/

.page-template-page-glasford-network .midbanner:after {
  visibility: hidden;
}

.our_team h2 {
  color: #807263;
  text-align: center;
}

.our_team {
  margin-top: 60px;
}

.our_team hr {
  width: 50px;
  height: 5px;
  background-color: #003082;
}

.our_team p {
  text-align: center;
  line-height: 19px;
}

/*.our_team .row {*/
/*display: flex;*/
/*}*/

.our_team .columns > div:nth-child(1) {
  background-size: cover;
  /*width: calc(100% - 30px);*/
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-position: center top;
}

.our_team .columns > *:nth-child(n+2) {
  opacity: 0;
  transition: opacity 0.5s;
}

.our_team .columns:hover > *:nth-child(n+2) {
  opacity: 1;
  transition: opacity 0.1s;
}

/*.our_team .columns:hover > *:nth-child(n+5){*/
/**/
/*}*/

.our_team .columns:hover > div:after {
  content: '';
  filter: brightness(0.1);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.our_team .columns {
  color: white;
  position: relative;
  padding: 0;
}

.our_team h3 {
  color: white;
  text-align: center;
  margin-top: 80px;
  font-size: 36px;
  font-weight: bold;
  font-family: 'Trebuchet MS';
  margin-bottom: 0px;
}

.our_team > div:nth-child(2) hr {
  width: 70px;
  background-color: white;
  height: 2px;
  margin: 10px auto 15px;
}

.our_team h3,
.our_team p {
  padding: 0px 25px;
}

.our_team button {
  background: #003082;
  color: white;
  text-transform: uppercase;
  width: 144px;
  height: 40px;
  border-radius: 4px;
  font-family: 'Trebuchet MS';
  font-weight: bold;
  margin-bottom: 30px;
  margin: 0px 10px 30px;
}

.our_team .columns > div:nth-last-child(1) {
  text-align: center;
}

.our_values {
  text-align: center;
  padding-top: 60px;
  margin-top: 60px;
  position: relative;
}

.our_values:after,
.our-process:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.our_values h2 {
  color: #807263;
  font-family: 'Trebuchet MS';
  /*font-weight: initial;*/
  margin-bottom: 0px;
}

/*.our_values hr {
    width: 50px;
    height: 5px;
    background-color: #003082;
    margin: 15px auto 15px;
}*/

.our_values > div:nth-child(2) p {
  max-width: 640px;
  margin: 0 auto;
  line-height: 18px;
  margin-bottom: 20px;
}

.our_values h3 {
  font-family: 'Trebuchet MS';
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}

.our_values .row .columns div {
  padding-top: 35px;
  padding: 35px 10px 30px;
}

/*.our_values .columns hr {
    width: 80px;
    height: 2px;
    background-color: black;
    margin: 15px auto 15px;
}*/

.our_values .columns p {
  line-height: 18px;
  margin-bottom: 0px;
  font-size: 16px;
}

.our_values > div:nth-last-child(1) {
  margin-top: 60px;
  text-align: left;
  padding-bottom: 60px;
}

.value-summary-title {
  text-transform: uppercase;
  font-family: "Trebuchet MS";
  font-weight: 400;
}

.blue-divider-left {
  width: 65px;
  height: 5px;
  background-color: #003082;
  margin: 15px 0 20px;
}

.our_values > div:nth-last-child(1) p {
  line-height: 21px;
  max-width: 471px;
  margin-bottom: 12px;
}

.our_values > div:nth-last-child(1) button {
  background: #003082;
  color: white;
  text-transform: uppercase;
  width: 169px;
  height: 48px;
  border-radius: 4px;
  font-family: 'Myriad Pro';
  font-weight: bold;
}

.our_team > div:nth-child(1) p {
  margin-bottom: 35px;
}

#site-navigation.main-navigation .current-menu-item {
  text-decoration: none;
}

button:hover {
  background-color: #001a47 !important;
  transition: background-color 0.5s;
}

button {
  transition: background-color 0.5s;
}

.glasford_content {
  margin-top: 60px;
  margin-bottom: 80px;
}

.glasford_content h2 {
  text-transform: uppercase;
  color: #807263;
}

.three_column_content hr {
  width: 50px;
  height: 5px;
  background-color: #003082;
  margin: 0px auto 20px;
}

.glasford_content hr {
  width: 65px;
  height: 5px;
  background-color: #003082;
  margin: 0px 0 20px;
}

.edge .glasford_content hr {
  text-align: left;
}

.glasford_content p {
  line-height: 21px;
  font-size: 16px;
}

.glasford_content button {
  background: #003082;
  color: white;
  width: 100%;
  border-radius: 4px;
  font-family: 'Myriad Pro';
  font-weight: bold;
  padding: 12px 10px;
}

.buttons {
  display: flex;
}

.buttons a {
  width: 100%;
}

.buttons a:nth-child(1) {
  padding-right: 12.5px;
}

.buttons a:nth-child(2) {
  padding-left: 12.5px;
}

.buttons {
  display: flex;
  margin-top: 45px;
}

.google_map h2 {
  text-align: center;
  color: white;
  font-size: 24px;
  padding: 8.5px;
  margin-bottom: 0px;
}

.google_map:after {
  content: '';
}

.google_map {
  position: relative;
}

.google_map:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #003080;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.page-template-page-glasford-network .midbanner-container h2 {
  max-width: initial;
  text-align: center;
  color: white;
  text-transform: none;
  width: 100%;
  font-weight: bold;
}

.page-template-page-glasford-network .midbanner-container hr {
  display: none;
}

.page-template-page-glasford-network .midbanner-container {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
  text-align: center;
}

/*page-template-page-glasford-network .midbanner-container a {*/
/*position: absolute;*/
/*bottom: 0px;*/
/*}*/

.page-template-page-glasford-network .midbanner-container a {
  align-self: flex-end;
  height: 48px;
  margin-bottom: 70px;
}

.page-template-page-glasford-network .midbanner-container p {
  margin: 15px auto 25px;
  color: white;
  max-width: 640px;
}




/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

div#gform_confirmation_message_1 {
  margin-bottom: 50px;
}

.simple_banner:after {
  content: '';
  position: absolute;
  top: 0;
  width: 200vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  background-color: #807263;
}

.simple_banner {
  position: relative;
}

.simple_banner h2 {
  color: white;
  text-align: center;
  padding: 60px 0;
  margin-bottom: 60px;
}

.contact-page-container .gform_wrapper ul li.gfield {
  clear: none;
}

li.gfield {
  width: 100%!important;
}

@media only screen and (min-width: 642px) { 
  li.gfield.medium-6 {
    width: 50%!important;
  }
}


li.gfield input {
  width: 100%!important;
}


.contact_info {
  width: 40%;
  margin-bottom: 50px;
}

.contact-page-container {
  display: flex;
}

.contact-page-container .gform_wrapper,
div.gform_wrapper {
  width: 60%;
}

div.gform_wrapper .top_label div.ginput_container {
  margin-top: 0!important;
}

.contact_info > div {
  display: flex;
  margin-bottom: 30px;
}

.contact_info img {
  width: 40px;
  height: 40px;
}

.contact_info p {
  margin-bottom: 0px;
  margin-left: 10px;
}

li#field_1_2 {
  display: none;
}

/*ul#gform_fields_1 li {
    margin-top: 0px;
}*/

.ginput_container.ginput_container_text {
  height: 40px;
}

.gform_body input {
  margin-bottom: 0px;
}

.gform_body label {
  display: none !important;
}

div#gform_wrapper_1 {
  margin-top: 0px;
  margin-bottom: 95px;
}

.ginput_container.ginput_container_text {
  height: 40px;
  margin-top: 0px !important;
}

.ginput_container.ginput_container_textarea {
  margin-top: 0px !important;
}

input#input_1_6 {
  width: 100%;
}

ul li#field_1_6 {
  margin: 20px 0px;
}

input#gform_submit_button_1 {
  text-transform: uppercase;
  background-color: #003080;
  font-weight: bold;
  width: 169px;
  border-radius: 5px;
}

.gform_footer.top_label {
  padding: 0px;
  margin-top: 0px;
}

.contact_info > div:nth-child(n+2) p {
  margin-top: 4px;
}

.gform_body input {
  text-indent: 10px;
  border: 1px solid #646464;
}

textarea#input_1_3 {
  border: 1px solid #646464;
  text-indent: 5px;
}

textarea#input_1_3::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
  opacity: 1 !important;
}

textarea#input_1_3::-moz-placeholder { /* Firefox 19+ */
  color: black;
  opacity: 1 !important;
}

textarea#input_1_3:-ms-input-placeholder { /* IE 10+ */
  color: black;
  opacity: 1 !important;
}

textarea#input_1_3:-moz-placeholder { /* Firefox 18- */
  color: black;
  opacity: 1 !important;
}

#field_1_5 > div:nth-child(5) {
  display: none;
}

#field_1_5 > div:nth-child(6) {
  display: none;
}

#field_1_5 .gfield_description.validation_message {
  padding-top: 0px;
  padding-left: 10px;
  max-width: 90px;
}

div#gform_confirmation_message_1 {
  padding-right: 20px;
  font-size: 20px;
}

.cv_submission_top:before {
  background-image: url('/wp-content/uploads/2017/03/agreement.jpg');
  content: '';
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.cv_submission_top {
  position: relative;
}

.cv_submission_top_gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(229, 229, 229, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(229, 229, 229, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(229, 229, 229, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=1); /* IE6-9 */

  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(229, 229, 229, 0) 100%);
}

input#gform_submit_button_2 {
  text-transform: uppercase;
  background-color: #003080;
  font-weight: bold;
  width: 193px;
  border-radius: 5px;
  font-family: 'Myriad Pro';
  padding: 13.5px 0px;
}

li#field_2_4:after {
  content: '';
  display: block;
}

li#field_2_4 {
  position: relative;
}

.ginput_container.ginput_container_fileupload:after {
  content: 'Upload CV';
  display: block;
  position: absolute;
  width: 101px;
  height: 100%;
  top: 0;
  background-color: #003080;
  color: white;
  left: 0;
  padding-top: 2px;
  text-align: center;
  font-family: 'Trebuchet MS';
  font-weight: bold;
  max-height: 28px;
  pointer-events: none;
}

.firefox.windows .ginput_container.ginput_container_fileupload:after {
  width: 85px;
}

.edge .ginput_container.ginput_container_fileupload:after {
  left: 11px;
  width: 111px;
}

.edge input#input_2_4 {
  height: 27px;
  margin-left: 11px;
}

.cv_submission_top h2 {
  color: #807263;
  padding-top: 60px;
  margin-bottom: 0px;
}

.cv_submission_top p {
  font-size: 16px;
  margin-bottom: 0px;
}

.cv_submission_top hr {
  max-width: 566px;
  height: 5px;
  background-color: #003082;
  margin: 5px 0px;
}

.edge .cv_submission_top hr {
  text-align: left;
}

.cv_submission_companies h2 {
  text-align: center;
  padding-top: 60px;
  color: #807263;
  margin-bottom: 0px;
}

.cv_submission_companies ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  /*margin-top: 40px;*/
  margin-bottom: 0px;
  padding-bottom: 55px;
  margin-left: 0px;
}

.cv_submission_companies ul li {
  width: 33.3%;
  text-align: center;
  margin-top: 40px;
}

.cv_submission_companies {
  position: relative;
}

.cv_submission_companies:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.page-template-page-cv-submission .midbanner {
  filter: none;
}

.page-template-page-cv-submission .midbanner-container h2 {
  color: white;
  text-align: center;
  max-width: initial;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 15px;
}

.page-template-page-cv-submission .midbanner-container hr {
  display: none;
}

.page-template-page-cv-submission .midbanner-container p {
  color: white;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.page-template-page-cv-submission .midbanner-container {
  text-align: center;
}

.midbanner-container button {
  max-width: 169px;
  height: 40px;
}

.page-template-page-cv-submission .midbanner:after {
  display: none;
}

/** CV Submission ***/
#gform_wrapper_2 {
  margin-bottom: 0;
}

#gform_fields_2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 566px;
  align-items: center;
}

#gform_wrapper_2 li {
  width: 50%;
}

ul#gform_fields_2 input {
  width: 100%;
  font-weight: 400;
}

#gform_2 .gform_footer.top_label {
  padding: 0;
  margin-top: 20px;
  padding-bottom: 145px;
}

#gform_fields_2 li div.ginput_container {
  margin-top: 0;
}

#gform_fields_2 input[type='file'] {
  text-indent: 0;
  border: none;
}

.ginput_container.ginput_container_fileupload {
  position: relative;
}

/***** error message *******/
html .gform_wrapper li.gfield.gfield_error {
  background-color: transparent;
  margin-bottom: 0 !important;
  border-top: none;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}

html .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
  position: absolute;
}

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/

.archive #main > .navigation {
  display: none;
}

.archive #main > div:nth-last-child(2) {
  display: initial;
}

.page-id-18 footer#colophon {
  margin-top: 65px;
}

.page-id-18 img.attachment-full.size-full.wp-post-image
.archive img.attachment-full.size-full.wp-post-image {
  /*max-width: 778px;*/
  max-height: 379px;
  object-fit: cover;
}

/*.archive div#primary,*/
.page-id-18 .archive div#primary {
  display: flex;
}

.single main#main,
.page-id-18 main#main,
.archive main#main {
  width: 66.7%;
  padding-right: 30px;
}

.single .side-bar.columns,
.page-id-18 .side-bar.columns,
.archive .side-bar.columns {
  max-width: 300px;
  border-left: 1px solid darkgrey;
  padding-left: 30px;
}

.page-id-18 .archive-container,
.archive-container {
  display: flex;
}

.article-date {
  display: flex;
  text-align: left;
}

.page-id-18 div#primary {
  position: relative;
}

/*.page-id-18 div#primary:after {*/
/*content: '';*/
/*position: absolute;*/
/*top:0;*/
/*width: 100vw;*/
/*height: 100%;*/
/*left:50%;*/
/*transform:translateX(-50%);*/
/*background-color: #fff;*/
/*background-size: cover ;*/
/*background-repeat: no-repeat;*/
/*z-index: -1;*/
/*}*/

.archive div#content:after,
.page-id-18 div#content:after {
  background-image: none;
}

.side-bar.columns h3 {
  color: #827263;
  font-family: 'Trebuchet MS';
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0px;
}

.side-bar.columns hr {
  background-color: #cdd0d0;
  margin: 10px 0 15px;
}

.side-bar.columns ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.side-bar.columns ul a {
  color: #21409a;
}

.entry-meta {
  background-color: #003082;
  min-width: 70px;
  height: 100px;
  text-align: center;
  color: white;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  font-family: 'Trebuchet MS';
}

.entry-meta hr {
  margin: 7px auto;
  height: 2px;
  max-width: 44px;
}

.entry-meta p {
  margin-bottom: 0px;
}

.entry-meta p:nth-child(1) {
  margin-top: 14px;
}

.article-preview {
  margin-top: 20px;
  margin-left: 30px;
  margin-bottom: 40px;
  text-align: left;
}

.article-content-privacy {
  margin-left: 0px;
}

.article-preview h2 a {
  color: #827263;
}

.article-preview h2 {
  color: #827263;
  font-size: 24px;
  line-height: 28.8px;
  margin-bottom: 15px;
}

.article-preview p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 19px;
}

.article-preview button {
  background: #003082;
  color: white;
  text-transform: uppercase;
  width: 169px;
  height: 40px;
  border-radius: 4px;
  font-family: 'Myriad Pro';
  font-weight: bold;
}

.page-id-18 .simple_banner h2 {
  padding: 40px 0;
}

li#field_3_1 {
  padding: 0;
}

li#field_3_1 input#input_3_1 {
  width: 100%;
  font-weight: 400;
}

#gform_3 .gform_footer.top_label {
  padding: 0;
}

input#gform_submit_button_3 {
  background: #003082;
  color: white;
  text-transform: uppercase;
  width: 134px;
  border-radius: 4px;
  font-family: 'Myriad Pro';
  font-weight: bold;
  padding: 15px;
  line-height: 0px;
  margin-right: 0px;
}

/*--------------------------------------------------------------
# Privacy Policy
--------------------------------------------------------------*/
.page-template-page-privacy-policy div#content:after {
  background-image: none;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.single-service_type.single header.entry-header.simple_banner {
  display: flex;
}

.single-service_type .simple_banner h1.entry-title {
  padding-top: 0px;
}

.services-container > div {
  width: 52.2%;
}

.services-container hr {
  height: 5px;
  background-color: #003082;
}

.services-container .article-preview {
  margin-top: 0px;
}

.services-container .article-preview h2 {
  font-size: 36px;
}

.page-id-10 .midbanner {
  filter: none;
}

.page-id-10 .midbanner:after {
  background-color: transparent;
}

.page-id-10 .midbanner-container h2 {
  color: white;
  text-align: center;
  max-width: initial;
  text-transform: none;
  font-weight: bold;
}

.page-id-10 .midbanner-container p {
  max-width: 569px;
  text-align: center;
  color: white;
  font-size: 16px;
  margin: 0 auto;
}

.page-id-10 .midbanner-container hr {
  display: none;
}

.page-id-10 .midbanner-container {
  text-align: center;
}

.page-id-10 .midbanner-container button {
  margin-top: 20px;
}

ul.slick-slider.slick-initialized {
  margin: 0;
  position: relative;
  text-align: center;
  display: flex;
  min-height: 401px;
  align-items: center;
  padding: 0 40px;
}

ul.slick-slider.slick-initialized:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #003082;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}

.slick-slider h3 {
  color: white;
  font-weight: bold;
  font-family: 'Trebuchet MS';
  font-size: 36px;
}

.slick-slider p {
  color: white;
  max-width: 569px;
  margin: 0 auto;
  line-height: 21px;
}

button.next.slick-arrow {
  border-top: white solid 3px;
  display: block;
  width: 35px;
  height: 35px;
  border-right: white solid 3px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  background-color: transparent !IMPORTANT;
}

button.prev.slick-arrow {
  border-top: white solid 3px;
  display: block;
  width: 35px;
  height: 35px;
  border-right: white solid 3px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-135deg);
  background-color: transparent !IMPORTANT;
}

.services-container {
  display: flex;
}

.services-container img {
  /*max-width: 570px;*/
  max-width: 48.8%;
  object-fit: cover;
  max-height: 341px;
  width: 48.8%;
}

.services-container {
  display: flex;
  padding: 60px 0;
  position: relative;
}

.services-main .services-container:nth-child(even) {
  position: relative;
}

.services-main .services-container:nth-child(even):after {
  content: '';
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Google Map Embed
--------------------------------------------------------------*/

.google_map_embed {
  content: '';
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  height: 498px;
}

iframe {
  width: 100%;
  height: 498px;
}

.page-template-page-contact footer.entry-footer {
  margin-top: 498px;
}

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/

.archive-banner {
  position: relative;
}

.archive-banner:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #807263;
  background-size: cover;
  z-index: -1;
  background-repeat: no-repeat;
}

.archive-banner h1 {
  color: white;
  text-align: center;
  padding: 40px 0;
  margin-bottom: 60px;
}

.archive-container a {
  color: white;
}

.page-id-18 article img,
.archive article img {
  text-align: center;
}

.page-id-18 article,
.archive article {
  text-align: center;
}

/*--------------------------------------------------------------
# single template
--------------------------------------------------------------*/

.side-bar.columns > div:nth-child(n+2) {
  margin-top: 40px;
}

.single header.entry-header.simple_banner {
  min-height: 139px;
  /*display: flex;*/
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding-left: 15px;
  min-width: 100vw;
}

.simple_banner h1.entry-title {
  font-size: 24px;
  line-height: 28.8px;
  color: white;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 30px;
  /*padding-left: 15px;*/
}

.single .simple_banner p {
  color: white;
  font-size: 16px;
  padding-bottom: 30px;
  margin-bottom: 0px;
}

.single .article-preview {
  margin-left: 0px;
  margin-top: 0px;
}

/*.single-latest-posts div {*/
/*width: 33.3%;*/
/*}*/
/*.single-latest-posts{*/
/*display: flex;*/
/*}*/

.single-latest-posts > h2 {
  text-align: center;
  color: #827263;
  font-weight: 400;
  padding-top: 60px;
  border-top: 1px solid darkgrey;
  margin-bottom: 20px;
  margin-top: 45px;
  margin-left: 15px;
  margin-right: 15px;
}

.single .single-latest-posts .article-preview {
  margin-left: 15px;
  margin-top: 20px;
}

.single div#content:after {
  background-image: none;
}

.single-service_type footer#colophon {
  margin-top: 65px;
}

nav.custom-pagination {
  display: flex;
  justify-content: center;
}

div.navigation ul {
  display: flex;
  list-style: none;
  justify-content: center;
}

span.page-numbers.current {
  background: transparent;
  color: #0a0a0a;
  border: 3px solid #003080;
  position: relative;
  bottom: 4px;
}

.navigation li.active {
  color: #0a0a0a;
  border: 3px solid #003080;
  position: relative;
  bottom: 3px;
}

.navigation li a {
  color: #0a0a0a;
  padding: 10px 10px;
}

.single-service_type .side-bar.columns > div:nth-child(2) {
  margin-top: 0px;
}

/*//*/

/******
New About template
*/

.members-row,
.members-social,
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.members-row {
  padding-bottom: 30px;
}

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.our_team_members {
  margin-top: 60px;
}

.our_team_members h2 {
  color: #807263;
  text-align: center;
}

.our_team_members hr {
  width: 50px;
  height: 5px;
  background-color: #003082;
}

.members-item {
  /*position: relative;*/
}

.our_team_members h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Trebuchet MS';
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1;
}

.our_team_members .name-divider {
  width: 70px;
  background-color: #003082;
  height: 2px;
  margin: 10px auto 15px;
}

.team-intro-text {
  text-align: center;
  line-height: 19px;
}

.members-item img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.member-bio {
  line-height: 1;
  text-align: center;
}

.member-position {
  font-family: 'Trebuchet MS';
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 20px;
}

.member-bio p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 16px;
  text-align: justify;
}

.members-social {
  margin-top: 10px;
}

.members-social .small-6 {
  width: 49%;
}

.members-social button {
  background: #003082;
  color: white;
  text-transform: uppercase;
  width: 100%;
  height: 33px;
  border-radius: 4px;
  font-family: 'Trebuchet MS';
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 30px;
  /* margin: 0px 10px 30px;*/
}

.members-social button:hover {
  background-color: #807263 !important;
}

.members-item.columns {
  float: none;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-width: 0;
}

.members-item.large-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.margin-bottom-twenty {
  margin-bottom: 20px;
}

.our_values .columns {
  padding-bottom: 0.9375rem;
}

.divider-blue {
  width: 50px;
  height: 5px;
  background-color: #003082;
  margin: 15px auto 15px;
}

.black-divider {
  width: 80px;
  height: 2px;
  background-color: black;
  margin: 15px auto 15px;
}

.our-process {
  position: relative;
  padding: 100px 0;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.our-process .row::before,
.our-process .row::after {
  display: initial;
}

.process-tabel {
  border: 1px solid #003082;
  overflow: auto;
}

.our-process h2 {
  background: #003082;
  color: white;
  font-size: 20px;
  padding: 0 20px;
  margin-bottom: 0;
}

.our-process-col img {
  width: 100%;
  height: 173px;
  margin: 0 auto;
  display: block;
}

.performance-column img {
  width: 100%;
  height: 144px;
  margin: 0 auto;
  display: block;
}

.our-process h3 {
  font-size: 18px;
  color: #003082;
  font-weight: bold;
}

.our-process p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 16px;
}

.unique-process-content {
  padding: 0.469rem 0.9375rem 0.469rem 0.9375rem;
}

.columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  min-width: 0;
}

.process-image,
.performance-column .performance-image {
  border-bottom: 1px solid #003082;
}

.performance-column .performance-image:last-child {
  border-bottom: none;
}

.performance-column {
  border-left: 1px solid #003082;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/**** About Us Bio Read More ****/

.member-excerpt {
  text-align: left;
}

.collapse-text {
  padding-top: 10px;
}

.member-bio-full {
  display: none;
}

.member-bio {
  position: relative;
  padding-bottom: 50px;
}

a.show-full-bio {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/**** Location Listing ****/
.location_listing {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.no-bottom {
  margin-bottom: 0px;
}

.white-background {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACXBIWXMAAAsTAAALEwEAmpwYAAAACklEQVQIHWP4DwABAQEANl9ngAAAAABJRU5ErkJggg==')
}


.location_columns {
  padding-left: 120px;
}

.location_columns p {
  margin-block-end: 0;
}

.location_columns p a {
  color: rgba(118, 104, 89);
  font-size: 16px;
}

.location_column_header {
  margin-top: 20px;
}

.location_column_header h3 {
  font-size: 21px;
  font-weight: bold;
  font-family: 'Trebuchet MS';
}
