@import url('reset.css');
@import url('defaults.css');
@import url('insync.css');

/*******************************************
:--- General ---:
*******************************************/

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
	outline: var(--secondary-yellow) 2px solid !important;
}

body, input, textarea {

}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1.5em;
}

h1,
h1.page-title {
	font-size: 3rem;
    font-family: var(--tiempos-bold);
    margin: 0 0 1em;
}

h1.header-title {
    font-size: 3rem;
    font-family: var(--tiempos-bold);
    margin: 0 0 0.25em;
    text-align: center;
}

h2 {
	font-size: 2rem;
    font-family: var(--tiempos-bold);
    margin: 0 0 0.5em;
}

h3 {
	font-size: 1.5rem;
    font-family: var(--trade-gothic);
    letter-spacing: -0.5px;
    margin: 0 0 0.5em;
}

p {
	margin: 0 0 1.5em;
    font-size: 1.063rem;
    color: var(--secondary-gray);
    line-height: 1.6rem;
}

blockquote {
	background: #f6f6f6;
	padding: 2em;
}

blockquote p {
	margin: 0;
}

a, a:active {
	outline: none;
}

a {
    color: var(--primary-blue);
    text-decoration: underline;
}

a:hover {
    cursor: pointer;
}

a:hover,
a:focus,
a:active {
    color: var(--primary-blue);
    text-decoration: none;
}

a.focus-fname {
    font-weight: 700;
}

a.bypass-block {
	background: #000;
	color: #fff;
	display: block;
	text-align: center;
	width: 100%;
}

/*******************************************
:--- Buttons ---:
*******************************************/

.btn {
    padding: 7px 25px;
    width: auto;
    font-weight: 700;
    background-color: var(--primary-red);
    font-family: var(--trade-gothic);
    border-radius: 30px;
    color: #fff;
    font-size: 1rem;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
    background-color: #a6002b;
}

.btn-sm {
    padding: 7px 25px;
}

.btn.white-outline {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
}

.btn.white-outline:hover,
.btn.white-outline:focus,
.btn.white-outline:active {
    color: #fff;
    background-color: var(--primary-red);
}

.btn.blue-btn {
    background-color: var(--primary-blue);
}

.btn.blue-btn:hover,
.btn.blue-btn:focus,
.btn.blue-btn:active {
    color: #fff;
    background-color: var(--primary-red);
}

/*******************************************
:--- Reusable ---:
*******************************************/

.live-chat, 
.download, 
.focus {
	cursor: pointer; 
}

