.page-template-videos .global-site-title-bot {
    font-family: 'Gotham-font';
}

.page-template-videos #inner-page-wrapper .container {
    width: 100%;
    padding: 0;
}

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

.page-template-videos .ip-banner canvas {
    min-height: 542px;
}

.ip-banner-logos {
	display: block !important;
}

.sv-custom-container {
	max-width: 1490px;
	margin: 0 auto;
	padding: 0 15px;
}

p#breadcrumbs {
    max-width: 1490px;
    padding: 0 15px;
}

.vid-head {
    text-align: center;
    margin: 0 0 28px;
}

.page-template-videos .global-site-head {
    text-align: left;
}

.vid-section1 {
    position: relative;
    margin: 16px 0 0;
    padding: 101px 15px 0;
    overflow: hidden;
}

.vid-section1 .vid-custom-container {
    position: relative;
    z-index: 5;
    max-width: 1460px;
    margin: 0 auto;
}

.vid-s1-inner {
    padding: 15px 0 12px;
    /*background: rgb(255 255 255 / 86%);*/
}

.vid-section1::after {
    content: '';
    position: absolute;
    top: -85px;
    left: 0;
    width: 692px;
    height: 622px;
    background: url('../../images/videos/vid-logo-accent.png') no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}

.vid-section1::before {
    content: '';
    position: absolute;
    top: 8.05%;
    right: 0;
    width: 381px;
    height: 752px;
    height: 27.05%;
    background: url('../../images/videos/vid-accent.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}

.fv-photo {
    position: relative;
}

.fv-label {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Gotham-font';
    letter-spacing: -1px;
    margin: 23px 0 0;
    color: #000;
}

.ip-videos-feed {
    margin: 11px -8px 0;
    display: flex;
    flex-wrap: wrap;
}

.fv-list {
    padding: 0 8px;
    width: 50%;
    margin: 0 0 50px;
}

.fv-list:first-child {
    width: 100%;
    margin: 0 0 77px;
}

.ip-vid-pagi {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0 0;
}

.ip-vid-pagi ul {
    display: flex;
    align-items: center;
    margin: 0 35px;
}

.ip-vid-pagi ul li a {
    font-size: 20px;
    color: #b5b5b5;
    padding: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-vid-pagi ul li {
    margin: 0 3px;
}

.ip-vid-pagi ul li a.active,
.ip-vid-pagi ul li a:hover,
.ip-vid-pagi ul li:last-child a{
    color: #000;
}

a.pagi-arrow {
    padding: 5px;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.pagi-arrow:hover{
    color: #b5b5b5;
}

.fv-list a::after{
    opacity: 0;
}

.fv-list a .fv-photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 102px;
    height: 102px;
    background: url('../../images/play-icon.png') no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 5;
}

.fv-list:first-child a .fv-photo::after {
    width: 132px;
    height: 132px;
}


/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1366px) {
} 
 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
	.vid-section1::before {
        width: 250px;
    }
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
	.vid-section1::before{
        display: none;
    }

    .fv-list {
        width: 100%;
    }

    .fv-label {
        font-size: 25px;
    }

    .vid-section1 {
        padding: 101px 15px 50px;
    }

    .fv-list:first-child a .fv-photo::after {
        width: 102px;
        height: 102px;
    }

    .ip-vid-pagi ul {
        margin: 0 10px;
    }
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
	
	.vid-section1 {
	    margin: 60px 0 0;
	}
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
	
}