h1, h2, h3, h4, h5, h6 {
    color: #19137a;
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: center;
}

#PageBottom {
    background-color: #4E84CE;
}


.bonus_box {
    border-radius: 19px;
    padding: 2% 4%;
    margin: 12px 10%;
    background-color: #98ABC9;
}

.bonus_box img {
    max-width: 300px;
    max-height: 300px;
    border-radius: 100%;
}

.bonus_box h1, .bonus_box h2, .bonus_box h3 {
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
    margin-bottom: 17px;
}

.bonus_box p, .bonus_box ul, .bonus_box ol {
    color: #000;
}

.bonus_box .bnum {
    text-align: center;
    display: table;
    margin: 0 auto 16px;
}

.bonus_box .bnum b {
    color: #000;
    text-align: center;
    font-size: 1.7em;
    display: table-cell;
    vertical-align: middle;
    padding-right: 6px;
    font-weight: 600;
}

.bonus_box .bnum span {
    background-color: rgba(0,0,0,0.3);
    border-radius: 100%;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-family: SansationBold;
    font-size: 2.5em;
    line-height: 1.1em;
    text-align: center;
    width: 1.1em;
}


#b1 {  
 background-color: #479FB7;   
}

#b2 {
 background-color: #B74543; 
}

#b3 {
 background-color: #8DC0CB; 
}

#b4 {    
 background-color: #656DAC;   
}

#b5 {
 background-color: #D575A8; 
}

#b6 {
 background-color: #F2A9A2;   
}

#b7 {
 background-color: #9965AE;    
}

#b8 {
 background-color: #656FAD;   
}

#b9 {
 background-color: #AE2936;  
}

#b10 {
 background-color: #D263D5;   
}

#b11 {  
 background-color: #7E9253;   
 background-color: #65820F;   
}


.side_sharebar {
    left: 1px;
    position: fixed;
    top: 30%;
    z-index: 1;
    width: 66px;
    padding: 2px;
}

.sharebar a {
    text-decoration: none;
    display: block;
    height: 32px;
    width: 32px;
    padding-top: 4px;
    margin-left: 3px;
    margin-top: 1px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

.sharebar a:hover {
    text-decoration: none;
}

.sharebar .facebook {
    background-color: #3B5998;
}

.sharebar .twitter {
    background-color: #55ACEE;
}

.sharebar .googleplus {
    background-color: #C03C30;
}

.sharebar .linkedin {
    background-color: #0077B5;
}

.sharebar .pinterest {
    background-color: #B41620;
}

.sharebar .share_email {
    background-color: #777;
}

#shift_presents_logo {
    background: url(../images/ShiftLogo.png) no-repeat left top;
    width: 162px;
    height: 118px;
    position: absolute;
}

#inner, #main {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1200px;
    width: 95%;
    padding: 20px 3%;
}

.summit_logo {
    background-color: #fff;
}

.summit_logo img {
    display: block;
    margin: 15px auto 0;
    width: inherit;
    max-width: inherit;
}

h2 {
    color: #178c82;
}

h5 {
    color: #333;
}

.page-node h1, .page-node h2, .page-node h3, .page-node h4, .page-node h5 {
    text-align: center;
    margin: 25px 0 15px;
}

.benefits {
    margin: 0 14%;
}

.benefits td {
    font-size: 1.08em;
    min-width: 100px;
    padding: 3px 12px;
}

/* FORMS */

select, input[type=password], input[type=text] {
    border: 2px solid #1c1148;
    border-radius: 5px;
    color: #1c1148;
    font-weight: 500;
    padding: 8px 3px;
    width: 97%;
    font-family: "Ubuntu", sans-serif;
    font-size: .8rem;
    margin: 2px 0;
}

input[type="text"]:hover, textarea:hover {
    box-shadow: 0 0 3px rgba(255, 255, 255, 1);
    transition: box-shadow .2s ease-in-out;
}

input[type="text"]:focus, textarea:focus {
    box-shadow: 0 0 3px rgba(116, 185, 239, 1);
    border-color: #74B9EF;
}

label.option {
    line-height: 1em;
}

.button, .form-submit {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.153);
    text-shadow: -1px -1px 1px rgba(174, 172, 172, 0.4);
}

.button:hover, a.form-submit:hover {
    text-decoration: none;
    text-shadow: 0 0 6px rgba(255, 255, 255, .3), 0 0 15px rgba(255, 255, 255, .3), 0 0 20px rgba(255, 255, 255, .3);
}

