/*
Theme Name: RHC
Theme URI: http://underscores.me/
Author: Sherman
Author URI: http://underscores.me/
Description: Round Hill Capital
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rhc
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

RHC is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
    font-family: 'ConduitITC';
    src: url('/wp-content/themes/rhc/fonts/ConduitITC-Light.eot');
    src: url('/wp-content/themes/rhc/fonts/ConduitITC-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/rhc/fonts/ConduitITC-Light.woff2') format('woff2'),
        url('/wp-content/themes/rhc/fonts/ConduitITC-Light.woff') format('woff'),
        url('/wp-content/themes/rhc/fonts/ConduitITC-Light.ttf') format('truetype'),
        url('/wp-content/themes/rhc/fonts/ConduitITC-Light.svg#ConduitITC-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}



/* Hide blue glow line on buttons, a and inputs when click */

a, a:hover, a:active, a:focus {
    outline: none !important;
}
::-moz-focus-inner, input::-moz-focus-inner, button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, .btn {
    border-style: none !important;
    border: 0 !important;
    outline: none !important;   
}
textarea, select, input, button, select:focus, textarea:focus, input:focus {
    outline: none !important;
    outline-style:none !important;
    box-shadow:none !important;
    border-color:transparent !important;
}
:focus {
   outline: none !important;
   outline-style:none !important;
   box-shadow:none !important;
   border-color:transparent !important;
}    

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}




img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

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

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

p {
	margin-bottom: 1.5em;
}

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. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #006E99;
}

a:visited {
	color: #006E99;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
    padding: 20px 0px;	
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
	font-weight: 400 !important;
	color: #01143E !important;
}
.main-navigation ul ul li {
    padding: 5px !important;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2)
}
.main-navigation ul ul li:first-child {
    border-top: 3px solid #01143E;	
	padding-top: 20px !important;    
}
.main-navigation ul ul li:last-child {
    padding: 5px 5px 20px 5px !important;	
}
.main-navigation ul ul:before {
	content: '';
	background-image: url('img/arrow-submenu.svg');
	width: 14px;
	height: 7px;
	position: absolute;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
}
.main-navigation ul .about-sub:hover  > ul {
	left: -55%;
}
.main-navigation ul .activities-sub:hover  > ul {
	left: -26%;
}
.main-navigation ul .investors-sub:hover  > ul {
	left: -26%;
}
.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;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation 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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* 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.33333%;
}

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## RHC Styles
--------------------------------------------------------------*/

body {
	font-size: 16px;
	color: #4F627A;
	font-family: "Montserrat", sans-serif;
	border-top: 3px solid #01143E;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}
a:hover {
	text-decoration: none;
}


body.home {
	background-position: center center !important;
	background: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}



/* General */
.contenedor {
	max-width: 1220px;
	margin: 0 auto;
}
h1 {
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
	font-size: 260%;
	margin: 60px 0px 70px 0px;
	color: #01143E	;
	font-family: 'Montserrat', sans-serif;
}
h5 {
	color: #006E99;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 85%;
	margin: 2px 0;
}
p {
	line-height: 172%;
	margin-bottom: 24px;
}

/* Logo - Header - Nav */
.site-header {
	padding-top: 30px;
	text-align: center;
}
ul#primary-menu {
	padding-top: 30px;
	display: inline-block;
	margin: 0;
}
ul#primary-menu li {
	padding: 0 15px;
}
ul#primary-menu li a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}

.home ul#primary-menu li a {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	font-weight: 700;
}
.home .site-header svg {
	fill: #ffffff;
}

/* Logo - Header - Nav - Interiores */
.site-header svg {
	fill: #01143E;
}
ul#primary-menu li a {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #01143E;
	font-weight: 700;
}
ul#primary-menu li.current-menu-item a {
	color: #006E99;
}

