/* --------------------------------------------------------------
Basic Styles
-------------------------------------------------------------- */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

em{font-style:italic}.small{font-size:80%}.center{text-align:center}

hr{display:block;height:2px;width:60px;background:#ddd;border:0;margin:20px 0;clear:both}

form{margin:0;padding:0}input{outline:0}

input[type="text"],
input[type="email"],
textarea {
  border-radius: 3px;
  margin: 0;
}

/* Buttons */

.button {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.button:active {
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transform: translatey(1.5px) scale(0.99);
    transform: translatey(1.5px) scale(0.99);
}
.sm-filled-blue {
    display: inline-block;
    padding: 7px 15px;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
    background: #2D8FE2;
    border-radius: 3px;
}
.sm-filled-blue:hover {
    background: #3CA3E8;
    color: #fff;
}
.sm-filled-trans {
	display: inline-block;
	padding: 7px 15px;
	font-size: 13px;
	font-weight: 500;
	line-height: 15px;
	text-transform: uppercase;
	color: #fff;
	background: rgba(0,0,0,0.25);
	border-radius: 3px;
}
.sm-filled-trans:hover {
	background: rgba(0,0,0,0.1);
	color: #fff;
}

.bg-filled {
    display: inline-block;
    padding: 15px 40px;
    background: transparent;
    color: #465275;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #D9DFE4;
    border-radius: 3px;
}
.bg-filled:hover {
    color: #465275;
    border: 2px solid #D9DFE4;
}
.bg-filled-blue {
	display: inline-block;
	padding: 15px 40px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1em;
	text-transform: uppercase;
	color: #fff;
	background: #2D8FE2;
	border-radius: 3px;
}
.bg-filled-blue:hover {
	background: #3CA3E8;
	color: #fff;
}
.bg-filled-orange {
	display: inline-block;
	padding: 15px 40px;
	background: #FF5600;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1em;
	text-transform: uppercase;
	text-align: center;
	border-radius: 3px;
}
.bg-filled-orange:hover {
	background: #FF6D00;
	color: #fff;
}
.bg-filled-white {
	display: inline-block;
	padding: 15px 40px;
	background: #fff;
	color: #465275;
	font-size: 15px;
	font-weight: 500;
	line-height: 1em;
	text-transform: uppercase;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0px 1px 2px 0px rgba(52,77,97,0.15);
}
.bg-filled-white:hover {
	color: #2D8FE2;
}
.bg-ghost {
    display: inline-block;
    padding: 15px 40px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
    color: #344D62;
    background: transparent;
    border: 2px solid #D8DFE4;
    border-radius: 3px;
}

.transition01 {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.transition {
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* --------------------------------------------------------------
Main
-------------------------------------------------------------- */

.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 76px;
    min-height: 600px;
}


/* Header */

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    z-index: 999;
}
#logo {
    float: left;
}
#logo a {
    display: block;
}
#logo a img {
    display: block;
    padding: 28.5px 0;
}
.nav-toggle {
    display: none;
}
#main-nav {
    display: block;
    margin-left: 150px;
}
#main-nav nav {
    float: left;
}
#main-nav nav>ul {

}
#main-nav nav>ul>li {
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #344D62;
    position: relative;
}
#main-nav nav>ul>li:last-child {
    margin-right: 0px;
}
#main-nav nav>ul>li>a {
    display: block;
    color: #344D62;
    position: relative;
    padding: 28px 30px 25px;
    cursor: default;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#main-nav nav>ul>li:hover>a {
    color: #008BE0;
    border-bottom: 3px solid #2D8FE2;
}
#main-nav li.menu-item-has-children>a:after {
    content: "\6d";
    font-family: "dr3" !important;
    font-size: 20px;
    color: #D9DFE4;
    display: inline-block;
    line-height: 73px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 10px;
    background-size: contain;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;

	text-transform: none !important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#main-nav li.menu-item-has-children:hover>a:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #008BE0;
}
#main-nav nav>ul>li>ul.sub-menu {
    display: none;
    white-space: nowrap;
    min-width: 100%;
    position: absolute;
    top: 75px;
    left: 0px;
    padding: 15px 0px;
    background: #252F45;
    color: #fff;
}
#main-nav .sub-menu li {
    margin: 0;
}
#main-nav .sub-menu li a {
    display: block;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 45px;
    text-transform: none;
    color: #fff;
    white-space: nowrap;
}
#main-nav .sub-menu li a:hover {
    background: #465275;
}
#main-nav .sub-menu li a.active {
    color: #2D8FE2;
}
#main-nav .sub-menu li.menu-item-has-children {
    display: inline-block;
    vertical-align: top;
}
#main-nav .sub-menu li.menu-item-has-children>a {
    font-size: 13px;
    font-weight: 500;
    color: #8191A2;
    text-transform: uppercase;
    cursor: default;
}
#main-nav .sub-menu li.menu-item-has-children>a:hover {
    background: transparent;
}
#main-nav .sub-menu li.menu-item-has-children>a:after {
    display: none;
}
#main-nav .sub-menu .sub-menu li a {
    line-height: 30px;
}
.menu-extra.mobile {
    display: none;
}
.menu-extra {
    float: right;
}
.menu-extra a {
    margin: 15px 0;
}


/* Homepage */

.home .wrapper {
    padding-top: 76px;
}
.home header.fixed {
    /*border-bottom: 0;*/
}
.top-block {
    background-image: -webkit-linear-gradient(bottom right, #465275 0%, #324163 32%, #061D3B 100%);
    background-image: -o-linear-gradient(bottom right, #465275 0%, #324163 32%, #061D3B 100%);
    background-image: linear-gradient(to top left, #465275 0%, #324163 32%, #061D3B 100%);
    width: 100%;
    padding-bottom: 60px;
}
.home .top-block {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0 60px;
}
.top-block .video {
    position: relative;
    margin-bottom: 120px;
}
.video-text {
    width: 600px;
}
.video-text h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 60px;
    color: #fff;
    margin-bottom: 30px;
}
.video-text .watch-v {
    display: inline-block;
    margin-left: 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 45px;
    height: 45px;
    color: #2D8FE2;
    text-transform: uppercase;
    cursor: pointer;
}
.video-text .watch-v:hover {
	color: #3CA3E8;
}
.video-text .watch-v i {
    font-size: 20px;
    margin-right: 7px;
    float: left;
    display: inline;
    vertical-align: middle;
}
.video-text .watch-v {
    display: inline-block;
    margin-left: 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 45px;
    height: 45px;
    color: #2D8FE2;
    text-transform: uppercase;
}
.video-button {
    border-radius: 6px;
    overflow: hidden;
    margin-left: 630px;
}
.video-mobile {
    display: none;
}
.top-block .logos {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.logos-row {
	line-height: 60px;
}
.top-block .logos img {
    display: inline-block;
    margin: 0 30px;
    vertical-align: middle;
}
.top-block .logos p {
    color: #7D91A3;
    margin: 30px auto 0;
    font-size: 22px;
}
.roles {
	padding: 75px 0 100px;
	background-color: #F4F7F8;
}
.roles h2 {
    font-size: 42px;
    font-weight: 300;
    color: #465275;
    line-height: 60px;
    text-align: center;
    margin-bottom: 35px;
}
.role-buttons {
    display: flex;
    justify-content: space-between;
}
.role-buttons .item {
    width: 200px;
    height: 180px;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    background-color: transparent;
    text-align: center;
}
.role-buttons .item:hover {
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.05);
}
.role-buttons .item:first-child {
    margin-left: 0;
}
.role-image {
    line-height: 120px;
}
.role-image img {
    vertical-align: middle;
}
.role-buttons .item>a {
  display: block;
}
.role-buttons .item span {
    font-size: 17px;
    font-weight: 400;
    color: #465275;
    line-height: 20px;
    padding: 0px 20px;
    display: block;
}
.mbp {
	padding: 90px 0 60px;
    background-image: -webkit-linear-gradient(bottom, #204371 0%, #16273F 100%);
    background-image: -o-linear-gradient(bottom, #204371 0%, #16273F 100%);
    background-image: linear-gradient(to top, #204371 0%, #16273F 100%);
}
.mbp h2 {
    font-size: 42px;
    font-weight: 300;
    color: #fff;
    line-height: 60px;
    text-align: center;
    margin-bottom: 5px;
}
.mbp p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    opacity: 0.7;
    line-height: 30px;
    text-align: center;
    margin-bottom: 60px;
}
.contact-b {
    text-align: center;
    margin-top: 120px;
}


p.name {
    font-size: 22px;
    line-height: 30px;
    margin-left: 105px;
    margin-bottom: 0;
    color: #344D62;
    padding-top: 15px;
}
p.title {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #7E91A2;
    margin-left: 105px;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.uc-testimonial {
    max-width: 540px;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #344D62;
}
.uc-testimonial span {
    display: block;
    margin-bottom: 15px;
    color: #344D62;
}
.uc-testimonial p {
    color: #7E91A2;
}
.uc-results-video-right {
    width: 50%;
    float: right;
    text-align: right;
    padding-left: 15px;
}
.uc-results-video-right>* {
	width: 100%;
}


/* Blog */

section.category {
    padding: 60px 0 120px;
}
.blog-roll {
    width: 705px;
    float: left;
}
.blog-roll h1 {
    font-size: 54px;
    font-weight: 300;
    line-height: 60px;
    color: #344D62;
    margin-bottom: 75px;
}
article.post {
    padding-bottom: 60px;
    border-bottom: 1px solid #D9DFE4;
    margin-bottom: 60px;
}
article.post h2 {
    margin-bottom: 15px;
}
article.post h2 a {
    color: #465275;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5em;
}
article.post h2 a:hover {
    color: #2D8FE2;
}
.blog-roll .meta {
    line-height: 30px;
    margin-bottom: 30px;
}
.blog-roll .date {
    display: inline-block;
    width: 150px;
    font-size: 17px;
    font-weight: 400;
    color: #7E91A2;
    float: left;
}
.blog-roll .tags {
    display: none;
    margin-left: 160px;
}
.blog-roll .tags a {
    display: inline-block;
    padding: 0 15px;
    float: left;
    border: 2px solid #D9DFE4;
    border-radius: 3px;
    color: #465275;
    font-size: 13px;
    font-weight: 500;
    box-sizing: border-box;
    line-height: 26px;
    margin-right: 10px;
}
.blog-roll .thumbnail {
    margin-bottom: 30px;
}
.blog-roll .thumbnail a {
    display: block;
    width: 100%;
}
.blog-roll .thumbnail img {
    width: auto;
}
.blog-roll .intro {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #465275;
    margin-bottom: 30px;
}
.post-bottom .button span {
    margin-right: 15px;
    float: left;
}
.post-bottom .button i {
    font-size: 10px;
    float: right;
}


ul.page-numbers {
    display: inline-block;
    padding: 15px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.05);
}
ul.page-numbers li {
    display: inline-block;
    float: left;
    margin: 0 7px;
}
ul.page-numbers li a {
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #7F91A1;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    background: #FFF;
    border-radius: 3px;
}
ul.page-numbers li a:hover {
    background: #008BE0;
    color: #fff;
}
ul.page-numbers li a.prev {
    padding-right: 15px;
    border-right: 1px solid #ECEFF2;
    box-sizing: content-box;
    margin-right: 15px;
    border-radius: 3px 0 0 3px;
}
ul.page-numbers li a.next {
    padding-left: 15px;
    border-left: 1px solid #ECEFF2;
    box-sizing: content-box;
    margin-left: 15px;
    border-radius: 0 3px 3px 0;
}
ul.page-numbers li a i {
    display: block;
    font-size: 20px;
    line-height: 30px;
}
ul.page-numbers li span {
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    background: #008BE0;
    border-radius: 3px;
}





/* Sidebar */

.right-sidebar {
    width: 390px;
    float: right;
}
.search_widget {
    margin-bottom: 75px;
}
.search_widget label {
    display: block;
    position: relative;
}
.search_widget label i {
    position: absolute;
    left: 20px;
    line-height: 41px;
    color: #B8C5CE;
    font-size: 24px;
}
.search_widget input {
    display: block;
    width: 100%;
    height: 41px;
    font-size: 17px;
    font-weight: 400;
    line-height: 45px;
    color: #344D62;
    padding: 0 0 0 50px;
    border: 2px solid #ECEFF2;
    background-color: #ECEFF2;
}
.search_widget input:focus {
    border: 2px solid #2D8FE2;
    background-color: #fff;
}
.widget {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.05);
    border-radius: 3px;
    padding: 30px;
    margin-bottom: 30px;
}
.widgettitle {
    display: block;
    font-size: 22px;
    font-weight: 400;
    color: #465275;
    margin-bottom: 20px;
}
.dr-form.newsletter-form form {
    position: relative;
}
.newsletter-form input#emailAddress {
    display: inline-block;
    width: 100%;
    height: 60px;
    font-size: 17px;
    color: #344D62;
    line-height: 56px;
    border: 2px solid #ECEFF2;
    border-radius: 3px;
    padding: 0 60px 0 15px;
    background-color: #ECEFF2;
}
.newsletter-form input#emailAddress:focus {
    background-color: #fff;
    border-color: #2D8FE2;
    box-shadow: none;
}
.newsletter-form .validation_error {
    border-color: #E55653 !important; 
}
.dr-form.newsletter-form button.submit {
    display: block;
    padding: 0;
    float: right;
    position: absolute;
    top: 7px;
    right: 7px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border: none;
    border-radius: 3px;
    background-color: #2D8FE2;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.dr-form.newsletter-form button.submit i {
	font-size: 24px;
	color: #fff;
}
.message-wrap {
    width: 600px;
    padding: 30px 45px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(28,39,57,0.33), 0px 20px 50px 0px rgba(0,0,0,0.19);
    border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.message-wrap img {
    display: block;
    width: 137px;
    margin: 0 auto 30px;
}
.message-wrap e {
    display: block;
    font-size: 42px;
    font-weight: 300;
    line-height: 45px;
    color: #344D62;
    margin: 0 auto 10px;
}
.message-wrap span {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #7E91A2;
    display: block;
    margin: 0 auto;
}

/* Single post */

section.single-post {
    padding: 60px 0 0;
}
.post-content {
    width: 705px;
    float: left;
}
.post-content h1 {
    font-size: 54px;
    font-weight: 300;
    line-height: 60px;
    color: #344D62;
    margin-bottom: 30px;
}
.post-content h1 {
    font-size: 54px;
    font-weight: 300;
    line-height: 60px;
    color: #344D62;
    margin-bottom: 30px;
}
.post-content .meta {
    line-height: 30px;
    margin-bottom: 30px;
}
.post-content .date {
    display: inline-block;
    width: 150px;
    font-size: 17px;
    font-weight: 400;
    color: #7E91A2;
    float: left;
}
.post-content .tags {
    display: none;
    margin-left: 160px;
}
.post-content .tags a {
    display: inline-block;
    padding: 0 15px;
    float: left;
    border: 2px solid #D9DFE4;
    border-radius: 3px;
    color: #465275;
    font-size: 13px;
    font-weight: 500;
    box-sizing: border-box;
    line-height: 26px;
    margin-right: 10px;
}
.post-text {
    color: #465275;
    margin-bottom: 60px;
}
.post-text h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5em;
    color: #465275;
    margin-bottom: 10px;
}
.post-text h3 {
    font-size: 22px;
    line-height: 1.5em;
    color: #465275;
    margin-bottom: 10px;
}
.post-text>p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px;
}
.post-text blockquote {
    padding-top: 15px;
    padding-left: 75px;
    margin-bottom: 60px;
    position: relative;
    background: url(img/quotebg.png) no-repeat;
    background-position: 0 0;
    background-size: 58px;
}
.post-text blockquote p {
    font-size: 20px;
    font-weight: 300;
    text-align: justify;
    font-style: italic;
    margin-bottom: 15px;
}
.post-text blockquote footer {
    font-size: 17px;
    font-style: italic;
    line-height: 30px;
    color: #465275;
    background-color: transparent;
    padding: 0;
}

