/*
Theme Name: Sitri
Theme URI: http://sitri.com/
Description: Official Sitri theme
Author: Tanis Communications
Author URI: http://taniscomm.com/
Version: 1.0
*/
body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-weight: 300;
}
h1, h2, h3 {
    font-family: 'Oxygen', sans-serif;
}
.wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
body.open {
    overflow: hidden;
}
body.open .wrapper {
    left: -100%;
}
hr {
    margin-bottom: 30px;
    margin-top: 30px;
}
/** Defaults */
.float-left { float: left; }
.float-right { float: right; }
.middle {
    margin-left: auto;
    margin-right: auto;
}
.align-center { text-align: center; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.clearfix:before, .clearfix:after,
.row:before, .row:after {
    content: "";
    clear: both;
    display: block;
}
.font-weight-light { font-weight: 300; }
.font-weight-normal { font-weight: 400; }
.font-weight-medium { font-weight: 500; }
.font-weight-semi-bold { font-weight: 600; }
.font-weight-bold { font-weight: 700; }
.uppercase { text-transform: uppercase; }
a, a:hover, a:active, a:visited, a:focus {
    color: #000000;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
.border-bottom { border-bottom: 1px solid #E6E6E6; }
.border-top { border-top: 1px solid #E6E6E6; }
.hr {
    height: 1px;
    border-bottom: 1px solid #E6E6E6;
}
a:focus, input:focus, button:focus {
    outline: none;
}
/** Transition */
.tab-content-investment-partners figure,
.tab-content-technology-partners figure,
.thumbnail-block a img,
.icon-block,
#main-menu li a,
.menu li a,
.banner-menu ul li a,
.sidebar .widget ul li a,
ul.posts-list a,
.careers-tab.tab li a,
.post-entry a.content-btn,
.post-entry a.content-btn:after,
.btn, .btn:after,
.footer-widget .menu li a,
.lang-option li a,
.transition {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/** Buttons */
.btn {
    background: rgba(225, 228, 231, 0.73);
    color: rgba(26, 74, 106, 0.71);
    font-size: 16px;
    font-weight: 700;
    padding: 15px 50px;
    position: relative;
}
.btn:hover {
    color: rgba(26, 74, 106, 0.71);
}
.btn.big {
    font-size: 20px;
    padding: 18px 60px;
}
.btn.orange {
    color: #ffffff;
    background: #f37125;
}
.btn.orange:hover {
    color: #ffffff;
}
.btn:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 15px;
    font-size: 18px;
    font-weight: 400;
    opacity: 0;
    -webkit-transform: translate(-20px, -50%);
    -moz-transform: translate(-20px, -50%);
    -ms-transform: translate(-20px, -50%);
    -o-transform: translate(-20px, -50%);
    transform: translate(-20px, -50%);
    position: absolute;
    top: 50%;
}
.btn:hover:after {
    opacity: 1;
    -webkit-transform: translate(0,  -50%);
    -moz-transform: translate(0,  -50%);
    -ms-transform: translate(0,  -50%);
    -o-transform: translate(0,  -50%);
    transform: translate(0,  -50%);
}
/** Form inputs, select, and textareas */
input[type=text],
input[type=email],
input[type=url],
input[type=search],
select,
textarea {
}
/** Site Header */
.site-header {
    padding: 0 30px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
    transition: all 400ms ease 0s, left 300ms ease 0s;
    -o-transition: all 400ms ease 0s, left 300ms ease 0s;
    -moz-transition: all 400ms ease 0s, left 300ms ease 0s;
    -webkit-transition: all 400ms ease 0s, left 300ms ease 0s;
}
body.open .site-header {
    left: -100%;
}
/** Logo */
.logo-wrapper {
    float: left;
    padding: 0;
    position: absolute;
}
@media (max-width: 1399px) {
    .logo-wrapper {
        position: relative;
		float: none;
    }
}
@media (max-width: 1199px) {
    .logo-wrapper {
        position: relative;
    }
}
.logo-wrapper a {
    display: inline-block;
}
.logo-wrapper h2 {
    margin: 0;
    padding: 0;
    line-height: 1;
}
.logo-wrapper img{
	height: 100px;
}
/** Main Nav */
.wrapper .main-nav {
    display: table;
    float: right;
}
@media (max-width: 1399px) {
    .wrapper .main-nav {
       display: block;
       float: none;
	   padding-bottom: 20px;
    }
}
@media (max-width: 1199px) {
    .wrapper .main-nav {
        display: none;
    }
}
/** Main Menu */
.wrapper #main-menu {
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
    float: left;
}
.wrapper #main-menu li {
    position: relative;
}
.wrapper #main-menu > li {
    float: left;
}
.wrapper #main-menu li a {
    text-transform: uppercase;
    display: block;
    font-size: 13px;
    font-weight: 700;
}
.wrapper #main-menu li a:hover,
.wrapper #main-menu li.show-sub-menu > a,
.wrapper #main-menu li.current-menu-item > a {
    color: #f37125;
}
.wrapper #main-menu ul li.current-menu-item > a {
    font-weight: 700;
}
.wrapper #main-menu > li > a {
    padding: 40px 15px;
}
@media (max-width: 1399px) {
    .wrapper #main-menu > li > a {
   	 padding: 10px 15px;
	}
}
.wrapper #main-menu > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 5px;
    font-weight: 400;
    line-height: 0;
}
.wrapper #main-menu li ul {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}
.wrapper #main-menu li.show-sub-menu > a + ul {
    display: block;
}
.wrapper #main-menu > li > ul {
    top: 100%;
    left: 0;
}
.wrapper #main-menu ul {
    background: #ffffff;
    width: 250px;
}
.wrapper #main-menu ul li a {
    padding: 15px 15px;
    font-weight: 400;
}
.wrapper #main-menu ul li.menu-item-has-children > a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: 400;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
.wrapper #main-menu ul li {
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}
.wrapper #main-menu ul ul {
    border-top: 1px solid #E5E5E5;
    top: -1px;
    left: 100%;
}
/** Mobile Menu */
body > .main-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
    overflow-x: hidden;
    overflow-y: auto;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25) inset;
    display: none;
}
@media (max-width: 1199px) {
    body > .main-nav {
        display: block;
    }
}
body.open > .main-nav {
    right: 0;
}
body > .main-nav .menu {
    margin: 0;
    padding: 20px;
    list-style: none;
}
body > .main-nav .menu li {
    padding: 4px 0;
}
body > .main-nav .menu li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: 400;
    margin-left: 10px;
}
body > .main-nav .menu li a {
    display: inline-block;
    padding: 4px 0;
    text-decoration: none;
    color: #000000;
    font-weight: 200;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}
