<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ad-form &gt; img {
    width: 205px;
    height: auto;
    display: block;
    margin: 40px auto 30px;
}

#ad-form h1 {
    border-bottom: none;
    font-size: 36px;
    font-weight: bold;
    text-transform: none;
    padding: 0;
}
/*
#ad-form .form-field label {
    display: none;
}
*/

#ad-form .statement-header {
    font-weight: 300;
}

#ad-form #div_form {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#ad-form .standard-form .form-field {
    width: 47%;
    margin: 0 0 40px;
}

#ad-form .standard-form .form-field input {
    width: 100%;
    display: block;
}

#ad-form .standard-form .form-field.submit {
    width: 100%;
}

#ad-form input[type="submit"] {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

#ad-form input[type="submit"]:hover {
    box-shadow: none;
    background: #2AAAE3;
    border: 1px solid #2AAAE3;
}

#ad-form h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px;
    width: 100%;
}

#div_form ul {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

#ad-form ul li {
    width: 50%;
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    padding-left: 25px;
}

#ad-form input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
}

#ad-form ul label {
    display: inline;
}

#privacy-agree {
    border-top: 1px solid #DCDCDC;
    padding: 20px 0;
    color: #4A4A4A;
    font-size: 12px;
    line-height: 16px;
    margin-top: 32px;
}

.g-recaptcha {
    margin: 10px auto 30px;
}

#message {
    width: 100%;
    text-align: center;
    padding: 20px;
    margin-bottom: 40px;
}

#ad-form input[type="checkbox"],
#ad-form input[type="radio"] {
    -webkit-appearance: none;
    margin-top: 2px;
    margin-right: 10px;
    color: #1B63DC;
    background-color: #ffffff;
    border: 1px solid #B4BFC9;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.08), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    border-radius: 4px;
    display: inline-block;
    line-height: 1em;
    height: 18px;
    width: 18px;
    max-width: 18px;
    flex: 18px;
    text-align: center;
}

#ad-form input[type="checkbox"]:active,
#ad-form input[type="checkbox"]:checked,
#ad-form input[type="checkbox"]:checked:active {
    border-color: #1B63DC;
}

#ad-form input[type="checkbox"]:checked:after {
    font: var(--fa-font-solid);
    content: '\f00c';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 700;
    position: absolute;
    line-height: 0;
    top: 9px;
    left: 3px;
    color: #1B63DC;
}



.main-container {
    margin-top: 40px;
}

.scroll-container {
    height: calc(100% - 70px);
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    overflow-x: hidden;
}

#sidebar&gt;ul {
    position: relative;
    overflow: hidden;
    padding: 25px 0;
    margin: 25px 0;
}

#sidebar&gt;ul:before,
#sidebar&gt;ul:after {
    content: '';
    width: 1100%;
    position: absolute;
    left: -1000%;
    height: 1px;
    border-bottom: 1px dotted #aaa;
}

#sidebar&gt;ul:before {
    top: 0;
}

#sidebar&gt;ul:after {
    bottom: 0;
}

#sidebar strong {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -0.2px;
}

#sidebar ul li:not(:last-child) {
    margin-bottom: 16px;
}

#sidebar ul ul {
    margin: 8px 0 0 36px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.2px;
}

#sidebar ul ul li:not(:last-child) {
    margin-bottom: 6px;
}

#sidebar p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 16px;
}

#sidebar .nav-icon i {
    padding-right: 7px;
    font-size: 1.4rem;
    width: 25px;
    padding-top: 4px;
}

.header-blurb {
    margin: 40px 0;
}

h3.section-header-2 {
    padding: 20px 0 14px 0;
    border-bottom: 1px solid #000;
}

.image-header {
    position: relative;
    text-align: right;
    margin: 30px 0;
    border: 1px solid #3B3B3B;
}

.image-header img {
    width: 100%;
    display: block;
}

.image-header div.image-info {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #202020;
    text-align: left;
    padding: 10%;
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1.5em;
    color: #fff;
}

.image-header div span {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
    color: #DBDBDB;
}

.ad-description {
    font-family: 'Open Sans', Arial;
    margin-top: 12px;
    font-size: 1.8rem;
    line-height: 1.4em;
    letter-spacing: -0.1px;
    display: block;
    font-weight: 400;
}