p.code {
    padding: 25px 30px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.05);
}

.post-text ul {
	display: block;
	padding: 0 0 0 30px;
    list-style-type: disc;
    line-height: 30px;
}
.post-text ol {
	display: block;
	padding: 0 0 0 30px;
    list-style-type: decimal;
    line-height: 30px;
}


.latest-posts {
    background-color: #fff;
    padding-bottom: 60px;
}
.lp-item {
    display: inline-block;
    float: left;
    width: 33%;
    text-align: center;
    padding: 0 15px;
}
.latest-posts h3 {
    font-size: 30px;
    line-height: 1.5em;
    color: #465275;
    display: block;
    text-align: center;
    margin: 30px auto;
}
.lp-item a {
    display: block;
    cursor: pointer;
}
.lp-item span {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #7E91A2;
    margin-bottom: 10px;
}
.lp-item h4 {
    display: block;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #2D8FE2;
}

/* Press & News */

section.news.category {
    padding: 60px 0 0;
}
.news-roll h1 {
    margin-bottom: 50px;
}
.category-filter.mobile {
    display: none;
}
.category-filter {
    margin-bottom: 40px;
}
.category-filter ul {
    display: inline-block;
    float: left;
    border-bottom: 1px solid #D9DFE4;
}
.category-filter .cat-item {
    display: inline-block;
    float: left;
    margin-bottom: -1px;
}
.category-filter .cat-item a {
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
    display: block;
    margin-left: 20px;
    text-align: center;
    padding: 12.5px 40px;
    border-bottom: 2px solid transparent;
}
.category-filter .cat-item:first-child a {
    margin-left: 0 !important;
}
.category-filter .cat-item a:hover, .category-filter .cat-item.current-cat a {
    border-bottom-color: #2D8FE2;
}
.news-search {
    float: right;
    margin-bottom: 0;
    position: absolute;
    top: 10px;
    right: 15px;
}
.news-search input {
    width: 285px;
}
.news-roll article.post {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 50px;
}
.news-roll article.post h2 {
    margin-bottom: 0;
}
.news-roll .meta.sm {
    margin-bottom: 0;
}
.news-roll .meta.sm .date {
    width: auto;
    float: left;
}
.news-roll .meta.sm .cat {
    float: left;
}
.news .pagination {
    text-align: center;
    padding: 30px 0 90px;
}
.post-subscribe {
    background-color: #fff;
    text-align: center;
    padding: 60px 0 75px;
}
.post-subscribe h2 {
    margin-bottom: 30px;
}
.post-subscribe .sform {
    width: 50%;
    margin: 0 auto;
}

/* 404 */