.hide {
	display: none;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.desktop-view {
    display: block !important;
} 

.mobile-view {
    display: none !important;
}

/*******************************************
:--- Alert ---:
*******************************************/

.alert-message a {
	color:#fff;
	font-weight: bold;
}

/*******************************************
:--- Header ---:
*******************************************/

header.site-header {
	background: var(--primary-blue);
    width: 100%;
}

header.site-header > .container {
    padding-top: 38px;
    padding-bottom: 38px;
}

header.site-header .logo-container .program-name {
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
}

header.site-header .site-logo {
    display: block;
    max-width: 380px;
}

header.site-header .site-logo img {
    width: 100%;
}

header.site-header .header-buttons {
    display: flex;
    justify-content: end;
}

.nav-column {
    margin-top: auto;
    margin-bottom: auto;
}

/*******************************************
:--- Webinar - Main Content ---:
*******************************************/

/* Webinar - Hero */

.page-template-page-webinar .hero-section {
	background: var(--primary-blue);
	background-position: top center;
	background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
	position: relative; 
}

.page-template-page-webinar .hero-section:after {
	background: linear-gradient(90deg, rgba(0,0,0,.8), rgba(0,0,0,0));
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 0;
}

.page-template-page-webinar .hero-content {
    color: #fff;
    display: flex;
    flex-flow: column;
    height: 500px;
    justify-content: center;
    padding: 0 0 30px 0;
    z-index: 1;
}

.page-template-page-webinar .hero-content h1 {
    color: #fff;
    font-family: var(--tiempos-bold);
    font-size: 2.625rem;
    line-height: 1.3;
    margin: 0 0 30px;
}

.page-template-page-webinar .hero-content .subhead {
    font-family: var(--trade-gothic);
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: 0;
}

/* Webinar - Details */

.page-template-page-webinar .details-section .details {
    background-color: var(--primary-red);
    padding: 30px 30px 30px 10px;
    border-radius: 20px;
}

.page-template-page-webinar .details-section .details > div {
	flex: 1 1 0;
}

.page-template-page-webinar .details-section .details .date-box {
	max-width: 100%;
}

.page-template-page-webinar .details-section .details .date-box .date,
.page-template-page-webinar .details-section .details .date-box .day {
	color: #fff;
    font-family: var(--tiempos-bold);
    font-size: 1.625rem;
    font-weight: bold;
	line-height: 1.3;
}

.page-template-page-webinar .details-section .details .date-box i {
    color: #fff;
    font-size: 1.25rem;
    width: 56px;
    line-height: 1.4;
    text-align: center;
    padding-top: 3px;
}

/* Webinar - Form */

.page-template-page-webinar .form-container {
	margin-top: -160px;
    background: #fff;
    padding: 2.25rem;
    margin-bottom: 50px;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.4) 0px 1px 8px 0px;
}

.page-template-page-webinar .form-container a {
    color: var(--primary-blue);
}

.page-template-page-webinar .form-container a:hover,
.page-template-page-webinar .form-container a:focus,
.page-template-page-webinar .form-container a:active {
	text-decoration: none;
}

.page-template-page-webinar .field-required {
	color: var(--primary-red);
}

@media (max-width: 991px) {
    .page-template-page-webinar .form-container {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .page-template-page-webinar .form-container {
        padding: 30px;
    }
}

/* Webinar - Contact Fields */

.page-template-page-webinar .contact-fields {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	margin: 0 0 30px;
}

.page-template-page-webinar .contact-fields > div {
	flex: 1 1 0;
	width: 100%;
	min-width: 45%;
}

.page-template-page-webinar .contact-fields label,
.page-template-page-webinar ._form-label {
    color: #000;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.3;
    margin: 0 0 2px;
    text-transform: none;
    letter-spacing: normal;
}

.page-template-page-webinar .contact-fields input {
    background: rgba(53, 76, 161, 0.05);
    border: 1px solid var(--primary-blue);
    border-radius: 7px;
    padding: 12px 15px;
    width: 100%;
}

.page-template-page-webinar .contact-fields input:hover,
.page-template-page-webinar .contact-fields input:focus,
.page-template-page-webinar .contact-fields input:active {
    outline: var(--primary-blue) solid 1px;
}

.page-template-page-webinar .contact-fields .iti {
	width: 100%;
}

.page-template-page-webinar .contact-fields .iti__country-list,
.page-template-page-webinar .contact-fields .iti__selected-dial-code{
	color: #000;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .page-template-page-webinar .contact-fields {
        gap: 15px;
    }
    .page-template-page-webinar .contact-fields > div {
        min-width: 100%;
    }
}

@media (max-width: 767px) {
    .page-template-page-webinar .contact-fields {
        gap: 15px;
    }
    .page-template-page-webinar .contact-fields > div {
        min-width: 100%;
    }
}

/* Webinar - Opt In Fields */

.page-template-page-webinar .opt-in-fields {
	margin: 0 0 30px;
}

.page-template-page-webinar .opt-in-fields a {
    color: var(--primary-blue);
    text-decoration: underline;
}

.page-template-page-webinar .opt-in-fields > div fieldset {
    display: flex;
    align-items: flex-start;
    margin: 0 0 10px;
}

.page-template-page-webinar .opt-in-fields > div:last-of-type fieldset {
    margin: 0;
}

