/**
  Theme Name: Certified Senders Alliance Wordpress Theme
  Theme URI: http://certified-sender.eu/
  Author: DE-CIX WebDev, digitalbynature GmbH
  Author URI: https://www.de-cix.net/
  Version: 1.0
**/
@font-face {
  font-family: 'AvenirRegular';
  src: url("./fonts/AvenirNextW1G-Regular.woff") format("woff"); }

@font-face {
  font-family: 'AvenirThin';
  src: url("./fonts/AvenirNextW1G-Thin.woff") format("woff"); }

@font-face {
  font-family: 'AvenirMedium';
  src: url("./fonts/AvenirNextW1G-Medium.woff") format("woff"); }

@font-face {
  font-family: 'AvenirItalic';
  src: url("./fonts/AvenirNextW1G-Italic.woff") format("woff"); }

.footer {
  background-color: #4a4a4a;
  color: #FFF;
  padding: 25px; }
  .footer .footer-nav {
    padding-top: 25px;
    text-align: center; }
    .footer .footer-nav ul li {
      border-left: solid 1px #fff;
      display: inline;
      padding-left: 5px; }
      .footer .footer-nav ul li:first-child {
        border: 0; }
      .footer .footer-nav ul li a {
        color: #fff;
        text-decoration: none;
        transition: all 0.3s; }
        .footer .footer-nav ul li a:hover {
          text-decoration: underline;
          transition: all 0.3s; }
  .footer .footer-question .btn-primary {
    margin-top: 25px; }
  .footer .footer-social .btn-default {
    border: 0px;
    padding: 10px 25px;
    margin-bottom: 15px; }

@media (max-width: 768px) {
  .footer .footer-question {
    border-right: 0px solid #ffffff;
    border-left: 0px solid #ffffff;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    margin: 25px 0px;
    padding: 25px 0px; }
    .footer .footer-question .btn-primary {
      display: block;
      width: 200px;
      margin: 25px auto; } }

header .navbar {
  margin-bottom: 0px; }
  header .navbar .logo {
    height: 100%; }
  header .navbar .navbar-header .csa-navbar-toggle {
    margin-top: 15px;
    margin-right: 0px;
    border: 0px solid #ffffff; }
    header .navbar .navbar-header .csa-navbar-toggle .icon-bar {
      height: 3px;
      margin-top: 5px;
      width: 25px;
      background-color: #000000; }
  header .navbar .navbar-nav li.active a {
    color: #333333;
    background-color: transparent !important; }
  header .navbar .top-header {
    color: #777777;
    padding-right: 15px;
    font-size: 14px;
    float: right;
    text-transform: initial; }
    header .navbar .top-header .list {
      padding-right: 15px;
      list-style: none;
      position: relative;
      display: inline-block; }
      header .navbar .top-header .list li {
        height: 36px;
        float: left;
        background-color: #eeeeee;
        border-bottom: 1px solid #DDDDDD;
        padding: 7px 10px; }
        header .navbar .top-header .list li.getCertified {
          text-transform: uppercase;
          background-color: #557FC1;
          border-bottom: 1px solid #557FC1;
          color: #FFFFFF;
          padding: 7px 25px; }
        header .navbar .top-header .list li.email:before {
          content: ' ';
          display: inline-block;
          width: 16px;
          height: 11px;
          position: relative;
          top: 1px;
          margin-right: 5px;
          background: url("../images/email_icon_csa.svg"); }
        header .navbar .top-header .list li.phone:before {
          content: ' ';
          display: inline-block;
          width: 16px;
          height: 16px;
          position: relative;
          top: 4px;
          margin-right: 2px;
          background: url("../images/telephone_icon_csa.svg"); }
        header .navbar .top-header .list li.getCertified ul li {
          height: auto;
          float: left;
          background-color: transparent;
          border-bottom: 0px solid #DDDDDD;
          padding: 0px;
          color: #FFF; }
          header .navbar .top-header .list li.getCertified ul li a {
            color: #ffffff; }
        header .navbar .top-header .list li #footer_language_list li {
          padding: 0px;
          float: left;
          height: 100%;
          padding-right: 5px;
          border: 0px;
          margin-right: 5px;
          border-right: 1px solid #DDDDDD; }
          header .navbar .top-header .list li #footer_language_list li a {
            text-decoration: none;
            color: #777777; }
          header .navbar .top-header .list li #footer_language_list li:last-child {
            border-right: 0px solid #DDDDDD;
            padding-right: 0px;
            margin-right: 0px; }
        header .navbar .top-header .list li .login {
          color: #000; }
      header .navbar .top-header .list:after {
        clear: both;
        float: none;
        display: block; }
      header .navbar .top-header .list:before {
        background-color: #eeeeee;
        border-bottom: 1px solid #DDDDDD;
        width: 60px;
        height: 42px;
        float: left;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        left: -37px;
        z-index: -1;
        top: -22px; }

header #menu-searchfield {
  width: 100%;
  height: 0px;
  transition: all 0.5s;
  position: relative; }
  header #menu-searchfield form {
    background-color: #EEEEEE;
    position: absolute;
    /* <-- added declarations */
    left: 0;
    top: 100%;
    /*     here               */
    height: 6rem;
    width: 100%;
    z-index: 0;
    color: #444444;
    background-color: rgba(238, 238, 238, 0);
    padding: 0 1em;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, background-color 0.5s ease-in-out, z-index 0.5s linear; }
    header #menu-searchfield form.unfolded {
      z-index: 1000;
      opacity: 1;
      background-color: rgba(238, 238, 238, 0.9);
      transition: opacity 0.5s ease-in-out, background-color 0.5s ease-in-out, z-index 0.5s linear; }
    header #menu-searchfield form input {
      font-size: 18px;
      background-color: transparent;
      border: none;
      width: 100%;
      height: 100%;
      outline: none; }

