@font-face {
    font-family: swa-icon;
    src: url(swa-icon/main/fonts/swa-icon.eot);
}

@font-face {
    font-family: swa-icon;
    src: url(swa-icon/main/fonts/swa-icon.woff) format("woff"), url(swa-icon/main/fonts/swa-icon.ttf) format("truetype"), url(swa-icon/main/fonts/swa-icon.svg#swa-icon) format("svg");
}

a {
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    color: #304cb2;
}

/** MAIN STYLES **/


/* HEADER STYLE */
.swa-landing-page-content-detail .TQP-header h1 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 2%;
    margin-top: 2%;
}


/* CARD MODULE STYLES */
.swa-landing-page-content-detail .card-column {
    font-size: 24px;
    position: relative;
}

.swa-landing-page-content-detail .card-container {
    font-size: 24px;
    position: relative;
    padding: 0px;
    border: 1px solid #e6e7e8;
    margin-bottom: 4%;
}

.swa-landing-page-content-detail .card-container .card-artwork {
    background-image: linear-gradient(#fff, #f5f5f5);
    height: 190px;
    overflow: hidden;
    text-align: center;
    padding-top: 4%;
}

.swa-landing-page-content-detail .card-container .card-artwork h2 {
    color: #1a2c80;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}

.swa-landing-page-content-detail .card-container .card-artwork .card-img {
    display: block;
    position: relative;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}


.swa-landing-page-content-detail .card-container .card-details {
    background-color: #5e7e95;
    color: #fff;
    font-size: 14px;
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 4%;
}

.swa-landing-page-content-detail #CP-card-container {
    background-color: #111b3f;
}

.swa-landing-page-content-detail .card-container .card-details h2 {
    font-weight: bold;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.swa-landing-page-content-detail .card-container .card-details p {
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.swa-landing-page-content-detail .card-container .card-details .sidelines {
    font-weight: normal;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    overflow: hidden;
    display: inherit;
}

.swa-landing-page-content-detail .card-container .card-details a {
    color: #fff;
}

.swa-landing-page-content-detail .card-container .card-details a:hover {
    color: #fff;
}

.swa-landing-page-content-detail .card-container .card-details .sidelines:before,
.sidelines:after {
    content: "";
    background-color: #fff;
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 5%;
}

.swa-landing-page-content-detail .card-container .card-details .sidelines:before {
    right: 0.5em;
    margin-left: -50%;
}

.swa-landing-page-content-detail .card-container .card-details .sidelines:after {
    left: 0.5em;
    margin-right: -50%;
}

.swa-landing-page-content-detail .swa-button_transparent,
.swa-button_transparent-light {
    border: 1px solid #fff;
    margin-top: 4%;
}

.swa-landing-page-content-detail .swa-button_primary:hover {
    border-color: #fff;
}


/* INFO MODULE STYLES */
.swa-landing-page-content-detail .info-column {
    /*background-color: #e6e7e8;*/
    color: #1a2c80;
    font-size: 24px;
    position: relative;
    margin-bottom: 10%;
}

.swa-landing-page-content-detail .info-column h2 {
    font-size: 20px;
    text-align: left;
    padding-right: 10%;
}

.swa-landing-page-content-detail .info-column p {
    font-size: 14px;
    padding-left: 2%;
}

.swa-landing-page-content-detail .info-column .section-breaker {
    margin-bottom: 4%;
}

.swa-landing-page-content-detail h4 {
    font-size: 9px;
    line-height: 12px;
}

.swa-landing-page-content-detail .info-column .bold-text {
    font-weight: bold;
}

.swa-landing-page-content-detail .info-column .bold-ital-text {
    font-weight: bold;
    font-style: italic;
}


/* TIER TABLE STYLES */

.swa-landing-page-content-detail .tier-info-table {
    font-size: 14px;
}


.swa-landing-page-content-detail .tier-info-table .table-row1 th {
    color: #1a2c80;
    background-color: #dfe6ec;
    border-bottom: 4px solid #fff;
    border-color: #fff;
    vertical-align: middle;
    width: 33%;
}

.swa-landing-page-content-detail .tier-info-table .table-row1 td {
    border: none;
    vertical-align: middle;
}


.swa-landing-page-content-detail .tier-info-table tr {
    background-color: #c0cdd6;
    border-bottom: 4px solid #fff;
}

.swa-landing-page-content-detail .tier-info-table .bold-td {
    font-weight: bold;
}


/* CP TABLE STYLES */
.swa-landing-page-content-detail .cp-info-table {
    font-size: 14px;
}


.swa-landing-page-content-detail .cp-info-table .table-row1 th {
    color: #fff;
    background-color: #1a2c80;
    border-bottom: 4px solid #fff;
    border-color: #fff;
    vertical-align: middle;
    width: 33%;
}

.swa-landing-page-content-detail .cp-info-table .table-row1 td {
    border: none;
    vertical-align: middle;
}


.swa-landing-page-content-detail .cp-info-table tr {
    background-color: #111b3f;
    border-bottom: 4px solid #fff;
    color: #fff;
}

.swa-landing-page-content-detail .cp-info-table .bold-td {
    font-weight: bold;
}



/* LIST DIV STYLES */
.swa-landing-page-content-detail .tier-info-list {
    background-color: #dfe6ec;
    padding: 3%;
    margin-bottom: 2%;
    -webkit-columns: 3 150px;
    -moz-columns: 3 150px;
    columns: 3 150px;
}

.swa-landing-page-content-detail .tier-info-list ul {
    padding: 0px 10px;
}

.swa-landing-page-content-detail .tier-info-list li {
    font-size: 14px;
    color: #1a2c80;
    padding-bottom: 3px;
    font-weight: normal;
    list-style-position: inside;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    list-style-position: outside;
    margin-left: 1em;
}

.swa-landing-page-content-detail .cp-info-list {
    background-color: #1a2c80;
    color: #fff;
    padding: 3%;
    margin-bottom: 2%;
    -webkit-columns: 3 150px;
    -moz-columns: 3 150px;
    columns: 3 150px;
}

.swa-landing-page-content-detail .cp-info-list ul {
    padding: 0px 10px;
}

.swa-landing-page-content-detail .cp-info-list li {
    font-size: 14px;
    color: #fff;
    padding-bottom: 3px;
    font-weight: normal;
    list-style-position: inside;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    list-style-position: outside;
    margin-left: 1em;
}




.swa-landing-page-content-detail .banner-wrapper {
    background-color: pink;
    width: 100%;
    min-height: 550px;
    padding: 8%;
    margin-bottom: 2%;
}

.swa-landing-page-content-detail .banner-wrapper h2 {
    color: #1a2c80;
    font-size: 42px;
    line-height: 1.1em;
    font-weight: bold;
    margin-bottom: 6%;
}

.swa-landing-page-content-detail .banner-wrapper p {
    color: #1a2c80;
    font-size: 20px;
    line-height: 1.3em;
}


.swa-landing-page-content-detail .navigation-bar {
    margin-bottom: 2%;
}

.swa-landing-page-content-detail .navigation-bar a {
    padding: 1% 10%;
    display: block;
    color: #111b40;
    text-align: center;
    border-radius: 4px;
    font-size: 22px;
    line-height: 1.8em;
    margin-bottom: 0%;
    min-height: 3em;
    text-decoration: none;
}

.swa-landing-page-content-detail .navigation-bar a:hover {
    text-decoration: underline;
}

/**PLUS MINUS TRANSITION STYLE **/

.plus-minus-toggle {
    cursor: pointer;
    height: 21px;
    position: absolute;
    width: 26px;
    display: inline;
    float: right;
    bottom: 0px;
    right: 0px;
}

.plus-minus-toggle:before,
.plus-minus-toggle:after {
    background: #1a2c80;
    content: '';
    height: 3px;
    position: absolute;
    width: 18px;
    transition: transform 500ms ease;
}

.plus-minus-toggle.collapsed:before {
    transform: rotate(180deg);
}

.plus-minus-toggle:after {
    transform-origin: center;
}

.plus-minus-toggle.collapsed:after {
    transform: rotate(90deg);
}



.swa-landing-page-content-detail .collapse-content {
    color: #1a2c80;
    font-size: 24px;
    position: relative;
    margin-bottom: 4%;
    background: none;
    border: none;
    border-bottom: 2px solid #1a2c80;
    width: 100%;
    padding-left: 0px;
}





/** MEDIA QUERIES **/

@media (max-width: 992px) {

    .swa-landing-page-content-detail .card-container .card-artwork {
        height: 150px;
    }

}

@media (max-width: 767px) {

    .swa-landing-page-content-detail .TQP-header h1 {
        text-align: center;
    }

    .swa-landing-page-content-detail #CP-card-artwork {
        height: 250px;
    }

}

@media (max-width: 575px) {


    .swa-landing-page-content-detail .card-container .card-artwork {
        height: 250px;
    }


    .swa-landing-page-content-detail .cp-info-list {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    .swa-landing-page-content-detail .tier-info-list {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

}