.gold_bg, a.gold_bg, input.gold_bg, button.gold_bg {
    color: #fff;
    background-color: #faaf18;
    border-radius: 2px;
    font-size: 1.1rem;
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: 600;
    outline: none;
    padding: .7em .8em;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    display: block;
}

.gold_bg:hover, a.gold_bg:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 6px rgba(255, 255, 255, .3), 0 0 15px rgba(255, 255, 255, .3), 0 0 20px rgba(255, 255, 255, .3);
}

.faq_questions h3 {
    cursor: pointer;
    text-align: left;
    margin: 20px 0;
    padding-left: 20px;
    position: relative;
    z-index: 5;
}

.faq_questions h3:hover {
    color: #a3b;
}

.faq_body {
    margin: 3%;
}

.open_close::before {
    font-family: tsn;
    content: "\e80b";
    display: block;
    font-size: 1.2em;
    position: relative;
    z-index: 0;
    top: 50px;
    width: 20px;
}

.open::before {
    color: #a3b;
    content: "\e808";
}

ul.ind {
    margin: 15px auto;
    max-width: 600px;
}

/**
 * COLORS
 */

.red, a.red {
    color: #CC0001;
}

.gold, a.gold {
    color: #FDB002;
}

.gold_bg {
    background-color: #FDB002;
}

.white {
    color: #fff;
}

.relative {
    margin: 30px auto;
    position: relative;
    width: 250px;
}

.relative .bonus_num {
    float: left;
    background-color: #022D59;
    border-radius: 100%;
    color: #fff;
    display: block;
    font-family: SansationBold;
    font-size: 2.5em;
    line-height: 1.1em;
    text-align: center;
    width: 1.1em;
    margin: -10px 0 0 12px;
}

.box h3 {
    color: #fff;
    float: left;
    font-size: 2em;
}

.gold_bg .relative .bonus_num {
    background-color: #ffd800;
}

.dk_red_bg .relative .bonus_num {
    background-color: #FF0000;
}

.orange_bg .relative .bonus_num {
    background-color: #FF0000;
}

.purple_bg .relative .bonus_num {
    background-color: #5F00CC;
}

.dk_purple_bg .relative .bonus_num, .dk_blue_bg .relative .bonus_num {
    background-color: #5F00CC;
}

.green_bg .relative .bonus_num {
    background-color: #039236;
}

.three {
    width: 33%;
    float: left;
}

.four {
    width: 25%;
    float: left;
}

.four h5, .three h5 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.1em;
}

.four img, .three img {
    border-radius: 100%;
    border: 1px solid #ccc;
    max-width: 200px;
    max-height: 200px;
}

.speaker_sessions {
    margin: 0 auto 40px;
    width: 100%;
    padding: 0;
    max-width: 900px;
}

.speaker_sessions h5 {
    text-align: left;
}

.speaker_sessions tr {
    border-top: solid 1px #52a3de;
}

.speaker_sessions tr:nth-child(1) {
    border: none;
}

.speaker_sessions h5 {
    color: #666;
    font-weight: 400;
    font-size: 1.4em;
}

.speaker_sessions td {
    padding: 1% 2% 2% 2%;
}

.speaker_sessions td {
    vertical-align: middle;
    padding-bottom: 10px;
}

.speaker_sessions td:nth-child(1) {
    padding-right: 1%;
    min-width: 120px;
    width: 20%;
}

@media (max-width: 620px) {
    .four, .three {
        float: none;
        width: 100%;
    }
}

.box {
    border-radius: 20px;
    margin: 15px auto;
    max-width: 800px;
    overflow: visible;
    padding: 30px 40px;
    width: 82%;
}

.box h2, .box h3, .box h4, .box h5 {
    text-align: center;
}

.check li {
    background: transparent url(../images/blue_check.png) no-repeat;
    background-position: 0 0;
    padding: 0 0 0 48px;
    list-style: none;
    margin-left: 0;
    margin-bottom: 10px;
    min-height: 30px;
    font-size: 1.05em;
}

.quote {
    background: #fff url("../images/quote.jpg") no-repeat scroll center 15px;
    border-bottom: 1px solid #c0c0c0;
    margin: 10px 8%;
    padding: 60px 0 20px;
    text-align: center;
}

.quote p {
    line-height: 1.3em;
}

a.reg_button {
    font-size: 3.4vw;
    line-height: 0.9em;
    margin: 30px auto;
    width: 60%;
    text-decoration: none;
}

@media (max-width: 420px) {
    #shift_presents_logo {
        display: none;
    }
}