.page-template-page-webinar .opt-in-fields fieldset input[type=checkbox] {
	border: none;
	margin-top: 4px;
    width: auto;
	min-height: auto;
}

.page-template-page-webinar .opt-in-fields fieldset label {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 0 10px;
    letter-spacing: normal;
    line-height: 1.5;
    text-transform: none;
}

/* Webinar - Submit Fields */

@media (min-width: 1400px) {
    .page-template-page-webinar .submit-fields {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: space-between;
    }
    
    .page-template-page-webinar .submit-fields > div {
        flex: 1 1 0;
        width: 100%;
        min-width: 45%;
    }
}

.page-template-page-webinar button._submit {
    margin-top: 25px;
    line-height: 1;
    width: 100%;
    padding: 15px 24px 13px;
    font-weight: 700;
    background: var(--primary-red);
    border-radius: 30px;
    border: 2px solid #fff;
    font-size: 1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--trade-gothic);
    color: #FFF;
}

.page-template-page-webinar button._submit:hover,
.page-template-page-webinar button._submit:focus,
.page-template-page-webinar button._submit:active {
    border: 2px solid #fff !important;
    color: #fff !important;
    background: #a6002b !important;
}

/* Webinar - Error Notifications */

.page-template-page-webinar ._error {
    color: var(--primary-red) !important;
    text-transform: none !important;
    font-size: 12px;
    position: absolute;
    padding: 2px 0 0;
}

.page-template-page-webinar ._error-inner {
    color: var(--primary-red) !important;
	font-size: 12px;
    text-transform: none !important;
	margin-bottom: 25px;
}

/* Webinar - About */

.page-template-page-webinar .about-section {
    background-attachment: fixed;
    background-color: #f4f6f6;
    background-position: 300px 0;
	background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
}

.page-template-page-webinar .about-content {
    padding: 80px 0;
}