.ad-toggle {
    cursor: pointer;
}

.ad-toggle-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 3.5rem;
    z-index: 100;
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #3B3B3B;
}

.ad-toggle-icon .line {
    width:30px;
    height: 6px;
    border-radius: 3px;
    background-color: #3B3B3B;
    position: absolute;
    top: 17px;
    right: 7px;
}

.ad-toggle-icon .line:first-child {
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition: transform 0.2s;
}

.open .ad-toggle-icon .line:first-child {
    transform: rotate(0deg);
}

.specifications {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s;
    margin-bottom: 6px;
}

.creative-specs {
    color: #303030;
    border-top: 1px solid #848484;
    border-right: 1px solid #848484;
    margin-top: 15px;
    width: 100%;
    height: 100%;
}

.full-width-specs {
    color: #303030;
}

.spec-title-container {
    max-width: 160px;
    width: 100%;
}

.spec-title {
    font-weight: 600;
    border-right: 1px dotted #848484;
}

.spec-desc {
    padding-left: 20px;
    padding-right: 20px;
}

.spec-title,
.spec-desc {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #848484;
    width: 100%;
    height: 100%;
}

.specs-box .row:nth-child(n+7) .spec-title,
.specs-box .row:nth-child(n+7) .spec-desc,
.full-width-specs .row:nth-child(n+7) .spec-title,
.full-width-specs .row:nth-child(n+7) .spec-desc{
    border-bottom: none;
}

.allowed-box .cta-1 {
    padding-left: 20px;
}

.allowed-tags {
    color: #303030;
    border-top: 1px solid #848484;
    padding:28px 0px 12px 32px;
    margin-top: 15px;
    font-weight: 600;
}

.allowed-tags .fas,
.allowed-tags .far {
    padding-right: 25px;
    position: relative;
    top: 3px;
    width: 0;
    height: 0;
}
.allowed-tags .fa-times {
    color: #A0A0A0;
}

.allowed-tags &gt; .row {
    padding-bottom: 13px;
}

.specifications .allowed-box,
.specifications .specs-box,
.full-width-specs .row:last-child .spec-title,
.full-width-specs .row:last-child .spec-desc  {
    border-bottom: 1px solid #848484;
    overflow: hidden;
}

.deadline-text {
    margin:15px 0 60px 0;
}

.deadline-text a {
    float: right;
    color: #32C5FF;
}

.see-more-arrow:hover::after {
    left:0;
}

.how-to-section {
    margin-bottom: 40px;
}

.how-to-section h4 {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
}

.how-to-section .article-format {
    padding:20px 40px;
    align-self: stretch;
    height: 95%;
    max-height: 100%;
}

.how-to-section &gt; .row &gt; div:first-child .article-format {
    border-right: 1px dotted #848484;
}

.how-to-section h5.article-dek {
    border-bottom: 1px solid #848484;
    align-self: start;
    font-weight: 700;
    padding:0 40px;
    padding-bottom: 10px;
}

.how-to-section .article-format ul {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.how-to-section li {
    align-self: center;
    padding-bottom:16px;
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 15px;
    margin-bottom: 0 !important;
}

.how-to-section li:last-child {
    padding-bottom: 0 !important;
}

.how-to-section.best-practices &gt; .row &gt; div:first-child .article-format,
.how-to-section.best-practices .article-format {
    border:none;
    padding-top: 0;
}
.faq-section {
    margin:40px 0;
}

.faq-section .cta-1 {
    margin-top: 60px;
    margin-bottom: 20px;
}

.faq-item {
    padding:28px 32px;
    margin:0;
    display: block;
    background-color: #fff;
    border-bottom: 1px dotted #848484;
    transition: all 0.4s;
}

.faq-item .fas,
.faq-item .far {
    float: right;
    position: relative;
    top: 3px;
    transition: transform 0.4s;
    transform-origin: 50% 50%;
    text-align: center;
    width: 25px;
    height: 20px;
}

.faq-item.active {
    background-color: #f9f9f9;
}


.faq-item.active .fas,
.faq-item.active .far {
    transform: rotate(90deg);
}

.faq-item .faq-trigger {
    display: block;
    padding-bottom: 5px;
    cursor: pointer;
}

.faq-item.active .faq-trigger  {
    color: #007CB3;
}

.faq-item.active .faq-trigger i  {
    color: #000;
}

.faq-inner-container {
    overflow: hidden;
    transition: height 0.4s;
}

.sm-size .element-scroll {
    position: static !important;
}

.sm-size .header-blurb {
    margin-top: 30px;
}

.sm-size #sidebar {
    padding-bottom: 40px;
}