section.error404 {
    text-align: center;
    padding: 150px 0;
}
.error-image, .error-text {
    width: 390px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 45px;
}
.error-image figure {
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(152,182,204,0.23);
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.error-image figcaption {
    font-size: 22px;
    display: block;
    color: #fff;
    line-height: 45px;
    background-image: linear-gradient(101deg, #465275 0%, #061D3B 93%);
}
.error-image figure img {
    display: block;
    width: 195px;
    margin: 45px auto 0;
}
.error-text {
    text-align: left;
}
.error-text h1 {
    font-size: 42px;
}
.error-text p {
    color: #7E91A2;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px;
}

/* Thank you */

.page-template-page-thank-you .wrapper {
    padding-top: 76px;
}
.page-template-page-thank-you header.fixed {
	/*border-bottom: none;*/
}
section.thank-you {
    background-image: linear-gradient(225deg, #465275 0%, #061D3B 100%);
}
section.thank-you .container {
    padding: 150px 15px;
    background: url(img/ty-bg-robot.png) no-repeat;
    background-size: 276px;
    background-position: right bottom;
}
.ty-message {
    display: block;
    padding: 60px 120px;
    margin: 0 auto;
    background-color: #fff;
    width: 500px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.18), 0px 10px 24px 0px rgba(0,0,0,0.22);
}
.ty-message p {
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 30px;
}

/* Single event */
.single-event .wrapper {
    padding-top: 76px;
}
.single-event header.fixed {
    /*border-bottom: none;*/
}
.single-event .top-banner.no-photo {
	background-image: linear-gradient(225deg, #465275 0%, #061D3B 100%);
}
.single-event .top-banner.bg-photo {
	background-repeat: no-repeat;
    background-size: cover;
}
.single-event .top-banner {
	padding: 60px 0;
}
.single-event .top-banner .b-left {
    float: left;
    width: 50%;
}
.single-event .top-banner .b-left p span {
	position: relative;
    padding-left: 30px;
}
.single-event .top-banner .b-left > a {
    float: left;
    margin-right: 60px;
}
.single-event .top-banner .b-left a.of-page {
    margin-right: 0;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 45px;
    text-transform: uppercase;
}
.single-event .top-banner .b-left a.of-page i {
    font-size: 20px;
    margin-right: 15px;
    float: left;
}
.single-event .top-banner .b-right {
    float: right;
    width: 50%;
}
.single-event .top-banner .b-right img {
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}
.single-event h1 {
    color: #fff;
    margin-bottom: 30px;
}
.single-event .top-banner p {
    font-size: 17px;
    line-height: 30px;
    color: #7E91A2;
    margin-bottom: 30px;
}
.single-event .top-banner p i {
    width: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 20px;
    font-size: 20px;
}
.single-event .top-banner p i:before {

}
.single-event .place a {
	color: #fff;
    margin-left: 30px;
}
section.single-event > .container {
    padding: 60px 15px 120px;
}
.single-event h2 {
    margin-bottom: 30px;
}
.single-event .post-text p {
    margin-bottom: 20px;
}
.single-event .post-text {
    margin-bottom: 45px;
}
.sessions {
    border: 2px solid #D9DFE4;
    border-radius: 3px;
    margin-bottom: 45px;
}
.sessions .item {
    padding: 30px;
    border-top: 1px solid #D9DFE4;
}
.sessions .item:first-child {
    border-top: none;
}
.sessions .item-meta {
    margin-bottom: 15px;
}
.item-meta p {
    display: inline-block;
    float: left;
    margin-right: 45px;
    font-size: 15px;
    color: #7E91A2;
    line-height: 22px;
}
.item-meta p i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
    float: left;
}
.sessions .item-descr h3 {
    font-size: 17px;
    font-weight: 500;
}
.item-descr {
    font-size: 15px;
    line-height: 30px;
    color: #7E91A2;
}

/* Education */

.page-template-page-education .wrapper {
    padding-top: 76px;
}
.page-template-page-education header.fixed {
    /*border-bottom: none;*/
}
.education .top-block {
    padding: 60px 0 120px;
}
.education .top-block h1 {
    margin-bottom: 90px;
    text-align: center;
}
.education .top-block h1 a {
    display: block;
    width: 276px;
    margin: 0 auto;
}
.education .top-block h1 a img {
    width: 276px;
    display: block;
}
.education .programs {
    display: flex;
    justify-content: space-between;
}
.programs .item {
    display: inline-block;
    width: 24%;
    margin: 0 15px;
    position: relative;
    float: left;
    background-color: #fff;
    box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.18), 0px 10px 24px 0px rgba(0,0,0,0.22);
    border-radius: 3px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 100% 90%;
}
.programs .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}
.programs .item.p1:before {
    background-image: -webkit-linear-gradient(left, #2D8FE2 0%, #5082AC 100%);
    background-image: -o-linear-gradient(left, #2D8FE2 0%, #5082AC 100%);
    background-image: linear-gradient(to right, #2D8FE2 0%, #5082AC 100%);
}
.programs .item.p1 {
    background-image: url('img/p1-ds.png');
    background-size: 70px;
}
.programs .item.p2:before {
    background-image: -webkit-linear-gradient(left, #3B82AA 0%, #9C706D 100%);
    background-image: -o-linear-gradient(left, #3B82AA 0%, #9C706D 100%);
    background-image: linear-gradient(to right, #3B82AA 0%, #9C706D 100%);
}
.programs .item.p2 {
    background-image: url('img/p2-ba.png');
    background-size: 64px;
}
.programs .item.p3:before {
    background-image: -webkit-linear-gradient(left, #A3706D 0%, #DC6134 100%);
    background-image: -o-linear-gradient(left, #A3706D 0%, #DC6134 100%);
    background-image: linear-gradient(to right, #A3706D 0%, #DC6134 100%);
}
.programs .item.p3 {
    background-image: url('img/p3-ex.png');
    background-size: 54px;
}
.programs .item.p4:before {
    background-image: -webkit-linear-gradient(left, #EA5E32 0%, #FF5600 100%);
    background-image: -o-linear-gradient(left, #EA5E32 0%, #FF5600 100%);
    background-image: linear-gradient(to right, #EA5E32 0%, #FF5600 100%);
}
.programs .item.p4 {
    background-image: url('img/p4-fa.png');
    background-size: 66px;
}
.programs .item a {
    display: block;
    padding: 40px 30px;
}
.programs .item h2 {
    font-size: 22px;
    line-height: 30px;
    color: #344D62;
}
.programs .item p {
    font-size: 15px;
    line-height: 30px;
    color: #7E91A2;
    margin-bottom: 30px;
    min-height: 120px;
}
.programs .item span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #2D8FE2;
    text-transform: uppercase;
}
.programs .item span i {
    font-size: 20px;
    line-height: 20px;
    margin-right: 10px;
    float: left;
}
.education .page-content {
    background: #fff;
    padding-top: 60px;
}
.education .page-content .features h2 {
    margin: 0 0 15px;
    font-size: 42px;
    font-weight: 300;
    line-height: 60px;
    text-align: center;
}
.education .features {
    padding-bottom: 45px;
    border-bottom: 1px solid #DCE2E5;
    margin-bottom: 90px;
}
.education .features .item {
    margin-bottom: 20px;
}
.features .item.right-image .b-left {
    display: inline-block;
    width: 600px;
    vertical-align: middle;
}
.features .item.right-image .b-right {
    display: inline-block;
    width: 570px;
    margin-left: 60px;
    vertical-align: middle;
}
.features .item.left-image .b-left {
    display: inline-block;
    width: 570px;
    margin-right: 60px;
    vertical-align: middle;
}
.features .item.left-image .b-right {
    display: inline-block;
    width: 600px;
    vertical-align: middle;
}
.education .features .item h3 {
    font-size: 30px;
    line-height: 60px;
}
.education .features .item p {
    font-size: 17px;
    line-height: 30px;
    color: #7E91A2;
}
.features .item img {
    display: block;
    margin: 0 auto;
}
.education .bds {
    padding-bottom: 90px;
    text-align: center;
}
.bds h3 {
    width: 500px;
    font-size: 28px;
    font-weight: 300;
    line-height: 45px;
    text-align: center;
    margin: 0 auto 90px;
}
.bds .item {
    display: inline-block;
    width: 285px;
    float: left;
    text-align: center;
    margin: 0 62px;
}
.bds .item img {
    display: block;
    height: 64px;
    margin: 0 auto 15px;
}
.bds .item p {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #7E91A2;
}
.education .quotes {
    background-color: #F4F7F8;
    padding: 75px 0 45px;
}
.quote-slider blockquote {
    display: block;
    width: 810px;
    padding: 0 90px;
    margin: 0 auto;
    text-align: center;
    box-sizing: content-box;
}
.quote-slider blockquote p {
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 60px;
    position: relative;
}
.quote-slider blockquote p:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -90px;
    width: 58px;
    height: 41px;
    background: url(img/quote2bg.png) no-repeat;
    background-size: 116px;
    background-position: 0 0;
}
.quote-slider blockquote p:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: -90px;
    width: 58px;
    height: 41px;
    background: url(img/quote2bg.png) no-repeat;
    background-size: 116px;
    background-position: -58px 0;
}
.quote-slider blockquote footer {
    display: block;
    font-style: normal;
    background: transparent;
    padding: 0;
}
.quote-slider blockquote footer span {
    display: block;
}
.quote-slider span.name {
    font-size: 22px;
    color: #7E91A2;
    margin-bottom: 10px;
}
.quote-slider span.title {
    font-size: 15px;
    line-height: 20px;
    color: #BAC5CE;
}
.quote-slider .bullets {
    margin-top: 60px;
}
.quote-slider .bullets .bx-pager {
    text-align: center;
}
.quote-slider .bullets .bx-pager-item {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin: 0 10px;
}
.quote-slider .bullets .bx-pager-item a {
    display: block;
    font-size: 10px;
    color: #D9DFE4;
    text-indent: -9999px;
    background-color: #D9DFE4;
    border-radius: 50%;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.quote-slider .bullets .bx-pager-item a.active, .quote-slider .bullets .bx-pager-item a:hover{
    background-color: #2D8FE2;
}

/* Courses */

.page-template-page-courses .wrapper {
    padding-top: 76px;
}
.page-template-page-courses header.fixed {
    /*border-bottom: none;*/
}
.courses .top-block {
    padding: 60px 0;
    text-align: center;
}
.courses .top-block h1 {
    font-size: 42px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 30px;
}
.courses .top-block p {
    width: 810px;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    margin: 0 auto;
    opacity: 0.7;
}
.courses .trainings {
    padding: 90px 0;
}
.trainings .item {
    margin-bottom: 30px;
}
.trainings .item .cover {
    width: 390px;
    height: 360px;
    padding: 45px 30px 30px;
    background-color: #fff;
    border-radius: 6px;
    float: left;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.05);
    position: relative;
}
.item .cover .type {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #FF5600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.item .cover h2 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 10px;
}
.item .cover p.for {
    font-size: 15px;
    line-height: 20px;
    color: #7E91A2;
}
.item .cover a.button {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.trainings .item .main {
    height: 330px;
    padding: 0 30px;
    margin: 15px 0 15px 390px;
    background-color: #ECEFF2;
    border-radius: 0 6px 6px 0;
}
.trainings .item .main.loading .calendar-slider {
    opacity: 0;
}
.trainings .item .main .calendar-slider {
    opacity: 1;
}
.trainings .item .main .course_outline {
    opacity: 0;
    overflow-x: scroll;
}
.tab-headers {
    height: 75px;
    border-bottom: 1px solid #D9DFE4;
    margin-bottom: 30px;
}
.tab-headers li {
    display: inline-block;
    float: left;
}
.tab-headers li a {
    display: block;
    padding: 30px 30px 28px;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    color: #7E91A2;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
}
.tab-headers li.active a {
    color: #2D8FE2;
}
.tab-headers li.active a, .tab-headers li a:hover {
    border-bottom-color: #2D8FE2;
}

.tab-contents .tab {
    /*display: none;*/
}
.course_outline > p {
    font-size: 15px;
    line-height: 30px;
}
.course_outline .row_wrap {
    width: 810px;
    height: 200px;
    white-space: nowrap;
}
.course_outline .column {
    display: inline-block;
    width: 240px;
    margin: 0 15px;
    font-size: 15px;
    line-height: 20px;
    vertical-align: top;
    float: left;
}
.course_outline .column p {
    font-weight: 500;
    color: #344D62;
    margin-bottom: 10px;
}
.course_outline .column li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.course_outline .column li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('img/list-bullet.png') no-repeat;
    background-position: center center;
    background-size: 18px;
}
.course_outline .column li span {
    color: #7E91A2;
}
.calendar-slider {
    height: 195px;
    padding: 15px 45px;
    position: relative;
}
.calendar-slider ul {
    height: 165px;
}
.calendar-slider li {
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}
.calendar-slider li:first-child {
    margin-left: 0;
}
.calendar-slider li .date {
    padding: 10px 15px;
    background-color: #fff;
}
.calendar-slider span.month {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #465275;
    text-transform: uppercase;
}
.calendar-slider span.day {
    display: block;
    margin-bottom: 10px;
    font-size: 42px;
    font-weight: 300;
    line-height: 50px;
    color: #465275;
    text-transform: uppercase;
}
.calendar-slider li .venue {
    display: block;
    padding: 12.5px 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #465275;
    background-color: #F4F7F8;
}
.calendar-slider li .signup {
    position: absolute;
    bottom: -45px;
    width: 100%;
}
.calendar-slider li .signup a {
    width: 100%;
    border-radius: 0;
}
.calendar-slider li:hover .signup {
    bottom: 0;
}
.calendar-slider .controls a {
    display: block;
    width: 24px;
    height: 24px;
}
.calendar-slider .controls a.bx-prev {
    position: absolute;
    top: 85px;
    left: 0;

}.calendar-slider .controls a.bx-next {
    position: absolute;
    top: 85px;
    right: 0;
}
.calendar-slider .controls a i {
    font-size: 24px;
    line-height: 1;
    color: #7F91A1;
}
.calendar-slider .controls a.disabled i {
    color: #D9DFE4;
}
section.courses .get-in-touch {
    background: transparent;
    padding: 0 0 90px;
}

/* get-in-touch */
.get-in-touch {
    background-color: #fff;
    padding: 90px 0;
}
.get-in-touch .button-wrap {
    padding: 60px 0;
    text-align: center;
    background: url('img/get-in-touch-t.jpg') no-repeat;
    box-shadow: 0px 20px 40px 0px rgba(34,130,210,0.40);
    border-radius: 6px;
}
.get-in-touch p {
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

/* LP */

.bpf {
    font-size: 22px;
    font-weight: 300;
    line-height: 75px;
    float: right;
    height: 75px;
    vertical-align: middle;
}
section.lp {
    background-color: #fff;
    position: relative;
}
.lp .top-block {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 45px;
    background-image: -webkit-linear-gradient(bottom, #5FB4EE 0%, #35A2EB 49%, #248DE5 95%);
    background-image: -o-linear-gradient(bottom, #5FB4EE 0%, #35A2EB 49%, #248DE5 95%);
    background-image: linear-gradient(to top, #5FB4EE 0%, #35A2EB 49%, #248DE5 95%);
}
.lp .top-block .wrap {
    width: 570px;
}
.lp .top-block h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 45px;
    color: #fff;
}
.lp .top-block p {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: #fff;
}
.guide-info {
    padding: 60px 0 75px;
}
.guide-info .b-info>img {
    width: 245px;
    display: block;
    float: left;
}
.b-info>p {
    font-size: 30px;
    margin-left: 305px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 30px;
}
.b-info>ul {
    display: block;
    margin-left: 305px;
}
.b-info>ul li {
    position: relative;
    padding-left: 30px;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}
.b-info>ul li span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 20px;
    padding: 2px 0;
}
.b-info>ul li span img {
    display: block;
    width: 16px;
}

/* Leadership team */
.page-template-page-team .wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 76px;
}
.page-template-page-team header {
    /*border-bottom: 0;*/
}
.team .top-block {
    padding: 60px 0 90px;
    text-align: center;
}
.team .top-block h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 45px;
    color: #fff;
    margin-bottom: 30px;
}
.team .top-block p {
    width: 80%;
    margin: 0 auto;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
}
.team .page-content {
    padding: 90px 0 120px;
}
.team .grid {
    margin: 0 -15px;
}
.team .grid .item {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 15px;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.team .grid .item:hover {
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.05);
}
.team .img-wrap {
    position: relative;
    margin-bottom: 25px;
    background-image: -webkit-linear-gradient(top right, #465275 0%, #061D3B 100%);
    background-image: -o-linear-gradient(top right, #465275 0%, #061D3B 100%);
    background-image: linear-gradient(to bottom left, #465275 0%, #061D3B 100%);
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}
.team .img-wrap .more {
    display: block;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -15px;
    opacity: 0;
}
.team .img-wrap .more i {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.team .img-wrap .more span {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
.team .grid .item:hover .img-wrap .more {
    opacity: 1;
}
.team .grid .item:hover .img-wrap img{
    opacity: 0.3;
}
.team figure img {
    display: block;
    width: 100%;
}
.team figcaption {
    margin-bottom: 5px;
}
.team .grid .item h2 {
    font-size: 22px;
    line-height: 30px;
    color: #465275;
    margin-bottom: 0;
}
.team .grid .item p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #7E91A2;
}

.popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(28,39,57,0.90);
}
.popup-close {
    display: none;
    width: 32px;
    height: 32px;
    margin: 30px auto;
    line-height: 28px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    opacity: 0.3;
    cursor: pointer;
}
.popup-close:hover {
    opacity: 1;
}
.bio-slider-wrap {
    width: 810px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(28,39,57,0.33), 0px 20px 50px 0px rgba(0,0,0,0.19);
    border-radius: 6px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bio-slider-wrap .bx-wrapper {
    padding: 45px 45px 30px;
}
.bio-slider-wrap .top {
    margin-bottom: 30px;
}
.bio-slider-wrap .name-position {
    padding: 22px 0;
    margin-left: 135px;
}
.bio-slider-wrap .name-position h2 {
    font-size: 22px;
    line-height: 30px;
    color: #344D62;
    margin-bottom: 0;
}
.bio-slider-wrap .name-position p {
    font-size: 17px;
    line-height: 30px;
    color: #7E91A2;
}
.bio-slider-wrap .photo {
    width: 105px;
    height: 105px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
}
.bio-slider-wrap .photo img {
    height: 105px;
    max-width: inherit;
    margin-left: -18.5px;
}
.bio-slider-wrap .bio {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #465275;
}
.bio-slider-wrap .controls {
    background-color: #F4F7F8;
    padding: 45px;
    position: relative;
}
.bio-slider-wrap .bullets {
    text-align: center;
    line-height: 15px;
}
.bio-slider-wrap .bx-pager-item {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin: 0 10px;
    vertical-align: middle;
}
.bio-slider-wrap .bx-pager-item a {
    display: block;
    font-size: 10px;
    color: #D9DFE4;
    text-indent: -9999px;
    background-color: #D9DFE4;
    border-radius: 50%;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.bio-slider-wrap .bx-pager-item a.active, .bio-slider-wrap .bx-pager-item a:hover {
    background-color: #2D8FE2;
}
.bio-slider-wrap .controls>a {
    display: block;
    position: absolute;
    top: 30px;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    color: #7F91A1;
    text-transform: uppercase;
}
.calendar-slider .controls a.disabled {
    display: none;
}
.bio-slider-wrap .controls>a:hover {
    color: #2D8FE2;
}
.bio-slider-wrap .controls>a i {
    position: absolute;
    top: 0;
    font-size: 12px;
}
.bio-slider-wrap .controls a.bx-prev {
    left: 45px;
    text-align: left;
}
.bio-slider-wrap .controls a.bx-prev span {
    padding-left: 20px;
}
.bio-slider-wrap .controls a.bx-prev i {
    left: 0;
}
.bio-slider-wrap .controls a.bx-next {
    right: 45px;
    text-align: right;
}
.bio-slider-wrap .controls a.bx-next span {
    padding-right: 20px;
}
.bio-slider-wrap .controls a.bx-next i {
    right: 0;
}
.bio-slider-wrap .controls>a span {
    display: block;
    vertical-align: middle;
}
.bio-slider-wrap .controls>a p {
    line-height: 20px;
    font-size: 17px;
    font-weight: 400;
    color: #344D62;
    text-transform: none;
}


/* Board of directors */

.board .page-content {
    padding: 45px 0 60px;
}
.board .page-content .container {
    padding-bottom: 60px;
}
.board h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 45px;
    margin-bottom: 60px;
    text-align: center;
}
.board .grid {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 20px;
    position: relative;
}
.board .grid .item {
	display: inline-block;
    width: 24%;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
.board .grid .item .img-wrap {
    position: relative;
    margin-bottom: 25px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}
.board figure img {
    display: block;
    width: 100%;
}
.board .grid .item h2 {
    font-size: 22px;
    line-height: 30px;
    color: #465275;
    margin-bottom: 0;
}
.board .grid .active h2 {
	color: #2D8FE2;
}
.board .grid .item p {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #7E91A2;
}
.board .grid-bio {
    display: none;
}
.board .bio-wrap {
    background-color: #fff;
    position: relative;
/*    position: absolute;
    top: 420px;
    left: 15px;
    right: 15px;*/
}
.board .bio-wrap .item {
	display: none;
	position: relative;
}
.board .bio-wrap .item.active {
	display: block;
}
.board .bio-wrap .scroller {
	content: '';
	display: block;
    width: 24%;
	height: 3px;
	background-color: #2D8FE2;
	position: absolute;
	top: 0;
	left: 0;
}
.board .bio-wrap .item .bio {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #1B3751;
    padding: 30px;
}
.board .investors {
    background-color: #fff;
    padding: 60px 0 0;
}
.board .investors h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 45px;
    text-align: center;
}
.board ul.logos {
    display: flex;
    justify-content: space-between;
}
.board ul.logos li {
    line-height: 70px;
}
.board ul.logos li img {
    vertical-align: middle;
}
.board {

}


/* About us */
.page-template-page-about .wrapper {
    padding-top: 76px;
}
.page-template-page-about header.fixed {
    /*border-bottom: 0;*/
}
section.about-us {
    background-color: #fff;
}
section.about-us .top-banner {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
section.about-us .banner-content {
    width: 70%;
    margin: 0 auto;
    padding: 200px 0;
}
section.about-us .top-banner h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 45px;
    color: #fff;
}
section.about-us .top-banner p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(255,255,255,0.7);
}
section.about-us h2 {
    margin: 60px 0;
    text-align: center;
    font-size: 42px;
    font-weight: 300;
}
.record-wrap {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.record {
    display: inline-block;
    width: 285px;
    height: 360px;
    background-size: cover;
    padding-top: 90px;
    border-radius: 6px;
    overflow: hidden;
    cursor: default;
    margin: 15px;
}
.record span {
    font-size: 90px;
    font-weight: 500;
    line-height: 100px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
}
.record p {
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: rgba(255,255,255,0.7);
    padding: 0 30px;
}
.about-us .quote-slider .item {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0 60px;
    line-height: 225px;
    height: 225px;
    background-color: #EAF0F5;
}
.quote-slider .item:nth-child(3n+1) {
    background-color: #F4F7F8;
}
.quote-slider .item:nth-child(odd) {
    text-align: right;
}
.about-us .quote-slider blockquote {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: inherit;
    vertical-align: middle;
}
.about-us .quote-slider blockquote p {
    color: #344D60;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
    text-align: inherit;
    padding: 0;
    margin-bottom: 0;
}
.about-us .quote-slider blockquote p:before, .about-us .quote-slider blockquote p:after {
    display: none;
}
.about-us .quote-slider blockquote footer {

}
.quote-slider span.name {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #7E91A2;
    margin-bottom: 0;
}

.about-uc {

}
.about-uc .item {
    margin-bottom: 30px;
    position: relative;
}
.about-uc .img-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 22%;
    text-align: center;
}
.about-uc .left-image .img-holder {
    left: 0;
}
.about-uc .right-image .img-holder {
    right: 0;
}
.about-uc .img-holder img {
    display: block;
    position: absolute;
    top: 50%;
}
.about-uc .left-image img {
    left: 50%;
    transform: translate(-50%, -50%);
}
.about-uc .right-image img {
    right: 50%;
    transform: translate(50%, -50%);
}
.about-uc .item .text-holder {
    display: block;
    width: 56%;
    margin: 0 auto;
    background-color: #F4F7F8;
    padding: 45px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #465275;
}
.about-uc .left-image .text-holder {
    border-left: 4px solid #2D8FE2;
}
.about-uc .right-image .text-holder {
    border-right: 4px solid #2D8FE2;
}
.more-uc {
    text-align: center;
}
.more-uc a {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    border-bottom: 1px dashed #2d8fe2;
}
.expertise .logos {
    display: flex;
    justify-content: space-between;
}
.expertise .logos li {
    vertical-align: middle;
    line-height: 75px;
}


/* Features */

section.features .top-banner {
    height: 525px;
    padding: 60px 0 60px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
section.features .top-banner .banner-content {
    width: 100%;
    text-align: center;
}
section.features .top-banner h1 {
    font-size: 54px;
    font-weight: 300;
    line-height: 60px;
    color: #fff;
    margin-bottom: 15px;
}
section.features .top-banner p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}
section.features .page-content {
    background-color: #fff;
}
section.features .excerpt {
    border-bottom: 2px solid #DCE2E5;
    padding: 45px 10%;
    font-size: 22px;
    font-weight: 400;
    line-height: 45px;
    color: #344D62;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
}

/* Feature item */

article.feature {
    padding: 45px 0;
}
article.feature h2 {
    font-size: 30px;
    margin-bottom: 22px;
    line-height: 45px;
}
article.feature p {
    font-size: 17px;
    line-height: 30px;
    color: #7E91A2;
}
article.feature a {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
article.feature a i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 7px;
    float: left;
}
article.feature ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #465275;
}
article.feature li img {
    width: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 0;
}
article.feature.left-image .b-left, article.feature.right-image .b-right {
    text-align: center;
}
article.feature.right-image {

}
article.feature.right-image .b-left {
    margin-right: 55px;
}
article.feature.left-image .b-right {
    margin-left: 55px;
}
article.feature .b-left, article.feature .b-right {
    width: 570px;
    margin: 0;
    line-height: initial;
    display: inline-block;
    vertical-align: middle;
}
article.feature .b-left>img, article.feature .b-right>img {
    display: block;
}


/* Persona */

section.persona .top-banner {
    background: url('img/top-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0 0 60px;
    position: relative;
}
section.persona .top-banner>.container {
    min-height: 510px;
}
section#executives .top-banner>.container, section#business_analysts .top-banner>.container {
    padding: 60px 0 0;
}
section.persona .top-banner .single-col {
    text-align: center;
    padding-bottom: 0;
}
section.persona .top-banner img.tb-mobile {
    display: none; 
}
section.persona .top-banner .single-col img {
    display: block;
    margin: 0 auto;
}
section.persona .top-banner .single-col img.tb-mobile {
    display: none;
}
section.persona .top-banner .single-col h1 {
    margin: 0;
}
section.persona .top-banner .single-col p {
    margin-bottom: 30px;
}
#executives .single-col img {
    width: 100%;
    max-width: 754px;
    margin: 30px auto 0;
}
#business_analysts .single-col img {
    margin-bottom: 45px;
}
#business_analysts .single-col a {
    margin-bottom: 60px;
}
section.persona .top-banner .b-left-mobile {
    display: none;
}
section.persona .top-banner .b-left {
    display: inline-block;
    width: 50%;
    float: left;
    vertical-align: top;
    text-align: left;
    position: absolute;
    left: 15px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
section.persona .top-banner h1 {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #7E91A2;
    text-transform: uppercase;
    margin: 0;
}
section.persona .top-banner p {
    font-size: 42px;
    font-weight: 300;
    line-height: 60px;
    color: #fff;
    margin-bottom: 45px;
}
section.persona .top-banner .b-right {
    display: inline-block;
    width: 50%;
    float: right;
    padding: 0;
    vertical-align: top;
}
section.persona .top-banner .b-right img {
    display: block;
}
#getting_started_with_data_science .top-banner .b-right {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
}
#it_professionals .top-banner .b-right {
    position: absolute;
    right: 0;
    bottom: 50%;
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}
#software_engineers .top-banner .b-right {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
}
#data_scientists .top-banner .b-right {
    position: absolute;
    right: 0;
    bottom: 50%;
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}
section.persona .anchors {
    left: 0;
    right: 0;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.2);
}
section.persona .anchors.default {
    position: absolute;
    bottom: 0;
}
section.persona .anchors.fixed {
    position: fixed;
    bottom: auto;
    top: 76px;
    z-index: 997;
    background: url('img/top-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center bottom;
}
section.persona .anchors ul {
    text-align: center;
}
section.persona .anchors ul li {
    display: inline-block;
    width: 24%;
}
section.persona .anchors ul li a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 60px;
    color: #fff;
}
section.persona .anchors ul li a:hover {
    background-color: rgba(255,255,255,0.10);
}
section.persona .anchors ul li a.active {
    background-color: rgba(255,255,255,0.10);
    -webkit-box-shadow: inset 0px -5px 0px 0px #2D8FE2;
    -moz-box-shadow:    inset 0px -5px 0px 0px #2D8FE2;
    -ms-box-shadow:     inset 0px -5px 0px 0px #2D8FE2;
    -o-box-shadow:      inset 0px -5px 0px 0px #2D8FE2;
    box-shadow:         inset 0px -5px 0px 0px #2D8FE2;
}
section.persona .page-content {
    background-color: #fff;
}
section.persona .excerpt {
    border-bottom: 2px solid #DCE2E5;
    padding: 45px 20%;
    font-size: 22px;
    font-weight: 400;
    line-height: 45px;
    color: #344D62;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
}

/*       Cloud        */

section.cloud {
    background: #fff;
}
section.cloud .top-banner {
    height: 700px;
    background: #008dd1 url('img/DR-Cloud_1920.jpg') no-repeat;
    background-position: 50% 0;
    padding: 60px 0;
}
section.cloud .b-left {
    width: 500px;
    margin: 0 50px;
    float: left;
}
section.cloud .b-right {
    width: 480px;
    margin-left: 50px;
    float: right;
}
section.cloud .top-banner h1 {
    color: #fff;
    position: relative;
    margin-bottom: 10px;
}
section.cloud .top-banner p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 40px;
}
section.cloud .top-banner ul {
    display: block;
    margin-bottom: 40px;
}
section.cloud .top-banner ul li {
    display: inline-block;
    width: 60%;
    font-size: 14px;
    color: #fff;
    vertical-align: top;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
}
section.cloud .top-banner ul li:nth-child(odd) {
    margin-right: 20px;
    width: 170px;
}
section.cloud .top-banner ul li span {
    margin-right: 10px;
    position: absolute;
    left: 0;
}
section.cloud .top-banner ul li span img {
    width: 20px;
}
section.cloud .page-content {
    padding: 0px 0 90px;
    margin-top: -120px;
}
.packages h2 {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
}
.packages p {
    text-align: center;
    margin-bottom: 60px;
    color: #9b9b9b;
}
.b-packages {
    border: 1px solid #ECF0F2;
    border-top: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 0px 4px;
    position: relative;
    margin-bottom: 60px;
}
.gr_stripe {
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background: #42A4E5;
    background: -webkit-linear-gradient(left, #42A4E5, #FF6D00);
    background: -o-linear-gradient(right, #42A4E5, #FF6D00);
    background: -moz-linear-gradient(right, #42A4E5, #FF6D00);
    background: linear-gradient(to right, #42A4E5, #FF6D00);
}
.b-packages .criteria.column {
    width: 28%;
    padding-left: 30px;
    text-align: left;
    background-color: #fff;
}
.b-packages .column {
    width: 17.5%;
    float: left;
    padding: 0 5px;
    margin-right: 0.33%;
    text-align: center;
    background-color: #F4F7F8;
}
.b-packages .column:nth-child(2) {
    margin-left: 0.33%;
}
.b-packages .column .td.th {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 70px;
    vertical-align: middle;
    min-height: 70px;
}
.b-packages .column .td {
    font-size: 14px;
    font-weight: 400;
    min-height: 70px;
}
.b-packages .column .td a {
    padding: 15px;
}
.b-packages .column .outer-feature {
    display: none;
}
.b-packages .column .td .feature {
    display: none;
}
.criteria.column .td {
    font-size: 16px;
    font-weight: 400;
    min-height: 70px;
}
.custom-req {
    text-align: center;
}


/*       Enterprise        */

section.enterprise {
    background: #fff;
}
section.enterprise .top-banner {
    padding-top: 80px;
    /*background-image: linear-gradient(204deg, #5FB4EE 0%, #35A2EB 52%, #248DE5 100%);*/
    background: url(img/ent_bg3.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
/*section.enterprise .top-banner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('img/ent_bg2.png') no-repeat;
}*/
section.enterprise .top-banner .b-left {
    width: 50%;
    padding-top: 80px;
    float: left;
}
section.enterprise .top-banner .b-right {
    width: 550px;
    margin-left: 50px;
    float: right;
}
section.enterprise .top-banner .b-right img {
    display: block;
}
section.enterprise .top-banner h1 {
    color: #fff;
    position: relative;
    margin-bottom: 10px;
}
section.enterprise .top-banner p {
    font-size: 20px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.7;
    margin-bottom: 40px;
}
section.enterprise .top-banner .button {
    width: 230px;
    text-align: center;
}
section.enterprise .page-content {
    padding: 60px 0 0;
}
.enterprise article.feature img {
    max-width: 100%;
}
.b-ent-descr {
    padding: 0 100px;
    margin-bottom: 90px;
}
.b-ent-descr p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
}
p.features-desc {
    font-weight: 400;
    padding: 30px;
    background-color: #F4F7F8;
    border-radius: 4px;
    margin-bottom: 90px;
}
.b-ent-features {
    padding-bottom: 60px;
    border-bottom: 1px solid #eaeaea;
}
.b-ent-feature {
    display: inline-block;
    width: 33%;
    float: left;
    vertical-align: top;
    text-align: center;
}
.e-img-wrap {
    width: 180px;
    height: 190px;
    margin: 0 auto;
}
.e-img-wrap img {
    display: block;
    width: 100%;
    height: auto;
}
.b-ent-feature h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.b-ent-feature p {
    font-size: 14px;
    font-weight: 400;
    color: #9B9B9B;
    line-height: 24px;
    padding: 0 20px;
}
.enterprise article.feature p {
    font-size: 16px;
    line-height: 28px;
}
.b-form-button {
    padding-top: 60px;
    text-align: center;
}
.b-form-button p {
    font-size: 30px;
    font-weight: 400;
}
.b-form-button a {
    width: 230px;
    text-align: center;
}


/* Product */

section.product {

}
section.product .top-banner {
    min-height: 525px;
    background-size: cover;
    background-position: center;
}
section.product .top-banner .b-left {
    display: inline-block;
    width: 50%;
    float: left;
    vertical-align: top;
    text-align: left;
    position: absolute;
    left: 15px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
section.product .top-banner h1 {
    font-size: 54px;
    font-weight: 300;
    line-height: 60px;
    color: #fff;
    margin-bottom: 15px;
}
section.product .top-banner p {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    color: #BAC5CE;
    margin-bottom: 60px;
}
section.product .top-banner .b-right {
    display: inline-block;
    width: 50%;
    float: right;
    padding: 0;
    vertical-align: top;
    height: 525px;
    line-height: 525px;
}
section.product .top-banner .tb-mobile {
    display: inline-block;
    vertical-align: middle;
}
section.features .top-banner .tb-mobile {
    display: none;
}
section.product .page-content {
    background-color: #fff;
}
section.product .excerpt {
    border-bottom: 2px solid #DCE2E5;
    padding: 45px 5%;
    font-size: 22px;
    font-weight: 400;
    line-height: 45px;
    color: #344D62;
    width: 100%;
    margin: 0 auto 45px;
    text-align: center;
}
.aml {
    text-align: center;
    padding: 0;
    margin-bottom: 45px;
}
.aml>p {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #7E91A2;
    margin-bottom: 30px;
}
.aml-tiles {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-around;
    align-items: stretch;
}
.aml-tiles .item {
    width: 48%;
    padding: 1px;
    box-shadow: 0px 10px 20px 0px rgba(27,54,81,0.10);
    border-radius: 6px;
    background-image: linear-gradient(135deg, #2D8FE2 0%, #FF5600 100%);
    overflow: hidden;
    margin: 1%;
}
.aml-tiles .item .bg-wrap {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #7E91A2;
}
.rdl {
    padding-top: 45px;
    border-top: 2px solid #DCE2E5;
    margin-bottom: 45px;
}
.rdl .b-left, .rdl .b-right {
    width: 45%;
    display: inline-block;
    line-height: initial;
    vertical-align: middle;
    margin: 0;
}
.rdl .b-left img {
    display: block;
}
.rdl .b-right {
    margin-left: 9%;
}
.rdl .b-right p {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #7E91A2;
}
.bottom-blocks {
    padding-top: 45px;
    border-top: 2px solid #DCE2E5;
}
.bottom-blocks .b100 {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.bottom-blocks .b50 {
    width: 48%;
    display: inline-block;
    float: left;
    margin-bottom: 30px;
}
.block.b50:nth-child(even) {
    margin: 0 4% 30px 0;
}
.block.b50:nth-child(odd) {

}
.bottom-blocks p {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #7E91A2;
}
.product .technologies {
    padding: 75px 0 90px;
}
.product .technologies .b-left, .product .technologies .b-right {
    display: inline-block;
    width: 600px;
    margin: 0;
    line-height: initial;
    vertical-align: middle;
}
.product .technologies .b-left {
    margin-right: 25px;
}
.product .technologies h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #465275;
    margin-bottom: 15px;
}
.product .technologies p {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #7E91A2;
    margin-bottom: 30px;
}
.product .technologies p:last-child {
    margin-bottom: 0;
}
.product .technologies a {
    font-size: 15px;
    font-weight: 500;
    color: #2D8FE2;
    text-transform: uppercase;
    line-height: 30px;
    display: inline-block;
    margin-right: 10px;
}
.product .technologies a i {
    vertical-align: middle;
    font-size: 20px;
    float: left;
    margin-right: 7px;
}
.product .technologies .b-right {
    text-align: center;
}
.product .technologies .b-right img {
    display: block;
    margin: 0 auto;
}
.product .deployment {
    background: #fff;
    padding: 60px 0 75px;
    text-align: center;
}
.product .deployment h2 {
    font-size: 42px;
    font-weight: 300;
    line-height: 45px;
    margin-bottom: 75px;
}
.product .deployment .item {
    display: inline-block;
    width: 360px;
    float: left;
    vertical-align: top;
}
.product .deployment .item:nth-child(3) {
    margin: 0 75px;
}
.product .deployment .item .image {
    height: 200px;
    line-height: 200px;
    text-align: center;
    margin-bottom: 15px;
}
.product .deployment .item .image img {
    vertical-align: middle;
}
.product .deployment .item .description p {
    font-size: 15px;
    color: #7E91A2;
    line-height: 30px;
    margin-bottom: 30px;
}
.product .deployment .item .description a {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #2D8FE2;
    display: inline-block;
}
.product .deployment .item .description a i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 7px;
    float: left;
}
.product .how-it-works {
    /*padding: 60px 0 75px;
    background: #fff;*/
    display: none;
}


/* Contact us */

.contact-us .top-block {
    padding: 60px 0 90px;
}   
.contact-us h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 60px;
    text-align: center;
    color: #fff;
    margin: 0 auto 10px;
}
.contact-us .banner-content>p {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: rgba(186,197,206,0.7);
    margin: 0 auto 60px;
    text-align: center;
}
.banner-buttons {
    display: flex;
    justify-content: center;
}
.banner-buttons .item {
    width: 330px;
    padding: 30px;
    text-align: center;
    border: 2px solid #465275;
    border-radius: 6px;
    margin: 0 15px;
    cursor: pointer;
}
.banner-buttons .item:first-child {
    background-color: #fff;
    border-color: #fff;
}
.banner-buttons .item:hover {
    border-color: #fff;
    box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.18), 0px 20px 24px 0px rgba(0,0,0,0.22);
}
.banner-buttons .item .image-wrap {
    line-height: 100px;
    height: 100px;
}
.banner-buttons .item .image-wrap img {
    vertical-align: middle;
}
.banner-buttons .item h2 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    margin: 15px auto;
}
.banner-buttons .item:first-child h2 {
    color: #465275;
}
.banner-buttons .item p {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #7E91A2;
    margin-bottom: 30px;
}
.banner-buttons .item a {
    display: block;
}
section.contact-us .page-content {
    padding: 75px 0 90px;
}
.headquarters {
    text-align: center;
    margin-bottom: 60px;
}
.headquarters h2 {
    font-size: 42px;
    font-weight: 300;
    line-height: 60px;
    margin-bottom: 10px;
}
.headquarters p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #7E91A2;
    margin-bottom: 10px;
}
.headquarters a {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}
.regions {
    display: flex;
    justify-content: space-between;
}
.regions .item {
    width: 285px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.05);
    border-radius: 8px;
    text-align: center;
}
.regions .item h3 {
    margin-bottom: 30px;
}
.regions .item ul li {
    line-height: 30px;
    margin-bottom: 20px;
}
.regions .item ul li span {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #465275;
}
.regions .item ul li a {
    font-size: 15px;
    font-weight: 400;
}
.page-content .positions {
    padding: 60px 0;
}

.position-title {
      text-align: center;
      margin-top: 30px;
    margin-bottom: 30px;
}

.location-name {
    display: inline-block;
    font-size: 42px;
    font-weight: 300;
    line-height: 45px;
}
.location.dropdown {
    display: inline-block;
    position: relative;
}
.location .dropdown-toggle {
    font-size: 42px;
    font-weight: 300;
    line-height: 45px;
    color: #2D8FE2;
    outline: none;
    border: none;
    border-bottom: 2px dotted #008dd1;
    background: transparent;
    padding: 0;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}
.location .dropdown-toggle:after {
    content: '\f107';
    display: inline-block;
    position: absolute;
    top: 0;
    right: -30px;
    font-size: 20px;
    font-family: FontAwesome;
    vertical-align: middle;
}
.location ul.dropdown-menu {
    display: none;
    position: absolute;
    top: 120%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 6px 0px #d9d9d9;
    box-shadow: 0px 1px 6px 0px #d9d9d9;
    border-radius: 3px;
}
.location ul.dropdown-menu:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    box-shadow: 0px 1px 6px 0px #d9d9d9;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.location ul.dropdown-menu li {
    background-color: #fff;
}
.location ul.dropdown-menu li:first-child {
    border-radius: 3px 3px 0 0;
}
.location ul.dropdown-menu li:last-child {
    border-radius: 0 0 3px 3px;
}
.location ul.dropdown-menu li a {
    color: #424242;
    font-weight: 400;
    position: relative;
    padding: 0 30px;
    line-height: 50px;
    white-space: nowrap;
    display: block;
    background: #fff;
    text-align: left;
}
.location ul.dropdown-menu li a:hover {
    color: #008dd1;
    background: #fbfbfb;
}
/*.location ul.dropdown-menu li:nth-child(even) a {
    background: #fbfbfb;
}*/
.open>.dropdown-menu {
    display: block !important;
}
.careers .departments {
    width: 285px;
    float: left;
    border-radius: 3px;
    border: 1px solid #D9DFE4;
}
.positions .departments a {
    display: block;
    padding-left: 26px;
    font-size: 13px;
    font-weight: 500;
    color: #7F91A1;
    text-transform: uppercase;
    line-height: 60px;
    border-left: 4px solid transparent;
    border-top: 1px solid #D9DFE4;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.positions .departments a:first-child {
    border-top: none;
}
.positions .departments a.act {
    background: #fff;
    color: #2D8FE2;
    border-left: 4px solid #2D8FE2;
}
.positions .departments a:hover {
    background: #fff;
    color: #2D8FE2;
}
.positions .departments .it .count {
    color: #9b9b9b !important;
}
.positions-list {
        margin: 0 0 100px 300px;
}
.positions .positions-list .it {
    display: none;
    position: relative;
    height: 132px;
    width: 30%;
    padding: 20px;
    margin: 0 1% 2%;
    float: left;
    color: #008dd1;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.05);
    border-radius: 3px;
}
.positions .positions-list .it.sh {
    display: block;
}
.positions .positions-list .it .name {
    font-size: 16px;
    font-weight: 400;
    color: #344D62;
    margin: 0 0 10px;
}
.positions .positions-list .it:hover .name {
    color: #2D8FE2;
}
.positions .positions-list .it .location {
/*    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;*/
    font-size: 14px;
    font-weight: 400;
    color: #7E91A2;
}
.location i {
    margin-right: 10px;
}
.positions .positions-list .it .holder {
    display: none;
    opacity: 0;
}
.positions .positions-list .it .icon {
    position: relative;
    top: 2px;
}
.careers .icon {
    vertical-align: middle;
}

.vacancy-detail {
    padding: 60px 0;
}
.vacancy-detail .container {
    width: 970px;
}
.button.view-all {
    font-weight: 400;
    margin-bottom: 40px;
}
.button.view-all i {
    color: #344D62;
    margin-right: 10px;
}
.vacancy-detail h1 {
    font-size: 54px;
    margin-bottom: 30px;
}
.vacancy-detail .location {
    font-size: 16px;
    font-weight: 400;
    color: #7E91A2;
    margin-bottom: 60px;
}
.vacancy-detail .location i {
    color: #7E91A2;
    font-size: 20px;
    line-height: 24px;
    margin-right: 10px;
}
.vacancy-detail .description {
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 50px;
    margin: 0 0 50px;
}
.vacancy-detail .description p {
    margin-bottom: 20px;
}
.vacancy-detail .description ul {
    list-style-type: disc;
    padding: 0 0 0 20px;
    margin: 0 0 15px 0px;
}
.vacancy-detail h3 {
    text-align: center;
    margin: 0 0 40px;
    font-size: 30px;
    font-weight: 300;
}
.send-resume {
    text-align: center;
    background-color: #fff;
    padding: 15px 0 60px;
}
.send-resume form {
    width: 480px;
    margin: 0 auto;
    padding: 30px 30px 45px;
    background-color: #F5F7F8;
    border-radius: 4px;
}
/*.send-resume .btngroup {
    display: none;
}*/
.or {
    margin: 15px 0;
    font-size: 22px;
    font-weight: 400;
    color: #9b9b9b;
}
.send-resume .it {
    width: 100%;
    margin: 0 0 15px;
    display: block;
}
.send-resume .it input {
    width: 100%;
}
.send-resume input[type="text"] {
    height: 45px;
    padding: 0 20px;
    font-family: inherit;
    font-size: 17px;
    font-weight: 400;
    line-height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px 0px #D9DFE4;
    border: none;
    border-left: 3px solid transparent;
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.hide {
    display: none!important;
}
.send-resume div.attach {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    color: #2D8FE2;
}
.file-list {
    display: flex;
    justify-content: center;
}
.view {
    display: inline-block;
    text-align: center;
    width: 50%;
    margin-bottom: 15px;
}
.btn {
    display: inline-block;
    width: 50%;
    padding: 0;
    margin: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 4px;
    outline: none !important;
    font-size: 18px;
    border-radius: 5px;
}
.btn i {
    margin-right: 10px;
}
.btn.error {
    color: red;
}
.send-resume button {
    border: 0;
}
.send-resume .it.error input {
    color: red;
}
.result-message {
    text-align: center;
    font-size: 30px;
    color: #4dbf57;
}
.result-message img {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

/*      Careers contact block         */

.careers-contact {
    text-align: center;
    padding: 0 0 60px 0;
    background: url('img/robot.png') no-repeat 72% 100%;
    background-size: 164px;
}
.careers-contact h3 {
    font-size: 22px;
}
.careers-contact p {
    line-height: 30px;
    margin-bottom: 30px;
}



/* Forms */

.form-wrap {
    width: 600px;
    padding: 30px 45px;
    margin: 0 auto;
    background: #F4F7F8;
    box-shadow: 0px 0px 20px 0px rgba(28,39,57,0.33), 0px 20px 50px 0px rgba(0,0,0,0.19);
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form-title h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    color: #344D62;
    text-align: center;
    margin-bottom: 20px;
}
.form-section {
    width: 100%;
    overflow: hidden;
}
.dr-form input.text, .dr-form select, .dr-form textarea {
    height: 45px;
    padding: 0 20px;
    font-family: inherit;
    font-size: 17px;
    font-weight: 400;
    line-height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px 0px #D9DFE4;
    border: none;
    border-left: 3px solid transparent;
    border-radius: 3px;
    outline: none;
    margin-bottom: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.dr-form input.text:focus, .dr-form select:focus, .dr-form textarea:focus {
    border-left-color: #2D8FE2;
}
.dr-form .validation_error {
    border-left-color: #E55653 !important;
}
.validation_error_message {
    display: none;
}
.dr-form select {
    width: 100%;
    height: 45px;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 45px;
    color: #7B91A2;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px 0px #D9DFE4;
    border-radius: 3px;
}
.dr-form select:disabled {
    opacity: 0.7;
}
.dr-form label {
    position: relative;
}
.dr-form label:after {
    content: '';
    display: block;
    width: 12px;
    height: 8px;
    position: absolute;
    top: 20px;
    right: 15px;
    background-image: url('img/select-tick.png');
    background-size: cover;
    background-repeat: no-repeat;
pointer-events: none;
}
.form-extra-wrap {
    display: none;
}
.dr-form textarea {
    height: auto;
    padding: 10px 20px;
    line-height: 30px;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.dr-form input.submit {
    padding: 15px 25px;
    border: none;
    outline: none;
    float: right;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.dr-form .fullrow {
    display: block;
    width: 100%;
}
.dr-form .first {
    display: inline-block;
    width: 250px;
    float: left;
}
.dr-form .last {
    display: inline-block;
    width: 250px;
    margin-left: 10px;
}
.form-footer {
    margin-top: 15px;
}
.form-extra-button {
    display: block;
    height: 45px;
    font-size: 15px;
    font-weight: 500;
    line-height: 45px;
    color: #2D8FE2;
    float: left;
    cursor: pointer;
}
.form-extra-button i {
    display: inline-block;
    font-size: 20px;
    margin-right: 15px;
    float: left;
}

.autocomplete-suggestions {
    text-align: left;
    cursor: pointer;
    border: none;
    border-top: 0;
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0,0,0,.1);
    padding: 10px 0 20px;
    border-radius: 0 0 4px 4px;
    margin-top: -4px;
    position: fixed;
    display: none;
    z-index: 9999;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.autocomplete-suggestion {
    position: relative;
    padding: 4px 10px;
    line-height: 20px;
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    color: #333;
    margin-bottom: 10px;
    text-indent: 5px;
    font-size: 14px;
    font-weight: 400;
}
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }
.autocomplete-suggestion .icon { vertical-align: middle;display: block;width: 30px;float: left; }
.autocomplete-suggestion .icon img { max-width: 100%;height: auto;width: 100%;display: block; }

.autocomplete-suggestion span.domain { color: #999;font-size: 10px;text-align: left;display: block;padding-left: 30px;line-height: 10px;}


/*      SEARCH        */

section.search {
    padding: 60px 0;
}
section.search .search-roll {
    width: 705px;
    float: left;
}
#section-search {
    background: #FFFFFF;
    box-shadow: 0px 0px 33px 0px #EEF3F7;
    border-radius: 4px;
    margin-bottom: 30px;
}
#section-search form#searchform {
    position: relative;
}
#section-search #searchform label i {
    font-size: 20px;
    line-height: 60px;
    color: #B8C5CE;
    position: absolute;
    left: 20px;
    top: 0;
    cursor: pointer;
    margin-bottom: 0;
}
#section-search input#s {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #ECEFF2;
    border: 2px solid #ECEFF2;
    outline: none;
    padding: 0 0 0 50px;
    font-size: 20px;
    font-weight: 400;
    color: #465275;
    border-radius: 3px;
    -webkit-appearance: none;
}
#section-search input#s:focus {
    border: 2px solid #2D8FE2;
    background-color: #fff;
}
#section-search input#searchsubmit {
    border: 1px solid #008DD1;
}
input#searchsubmit {
    display: none;
}
h1.search-count {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 45px;
}
.search-roll .date {
    display: inline-block;
    width: 150px;
    font-size: 17px;
    font-weight: 400;
    color: #7E91A2;
    float: left;
}
.search-roll .tags {
    display: none;
    margin-left: 160px;
}
.search-roll .thumbnail {
    margin-bottom: 30px;
}
.search-roll .intro {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #465275;
    margin-bottom: 30px;
}


/* Header message */


#header-message {
    display: none;
    width: 100%;
    line-height: 60px;
    background-image: linear-gradient(135deg, #14ACF5 0%, #0975D1 100%);
    box-shadow: inset 0px -2px 6px 0px rgba(0,0,0,0.20);
}
.m-button {
    display: inline-block;
    float: left;
}
.mobile-m-button {
    display: none;
}
.m-content {
    display: block;  
    height: 60px;
    margin: 0 150px;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;  
    justify-content: center;
}
.m-content .left {
    display: inline-block;
    opacity: 0.7;
}
.m-content .left span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 4px;
    line-height: 60px;
    vertical-align: middle;
}
.m-content .center {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    letter-spacing: 6px;
    margin: 0 30px;
}
.m-content .right {
    display: inline-block;
    height: 30px;
    padding: 15px 0;
    opacity: 0.7;
    line-height: 15px;
    text-align: left;
}
.m-content .right span:first-child {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 4px;
    line-height: 15px;
    vertical-align: middle;
}
.m-content .right span:last-child {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    line-height: 15px;
    vertical-align: middle;
}
.m-close {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}
.m-close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 15px 0;
    opacity: 0.3;
    cursor: pointer;
}
.m-close:hover {
    opacity: 0.7;
}
.popup-mobile {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(28,39,57,0.90);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.popup-mobile .message-wrap {
    width: 100%;
    max-width: 300px;
    height: auto;
    padding: 30px 15px;
    background-image: linear-gradient(135deg, #14ACF5 0%, #0975D1 100%);
}
.popup-mobile .m-button {
    display: none;
}
.popup-mobile .m-content {
    display: block;
    height: auto;
    margin: 0 auto;
}
.popup-mobile .mobile-m-button {
    display: block;
}
.popup-mobile .m-content .left {
    display: block;
}
.popup-mobile .m-content .center {
    display: block;
    margin: 0 auto 15px;
}
.popup-mobile .m-content .right {
    display: block;
    height: auto;
    padding: 0;
    line-height: 60px;
    text-align: center;
    margin-bottom: 30px;
}
.popup-mobile .m-content .right span:first-child {
    line-height: 30px;
}
.popup-mobile .m-content .right span:last-child {
    line-height: 30px;
}







/* Preloader */

.dr-loader {
  display: inline-block;
  align-self: center;
  position: relative;
  perspective: 100px;
  height: 35px;
  width: 35px;
}
  
.loader {
  position: absolute;
  height: 36px;
  width: 36px;
  animation: loader 1s infinite ease-out;
  transform-style: preserve-3d;
}

.loader-inner {
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  width: 28px;
  background-color: #BECDD9;
  border-radius: 3px;
  animation: loader-inner 1s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotateY(0.1deg);
  }
  25% {
    transform: rotateX(0.1deg);
  }
  50% {
    transform: rotateX(0.1deg);
  }
  75% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0.1px;
    opacity: 1;
  }
  25% {
    height: 21px;
    opacity: 1;
  }
  50% {
    height: 21px;
    opacity: 1;
  }
  75% {
    height: 21px;
    opacity: 0;
  }
  100% {
    height: 0.1px;
    opacity: 0;
  }
}

