/*******************************************************
 *
 * Marketing News
 *
 *******************************************************/
#inner-page-wrapper .container {
    width: 100%;
    padding: 0;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

#ip-marketing-news {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.custom-container {
    width: 100%;
    max-width: 1440px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
}

.ip-mn-container, .ip-mn-section {
    display: block;
    position: relative;
}

.ip-mn-main-title {
    display: block;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.ip-mn-main-title h2 {
    display: inline-block;
    position: relative;
    font-size: 45px;
    color: var(--secondary-color);
    font-family: var(--title-font);
    line-height: 1;
    color: #392F2C;
}

.ip-mn-main-title h2:before, .ip-mn-main-title h2:after {
    position: absolute;
    content: '';
    top: 50%;
    left: calc(100% + 40px);
    width: 100vw;
    height: 1px;
    background-color: #cebdb4;
    pointer-events: none;
    opacity: 0;
}

.ip-mn-main-title h2:after {
    left: auto;
    right: calc(100% + 40px);
}

/* Section 1 */
.ip-mn-print-img {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.ip-mn-print-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: .90;
}

.ip-mn-print-item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 6);
    position: relative;
    padding: 7px;
}

.ip-mn-print-list {
    display: block;
    position: relative;
    margin: 0 -7px;
}

.ip-mn-print-item a {
    display: block;
    position: relative;
}

.ip-mn-print-container {
    display: block;
    position: relative;
    padding: 70px 0;
}

.ip-mn-print-content {
    position: relative;
    padding: 17px 20px;
    min-height: 151px;
    background-color: #ECE5D9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ip-mn-print-content h2 {
    font-size: 24px;
    line-height: 29px;
    font-family: var(--title-font);
    color: #000;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.ip-mn-print-content span {
    font-size: 17px;
    line-height: 1;
    color: #b9af97;
}

.ip-mn-print-item a:hover .ip-mn-print-img canvas {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
}

.ip-mn-print-item a:hover .ip-mn-print-content h2 {
    color: var(--secondary-color);
}

.ip-mn-cc-bg canvas {
    opacity: .50;
}

.ip-mn-cc-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #fff;
}

.ip-mn-cc-container {
    display: block;
    position: relative;
    padding: 98px 0 109px;
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.ip-mn-cc-box {
    display: block;
    position: relative;
    margin: 0 -15px;
}

.ip-mn-cc-content {
    display: block;
    position: relative;
    padding: 0 100px;
    z-index: 5;
}

.ip-mn-cc-content h2 {
    font-size: 40px;
    color: var(--secondary-color);
    line-height: 1;
    display: block;
    margin-bottom: 24px;
    font-family: var(--title-font);
    font-weight: 400;
}

.ip-mn-cc-content p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 300;
}

.ip-mn-cc-inner {
    display: block;
    position: relative;
    padding: 60px 0;
    background: rgb(255, 255, 255);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 228, 217, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(234, 228, 217, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(234, 228, 217, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae4d9', GradientType=0);
    z-index: 44;
}

.ip-mn-cc-inner:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: calc(100% - 36px);
    height: calc(100% + 36px);
    border: 1px solid rgba(158, 124, 105, .50);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eae4d9+100 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 228, 217, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(234, 228, 217, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(234, 228, 217, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae4d9', GradientType=0);
    /* IE6-9 */
}

.ip-mn-cc-inner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(158, 124, 105, .50);
}

.ip-mn-cc-content p a {
    color: #b79582;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    text-decoration: underline;
}

.ip-mn-cc-content p a:hover {
    color: #ed643c;
}

.ip-mn-cc-content p a:hover {
    color: var(--secondary-color);
}

.ip-mn-cc-content-row {
    display: block;
    position: relative;
    margin: 0 -15px;
}

.ip-mn-cc-content-col {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50%;
    padding: 0 15px;
}

.ip-mn-cc-content-col:first-child {
    width: 30%;
}

.ip-mn-cc-content-col:last-child {
    width: 70%;
}

.custom-ip-btn {
    display: block;
    position: relative;
    margin-top: 30px;
}

.ip-mn-pr-container {
    display: block;
    position: relative;
    padding: 70px 0 90px;
    background-color: #ECE5D9;
}

.ip-mn-pr-img, .ip-mn-pr-img a {
    display: block;
    position: relative;
    overflow: hidden;
}

.ip-mn-pr-img a canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: .90;
}

.ip-mn-pr-img a:hover canvas {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
}

.ip-mn-pr-item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 4);
    position: relative;
    padding: 7px;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.ip-mn-pr-list {
    display: block;
    position: relative;
    margin: 0 -7px;
}

