/*
Theme Name: Arvados
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
.widget:after, .post-password-form p:after, .search-form:after {
  content: " ";
  display: block;
  clear: both; }

html {
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  tap-highlight-color: transparent; }

body {
  min-width: 320px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type="button"], input[type="submit"] {
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

input[type="button"]::-moz-focus-inner {
  border: 0; }

input[type="submit"]::-moz-focus-inner {
  border: 0; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  overflow: visible;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  cursor: pointer; }

input[type="submit"]:hover, button:hover {
  cursor: pointer; }

input[type="submit"]:focus, input[type="button"]:focus {
  outline: none; }

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

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

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  outline: none; }
  input[type="text"]:hover, input[type="text"]:focus, input[type="tel"]:hover, input[type="tel"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="url"]:hover, input[type="url"]:focus, input[type="password"]:hover, input[type="password"]:focus, input[type="search"]:hover, input[type="search"]:focus, textarea:hover, textarea:focus {
    outline: none; }

.widget {
  margin-bottom: 14px; }

.widget ul {
  padding-left: 2em; }

.widget select {
  min-width: 150px; }

.comment-form textarea, .post-password-form input[type="password"], .comment-form input[type="text"], .search-form input[type="search"] {
  margin: 0 4px 0 0;
  width: 300px; }

.post-password-form label {
  display: block; }

.post-password-form input[type="password"], .search-form input[type="search"] {
  width: 150px; }

.post-password-form input, .search-form input {
  float: left;
  height: 24px; }

.comment-form input[type="submit"], .post-password-form input[type="submit"], .search-form input[type="submit"] {
  background: #000;
  color: #fff;
  height: 24px;
  border: none;
  padding: 0 10px; }
  .comment-form input[type="submit"]:hover, .post-password-form input[type="submit"]:hover, .search-form input[type="submit"]:hover {
    opacity: 0.8; }

.comment-form input[type="submit"] {
  float: none;
  display: block; }

.commentlist {
  margin: 0 0 14px; }

.commentlist .edit-link {
  margin: 0; }

.commentlist-item .commentlist-item {
  padding: 0 0 0 3em; }

@media only screen and (max-width: 767px) {
  .commentlist-item .commentlist-item {
    padding: 0; } }

.comment, .commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item, .commentlist-item + .commentlist-item {
  padding-top: 14px; }

.commentlist .avatar-holder {
  float: left;
  margin: 0 14px 4px 0; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  padding: 3px 4px;
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation {
  overflow: hidden;
  margin: 0 0 14px; }

.navigation .next {
  float: left; }

.navigation .prev {
  float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 14px; }

.wp-caption img {
  vertical-align: top;
  margin: 0; }

.wp-caption p {
  margin: 10px 0 0; }

div.aligncenter {
  margin: 0 auto 14px; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 14px 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 14px; }

.mejs-container {
  margin-bottom: 14px; }

.gallery, .alignnone, .gallery-caption, .sticky, .bypostauthor {
  height: auto; }

.content a {
  text-decoration: underline;
  color: #666; }
  .content a:hover, .content a:focus {
    color: #58a544;
    text-decoration: underline; }
.content h3, .content h4 {
  margin: 0; }
.content p {
  margin: 0 0 12px; }
@media only screen and (max-width: 767px) {
  .content p {
    margin: 0 0 8px; } }

h1, h2, h3, h4 {
  line-height: 1.2; }

h1 {
  font-weight: 600;
  color: #1d1d1d; }
  h1 a {
    color: inherit; }
    h1 a:hover, h1 a:focus {
      color: inherit;
      text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 22px; } }

.sub-title {
  display: block;
  font-weight: 300;
  font-size: 29px;
  color: #1d1d1d; }
  .sub-title a {
    color: inherit; }
    .sub-title a:hover, .sub-title a:focus {
      color: inherit;
      text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    .sub-title {
      font-size: 22px; } }

h2 {
  font-weight: normal;
  color: #58a544; }
  h2 a {
    color: inherit; }
    h2 a:hover, h2 a:focus {
      color: inherit;
      text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 18px; } }

.content h2 a {
  color: inherit;
  text-decoration: none; }
  .content h2 a:hover, .content h2 a:focus {
    color: #000;
    text-decoration: none; }

h3, h4 {
  font-weight: 600;
  color: #202020; }
  h3 a, h4 a {
    color: inherit; }
    h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus {
      color: inherit;
      text-decoration: underline; }

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 16px; } }

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 14px; } }

.wp-caption img {
  display: block;
  width: 100%;
  height: auto; }

#header {
  position: relative;
  z-index: 5;
  padding: 7px 0 5px; }
  @media only screen and (max-width: 992px) {
    #header {
      padding: 15px 0 0;
      border-bottom: 1px solid #eaeaea; } }

.navbar-default {
  background: #fff;
  border: none; }

.navbar {
  min-height: 10px;
  margin: 0;
  border-radius: 0; }
  @media only screen and (max-width: 767px) {
    .navbar {
      margin: 0 -15px; } }

.navbar > .container-fluid .navbar-brand {
  padding: 0;
  font-size: 1px;
  line-height: 1px;
  height: auto;
  width: 184px;
  margin: 0 34px 0 -6px; }
  .navbar > .container-fluid .navbar-brand img {
    display: block;
    width: 100%;
    height: auto; }
  @media only screen and (max-width: 992px) {
    .navbar > .container-fluid .navbar-brand {
      margin: 0 30px 0 -15px; } }
  @media only screen and (max-width: 767px) {
    .navbar > .container-fluid .navbar-brand {
      width: 160px;
      margin: -5px 10px 0 10px; } }

.navbar-default .navbar-nav {
  padding: 20px 0 0; }
  .navbar-default .navbar-nav > li {
    margin: 0 0 0 12px; }
    .navbar-default .navbar-nav > li:first-child {
      margin: 0; }
    .navbar-default .navbar-nav > li > a {
      padding: 0;
      text-decoration: none;
      color: #39527d;
      box-shadow: none;
      outline: none; }
      .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background: none;
        color: #58a544;
        text-decoration: none;
        box-shadow: none;
        outline: none; }
    .navbar-default .navbar-nav > li.active > a {
      text-decoration: underline;
      color: #39527d;
      background: none;
      box-shadow: none;
      outline: none; }
      .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus {
        background: none;
        color: #58a544;
        text-decoration: none;
        box-shadow: none;
        outline: none; }
  @media only screen and (max-width: 767px) {
    .navbar-default .navbar-nav {
      padding: 10px 0;
      margin: 0 0px;
      background: #3a5277; }
      .navbar-default .navbar-nav > li {
        margin: 0; }
        .navbar-default .navbar-nav > li > a {
          display: block;
          color: #fff; }
          .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            background: #58a544;
            color: #fff; }
        .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus {
          background: #58a544;
          color: #fff; } }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #39527d;
  text-decoration: none;
  background: none; }
  @media only screen and (max-width: 767px) {
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
      background: #58a544;
      color: #fff; } }

.navbar-nav > li > .dropdown-menu {
  background: none;
  box-shadow: none;
  margin: 11px 0 0;
  padding: 5px 0;
  border: none;
  background: #3a5277;
  border-radius: 0;
  left: -2px;
  min-width: 120px; }
  .navbar-nav > li > .dropdown-menu > li > a {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    padding: 0 7px; }
    .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-nav > li > .dropdown-menu > li > a:focus {
      background: #58a544;
      color: #fff; }
  .navbar-nav > li > .dropdown-menu:before {
    content: '';
    position: absolute;
    left: 9px;
    top: -22px;
    border: solid;
    border-width: 11px 7px;
    border-color: transparent transparent #3a5277 transparent; }
  @media only screen and (max-width: 767px) {
    .navbar-nav > li > .dropdown-menu {
      border: none;
      padding: 3px 0; }
      .navbar-nav > li > .dropdown-menu:before {
        display: none; }
      .navbar-nav > li > .dropdown-menu > li > a {
        color: #fff;
        line-height: 16px; } }

.caret {
  border-width: 6px 4px;
  margin-left: 1px; }

.navbar-toggle {
  margin: 0 15px 13px 0; }

@media only screen and (max-width: 767px) {
  .navbar-default .navbar-collapse {
    margin: 0 -15px; } }

@media only screen and (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    line-height: 15px;
    font-size: 13px;
    text-align: center;
    color: #fff; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      background: #58a544;
      color: #fff; } }

html {
  height: 100%; }

body {
  height: 100%; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 13px; } }

#wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.w1 {
  position: relative; }

#main {
  position: relative;
  z-index: 3; }

.start-section {
  padding: 15px 0 20px;
  background: #eaeaea; }
  .start-section .image-box {
    float: right;
    margin: 0 105px 0 50px; }
    .start-section .image-box img {
      vertical-align: top; }
  .start-section .text-holder {
    overflow: hidden;
    padding: 0 0 0 227px;
    white-space: nowrap;
    height: 288px; }
    .start-section .text-holder:after {
      content: '';
      display: inline-block;
      height: 100%;
      width: 1px;
      overflow: hidden;
      margin: 0 0 0 -5px;
      vertical-align: middle; }
    .start-section .text-holder .frame {
      vertical-align: middle;
      display: inline-block;
      white-space: normal;
      padding: 10px 0 0;
      letter-spacing: 0.2px; }
      .home .start-section .text-holder .frame {
        vertical-align: bottom;
        padding: 0 0 18px; }
  .start-section h1 {
    margin: 0; }
  .start-section .text {
    font-size: 22px;
    line-height: 1.2;
    margin: 0;
    padding: 8px 0 0;
    color: #1d1d1d; }
  @media only screen and (max-width: 1200px) {
    .start-section .image-box {
      margin: 0 80px 0 40px; }
    .start-section .text-holder {
      padding: 0 0 0 120px; } }
  @media only screen and (max-width: 992px) {
    .start-section .image-box {
      margin: 0 30px; }
    .start-section .text-holder {
      padding: 0 0 0 50px; }
    .start-section .text {
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .start-section {
      padding: 15px 0; }
      .start-section .image-box {
        float: none;
        width: 140px;
        margin: 0 auto; }
        .start-section .image-box img {
          display: block;
          width: 100%;
          height: auto; }
      .start-section .text-holder {
        padding: 0;
        height: auto; }
        .home .start-section .text-holder .frame {
          padding: 0; }
      .start-section .text {
        font-size: 14px; } }

.content {
  padding: 37px 0 70px; }
  @media only screen and (max-width: 992px) {
    .content {
      padding: 25px 0 40px; } }
  @media only screen and (max-width: 767px) {
    .content {
      padding: 10px 0; } }

/* .content-holder{
	padding:0 11%;
	@media only screen and (max-width:$screen-lg){
		padding:0;
	}
	@media only screen and (max-width:$screen-md){
		padding:0 12%;
	}
	@media only screen and (max-width:$screen-xs-max){
		padding:0;
	}
} */
.community-info-section {
  padding: 16px 0 72px;
  font-size: 16px;
  line-height: 1.32;
  color: #1d1d1d; }
  .community-info-section h3 {
    font-size: 24px; }
  .community-info-section .row {
    margin-left: 32px; }
  .community-info-section .info-list {
    padding: 0;
    margin: 0;
    list-style: none; }
    .community-info-section .info-list li {
      margin: 0 0 6px; }
  .community-info-section .events-list {
    padding: 0;
    margin: 0;
    list-style: none; }
    .community-info-section .events-list li {
      margin: 0 0 6px; }
    .community-info-section .events-list a {
      text-decoration: none;
      color: inherit; }
      .community-info-section .events-list a:hover, .community-info-section .events-list a:focus {
        text-decoration: none;
        color: #58a544; }
  @media only screen and (max-width: 1200px) {
    .community-info-section {
      padding: 15px 0 40px;
      font-size: 15px; }
      .community-info-section .events-list li, .community-info-section .info-list li {
        margin: 0 0 2px; } }
  @media only screen and (max-width: 480px) {
    .community-info-section {
      font-size: 12px;
      padding: 15px 0 20px; }
      .community-info-section h3 {
        font-size: 17px; }
      .community-info-section .row {
        margin-left: -15px; } }

.community-image-section {
  text-align: center;
  padding: 0 0 8px 20px; }
  .community-image-section .img-holder {
    display: inline-block;
    vertical-align: top; }
    .community-image-section .img-holder img {
      display: block;
      width: 100%;
      height: auto; }
  @media only screen and (max-width: 1200px) {
    .community-image-section {
      padding: 0; }
      .community-image-section .img-holder {
        padding: 0 5% 10px; } }

.post-content {
  position: relative;
  overflow: hidden;
  margin: 40px 0 0;
  padding: 0 0 19px; }
  .post-content:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    background: #b6b6b6;
    background: -moz-linear-gradient(left, rgba(103, 103, 103, 0) 0%, rgba(103, 103, 103, 0) 1%, rgba(103, 103, 103, 0.5) 25%, #676767 50%, rgba(103, 103, 103, 0.52) 75%, rgba(103, 103, 103, 0.5) 76%, rgba(103, 103, 103, 0) 99%, rgba(103, 103, 103, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(103, 103, 103, 0)), color-stop(1%, rgba(103, 103, 103, 0)), color-stop(25%, rgba(103, 103, 103, 0.5)), color-stop(50%, #676767), color-stop(75%, rgba(103, 103, 103, 0.52)), color-stop(76%, rgba(103, 103, 103, 0.5)), color-stop(99%, rgba(103, 103, 103, 0)), color-stop(100%, rgba(103, 103, 103, 0)));
    background: -webkit-linear-gradient(left, rgba(103, 103, 103, 0) 0%, rgba(103, 103, 103, 0) 1%, rgba(103, 103, 103, 0.5) 25%, #676767 50%, rgba(103, 103, 103, 0.52) 75%, rgba(103, 103, 103, 0.5) 76%, rgba(103, 103, 103, 0) 99%, rgba(103, 103, 103, 0) 100%);
    background: -o-linear-gradient(left, rgba(103, 103, 103, 0) 0%, rgba(103, 103, 103, 0) 1%, rgba(103, 103, 103, 0.5) 25%, #676767 50%, rgba(103, 103, 103, 0.52) 75%, rgba(103, 103, 103, 0.5) 76%, rgba(103, 103, 103, 0) 99%, rgba(103, 103, 103, 0) 100%);
    background: -ms-linear-gradient(left, rgba(103, 103, 103, 0) 0%, rgba(103, 103, 103, 0) 1%, rgba(103, 103, 103, 0.5) 25%, #676767 50%, rgba(103, 103, 103, 0.52) 75%, rgba(103, 103, 103, 0.5) 76%, rgba(103, 103, 103, 0) 99%, rgba(103, 103, 103, 0) 100%);
    background: linear-gradient(to right, rgba(103, 103, 103, 0) 0%, rgba(103, 103, 103, 0) 1%, rgba(103, 103, 103, 0.5) 25%, #676767 50%, rgba(103, 103, 103, 0.52) 75%, rgba(103, 103, 103, 0.5) 76%, rgba(103, 103, 103, 0) 99%, rgba(103, 103, 103, 0) 100%); }
  .post-content:first-child {
    margin-top: 0; }
  .post-content .post-info {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    overflow: hidden;
    font-weight: 300; }
    .post-content .post-info li {
      float: left;
      padding: 0 10px;
      position: relative; }
      .post-content .post-info li:first-child {
        padding-left: 0; }
        .post-content .post-info li:first-child:after {
          display: none; }
      .post-content .post-info li:after {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        bottom: 1px;
        width: 1px;
        background: #2d4670;
        opacity: 0.5; }
      .post-content .post-info li a {
        color: #2d4670;
        text-decoration: none; }
        .post-content .post-info li a:hover, .post-content .post-info li a:focus {
          text-decoration: none;
          color: #58a544; }
  .post-content h2 {
    margin-bottom: 5px; }
  .post-content p {
    margin: 0 0 21px; }
  .post-content .link-holder {
    text-align: right;
    margin: -11px 0 28px; }
    .post-content .link-holder .more {
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      color: #58a544; }
      .post-content .link-holder .more:hover, .post-content .link-holder .more:focus {
        text-decoration: none;
        color: #000; }
  @media only screen and (max-width: 992px) {
    .post-content {
      margin: 20px 0 0; }
      .post-content p {
        margin: 0 0 12px; }
      .post-content .post-info {
        margin: 0 0 10px; } }
  @media only screen and (max-width: 767px) {
    .post-content {
      padding: 20px 0 23px;
      margin: 0; }
      .post-content:first-child {
        padding-top: 10px; }
      .post-content h2 {
        margin-top: 0; }
      .post-content .link-holder {
        margin-bottom: 15px; } }

.social-networks {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .social-networks li {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 0 2px; }
  .social-networks a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 32px;
    height: 32px;
    background: url(images/twitter.png) no-repeat;
    position: relative; }
    .social-networks a:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url(images/twitter-hover.png) no-repeat;
      -webkit-transition: opacity 0.35s ease;
      -moz-transition: opacity 0.35s ease;
      transition: opacity 0.35s ease;
      opacity: 0;
      pointer-events: none; }
    .social-networks a:hover:after, .social-networks a:focus:after {
      opacity: 1;
      pointer-events: auto;
      -webkit-transition: opacity 0.35s ease;
      -moz-transition: opacity 0.35s ease;
      transition: opacity 0.35s ease; }
    .social-networks a.facebook {
      background: url(images/facebook.png) no-repeat; }
      .social-networks a.facebook:after {
        background: url(images/facebook-hover.png) no-repeat; }
    .social-networks a.linkedin {
      background: url(images/linkedin.png) no-repeat; }
      .social-networks a.linkedin:after {
        background: url(images/linkedin-hover.png) no-repeat; }
    .social-networks a.google {
      background: url(images/google.png) no-repeat; }
      .social-networks a.google:after {
        background: url(images/google-hover.png) no-repeat; }

.navigation {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 22px 0 0; }
  .navigation .next {
    float: left;
    max-width: 48%; }
    .navigation .next a {
      display: inline-block;
      vertical-align: top;
      padding: 0 0 0 20px;
      position: relative;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      transition: all 0.35s ease;
      text-decoration: none; }
      .navigation .next a:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 17px;
        height: 11px;
        background: url(images/arrow-left.png) no-repeat;
        margin: -5px 0 0;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        transition: all 0.35s ease; }
      .navigation .next a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 17px;
        height: 11px;
        background: url(images/arrow-left-hover.png) no-repeat;
        margin: -5px 0 0;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        transition: all 0.35s ease;
        opacity: 0;
        z-index: 2; }
      .navigation .next a:hover, .navigation .next a:focus {
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        transition: all 0.35s ease; }
        .navigation .next a:hover:after, .navigation .next a:focus:after {
          opacity: 0;
          -webkit-transition: all 0.35s ease;
          -moz-transition: all 0.35s ease;
          transition: all 0.35s ease; }
        .navigation .next a:hover:before, .navigation .next a:focus:before {
          opacity: 1;
          -webkit-transition: all 0.35s ease;
          -moz-transition: all 0.35s ease;
          transition: all 0.35s ease; }
  .navigation .prev {
    float: right;
    max-width: 48%; }
    .navigation .prev a {
      display: inline-block;
      vertical-align: top;
      padding: 0 20px 0 0;
      position: relative;
      -webkit-transition: color 0.35s ease;
      -moz-transition: color 0.35s ease;
      transition: color 0.35s ease;
      text-decoration: none;
      color: #545454;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      transition: all 0.35s ease; }
      .navigation .prev a:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 17px;
        height: 11px;
        background: url(images/arrow-right.png) no-repeat;
        margin: -5px 0 0;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        transition: all 0.35s ease; }
      .navigation .prev a:before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 17px;
        height: 11px;
        background: url(images/arrow-right-hover.png) no-repeat;
        margin: -5px 0 0;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        transition: all 0.35s ease;
        z-index: 2;
        opacity: 0; }
      .navigation .prev a:hover, .navigation .prev a:focus {
        -webkit-transition: color 0.35s ease;
        -moz-transition: color 0.35s ease;
        transition: color 0.35s ease;
        color: #58a544; }
        .navigation .prev a:hover:after, .navigation .prev a:focus:after {
          opacity: 0;
          -webkit-transition: all 0.35s ease;
          -moz-transition: all 0.35s ease;
          transition: all 0.35s ease; }
        .navigation .prev a:hover:before, .navigation .prev a:focus:before {
          -webkit-transition: all 0.35s ease;
          -moz-transition: all 0.35s ease;
          transition: all 0.35s ease;
          opacity: 1; }

.content .aside {
  padding: 258px 0 0 5px;
  width: 200px; }
  @media only screen and (max-width: 1200px) {
    .content .aside {
      padding-top: 150px; } }
  @media only screen and (max-width: 992px) {
    .content .aside {
      width: 100%;
      padding: 120px 0 0; } }
  @media only screen and (max-width: 767px) {
    .content .aside {
      padding: 25px 0 0; } }

.twitter-widget {
  font-size: 17px;
  line-height: 1.6;
  color: #666;
  font-weight: 300; }
  .twitter-widget a {
    color: inherit;
    text-decoration: none; }
    .twitter-widget a:hover, .twitter-widget a:focus {
      text-decoration: none;
      color: #58a544; }
  .twitter-widget .box {
    border: solid;
    border-width: 1px 0 3px;
    border-color: #bbb;
    padding: 5px 0 1px; }
  .twitter-widget .link-holder {
    text-align: right; }
    .twitter-widget .link-holder .tweet-link {
      display: inline-block;
      vertical-align: top;
      font-size: 10px;
      line-height: 16px;
      padding: 10px 32px 10px 0;
      position: relative;
      text-decoration: none;
      font-weight: 300;
      color: #000; }
      .twitter-widget .link-holder .tweet-link:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 26px;
        height: 24px;
        background: url(images/tweetter-icon.png) no-repeat;
        margin: -12px 0 0; }
      .twitter-widget .link-holder .tweet-link:hover, .twitter-widget .link-holder .tweet-link:focus {
        text-decoration: none;
        color: #58a544; }
  @media only screen and (max-width: 992px) {
    .twitter-widget {
      font-size: 14px; } }

.platform-section {
  position: relative;
  overflow: hidden;
  padding: 29px 0 21px;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 1.34; }
  .platform-section .text-column {
    float: left;
    width: 31%;
    margin: 0 36px 0 17%;
    padding: 25px 0 0; }
  .platform-section .text-box {
    margin: 0 0 46px; }
    .platform-section .text-box h3 {
      margin: 0;
      font-size: 24px;
      color: inherit; }
      .platform-section .text-box h3 a:hover, .platform-section .text-box h3 a:focus {
        color: #58a544;
        text-decoration: none; }
    .platform-section .text-box p {
      margin: 0; }
  @media only screen and (max-width: 1200px) {
    .platform-section .text-column {
      margin: 0 40px 0 9%; } }
  @media only screen and (max-width: 992px) {
    .platform-section {
      font-size: 14px; }
      .platform-section .text-box {
        margin: 0 0 10px;
        font-size: 0.9em; }
        .platform-section .text-box h3 {
          font-size: 20px; }
      .platform-section .text-column {
        width: 34%;
        margin: 0 30px 0 0;
        padding: 0; } }
  @media only screen and (max-width: 767px) {
    .platform-section {
      padding: 20px 0 10px; }
      .platform-section .text-box h3 {
        font-size: 16px; }
      .platform-section .text-column {
        padding: 0 0 10px;
        float: none;
        width: 100%; } }

.heading-section {
  text-align: center;
  margin: 0 0 18px; }
  .heading-section h1, .heading-section h2 {
    font-size: 37px;
    margin: 0 0 4px;
    font-weight: 600;
    color: inherit; }
  .heading-section p {
    margin: 0; }
  @media only screen and (max-width: 1200px) {
    .heading-section {
      margin: 0 0 20px; } }
  @media only screen and (max-width: 992px) {
    .heading-section h1, .heading-section h2 {
      font-size: 30px; } }
  @media only screen and (max-width: 767px) {
    .heading-section h1, .heading-section h2 {
      font-size: 18px; } }

.columns-section {
  padding: 24px 0 50px;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 1.34; }
  .columns-section h3 {
    text-align: center;
    font-size: 24px;
    margin: 0;
    color: inherit; }
  .columns-section .text-box {
    padding: 38px 0 0; }
  .columns-section.blue-bg-style {
    background: #1d345e;
    color: #fff; }
    .columns-section.blue-bg-style a {
      color: inherit; }
      .columns-section.blue-bg-style a:hover, .columns-section.blue-bg-style a:focus {
        text-decoration: none;
        color: #58a544; }
  .columns-section.gray-bg-style {
    background: #eaeaea; }
    .columns-section.gray-bg-style a {
      color: inherit; }
      .columns-section.gray-bg-style a:hover, .columns-section.gray-bg-style a:focus {
        text-decoration: none;
        color: #58a544; }
  @media only screen and (max-width: 1200px) {
    .columns-section {
      padding: 24px 0 30px; }
      .columns-section .text-box {
        padding: 20px 0 0; } }
  @media only screen and (max-width: 992px) {
    .columns-section {
      font-size: 14px; }
      .columns-section h3 {
        font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    .columns-section {
      padding: 20px 0 15px; }
      .columns-section h3 {
        font-size: 16px; }
      .columns-section .text-box {
        padding: 5px 0 0; } }

.platform-info-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #3c255f;
  border-radius: 10px;
  padding: 42px 20px 8px 140px;
  margin: 0 7.3% 0 0;
  color: #3a225d; }
  .platform-info-box .row-holder {
    position: relative;
    padding: 15px 0 12px;
    text-align: center; }
    .platform-info-box .row-holder:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      height: 2px;
      background: #b6b6b6;
      background: -moz-linear-gradient(left, rgba(139, 139, 139, 0.15) 0%, #8b8b8b 50%, rgba(139, 139, 139, 0.15) 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(139, 139, 139, 0.15)), color-stop(50%, #8b8b8b), color-stop(100%, rgba(139, 139, 139, 0.15)));
      background: -webkit-linear-gradient(left, rgba(139, 139, 139, 0.15) 0%, #8b8b8b 50%, rgba(139, 139, 139, 0.15) 100%);
      background: -o-linear-gradient(left, rgba(139, 139, 139, 0.15) 0%, #8b8b8b 50%, rgba(139, 139, 139, 0.15) 100%);
      background: -ms-linear-gradient(left, rgba(139, 139, 139, 0.15) 0%, #8b8b8b 50%, rgba(139, 139, 139, 0.15) 100%);
      background: linear-gradient(to right, rgba(139, 139, 139, 0.15) 0%, #8b8b8b 50%, rgba(139, 139, 139, 0.15) 100%); }
  .platform-info-box .info-list {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    font-size: 11px; }
    .platform-info-box .info-list li {
      display: inline-block;
      vertical-align: top;
      margin: 0 -2px 0 -1px;
      width: 25%;
      padding: 0 1px; }
  .platform-info-box .services-list {
    padding: 5px 0;
    margin: 0;
    list-style: none;
    font-size: 15px;
    line-height: 1.2; }
    .platform-info-box .services-list li {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      margin: 0 -2px 0 -1px;
      padding: 0 10%; }
    .platform-info-box .services-list a {
      color: #3a225d; }
      .platform-info-box .services-list a:hover, .platform-info-box .services-list a:focus {
        color: #58a544;
        text-decoration: none; }
  .platform-info-box .icons-list {
    padding: 10px 5px;
    margin: 0;
    list-style: none; }
    .platform-info-box .icons-list li {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      margin: 0 -2px 0 -1px; }
      .platform-info-box .icons-list li img {
        vertical-align: middle; }
  .platform-info-box .description {
    position: absolute;
    width: 110px;
    left: -130px;
    top: 50%;
    text-align: right;
    font-size: 13px;
    line-height: 16px;
    color: #676767;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 1200px) {
    .platform-info-box {
      margin-right: 6%; } }
  @media only screen and (max-width: 992px) {
    .platform-info-box {
      margin: 0;
      padding: 32px 20px 10px 100px; }
      .platform-info-box .row-holder {
        padding: 10px 0 8px; }
        .platform-info-box .row-holder:after {
          height: 1px; }
      .platform-info-box .info-list {
        font-size: 10px; }
      .platform-info-box .services-list {
        padding: 0;
        font-size: 13px; }
        .platform-info-box .services-list li {
          padding: 0 12%; }
      .platform-info-box .icons-list {
        padding: 0; }
        .platform-info-box .icons-list img {
          display: inline-block;
          vertical-align: top;
          height: auto;
          max-width: 30%; }
      .platform-info-box .description {
        font-size: 10px;
        line-height: 12px;
        width: 100px;
        left: -105px; } }
  @media only screen and (max-width: 767px) {
    .platform-info-box {
      border-radius: 6px;
      padding: 15px 10px 5px 80px; }
      .platform-info-box .row-holder {
        padding: 6px 0 4px; }
      .platform-info-box .info-list {
        font-size: 8px; }
      .platform-info-box .services-list {
        font-size: 10px; }
      .platform-info-box .icons-list li img {
        max-width: 30%; }
      .platform-info-box .description {
        width: 70px;
        left: -75px;
        font-size: 8px; } }

body:after {
  content: '';
  width: 1px;
  height: 1px;
  overflow: hidden;
  left: -9999px;
  position: absolute;
   }
  @media only screen and (max-width: 992px) {
    body:after {
      display: none; } }

#__bs_notify__ {
  display: none !important; }

#footer {
  width: 100%;
  overflow: hidden;
  display: table-footer-group;
  height: 1%; }

.footer-section {
  background: #000;
  padding: 35px 0 13px;
  color: #fff; }
  .footer-section a {
    color: inherit; }
    .footer-section a:hover, .footer-section a:focus {
      color: #58a544;
      text-decoration: none; }
  .footer-section h3, .footer-section h4 {
    color: inherit; }
  .footer-section h2, {
    color:#3265B8;
    text-align:left;}
  .footer-section h4 {
    margin: 0 0 4px; }
  @media only screen and (max-width: 1200px) {
    .footer-section {
      padding: 25px 0 15px; } }
  @media only screen and (max-width: 992px) {
    .footer-section {
      padding: 20px 0 10px; }
      .footer-section h4 {
        font-size: 12px;
        margin: 0 0 2px; } }
  @media only screen and (max-width: 767px) {
    .footer-section {
      padding: 15px 0 10px; } }

.footer-block {
  float: left;
  padding: 52px 24px 18px 0;
  border-right: 1px solid #fff;
  margin: 0 40px 0 81px; }
  .footer-block img {
    vertical-align: top; }
  @media only screen and (max-width: 1200px) {
    .footer-block {
      margin: 0 20px 0 30px;
      padding: 42px 20px 10px 0; }
      .footer-block .footer-logo {
        width: 200px;
        display: block; }
        .footer-block .footer-logo img {
          display: block;
          width: 100%;
          height: auto; } }
  @media only screen and (max-width: 992px) {
    .footer-block {
      margin: 0 15px 0 20px;
      padding: 20px 20px 14px 0; }
      .footer-block .footer-logo {
        width: 140px; } }
  @media only screen and (max-width: 767px) {
    .footer-block {
      width: 100%;
      margin: 0 0 15px;
      padding: 0;
      border: none; } }

.footer-column {
  float: left;
  padding: 18px 32px 0 0;
  max-width: 210px; }
  @media only screen and (max-width: 1200px) {
    .footer-column {
      padding: 15px 25px 0 0;
      max-width: 170px; } }
  @media only screen and (max-width: 992px) {
    .footer-column {
      padding: 10px 25px 0 0;
      max-width: 140px; } }
  @media only screen and (max-width: 767px) {
    .footer-column {
      float: none;
      display: inline-block;
      vertical-align: top;
      padding: 0 5px 10px 0;
      width: 24%;
      max-width: 25%; } }
  @media only screen and (max-width: 480px) {
    .footer-column {
      width: 48%;
      max-width: 50%; } }

.footer-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px; 
  text-align: left;}
  .footer-nav li {
    margin: 0 0 3px; }
  @media only screen and (max-width: 1200px) {
    .footer-nav {
      font-size: 13px; }
      .footer-nav a {
        display: inline-block;
        vertical-align: top;
        position: relative; }
        .footer-nav a:after {
          content: '';
          position: absolute;
          left: -5px;
          top: -3px;
          right: -5px;
          bottom: -3px; } }
  @media only screen and (max-width: 992px) {
    .footer-nav {
      font-size: 10px; }
      .footer-nav li {
        margin: 0 0 1px; } }

.copy-text {
  display: block;
  padding: 8px 14% 0 33.3%;
  font-size: 10px;
  line-height: 16px;
  color: #ccc; }
  .copy-text a {
    color: inherit; }
    .copy-text a:hover, .copy-text a:focus {
      color: #58a544;
      text-decoration: none; }
  @media only screen and (max-width: 1200px) {
    .copy-text {
      line-height: 14px;
      padding: 8px 10% 0 29%; }
      .copy-text a {
        display: inline-block;
        vertical-align: top;
        position: relative; }
        .copy-text a:after {
          content: '';
          position: absolute;
          left: -3px;
          top: -3px;
          right: -3px;
          bottom: -3px; } }
  @media only screen and (max-width: 992px) {
    .copy-text {
      font-size: 9px;
      line-height: 12px;
      padding: 5px 15% 0 27.4%; } }
  @media only screen and (max-width: 767px) {
    .copy-text {
      padding: 0; } }