@media (max-width: 768px) {
  #csa-nav {
    width: 100%;
    margin-bottom: 25px; } }

.cd-filter-trigger,
.cd-nav-trigger,
.cd-search-trigger {
  display: inline-block;
  padding: 10px 25px 7px 25px;
  border: 0px;
  font-size: 18px;
  color: #ecebeb;
  background-color: #eeeeee !important;
  border-color: #dddddd !important;
  border-width: 1px;
  border-style: solid;
  margin: 7px 0px 0px 7px;
  position: relative;
  width: 44px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  z-index: 3; }
  .cd-filter-trigger:hover, .cd-filter-trigger:active, .cd-filter-trigger:focus,
  .cd-nav-trigger:hover,
  .cd-nav-trigger:active,
  .cd-nav-trigger:focus,
  .cd-search-trigger:hover,
  .cd-search-trigger:active,
  .cd-search-trigger:focus {
    text-decoration: none;
    color: #ecebeb; }
  .cd-filter-trigger:before, .cd-filter-trigger:after,
  .cd-nav-trigger:before,
  .cd-nav-trigger:after,
  .cd-search-trigger:before,
  .cd-search-trigger:after {
    content: '';
    position: absolute;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0); }
  .cd-filter-trigger:before,
  .cd-nav-trigger:before,
  .cd-search-trigger:before {
    top: 9px;
    left: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #4a4a4a; }
  .cd-filter-trigger:after,
  .cd-nav-trigger:after,
  .cd-search-trigger:after {
    height: 4px;
    width: 8px;
    background: #4a4a4a;
    bottom: 9px;
    right: 9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .cd-filter-trigger span,
  .cd-nav-trigger span,
  .cd-search-trigger span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
    .cd-filter-trigger span:before,
    .cd-nav-trigger span:before,
    .cd-search-trigger span:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .cd-filter-trigger span:before, .cd-filter-trigger span:after,
    .cd-nav-trigger span:before,
    .cd-nav-trigger span:after,
    .cd-search-trigger span:before,
    .cd-search-trigger span:after {
      content: '';
      position: absolute;
      display: inline-block;
      height: 3px;
      width: 22px;
      top: 50%;
      margin-top: -2px;
      left: 50%;
      margin-left: -11px;
      background: #4a4a4a;
      opacity: 0;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: opacity .3s,-webkit-transform .3s;
      -moz-transition: opacity .3s,-moz-transform .3s;
      transition: opacity .3s,transform .3s; }
  .cd-filter-trigger.search-is-visible:after, .cd-filter-trigger.search-is-visible:before,
  .cd-nav-trigger.search-is-visible:after,
  .cd-nav-trigger.search-is-visible:before,
  .cd-search-trigger.search-is-visible:after,
  .cd-search-trigger.search-is-visible:before {
    opacity: 0; }
  .cd-filter-trigger.search-is-visible span:after,
  .cd-nav-trigger.search-is-visible span:after,
  .cd-search-trigger.search-is-visible span:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .cd-filter-trigger.search-is-visible span:before,
  .cd-nav-trigger.search-is-visible span:before,
  .cd-search-trigger.search-is-visible span:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  .cd-filter-trigger.search-is-visible span:after, .cd-filter-trigger.search-is-visible span:before,
  .cd-nav-trigger.search-is-visible span:after,
  .cd-nav-trigger.search-is-visible span:before,
  .cd-search-trigger.search-is-visible span:after,
  .cd-search-trigger.search-is-visible span:before {
    opacity: 1; }

.cd-filter-trigger {
  width: auto;
  padding-right: 25px !important; }
  .cd-filter-trigger span {
    left: 10px;
    top: 0px !important; }
    .cd-filter-trigger span:after {
      background: #ffffff; }
    .cd-filter-trigger span:before {
      background: #ffffff; }
  .cd-filter-trigger:before {
    display: none; }
  .cd-filter-trigger:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 10px !important;
    width: 24px !important;
    right: 11px !important; }
  .cd-filter-trigger.search-is-visible span:after, .cd-filter-trigger.search-is-visible span:before {
    opacity: 1; }

.article-box {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2) !important;
  margin-bottom: 20px;
  border: solid 1px #ccc;
  min-height: 420px;
  position: relative;
  background-color: #f9f9f9; }
  .article-box .image-wrapper-outer {
    height: 190px;
    overflow: hidden; }
    .article-box .image-wrapper-outer .image-wrapper {
      max-height: 190px;
      overflow: hidden; }
      .article-box .image-wrapper-outer .image-wrapper .svg {
        height: 190px;
        position: relative; }
        .article-box .image-wrapper-outer .image-wrapper .svg svg {
          position: absolute;
          top: 40%;
          left: 155px; }
      .article-box .image-wrapper-outer .image-wrapper .wp-post-image {
        width: 100%;
        height: 100%; }
  .article-box .article-box-content {
    padding: 0px 15px; }
    .article-box .article-box-content h6 {
      font-size: 20px;
      line-height: 28px;
      font-family: 'AvenirMedium','Helvetica Neue', Helvetica, Arial, sans-serif; }
  .article-box .article-box-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: #557fc1;
    transition: all 0.3s; }
    .article-box .article-box-btn:hover {
      color: #fff;
      background: #47679a;
      transition: all 0.3s; }

@media (max-width: 768px) {
  .article-box .article-box-btn {
    width: 100%; } }

.article-box-btn {
  position: absolute;
  right: 0px;
  bottom: 0px;
  border: 0;
  border-radius: 0 !important;
  color: #fff;
  background: #557fc1;
  transition: all 0.3s; }
  .article-box-btn:hover {
    color: #fff !important;
    background: #47679a;
    transition: all 0.3s; }

.article-vertical-list .news__entry {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #CCCCCC; }
  .article-vertical-list .news__entry article a {
    color: #333333; }
    .article-vertical-list .news__entry article a picture img {
      width: 100%;
      height: 100%; }
    .article-vertical-list .news__entry article a header time {
      font-size: 14px; }
    .article-vertical-list .news__entry article a header h2 {
      font-size: 28px;
      margin-top: 11px;
      margin-bottom: 25px; }
  .article-vertical-list .news__entry:last-child {
    padding-bottom: 0px;
    border-bottom: 0px solid #CCCCCC; }

.event-vertical-list .news__entry {
  margin-bottom: 25px;
  padding-bottom: 25px; }
  .event-vertical-list .news__entry article {
    border-top: 2px solid #eeeeee;
    padding-top: 5px; }
    .event-vertical-list .news__entry article a {
      transition: all 0.3s;
      color: #333333; }
      .event-vertical-list .news__entry article a .event_more {
        background-color: #eeeeee;
        min-height: 125px;
        display: table;
        width: 100%; }
        .event-vertical-list .news__entry article a .event_more span {
          display: table-cell;
          vertical-align: middle;
          text-align: center; }
      .event-vertical-list .news__entry article a:hover {
        transition: all 0.3s; }
        .event-vertical-list .news__entry article a:hover .event_more span {
          text-decoration: underline; }
      .event-vertical-list .news__entry article a .event_info {
        padding: 5px;
        background-color: #eeeeee;
        min-height: 125px; }
        .event-vertical-list .news__entry article a .event_info .headline {
          display: block;
          font-size: 14px; }
        .event-vertical-list .news__entry article a .event_info .value {
          font-size: 18px;
          display: block; }
      .event-vertical-list .news__entry article a header h2 {
        font-size: 22px;
        margin-top: 5px;
        min-height: 45px;
        margin-bottom: 10px; }

.contact-box {
  color: #fff;
  padding: 15px;
  min-height: 400px;
  background: url(../images/contact-section-background.jpg) top left no-repeat;
  background-size: contain;
  background-color: #47679a; }
  .contact-box h3 {
    display: inline-block;
    font-weight: normal;
    font-size: 26px;
    margin: 10px; }
  .contact-box form h2 {
    margin-top: 20px;
    margin-bottom: 45px;
    text-transform: uppercase; }
    .contact-box form h2 small {
      text-transform: initial;
      color: #FFF;
      margin-left: 15px; }
  .contact-box form label {
    display: block; }
  .contact-box form input[type="text"], .contact-box form input[type="email"] {
    padding: 10px;
    color: #000;
    border: 0px;
    margin-top: 5px;
    width: 80%; }
    .contact-box form input[type="text"]:focus, .contact-box form input[type="email"]:focus {
      box-shadow: 2px 2px 3px #354E74; }
  .contact-box form input[type="submit"] {
    float: right;
    margin-right: 20%;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #FFF;
    background-color: transparent; }
  .contact-box form textarea {
    padding: 10px;
    color: #000;
    border: 0px;
    margin-top: 5px;
    width: 80%;
    height: 115px; }
    .contact-box form textarea:focus {
      box-shadow: 2px 2px 3px #354E74; }

@media (max-width: 768px) {
  .contact-box form h2 small {
    font-size: 14px; }
  .contact-box form textarea,
  .contact-box form input[type="text"],
  .contact-box form input[type="email"] {
    width: 100%; }
  .contact-box form input[type="submit"] {
    margin-right: 0; } }

.team-members {
  padding-bottom: 30px; }
  .team-members h2 {
    padding-left: 15px;
    font-size: 28px;
    background-color: #EEEEEE;
    color: #444444 !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .team-members .member-box {
    margin-bottom: 25px; }
    .team-members .member-box .member-image {
      width: 165px;
      float: left; }
    .team-members .member-box .member-details {
      width: 50%;
      float: left;
      text-align: left;
      font-size: 12px; }
      .team-members .member-box .member-details h6 {
        font-size: 16px;
        font-weight: 700; }

.csa-newsletter-box {
  position: relative;
  overflow: hidden;
  margin: 25px 0px;
  min-height: 450px; }
  .csa-newsletter-box .gray {
    padding: 15px;
    background-color: #eeeeee; }
  .csa-newsletter-box .step1,
  .csa-newsletter-box .step2,
  .csa-newsletter-box .step3 {
    position: absolute;
    top: 0px;
    padding: 15px;
    width: 100%;
    transition: 1s ease-in-out;
    transform: translate(0, 0); }
    .csa-newsletter-box .step1 .so-panel,
    .csa-newsletter-box .step2 .so-panel,
    .csa-newsletter-box .step3 .so-panel {
      max-width: 600px; }
  .csa-newsletter-box .step2 {
    -webkit-transform: translate(101%, 0);
    -moz-transform: translate(101%, 0);
    -ms-transform: translate(101%, 0);
    -o-transform: translate(101%, 0);
    transform: translate(101%, 0); }
    .csa-newsletter-box .step2.move {
      transform: translate(0, 0); }
    .csa-newsletter-box .step2.finish {
      transform: translate(-101%, 0); }
  .csa-newsletter-box .step3 {
    -webkit-transform: translate(101%, 0);
    -moz-transform: translate(101%, 0);
    -ms-transform: translate(101%, 0);
    -o-transform: translate(101%, 0);
    transform: translate(101%, 0); }
    .csa-newsletter-box .step3.move {
      transform: translate(0, 0); }
  .csa-newsletter-box .step1.move {
    transform: translate(-101%, 0); }
  .csa-newsletter-box #email.error {
    border: 1px solid red; }
    .csa-newsletter-box #email.error:before {
      color: red;
      content: 'not Valid'; }

.main-event-wrapper {
  margin-top: 40px; }
  .main-event-wrapper .main-event .main-event-img {
    width: 150px;
    float: left;
    margin-right: 10px; }

.aside-box {
  background-color: #F9F9F9;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 25px; }
  .aside-box ul {
    margin: 0px; }
    .aside-box ul li {
      margin-right: 15px;
      float: left; }
      .aside-box ul li:last-child {
        margin-right: 0px; }
      .aside-box ul li a.share {
        opacity: 0.7;
        transition: opacity 0.3s ease-in-out; }
        .aside-box ul li a.share:hover {
          opacity: 1;
          transition: opacity 0.3s ease-in-out; }
        .aside-box ul li a.share img {
          max-width: 25px;
          max-height: 25px; }

article .back {
  cursor: pointer;
  background-color: #F9F9F9;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 5px;
  height: 50px;
  width: 45px; }
  article .back span:before, article .back span:after {
    content: '';
    width: 2px;
    height: 20px;
    display: block;
    position: relative;
    background-color: #828282;
    left: 15px; }
  article .back span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -3px; }
  article .back span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px; }

article h2 {
  margin-top: 40px; }

article .article_info {
  margin-bottom: 40px; }
  article .article_info span:after {
    content: ', ';
    display: inline-block; }
  article .article_info span:last-child:after {
    content: ''; }

.data-library-keywords li {
  padding: 5px;
  float: left;
  margin: 0px 5px 5px 0px;
  cursor: pointer;
  background-color: #eeeeee; }
  .data-library-keywords li.active {
    color: #ffffff;
    background-color: #557FC1; }

ul.data-library-keywords li {
  border-radius: 0;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }

.library-category {
  width: 150px;
  margin-right: 15px;
  border-radius: 0px; }

.library-page .form-control {
  border-radius: 0px; }

.library-page .article-box {
  background-color: #F9F9F9;
  border: 1px solid #ECECEC;
  box-shadow: 0px 0px 4px #ECECEC;
  transition: all 0.3s; }
  .library-page .article-box .article-box-btn {
    background-color: #DDDDDD;
    color: #000; }
  .library-page .article-box:hover .article-box-btn {
    background-color: #557fc1;
    color: #FFF;
    transition: all 0.3s; }

.library-page .so-widget-library-search-box .btn {
  border-radius: 0px;
  height: 36px; }

.certification-page {
  font-size: 19px;
  line-height: 29px; }
  .certification-page table img {
    margin-right: 15px; }
  .certification-page .wpcf7-form h2 {
    padding-top: 3rem;
    font-size: 2.8rem;
    padding-bottom: 0.8rem;
    line-height: 120%;
    color: #5880c0;
    margin-bottom: 8px;
    border-bottom: 1px solid #e5e5e5; }
  .certification-page .wpcf7-form label {
    display: block;
    font-size: 16px;
    font-weight: 500; }
    .certification-page .wpcf7-form label input {
      width: 100%; }
      .certification-page .wpcf7-form label inputtype[submit] {
        margin: 0px auto;
        margin-top: 25px;
        display: block; }

.stepBoxes {
  min-height: 285px; }

.whoBoxes {
  min-height: 325px; }

.headline h5 {
  margin-bottom: 0px !important; }

.participants-page p {
  margin: 0 !important; }

.participants-page tr td:first-child {
  border-left: 1px solid #dddddd;
  width: 25%; }

.participants-page tr td:last-child {
  border-right: 1px solid #dddddd; }

.participants-page tr td {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  vertical-align: middle !important;
  height: 8rem; }

.participants-page tr {
  background-color: #fafafa; }

.participants-page table {
  border-collapse: separate;
  border-spacing: 0rem 1rem;
  border-style: none;
  width: 100%;
  table-layout: fixed; }

.participants-page div.form-group {
  padding-top: 3rem; }

.participants-page input.form-control {
  height: 6rem; }

.participants-page img.cert-seal {
  height: 5rem;
  padding-right: 2rem; }

.participants-page td.cert-seal {
  text-align: right; }

.participants-page td.participant-logo {
  overflow: hidden;
  text-align: left; }

.participants-page td.participant-logo img {
  height: 4rem;
  width: auto; }

.participants-page .article-box {
  min-height: 250px; }

.participants-page .reprimand {
  padding-bottom: 2rem; }
  .participants-page .reprimand h4 {
    border-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.1); }
  .participants-page .reprimand .reprimand-inner-box {
    color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem; }

.csaSlider .sow-slider-base ul.sow-slider-images li.sow-slider-image {
  height: 350px !important; }

.csaSlider .sow-slider-pagination {
  text-align: center; }
  .csaSlider .sow-slider-pagination li a {
    opacity: 1;
    border: 2px solid #FFF;
    width: 15px;
    height: 15px;
    background-color: #4A4A4A; }
  .csaSlider .sow-slider-pagination li.sow-active a {
    background-color: #557FC1; }

.widget table {
  width: 100%; }

.widget .widget-title {
  color: #5880c0; }

.widget .textwidget {
  line-height: 150%; }
  .widget .textwidget h4 {
    margin: 20px 0px;
    color: #8a8a8a; }
  .widget .textwidget h5 {
    margin: 20px 0px;
    font-size: 20px; }
  .widget .textwidget ul {
    margin: 20px 0px;
    padding-left: 40px;
    list-style: disc; }

.widget .metaslider .caption-wrap {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  text-align: center;
  color: white;
  opacity: 1;
  margin: 0;
  display: block;
  font-size: 38px;
  width: 100%;
  line-height: 1.4em;
  font-weight: 700;
  padding-top: 50px;
  text-shadow: 2px 1px 4px #2D4C4B; }

.widget .metaslider .flex-control-paging {
  position: absolute;
  bottom: 25px;
  z-index: 9; }
  .widget .metaslider .flex-control-paging li a {
    opacity: 1;
    border: 2px solid #FFF;
    box-shadow: none !important;
    background-color: #ffffff !important; }
    .widget .metaslider .flex-control-paging li a.flex-active {
      background-color: #557FC1 !important; }

@media (max-width: 768px) {
  .metaslider {
    overflow: hidden;
    max-width: 100%; }
    .metaslider .flexslider {
      margin-bottom: 0px !important; }
      .metaslider .flexslider .slides img {
        width: auto; } }

.video-sidebar iframe {
  width: 100%; }

.bottom-sidebar-wrapper {
  margin: 40px 0px; }
  .bottom-sidebar-wrapper .container {
    background-color: #EEEEEE; }
    .bottom-sidebar-wrapper .container .bottom-sidebar {
      padding: 40px 60px; }

.share ul {
  margin: 0px; }
  .share ul li {
    margin-right: 5px;
    float: left; }
    .share ul li:last-child {
      margin-right: 0px; }

.contactPerson .headline {
  font-size: 14px; }

.contactPerson ul {
  margin-top: 15px;
  margin-bottom: 0px; }
  .contactPerson ul .person {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px; }
    .contactPerson ul .person .img {
      float: left;
      margin-right: 15px; }
      .contactPerson ul .person .img img {
        width: 60px;
        height: 60px;
        border-radius: 50%; }
    .contactPerson ul .person .info {
      margin-left: 0px;
      float: left;
      word-wrap: break-word;
      max-width: 65%;
      display: inline-block; }
      .contactPerson ul .person .info span {
        display: block; }

.white {
  background-color: white;
  margin-bottom: 25px; }

.gray {
  margin-bottom: 25px;
  background-color: #eeeeee; }

.benefits_emp {
  color: #5983C3; }

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

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.so-widget-sow-image {
  position: relative; }
  .so-widget-sow-image .widget-title {
    color: #444444;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    text-shadow: 2px 1px 4px #2D4C4B;
    font-weight: 500;
    font-size: 38px; }

/*Main Navigation*/
.main-navigation {
  background: none;
  border: 0;
  text-transform: uppercase; }

.category-list select {
  border-radius: 0;
  width: 30%;
  padding: 5px; }

.fact-section {
  background-color: #eee;
  padding: 25px 15px; }

.certification-process h2 {
  padding-left: 30px;
  font-size: 24px; }

.process-icon {
  margin: 0 auto;
  width: 50%;
  padding: 25px; }

.process-title {
  padding: 10px; }

.navbar {
  margin-bottom: 0px; }

.navbar .navbar-header .logo {
  margin-left: 0px; }

#csa-nav {
  top: 19px;
  float: right;
  right: 0px;
  position: relative;
  transition: all 0.3s; }

#csa-nav.nav > li > a:hover {
  color: #5983C3;
  transition: all 0.3s; }

.carousel {
  position: relative;
  height: 390px;
  overflow: hidden; }

.carousel .carousel-indicators .active {
  background-color: #5983C3; }

.carousel .carousel-indicators li {
  background-color: #4A4A4A; }

.article-box {
  box-shadow: 0px 0px 4px #CCCCCC; }

.article-box .article-box-btn {
  float: right; }

.article-box-btn-white {
  background: transparent;
  color: #5983C3; }

.footer-question {
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  min-height: 150px; }

.footer-question .btn-primary {
  background: transparent;
  border: 1px solid #ffffff; }

@media (max-width: 768px) {
  iframe {
    width: 100%; } }

h2 {
  color: #444444; }

h2.header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase; }

h3 {
  color: #444444; }

.panel-row-style {
  position: relative; }

.bg-whitegrey {
  background-color: #f9f9f9; }

.bg-lightgrey {
  background-color: #eeeeee; }

.bg-ashgrey {
  background-color: #dddddd; }

.bg-grey {
  background-color: #999999; }

.bg-lightblue {
  background-color: #557FC1; }

.bg-darkblue {
  background-color: #47679A; }

.bg-navblue {
  background-color: #557FC1; }

.spacer-small {
  height: 2rem; }

.spacer-medium {
  height: 4rem; }