/* Sub-menu - Interiores */
.sub {
	text-align: center;
	width: 100%;	
	position: fixed;
	margin-left: -15px;
	z-index: 999;
}
ul#sub-menu {
	list-style: none;
	background-color: #F7F7F7;
	padding: 10px;
	display: inline-block; 
	margin: 0 auto;
	text-align: center;
	-webkit-box-shadow: 2px 3px 4px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 3px 4px 1px rgba(0,0,0,0.3);
	box-shadow: 2px 3px 4px 1px rgba(0,0,0,0.3);	
}
ul#sub-menu li {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
	display: inline-table;
	text-align: center;
	padding: 0px 10px;
}
ul#sub-menu li a {
	color: #01143E;
}
ul#sub-menu li a:hover {
	color: #006E99;
}

/* Home Text */
.home .site-content {
	margin-top: 20vh;
}
.home h1 {
	color: #ffffff;
	margin: 0;
}
.home h2 {
	color: #ffffff;
	font-weight: 300;
	font-size: 115%;
	line-height: 185%;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}

/* Footer - Countries */
footer {
	text-align: center;
	margin-bottom: 20px;
}
ul#secondary-menu {
	margin: 0;
	padding: 0;
}
ul#secondary-menu li {
	padding: 0 6px;
	list-style: none;
	display: inline-table;
	text-align: center;
}
ul#secondary-menu li a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.home ul#secondary-menu li a {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 500;
	font-size: 75%;
}
ul#secondary-menu li a {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #01143E;
	font-weight: 500;
	font-size: 75%;
}
.home footer {
	position: fixed;
	bottom: 20px;
	left: 0;
	width: 100%;
	margin-bottom: 0;
}
.home footer .legal {
	color: #fff;
}
.legal {
	font-size: 12px;
	margin-top: 20px;
}
.legal a {
	color: #006E99;
	font-weight: 500;
	padding: 0px 5px 0px 20px;
}
.legal a:hover {
	color: #01143E;
}

.home .legal a {
	color: #fff;
}

.home .legal a:hover {
	opacity: 0.5;
}

/* Header Banner */
.header-banner {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 25px;
	margin-bottom: 65px;
}
.header-banner img {
	width: 100%;
}

.new-header {
	margin-bottom: 0px;
}

