main {
    max-width: 1308px;
    margin: 0 auto;
}

#toc-location {
	margin-bottom: 30px;
}
.sticky-toc-desktop {
	position: fixed;
    z-index: 1000;
    width: 24%;
    max-width: 314px;
	top: 0;
	padding: 15px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.1);
}
.sticky-toc-mobile {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
	background: #fff;
	border-bottom: 1px solid #ccc;
	box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.1);
}
.sticky-toc-mobile #toc-trigger {
	position: relative;
	margin-bottom: 0;
	padding: 10px 15px;
}
.sticky-toc-mobile #toc-trigger:hover {
	cursor: pointer;
}
.sticky-toc-mobile #toc-trigger::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #000;
	transform: translateY(-50%);
	transition: .2s ease all;
}
.sticky-toc-mobile #toc-trigger[aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(180deg);
	transition: .2s ease all;
}
.sticky-toc-desktop #table-of-contents {
    height: auto !important;
	margin-bottom: 0;
	padding-left: 20px;
}
.sticky-toc-mobile #table-of-contents {
    padding-bottom: 15px;
    padding-left: 30px;
}



.page-content .table-responsive {
    overflow-x: auto;
}
.page-content .table {
    min-width: 750px;
    border: 1px solid #000;
    font-size: 1.4rem;
    line-height: 1.4;
}
.page-content .table td {
    padding: 5px 10px;
    border: 1px solid #000;
}
.page-content .table thead tr {
    background: #002f87;
    color: #fff;
    font-weight: bold;
}
.page-content .table tbody tr td:first-of-type {
    font-weight: bold;
    background: #f4f4f4;
}
.page-content .table ul {
    padding-left: 20px;
}




nav.sidenav {
    /* background: #d9d8d8; */
}

#sidebar {
    background: #f4f4f4;
    border: 1px solid #c9ccd1;
    padding-top:8px;
}

nav.sidenav .side-menu {
    background: #a8aaab;
    color: #fff;
    margin-bottom: 5px;
    display: block;
    height: 38px;
    text-align: center;
    padding: 8px 10px;
    font-size: 20px;
    line-height: 24px;
    outline: none;
    text-transform: uppercase;
}

nav.sidenav .side-menu:hover {
    text-decoration: none;
}

nav.sidenav .side-menu:focus {
    text-decoration: none;
}

nav.sidenav ul {
    /* background: #e7e5e5; */
    padding-top: 8px;
}

nav.sidenav ul>li {
    font-size: 16px;
    line-height: 19px;
}

nav.sidenav ul>li+li {
    border-top: none;
}

nav.sidenav ul>li>a {
    color: #000;
    display: block;
    padding: 5px 15px;
}

nav.sidenav ul>li>a:hover {
    color: #336fb4;
    background: none;
}

nav.sidenav ul>li>a:focus {
    text-decoration: none;
}

nav.sidenav ul>li>a.opener {
    position: relative;
    outline: none;
    padding-right: 32px;
}

nav.sidenav ul>li>a.opener:after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 8px 6px 0 6px;
    border-color: #336fb4 transparent transparent transparent;
    border-style: solid;
}

nav.sidenav ul>li>a.opener:hover:after {
    border-color: #fff transparent transparent transparent;
}

nav.sidenav ul>li.active>a.opener:after {
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #336fb4 transparent;
    border-style: solid;
}

nav.sidenav ul>li.active>a:hover:after {
    border-color: transparent transparent #fff transparent;
}

nav.sidenav .slide {
    padding-top: 0;
    border-top: none;
}

nav.sidenav .slide>li>a {
    padding-left: 30px;
    color: #336fb4;
}

.top-info-bar .account-menu,
.add-nav-bar .add-nav,
.logo-bar .account-nav,
#nav .main-nav,
.dropdown-menu .drop-menu,
.drops-row .brands,
.drops-row .list,
.drops-row .image-list,
.drops-row .ad-list,
.header-main .account-menu,
.menu-content-holder .menu-column ul,
nav.sidenav ul,
.articles-block .lists,
#footer .social-links,
#footer .list,
#footer .momento,
.footer-copyright .footer-nav,
.footer-social-networks ul,
.sponsor-block ul,
.quote-holder ul,
.resource-holder .interaction-link,
.sub-header .sub-nav ul,
.shopping-container .shopping-info .subtotal,
.shopping-container .order-total ul,
.carousel-gallery .pagination ul,
.breadcrumbs ul,
.product-details .tabset,
.product-details .accordion-tab,
.add-cart-form .checkbox-list,
.packages-list,
.box-items ul,
.offers ul,
.files-list {
    margin: 0;
    padding: 0;
    list-style: none;
}


