@media (pointer: fine) {
    a:hover {
        color: #0056b3;
        text-decoration: none !important;
    }
}

.search-wrap.row {
    display: none;
}

#menu-main-menu-1 {
    display: block;
}

.page-template-template-media h3.subtitle {
    margin-bottom: 15px;
}

@media (pointer: fine) {
    .page-template-template-media .more-button a:hover {
        color: #ffffff !important;
        text-decoration: none !important;
        background-color: #C60551;
    }
}

@media (pointer: fine) {
    .page-template-template-media a.media-card:hover {
        color: black !important;
        text-decoration: none !important;
        background-color: transparent;
    }
}

.page-template-template-media .dropdown-menu {
    position: absolute !important;
}

.page-template-template-media .card-title {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 17px;
    padding: 2px 0px 5px 0px;
    text-align: left;
    border-bottom: 1px solid #fff;
    margin: 20px 20px 5px;
    height: 60px;
}

.page-template-template-media .card-body .text-left {
    text-align: right;
    padding-right: 20px;
}

.page-template-template-media .single-widget h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    border-bottom: none !important;
    padding: 11px;
}



.page-content h2 {
    border-bottom: none !important;
}

.page-template-template-media .card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 30px;
    margin: 0 auto;
    width: 300px;
}

.page-template-template-media #ajax-posts {
    max-width: 1072px;
    margin: 0 auto;
}

.page-template-template-media .card-text {
    margin-left: 20px;
    text-align: left;
    color: #fff !important;
    font-size: 15px;
}

.page-template-template-media .card-text a {
    color: #fff !important;
}

.page-template-template-media .post-date {
    font-size: 14px;
    color: #ffffff;
    text-align: right;
    padding-right: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-style: italic;
}

.page-template-template-media .card {
    /* height: 400px; */
    background-color: #000 !important;
    border: none !important;
}

.page-template-template-media .card-body {
    height: 162px;
}

.page-template-template-media .row-eq-height {
    /* display: table; */
    width: 100%
}

.page-template-template-media .row-eq-height [class*=col-] {
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

.page-template-template-media a.media-card {
    color: unset;
}

.media-card .card {
    height: 320px;
}

.page-template-template-media .card img {
    height: 150px;
    max-height: 150px;
    object-fit: cover;
}

.page-template-template-media .single-widget {
    background: #ffffff !important;
    margin-bottom: 30px;
    border: none !important;
    align-items: flex-end;
}

.page-template-template-media .download-title {}

.page-template-template-media .icon-image {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.page-template-template-media .icon-image-container {
    padding-bottom: 10px;
}

.page-template-template-media .single-widget .single-widget-download {
    border-top: none !important;
    padding: 10px 0;
    text-align: center;
    border-right: 1px solid #959595;
    height: 210px;
    margin: 0 auto;
}


#category-select-2 {
    border: 1px solid black;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    border-radius: 6px;
}

#category-select-2 option {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}


.page-template-template-media .single-widget .single-widget-download:last-of-type {
    border-right: none;

}

.page-template-template-media .featured-video-title {
    margin-bottom: 20px;
    line-height: 32px;
}

.page-template-template-media .featured-video-title h3 {
    font-size: 20px !important;
    line-height: 32px;
}

.page-template-template-media .featured-video-date {
    font-size: 14px;
    color: #676767;
    margin-bottom: 20px;
}

.page-template-template-media .featured-video-description {
    margin-bottom: 20px;
    min-height: 125px;
}

.page-template-template-media .more-button.center {
    text-align: center;
    margin: 20px auto;
}

.page-template-template-media .more-button.video {
    text-align: center !important;
}

.page-template-template-media .more-button.download {
    margin: 30px auto;
    text-align: center;
}

.modal-subscribe,
.page-template-template-media .more-button a {
    text-transform: uppercase;
    color: #000000;
    /* border: 2px #8C2441 solid; */
    font-size: 16px;
    padding: 15px 100px;
    font-weight: bold;
    /* width: 245px; */
    /* height: 50px; */
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 5px;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.modal-subscribe {
    margin: 20px auto!important;
    padding: 15px 75px;
}

#mc-embedded-subscribe {
    margin: 20px auto!important;
}

@media (pointer: fine) {
    .modal-subscribe:hover {
        color: #FFF;
        font-size: 16px;
        padding: 15px 75px;
        font-weight: bold;
        background: #C60551 0% 0% no-repeat padding-box;
        border: 1px solid #C60551;
    }
}

.page-template-template-media .more-button a[disabled=disabled] {
    background: #dddddd;
    cursor: not-allowed;
    pointer-events: none;
}

.page-template-template-media .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;

}

.page-template-template-media .embed-container iframe,
.page-template-template-media .embed-container object,
.page-template-template-media .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-template-template-media .media-hr {
    margin: 35px auto;
    width: 100%;
    height: 1px;
    background-color: black;
}

.page-template-template-media .media-hr.test {
    margin: 35px auto;
    width: 97%;
    height: 1px;
    background-color: black;
}