/* Overview */
.overview h1.cto {
	text-transform: none; 
	margin: 4px 0;
	text-align: left;
}
.overview p.presentation {
	font-size: 115%;
	line-height: 185%;
	margin-top: 20px;
}
.overview .central {
	background-color: #F7F7F7;
	margin-top: 100px; 
	margin-bottom: 100px; 	
}
.overview .central-img {
	padding-left: 0;
	margin-top: 60px;
	margin-bottom: 0px;
}
.overview .central .text_about {
	padding: 60px 30px 40px 0px;
	/*text-align: justify;*/
}
.overview .platforms {
	margin-bottom: 60px; 
}
.overview .platforms .title {
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	font-size: 170%;
	line-height: 140%;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	display: table;
	padding: 0 30px;
}
.overview .platforms a {
	border-top: 3px solid #01143E;
	display: block;
	background: #01143E;
	position: relative;
}
.overview .platforms a:hover img {
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.overview .platforms a:hover .title {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;		
}
.overview .platforms a img {
	width: 100%;
	height: auto;
	opacity: 0.5;
}
.overview .platforms p {
	text-align: center;
	color: #4F627A;
	font-size: 115%;
	line-height: 185%;
	margin-top: 30px;
	padding: 0 30px;
}
.overview .platforms p a {
	display: inline;
	position: inherit;
	background: none;
	border-top: none;
	color: #006E99;
	text-decoration: underline;	
}
.overview .platforms p a:hover {
	text-decoration: none;
}

/* History - Timeline */
.history .header-banner {
	margin-bottom: 0;
}
.history .central {
	background-color: #F7F7F7;
	padding-bottom: 100px;
}
.history .pull-left {
	margin-bottom: 70px;
	/*height: 800px;*/
}
.history .pull-right {
	margin-top: 70px;
	/*height: 800px;*/	
}
/* Vertical */
.history .pull-left :before {
	content: '';
    position: absolute;
    top: 40px;
    right: 0px;
    height: 115%;
    width: 2px;
    background: #DEE1E5;	
}
/* Horizontal */
.history .pull-left :after {
	content: '';
    position: absolute;
    top: 40px;
    right: 0px;
    height: 2px;
    width: 20px;
    background: #DEE1E5;	
}
.history .pull-right :before {
	content: '';
    position: absolute;
    top: 40px;
    left: 0px;
    height: 2px;
    width: 20px;
    background: #DEE1E5;	
}
.history .pull-left .module {
	margin-right: 35px;
}
.history .pull-right .module {
	margin-left: 35px;
}
.history .module {
	background-color: #fff;
	border-top: 3px solid #CCD1D9;
}
.history .module.activo {
	border-top: 3px solid #006E99;
	-webkit-box-shadow: 2px 4px 6px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 4px 6px 1px rgba(0,0,0,0.1);
	box-shadow: 2px 4px 6px 1px rgba(0,0,0,0.1);		
}
.history .module.activo h5 {
	color: #006E99;
}
.history .module .info {
	padding: 30px 30px 20px 30px;	
}
.history .module .info p {
	margin-bottom: 10px;	
}
.history .module h5 {
	color: #B1B9C7;
	padding-bottom: 10px;
}


/* Investment */
.investment .central.big-title {
	padding-bottom: 0px; 	
}
.investment .header-banner {
	margin-bottom: 0;
}
.investment .central {
	background-color: #F7F7F7;
	padding-bottom: 40px; 	
}
.investment .spacer {
	margin-bottom: 80px;
}
.investment .central h1 {
	margin-bottom: 40px;
}
.investment .central p.investment-desc, .investment p.desc {
	font-size: 115%;
	line-height: 185%;
	text-align: center;
}
.investment h1.title {
	text-transform: none;
	margin-top: 80px;
	margin-bottom: 40px;
}
.investment p.desc {
	margin-bottom: 60px;
}
.investment .cto {
	margin-top: 50px;
}
.investment .cto strong {
	letter-spacing: 1px;
	font-weight: 500;
	color: #006E99;
}
.investment .cto ol {
	margin: 50px auto 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}
.investment .cto ol li {
	margin: 10px 20px;
	padding-right: 20px;
	text-transform: uppercase;
	text-align: center;
	color: #01143E;
	font-weight: 500;
	font-size: 85%;
	letter-spacing: 1px;
	background-color: #F7F7F7;
	border-top: 3px solid #C5CAD2;
	list-style: none;
	counter-increment: item;
	display: inline-block;	
	line-height: 60px;
}
.investment .cto ol li:before {
	padding: 20px 20px;
	margin-right: 20px;
	content: counter(item);
	background-color: #006E99;
	color: #fff;
	text-align: center;
	font-size: 130%;
	font-weight: 500;
}
.investment p a {
	color: #006E99;
	text-decoration: underline;
}
.investment p a:hover {
	color: #006E99;
	text-decoration: none;
}

/*--------------------------------------------------------------
## TEAM
--------------------------------------------------------------*/
.departments {
	margin-bottom: 30px;
}
.team-member {
	height: 200px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px !important;
}
.team-member .team-holder {
	display:block;
	width: 100%;
	height:100%;
	background-size: cover;
	background-position: center center;
}
.team-member a {
	display: block;
	width:100%;
	height:100%;
	border-top: 3px solid #fff;
	padding-top: 130px;
    padding-left: 5px;
    padding-right: 5px;
}
.team-member a p {
	display: none;
}
.team-member a:hover {
	border-top: 3px solid #01143e;
	background-color: rgba(79,98,122,.6);
}
.team-member a:hover p {
	display: block;
}
.team-member p {
	line-height: 16px;
}

.team-member p.title {
	color: #fff;
	font-weight:bold;
}
.team-member p.sub-title {
	color: #fff;
	font-size: .8em;
	line-height: 0;
	margin-top: -20px;
	line-height: 1em;
}
h3.office {
	font-weight: 100;
	font-size: 18px;
	border-top: 3px solid #01143e;
	padding-top: 10px;
	display: inline-block;
}
h1.team-member-name {
	line-height: 145%;
	font-size: 285%;
	text-align: left;
	margin: 20px 0 10px 0;
}
.single-team h1.team-member-name {
	line-height: 110%;
	margin-bottom: 40px;
}
h3.position {
	font-weight: 100;
	margin-bottom: 50px;
}
a.back-to {
	color: #01143e;
	font-size: 12px;
	text-transform: uppercase;
}

/* New team */
.team-new {
	background-color: #F7F7F7;
	padding-bottom: 50px;
	margin-bottom: 50px;
	margin-left: -15px;
	margin-right: -15px;	
}
.team-new hr {
	height: 2px;
	background-color: rgba(79,98,122,0.2);
	margin-top: 30px;
	margin-bottom: 60px;
}
.team-new h1 {
	text-align: left;
}
.contenedor-team {
	display: flex;
	flex-wrap: wrap;	
}
.title-departament {
	font-weight: 300;
	text-transform: uppercase;
	color: #01143E;	
	font-size: 22px;
	line-height: 28px;
	padding-right: 35%;
}
.title-team {
	font-size: 12px;
	text-transform: uppercase;
    color: #01143E;	
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 10px;  
}
.type-team {
	font-size: 12px;
	color: #006E99;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2;
}
.title-team span {
	font-size: 14px;
	font-weight: bold; 	
}
.team-people {
	margin-bottom: 25px;
}
.team-people a {
	height: 100%;
}
.team-people a:hover .background-image {
	opacity: 0.6;	
}
.team-people a:hover p {
	color: #006E99;	
}
.background-wrapper {
	position: relative;
    width: 100%;
    height: 180px;
	background-color: rgba(79,98,122,1);    	
}
.background-image {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    z-index: 1;	
}
.team-new .title-filter {
	text-transform: uppercase;
	font-size: 75%;
	margin-right: 10px;
	letter-spacing: 1px;	
}
.team-new .filters {
	margin-top: 50px;
}
.team-new .filters select {
	width: auto;
	font-size: 75%;
}
.team-new .clear-filter {
	font-size: 85%;
	margin-left: 20px;
	color: #01143E;	
	border-bottom: 1px solid #01143E;
}
.team-new .clear-filter:hover {
	color: #0a749c;
	border-bottom: none;		
}

/*--------------------------------------------------------------
## OFFICES
--------------------------------------------------------------*/
.offices-list h1 {
	text-align: left;
	margin: 20px 0;

}
.offices-list .list-group-item {
	border: none;
}
.office-name {
	font-weight: bold;
	font-size: 16px;
	color: #0a749c;
	text-transform: uppercase;
}
.office-name a:hover {
	color: #01143E;
}

.more-info {
	margin-top: 30px;
	margin-bottom: 50px;
}
.more-info-header {
	width: 100%;
	height: 350px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.more-info-header h3 {
	line-height: 20px;
	font-size: 20px;
	margin: 0;
	text-transform: uppercase;
	font-weight:bold;
	color: #fff;
	position: relative;
	top: 50%;
	margin-top: -10px;
	display: block;
}
.more-info-subtitle {
	text-transform: uppercase;
	color: rgba(79,98,122,1);
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 20px;
}
.more-info-text {
	line-height: 25px;
}

.more-info-text a {
	color: #0a749c;
}
.contact .central {
	border-top: 3px solid #01143E;
	background-color: #F7F7F7;
	padding-top: 30px;
	margin-top: 70px;
}

/* Flexible Content */
.content-flexible .intro {
	text-align: center;
	max-width: none;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 50px;
	overflow-x: hidden;	
}
.content-flexible .intro h1 {
	margin: 60px 0px 50px 0px;
}
.content-flexible .intro .intro-content h1 {
	margin: 0px 0px 30px 0px;
	text-transform: inherit;
}
.content-flexible .intro ol {
	color: #01143E;
	margin: 50px auto;
	width: 70%;
	list-style: none;
	counter-reset: my-awesome-counter;
}
.content-flexible .intro ol li {
	margin-bottom: 20px;
	text-align: left;
	position: relative;
	counter-increment: my-awesome-counter;	
}
.content-flexible .intro ol li::before {
	content: counter(my-awesome-counter) "";
	color: #006E99;
	font-weight: 300;
	font-size: 36px;
	position: absolute;
	top: -10px;
	left: -60px;
}
.content-flexible .container-odd-even {
	padding-top: 80px;
	padding-bottom: 80px;	
}
.content-flexible .container-odd-even h1.title {
	text-transform: none;
    margin-top: 0px;
    margin-bottom: 40px;
}
.content-flexible .container-odd-even p.desc {
    margin-bottom: 40px;
	font-size: 115%;
    line-height: 165%;
    text-align: center;    
}
.content-flexible .container-odd-even p a, .content-flexible .intro p a {
	border-bottom: 1px solid #006E99;
}
.content-flexible .container-odd-even p a:hover, .content-flexible .intro p a:hover {
	border-bottom: none;
}
.content-flexible .container-odd-even ul {
	margin: 0 0 1.5em 30px;
	padding: 0;
}
.content-flexible .image_text_outside {
	background-color: #F7F7F7;
}
.content-flexible .image_text_outside .image_outside {
	width: calc(100% - 15px);
	height: calc(100% + 100px);
	margin-top: -50px;
	position: absolute;
    top: 0;
    left: 0;	
}
.content-flexible .image_text_outside .text_image {
	padding: 30px 0px;
}
.content-flexible .image_text_outside .text_image p:last-of-type {
	margin-bottom: 0;
}
.content-flexible .block-contenedor {
	max-width: none;
	margin: 0 3%;
}
.content-flexible .block_repeater {
	padding: 0 15px 30px 15px;
}
.content-flexible .block-content {
	background-color: #F7F7F7;
	color: #01143E;
	padding: 40px 30px;
	text-align: center;
	border-top: 3px solid #01143E;
	height: 100%;
}
.content-flexible .block_repeater h2 {
	font-weight: 300;
	margin-bottom: 30px;
}
.content-flexible .block_repeater p {
	font-size: 14px;
}

/* New single office */

.office-new {
	margin-top: 49px;
	background-color: #F7F7F7;
}
.office-image-container {
	width: calc(100% + 15px);
	height: 70vh;
}
.office-image-container img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}
.content-office {
	margin-top: 15%;
	margin-left: 5%;
}
.office-new h1 {
	margin: 0 0 0 -4px;
	text-align: left;
}
.office-new hr {
	background-color: #01143E;
	height: 3px;
    display: inline-block;
    width: 50px;	
}

/* News */
.news h1 {
	margin-top: 0px;
}
.news article.category-news {
	border-bottom: 3px solid #F7F7F7;
	padding-bottom: 40px;
	margin-bottom: 30px;
	display: inline-block;
}
.news .news-img {
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.news .news-img img {
	border-top: 3px solid #01143E;	
	width: auto;
}
.news header.entry-header h2 {
	font-size: 115%;
	line-height: 165%;
	font-weight: 500;	
    text-transform: uppercase;
}
.news header.entry-header h2 a {
	color: #006E99;
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;		
}
.news a.news-img:hover, .news header.entry-header h2 a:hover {
	opacity: 0.6;	
}
.news header.entry-header .entry-description p {
	font-size: 115%;
	line-height: 165%;
	color: #4F627A;
}
.news header.entry-header .date {
	font-size: 85%;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #01143E;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 15px;
}
.news header.entry-header .more {
	margin-top: 30px;
}
.news header.entry-header .more a {
	color: #006E99;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: 500;
	letter-spacing: 1px;	
}
.news header.entry-header .more a:hover {
	color: #01143E;
}
.news nav.navigation.pagination {
	margin-bottom: 90px;
}
.news nav.navigation.pagination a {
	color: #006E99;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 85%;
	text-transform: uppercase;
}
.news nav.navigation.pagination a:hover {
	color: #01143E;
}
.news nav.navigation.pagination a.page-numbers {
	margin: 0 10px;
}
.news nav.navigation.pagination .page-numbers.current {
	color: #01143E;
	font-weight: 500;
	font-size: 85%;	
	letter-spacing: 1px;	
}	
.news nav.navigation.pagination a.prev {
	margin-right: 80px;
}
.news nav.navigation.pagination a.prev i {
	margin-right: 10px;
}
.news nav.navigation.pagination a.next {
	margin-left: 80px;
}
.news nav.navigation.pagination a.next i {
	margin-left: 10px;
}

.news .contenedor-news {
	border-bottom: 3px solid #F7F7F7;
    padding-bottom: 40px;
    margin-bottom: 60px;
    display: inline-block;
}

.filters {
	top: 20px;
	right: 30px;
	position: absolute;
}
.filters select {
	border: none;
	background: none;
	width: 100px;
	text-transform: uppercase;
	color: #0a749c;
	font-size: 85%;
	letter-spacing: 1px;
}

/* Single News */
.single .news-pic img {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 50px;
}
.single .content-area {
	margin-bottom: 80px;
}


/* Not Found */
.no-results {
	margin-bottom: 100px;
}


/*--------------------------------------------------------------
## GDPR
--------------------------------------------------------------*/
.gdpr .contenedor {
	margin-bottom: 120px;
}
.gdpr header h1 {
	margin-bottom: 10px;
}
.gdpr header h5 {
	margin-bottom: 50px;
}
.gdpr .contenedor.pdfs a {
	text-transform: uppercase;
	color: #006E99;
	font-weight: 700;
}
.gdpr .contenedor.pdfs a:hover {
	color: #01143E;
}
.gdpr .contenedor.pdfs a:hover img {
	opacity: 0.8;
}
.gdpr .contenedor.pdfs a img {
	margin-bottom: 10px;
}
.gdpr .contenedor.pdfs .col-sm-2 {
	width: calc(100%/7);
	text-align: center;
	margin: 0 auto;
}

/*  Nav  Mobile */
nav .menu-trigger {
	font-size: 125%;
	display:none;
	color: #fff;
	background-color: #006E99;
	margin: 0;
	padding: 8px 14px;
	position: absolute;
	right: 0;
	top: 0;
}
nav .menu-trigger:hover {
	background-color: #01143E;
	opacity: 1;	
}

/* Menu Mobile */
@media screen and (max-width:700px) {
	nav .menu-trigger {
		display:block;
	}
	nav ul#primary-menu li {
		display: inline-block;
		text-align: center;
		clear: both; 
		margin-bottom: 10px;
		margin-left: 0px;
		padding-bottom: 5px;
		width: 100%;
		border-bottom: 2px solid #f0f0f0;	
	}
	nav ul#primary-menu li a {
		color: #fff;
	}	
	nav ul#primary-menu {
		display:none;
		font-size: 100%;
		/* */
		position: absolute;
	    width: calc(100% - 30px);
	    background-color: rgba(1,20,62,0.9);
	    z-index: 9999;	
	    padding: 20px;		
	}	
	.main-navigation ul ul {
	    position: relative;
	    width: 100%;
	    display: inline-block;
	    left: 0;
	    padding: 0;		
	}
	.main-navigation ul ul li {
		border-bottom: none !important;
		background: none !important;
		background-color: none !important;
	}
	.main-navigation ul ul li:last-child {
	    padding: 0 !important;
	}	
	.main-navigation ul ul a {
	    width: 100%;
	    color: #fff !important;		
	}
	.main-navigation ul .about-sub:hover > ul,
	.main-navigation ul .activities-sub:hover > ul,
	.main-navigation ul .investors-sub:hover > ul {
	    left: inherit;
	}	
	.main-navigation {
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}	

	.content-flexible .intro h1 {
	    margin: 20px 0px 30px 0px;
	}
	.content-flexible .block-contenedor {
		margin: 0;
	}
	.investment .central h1 {
    	margin-bottom: 40px !important;
	}
	.content-flexible .container-odd-even {
		padding-top: 40px;
    	padding-bottom: 40px;
	}
	.content-flexible .image_text_outside .image_outside {
		position: relative;
	}
	.contenedor.news {
		padding: 20px 0;
	}

}