.sm-size .scroll-container {
    height: auto;
    max-height: 100000px;
    overflow-y: visible;
}

.sm-size .creative-specs {
    border-right: 0;
    margin-bottom: 15px;
}

.sm-size .specifications .allowed-box, 
.sm-size .specifications .specs-box, 
.sm-size .full-width-specs .row:last-child .spec-title, 
.sm-size .full-width-specs .row:last-child .spec-desc {
    margin-bottom: 15px;
}
.sm-size .specifications .allowed-box {
    margin-top: 15px;
}
.md-size .allowed-tags {
    padding-left: 10px;
}
.sm-size .allowed-tags {
    padding-bottom: 0;
}

.sm-size .allowed-box .cta-1,
.md-size .allowed-box .cta-1 {
    padding-left: 0;
}

.sm-size .deadline-text {
    font-size: 1.8rem;
    margin-top: 0;
}

.sm-size .spec-desc-container {
    width: 50%;
}

.sm-size .deadline-text a {
    display: none;
    visibility: hidden;
}

.sm-size .how-to-section &gt; .row &gt; div:first-child .article-format {
    border-right: none;
}

.sm-size .how-to-section h5.article-dek {
    margin-top: 20px;
    padding-bottom: 0;
    border-bottom: none;
}

.sm-size .faq-section {
    margin-top: 40px;
}

.sm-size .faq-section .cta-1 {
    margin-top: 0;
    margin-bottom: 18px;
}

.md-size .image-header div.image-info {
    font-size: 1.8rem;
}

.sm-size .image-header div.image-info {
    font-size: 2rem;
    padding:5%;
    z-index: 20;
    position: relative;
}

.sm-size .image-header div span {
    font-size: 1.2rem;
    margin-bottom: 0;
    line-height: 1.5em;
}

.sm-size .ad-toggle-icon {
    top: 10px;
    right: 15px;
}

.sm-size .ad-toggle-icon .line{
    background-color: #fff;
    width: 15px;
    height: 3px;
}

.sm-size .how-to-section h4 {
    margin-bottom: 8px;
    font-size: 3rem;
}

.sm-size .cta-1 {
    font-size: 2.2rem;
    line-height: 1.3em;
}

.sm-size .mobile-ad-nav {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0A0A0A;
    height: 100vh;
    padding-top: 50px;
    width: 100%;
    color: #DEDEDE;
    z-index: 200;
    transition: height 0.3s ease;
    overflow:hidden;
}
.sm-size .mobile-ad-nav-header i {
    color: #ffffff;
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    width: 20px;
    height: 20px;
    align-self: center;
}

.sm-size .mobile-ad-nav.collapsed i {
    transform: rotate(0deg);
}

.sm-size .mobile-ad-nav.collapsed {
    height:100px;
}
.mobile-ad-nav-header,
.sm-size .mobile-ad-nav h3 {
    display: none;
}
.sm-size .mobile-ad-nav-header {
    display: block;
    padding:15px 0;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px dashed #DEDEDE;
}

.sm-size .mobile-ad-nav-header h3 {
    display: block;
}

.sm-size #sidebar &gt; ul::before, 
.sm-size #sidebar &gt; ul::after {
    border:none;
    height: 0;
    width: 0;
}

.sm-size #sidebar .nav-icon {
    display: block;
    width: 49%;
    float: left;
}

.sm-size #sidebar &gt; ul {
    margin-top: 0;
    margin-bottom: 0;
}

.sm-size #sidebar ul ul {
    display: inline-block;
    width: 50%;
    margin: 0;
}

.sm-size #sidebar p {
    border-top: 1px dashed #DEDEDE;
    text-align: center;
    padding-top: 15px;
}

.sm-size #sidebar .nav-icon i {
    padding-top: 5px;
}

.sm-size #sidebar strong {
    font-weight: 600;
}
</pre></body></html>