.program-link:hover {
  color: #47a9e4;
  color: #055586;

}
#internal .news-list {
  min-height: auto;
  margin-bottom: 2em;
  width: 100%;
  overflow: hidden;
}
#internal .news-list .item {
  font-size: 15px;
  margin-bottom: 0;
  float: left;
  width: 32%;
  border: 1px solid gray;
  padding: 1em;
  margin-left: 10px;
  background-color: #f4f1ed;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.big-par {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
}

.internal .red-plate a {
  text-decoration: none;
  padding: 10px 20px;
  cursor: pointer;
}

ul.course {
  list-style: none;
}

ul.course li::before {
  float: left;
  content: "\2022";
  color: #ff7a00;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.custom-table-23 {
  width: 100%;
  border-collapse: collapse;
}

.custom-table-23 td {
  border: 1px solid black;
}

.custom-table-32 > div {
  border: 1px solid black;
  border-top-color: transparent;
  padding: 15px;
}

.custom-table-32 > div:first-child {
  border-top-color: black;
}

.custom-table-12 {
  border-collapse: collapse;
}

.custom-table-12 td {
  border: 1px solid black;
  padding: 0 10px;
}

.custom-table-12 td p {
  padding: 0;
  text-align: left;
  line-height: 1.2em;
  margin: 15px 0;
}

.pdf-mobile {
  display: none;
}

.pdf-desctop {
  display: none;
}

@media (min-width: 576px) {
  .flex-2-column {
    display: flex;
  }

  .flex-2-column > div {
    flex-grow: 1;
    width: 50%;
  }

  .flex-2-column > div:first-child {
    padding-right: 15px;
  }

  .flex-2-column > div:last-child {
    padding-left: 15px;
  }

  .flex-2-column p {
    text-align: left;
  }

  .custom-table-32 {
    display: flex;
    justify-content: center;
  }

  .custom-table-32 > div {
    width: 33.3%;
    border: 1px solid black;
    border-left-color: transparent;
  }

  .custom-table-32 > div:first-child {
    border-left-color: black;
  }
}

.span2.menu {
  display: none;
}
#main > .container > .row-fluid > .span9 {
  /*width: 100%;*/
}
#main > .container > .row-fluid > .span9 > .page-content {
  min-width: unset;
  max-width: unset;
}