.ip-mr-pr-content {
    position: relative;
    padding: 20px;
    background-color: #fff;
    min-height: 233px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ip-mr-pr-title {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.ip-mr-pr-title h2 {
    font-size: 23px;
    line-height: 28px;
    font-family: var(--title-font);
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}

.ip-mr-pr-title h2 a {
    color: inherit;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-mr-pr-title span {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #b9af97;
    margin-block: auto; }

.ip-mr-pr-content-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 117px;
    height: 36px;
    border: 1px solid #431b08;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    font-family: var(--title-font);
    color: #000;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-mr-pr-content-btn a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.ip-mn-cc-container .custom-container {
    max-width: 1247px;
}

.ip-mr-pr-title h2 a:hover {
    color: var(--secondary-color);
}

.ip-mn-tab-group {
    display: block;
    position: relative;
    padding: 0 0 36px;
    background-color: #ECE5D9;
}

.ip-mn-tab-group .ip-mr-pr-content {
    min-height: 0;
}

.tab-wrapper {
    background-color: var(--primary-color);
    display: block;
    position: relative;
    margin-bottom: 55px;
}

.tab-wrapper:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url(../../images/marketing-news/tab-bg.jpg);
    background-position: center;
    background-size: cover;
}

.tab-group {
    position: relative;
}

.tab-wrapper .filter-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    min-height: 75px;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.tab-wrapper .tab-group::before, .tab-wrapper .tab-group::after {
    width: 1px;
    height: calc(100% - 24px);
    top: 12px;
}

.tab-wrapper .tab-group::before, .tab-wrapper .filter-wrap::before, .tab-wrapper .tab-group::after, .tab-wrapper .filter-wrap::after {
    content: '';
    background-color: #9D7C68;
    z-index: 1;
    position: absolute;
}

.tab-wrapper .filter-wrap::before, .tab-wrapper .filter-wrap::after {
    width: 100%;
    height: 1px;
    left: 0;
}

.tab-wrapper .filter-wrap::before {
    top: 12px;
}

.tab-wrapper .filter-wrap::after {
    bottom: 12px;
}

.tab-wrapper .tab-group::after {
    right: 0;
}

.tab-wrapper li > a.active {
    color: #FFF;
    background: rgba(53, 21, 5, 0.5);
}

.tab-wrapper li > a {
    height: 100%;
    padding: 20px 30px;
    margin: 0 10px;
    color: #F2EFEA;
    font-family: var(--title-font);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    line-height: 1;
    font-size: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-template-press-page .tab-wrapper .filter-item {
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0 1rem;
}

.tab-wrapper .filter-wrap li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.tab-group-list-item {
    position: relative;
    height: 0;
}

.tab-group-list-inner {
    display: block;
    position: relative;
    margin: 0 -7px;
}

.tab-group-list-item.active {
    height: auto;
}

.tab-group-list-inner .ip-mn-pr-item {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
}

.tab-group-list-item.active .tab-group-list-inner .ip-mn-pr-item {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.tab-group-list {
    display: block;
    position: relative;
    min-height: 390px;
}

.tab-group-list-inner .ip-mr-pr-title h2 a {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

.tab-locations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    color: #000;
    margin: 65px auto 0;
}

.tab-locations ul, .tab-locations h2 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.tab-locations ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.tab-locations ul li a:hover {
    color: var(--secondary-color);
}

.tab-locations ul li a {
    color: inherit;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.tab-locations ul li:not(:last-child) {
    margin-right: 13px;
}

.tab-locations h2 {
    margin-right: 15px;
}

/*Popup*/
.aiosp-container.aiosp-inline-holder[class*="newsletter-popup"] .aios-popup-body {
    width: 100%;
    max-width: 800px;
    padding: 0;
    min-height: 0;
}

.aiosp-container.aiosp-inline-holder[class*="newsletter-popup"] .aios-popup-body .aiosp-close {
    color: #fff;
    opacity: 1;
    font-weight: 200;
    font-family: var(--title-font);
    font-size: 33px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.aiosp-container.aiosp-inline-holder[class*="newsletter-popup"] .aios-popup-body .aiosp-close:hover {
    color: #ddd;
}

.mn-logo img {
    width: 100%;
    max-width: 257px;
    height: auto;
}

.mn-popup-logo-holder {
    display: block;
    position: relative;
}

.mn-popup-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mn-popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E4E0D1;
}

.mn-popup-logo-holder .mn-popup-bg {
    background-color: var(--primary-color);
}

.mn-logo {
    display: block;
    position: relative;
    z-index: 5;
    padding: 74px 0;
    text-align: center;
}

.mn-popup-logo-holder .mn-popup-bg canvas {
    opacity: .75;
    background-position: top center;
}

.mn-popup-container {
    display: block;
    position: relative;
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.mn-popup-form-holder {
    display: block;
    position: relative;
    padding: 40px 30px 30px;
}

.mn-popup-form-title {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 36px;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: #392f2c;
    font-family: var(--title-font);
}

.mn-popup-widget, .mn-popup-widget form {
    display: block;
    position: relative;
}

.mn-popup-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.mn-popup-col {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    width: calc(33% - 10px);
}

.mn-popup-col input:not([type=submit]) {
    width: 100%;
    height: 34px;
    background-color: transparent;
    border: 1px solid #9d7c68;
    color: var(--secondary-color);
    padding: 0 5px;
    font-size: 15px;
    line-height: normal;
    font-family: var(--title-font);
}

.mn-popup-col input[type=submit] {
    width: 100%;
    height: 34px;
    background-color: var(--primary-color);
    border: none;
    color: #fff;
    font-family: var(--title-font);
    font-size: 15px;
    line-height: normal;
    padding: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.mn-popup-col label {
    font-size: 15px;
    color: #392f2c;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 400;
}

.mn-popup-col label span {
    color: #790000;
}

.mn-popup-close {
    display: block;
    position: relative;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    font-weight: 300;
    text-decoration: underline;
    margin-top: 45px;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.mn-popup-col input[type=submit]:hover {
    background-color: var(--secondary-color);
}

.mn-popup-close:hover {
    color: #ddd;
}

.mn-popup-widget .use-floating-validation-tip .wpcf7-not-valid-tip {
    font-size: 12px;
}

.mn-popup-widget .wpcf7-form-control-wrap {
    display: block;
}

.mn-popup-widget .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
    position: absolute;
    bottom: -37px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff!important;
}

.mn-popup-widget div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* Media Kit */
.aiosp-container.aiosp-inline-holder[class*="download_media_kit"] .aios-popup-body {
    width: 100%;
    max-width: 800px;
    padding: 0;
    min-height: 0;
}

.aiosp-container.aiosp-inline-holder[class*="download_media_kit"] .aios-popup-body .aiosp-close {
    opacity: 1;
    font-weight: 200;
    font-family: var(--title-font);
    font-size: 33px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    top: 10px;
    right: 10px;
}

.aiosp-container.aiosp-inline-holder[class*="download_media_kit"] .aios-popup-body .aiosp-close:hover {
    color: #ddd;
}

.aiosp-container.aiosp-inline-holder[class*="download_media_kit"] .aios-popup-body {
    width: 100%;
    max-width: 800px;
    padding: 0;
    min-height: 0;
}

.aiosp-container.aiosp-inline-holder[class*="download_media_kit"] .aios-popup-body .aiosp-close {
    opacity: 1;
    font-weight: 200;
    font-family: var(--title-font);
    font-size: 33px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    top: 10px;
    right: 10px;
}

.aiosp-container.aiosp-inline-holder[class*="download_media_kit"] .aios-popup-body .aiosp-close:hover {
    color: #ddd;
}

.dm-popup-container {
    display: block;
    position: relative;
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.dm-popup-form-holder {
    display: block;
    position: relative;
    padding: 30px 30px 50px;
    border: 10px solid #f2efea;
}

.dm-popup-form-title {
    display: block;
    position: relative;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    color: #392f2c;
    font-family: var(--title-font);
    padding-bottom: 20px;
    border-bottom: 1px solid #eeece1;
}

.dm-popup-widget, .dm-popup-widget form {
    display: block;
    position: relative;
}

.dm-popup-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.dm-popup-col {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    width: calc(50% - 10px);
}

.dm-popup-col input:not([type=submit], [type="checkbox"]) {
    width: 100%;
    height: 34px;
    background-color: transparent;
    border: 1px solid #9d7c68;
    color: var(--secondary-color);
    padding: 0 5px;
    font-size: 15px;
    line-height: normal;
    font-family: var(--title-font);
}

.dm-popup-col input[type=submit] {
    width: 100%;
    height: 36px;
    background-color: var(--primary-color);
    border: none;
    color: #fff;
    font-family: var(--title-font);
    font-size: 15px;
    line-height: normal;
    padding: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    max-width: 91px;
}

.dm-popup-col label {
    font-size: 15px;
    color: #392f2c;
    line-height: 1;
    margin-bottom: 7px;
    font-weight: 400;
    font-family: var(--title-font);
}

.dm-popup-col label > span {
    color: #790000;
}

.dm-popup-close {
    display: block;
    position: relative;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    font-weight: 300;
    text-decoration: underline;
    margin-top: 45px;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.dm-popup-col input[type=submit]:hover {
    background-color: var(--secondary-color);
}

.dm-popup-close:hover {
    color: #ddd;
}

.dm-popup-widget .use-floating-validation-tip .wpcf7-not-valid-tip {
    font-size: 12px;
}

.dm-popup-widget .wpcf7-form-control-wrap {
    display: block;
}

.dm-popup-widget .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
    position: absolute;
    bottom: -37px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #000!important;
}

.dm-popup-widget div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.dm-popup-col .sub-title {
    display: block;
    font-size: 13px;
    line-height: 1;
    margin-top: 10px;
}

.dm-popup-row:not(:last-child) {
    margin-bottom: 20px;
}

.dm-popup-row.full {
    display: block;
    margin-bottom: 0;
}

.dm-popup-row.full .dm-popup-col {
    display: block;
    width: 100%;
}

.dm-popup-col.is-checkbox {
    margin-bottom: 15px;
}

.dm-popup-col.is-checkbox label span {
    color: #392f2c;
}

.dm-popup-col.is-checkbox > label {
    margin-bottom: 11px;
}

/*new*/
.ip-mn-main-sub-header span {
    font-size: 20px;
    display: block;
}

.ip-mn-main-sub-header {
    text-align: center;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 50px;
    position: relative;
}

.ip-mn-main-sub-header span a {
    color: inherit;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.ip-mn-main-sub-header span a:hover {
    color: var(--secondary-color);
}

.ip-mn-main-sub-header .download:hover {
    background-color: #b79582;
    border-color: #b79582;
}

.ip-mn-main-sub-header:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: calc((100vw - 1140px) / -2 );
    margin-right: calc((100vw - 1140px) / -2);
    background: rgba(158, 124, 105, .50);
    height: 1px;
}

.ip-mn-main-sub-header .download {
    margin-top: 25px;
    background-color: #431b08;
    border: 1px solid #431b08;
    display: inline-block;
    font: 1rem/1.5 "Lora",serif;
    color: #f2efea;
    padding: 6px 20px;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 0;
    background-clip: padding-box;
    transition: all .3s ease-in-out;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1560px) {
    .custom-container {
        max-width: 1367px;
    }
}

@media only screen and (max-width: 1440px) {
    .custom-container {
        max-width: 1280px;
    }

    .ip-mn-cc-container .custom-container {
        max-width: 1200px;
    }

    .ip-mn-cc-content {
        padding: 0 70px;
    }

    .ip-mn-cc-content-col {
        padding: 0 30px;
    }

    .ip-mn-cc-content-row {
        margin: 0 -30px;
    }

    .ip-mr-pr-title h2 {
        font-size: 20px;
    }

    .ip-mr-pr-title span {
        font-size: 16px;
    }

    .ip-mn-print-content h2 {
        font-size: 21px;
        line-height: 27px;
    }

    .ip-mn-print-content span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1366px) {
    .ip-mn-cc-content h2 {
        font-size: 35px;
    }

    .custom-container {
        max-width: 1200px;
    }

    .ip-custom-banner-title h1 {
        font-size: 65px;
    }

    .tab-wrapper li > a {
        padding: 20px 23px;
    }
}

@media only screen and (max-width: 1280px) {
    .custom-container {
        max-width: 1150px;
    }

    .ip-mn-cc-container .custom-container {
        max-width: 1100px;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .custom-container {
        /* max-width: 940px; */
    }

    .ip-mn-cc-container .custom-container {
        max-width: 940px;
    }

    .ip-mn-cc-content p {
        font-size: 16px;
    }

    .ip-mn-cc-content {
        padding: 0 50px;
    }

    .ip-mn-cc-content h2 {
        font-size: 33px;
        margin-bottom: 23px;
    }

    .ip-mn-cc-content-col {
        padding: 0 15px;
    }

    .ip-mn-cc-content-row {
        margin: 0 -15px;
    }

    .ip-mn-print-content {
        padding: 17px 15px;
        min-height: 140px;
    }

    .ip-mr-pr-title h2 {
        line-height: 23px;
        font-size: 18px;
    }

    .ip-mr-pr-content {
        min-height: 206px;
        padding: 20px 15px;
    }

    .tab-group-list {
        min-height: 304px;
    }

    .ip-mn-main-title h2 {
        font-size: 40px;
    }

    .ip-custom-banner-title h1 {
        font-size: 50px;
    }

    .tab-wrapper li > a {
        margin: 0 5px;
        font-size: 13px;
    }

    .ip-mn-print-container {
        padding: 65px 0;
    }

    .ip-mn-pr-container {
        padding: 70px 0 61px;
    }

    .ip-mn-cc-container {
        padding: 80px 0;
    }

    .ip-mn-main-title {
        margin-bottom: 40px;
    }

    .tab-wrapper {
        margin-bottom: 40px;
    }

    .ip-mr-pr-content-btn a {
        max-width: 100px;
        height: 30px;
        font-size: 13px;
    }

    .ip-mn-main-sub-header:before {
        margin-left: calc((100vw - 740px) / -2 );
        margin-right: calc((100vw - 740px) / -2);
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-mn-cc-content {
        padding: 0 43px;
        text-align: center;
    }

    .ip-mn-cc-content p {
        font-size: 15px;
        line-height: 25px;
    }

    .ip-mn-cc-content h2 {
        font-size: 30px;
    }

    .ip-mn-cc-inner {
        padding: 60px 0;
    }

    .ip-mn-cc-box {
        margin: 0;
    }

    .ip-mn-cc-content ul, .ip-mn-cc-content ol {
        text-align: left;
    }

    .ip-mn-cc-content-col {
        width: 100%!important;
        padding: 0;
    }

    .ip-mn-cc-content-row {
        margin: 0;
    }

    .ip-mn-cc-content-col:not(:last-child) {
        margin-bottom: 25px;
    }

    .ip-mn-print-item {
        width: calc(100% / 3);
    }

    .ip-mn-pr-item {
        width: calc(100% / 2);
    }

    .custom-ip-btn a {
        margin: 0 auto;
    }

    .tab-wrapper .filter-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 20px 5px;
    }

    .tab-wrapper li > a {
        padding: 15px 10px;
    }

    .custom-container {
        max-width: 750px;
    }

    .tab-locations {
        text-align: center;
        display: block;
    }

    .ip-custom-banner-title h1 {
        font-size: 45px;
    }

    .mn-popup-form-holder {
        padding: 40px 20px 30px;
    }

    .mn-popup-form-title {
        font-size: 25px;
    }

    .ip-mn-main-sub-header:before {
        margin-left: calc((100vw - 240px) / -2 );
        margin-right: calc((100vw - 240px) / -2 );
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-mn-cc-container {
        padding: 60px 0;
    }

    .ip-mn-cc-content {
        padding: 0 30px;
    }

    .ip-mn-cc-content p {
        line-height: 23px;
    }

    .ip-mn-print-item {
        width: calc(100% / 2);
        padding: 3px;
    }

    .ip-mn-print-list {
        margin: 0 -3px;
    }

    .ip-mn-pr-item {
        width: 100%;
        display: block;
        padding: 0;
    }

    .ip-mn-pr-item:not(:last-child) {
        margin-bottom: 15px;
    }

    .tab-group-list-inner, .ip-mn-pr-list {
        margin: 0;
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }

    .mn-popup-row {
        display: block;
    }

    .mn-popup-col {
        display: block;
        width: 100%;
    }

    .mn-popup-col:not(:last-child) {
        margin-bottom: 20px;
    }

    .mn-popup-form-title {
        font-size: 20px;
    }

    .mn-popup-col label, .mn-popup-col input:not([type=submit]), .mn-popup-close {
        font-size: 14px;
    }

    .dm-popup-form-holder {
        padding: 30px 15px 50px;
    }

    .dm-popup-col {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .dm-popup-row {
        display: block;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .ip-custom-banner-title h1 {
        font-size: 35px;
    }

    .ip-mn-print-content h2 {
        font-size: 16px;
        line-height: 1.3;
    }

    .ip-mn-print-content {
        min-height: 110px;
    }

    .ip-mn-pr-item:not(:last-child) {
        margin-bottom: 15px;
    }

    .tab-wrapper li > a {
        padding: 10px 5px;
        font-size: 12px;
    }
}
