.introduction-section {
    text-align: center;
    padding-top: 17.14285714%;
    padding-bottom: 7.85714286%;
}
.article-block-container {
    position: relative;
    z-index: 3;
}

.introduction-section .heading {
    text-align: right;
}
.introduction-section .heading .title-box {
    margin-bottom: 5.71428571%;
}
.introduction-section .heading {
    text-align: right;
}
.introduction-section .heading .title-box .sub-title {
    text-transform: uppercase;
    font-size: 15px;
    font-family: dinregular,sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
}
.introduction-section .heading .heading-image {
    padding-top: 81.53846154%;
    width: 69.51871658%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.introduction-section .article-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.introduction-section .article-box .article-image {
    position: relative;
    overflow: hidden;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.introduction-section .article-box .article-image img {
    width: 100%;
}
.introduction-section .article-box .article {
    padding-bottom: 7.14285714%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.article-heading {
    font-size: 1em;
    font-family: Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman,serif;
    margin-bottom: 15px;
}


/*  contact form css */

.light-gray {
    background-color: #ffffff;
}
.wrapper {
    padding-top: 50px;
    padding-bottom: 40px;
    position: relative;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.shadow {
    -webkit-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}
.white {
    background-color: #f7f7f7;
}
.text-center {
    text-align: center;
}
.headline {
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    font-family: "Roboto", 'Prompt', sans-serif;
    font-weight: 500;
}
.text-36 {
    font-size: 36px;
    line-height: 36px;
}
.headline {
    margin-bottom: 40px;
    font-family: "Roboto", 'Prompt', sans-serif;
    text-transform: uppercase;
}

.text-18 {
    font-size: 18px;
    line-height: 18px;
}
.subscribe-form {
    padding: 5%;
    border-left: 1px solid #dfdfdf;
}
#subscribe-form {
    margin-top: 30px;
}
#subscribe-form .form-group2 {
    margin-bottom: 16px;
}
.form-group2 {
    margin-bottom: 15px;
}
label {
    font-size: 11px;
    font-weight: bold;
    color: #111;
}

#subscribe-form .form-control2 {
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #cccccc;
    padding-left: 0;
    padding-right: 0;
}
.form-control2 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.fusion-text {
    color: #0e0e0e;
    line-height: 1.8;
    font-size: 14px;
    letter-spacing: 0px;
    font-family: "Open Sans", 'Prompt', sans-serif;
    padding: 2px 60px 2px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.table-bordered {
    border: 1px solid #ddd;
}
td, th {
    padding: 0;
}

@media screen and (max-width: 767px){
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}
.table-responsive>.table-bordered {
    border: 0;
}
.table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
}
.table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.milenia-tabs:not(.milenia-tabs--unstyled) .milenia-tabs-nav > span {
    display: block;

}


}

@media (min-width: 992px){
  .col-md-6 {
    width: 50%;
}
.col-md-offset-1 {
    margin-left: 8.33333333%;
}
.col-md-12 {
    width: 100%;
}
}
@media (min-width: 992px){
.col-md-10 {
    width: 83.33333333%;
}
}
@media (min-width: 992px){
.col-md-10,.col-md-12 {
    float: left;
}
}
@media screen and (min-width: 1200px){

h1, h2 {
    line-height: 1;
}
h1.first-letter, h2.first-letter {
    display: block;
}
}
@media screen and (min-width: 1024px){
  h1.first-letter:first-letter, h2.first-letter:first-letter {
    font-size: 800%;
    line-height: .9;
    margin: 0 -.05em 0 0;
}
  h1.first-letter:after, h2.first-letter:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #010101;
}
  .introduction-section .article-box .article {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 5.66343042%;
    padding-bottom: 0;
}
  .image-fit, .image-parallax {
    bottom: auto;
    left: 0;
    position: absolute;
}
  .image-fit {
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover;
}
  .image-parallax {
    top: -5%;
    height: 110%;
    right: 0;
}
  .introduction-section .article-box .article-image {
    position: relative;
    padding-bottom: 74.7714808%;
    z-index: 1;
}
  .introduction-section .section-image-background {
    width: 54.26829268%;
    position: absolute;
    background-size: cover;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: .2;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
  .introduction-section .article-box {
    position: relative;
    width: 59.42028986%;
    padding-left: 5.07246377%;
    padding-right: 14.49275362%;
    padding-top: 4.34782609%;
    display: block;
}
  .image-fit, .image-parallax {
    bottom: auto;
    left: 0;
    position: absolute;
}

  .introduction-section .heading .heading-image {
    text-align: right;
}

  h1.first-letter, h2.first-letter {
    font-size: calc(.55555556vw + 22.22222222px);
    display: inline-block;
    position: relative;
    text-align: right;
    margin: 0;
    text-indent: 0;
    white-space: nowrap;
}
h1.first-letter:after, h2.first-letter:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #010101;
}
  .introduction-section .heading .title-box h2 {
    display: block;
    font-family: Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman,serif;
}
  .introduction-section .heading {
    width: 40.57971014%;
}

.introduction-section .article-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.introduction-section {
    text-align: left;
    padding-top: 3.26086957%;
    padding-bottom: 4.56521739%;
}
}


@media screen and (min-width: 768px){
.introduction-section {
    padding-top: 12.5%;
    padding-bottom: 12.5%;
}

}

@media print, screen and (min-width: 64em){
.large-collapse>.column, .large-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
}
.large-pull-0, .large-push-0, .large-uncentered {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
}
.large-12 {
    width: 100%;
}
}

@media print, screen and (min-width: 40em){
  h2 {
    font-size: 2.5rem;
}
.medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
}
.medium-centered {
    margin-right: auto;
    margin-left: auto;
}
.medium-8 {
    width: 66.66667%;
}
.small-12 {
    width: 100%;
}
}

@media screen and (max-width: 63.9375em){
.show-for-large {
    display: none!important;
}
.fusion-text {
    padding: 2px 5px 2px;
}

.table-responsive>.table-bordered {
    border: 0;
}
}
