﻿/*@font-face {
    font-family: 'WalkwayUltraBoldRegular';
    src: url('/Content/fonts/walkway_ultrabold-webfont.eot');
    src: url('/Content/fonts/walkway_ultrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/fonts/walkway_ultrabold-webfont.woff') format('woff'),
         url('/Content/fonts/walkway_ultrabold-webfont.ttf') format('truetype'),
         url('/Content/fonts/walkway_ultrabold-webfont.svg#WalkwayUltraBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

body 
{
    background-image: url(/Content/images/Layout/MainBgImg.jpg);
    background-repeat: repeat-x;
    background-color: #B9A182;
    font-family: Arial;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    color: #544644;
}
.ContentContainer
{
    width:827px;
}
.ContentBg
{
    background-image: url(/Content/images/Layout/ContentShadow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 814px;
    padding-left: 13px;
    padding-bottom: 13px;
}
.Content
{
    width: 760px;
    background-image: url(/Content/images/Layout/ContentBg.gif);
    padding: 20px;
}

.headings {
    color: #621E29;
    font-size: 26px;
    font-weight: normal;
    font-family: Arial;
    margin: 0px;
    margin-bottom: 5px;
    display: inline-block;
/*    border-bottom: 2px solid #621e29;*/
}

.underlined {
    display: inline-block;
    border-bottom: 2px solid #621e29;
}

h1 {
    color: #621E29;
    font-size: 21px;
    font-weight: normal;
    font-family: Arial;
    margin: 0px;
    margin-bottom: 10px;
}
h2
{
    color: #621E29;
    font-size: 18px;
    font-weight: normal;
    font-family: Arial;
    margin: 0px;
    margin-bottom: 5px;
}
h3
{
    color: #621E29;
    font-size: 14px;
    font-weight: normal;
    font-family: Arial;
    margin: 0px;
    margin-bottom: 5px;
}
h4
{
    font-size: 14px;
    font-weight: normal;
    font-family: Arial;
    margin: 0px;
    line-height: 28px;
    margin-bottom: 5px;
}
.Left
{
    float: left;
}
.Right
{
    float: right;
}
.ContentContainer
{
    margin: 0 auto;
}
p
{
    line-height: 21px;
    margin-top: 0px;
}
.Quote
{
    color: #5f1926;
    font-family: WalkwayUltraBoldRegular, 'Times New Roman';
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
    text-align: right;
}
.Quote2
{
    color: #5F1926;
    font-family: WalkwayUltraBoldRegular, 'Times New Roman';
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.QuoteAuthor
{
    color: #999999;
    text-align: right;
}

.talkQuote{
    position: relative;
    right: 95px;
    width: 200px;
}


.talksQuote {
    position: relative;
    right: 16px;
    width: 291px;
}

.courseQuoteImg{
    left: 32px;
    margin-bottom: 20px;
    margin-top: 25px;
    position: relative;
}

.QuoteImage{
    left: 120px;
    margin-bottom: 65px;
    position: relative;
    width: 230px;
}

.bioQuote{
    margin-bottom: 65px;
    position: relative;
    right: -20px;
    width: 290px;
}

.Width445
{
    width: 445px;
}
.Width300
{
    width: 300px;
}
.Width520
{
    width: 520px;
}
.TerryLynn
{
    position: relative;
    left: -33px;
    margin-right: -50px;
}
.Navigation
{
    width: 800px;
    background-image: url(/Content/images/Layout/NavBg.gif);
    background-repeat: repeat-x;
    height: 40px;
}
.Navigation ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.Navigation ul li
{
    float: left;
}
.Navigation ul li a
{
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    display:block;
    padding: 12px 18px 19px 18px;
}
.Navigation ul li a:hover
{
    background-image: url(/Content/images/Layout/NavBgHover.gif);
    color: #621E29;
}
.Navigation ul li a.selected
{
    background-image: url(/Content/images/Layout/NavBgHover.gif);
    color: #621E29;
}
.Footer
{
    width: 814px;
    padding-left: 13px;
    font-size: 11px;
    color: #333333;
}
.Footer a
{
    color: #333333;
    text-decoration: none;
}
.Footer a:hover
{
    color: #5F1926;
}
.ProfSpeakersAss
{
    position: relative;
    top: -71px;
    right: -8px;
    margin-bottom: -71px;
}
.WrapLeft
{
    float: left;
    clear: right;
    margin-right: 15px;
}
.FontSize11
{
    font-size: 11px;
}
a
{
    text-decoration: none;
    color: #621E29;
}
.Divider
{
    width: 405px;
    margin: 0 auto;
}
.Newsletters td
{
    padding: 7px 0px 7px 7px;
    border-bottom: 1px dotted #cccccc;
}
.NewsletterSubscribe
{
    background-image: url(/Content/images/Newsletter/SubscribeBG.png);
    width: 370px;
    height: 310px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    right: -85px;
    margin-left: -75px;
    top: -20px;
    padding-top: 89px;
}

.NewsletterSubscribe .PaddingLeft40
{
    padding-left: 32px !important;
    padding-top: 13px;

}

.PaddingLeft40
{
    padding-left: 40px;
}
.InputBox{
    padding: 5px;
    border: 1px solid #CCCCCC;
    text-transform: uppercase;
    color: #000000;
    font-size: 11px;
    font-family: Arial;
    width: 289px;
    margin-bottom: 3px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}

.SubmitButton
{
    padding: 5px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    background-color: #611C29;
    border: 1px solid #611C29;
    float:left;
}
.TLZ
{
    position: relative;
    right: -75px;
    margin-left: -75px;
}
.TLZ2
{
    position: relative;
    right: -55px;
    margin-left: -55px;
}
.TLZ3
{
    position: relative;
    left: -55px;
    margin-right: -55px;
}
a img
{
    border: 0px;
}
.JustifyText p {
    text-align: justify;
}

.textCentre{
    text-align:center;
}




.popup-overlay {
    display: none;
    position: fixed;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 10000000;
}

.popup {
    display: inline-block;
    width: 100%;
    min-height: 100px;
    background-color: white;
    border-radius: 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: 0;
    -webkit-box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    -moz-box-shadow: inset 0px 10px 10px -6px rgba(117,117,117,1);
    box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    position: absolute;
}

a.accept, a.submit {
    margin-top: 0;
    margin-left: 20px;
    display: inline-block;
    color: white;
    background-color: #621E29;
    border-radius: 5px;
    padding: 6px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
}
.course h2 {
    font-weight: bold;
    font-size: 14px;
}
.postit {
    background: #b8a3a8;
    width: 261px !important;
    display: block;
    padding: 20px 20px 6px;
    float: right;
    margin-right: -5px;
    font-size: 14px;
    color: #713942;
    line-height: 25px;
    font-weight: bold;
}