/* Responsive */

@media only screen and (max-width: 1366px) {
    section.persona .top-banner {
        padding: 0 0 60px;
    }
    section.persona .top-banner .b-left {
        width: 50%;
        float: left;
    }
    section.persona .top-banner .b-right {
        width: 50%;
        float: right;
    }
    article.feature .b-left, article.feature .b-right {
        width: 45%;
        margin: 0;
    }
    article.feature.right-image .b-left {
        margin-right: 9%;
    }
    article.feature.left-image .b-right {
        margin-left: 9%;
    }
    .banner-buttons .item span {
        font-size: 12px;
    }
    .regions .item {
        width: 23%;
        padding: 30px 15px;
    }
    .blog-roll {
        width: 60%;
    }
    section.search .search-roll {
        width: 60%;
    }
    .post-content {
        width: 60%;
    }
    section.text-page .post-content {
        width: 100%;
    }
    .right-sidebar {
        width: 31%;
    }
    .board .page-content .container {
        padding-bottom: 45px;
    }
    .programs .item {
        margin: 0;
    }
    .programs .item a {
        display: block;
        padding: 30px 15px;
    }
    .features .item.right-image .b-left, .features .item.left-image .b-right {
        width: 45%;
    }
    .features .item.right-image .b-right {
        width: 45%;
        margin-left: 9%;
    }
    .features .item.left-image .b-left {
        width: 45%;
        margin-right: 9%;
    }
    .bds .item {
        display: inline-block;
        width: 285px;
        vertical-align: top;
        float: none;
        text-align: center;
        margin: 0 2%;
    }
    .product .technologies .b-left, .product .technologies .b-right {
        width: 45%;
    }
    .product .technologies .b-left {
        margin-right: 0;
    }
    .product .technologies .b-right {
        margin-left: 9%;
    }
    .product .deployment .item {
        display: inline-block;
        width: 24%;
        float: none;
        vertical-align: top;
    }
    section.cloud .top-banner {
        padding: 80px 0;
    }
    .b-packages .column .td.ideal_use {
        font-size: 12px;
    }
    section.enterprise .top-banner .b-left {
        width: 50%;
        padding-top: 0;
    }
    section.enterprise .top-banner h1 {
        margin-bottom: 10px;
    }
    section.enterprise .top-banner .b-right {
        width: 40%;
        margin-left: 9%;
    }
    .sitemap-columns .column {
        display: inline-block;
        float: left;
        vertical-align: top;
        margin-left: 0;
        width: 25%;
    }
    .trainings .item .cover {
        width: 390px;
        height: 330px;
        padding: 30px;
    }
    .item .cover h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .trainings .item .main {
        height: 300px;
        padding: 0 30px;
        margin: 15px 0 15px 390px;
    }
    .tab-headers {
        height: 55px;
        border-bottom: 1px solid #D9DFE4;
        margin-bottom: 15px;
    }
    .tab-headers li a {
        display: block;
        padding: 20px 30px 18px;
        font-size: 13px;
        font-weight: 500;
        line-height: 15px;
    }
    .course_outline .column li {
        margin-bottom: 7px;
    }
    .uc-by-industry h1 {
        font-size: 42px;
        margin: 30px auto;
    }

}
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
   
    .popup-close {
        margin: 20px auto;
    }
    .bio-slider-wrap {
        width: 900px;
    }
    .bio-slider-wrap .bx-wrapper {
        padding: 20px 30px;
    }
    .bio-slider-wrap .controls {
        padding: 30px;
    }
    .bio-slider-wrap .controls>a {
        top: 15px;
    }
    .bio-slider-wrap .controls a.bx-prev {
        left: 30px;
    }
    .bio-slider-wrap .controls a.bx-next {
        right: 30px;
    }
    .form-wrap {
        padding: 20px 30px;
    }
    .form-title h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .dr-form input.text, .dr-form select {
        height: 36px;
        padding: 0 20px;
        line-height: 36px;
    }
    .dr-form .first, .dr-form .last {
        width: 265px;
    }
    .dr-form label:after {
        content: '';
        display: block;
        width: 12px;
        height: 8px;
        position: absolute;
        top: 14px;
        right: 15px;
        background-image: url('img/select-tick.png');
        background-size: cover;
        background-repeat: no-repeat;
pointer-events: none;
    }
}
@media only screen and (max-width: 1279px) {
    .container {
        width: 100%;
        max-width: 1024px;
        padding: 0 15px;
        margin: 0 auto;
        position: relative;
    }
    .home .top-block {
        padding: 90px 0 30px;
    }
    .roles {
        padding: 45px 0 75px;
    }
    .role-buttons .item {
        width: 160px;
        height: auto;
    }
    .role-buttons .item span {
        font-size: 14px;
        line-height: 21px;
        min-height: 42px;
    }
    .mbp {
        padding: 75px 0 60px;
    }
    .sitemap-columns .column {
        display: inline-block;
        float: left;
        vertical-align: top;
        margin-left: 0;
        width: 25%;
    }
    .education .top-block {
        padding: 60px 0 60px;
    }
    .programs .item a {
        display: block;
        padding: 30px 15px;
    }
    .programs .item h2 {
        font-size: 20px;
    }
    .programs .item p {
        font-size: 14px;
        line-height: 21px;
        min-height: 80px;
    }
    .uc-similar-case {
        background-position: 100% 0;
    }
    .trainings .item .cover {
        width: 330px;
    }
    .trainings .item .main {
        margin: 15px 0 15px 330px;
    }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
    .wrapper {
        padding-top: 0 !important;
    }
    header.fixed {
        display: block;
        position: relative;
    }   
           
    .home .top-block {      
       background-image: -webkit-linear-gradient(bottom left, #465275 0%, #324163 32%, #061D3B 100%);       
       background-image: -o-linear-gradient(bottom left, #465275 0%, #324163 32%, #061D3B 100%);        
       background-image: linear-gradient(to top right, #465275 0%, #324163 32%, #061D3B 100%);      
       text-align: center;      
       padding: 45px 0 60px;        
    }       
    .home .top-block .video {       
        position: relative;     
        margin-bottom: 60px;        
    }       
    .video-text {       
        width: 100%;        
        margin-bottom: 60px;        
    }       
    .video-text .watch-v {      
        display: none;      
    }       
    .video-mobile {     
        display: block;     
        width: 600px;       
        margin: 0 auto;     
    }       
    .role-buttons {     
        width: 100%;        
        display: inline-flex;       
        justify-content: space-around;      
        flex-flow: row wrap;        
    }       
    .role-buttons .item {       
        width: 285px;       
        height: auto;       
        background-color: #fff;     
        margin-bottom: 15px;        
    }       
    .sitemap-columns {      
        display: none !important;       
    }       
    .hamburger {        
        display: none;      
    }       
    .btt {      
        display: block;     
    }       
    .btt i {        
        float: left;        
        margin-right: 10px;     
        font-size: 20px;        
        color: #2D8FE2;     
    }       
    .uc-by-industry h1 {        
        font-size: 42px;        
        margin: 45px auto 30px;     
    }       
    .uc-filters.default {       
        width: 100%;        
        float: none;        
        text-align: center;     
        margin: 0 auto 30px;            
    }
    .uc-filters.fixed {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 auto 30px;
        position: relative;
        top: auto;   
    }
    .ucf-mobile {
        display: block;
    }
    .ucf-desktop {
        display: none;
    }     
    .uc-filter {          
        display: inline-block;
        width: 285px;      
        margin: 15px;      
        vertical-align: top;        
        text-align: left; 
        border: none;      
        border-radius: 3px;     
        box-sizing: border-box;     
        overflow: hidden;
        position: relative;
        background: #FFFFFF;
        box-shadow: 0px 1px 1px 0px #D9DFE4;     
    } 
    .uc-filter.mobile .current-item {
        display: block;
        width: 100%;
        height: 45px;
        line-height: 45px;
        border: none;
        padding-left: 15px;
    } 
    .uc-filter.mobile .current-item:after {
        content: "\6d";
        font-family: "dr3" !important;
        font-size: 20px;
        color: #7B91A2;
        display: inline-block;
        line-height: 45px;
        vertical-align: middle;
        position: absolute;
        top: 0;
        right: 15px;
    } 
    .ucf-mobile ul {
        display: none;
    }    
    .ucf-mobile li:first-child {
        border-top: 1px solid #D9DFE4;
    }
    .ucf-mobile li a {
        display: block;
        padding-left: 15px;
        font-size: 13px;
        font-weight: 500;
        color: #465275;
        text-transform: none;
        line-height: 45px;
        border-left: none;
    }
    .ucf-mobile li a.active {
        padding-left: 15px;
        background: #fff;
        color: #465275;
        border-left: none;
    }
    .ucf-mobile li span {
        line-height: 45px;
        color: #465275;
    }
    .uc-top-banner-wrap h3 {        
        display: block;     
        font-size: 30px;        
        font-weight: 300;       
        line-height: 60px;      
        color: #fff;        
        margin-bottom: 25px;        
    }       
    .uc-top-banner-wrap p {     
        font-size: 20px;        
        font-weight: 300;       
        line-height: 30px;      
        color: #fff;        
        margin-bottom: 0;       
        width: 100%;        
        margin: 0 auto;     
    }       
    .uc-content {       
        position: relative;     
        margin-left: 0;     
    }       
    .uc-description {       
        margin-bottom: 30px;        
    }       
    .uc-highlights {        
        width: 100%;        
        float: none;        
        padding: 0 0 15px;      
        background: #FFFFFF;        
        border: 0;      
        border-radius: 0;       
        border-bottom: 2px solid #ECEFF2;       
    }       
    .uc-solution {      
        margin-left: 0;     
        padding: 40px 0;        
    }       
    .uc-results-slider {        
        padding: 30px 0 45px;       
        position: relative;     
    }       
    .uc-results-slider-left {       
        width: 100%;        
        float: none;        
        position: relative;     
        min-height: auto;       
        padding-bottom: 0;      
    }       
    .uc-pdf {       
        position: relative;     
        border-left: 0;     
        padding: 30px;      
        text-align: center;     
        margin: 30px 0;     
    }       
            
    .uc-results-slider-right {      
        width: 100%;        
        float: none;        
        padding-left: 0;        
        position: relative;     
    }       
    .slider-panel {     
        box-shadow: none;       
    }       
    .results-slider li img {        
        display: block;     
        margin: 0 auto;     
    }       
    .uc-results-video {     
        padding: 0 0 45px;      
        position: relative;     
    }       
    .uc-testimonial-author {        
        margin-bottom: 30px;        
    }       
    .uc-testimonial {       
        max-width: 100%;        
    }       
    .uc-results-video-left {        
        width: 100%;        
        float: none;        
        margin-bottom: 30px;        
    }       
    .uc-results-video-right {       
        width: 100%;        
        float: none;        
        text-align: center;     
        padding-left: 0;        
    }       
    .education .top-block h1 {      
        margin-bottom: 45px;        
    }       
    .education .programs {      
        display: flex;      
        justify-content: center;        
        flex-wrap: wrap;        
    }       
    .programs .item {       
        display: inline-block;      
        width: 285px;       
        margin: 15px;       
        float: none;        
    }       
    .education .page-content .features h2 {     
        margin: 0 0 30px;       
    }       
    .features .item.right-image .b-left, .features .item.left-image .b-right {      
        width: 100%;        
        text-align: center;     
    }       
    .features .item.right-image .b-right {      
        width: 100%;        
        margin-left: 0;     
        text-align: center;     
    }       
    .features .item.left-image .b-left {        
        width: 100%;        
        margin-right: 0;        
        text-align: center;     
    }       
    .features .item img {       
        display: block;     
        margin: 30px auto;      
    }       
    .bds .item {        
        display: inline-block;      
        width: 29.3%;       
        vertical-align: top;        
        float: left;        
        text-align: center;     
        margin: 0 2%;       
    }       
    .education .quotes {        
        background-color: #F4F7F8;      
        padding: 60px 0 45px;       
    }       
    .quote-slider blockquote {      
        display: block;     
        width: 100%;        
        box-sizing: border-box;     
    }       
    .get-in-touch {     
        background-color: #fff;     
        padding: 60px 0;        
    }       
    .get-in-touch .button-wrap {        
        padding: 30px 0;        
        text-align: center;     
        background-size: cover;     
    }       
    .courses .top-block p {     
        width: 100%;        
    }       
    .courses .trainings {       
        padding: 30px 0;        
    }       
    .trainings .item .cover {       
        width: 100%;        
        height: auto;       
        padding: 30px;      
        float: none;        
    }       
    .item .cover p.for {        
        max-width: 500px;       
    }       
    .trainings .item .main {        
        width: 100%;        
        height: auto;       
        padding: 30px;        
        margin: -25px 0 0;      
    }       
    .item .cover a.button {     
        position: absolute;     
        left: auto;     
        right: 30px;        
        bottom: 50%;        
        margin-bottom: -23px;       
    }       
    .tab-contents {     
        width: 100%;        
    }       
    section.cloud .top-banner {     
        height: 840px;      
        background: #3192e3 url('img/DR-Cloud_768.jpg') no-repeat;      
        background-position: 50% 100%;      
        background-size: 100%;      
        padding: 60px 0;        
    }       
    section.cloud .b-right {        
        width: 480px;       
        margin-left: 60px;      
        float: none;        
    }       
    .packages p {       
        color: #7E91A2;     
        font-size: 20px;        
        font-weight: 300;       
    }       
    .criteria.column {      
        display: none;      
    }       
    .b-packages .column {       
        width: 24.5%;       
        margin: 0 0.25%;        
    }       
    .b-packages .column:nth-child(2) {      
        margin-left: 0.25%;     
    }       
    .b-packages .column .td.th {        
        margin-top: 0;      
        padding: 0;     
    }       
    .b-packages .column .outer-feature {        
        display: block;     
        position: absolute;     
        width: 100%;        
        left: 0;        
        right: 0;       
        background: #fff;       
        font-size: 16px;        
        font-weight: 500;       
        color: #9b9b9b;     
        line-height: 40px;      
    }       
    .b-packages .column .td {       
        margin-top: 40px;       
        min-height: auto;       
        padding: 20px 0;        
    }       
    .b-packages .column .td:last-child {        
        margin: 0;      
    }       
    .b-packages .column .ideal_use {        
        min-height: 103px;      
    }       
    section.enterprise .page-content {      
        padding: 60px 0 0;      
    }       
    section.enterprise .top-banner {        
        padding-top: 60px;      
    }       
    section.enterprise .top-banner .b-left {        
        width: 100%;        
        padding-top: 0;     
        text-align: center;     
        margin-bottom: 45px;        
        float: none;        
    }       
    section.enterprise .top-banner .b-right {       
        width: 100%;        
        margin-left: 0;     
        float: none;        
        text-align: center;     
    }       
    section.enterprise .top-banner .b-right img {       
        display: block;     
        width: 75%;     
        margin: 0 auto;     
    }       
    .b-ent-descr {      
        padding: 0;     
        margin-bottom: 90px;        
    }       
    .b-ent-features {       
        border-bottom: 1px solid #eaeaea;       
        padding-bottom: 0;      
    }       
    .b-ent-feature {        
        display: block;     
        width: 80%;     
        float: none;        
        vertical-align: top;        
        text-align: center;     
        margin: 0 auto 30px;        
    }       
    .e-img-wrap {       
        width: 180px;       
        height: 190px;      
        margin: 0;      
        float: left;        
    }       
    .b-ent-feature h2 {     
        font-size: 24px;        
        margin-bottom: 15px;        
        margin-left: 210px;     
        text-align: left;       
    }       
    .b-ent-feature p {      
        font-size: 16px;        
        text-align: justify;        
        padding: 0;     
        margin-left: 210px;     
    }       
    .enterprise article.feature {       
        text-align: center;     
    }       
    .enterprise article.feature .b-left, .enterprise article.feature .b-right {     
        width: 100%;        
        margin: 30px 0;      
    }       
    .enterprise article.feature img {       
        max-width: 425px;       
        margin: 0 auto 30px;        
    }       
    .enterprise .get-in-touch p {       
        max-width: 75%;     
        margin: 0 auto 30px;        
    }       
    .contact-us .top-block {        
        padding: 60px 0;        
    }       
    .banner-buttons {       
        display: flex;      
        justify-content: center;        
        flex-flow: row wrap;        
    }       
    .banner-buttons .item {     
        width: 200px;       
        padding: 30px 15px;     
    }       
    .regions {      
        display: flex;      
        justify-content: center;        
        flex-flow: row wrap;        
    }       
    .regions .item {        
        width: 310px;       
        padding: 30px 15px;     
        margin: 30px 15px;      
    }       
    .team .top-block {      
        padding: 45px 0;        
        text-align: center;     
    }       
    .team .page-content {       
        padding: 45px 0;        
    }       
    .team .grid {       
        margin: 0;      
        display: flex;      
        flex-flow: row wrap;        
        justify-content: center;        
    }       
    .team .grid .item {     
        width: 285px;       
    }       
    .bio-slider-wrap {      
        width: 660px;       
    }       
    .bio-slider-wrap .bx-wrapper {      
        padding: 30px;      
    }       
    .bio-slider-wrap .controls {        
        padding: 10px 30px 90px;        
    }       
    .bio-slider-wrap .controls>a {      
        top: 45px;      
    }       
    section.category {      
        padding: 60px 0 0;      
    }       
    .blog-roll {        
        width: 100%;        
        float: none;        
    }  
    section.search {
        padding: 60px 0 0;
    }  
    section.search .search-roll {
        width: 100%;
        float: none;
    }   
    .pagination {       
        margin-bottom: 60px;        
    }       
    .right-sidebar {        
        width: 100%;        
        float: none;        
    }       
    .post-inner .search_widget {             
        margin-bottom: 30px;
        max-width: 290px;     
    }       
    #category-newsletter {      
        margin: 0 -15px;        
        border-radius: 0;       
    }       
    #category-newsletter .widgettitle {     
        font-size: 30px;        
        text-align: center;     
        margin: 30px auto;      
    }       
   #category-newsletter .newsletter-form {      
        margin: 0 15px 30px;        
    }       
    .category-filter .cat-item {        
        float: none;        
    }       
    .category-filter .cat-item a {      
        padding: 12.5px 16px;    
    }       
    .news-roll h1 {     
        margin-bottom: 75px;        
    }       
    .news .pagination {     
        text-align: center;     
        padding: 0;     
    }       
    .post-subscribe {       
        padding: 30px;      
    }       
    .post-subscribe .sform {        
        width: 100%;        
        margin: 0 auto;     
    }       
    .about-uc .item.left-image .text-holder {       
        width: 75%;     
        margin: 0 0 0 25%;      
        padding: 30px;      
    }       
    .about-uc .item.right-image .text-holder {      
        width: 75%;     
        margin: 0 25% 0 0;      
        padding: 30px;      
    }       
    section.about-us h2 {       
        margin: 60px 0 45px;        
        text-align: center;     
        font-size: 30px;        
        font-weight: 300;       
    }       
    .about-us .quote-slider .item {     
        display: block;
        width: 100%;
        float: none;
        padding: 0 30px;
        line-height: 160px;
        height: 160px;
        background-color: #EAF0F5;
        text-align: left;
    }
    .quote-slider .item:nth-child(odd) {
        text-align: left;
    }
    .quote-slider .item:nth-child(3n+1) {
        background-color: #EAF0F5;
    }    
    .expertise .logos {     
        display: flex;      
        flex-flow: row wrap;        
        justify-content: center;        
    }       
    .expertise .logos li {      
        margin: 0 30px 30px;        
        vertical-align: middle;     
        line-height: 75px;      
    }   
    section.features .top-banner {
        height: auto;
        min-height: 525px;
        background-size: cover;
        background-position: center;
        padding: 30px 0;
        background-image: -webkit-linear-gradient(314deg, #143056 0%, #0C1725 100%)  !important;
        background-image: -o-linear-gradient(314deg, #143056 0%, #0C1725 100%)  !important;
        background-image: linear-gradient(44deg, #143056 0%, #0C1725 100%)  !important;
    }    
    section.product .top-banner {
        height: auto;
        min-height: 525px;
        background-size: cover;
        background-position: center;
        padding: 30px 0;
        background-image: -webkit-linear-gradient(314deg, #143056 0%, #0C1725 100%)  !important;
        background-image: -o-linear-gradient(314deg, #143056 0%, #0C1725 100%)  !important;
        background-image: linear-gradient(44deg, #143056 0%, #0C1725 100%)  !important;
      }  
    section.product .top-banner .b-left {
        display: block;
        width: 100%;
        float: none;
        max-width: 480px;
        text-align: center;
        margin: 0 auto 30px;
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    } 
    section.product .top-banner .b-right {
        display: block;
        width: 100%;
        float: none;
        max-width: 480px;
        text-align: center;
        margin: 0 auto 30px;
        padding: 0;
        height: auto;
        line-height: initial;
    } 
    section.features .banner-content {
        width: 100%;
        max-width: 480px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }  
    section.product .top-banner h1, section.features .top-banner h1 {
        font-size: 42px;
        margin-bottom: 5px;
    } 
    section.product .top-banner p, section.features .top-banner p {
        font-size: 22px;
        font-weight: 300;
        line-height: 30px;
        color: #BAC5CE;
        margin-bottom: 15px;
    }
    section.product .top-banner .tb-mobile, section.features .top-banner .tb-mobile {
        display: block;
        margin: 30px auto 0;
    }
    .product .how-it-works {        
        display: none;      
    }       
    article.feature {       
        padding: 0 0;       
        text-align: center;     
    }       
    article.feature .b-left, article.feature .b-right {     
        width: 100%;        
        margin: 30px auto;      
    }       
    article.feature .b-left>img, article.feature .b-right>img {     
        display: block;     
        margin: 0 auto;     
    }       
    article.feature.left-image .b-right {       
        margin-left: 0;     
    }       
    article.feature.right-image .b-left {       
        margin-right: 0;        
        width: 100%;        
        display: block;     
        margin: 30px auto;      
    }       
    section.error404 {      
        text-align: center;     
        padding: 60px 0 90px;       
    }       
    .error-image, .error-text {     
        width: 100%;        
        max-width: 390px;       
        display: block;     
        vertical-align: middle;     
        margin: 0 auto;     
    }       
    .error-text {       
        text-align: center;     
        margin: 60px auto 0;        
    }       
    section.thank-you .container {      
        padding: 75px 15px 200px;       
    }
    .uc-similar-case {
        background-size: 75%;
        background-position: 70% 100%;
        padding: 60px 0 300px;
        color: #fff;
    }
    .sc-text {
        max-width: 50%;
        text-align: center;
        margin: 0 auto;
    }
    .board .page-content .container {
        padding-bottom: 0;
    }
    .board h1 {
        margin-bottom: 45px;
    }
    .board .grid {
        display: block;
    }
    .board .grid .item {
        display: block;
        width: 100%;
        border-radius: 3px;
        text-align: center;
        margin-bottom: 15px;
        cursor: default;
        padding: 30px;
        background-color: #fff;
    }
    .board .grid .item figure {
        width: 100%;
        margin-bottom: 30px;
        line-height: 155px;
        text-align: left;
    }
    .board .grid .item .img-wrap {
        position: relative;
        margin-bottom: 0;
        border-radius: 3px;
        overflow: hidden;
        cursor: default;
        width: 210px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 30px;
    }
    .board .grid .item figcaption {
        display: inline-block;
        vertical-align: middle;
    }
    .board .grid .item h2{
        color: #465275;
    }
    .board .grid-bio {
        display: block;
    }
    .board .item .grid-bio p {
        font-size: 15px;
        font-weight: 400;
        line-height: 30px;
        color: #1B3751;
        text-align: left;
    }
    .board .bio-wrap {
        display: none;
    }
    .board ul.logos {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
    .board ul.logos li {
        line-height: 70px;
        margin: 15px;
    }
    section.text-page article {
        width: 100%;
        margin: 0 auto;
    }
    .post-content {
        width: 100%;
        float: none;
    }
    .post-content h1 {
        font-size: 30px;
        line-height: 45px;
    }
    .thumbnail {
        text-align: center;
        margin-bottom: 30px;
    }
    .post-text blockquote {
        padding-top: 15px;
        padding-left: 15px;
        margin-bottom: 30px;
        position: relative;
        background: url(img/quotebg.png) no-repeat;
        background-position: 0 0;
        background-size: 29px;
    }
    .post-text blockquote p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .right-sidebar .search_widget {        
        display: none;      
    }
    .news-roll>.search_widget {
        display: none;
    }
    .category-filter {
        display: block;
    }
    .category-filter.mobile {
        display: none;
    }
    section.persona .top-banner .b-left {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 30px;

        position: static;
        top: 0;
        left: 0;
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    section.persona .top-banner h1 {
        margin: 0;
    }
    section.persona .top-banner p {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    section.persona .top-banner .b-right {
        /*
         TODO: get rid of !important
        */
        position: static !important;
        width: 100%;
        float: none;
        -moz-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
        -webkit-transform: translateY(0%) !important;
        -o-transform: translateY(0%) !important;
        transform: translateY(0%) !important;
    }
    section.persona .top-banner .b-right img {
        display: block;
        margin: 0 auto;
        width: 75%;
        /*max-width: 500px;*/
    }
    section.persona .top-banner .container{
        min-height: initial;
    }
    section.persona .excerpt {
        padding: 30px 0;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 0 auto;
    }
    section.persona .anchors ul li a {
        display: block;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 55px;
        color: #fff;
    }
    .careers .departments {
        width: 230px;
    }
    .positions-list {
        margin: 0px 0 0px 240px;
    }
    .positions .positions-list .it {
        width: 45%;
        padding: 20px;
    }
    .vacancy-detail .container {
        width: 100%;
    }
    #header-message {
        display: none !important;
    }

}
@media only screen and (max-width: 860px) {
    .nav-toggle {       
        display: block;     
        position: absolute;     
        right: 30px;        
        height: 75px;       
        line-height: 75px;      
        font-size: 24px;        
        color: #008dd1;     
        cursor: pointer;        
    }       
    #main-nav {     
        display: none;      
        position: absolute;     
        top: 75px;      
        right: 0px;     
        width: 100%;        
        padding: 25px 15px;     
        background: #252F45;        
        float: none;        
    }       
    #main-nav nav {     
        float: none;        
    }       
    #main-nav nav>ul {      
        margin: 0 -2.1%;
        padding-bottom: 267px;        
    }       
    #main-nav nav>ul>li {       
        font-size: 15px;        
        font-weight: 500;       
        text-transform: uppercase;      
        color: #7E91A2;     
        width: 29.1%;       
        margin: 0 2.1% 30px;        
    }       
    #main-nav nav>ul>li:last-child {        
        margin-right: 2.1%;     
    }       
    #main-nav nav>ul>li>a {     
        color: #7E91A2;     
        padding: 0;     
        border-bottom: 0;       
        margin-bottom: 15px;        
    }       
    #main-nav nav>ul>li:hover>a {       
        border-bottom: 0;  
        color: #7E91A2;     
    }       
    #main-nav li.menu-item-has-children>a:after {       
        content: "";        
        display: none;      
    }       
    #main-nav>nav>ul>li>ul.sub-menu {       
        display: block;          
        position: relative;     
        top: 0;     
        left: 0px;      
        padding: 0 0px;     
    }       
    #main-nav .sub-menu li a {      
        display: block;     
        padding: 0;     
        line-height: 30px;      
        white-space: normal;        
    }        
    .menu-extra {       
        float: right;
        margin-left: 0;
        position: absolute;
        top: -75px;
        right: 80px;  
        display: none;     
    }       
    .menu-extra a {     
        margin: 15px 0;     
        padding: 15px 30px;     
    } 
    .menu-extra.mobile {     
        display: block;
        top: 0;
    }       
    #main-nav nav>ul>li.detached {      
        width: 100%;
        position: absolute;
        top: 242px;
        left: 0;        
    }       
    #main-nav nav>ul>li.detached>.sub-menu {        
        margin: 0 -2.1%;        
        width: 100%;        
    }       
    #main-nav nav>ul>li.detached>.sub-menu>li {     
        width: 29.1%;       
        margin: 0 2.1%;     
        float: left;        
    }       
    #main-nav nav>ul>li.detached>.sub-menu>li>a {       
        padding-bottom: 7px;        
        border-bottom: 1px solid rgba(255,255,255,0.1);     
        margin-bottom: 7px;     
    }
}
@media only screen and (max-width: 719px) {
    section.persona .top-banner {
        padding: 0;
    }
    section#executives .top-banner>.container, section#business_analysts .top-banner>.container {
        padding: 0 15px;
    }
    section.persona .top-banner .single-col {
        text-align: center;
        padding-bottom: 0;
        margin: 0;
        padding: 30px 0;
    }
    section.persona .top-banner img.tb-mobile {
        display: block;
        margin: 0 auto;
    }
    section.persona .top-banner .single-col img {
        display: none;
    }
    section.persona .top-banner .single-col img.tb-mobile {
        display: block;
        margin: 0 auto 30px !important;
    }
    #business_analysts .single-col a {
        margin-bottom: 0;
    }
    section.persona .top-banner .b-left-mobile {
        display: block;
        margin: 0 auto;
        padding: 30px 0;
    }
    section.persona .top-banner .b-right {
        display: none;
    }
    section.persona .anchors.default {
        display: none;
    }
    section.persona .excerpt {
        padding: 30px 0;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0 auto;
    }
    article.feature ul li {
        text-align: left;
    }
    #main-nav {
        width: 100%;
    }
    #main-nav nav>ul {
        margin: 0;
        padding-bottom: 0;
    }
    #main-nav nav>ul>li {
        color: #fff;
        width: 100%;
        margin: 0 0 15px;
        display: block;
        float: none;
    }
    #main-nav nav>ul>li>a {
        color: #fff;
        line-height: 30px;
        padding: 0;
        border-bottom: 0;
        margin-bottom: 10px;
    }
    #main-nav>nav>ul>li>ul.sub-menu {
        display: none;
    }
    #main-nav .sub-menu li a {
        display: block;
        padding: 0 0 0 15px;
        line-height: 40px;
        white-space: normal;
    }
    #main-nav li.menu-item-has-children>a:after {
        content: "\6d";
        font-family: "dr3" !important;
        font-size: 20px;
        color: #fff;
        display: inline-block;
        line-height: 30px;
        vertical-align: middle;
        position: absolute;
        top: 0;
        right: 15px;
    }
    #main-nav nav>ul>li.detached {
        width: 100%;
        margin: 0;
        position: relative;
        top: 0;
    }
    #main-nav nav>ul>li.detached>.sub-menu {
        margin: 0;
        width: 100%;
    }
    #main-nav nav>ul>li.detached>.sub-menu>li {
        display: block;
        width: 100%;
        margin: 0;
        float: none;
    }
    #main-nav nav>ul>li.detached>.sub-menu>li>a {
        color: #fff;
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 0;
        position: relative;
    }
    #main-nav nav>ul>li.detached>.sub-menu>li>a:after {
        content: "\6d";
        font-family: "dr3" !important;
        font-size: 20px;
        color: #D9DFE4;
        display: inline-block;
        line-height: 40px;
        vertical-align: middle;
        position: absolute;
        top: 0;
        right: 15px;
        background-size: contain;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        text-transform: none !important;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    #main-nav nav>ul>li.detached>.sub-menu>li>a:hover:after {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #008BE0;
    }
    #main-nav nav>ul>li.detached>.sub-menu>li .sub-menu {
        display: none;
    }
    #main-nav nav>ul>li.detached>.sub-menu>li:hover .sub-menu {
        /*display: block;*/
    }
    #main-nav nav>ul>li.detached>.sub-menu>li .sub-menu a {
        line-height: 40px;
        padding-left: 30px;
    }
    .menu-extra {
        display: block;
        float: none;
        margin-left: 0;
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        bottom: 0;
    }
    .menu-extra a {
        margin: 0;
    }
    .menu-extra.mobile {
        display: none;
    }
    .video-mobile {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .video-text h1 {
        font-size: 30px;
    }
    .top-block .logos img {
        display: inline;
        margin: 0 10px 0 0;
        vertical-align: initial;
    }
    .top-block .logos p {
        font-size: 17px;
    }
    .contact-b {
        text-align: center;
        margin-top: 60px;
    }
    .education .top-block {
        padding: 30px 0 45px;
    }
    .education .top-block h1 {
        margin-bottom: 30px;
    }
    .education .page-content .features h2 {
        font-size: 30px;
    }
    .education .features {
            padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .bds h3 {
        width: 100%;
        font-size: 22px;
        margin: 0 auto 30px;
    }
    .bds .item {
        display: block;
        width: 100%;
        vertical-align: top;
        float: none;
        text-align: left;
        margin: 0 0 30px;
    }
    .bds .item img {
        display: block;
        height: 64px;
        margin: 0;
        float: left;
    }
    .bds .item p {
        font-size: 15px;
        font-weight: 400;
        line-height: 30px;
        color: #7E91A2;
        margin-left: 75px;
    }
    .education .bds {
        padding-bottom: 30px;
        text-align: center;
    }
    .education .quotes {
        background-color: #F4F7F8;
        padding: 20px 0;
    }
    .quote-slider blockquote {
        padding: 0;
        margin: 0 auto;
    }
    .quote-slider blockquote p {
        font-size: 18px;
        text-align: center;
        padding: 45px 0;
    }
    .quote-slider blockquote p:before {
        width: 39px;
        height: 28px;
        left: 0;
        background-size: cover;
    }
    .quote-slider blockquote p:after {
        width: 39px;
        height: 28px;
        right: 0;
        background-size: cover;
        background-position: -40px 0;
    }
    .quote-slider .bullets {
        margin-top: 30px;
    }
    .get-in-touch p {
        font-size: 22px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .courses .top-block {
        padding: 45px 0;
        text-align: center;
    }
    .courses .top-block h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .trainings .item .cover {
        padding: 15px;
    }
    .item .cover a.button {
        position: relative;
        left: 0;
        right: auto;
        bottom: auto;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .trainings .item .main {
        padding: 30px 0px 30px;
    }
    .tab-headers li {
        width: 33%;
        line-height: 53px;
        text-align: center;
        border-bottom: 2px solid transparent;
    }
    .tab-headers li.active {
        border-bottom-color: #2D8FE2;
    }
    .tab-headers li a {
        display: inline-block;
        height: auto;
        padding: 0;
        text-align: center;
        font-size: 12px;
        line-height: 15px !important;
        vertical-align: middle;
        border-bottom: 0;
    }
    .tab.overview p {
        padding: 0 10px;
    }
    .b-packages {
        padding: 0;
        background: none;
        border: none;
    }
    .gr_stripe {
        display: none;
    }
    .packages p {
        text-align: center;
        margin-bottom: 30px;
        color: #9b9b9b;
    }
    .criteria.column {
        display: none;
    }
    section.cloud .top-banner {
        background-size: auto;
    }
    section.cloud .b-right {
        width: 100%;
        margin-left: 0;
        float: none;
        text-align: center;
    }
    section.cloud .top-banner h1 {
        font-size: 30px;
        text-align: center;
    }
    section.cloud .top-banner p {
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 30px;
        text-align: center;
    }
    section.cloud .top-banner ul li {
        width: 100%;
    }
    section.cloud .top-banner ul li:nth-child(odd) {
        margin-right: 0;
        width: 100%;
    }
    section.cloud .top-banner ul {
        display: block;
        width: 290px;
        margin: 0 auto 15px;
        text-align: left;
    }
    .b-packages .column {
        width: 100%;
        margin: 0;
        border: 1px solid #ECF0F2;
        border-radius: 4px;
        padding: 0;
        margin-bottom: 30px;
        background: #fff;
    }
    .b-packages .column:nth-child(2) {
        margin-left: 0;
    }
    .b-packages .column .td.th {
        font-size: 20px;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
    }
    .b-packages .column .td.th:before {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        position: absolute;
        left: 0;
        right: 0;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        background: -webkit-linear-gradient(left, #42A4E5, #FF6D00);
        background: -o-linear-gradient(right, #42A4E5, #FF6D00);
        background: -moz-linear-gradient(right, #42A4E5, #FF6D00);
        background: linear-gradient(to right, #42A4E5, #FF6D00);
    }
    .b-packages .column .outer-feature {
        display: none;
    }
    .b-packages .column .td {
        font-size: 16px;
        min-height: auto;
        padding: 0;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .b-packages .column .td .feature {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #9b9b9b;
        margin-bottom: 10px;
        background-color: #F4F7F8;
        line-height: 30px;
    }
    .b-packages .column .td:last-child {
        margin: 30px 0;
    }
    section.enterprise .top-banner h1 {
        font-size: 42px;
        margin-bottom: 15px;
    }
    section.enterprise .top-banner .b-right img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .e-img-wrap {
        width: 180px;
        height: 190px;
        margin: 0 auto;
        float: none;
    }
    .b-ent-feature h2 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-left: 0;
        text-align: center;
    }
    .b-ent-feature p {
        font-size: 16px;
        text-align: center;
        margin-left: 0;
    }
    .enterprise article.feature img {
        width: auto;
        height: auto;
        max-width: 75%;
        max-height: 380px;
    }
    .contact-us .banner-content>p {
        margin: 0 auto 30px;
    }
    .banner-buttons .item {
        width: 290px;
        margin: 0 10px 15px;
    }
    .regions .item {
        width: 290px;
        padding: 30px 15px;
        margin: 0 0 15px;
    }
    .popup {
        background: #F4F7F8;
        position: relative;
    }
    .popup-close {
        display: block;
        border: 2px solid #7E91A2;
        color: #7E91A2;
        width: 32px;
        height: 32px;
        margin: 15px auto;
        border-radius: 50%;
        line-height: 28px;
        opacity: 0.3;
        position: relative;
        top: 0;
        right: 0;
        z-index: 999;
        background-color: transparent;
        text-align: center;
        padding: 0;
    }
    .bio-slider-wrap {
        width: 100%;
        padding-top: 30px;
        box-shadow: none;
        border-radius: 0;
        overflow: scroll;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
    .bio-slider-wrap .bx-wrapper {
        padding: 0 15px;
    }
    .bio-slider-wrap .controls {
        padding: 90px 30px 10px;
    }
    .bio-slider-wrap .bx-pager-item {
        margin: 0 5px;
    }
    .bio-slider-wrap .controls>a {
        top: 20px;
    }
    .bio-slider-wrap .controls a.bx-prev {
        left: 15px;
        text-align: left;
    }
    .bio-slider-wrap .controls a.bx-next {
        right: 15px;
        text-align: right;
    }
    .form-wrap {
        width: 100%;
        padding: 30px 15px 30px;
        margin: 0 auto;
        background: #F4F7F8;
        box-shadow: none;
        border-radius: 6px;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
    .dr-form .first {
        display: inline-block;
        width: 100%;
        float: none;
    }
    .dr-form .last {
        display: inline-block;
        width: 100%;
        margin-left: 0;
    }
    .autocomplete-suggestions {
        margin-top: -17px;
        position: absolute;
        box-shadow: none;
    }
    section.category, section.news.category {
        padding: 20px 0 0;
    }
    .blog-roll h1, .news-roll h1 {
        font-size: 42px;
        margin-bottom: 30px;
    }
    article.post {
        padding-bottom: 30px;
        border-bottom: 1px solid #D9DFE4;
        margin-bottom: 30px;
    }
    .blog-roll .date {
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .blog-roll .tags {
        display: none;
        margin-left: 0;
    }
    .blog-roll .tags a {
        float: none;
    }
    #category-newsletter {
        padding: 30px 15px;
    }
    #category-newsletter .newsletter-form {
        margin: 0 15px;
    }
    ul.page-numbers {
        padding: 15px 0;
    }
    ul.page-numbers li a.prev {
        padding-right: 5px;
    }
    ul.page-numbers li a.next {
        padding-left: 5px;
    }
    .category-filter {
        display: none;
    }
    .category-filter.mobile {
        display: block;
    }
    .news-filter {
        position: relative;
        background: #FFFFFF;
        box-shadow: 0px 1px 1px 0px #D9DFE4;
        border-radius: 3px;
    }
    .current-item {
        display: block;
        width: 100%;
        height: 45px;
        line-height: 45px;
        border: none;
        padding-left: 15px;
    }
    .current-item:after {
        content: "\6d";
        font-family: "dr3" !important;
        font-size: 20px;
        color: #7B91A2;
        display: inline-block;
        line-height: 45px;
        vertical-align: middle;
        position: absolute;
        top: 0;
        right: 15px;
    }
    .news-filter ul {
        display: block;
        display: none;
        width: 100%;
        float: none;
    }
    .news-filter ul li {
        display: block;
        width: 100%;
        line-height: 45px;
        border: none;
        margin-bottom: 10px;
        border-top: 1px solid #ccc;
    }
    .news-filter ul li a {
        display: block;
        width: 100%;
        padding: 0 0 0 15px !important;
        line-height: 45px !important;
        color: #465275;   
        border: none;
        border-bottom: none !important;
        text-align: left !important;
    }
    .post-subscribe {
        padding: 30px 15px;
    }
    section.about-us h2 {
        margin: 45px 0;
        font-size: 30px;
    }
    section.about-us .banner-content {
        width: 100%;
        margin: 0 auto;
        padding: 100px 0;
    }
    .record-wrap {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        text-align: center;
        color: #fff;
    }
    .about-uc .img-holder {
        position: relative;
        top: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .about-uc .img-holder img {
        display: block;
        position: relative;
        top: 0;
        margin: 0 auto;
    }
    .about-uc .left-image img {
        left: 0;
        transform: none;
    }
    .about-uc .item.left-image .text-holder {
        width: 100%;
        margin: 0;
        padding: 30px 15px;
        border: 0;
        border-top: 4px solid #2D8FE2;
    }
    .about-uc .item.right-image .text-holder {
        width: 100%;
        margin: 0;
        padding: 30px 15px;
        border: 0;
        border-top: 4px solid #2D8FE2;
    }
    .product .technologies {
        padding: 0;
    }
    .product .technologies .container {
        padding: 300px 15px 0;
    }
    .product .technologies .b-right {
        margin-left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        max-width: 270px;
        margin: 0 auto;
    }
    section.product .banner-content, section.features .banner-content {
        width: 100%;
        margin: 0 auto;
    }
    section.product .top-banner, section.features .top-banner {
        height: auto;
    }
    section.product .top-banner h1, section.features .top-banner h1 {
        font-size: 30px;
    }
    section.product .top-banner p, section.features .top-banner p {
        font-size: 22px;
    }
    section.product .aml-tiles .item {
        width: 98%;
        margin: 15px 1%;
    }
    .rdl .b-left, .rdl .b-right {
        width: 100%;
        display: block;
    }
    .rdl .b-right {
        margin-left: 0;
    }
    .bottom-blocks .block {
        width: 100%;
        float: none;
        margin: 0 0 30px !important;
    }
    .product .technologies {
        padding: 30px 0;
    }
    .product .technologies .container {
        padding: 300px 15px 30px;
    }
    .product .technologies .b-left {
        margin-right: 0;
        width: 100%;
    }
    .product .technologies .b-right {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 100%;
        max-width: 270px;
        margin: 0 auto;
        margin-left: -135px;
    }
    .product .deployment {
        background: #fff;
        padding: 30px 0 60px;
        text-align: center;
    }
    .product .deployment h2 {
        font-size: 30px;
        font-weight: 300;
        line-height: 45px;
        margin-bottom: 30px;
    }
    .product .deployment .item {
        display: inline-block;
        width: 100%;
        float: none;
        vertical-align: top;
        margin-bottom: 30px;
    }
    .product .deployment .item:nth-child(3) {
        margin: 0 auto 30px;
    }
    section.features .excerpt {
        border-bottom: 2px solid #DCE2E5;
        padding: 30px 0;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        color: #344D62;
        width: 100%;
        margin: 0 auto 30px;
        text-align: center;
    }
    article.feature h2 {
        font-size: 22px;
        margin-bottom: 22px;
        line-height: 30px;
    }
    .ty-message {
        padding: 45px 15px;
        width: 100%;
    }
    section.thank-you .container {
        background-size: 160px;
        background-position: center bottom;
    }
    .uc-similar-case {
        background-size: 100%;
        background-position: 0 100%;
        padding: 60px 0 150px;
        color: #fff;
    }
    .sc-text {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .sc-text h4 {
        font-size: 22px;
    }
    .sc-text p {
        margin-bottom: 30px;
    }
    section.text-page {
        padding: 30px 0;
    }
    section.text-page h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .text-page h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    section.single-post {
        padding: 30px 0 0;
    }
    .news-search {
        display: none;
    }
    .news-roll>.search_widget {
        display: block;
        margin-bottom: 30px;
    }
    .news-roll article.post h2 {
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 30px;
    }

    .page-content .positions {
        padding: 15px 0 30px;
    }
    .position-title {
        text-align: center;
        margin-bottom: 30px;
    }
    .location-name {
        display: inline-block;
        font-size: 20px;
    }
    .location .dropdown-toggle {
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;
        padding: 0;
        margin-left: 0px;
    }
    .location .dropdown-toggle:after {
        right: -15px;
        font-size: 14px;
    }
    .location ul.dropdown-menu {
        display: none;
        position: absolute;
        top: 120%;
        left: 30%;
    }
    .location ul.dropdown-menu li a {
        padding: 0px 20px;
        line-height: 40px;
    }
    .careers .departments {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .positions-list {
        margin: 0 auto;
    }
    .positions .positions-list .it {
        width: 100%;
        margin: 0 auto 20px;
    }
    .careers-contact {
        padding: 30px 0;
    }

}