.crm-webform-popup-mask {
  position: absolute;
  display: none;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.crm-webform-popup-container {
  min-height: 111px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.crm-webform-popup-content {
  min-width: 460px;
}
.crm-webform-popup-text {
  padding: 0 0 20px 0;
  font: normal 20px "OpenSans-Regular", Arial, Helvetica, sans-serif;
  color: #000;
}
.crm-webform-popup-licence {
  margin: 0 0 15px 0;
}
.crm-webform-popup-licence-text {
  padding: 5px 10px;
  width: 100%;
  height: 130px;
  border: 1px solid #999;
  background: #fff;
  outline: 0;
  -moz-appearance: none;
}
.crm-webform-popup-button {
  display: none;
  padding: 20px 0 0 0;
  border-top: 1px solid #e3e3e3;
}
.crm-webform-submit-button {
  position: relative;
  display: inline-block;
  padding: 0 18px;
  height: 47px;
  line-height: 47px;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: transparent;
  font: bold 12px "OpenSans", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  outline: 0;
  cursor: pointer;
  opacity: 0.9;
}
.crm-webform-submit-button {
  min-width: 250px;
  font-weight: normal;
  line-height: 47px;
  text-transform: uppercase;
  margin-bottom: 10px;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  background: #8b0e04;
}
.crm-webform-submit-button-cancel {
  background: #bababa;
}

.crm-webform-popup-content-loader,
.crm-webform-popup-content-loader:hover {
  color: transparent !important;
  cursor: pointer;
}
.crm-webform-popup-content-loader:before {
  content: "______";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  padding: 28px 10px 0 0;
  border: 1px solid #535c69;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font: 11px/8px "OpenSans-Regular", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #535c69;
  text-align: right;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.crm-webform-popup-content-loader:after {
  content: "";
  position: absolute;
  top: 21px;
  left: 50%;
  height: 33px;
  width: 1px;
  background: #535c69;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-animation: clock 1s infinite linear;
  animation: clock 1s infinite linear;
  box-sizing: border-box;
}

.be79 {
  margin-top: -109px;
  position: absolute;
}
.noredarrow::after {
  background-image: none !important;
}

@media screen and (max-width: 767px) {
  .modal-body .c-benefits .c-accordion__link--ds-2 {
    font-size: 16px;
    padding-right: 45px;
  }
  .modal-body .c-benefits .c-accordion--ds .c-container {
    padding: 0;
  }
  .campmod {
    padding-bottom: 10px;
  }
  .campview {
    font-size: 15px;
  }
  .be79 {
    margin-top: -119px !important;
    position: absolute;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  /*.modal-body .c-content-block__text {flex-basis: 100%;}*/
  .modal-body .c-benefits--abit .c-accordion__link {
    padding-right: 130px;
  }
  .be79 {
    margin-top: -79px !important;
    position: absolute;
  }
}

@media screen and (max-width: 991px) {
  .modal-body .c-benefits--abit .c-accordion__link,
  .modal-body .c-accordion__link {
    padding-left: 45px !important;
  }
}

@media (min-width: 992px) {
  .modal-body .c-benefits--abit .c-accordion__link {
    padding-left: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal-body .c-benefits .c-accordion__link--ds-2 {
    font-size: 18px;
  }
  .campblock {
    display: block;
  }
  .campview,
  .camptext p {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .modal-body .c-benefits .c-accordion__link--ds-2 {
    font-size: 20px;
  }
  .campview,
  .camptext p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1279px) {
  .modal-body .c-accordion__link {
    margin: 0;
  }
  .modal-body .c-benefits--abit .c-accordion__link {
    padding-right: 60px;
  }
}

.responsive-image,
iframe.responsive-video-iframe {
  margin-top: 0;
  margin-bottom: 15px;
  clear: both;
  float: none;
}
.responsive-image .figure-content img,
iframe.responsive-video-iframe .figure-content img {
  max-width: 100%;
  height: auto;
}
.responsive-image.align-left,
iframe.responsive-video-iframe.align-left {
  max-width: calc(50% - 30px);
  float: left;
  clear: left;
  margin-left: 0;
  margin-right: 30px;
}
@media (max-width: 575.98px) {
  .responsive-image.align-left,
  iframe.responsive-video-iframe.align-left {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
  }
}
.responsive-image.align-right,
iframe.responsive-video-iframe.align-right {
  max-width: calc(50% - 30px);
  float: right;
  clear: right;
  margin-left: 30px;
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .responsive-image.align-right,
  iframe.responsive-video-iframe.align-right {
    max-width: 100%;
    min-width: 100%;
    margin-left: 0;
  }
}
.responsive-image.align-center,
iframe.responsive-video-iframe.align-center {
  float: none;
  display: block;
  clear: both;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.responsive-image.align-table,
iframe.responsive-video-iframe.align-table {
  float: none;
  display: block;
  clear: both;
  width: calc(100% - 30px);
  margin-left: 0;
  margin-right: 15px;
}
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive.video-placeholder {
  cursor: pointer;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.block-inset,
.block-inset-left,
.block-inset-right {
  display: block;
  padding: 15px;
  margin: 0 15px 15px 15px;
  background: #e6e6e6;
}
.block-inset p:last-child,
.block-inset-left p:last-child,
.block-inset-right p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .block-inset,
  .block-inset-left,
  .block-inset-right {
    margin: 0 0 15px 0;
  }
}
.block-inset,
figure {
  max-width: 100%;
  min-width: 100%;
  float: none;
  clear: both;
  margin-left: 0;
  margin-right: 0;
}
.block-inset-left {
  max-width: calc(50% - 30px);
  min-width: calc(50% - 30px);
  float: left;
  clear: left;
  margin-left: 0;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  .block-inset-left {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
  }
}
.block-inset-right {
  max-width: calc(50% - 30px);
  min-width: calc(50% - 30px);
  float: right;
  clear: right;
  margin-left: 15px;
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .block-inset-right {
    max-width: 100%;
    min-width: 100%;
    margin-left: 0;
  }
}
figure.responsive-image {
  display: block;
  padding: 0;
  margin: 0 0 15px 0;
  background: #e6e6e6;
  float: none;
  clear: both;
}
figure.responsive-image .figure-content a {
  margin: 0 auto;
}
figure.responsive-image .figure-content img {
  max-width: 100%;
  height: auto;
  min-width: 100%;
  margin: 0;
}
figure.responsive-image .figure-content img.responsive-image {
  margin: 0;
}
figure.responsive-image figcaption.figure-title {
  margin: 0;
  padding: 15px;
  width: 100%;
}
figure.responsive-image figcaption.figure-title p:last-child {
  margin-bottom: 0;
}
figure.responsive-image.align-center {
  max-width: 100%;
  min-width: 100%;
  clear: both;
  float: none;
  margin-left: 0;
  margin-right: 0;
}
figure.responsive-image.align-left {
  max-width: calc(50% - 30px);
  min-width: calc(50% - 30px);
  float: left;
  clear: left;
  margin-left: 0;
  margin-right: 30px;
}
@media (max-width: 575.98px) {
  figure.responsive-image.align-left {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
    clear: both;
    float: none;
  }
}
figure.responsive-image.align-left.size-small,
figure.responsive-image.align-left.small {
  max-width: calc(33% - 30px);
  min-width: calc(33% - 30px);
}
@media (max-width: 575.98px) {
  figure.responsive-image.align-left.size-small,
  figure.responsive-image.align-left.small {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
    clear: both;
    float: none;
  }
}
figure.responsive-image.align-left.size-x-small,
figure.responsive-image.align-left.x-small {
  max-width: calc(25% - 30px);
  min-width: calc(25% - 30px);
}
@media (max-width: 575.98px) {
  figure.responsive-image.align-left.size-x-small,
  figure.responsive-image.align-left.x-small {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
    clear: both;
    float: none;
  }
}
figure.responsive-image.align-right {
  max-width: calc(50% - 30px);
  min-width: calc(50% - 30px);
  float: right;
  clear: right;
  margin-left: 30px;
  margin-right: 0;
}
@media (max-width: 575.98px) {
  figure.responsive-image.align-right {
    max-width: 100%;
    min-width: 100%;
    margin-left: 0;
    clear: both;
    float: none;
  }
}
figure.responsive-image.align-right.size-small,
figure.responsive-image.align-right.small {
  max-width: calc(33% - 30px);
  min-width: calc(33% - 30px);
}
@media (max-width: 575.98px) {
  figure.responsive-image.align-right.size-small,
  figure.responsive-image.align-right.small {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
    clear: both;
    float: none;
  }
}
figure.responsive-image.align-right.size-x-small,
figure.responsive-image.align-right.x-small {
  max-width: calc(25% - 30px);
  min-width: calc(25% - 30px);
}
@media (max-width: 575.98px) {
  figure.responsive-image.align-right.size-x-small,
  figure.responsive-image.align-right.x-small {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
    clear: both;
    float: none;
  }
}
figure.responsive-video {
  display: block;
  padding: 0;
  margin: 0 0 15px 0;
  background: #e6e6e6;
}
figure.responsive-video .figure-content {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
figure.responsive-video .figure-content a {
  margin: 0 auto;
}
figure.responsive-video .figure-content iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: none;
}
figure.responsive-video figcaption.figure-title {
  margin: 0;
  padding: 15px;
  width: 100%;
}
figure.responsive-video figcaption.figure-title p:last-child {
  margin-bottom: 0;
}
figure.responsive-video,
figure.responsive-video.align-center {
  max-width: 100%;
  min-width: 100%;
  clear: both;
  margin-left: 0;
  margin-right: 0;
}
figure.responsive-video.align-left {
  max-width: calc(50% - 30px);
  min-width: calc(50% - 30px);
  float: left;
  clear: left;
  margin-left: 0;
  margin-right: 30px;
}
@media (max-width: 575.98px) {
  figure.responsive-video.align-left {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
figure.responsive-video.align-right {
  max-width: calc(50% - 30px);
  min-width: calc(50% - 30px);
  float: right;
  clear: right;
  margin-left: 30px;
  margin-right: 0;
}
@media (max-width: 575.98px) {
  figure.responsive-video.align-right {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.crm-webform-popup-mask {
  position: absolute;
  display: none;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.crm-webform-popup-container {
  min-height: 111px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.crm-webform-popup-content {
  min-width: 460px;
}
.crm-webform-popup-text {
  padding: 0 0 20px 0;
  font: normal 20px "OpenSans-Regular", Arial, Helvetica, sans-serif;
  color: #000;
}
.crm-webform-popup-licence {
  margin: 0 0 15px 0;
}
.crm-webform-popup-licence-text {
  padding: 5px 10px;
  width: 100%;
  height: 130px;
  border: 1px solid #999;
  background: #fff;
  outline: 0;
  -moz-appearance: none;
}
.crm-webform-popup-button {
  display: none;
  padding: 20px 0 0 0;
  border-top: 1px solid #e3e3e3;
}
.crm-webform-submit-button {
  position: relative;
  display: inline-block;
  padding: 0 18px;
  height: 47px;
  line-height: 47px;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: transparent;
  font: bold 12px "OpenSans", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  outline: 0;
  cursor: pointer;
  opacity: 0.9;
}
.crm-webform-submit-button {
  min-width: 250px;
  font-weight: normal;
  line-height: 47px;
  text-transform: uppercase;
  margin-bottom: 10px;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  background: #8b0e04;
}
.crm-webform-submit-button-cancel {
  background: #bababa;
}

.crm-webform-popup-content-loader,
.crm-webform-popup-content-loader:hover {
  color: transparent !important;
  cursor: pointer;
}
.crm-webform-popup-content-loader:before {
  content: "______";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  padding: 28px 10px 0 0;
  border: 1px solid #535c69;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font: 11px/8px "OpenSans-Regular", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #535c69;
  text-align: right;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.crm-webform-popup-content-loader:after {
  content: "";
  position: absolute;
  top: 21px;
  left: 50%;
  height: 33px;
  width: 1px;
  background: #535c69;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-animation: clock 1s infinite linear;
  animation: clock 1s infinite linear;
  box-sizing: border-box;
}

.be79 {
  margin-top: -109px;
  position: absolute;
}
.noredarrow::after {
  background-image: none !important;
}

@media screen and (max-width: 767px) {
  .modal-body .c-benefits .c-accordion__link--ds-2 {
    font-size: 16px;
    padding-right: 45px;
  }
  .modal-body .c-benefits .c-accordion--ds .c-container {
    padding: 0;
  }
  .campmod {
    padding-bottom: 10px;
  }
  .campview {
    font-size: 15px;
  }
  .be79 {
    margin-top: -119px !important;
    position: absolute;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  /*.modal-body .c-content-block__text {flex-basis: 100%;}*/
  .modal-body .c-benefits--abit .c-accordion__link {
    padding-right: 130px;
  }
  .be79 {
    margin-top: -79px !important;
    position: absolute;
  }
}

@media screen and (max-width: 991px) {
  .modal-body .c-benefits--abit .c-accordion__link,
  .modal-body .c-accordion__link {
    padding-left: 45px !important;
  }
}

@media (min-width: 992px) {
  .modal-body .c-benefits--abit .c-accordion__link {
    padding-left: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal-body .c-benefits .c-accordion__link--ds-2 {
    font-size: 18px;
  }
  .campblock {
    display: block;
  }
  .campview,
  .camptext p {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .modal-body .c-benefits .c-accordion__link--ds-2 {
    font-size: 20px;
  }
  .campview,
  .camptext p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1279px) {
  .modal-body .c-accordion__link {
    margin: 0;
  }
  .modal-body .c-benefits--abit .c-accordion__link {
    padding-right: 60px;
  }
}

.crm-webform-popup-mask {
  position: absolute;
  display: none;
  width: 100%;
  min-height: 100%;
  background-color: rgb(230 230 230) !important;
  overflow: hidden;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.crm-webform-popup-container {
  min-height: 111px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.crm-webform-popup-content {
  min-width: 460px;
}

.crm-webform-popup-text {
  padding: 0 0 20px 0;
  font: normal 20px "OpenSans-Regular", Arial, Helvetica, sans-serif;
  color: #000;
}

.crm-webform-popup-licence {
  margin: 0 0 15px 0;
}

.crm-webform-popup-licence-text {
  padding: 5px 10px;
  width: 100%;
  height: 130px;
  border: 1px solid #999;
  background: #fff;
  outline: 0;
  -moz-appearance: none;
}

.crm-webform-popup-button {
  display: none;
  padding: 20px 0 0 0;
  border-top: 1px solid #e3e3e3;
}

.crm-webform-submit-button {
  position: relative;
  display: inline-block;
  padding: 0 18px;
  height: 47px;
  line-height: 47px;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: transparent;
  font: bold 12px "OpenSans", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  outline: 0;
  cursor: pointer;
  opacity: 0.9;
}

.crm-webform-submit-button {
  min-width: 250px;
  font-weight: normal;
  line-height: 47px;
  text-transform: uppercase;
  margin-bottom: 10px;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  background: #8b0e04;
}

.crm-webform-submit-button-cancel {
  background: #bababa;
}

.crm-webform-popup-content-loader,
.crm-webform-popup-content-loader:hover {
  color: transparent !important;
  cursor: pointer;
}

.crm-webform-popup-content-loader:before {
  content: "______";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  padding: 28px 10px 0 0;
  border: 1px solid #535c69;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font: 11px/8px "OpenSans-Regular", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #535c69;
  text-align: right;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.crm-webform-popup-content-loader:after {
  content: "";
  position: absolute;
  top: 21px;
  left: 50%;
  height: 33px;
  width: 1px;
  background: #535c69;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-animation: clock 1s infinite linear;
  animation: clock 1s infinite linear;
  box-sizing: border-box;
}

.be79 {
  margin-top: -109px;
  position: absolute;
}

.noredarrow::after {
  background-image: none !important;
}

@media screen and (max-width: 767px) {
  .modal-body .c-benefits .c-accordion__link--ds-2 {
    font-size: 16px;
    padding-right: 45px;
  }

  .modal-body .c-benefits .c-accordion--ds .c-container {
    padding: 0;
  }

  .campmod {
    padding-bottom: 10px;
  }

  .campview {
    font-size: 15px;
  }

  .be79 {
    margin-top: -119px !important;
    position: absolute;
  }

  .ds-starts-slider {
    margin: 0 !important;
  }

  .cards_on_main_page {
    padding: 32px 15px 32px !important;
  }
  .pdf-mobile {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  /*.modal-body .c-content-block__text {flex-basis: 100%;}*/
  .modal-body .c-benefits--abit .c-accordion__link {
    padding-right: 130px;
  }

  .be79 {
    margin-top: -79px !important;
    position: absolute;
  }
}

@media (min-width: 768px) {
  .pdf-desctop {
    display: contents;
  }
}

@media screen and (max-width: 991px) {
  .modal-body .c-benefits--abit .c-accordion__link,
  .modal-body .c-accordion__link {
    padding-left: 45px !important;
  }
}

@media (min-width: 992px) {
  .modal-body .c-benefits--abit .c-accordion__link {
    padding-left: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal-body .c-benefits .c-accordion__link--ds-2 {
    font-size: 18px;
  }

  .campblock {
    display: block;
  }

  .campview,
  .camptext p {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .modal-body .c-benefits .c-accordion__link--ds-2 {
    font-size: 20px;
  }

  .campview,
  .camptext p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1279px) {
  .modal-body .c-accordion__link {
    margin: 0;
  }

  .modal-body .c-benefits--abit .c-accordion__link {
    padding-right: 60px;
  }
}

.ds-starts-slider__item img {
  border-radius: 15px;
}

@media (min-width: 1600px) {
  .ds-starts-slider {
    margin: 0 64px 0px 64px !important;
  }
}

.slick-dots li {
  width: 19px;
  height: 19px;
  border-radius: 15px;
}

.mt-5 {
  margin-top: auto !important;
}

@media (min-width: 0px) and (max-width: 767px) {
  table td:nth-child(1) {
    min-width: 144px;
  }
  table td:nth-child(5) {
    min-width: 150px;
  }
  .dod-registration table td:nth-child(5) {
    padding: 3px 10px !important;
}
}


@media (min-width: 768px) {
  table td:nth-child(4) {
    min-width: 234px;
  }

  table td:nth-child(5) {
    min-width: 230px;
  }
  .dod-registration .dod-registration-wrap {
    max-width: min-content;
    margin: auto;
  }

  .dod-registration table.inner-page__table tbody td {
    padding: 25px 25px;
  }
  .dod-registration table.inner-page__table tbody tr.vinehead td {
    padding: 25px 25px;
  }
}

@media (min-width: 768px) and (max-width: 1050px) {
  table td:nth-child(1) {
    min-width: 195px;
  }
  table td:nth-child(5) {
    min-width: 230px;
  }
}

@media (min-width: 991px) {
  table td:nth-child(4) {
    min-width: 234px;
  }

  table td:nth-child(5) {
    min-width: 230px;
  }
  .dod-registration .dod-registration-wrap {
    max-width: min-content;
    margin: auto;
  }

  .dod-registration table.inner-page__table tbody td {
    padding: 25px 25px;
  }
  .dod-registration table.inner-page__table tbody tr.vinehead td {
    padding: 25px 25px;
  }
}

@media (min-width: 992px) {
  table td:nth-child(4) {
    min-width: 234px;
  }

  table td:nth-child(5) {
    min-width: 230px;
  }
  .dod-registration .dod-registration-wrap {
    max-width: min-content;
    margin: auto;
  }

  .dod-registration table.inner-page__table tbody td {
    padding: 25px 10px;
  }
  .dod-registration table.inner-page__table tbody tr.vinehead td {
    padding: 25px 10px;
  }
}

@media (min-width: 1050px) {
  table td:nth-child(1) {
    min-width: 225px;
  }
  table td:nth-child(4) {
    min-width: 234px;
  }

  table td:nth-child(5) {
    min-width: 230px;
  }
  .dod-registration .dod-registration-wrap {
    max-width: min-content;
    margin: auto;
  }

  .dod-registration table.inner-page__table tbody td {
    padding: 15px 25px;
  }
  .dod-registration table.inner-page__table tbody tr.vinehead td {
    padding: 25px 25px;
  }
  .dod-registration table.inner-page__table tbody td:nth-child(4) {
    text-align: center;
    }
}

@media (min-width: 1050px) and (max-width: 1150px) {
  .dod-registration table.inner-page__table tbody td {
    padding: 15px 15px;
  }
  table td:nth-child(4) {
    min-width: 203px;
  }
  .dod-registration table.inner-page__table tbody td:nth-child(1) {
    padding: 25px 5px;
    text-align: center;
  }
  .dod-registration table.inner-page__table tbody td:nth-child(3) {
    padding: 25px 5px;
  text-align: center;
  }
  .dod-registration table.inner-page__table tbody td:nth-child(5) {
    padding: 25px 5px;
  }
  .dod-registration table.inner-page__table tbody tr.vinehead td {
    padding: 25px 15px;
}
.dod-registration table.inner-page__table tbody tr.vinehead td:nth-child(1) {
  padding: 25px 5px;
}
.dod-registration table.inner-page__table tbody tr.vinehead td:nth-child(3) {
  padding: 25px 5px;
}

}

@media (min-width: 1400px) {
  table td:nth-child(1) {
    min-width: 289px;
  }
  table td:nth-child(4) {
    min-width: 341px;
  }

  table td:nth-child(5) {
    min-width: 313px;
  }
  .dod-registration .dod-registration-wrap {
    max-width: min-content;
    margin: 0 auto;
    padding: 0;
  }

  .dod-registration table.inner-page__table tbody td {
    padding: 25px 30px;
    font-size: 28px;
    font-weight: 300;
  }
 
}
@media (min-width: 1400px) and (max-width: 1440px) {
  table td:nth-child(1) {
    min-width: 266px;
  }
  .dod-registration table.inner-page__table tbody td:nth-child(1) {
    padding: 25px 5px;
    text-align: center;
  }
  .dod-registration table.inner-page__table tbody td:nth-child(3) {
    padding: 25px 5px;
  text-align: center;
  }
  .dod-registration table.inner-page__table tbody td:nth-child(5) {
    padding: 25px 5px;
  }
  .dod-registration table.inner-page__table tbody tr.vinehead td {
    padding: 25px 15px;
}
.dod-registration table.inner-page__table tbody tr.vinehead td:nth-child(1) {
  padding: 25px 5px;
}
.dod-registration table.inner-page__table tbody tr.vinehead td:nth-child(3) {
  padding: 25px 5px;
}
}

@media (max-width: 991px) {
  .dod_c-tabs__list-caption {
    color: #525252;
    font-size: 12px;
    pointer-events: none;
    position: absolute;
    left: 51px;
    top: 55px;
  }
  .dod-registration .dod-registration__title {
    margin-bottom: 55px;
  }
  .dod-registration__table-wrap {
    overflow-x: scroll;
  }
  .dod-registration table td:nth-child(5) {
    padding: 3px;
  }
  .dod-registration .dod-registration__button {
    padding: 8px 3px;
  }
  video.responsive-video,
  video.responsive-video.align-center {
    margin-top: 40px;
  }
  .dod-registration table.inner-page__table {
    margin-bottom: 20px;
  }
}
@media (max-width: 968px) {
  .dod_c-tabs__list-caption {
    color: #525252;
    font-size: 12px;
    pointer-events: none;
    position: absolute;
    left: 42px;
    top: 55px;
  }
}
@media (max-width: 767px) {
  .dod_c-tabs__list-caption {
    color: #525252;
    font-size: 12px;
    pointer-events: none;
    position: absolute;
    left: 17px;
    top: 55px;
  }
}
@media (max-width: 594px) {
  .dod_c-tabs__list-caption {
    color: #525252;
    font-size: 12px;
    pointer-events: none;
    position: absolute;
    left: 17px;
    top: 73px;
  }
}
@media (max-width: 408px) {
  .dod_c-tabs__list-caption {
    color: #525252;
    font-size: 12px;
    pointer-events: none;
    position: absolute;
    left: 17px;
    top: 95px;
  }
}

@media (min-width: 992px) {
  .dod_c-tabs__list-caption {
    display: none;
  }
}