/* Responsive */
@media screen and (max-width: 1250px) { 
	ul#sub-menu {
		margin-left: 30px;
		margin-right: 30px;
	}
	.team-new .contenedor {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width: 991px) { 
	.gdpr .contenedor.pdfs .col-sm-2 {
		width: 100%;
		margin-bottom: 20px;
	}
	.team-people {
		width: 180px;
	}
	.profile-image {
		margin-top: 30px;
		height: auto !important;
	}
	.profile-image img {
		position: relative !important;
		bottom: 0 !important;
	}
}


@media screen and (min-width: 320px) and (max-width: 736px) { 
	body.home {
		background-size: inherit; 
		background-attachment: initial;
		background-position: center 30% !important; 
	}
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	body {
		font-size: 15px;
	}
	.home .hentry {
		margin: 0;
	}
	.home footer {
		position: relative;
	}
	h1 {
		font-size: 150%;
		margin: 30px 0px 30px 0px;
	}
	.sub {
		display: none;
	}
	.contenedor {
		padding: 20px;	
	}
	.home h2 p {
		line-height: 150%; 
	}
	.home footer {
		bottom: 10px;
	}	
	ul#secondary-menu li {
		padding: 0 5px;
	}
	ul#secondary-menu li a	{
		font-size: 75% !important;
		letter-spacing: 1px !important;
	}
	.header-banner {
		margin-top: 0;
		margin-bottom: 0px;		
	}
	.overview .central {
		margin-top: 70px;
		margin-bottom: 20px;
	}
	.overview p.presentation {
		line-height: 150%;
	}
	.overview .central-img {
		padding-left: 15px;
	}
	.overview .platforms p {
		padding: 0px;
		font-size: 100%;
		line-height: 172%;
	}
	.overview .central .text_about {
		padding: 60px 0px 40px 0px;
	}
	.overview .platforms .title {
		font-size: 150%;
    	line-height: 120%;
    	padding: 0 30px;
	}
	.history .pull-left, .history .pull-right {
		height: auto !important;
		margin-top: 0px !important;
		margin-bottom: 30px !important;
	}	
	.history .contenedor {
		padding: 0px;	
	}			
	.history .pull-left .module {
		margin-right: 0;
	}
	.history .pull-right .module {
		margin-left: 0;
	}
	.history .pull-left .module img, .history .pull-right .module img {
		width: 100%;
	}
	.history .pull-left :before, .history .pull-left :after {
		content: none;
	}
	.history .pull-right :before {
		content: none;
	}
	.history .central {
		padding-bottom: 50px;
	}
	.investment .central {
		padding-bottom: 20px;
	}
	.investment .contenedor img {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.investment .cto ol li {
		padding: 20px;
		line-height: 20px;
		display: block;
	}
	.investment .cto ol li:before {
		content: none;
	}
	.investment h1.title {
		margin-top: 40px;
	}
	.investment .central h1 {
		margin-bottom: 30px;
	}
	.investment .spacer {
		margin-bottom: 20px;
	}
	.news article.category-news {
	    margin-bottom: 40px;
	}	
	.news header.entry-header .entry-description p {
	    font-size: 100%;
	    line-height: 150%;
	}	
	.news header.entry-header .entry-meta {
		position: relative;
		bottom: inherit;
	}
	.news article.category-news {
		height: auto;
	}
	.news .col-md-5 {
		margin-left: 0px !important;
	}
	.filter-content {
		margin-bottom: 30px;
		display: inline-block;
	}
	.filters {
		top: 40px;
	}	
	.departments {
		margin-left: 15px;
		margin-right: 15px;
	}
	.single-team .contenedor {
		padding-left: 30px;
		padding-right: 30px; 
	}	
	.single-team .content-area {
		margin-bottom: 20px;
	}
	.team-member {
		height: 300px;
	}
	h1.team-member-name {
		font-size: 200% !important;
		line-height: 110% !important;
	}	
	#RHC {
		width: 100% !important;
		height: 300px !important;
	}
	.contact .central {
		margin: 70px 0 0 0;
	}
	.contact .offices-list {
		padding-left: 30px;
		padding-right: 30px;
	}
	.team-new h1 {
		margin-bottom: 10px;
	}
	.team-new .filters {
		position: relative;
		top: 0;
		right: 0;
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.office-image-container {
		height: 50vh;
	}
	.content-office {
		margin: 50px 20px;
	}

}