.page-template-page-webinar .about-section:after {
    background: linear-gradient(90deg, #f4f6f6 50%, transparent 50%);
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.page-template-page-webinar .about-content {
    z-index: 2;
}

@media (max-width: 992px) {
    .page-template-page-webinar .about-section {
        background-attachment: inherit;
        background-size: contain;
        background-position: center -150px;
        padding-top: 250px;
    }

    .page-template-page-webinar .about-content {
        padding: 40px 0;
    }

    .page-template-page-webinar .about-section:after {
        background: #f4f6f6;
        top: auto;
        bottom: 0;
        left: 0;
        height: calc(100% - 250px);
    }
}

@media (max-width: 650px) {
    .page-template-page-webinar .about-section {
        background-position: center -150px;
        background-size: 125%;
    }
}

@media (max-width: 525px) {
    .page-template-page-webinar .about-section {
        background-position: center -50px;
    }
}

/* Webinar - Presenters */

.page-template-page-webinar .presenter-name {
	font-size: 20px;
    font-weight: 700;
	margin-bottom: 10px;
}

.page-template-page-webinar .presenter-title {
	border-bottom: 2px solid var(--primary);
	font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
	/* min-height: 67px; */
	padding: 0;
}

.page-template-page-webinar .bio-container {
	font-size: 1rem;
	max-height: 130px;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin-bottom: 15px;
}

@media (max-width: 992px) {
    .page-template-page-webinar .presenter-img {
        max-width: 200px;
    }
}

/* Webinar - Register Button */

.page-template-page-webinar .register-button {
    background: #0066CC;
	border-radius: 0.375rem;
    padding: 14px 54px;
    color: #fff;
    text-shadow: 0px 1px 1px #2971a7;
    border: 1px solid #2971a7;
    font-size: 18px;
    font-weight:bold;
    transition: all 0.2s;
    margin-bottom: 12px;
}

.page-template-page-webinar .register-button:hover {
    background: #1c2b59;
}

.page-template-page-webinar .register-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

/* Popover */

.popover .popover-arrow::after, 
.popover .popover-arrow::before {
	border-bottom-color: var(--primary-red);
	border-top-color: var(--primary-red);
}

.popover {
    background: var(--primary-red);
    border: 1px solid var(--primary-red) !important;
    color: #fff;
    padding: 2px;
    text-align: center;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
}

.popover-body {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
    border-bottom-color: var(--primary-red);
    border-top-color: var(--primary-red);
}

/*******************************************
:--- Main Content ---:
*******************************************/

.main-content ul {
    margin: 0 0 2em 0;
}

.main-content ul li {
    list-style: disc;
    margin: 0 0 .5em 1em;
    color: var(--secondary-gray);
}

.main-content ul li.sub-bullet {
    margin: 0 0 1em 2em;
    list-style: disc;
    color: var(--secondary-gray);
}

.main-content ul li.third-level-bullet {
    margin: 0 0 10px 3em;
    list-style: circle;
    color: var(--secondary-gray);
}

.main-content ul li.white-text {
    color: #fff !important;
}

.main-content h2 {
    margin: 1em 0 0.5em;
}

section {
	padding: 60px 0;
}

.main-content p.intro-copy {
    font-family: var(--trade-gothic-roman);
    font-size: 1.563rem;
    line-height: 1.3;
    letter-spacing: -0.75px;
    margin: 0 0 1.5em;
}

.main-content hr {
	border-top: 1px solid #ccc;
	margin: 1.5em 0;
}

/*******************************************
:--- Footer ---:
*******************************************/

footer.page-footer {
	background: #f6f6f6;
    padding: 80px 0 55px;
}

.footer-btn-wrapper {
    position: absolute; 
    left: 15px;
    top: -20px;
    z-index: 2;
}

.footer-btn {
    position: relative; 
}

footer.page-footer .footer-logo {
    display: block;
    max-width: 370px;
    margin-bottom: 20px;
}

footer.page-footer .footer-logo img {
    width: 100%;
}

footer.page-footer .address {
    color: #000;
    line-height: 1.6;
    font-size: 1rem;
    margin-bottom: 30px;
}

footer.page-footer a.privacy-link {
    color: #000;
}

footer.page-footer a.post-edit-link {
    color: #000;
}

footer.page-footer .social-icons {
    display: flex;
    justify-content: flex-end;
}

footer.page-footer .social-icons a {
    box-shadow: none !important;
}

footer.page-footer .social-icons > .icon {
    width: 42px;
    margin-right: 15px;
}

footer.page-footer .social-icons a:hover,
footer.page-footer .social-icons a:focus,
footer.page-footer .social-icons a:active {
    opacity: 0.8;
}

p.disclaimer {
	color: var(--primary-blue);
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin: 2em 0 0 0;
	text-transform: uppercase;
}

/*******************************************
:--- Media Queries ---:
*******************************************/

@media (min-width: 1440px) {
	.container {
		min-width: 1400px;
	}
}

@media (min-width: 1200px) {

}

@media (max-width: 1200px) {
	
}

@media (max-width: 991px) {
    footer.page-footer .social-icons {
        display: flex;
        justify-content: flex-start;
    }
}
 
@media (max-width: 767px) { 

    .page-template-page-webinar .hero-content {
        height: 325px;
        min-height: 325px;
    }
    
    .page-template-page-webinar .hero-content h1 {
        font-family: var(--tiempos-bold);
        font-size: 1.75rem;
        line-height: 1.3;
        margin: 0 0 20px;
    }
    
    .page-template-page-webinar .hero-content .subhead {
        font-size: 1rem;
    }
}

@media (max-width: 640px) { 
    .page-template-page-webinar .hero-content h1 {
        font-size: 1.5rem;
    }

    section {
        padding: 50px 0;
    }
}

@media (max-width: 480px) { 

}

@media (max-width: 320px) { 

}