body
{
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    background-color: #3C7f85;
    color: #272c3f;
    margin: 0;
    padding-top: 10px;
}

@media (max-width: 696px)
{
    body
    {
        padding-top: 48px;
    }
}

.page_width
{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 40px; Test - must add top padding to main banner.*/
    box-shadow: 3px 0px 0px 0px #2E6066, 7px 0px 0px 0px #356A70, 12px 0px 0px 0px #37757A, -3px 0px 0px 0px #2E6066, -7px 0px 0px 0px #356A70, -12px 0px 0px 0px #37757A;
    background-color: #fff;
}

a
{
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    color: #356F75;
}

.cognito
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    color: #fff;
}

.full_width_image
{
    margin-top: 32px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    min-width: 250px;
}

.center_image
{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.scroll_point
{
    margin-top: -44px;
    padding-top: 44px;
    background-color: transparent;
}

a,em,h1,h2,h3,h4,h5,img,p,strong
{
    background-color: #fff;
}

p
{
    padding-left: 30px;
    padding-right: 30px;
}

h1,h2,h3,h4
{
    padding-left: 30px;
    padding-right: 30px;
}

h1,h2
{
    text-align: center;
}

h1
{
    font-weight: 700;
    margin-top: 8px;
    font-size: 26px;
    color: #356F75;
}

h2
{
    font-size: 24px;
    color: #356F75;
}

h2,h3,h4,h5
{
    font-weight: 400;
}

h3
{
    font-size: 20px;
    color: #356F75;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 8px;
}

h4
{
    font-size: 14px;
    color: #356F75;
    margin-top: 30px;
    margin-bottom: 0;
    text-align: left;
}

h5
{
    font-size: 17px;
    color: #356F75;
    text-align: center;
    margin-top: 16px;
}

.sub_h1
{
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 20px;
    color: #356F75;
}

.letter
{
    font-size: 14px;
    padding-left: 80px;
    padding-right: 80px;
}

.orthodox_cross
{
    float: left;
    margin-left: 14px;
    margin-right: 5px;
    margin-top: 9px;
    z-index: 900 !important;
}

.navbar
{
    background-color: #fff;
    top: 0;
    max-width: 980px;
    position: fixed;
    z-index: 888;
}

.navbar_stretch
{
    background-color: #fff;
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 880;
    border-bottom: 2px solid rgba(64,48,39,.2);
}

.navbar_stretch p
{
    opacity: 0;
}

.navbar a
{
    float: left;
    display: block;
    color: #1e2648;
    text-align: center;
    font-size: 16px;
    margin: 8px 10px;
    text-decoration: none;
}

@media (max-width: 500px)
{
    .navbar a
    {
        margin: 8px 5px;
    }
}

@media (max-width: 696px)
{
    .navbar
    {
        border-bottom: 2px solid rgba(64,48,39,.2);
    }
}

.navbar a:hover
{
    color: #356F75;
}

.active
{
    color: #40868D !important;
}

.main_banner
{
    background-color: #40868D;
    padding-bottom: 8px;
    padding-top: 26px;
    padding-left: 10px;
}

.main_banner img
{
    width: 92%;
    max-width: 604px;
}

.text_left
{
    text-align: left;
}

.justified_text
{
    text-align: justify;
    padding-right: 30px;
    font-size: 16px;
}

.text_left_top
{
    text-align: left;
    margin-top: 16px;
}

.text_left_stretch_right
{
    text-align: left;
}

.poster_image
{
    border: 6px solid #fff;
    box-shadow: 0px 0px 3px 0px #888;
    margin: 0px 20px 10px 30px;
    float: left;
    min-width: 190px;
}

@media (max-width: 880px)
{
    .poster_image
    {
        height: 55%;
        width: 55%;
    }
}

@media (max-width: 730px)
{
    .poster_image
    {
        margin: 20px 20px 10px 30px;
        float: none;
        height: 70%;
        width: 70%;
    }
}

.small_print
{
    font-size: 12px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    width: 30%;
    min-width: 200px;
    float: left;
}

footer
{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    background-color: #356F75;
    box-shadow: 3px 0px 0px 0px #2E6066, 7px 0px 0px 0px #356A70, 12px 0px 0px 0px #37757A, -3px 0px 0px 0px #2E6066, -7px 0px 0px 0px #356A70, -12px 0px 0px 0px #37757A;
}

footer a,footer p
{
    background-color: transparent;
}

form
{
    float: right;
    margin-right: 10px;
    margin-top: 9px;
    padding: 0;
    background-color: #356F75;
}

input
{
    background-color: #356F75;
}

.paypal_1x1
{
    opacity: 0;
}

.lower_banner_text p,.lower_banner_text a
{
    font-size: 12px;
    background-color: #356F75;
    color: #fff;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 18px;
    margin-bottom: 0;
    margin-top: 0px;
}

.lower_banner_text a
{
    background-color: transparent;
}

.lower_banner_text p
{
    padding-left: 16px;
}


.img-flex
{
    display: inline-flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-evenly;
    margin: 1rem 0;
    padding: 0.5rem 0;
    background: rgba(53, 106, 112, 0.5);
}

.img-with-button-container
{
    position: relative;
}

.img-with-button-container:hover .img-with-button-overlay {
    display: block;
    background: rgba(0, 0, 0, .3);
}

.img-with-button-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.img-with-button-button {
    position: absolute;
    width: fit-content;
    height: fit-content;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
    padding: 10px;
}

.img-with-button-button a {
    width: 200px;
    padding: 12px 48px;
    text-align: center;
    color: white;
    border: solid 2px white;
    z-index: 10;
}

.img-with-button-container:hover .img-with-button-button {
    opacity: 1;
}

#counter
{
    padding-left: 30px;
    padding-right: 30px;
    text-align: right;
    background-color: #fff;
}

.clearfix
{
    background-color: #fff;
}

.clearfix::after
{
    content: "";
    clear: both;
    display: table;
}

.button {
    appearance: none;
    background-color: #FAFBFC;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
    box-sizing: border-box;
    color: #24292E;
    cursor: pointer;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    padding: 6px 16px;
    transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: break-word;
}

.button:hover {
    background-color: #F3F4F6;
    text-decoration: none;
    transition-duration: 0.1s;
}

.button:disabled {
    background-color: #FAFBFC;
    border-color: rgba(27, 31, 35, 0.15);
    color: #959DA5;
    cursor: default;
}

.button:active {
    background-color: #EDEFF2;
    box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
    transition: none 0s;
}

.button:focus {
    outline: 1px transparent;
}

.button:before {
    display: none;
}

.button:-webkit-details-marker {
    display: none;
}

.history__speakers-list {
    background: unset;
    list-style: none;
}

.history__speakers-list > * {
    background: unset;
}
