/* grid start */
.row .col {
  float: left;
  width: 46.43%; }

.row .col-right {
  float: right; }

.row .col-wide {
  width: 59.184%; }

.row .col-narrow {
  width: 33.67347%; }

.row .col + .col {
  margin-left: 7.14%; }

.content-item {
  margin-bottom: 40px; }

@media only screen and (max-width: 979px) {
  .row .col {
    float: none;
    width: auto;
    clear: both; }

  .row .col + .col {
    margin-left: 0;
    margin-top: 50px; }

  .row .col.col-text + .col.col-text {
    margin-left: 0;
    margin-top: 0; } }
.col-img {
  clear: both; }

.col-img > img {
  width: 40%;
  float: left;
  margin: 0 6% 4% 0; }

.col-img-content {
  font-size: 16px; }

@media only screen and (min-width: 540px) {
  .col-img {
    float: left;
    width: 46.43%;
    clear: none; }

  .col-img + .col-img {
    margin-left: 7.14%; } }
@media only screen and (min-width: 1200px) {
  .col-img .col-img-content {
    float: left;
    width: 54%; } }
@media only screen and (min-width: 709px) and (max-width: 979px) {
  .col-img .col-img-content {
    float: left;
    width: 54%; } }
/* grid end */
.bg-default {
  background-position: 10% 50%;
  background-repeat: no-repeat; }

@media only screen and (min-width: 980px) {
  .bg-default {
    background-position: 45% 50%;
    min-height: 520px; } }
@media only screen and (min-width: 1280px) {
  .bg-default {
    background-position: 50% 50%; } }
/* colors start */
.darkbg,
.darkbg h1,
.darkbg h2,
.darkbg h3,
.darkbg h4 {
  color: #FFF; }

/* colors end */
/* bullets start */
ul.bullet {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 1.5em; }

ul.bullet li {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100' width='100'%3E%3Ccircle cx='50' cy='50' r='50' fill='%2334b233'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: .5em .5em;
  background-position: 0 0.5em;
  padding-left: 1.2em;
  margin-bottom: 1.5em; }

/* bullets end */
/* UI elements start */
@media only screen and (min-width: 48rem) {
  .button.big {
    font-size: 1.15em; } }
.tabbed > ul {
  list-style-type: none;
  padding: 0; }

.tabbed > ul li {
  font-size: 1em;
  display: block;
  float: left;
  cursor: pointer;
  border-bottom: 3px solid #EBEDEE;
  margin: 0;
  padding: 0 20px 5px;
  color: #AEB3B7; }

.tabbed > ul li.active {
  color: #34B233;
  border-bottom: 3px solid #4C5B68; }

.tabs-wrapper .tab {
  display: none; }

.tabs-wrapper .tab.active {
  display: block; }

.tabtitle-alt {
  display: none;
  cursor: pointer;
  background: #F4F6F6;
  padding: 10px 14px;
  color: #4c5b68;
  font-size: .89em;
  line-height: 1.1;
  border-bottom: 1px solid #ced4d8; }

.tabtitle-alt.active {
  color: #fff;
  background: #4c5b68; }

.tabs-compact .tabtitle-alt {
  display: block; }

.tabs-compact .tablinks {
  display: none; }

.tabs-compact .tab {
  border: 1px solid #F4F6F6;
  padding: 12px 16px; }

.bordered-content {
  border: 3px solid #374454;
  border-left: none;
  border-right: none;
  padding: .6em 0; }

/* UI elements end */