body > .main-nav .menu li.current-menu-item > a,
body > .main-nav .menu li a:hover {
    color: #f37125;;
}
body > .main-nav .menu li.current-menu-item > a {
    font-weight: 700;
}
body > .main-nav .menu ul {
    padding: 0 0 10px 30px;
    display: none;
    list-style: none;
    margin: 0;
}
body > .main-nav .menu li.show-sub-menu > a + ul {
    display: block;
}
body > .main-nav .menu,
body > .main-nav .lang-option,
body > .main-nav .search-form {
    padding: 30px;
    display: block;
    width: 100%;
}
/** Toggle */
#toggle {
    display: inline-block;
    padding: 15px 20px;
    z-index:1000;
    background-position:50% 50%;
    background-repeat:no-repeat;
    cursor:pointer;
    position:absolute;
    top:20px;
    right:0;
    -moz-transition:all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition:all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition:all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition:all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
}
@media (min-width: 1200px) {
    #toggle {
        display: none;
    }
}
#toggle .patty {
    width:24px;
    height:4px;
    margin:10px 0;
    background:#000000;
    -moz-transition:all 300ms ease-in-out;
    -o-transition:all 300ms ease-in-out;
    -webkit-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: relative;
}
#toggle .patty:after,
#toggle .patty:before {
    content:'';
    display:block;
    width:24px;
    height:4px;
    background:#000000;
    position:absolute;
    z-index:-1;
    -moz-transition:all 300ms ease-in-out;
    -o-transition:all 300ms ease-in-out;
    -webkit-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#toggle .patty:before {
    top:-8px;
}
#toggle .patty:after {
    top:8px;
}
#toggle:hover {
    -moz-transition:top 0.4s;
    -o-transition:top 0.4s;
    -webkit-transition:top 0.4s;
    transition:top 0.4s;
}
#toggle:hover .patty:before {
    top:-9px;
}
#toggle:hover .patty:after {
    top:9px;
}
#toggle.open .patty { background:none !important; }
#toggle.open .patty:after {
    top:0 !important;
    background:#000000 !important;
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
#toggle.open .patty:before {
    top:0 !important;
    background:#000000 !important;
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
/** Language Option */
.lang-option {
    display: table;
    margin: 0 20px 0 0;
    list-style: none;
    float: left;
    padding: 43px 0;
}
@media (max-width: 1399px) {
    .lang-option {
    	padding: 13px 0;
	}
}
.lang-option li {
    float: left;
    line-height: 1;
}
.lang-option li:not(:last-child) {
    border-right: 1px solid #828282;
    padding-right: 8px;
    margin-right: 8px;
}
.lang-option li a {
    font-size: 12px;
    color: #828282;
    display: block;
    vertical-align: middle;
    font-weight: 400;
}
.lang-option li a:hover {
    color: #000;
}
/** Header Search Form */
.main-nav .search-form {
    float: left;
    padding: 35px 0;
}
@media (max-width: 1399px) {
    .main-nav .search-form {
    float: left;
    padding: 6px 0;
}
}
.main-nav .search-form label span,
.main-nav .search-form input[type=submit] {
    display: none;
}
.main-nav .search-form label {
    position: relative;
    margin: 0;
}
.main-nav .search-form label:before {
    font-family: FontAwesome;
    content: "\f002";
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    color: rgba(0,0,0,0.22);
    font-size: 12px;
}
.main-nav .search-form input[type=search] {
    width: 160px;
    border: 1px solid #BABABA;
    font-size: 13px;
    font-weight: 300;
    padding: 3px 10px 3px 23px;
    position: relative;
    z-index: 1;
    color: #565656;
    background: #F7F7F7;
}
/** Home Slider */
#home-slider {
    width: 100% !important;
}
#home-slider .slide,
#home-slider .slide img {
    width: 100%;
}
#home-slider .slide .container {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#home-slider .slide .container .inner {
    float: right;
    max-width: 480px;
    color: #ffffff;
}
#home-slider .slide .container .inner h1,
#home-slider .slide .container .inner h2,
#home-slider .slide .container .inner h3 {
    margin: 0 0 30px;
    font-weight: 300;
    line-height: 1.4;
}
#home-slider .slide .container .inner ul {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}
#home-slider .slide .container .inner ul li {
    display: inline-block;
    width: 100%;
    font-size: 17px;
    position: relative;
    padding-left: 25px;
    line-height: 1.8;
}
#home-slider .slide .container .inner ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
}
#home-slider .slide .container .inner p {
    font-size: 17px;
    display: inline-block;
    width: 100%;
    margin: 0 0 40px;
}
#home-slider .slide .container .inner > *:last-child {
    margin-bottom: 0;
}
#home-slider .cycle-pager {
    position: absolute;
    bottom: 20px;
    left: 50%;
    text-align: center;
    z-index: 999;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#home-slider .cycle-pager span {
    width: 16px;
    height: 16px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255,255,255,0.35);
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    margin: 0 5px;
}
#home-slider .cycle-pager span.cycle-pager-active {
    background: #ffffff;
}
.border-bottom-short {
    display: inline-block;
}
.border-bottom-short:after {
    content: "";
    display: block;
    width: 110px;
    height: 4px;
    background: #F37125;
    margin-top: 10px;
}
.align-center .border-bottom-short:after,
.middle.border-bottom-short:after {
    margin-left: auto;
    margin-right: auto;
}
/** Front Page */
.home-container {
    max-width: 1500px;
}
.home-section {
    padding-top: 80px;
    padding-bottom: 40px;
}
.home-section .section-header h2 {
    font-size: 31px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
.home-section .section-header {
    margin-bottom: 40px;
}
.home-section.section-2 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.home-section.section-1 + .hr {
    margin-left: -9999px;
    margin-right: -15px;
}
/** Icon Block */
.icon-block {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
}
.icon-block:hover {
    background: #f5f7f9;
}
@media (min-width: 1200px) {
    .icon-block:nth-of-type(3n+1) {
        clear: left;
    }
}
@media (max-width: 1199px) and (min-width: 768px) {
    .icon-block:nth-of-type(2n+1) {
        clear: left;
    }
}
.icon-block figure {
    float: left;
    text-align: right;
    width: 70px;
}
.icon-block .content {
    padding-left: 80px;
    font-family: 'Oxygen', sans-serif;
}
.icon-block .content h3 {
    font-size: 18px;
    color: #4e4f51;
    margin: 0 0 15px;
}
.icon-block .content p {
    font-size: 14px;
    color: #4e4f51;
    line-height: 1.5;
}
.icon-block .content .learn-more {
    color: #db7243;
    margin-bottom: 0;
    font-size: 16px;
}
.icon-block .content .learn-more:after {
    display: inline-block;
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 5px;
}
/** Thumbnail Block */
.thumbnail-block {
    margin-bottom: 30px;
    font-family: 'Oxygen', sans-serif;
}
@media (min-width: 1200px) {
    .thumbnail-block:nth-of-type(3n+1) {
        clear: left;
    }
}
@media (max-width: 1199px) and (min-width: 768px) {
    .thumbnail-block:nth-of-type(2n+1) {
        clear: left;
    }
}
.thumbnail-block figure {
    overflow: hidden;
}
.thumbnail-block figure img {
    width: 100%;
}
.thumbnail-block a {
    display: block;
    position: relative;
}
.thumbnail-block a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.thumbnail-block .inner {
    padding: 0 10px;
}
.thumbnail-block header {
    margin-bottom: 20px;
}
.thumbnail-block header h3 {
    font-size: 18px;
    margin: 0;
    text-align: center;
}
/** Page Banner Area */
.banner-area {
    padding: 40px 0 0;
}
.banner-area.no-menu {
    padding: 40px 0;
}
@media (max-width: 959px) {
    .banner-area {
        padding: 40px 0;
    }
}
.banner-area header * {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
}
@media (min-width: 960px) {
    .banner-menu {
        margin-top: 40px;
    }
}
@media (max-width: 959px) {
    .banner-menu {
        display: none;
    }
}
.banner-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.banner-menu ul li a {
    display: block;
    line-height: 1;
}
/** Banner Style 1
.style-1 .banner-area {
    background: #7aadcf;
}
.style-1 .banner-menu {
    background: rgba(0,0,0,0.23);
}
.style-1 .banner-menu ul li {
    padding: 20px;
}
.style-1 .banner-menu ul li a {
    color: #a9b9c4;
}
.style-1 .banner-menu ul li a:hover {
    color: #ffffff;
}
.style-1 .banner-menu ul li.current-menu-item a {
    color: #ffffff;
    border-bottom: 4px solid rgba(255,255,255,0.74);
    padding: 0 3px 6px;
}*/
/** Banner Style 2
.style-2 .banner-area {
    background: #d2924b;
}
.style-2 .banner-menu {
    background: rgba(0,0,0,0.23);
}
.style-2 .banner-menu ul li {
    margin: 0 10px;
}
.style-2 .banner-menu ul li:first-child {
    margin: 0 10px 0 0;
}
.style-2 .banner-menu ul li a {
    color: #f3e5d5;
    padding: 12px;
}
.style-2 .banner-menu ul li a:hover {
    color: #ffffff;
}
.style-2 .banner-menu ul li.current-menu-item a {
    color: #000000;
    background: #ffffff;
    font-weight: 700;
}*/
.banner-area {
    background: #d2924b;
}
.banner-menu {
    background: rgba(0,0,0,0.23);
}
.banner-menu .menu > li {
    margin: 0 10px;
    position: relative;
}
.banner-menu .menu > li:first-child {
    margin: 0 10px 0 0;
}
.banner-menu .menu > li > a {
    color: rgba(255, 255, 255, 0.85);
    padding: 12px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.banner-menu .menu > li > a:hover {
    color: #ffffff;
}
.banner-menu .menu > li.current-menu-item > a {
    color: #000000;
    background: #ffffff;
    font-weight: 700;
}
.banner-menu .menu > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 5px;
    font-weight: 400;
    line-height: 0;
}
.banner-menu .menu .sub-menu {
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 99;
    background: #ffffff;
    width: 220px;
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 4px;
    display: none;
}
.banner-menu .menu > li.show-sub-menu > a {
    color: #000000;
    background: #ffffff;
}
.banner-menu .menu > li.show-sub-menu > a + ul {
    display: block;
}
.banner-menu .menu .sub-menu li {
    padding: 8px 12px;
}
.banner-menu .menu .sub-menu li a:hover,
.banner-menu .menu .sub-menu li.current-menu-item a {
    color: #f37125;
}
.banner-menu .menu .sub-menu li.current-menu-item a {
    font-weight: 700;
}
/** Page Single */
.template-custom-sidebar main {
    padding-top: 60px;
    padding-bottom: 80px;
}
.post-header {
    margin-bottom: 30px;
}
.post-header * {
    font-size: 39px;
    font-family: 'Play', sans-serif;
}
.post-header *:after {
    width: 70px;
}
.post-thumbnail {
    margin-bottom: 40px;
}
.post-thumbnail img {
    width: 100%;
}
.post-entry h1, .post-entry h2, .post-entry h3 {
    font-family: 'Play', sans-serif;
}
.post-entry h1.border-bottom-short:after,
.post-entry h2.border-bottom-short:after,
.post-entry h3.border-bottom-short:after {
    width: 70px;
}
.post-entry ol,
.post-entry ul {
    padding: 0;
    margin: 0;
}
.post-entry ol:not(.numeric-list) {
    padding-left: 20px;
}
.post-entry ul {
    list-style: none;
}
.post-entry p,
.post-entry ol,
.post-entry ul {
    line-height: 1.8;
}
.post-entry ol li,
.post-entry ul li {
    width: 100%;
    margin: 5px 0;
    position: relative;
}
.post-entry ul li {
    display: inline-block;
    margin: 0;
}
.post-entry ol.numeric-list li,
.post-entry ul.numeric-list li,
.post-entry p,
.post-entry ul,
.post-entry ol,
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    margin: 15px 0;
    display: inline-block;
    width: 100%;
}
.post-entry h2:not(.border-bottom-short),
.post-entry h3:not(.border-bottom-short) {
    margin-bottom: 0;
}
.post-entry > *:first-child {
    margin-top: 0;
}
.post-entry hr {
    margin-left: 0;
}
.post-entry .not-full-width {
    max-width: 600px;
}
.post-entry ul {
    margin-top: 0;
}
.post-entry h1 + ul,
.post-entry h2 + ul,
.post-entry h3 + ul,
.post-entry h4 + ul,
.post-entry h5 + ul,
.post-entry h6 + ul {
    margin-top: 15px;
}
.post-entry ul li:after {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #036eb8;
    z-index: 3;
}
.post-entry ul li {
    padding-left: 25px;
}
.numeric-list {
    margin: 15px 0;
    display: inline-block;
    width: 100%;
}
.numeric-list > li {
    padding-left: 55px;
}
.numeric-list > li .number {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #036eb8;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 3;
    font-size: 35px;
    font-family: 'Play', sans-serif;
}
.post-entry table th,
.post-entry table td{
	padding: 15px;
    text-align: left;
	border: 1px solid #eaeaea;
}
.post-entry a {
    color: #ea5514;
}
.post-entry a.content-btn {
	color: #fff;
	background: #ea5514;
	padding: 15px 50px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	line-height: 1.42857143;
    border-radius: 4px;
	border: 1px solid transparent;
	touch-action: manipulation;
	vertical-align: middle;	
	display: inline-block;
    position: relative;
}
.post-entry a.content-btn:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 15px;
    font-size: 18px;
    font-weight: 400;
    opacity: 0;
    -webkit-transform: translate(-20px, -50%);
    -moz-transform: translate(-20px, -50%);
    -ms-transform: translate(-20px, -50%);
    -o-transform: translate(-20px, -50%);
    transform: translate(-20px, -50%);
    position: absolute;
    top: 50%;
}
.post-entry a.content-btn:hover:after {
    opacity: 1;
    -webkit-transform: translate(0,  -50%);
    -moz-transform: translate(0,  -50%);
    -ms-transform: translate(0,  -50%);
    -o-transform: translate(0,  -50%);
    transform: translate(0,  -50%);
}
/** Resources */
.resources {
    margin-left: -10px;
    margin-right: -10px;
}
.resources .resource {
    padding: 10px;
}
.resources .resource .inner {
    padding: 20px;
    border: 1px solid #F0F0F0;
}
.resources .resource .meta {
    font-size: 13px;
    color: #9e9e9e;
    margin-bottom: 10px;
}
.resources .resource .meta span {
    display: block;
    position: relative;
}
.resources .resource .meta span:before {
    font-family: FontAwesome;
    margin-right: 5px;
    font-weight: 400;
    font-size: 14px;
}
.resources .resource.white-papers .meta span:before {
    content: "\f0f6";
}
.resources .resource.presentations .meta span:before {
    content: "\f0a1";
}
.resources .resource.fact-sheets .meta span:before {
    content: "\f200";
}
.resources .resource.brochures .meta span:before {
    content: "\f278";
}
.resources .resource h2,
.resources .resource p {
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 18px;
    font-family: 'Open Sans', sans-serif;
}
.resources .resource p {
    color: #676767;
}
.resources .resource .cta a:after {
    content: "\f063";
    font-family: FontAwesome;
    margin-left: 10px;
    text-shadow:
            -1px -1px 0 #f37125,
            1px -1px 0 #f37125,
            -1px 1px 0 #f37125,
            1px 1px 0 #f37125;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}
.events-toggles{
	display: none;
}
/** Reports **/
.report-menu {
    background: transparent;
    margin-bottom: 40px;
}
@media (max-width: 959px) {
    .report-menu {
        display: block;
    }
}
.report-menu .menu{
	 background: #f5f7f9;
}
.report-menu a{
	color:#000 !important;
}
.report-search{
	display: block;
	padding-top: 4px;
}
.report-search .s{
	padding: 3px 8px;
}
@media (max-width: 767px) {
    .report-menu .menu > li {
        float: none;
        margin-left: 0;
    }
}
@media (max-width: 959px) {
    .report-search-item {
        display: block;
        clear: both;
        float: none;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-left: 10px !important;
    }
}
.report-table{
	overflow: hidden;
}
.report-table > thead > tr > th,
.report-table > tbody > tr > td {
    padding: 10px 8px;
}
@media (max-width: 959px) {
    .report-table > thead > tr > th:not(:first-child),
    .report-table > tbody > tr > td:not(:first-child) {
        display: none;
    }
}
.filterable tr{
	position: static !important;
}
.report-description{
	width: 40%;
}
.report-title{
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}
.report-menu .filter-info {
    padding: 10px 0 0 10px;
    font-size: 14px;
}
.report-menu .filter-info span {
    font-weight: 500;
}
.report-table.loading > * {
    opacity:0.2;
}
.report-table.loading:before {
    content: "Loading New Reports";
    padding: 22px;
    background: #000;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
}
.reports-search-result {
    display: none;
}
.loader-message {
    display: none;
}
/** Posts List */
ul.posts-list li {
    border-top: 1px solid #efefef;
    margin: 0;
    padding: 0;
    display: block;
}
ul.posts-list li:last-child{
	border-bottom: 1px solid #efefef;
}
ul.posts-list:last-child li:last-child{
	border-bottom: none;
}
ul.posts-list li:after {
    content: "";
    display: block;
    position: static;
}
.page-template-template-news .post-entry h3 {
    padding: 30px 0;
	margin: 0;
}
ul.posts-list a {
    display: block;
    padding: 30px 0;
    font-size: 18px;
    line-height: 1.5;
    text-decoration: none;
    position: relative;
    color: #000000;
}
ul.posts-list li:hover a {
    color: #f37125;
}
ul.posts-list .image {
    padding-right: 15px;
}
ul.posts-list .text {
    padding-left: 15px;
}
/** Partners */
.tab-content-investment-partners figure,
.tab-content-technology-partners figure {
    padding-bottom: 15px;
}
.tab-content-investment-partners figure:hover,
.tab-content-technology-partners figure:hover  {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
/** Sidebar */
.sidebar {
    position: relative;
}
@media (max-width: 959px) {
    .sidebar {
        margin-top: 50px;
    }
}
.sidebar .column-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    width: 2000px;
    background: #FAFAFA;
}
.sidebar .sidebar-widgets {
    position: relative;
    z-index: 9;
    padding: 80px 40px 40px;
}
.sidebar .widget .widget-title {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 15px;
    font-size: 14px;
}
.sidebar .widget .widget-title:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #F37125;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.sidebar .widget {
    margin-bottom: 40px;
    text-align: center;
}
/** Home Sidebar */
.home-container .sidebar {
    border-left: 1px solid #E5E5E5;
}
.home-container .sidebar .widget .widget-title:after {
    background: #F37125;
}
/** Page Template Sidebar */
.template-custom-sidebar .sidebar .widget-area {
}
.template-custom-sidebar .sidebar .widget {
    padding: 30px 25px;
    background: #f5f7f9;
}
.template-custom-sidebar .sidebar .widget .widget-title:after {
    background: #ccd2d7;
}
/** Careers */
.careers-table > thead > tr > th,
.careers-table > tbody > tr > td {
    padding: 10px 8px;
}
.careers-table > thead {
    background: #ECF0F2;
}
.careers-table > thead > tr > th {
    border-bottom: none;
}
.careers-table > tbody > tr:first-child > td {
    border-top: none;
}
.careers-tab.tab {
    margin-top: 20px;
    margin-bottom: 30px;
}
.careers-tab.tab li {
    float: left;
    display: block;
    width: auto;
    padding: 0;
    margin-right: 15px;
    border-bottom: 3px solid transparent;
    line-height: 1.5;
}
.careers-tab.tab li.active {
    border-color: #036EB8;
}
.careers-tab.tab li a {
    text-transform: uppercase;
    color: #A1A1A1;
}
.careers-tab.tab li.active a,
.careers-tab.tab li a:hover {
    color: #000000;
}
.careers-tab.tab li:after {
    display: none;
}
.careers-tab.tab-content:not(.active) {
    display: none;
}
/** Widgets */
.sidebar .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.sidebar .widget ul li {
    position: relative;
}
.sidebar .widget ul li a {
    display: inline-block;
}
.template-custom-sidebar .sidebar .widget ul li:not(:last-child) {
    margin: 0 0 20px;
}
.template-custom-sidebar .sidebar .widget ul li a {
    font-size: 14px;
}
.home-container .sidebar .widget:not(:last-of-type) {
    padding-bottom: 40px;
    border-bottom: 1px solid #CACACA;
}
.home-container .sidebar .widget:not(:first-of-type) {
    margin-top: 40px;
}
.home-container .sidebar .widget ul {
    text-align: center;
}
.recent_posts_widget .recent-posts-list li:not(:last-child) {
    margin: 0 0 40px;
}
.recent_posts_widget .recent-posts-list li a {
    font-size: 14px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 300;
    line-height: 1.6;
}
.template-custom-sidebar .recent_posts_widget .recent-posts-list li a:after {
    content: "\02192";
    margin-left: 5px;
    color: #f37125;
    display: inline;
    font-size: 18px;
    line-height: 1;
}
.template-custom-sidebar .recent_posts_widget .recent-posts-list li a:hover {
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.home-container .recent_posts_widget .recent-posts-list li a {
    font-size: 13px;
}
.home-container .recent_posts_widget .recent-posts-list li a:hover {
    color: #db7243;
}
.recent_posts_widget .recent-posts-cta {
    padding-top: 40px;
}
.template-custom-sidebar .recent_posts_widget .recent-posts-cta {
    padding-top: 30px;
}
.template-custom-sidebar .recent_posts_widget .recent-posts-cta .btn {
    width: 100%;
}
.home-container .recent_posts_widget .recent-posts-cta .btn {
    font-weight: 300;
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
    line-height: 1;
}
.sidebar .menu li a:after {
    content: "\02192";
    margin-left: 5px;
    color: #f37125;
    display: inline;
    font-size: 18px;
    line-height: 1;
}
.sidebar .menu li a:hover {
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.sidebar .widget.page-nav {
    border-left: 4px solid #036EB8;
}
.sidebar .widget.page-nav ul li.current-menu-item a {
    font-weight: 800;
    color: #036eb8;
}
.sidebar .widget.page-nav ul li a:hover {
    color: #036eb8;
}
.sidebar .widget.page-nav ul li.current-menu-item:before {
    content: "";
    position: absolute;
    left: -26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #036EB8;
}
/** Footer */
/** Footer Widgets */
.footer-widgets {
    background: #252525;
    padding: 50px 20px 0;
}
.footer-widgets .widgets-wrapper {
    display: table;
}
.footer-widget {
    float: left;
    padding: 0 15px;
    margin-bottom: 40px;
    display: table;
}
@media (max-width: 959px) and (min-width: 768px) {
    .footer-widget:nth-of-type(3n+1) {
        clear: left;
    }
}
@media (max-width: 767px) and (min-width: 600px) {
    .footer-widget:nth-of-type(2n+1) {
        clear: left;
    }
}
@media (max-width: 599px) {
    .footer-widget {
        width: 100%;
    }
}
.footer-widget h3.widget-title {
    margin: 0 0 12px;
    padding: 0;
    font-size: 12px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.footer-widget .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widget .menu li {
    line-height: 1.2;
}
.footer-widget .menu li a {
    color: #aeaeae;
    font-weight: 300;
    font-size: 12px;
}
.footer-widget .menu li a:hover {
    color: #db7243;
}
/** Footer Message */
.footer-message {
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    background: #757575;
    padding: 7px 20px;
    font-family: 'Oxygen', sans-serif;
}
/** Prevent Override Default */
.no-padding { padding: 0; }
.no-padding-left { padding-left: 0; }
.no-padding-right { padding-right: 0; }
.no-padding-top { padding-top: 0; }
.no-padding-bottom { padding-bottom: 0; }
.no-margin { margin: 0; }
.no-margin-left { margin-left: 0; }
.no-margin-right { margin-right: 0; }
.no-margin-top { margin-top: 0; }
.no-margin-bottom { margin-bottom: 0; }
@media (min-width: 960px) {
    .flex-center, .flex-bottom {
        flex-wrap: wrap;
        display: flex;
    }
    .flex-center {
        align-items: center;
    }
    .flex-bottom {
        align-items: baseline;
    }
}