@media screen and (max-width: 575px) { 
	.home .site-content {
		margin-top: 0;
	}
	.home .site-footer-new {
		position: absolute;
    	bottom: 20px;
	}
}

/* Developments */
.contenedor.development {
	max-width: none;
}
.development .big-title {
	background-color: #f7f7f7;
	text-align: center;
}
.development .big-title h1 {
	max-width: 1200px;
	display: inline-block;
}
.development .overview {
	padding: 40px 0;
	text-align: center;
}
.development .overview h2 {
	font-size: 260%;
	color: #01143E;
}
.development .overview p {
	font-size: 115%;
	line-height: 185%;
}

.development .midintro p {
	font-size: 100%;
	line-height: 185%;
	margin: 20px 50px;
	margin-top: 0;
}

.development .nice-wrapper .wrapper {
	background: #f7f7f7;
	border-top: 4px solid #01143E;
	padding: 20px;
	margin: 20px 0;
}
.development .colophon {
	margin-bottom: 100px;
}
.development .colophon .wrapper h3 {
	font-size: 260%;
	color: #01143E;
	text-align: center;
	line-height: 140%;
	margin-bottom: 40px;
}
.development .colophon .wrapper {
	height: 100%;
}
.development .colophon p {
	font-size: 1.1em;
	color: #01143E;
	font-weight: 400;
}
.development .colophon h4 {
	color: #006E99;
	text-transform: uppercase;
	font-weight: 600;
	margin: 50px 0 30px 0;
}
.development .colophon .special {
	color: #006E99;
	text-transform: uppercase;
	font-weight: 600;
}
.development .colophon ul li {
	color: #006E99;
}
.development .colophon ul li span {
	color: #4F627A;
}