.resource-holder {
    font-size: 16px;
    line-height: 19px;
    color: #4a4a4a;
    overflow: hidden;
    padding-bottom: 14px;
    /* font-family: TiemposTextWeb-Regular, Georgia, Times, serif; */
    line-height: 1.65;
}

.resource-holder .resource-row {
    position: relative;
    overflow: hidden;
    padding: 26px 0;
}

.resource-holder .resource-row:before {
    content: "";
    position: absolute;
    bottom: -43px;
    left: 40px;
    right: 40px;
    height: 43px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 -6px 10px -6px rgba(0, 0, 0, .2);
}

.resource-holder .resource-row:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 46%;
    width: 1px;
    background: #e5e5e5;
}

.resource-holder h3 {
    margin-bottom: 6px;
    line-height: 1.18181;
    text-transform: uppercase;
}

.resource-holder .view {
    font-size: 12px;
    line-height: 16px;
}

.resource-holder .video-holder {
    margin-bottom: 20px;
}

.resource-holder .image-holder {
    margin-bottom: 20px;
}

.resource-holder .image-holder img {
    border: 1px solid #c9ccd1;
}

.resource-holder .audio-holder {
    padding: 14px 0;
}

.resource-holder .audio-holder img {
    width: 100%;
    height: auto;
}

.resource-holder .interaction-link {
    font-size: 0;
    line-height: 0;
    margin: 0 -10px;
}

.resource-holder .interaction-link li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    padding: 0 10px;
}

.resource-holder .interaction-link li+li:before {
    content: "|";
    position: absolute;
    top: -1px;
    left: -2px;
    color: #336fb4;
}

.resource-holder .resource-post {
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
}

.resource-holder .resource-post:before {
    content: "";
    position: absolute;
    bottom: -43px;
    left: 40px;
    right: 40px;
    height: 43px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 -6px 10px -6px rgba(0, 0, 0, .2);
}

.resource-holder .resource-post .title {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}

.resource-holder .resource-post .image-holder {
    margin-bottom: 0;
    padding: 15px;
}

.resource-holder .resource-post .post-holder>.row .post-col {
    border-bottom: 1px solid #c9ccd1;
    margin-top: 20px;
    padding: 0px 20px 20px !important;
}

.resource-holder .resource-post .full-post {
    font-size: 15px;
    line-height: 24px;
    padding: 26px 0 20px;
    position: relative;
}