/*
.signup-form {
    background-repeat: no-repeat!important;
    background-size: cover!important;
    margin-top: 100px;
}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 0px 7px 0px 3%!important;
    color: #ffffff!important;
}

#mc_embed_signup_scroll h2 {
    font-size: 40px!important;
    color: #ffffff!important;
    border-bottom: none!important;
    line-height: 45px;
}

#mc_embed_signup input {
  border: 0;
  outline: 0;
  background: transparent;
  border-left: none!important;
  border-top: none!important;
  border-right: none!important;
  border-bottom: 1px solid black;
  border-radius: 0px!important;
  color: #ffffff!important;
}

::placeholder { 
  color: #ffffff;
  opacity: 1; 
}

:-ms-input-placeholder {
  color: #ffffff;
}

::-ms-input-placeholder { 
  color: #ffffff;
}

#mc_embed_signup .button {
    clear: both;
    background-color: unset!important;
    border: 2px solid #ffffff!important;
    border-radius: 0px!important;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    text-transform: lowercase;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 50px!important;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px!important;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

.blue-mask {
    background-color: rgba(36, 83, 151, 0.9);
    padding: 30.5px!important;
}

.radio-line {
  float: left!important;
  clear: none!important;
}

.radio-line label {
  float: left!important;
  clear: none!important;
  display: block!important;
  padding: 2px 12px 0 3px!important;
}

#mc_embed_signup .mc-field-group.input-group ul li {
    display: -webkit-inline-box!important;
    padding: 3px 0;
    margin: 0;
}

#mc_embed_signup .indicates-required {
    text-align: left!important;
    font-size: 11px;
    margin-right: 4%;
}
*/
.cssload-container {
    width: 100%;
    height: 34px;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.cssload-speeding-wheel {
    width: 34px;
    height: 34px;
    margin: 0 auto;
    border: 2px solid rgb(198, 5, 82);
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 575ms infinite linear;
    -o-animation: cssload-spin 575ms infinite linear;
    -ms-animation: cssload-spin 575ms infinite linear;
    -webkit-animation: cssload-spin 575ms infinite linear;
    -moz-animation: cssload-spin 575ms infinite linear;
    position: relative;
    z-index: 99;
    margin: 0 auto;
    text-align: center;
}

.banner.banner2 {
    color: #FFF;
    text-align: center;
    padding: 20px;


}

.banner.banner2 .title {
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 11px;
    font-weight: bold;
}

.banner.banner2 .copy {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.banner.banner2 .cta a {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 5px;
    color: #000;
    padding: 20px 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    width: 354px;
}


.bottom-column {
    height: 100%;
    position: relative;
    top: 100px;
}

.category-select-container {
    text-align: right;
}

.view-more-container {
    position: relative;
    top: 50px;
}

.modal.newsletter {
    display: none;
    overflow: hidden;
    position: fixed;
    right: unset;
    bottom: unset;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.newsletter .modal-header {
    border-bottom: none;
}

#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 100%!important;
    padding-bottom: 12px!important;
    min-height: 50px;
}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 10px 10px 10px;
}

#mc_embed_signup .indicates-required {
    text-align: left!important;
    font-size: 11px;
    margin-right: 4%;
}

.ttl-header.modal-header {
    letter-spacing: 3px;
}

#mc_embed_signup h2 {
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    font-size: 30px!important;
}

.modal-logo-image {
    text-align: center;
    padding-bottom: 16px;
}

.modal-logo-image img {
    width: 155px;
}

.modal.newsletter .close {
    float: right;
    font-size: 40px!important;
    font-weight: 400!important;
    line-height: 1;
    color: #6F6F6F;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
}

#mc_embed_signup #mce-success-response {
    color: #C60551!important;
}

#mce-responses {
    text-align: center!important;
}


@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .row-eq-height [class*=col-] {
        width: 33.3% !important;
    }
}


@media only screen and (max-width: 768px) {

    .page-template-template-media .single-widget .single-widget-download {
        border-top: none !important;
        padding: 10px 0;
        text-align: center;
        border-right: none;
        height: 210px;
    }

    .page-template-template-media .media-card .mobile-image {
        max-height: 200px !important;
        object-fit: cover !important;
    }

    .page-template-template-media .media-card {}


    .page-template-template-media .more-button.video {
        margin-top: 50px;
        margin-bottom: 50px;
        text-align: center !important;
    }

    .mobile-image {
        min-height: 142px;
        width: 100%;
        object-fit: cover;
        margin-left: -15px;

    }

    .mobile-row {
        background-color: #EFF6FF !important;
        border: none !important;
    }

    .media-card {
        /* padding: 10px 10px 10px 10px; */

    }

    .page-template-template-media .card-title {
        font-size: 16px;
        color: #FFF;
        font-weight: bold;
        line-height: 17px;
        padding: 5px 0px 15px 0px;
    }

    .page-template-template-media .post-date {
        font-size: 12px;
        color: #FFF;
        text-align: right;
        padding-top: 15px;
        padding-left: 0px;
        font-style: italic !important;
    }

    .page-template-template-media .wpb_text_column.wpb_content_element {
        margin-bottom: -15px;
    }

    .page-template-template-media .featured-video-description {
        margin-bottom: 20px;
        min-height: 45px;
    }

    .page-template-template-media .signup-form {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        margin-top: 30px;
    }

    .banner.banner2 {
        background-position: 37% !important;
    }

    p.card-text.category-label.text-left {
        margin-top: -10px;
    }

    .category-select-container {
        text-align: center;
    }

    .page-template-template-media .more-button.center {
        text-align: center;
        margin: 15px auto 75px;
    }



}