.development .img-sep {
	margin: 30px 0;
}
.development .img-sep .img {
	width: 100%;
	height: 300px;
	background-size: cover !important;
}

.development .map {
	margin: 10px 0;
}

.development .diagram {
	margin: 50px 0;
	text-align: center;
}
.development .diagram .db {
	display: inline-block;
	height: 100px !important;
	overflow: hidden;
	vertical-align: middle !important;
}
.development .diagram .db p {
	vertical-align: middle !important;
	display: block;
	margin: 30px 0;
}
.development .diagram .db.dbts {
	width: 10%;
	background: #f7f7f7;
	color: #01143E;
	text-transform: uppercase;
	line-height: 1.2em;
	font-size: .9em;
	font-weight: 500;
	border-top: 4px solid #4F627A;
}
.development .diagram .db.dbtb {
	width: 50%;
	background: #01143E;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2em;
	font-size: .9em;
	font-weight: 500;
	border-top: 4px solid #006E99;
	padding-top: 10px;
}
.development .diagram .db.dbplus {
	width: 5%;
	font-size: 40px;
	color: #006E99;
	font-weight: 100;
}
.development .diagram .db.dbplus p {
	margin-top: 20px;
}

.development .devel {
	margin: 0;
}
.development .devel .iimg {
	margin-right: 0;
	padding-right: 0;
}
.development .devel .txt {
	padding: 30px 0;
	height: 600px;
}
.development .devel .txt .wrapper {
	background: #f7f7f7;
	height: 80%;
	padding-top: 90px;
	padding-left: 30px;
	padding-right: 30px;
	color: #4F627A;
	font-size: 1.1em;
	font-weight: 500;
}
.development .devel .txt .wrapper span {
	text-transform: uppercase;
	color: #006E99;
	font-weight: bold;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	.row-eq-height {
		display: flex;
		flex-wrap: wrap;
	}
	.development .colophon .row-* {
		padding-bottom: 40px !important;
	}
	.development .devel .txt {
		height: auto;
	}
	.development .devel .txt .wrapper {
		padding-top: 10px;
	}
	.development .diagram .db {
		width: 100% !important;
		display: block;
	}
	.development .diagram .db.dbtb {
		height: 130px !important;
	}
}


.downs {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	top: -80px;
}

.downs a {
	color: #01143E;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
}

@media only screen and (max-width: 900px) {
	.downs {
		top: -50px;
		flex-wrap: wrap;
    	justify-content: center;
	}
	.downs a { margin: 0 .5em; }
}