.resource-holder .resource-post .full-post:before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    height: 2px;
    background: #fcfcfc url(data:image/svg+xml;
 base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fcfcfc), color-stop(50%, #e5e5e5), color-stop(100%, #fcfcfc));
    background: -webkit-linear-gradient(left, #fcfcfc 0%, #e5e5e5 50%, #fcfcfc 100%);
    background: linear-gradient(to right, #fcfcfc 0%, #e5e5e5 50%, #fcfcfc 100%);
}

.resource-holder .resource-post .full-post h3 {
    margin-bottom: 1px;
}

.resource-holder .resource-post .full-post p {
    margin-bottom: 25px;
}







.intro-block {
    font-size: 16px;
    line-height: 19px;
    color: #4a4a4a;
    overflow: hidden;
    padding-bottom: 14px;
    /* font-family: TiemposTextWeb-Regular, Georgia, Times, serif; */
    line-height: 1.65;
}

.intro-block.add {
    padding-bottom: 0;
}

.intro-block .image-holder {
    margin-bottom: 15px;
}

.intro-block h2 {
    margin: 0 0 6px;
    font-size: 27px;
    line-height: 30px;
    font-weight: normal;
    color: #336fb4;
    text-transform: uppercase;
}

#sidebar {
    background: #f4f4f4;
    border: 1px solid #c9ccd1;
}

.widget.widget_search {
    border: 1px solid #c9ccd1;
    background:#fff;
    border-radius: 10px;
    overflow: hidden;
}

.search-form-m {
    position: relative;
    background: #fff;
    max-width: 300px;
    border: 1px solid #c5c7c6;
}

.widget.widget_search .search-form-m {
    border: none;
}

.widget.widget_search .search-form-m input {
    height: 3em;
}

.widget.widget_search .search-form-m input[type="search"] {
    padding-left: 1rem;
    border: none;
}

.widget.widget_search .search-form-m input[type="submit"] {
    border: none !important;
}

.search-form-m input[type="submit"] {
    text-indent: -9999px;
    background: url(https://www.aedsuperstore.com/blogs/wp-content/themes/twentysixteen-child/resource/images/arrow-submit.png) no-repeat 50% 50%;
    position: absolute;
    top: 0;
    right: 0;
    border: none !important;
    bottom: 0;
    border-left: 2px solid #c5c7c6 !important;
    width: 30px;
    cursor: pointer;
    display: block;
}

.search-form-m input {
    float: left;
    height: 2em;
    margin: 0;
    border: none;
    background: none;
}


#twocolumns {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 10px;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 1;
        display: flex;
        flex-direction: column-reverse;
}


.page-numbers{
    border-color: #FFF;
}

.page-numbers.current{
    background: #ffb302;
    font-weight: 700;
}

.page-numbers.prev, .page-numbers.next {
    position: relative;
    border: 1px solid #002f87;

    text-indent:-9999px;
}

.page-numbers.prev:before {
    content: "";
    display: block;
    width: 0; 
    height: 0; 
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #002f87; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-numbers.next:before {
    content: "";
    display: block;
    width: 0; 
    height: 0; 
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #002f87; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section.respond{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.comment-respond{
    padding: 3rem;
    background: #f4f4f4;
    border-radius: 5px;
}

.comment-respond h3{
    font-weight: 700;
}

.comment-respond label {
    display: block;
    font-weight: 700;
    font-size: 2rem;
}

.comment-respond .required{
    color: #ee0000;
}

.comment-respond textarea, .comment-respond input{
    width: 100%;
    max-width: 500px;
    border: 1px solid #c9ccd1;
    border-radius: 5px;
    line-height: 50px;
}

.comment-respond textarea{
    max-width: 100%;
}

.comment-respond .comment-form-cookies-consent > *{
    display: inline-block;
}

.comment-respond .form-submit input{
    width: auto;
    padding: 0 2rem;

    background: #ffb302;
    border: none;
    
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.slick-list {
	padding: 0 15px;
}

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;

	position: absolute;
	z-index: 1;
	top: 25%;

	display: block;


	width: 25px;
	height: 40px;
	padding: 0;
	cursor: pointer;

	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "fontello";
	font-size: 40px;
	line-height: 1;

	opacity: .75;
	color: #000;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -22px;
}

[dir='rtl'] .slick-prev {
	right: -5px;
	left: auto;
}

.slick-prev:before {
	content: '\f104';
}

[dir='rtl'] .slick-prev:before {
	content: '\f105';
}

.slick-next {
	right: -20px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -5px;
}

.slick-next:before {
	content: '\f105';
}

[dir='rtl'] .slick-next:before {
	content: '\f104';
}

@media(min-width: 1200px) {

	.slick-prev,
	.slick-next {
		top: 20%;
		width: 35px;
		height: 50px;
	}

	.slick-prev:before,
	.slick-next:before {
		font-size: 75px;
	}

	.slick-prev {
		left: -40px;
	}

	[dir='rtl'] .slick-prev {
		right: -40px;
		left: auto;
	}

	.slick-next {
		right: -40px;
	}

	[dir='rtl'] .slick-next {
		right: auto;
		left: -40px;
	}
}

/* Dots */
.slick-dotted.slick-slider {}

.slick-dots {
	position: absolute;
	bottom: 100%;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';

	font-size: 20px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

@media (min-width: 768px) {
    #twocolumns {
        display: block;
        overflow: hidden;
        background: inherit;
    }

    #sidebar {
        width: 24%;
    }

    .open-close-slide.js-slide-hidden {
        display: inline-block !important;
        position: static !important;
    }

    nav.sidenav ul.open-close-slide.js-slide-hidden {
        position: static !important;
    }
}


@media (max-width: 767px) {



    .intro-block .image-holder {
        padding: 5px 34px 0;
        margin: 0 auto 16px;
    }

    .intro-block h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .intro-block p {
        margin-bottom: 14px;
    }

    .intro-block .btn-primary.add {
        font-size: 19px;
        line-height: 22px;
        padding: 6px 16px;
    }



    .resource-holder .resource-row:first-child {
        padding-top: 0;
    }

    .resource-holder .resource-row:before {
        left: 0;
        right: 0;
    }

    .resource-holder .resource-row:after {
        left: 50%;
    }

    .resource-holder h3 {
        margin-bottom: 4px;
        font-size: 15px;
        line-height: 19px;
    }

    .resource-holder p {
        margin-bottom: 5px;
    }

    .resource-holder .view {
        font-size: 9px;
        line-height: 12px;
    }

    .resource-holder .video-holder {
        margin-bottom: 13px;
    }

    .resource-holder .video-holder img {
        border: 1px solid #484848;
    }

    .resource-holder .image-holder {
        margin-bottom: 13px;
    }

    .resource-holder .interaction-link {
        margin: 0 -7px;
    }

    .resource-holder .interaction-link li {
        font-size: 9px;
        line-height: 12px;
        padding: 0 7px;
    }

    .resource-holder .resource-post {
        padding-bottom: 22px;
    }

    .resource-holder .resource-post:before {
        left: 0;
        right: 0;
    }

    .resource-holder .resource-post .title {
        text-align: center;
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    .resource-holder .resource-post .image-holder {
        margin-bottom: 14px;
    }

    .resource-holder .resource-post .post-holder>.row .post-col+.post-col:before {
        display: none;
    }

    .resource-holder .resource-post .full-post {
        font-size: 13px;
        line-height: 20px;
        text-align: center;
    }

    .resource-holder .resource-post .full-post:before {
        left: 0;
        right: 0;
    }

    .resource-holder .resource-post .full-post h3 {
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
    }

    .resource-holder .resource-post .full-post p {
        margin-bottom: 15px;
    }
}

@media (min-width: 801px) {
    #twocolumns {
        padding: 0px;
    }
}


@media (min-width: 1024px) {
    .banner {
        height: 250px;
        padding: 15px;
        min-height: 0px;
    }
}

@media (min-width: 768px) {
    .banner {
        height: 250px;
        padding: 7px;
        min-height: 0px;
    }
}
.banner {
    background-color: #555;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 285px;
    color: #fff;
    padding: 44px 30px;
    position: relative;
    overflow: hidden;
}

.sub-header {
	padding:20px;
	padding-top:0px;
	text-align: center;
}

.sub-header .sub-nav {
	margin-bottom: 0px;
}

.sub-header .sub-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}

.sub-header .sub-nav ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	color: #919090;
	position: relative;
	padding: 2px 14px;
}

.sub-header .sub-nav ul li+li:before {
	content: "|";
	position: absolute;
	top: 0;
	left: -2px;
	font-size: 18px;
	line-height: 18px;
}


.sub-header .sub-nav ul li a {
	color: #2f6db6;
	font: normal 22px/22px arial narrow;
}
.banner .resource-center-site-title {
    font-size: 25px;
    line-height: 26px;
    margin-bottom: 15px;
}


@media (max-width: 767px){
    .banner {
        min-height: 85px;
        padding: 27px 0;
    }
    .buyers-guide-section .img-wrapper {
        margin-top: 0px;
    }
    .widget.widget_search{
        margin-bottom: 10px;
        margin-top: -3px;
    }
    .search-form-m{
        margin: 0 auto;
        display: block;
        border: none;
    }
    .banner {
        min-height: 198px;
        padding: 27px 0;
    }

    .banner h1 {
        font-size: 25px;
        line-height: 26px;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px){
    .widget.widget_search{
        display:block;
    }
    
    .buyers-guide-section .img-holder span.logo{
        margin:0px;
    }
    .buyers-guide-section .img-holder {
        padding: 0px;
        margin: 0px;
        margin-top: 75px;
    }
    .buyers-guide-section .img-wrapper {
        width:30%;
        float: right;
    }
    .resource-center-site-title{
        font-size: 30px;
    }
    .banner{
        height: 250px;
        padding: 7px;
        min-height: 0px;
    }
    .banner .pull-right{
        padding-right: 0px;
        padding-left: 45px;
    }
    .guide-pic{
        display:block;
    }
}

@media (min-width: 1024px){
    .resource-center-site-title{
        font-size: 36px;
    }
    .banner{
        height: 250px;
        padding: 15px;
        min-height:0px;
    }
    .banner .pull-right{
        padding-left: 0px;
    }
    
    .buyers-form .form-group{
        padding-left:15px;
    }
    
    .buyers-form .form-control{
        margin-bottom:0px;
    }
    .resource-center-site-title{margin-top:5px;}
}

.banner {
    background-color: #555;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 285px;
    color: #fff;
    padding: 44px 30px;
    position: relative;
    overflow: hidden;
}

.banner h1 {
    margin: 0 0 12px;
    font-size: 42px;
    line-height: 43px;
    font-weight: normal;
    text-transform: uppercase;
}

.banner .bg-stretch {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner .bg-stretch img {
    max-width: none;
    margin-top:0px!important;
}

.nav-links {
    text-align: center;
}


.nav-links > * {
    display: inline-block;
    width: 50px;
    height: 50px;

    
    border-radius: 5px;

    font-size: 2rem;
    line-height: 50px;
    text-align: center;
    color: #000;

    overflow: hidden;

}
@media (max-width: 767px) {
    .wide-container {
        margin-bottom: 0px;
    }
    .post-holder .col-xs-6 {
        width: 100%;
    }
    .resource-holder .resource-post .image-holder {
        margin-bottom: 14px;
        text-align: center;
    }

    .post-holder h1 {
        margin-top: 0;
        margin-bottom: 4px;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
    }
    .resource-holder .interaction-link {
        margin: 0 -7px;
        text-align: center;
    }
}