﻿/*   
 * Template Name: Custom Template for Provider screen
*/

/*Pricing Page
------------------------------------*/
.pricing-table-v1 .sticker-right,
.pricing-table-v1 .sticker-left {
    color: #fff;
    width: 150px;
    padding: 1px;
    font-size: 10px;
    font-weight: bold;
    font-family: Arial;
    position: absolute;
    text-align: center;
    letter-spacing: 2px;
    background-color: #585f69;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.pricing-table-v1 .sticker-right {
    top: 6px;
    right: -59px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.pricing-table-v1 .sticker-left {
    top: 10px;
    left: -58px;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.pricing-table-v1 .bg-maroon {
    background-color: rgba(151,46,46, 1);
}

.pricing-table-v1 .pricing-v1 {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

    .pricing-table-v1 .pricing-v1:hover li {
        background: #fff;
    }

.pricing-table-v1 .pricing-v1-head {
    padding: 1px 0;
    background: #74C52C;
}

    .pricing-table-v1 .pricing-v1-head h4,
    .pricing-table-v1 .pricing-v1-head h5 {
        font-size: 14px;
        margin: 0;
        color: #fff;
        padding: 9px 0;
        font-family: Arial;
        letter-spacing: 1px;
    }

    .pricing-table-v1 .pricing-v1-head h5 {
        font-size: 50px;
        margin-left: 17px;
    }

        .pricing-table-v1 .pricing-v1-head h5 i {
            top: -5px;
            font-size: 15px;
            padding-left: 2px;
            position: relative;
            font-style: normal;
        }

        .pricing-table-v1 .pricing-v1-head h5 span {
            top: -23px;
            font-size: 15px;
            position: relative;
            padding-right: 2px;
        }

.pricing-table-v1 .pricing-v1-content {
    margin-bottom: 0;
    background: #f9f9f9;
}

    .pricing-table-v1 .pricing-v1-content li {
        margin: 0;
        color: #888;
        padding: 13px 20px;
        border-bottom: 1px solid rgba(116, 197, 44, 0.3);
    }

        .pricing-table-v1 .pricing-v1-content li i {
            margin-right: 10px;
            color: #74C52C;
        }

.pricing-table-v1 .pricing-v1-green .btn-u {
    background: #72c02c !important;
}

.pricing-table-v1 .pricing-v1-maroon .pricing-v1-head {
    background: rgba(151,46,46, 1);
}

.pricing-table-v1 .pricing-v1-maroon .pricing-v1-content li {
    border-bottom: 1px solid rgba(151,46,46, 0.3);
}

    .pricing-table-v1 .pricing-v1-maroon .pricing-v1-content li i {
        color: rgba(151,46,46, 1);
    }

    .pricing-table-v1 .pricing-v1-blue .pricing-v1-head {
    background: rgba(9,75,137, 1);
}

.pricing-table-v1 .pricing-v1-blue .pricing-v1-content li {
    border-bottom: 1px solid rgba(9,75,137, 0.3);
}

    .pricing-table-v1 .pricing-v1-blue .pricing-v1-content li i {
        color: rgba(9,75,137, 1);
    }



/*End of Pricing Page
------------------------------------*/


/*Block Headline*/
.headline {
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #e4e9f0;
}

.headline h2 {
  font-size: 22px;
}

.headline h2, 
.headline h3, 
.headline h4 {
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #094b89;
}

.headline-md {
  margin-bottom: 15px;
}

.headline-md h2 {
  font-size: 21px;
}
.btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #72c02c;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

    .btn-u:hover {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .btn-u.btn-block {
        text-align: center;
    }
    /*Buttons Color*/

    .btn-u.btn-u-maroon {
        background: #972e2e;
    }

        .btn-u.btn-u-maroon:hover,
        .btn-u.btn-u-maroon:focus,
        .btn-u.btn-u-maroon:active,
        .btn-u.btn-u-maroon.active,
        .open .dropdown-toggle.btn-u.btn-u-maroon {
            background: #800000;
        }

    .btn-u.btn-u-split-maroon.dropdown-toggle {
        border-left: solid 1px #800000;
    }

       .btn-u.btn-u-blue {
        background: #094b89;
    }

         .btn-u.btn-u-blue:hover,
        .btn-u.btn-u-blue:focus,
        .btn-u.btn-u-blue:active,
        .btn-u.btn-u-blue.active,
        .open .dropdown-toggle.btn-u.btn-u-blue {
            background: #6293c1;
        }

    .btn-u.btn-u-split-blue.dropdown-toggle {
        border-left: solid 1px #6293c1;
    }

       

    /*Bordered Buttons*/

    .btn-u.btn-brd.btn-u-maroon {
        border-color: #972e2e;
    }

        .btn-u.btn-brd.btn-u-maroon:hover {
            color: #800000;
            border-color: #800000;
        }

        .btn-u.btn-brd.btn-u-maroon.btn-brd-hover:hover {
            background: #800000;
        }


         .btn-u.btn-brd.btn-u-blue {
        border-color: #094b89;
    }

        .btn-u.btn-brd.btn-u-blue:hover {
            color: #6293c1;
            border-color: #6293c1;
        }

        .btn-u.btn-brd.btn-u-blue.btn-brd-hover:hover {
            background: #6293c1;
        }


.overflow-h {
    overflow: hidden;
}

/*Rounded and Circle Classes
------------------------------------*/
.rounded-x {
    border-radius: 50% !important;
}

/*Wizard Jquery Steps
------------------------------------*/

/*Common*/
.wizard {
    width: 100%;
    display: block;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto 20px;
}

    .wizard ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .wizard ul > li {
            padding: 0;
            display: inline-block;
        }

    /* Accessibility */
    .wizard > .steps .current-info,
    .wizard > .content > .title {
        left: -999em;
        position: absolute;
    }

    /*Wizard Steps*/
    .wizard > .steps {
        width: 100%;
        display: block;
        position: relative;
    }

        .wizard > .steps .number {
            float: left;
            font-size: 36px;
            margin-right: 15px;
        }

        .wizard > .steps > ul > li {
            width: 31.2%;
            margin-left: 30px;
            position: relative;
        }

            .wizard > .steps > ul > li:first-child {
                margin-left: 0;
            }

@media (max-width: 991px) {
    .wizard > .steps > ul > li {
        width: 100%;
        margin: 0 0 15px 0;
    }
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
    float: left;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
    width: auto;
    padding: 15px;
    display: block;
    text-decoration: none;
}

.wizard > .steps h2 {
    font-size: 22px;
    margin: 0 0 5px;
    line-height: 33px;
    color: white;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
}

.wizard > .steps p {
    color: white;
    opacity: 0.6;
    font-size: 16px;
}

.wizard > .steps i {
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
    padding: 8px;
    color: #c4c4c4;
    font-size: 20px;
    text-align: center;
    position: absolute;
    display: inline-block;
    border: 2px dashed #e0e0e0;
}

/*Disabled*/
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
    color: #fff;
    cursor: default;
    background: inherit;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wizard > .steps .disabled .number {
    /*color: #18ba9b;*/
    color: #fff;
}

/*Current*/
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    color: #fff;
    background: #18ba9b;
    /* background: #5fb611; */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wizard > .steps .current .number,
.wizard > .steps .current h2,
.wizard > .steps .current p,
.wizard > .steps .current i {
    color: #fff;
}

.wizard > .steps .current i {
    border-color: #fff;
}



/*Done*/
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    color: #fff;
    /**/
    background: rgba(9, 75, 137, 0.51);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wizard > .steps .done .number,
.wizard > .steps .done p {
    color: #fff;
}

.wizard > .steps .done h2 {
    color: #fff;
}

.wizard > .steps .done i {
    color: #fff;
    border-color: #fff;
}

/*Error*/
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
    color: #fff;
    background: #c9253c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wizard > .content > .body em.invalid {
    display: block;
    color: #8a1f11;
    font-weight: 400;
    display: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wizard > .content > .body input.invalid {
    color: #8a1f11;
    font-weight: 400;
    border: 1px solid #eec5c7 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .wizard > .content > .body input.invalid.form-control::-moz-placeholder {
        color: #8a1f11;
    }

    .wizard > .content > .body input.invalid.form-control:-ms-input-placeholder {
        color: #8a1f11;
    }

    .wizard > .content > .body input.invalid.form-control::-webkit-input-placeholder {
        color: #8a1f11;
    }

/*Small Input Field*/
.wizard > .content > .body .input-small-field input {
    width: 20%;
    float: left;
    margin-right: 10px;
}

    .wizard > .content > .body .input-small-field input.invalid {
        margin-right: 10px;
    }

.wizard > .content > .body .input-small-field span.slash {
    color: #888;
    float: left;
    font-size: 20px;
    margin-right: 8px;
}

/*Content*/
.wizard > .content {
    overflow: hidden;
    position: relative;
}

.wizard > .content {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #eee;
}

    .wizard > .content > .body {
        padding: 0;
        width: 100%;
    }

/*Actions*/
.wizard > .actions {
    text-align: right;
}

    .wizard > .actions > ul {
        display: inline-block;
    }

        .wizard > .actions > ul > li {
            margin-left: 10px;
        }

            .wizard > .actions > ul > li:first-child {
                margin-left: 0;
            }

    .wizard > .actions a {
        color: #fff;
        display: block;
        font-size: 16px;
        min-width: 126px;
        padding: 8px 10px;
        text-align: center;
        background: #18ba9b;
        /*background: #5fb611; */
        text-decoration: none;
        text-transform: uppercase;
    }

        .wizard > .actions a:hover {
            background: #2cd5b6;
        }

    .wizard > .actions .disabled a,
    .wizard > .actions .disabled a:hover,
    .wizard > .actions .disabled a:active {
        color: #fff;
        background: #82dac9;
    }
      /*  paymentscreen*/
            .completionList {
border:solid 1px #444444;
margin:0px;
padding:2px;
height: 100px;
overflow:auto;
background-color: #FFFFFF;
}

 .listItem
    {
color: #1C1C1C;
}

.itemHighlighted {
background-color: #006699;
cursor:pointer;
}
        .page_heading_Branding_ii {
  /* font-size: 26px;*/
    color: #464646;
    padding: 10px 0;
    border-bottom: 3px solid #f4f4f4;
    margin-bottom: 20px;
    position: relative;
        font-size: 16px;
    font-weight: 600;
}
        .csa_tbl_left.csa_top, .csa_tbl_mid.csa_top, .csa_tbl_right.csa_top {
   /* font-size: 35px;*/
    height: 100px;
    line-height: 1.2em;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
}
        .csa_tbl_mid, .csa_tbl_right {
    width: 350px;
}
        .csa_tbl_container::after {
    clear: both;
    display: block;
    content: "";
}
        .csa_tbl_left.csa_bot {
    padding-top: 20px;
}

       .csa_tbl_container.second {
    margin-bottom: 50px;
    }
    .page_heading_Branding_ii .less_bot_margin {
        margin-bottom:10px;
        }
    .csa_tbl_left,
.csa_tbl_mid,
.csa_tbl_right {
    float: left;
    }

.csa_tbl_left {
    /*width: 185px;*/
    width: 41.66666667%;
    }
.csa_tbl_mid,
.csa_tbl_right {
    width: 58.33333333%;
    }
    .csa_tbl_left.csa_top,
    .csa_tbl_mid.csa_top,
    .csa_tbl_right.csa_top {
        font-size: 30px;
        height: 50px;
        line-height: 1.2em;
        text-align: center;
        }
.csa_product_box {
    background: #f6fdfe;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(128,125,214,1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(128,125,214,1);
       box-shadow: 0px 0px 5px 2px rgba(128,125,214,1);
    padding: 18px 20px 10px;
    height:auto;
    }
    .csa_tbl_left.csa_bot {
    padding-top: 20px;
    }
    .csa_product_box_field {
    font-size: 20px;
    line-height: 2em;
    margin-bottom: 20px;
    }
.csa_product_what {
    line-height:1em;
    font-size: 12px;
    }
    .csa_product_what a {
        color: #666;
        padding-left: 62px;
        }
.csa_product_box_field.check {
    line-height: 1.35em;
    font-size: 15px;
    height: 39px;
    }
.csa_tbl_container.second {
    margin-bottom: 10px;
    }
a.review_order_link {
    font-size: 40px;
    color: #ea5226;
    font-weight: bold;
    position:absolute;
    right: 100px;
    }
.csa_container {
    width: 980px;
    margin: 0 auto;
    }
.check_out_container {
    text-align: right;
    }
.cgb_big_button {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 40px;
    color: #fff;
    background: #0497af;
    padding: 8px 20px;
    border: none;
    cursor:pointer;
    }
.ss_header.white .ss_header_top_bar {
    background: #fff;
    color: #555;
    -webkit-box-shadow: 0 0 5px 2px rgba(128, 125, 214, 1);
    -moz-box-shadow: 0 0 5px 2px rgba(128, 125, 214, 1);
    box-shadow: 0 0 5px 2px rgba(128, 125, 214, 1);
    }
.ss_header.white .ss_logo {
    background: url("../SS_Website/images/ScholarSwag_Logo_black.png") no-repeat 0 0;
    background-size: cover;
    width: 95px;
    }
.ss_header.white .ss_link_left ul li a {
    color: #555;
    }
.ss_header.white .ss_link_right > ul > li,
.ss_header.white .ss_link_right > ul > li > a,
 .ss_header.white .ss_link_right > ul > li::after{
    color: #555;
    }
li.white_sign_in a {
    text-decoration: underline !important;
    font-weight:bold;
    }
.ss_header.white .ss_link_left ul li a.active {
    color: #fff;
    background: #0100a0;
    }
.ss_header.white .ico_help {
     background: url("images/help_ico_white.png") no-repeat 0 0 #888;
     border-radius: 4px;
     -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    }
.ss_header.white .ss_link_left ul li a {
    padding: 0 35px;
    }

.check_out_plans {
    text-align: center;
    padding-right: 550px;
    }
.swag_role_header{
    border-bottom: 0 none;
    height: 52px;
    padding: 0;
    }
.srh_section {
    margin: 0 auto;
    width: 85%;
    }
    .cf_logo.swagger .logo {
        background: url("http://www.communityforce.com/wp-content/themes/responsive-child/images/communityforce_logo.png") no-repeat 0 0;
        display: inline-block;
        vertical-align: middle;
        }
    .branding_container {
    padding: 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border:3px solid #f4f4f4;
     margin: 10px 0;
     }
 .tbl_branding_section._ii {
    margin-bottom:0px;
    }
.tbl_branding_section {
    margin-bottom: 25px;
    }
    .tbl_branding_section:last-child {
        margin-bottom: 0;
        }
    .tbl_branding_section::after {
        clear: both;
         display: block;
         content: " ";
        }
    .tbl_branding_left {
        float: left;
        width: 155px;
        text-align: right;
        font-size: 12px;
        line-height: 2.5em;
        }
    .tbl_branding_right {
        margin-left: 170px;
        min-height: 20px;
        }
    .tbl_branding_left_ii {
        text-align: right;
        line-height: 2.5em;
        padding-right: 30px;
     /* font-size: 16px;  */   
        }
    .tbl_branding_right_ii {
        margin-left: 200px;
        min-height: 20px;
        }
    .tbl_branding_right_iv {
        margin-left: 200px;
        min-height: 20px;
        line-height: 2.5em;
        font-size: 16px;
        }
    .tbl_branding_left_iii {
        float: left;
        width: 250px;
        text-align: right;
        line-height: 2em;
        font-size: 20px;
        font-weight: bold;
        }
    .tbl_branding_right_iii {
        margin-left: 300px;
        line-height: 2em;
        font-size: 20px;
        position: relative;
        }
.button_right_align {
    text-align: right;
    }
.button_float_right {
    float: right;
    }
.csa_text_box.size_3 {
    width: 50px;
}
.csa_text_box.size_4 {
    width: 100px;
}
.csa_text_box.size_5 {
    width: 178px;
}
.csa_text_box.size_1 {
    width: 350px;
}
.csa_text_box.size_5 {
    width: 178px;
}
.csa_text_box.size_liquid {
    width: 100%;
    box-sizing: border-box;
}
.form-control3 {
     
   
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.cgb_big_button {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 40px;
    color: #fff;
    background: #0497af;
    padding: 8px 40px;
    border: none;
    cursor: pointer;
}
        .mg-l {
                margin-left: 119px;
        }
          .main_container {
    display: table;
    height: 100%;
    min-height: 100%;
    position: relative;
    width: 100%;
     margin-bottom: 30px;
}
  /*.stick_header {
    height: 45px;
}*/
  .gray_page_container {
    background: #fff;
    padding-bottom: 30px;
    overflow: hidden;
}
  .swag_pricing_title {
    text-align: center;
    color: #262626;
    font-size: 56px;
    padding: 10px 0;
    line-height: 1.5em;
}
  .bffstb_title {
    text-align: center;
    line-height: 1em;
}
  .swag_pricing_subtitle {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 30px;
}
  .se_pricing_box {
     
}
  .se_pricing_box .se_pri_hd {
    color: #030319;
    font-size: 28px;
    line-height: 1.2em;
    margin-bottom: 46px;
}
  .se_pri_pri {
    color: #5d5d5d;
    font-size: 75px;
    margin-bottom: 20px;
    position: relative;
}
  .se_pricing_box a.se_pri_button {
    background: #46bcee none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    line-height: 1.2em;
    margin: 20px auto;
    padding: 10px 30px;
}
  a {
    color: #06c;
    font-weight: 400;
    text-decoration: none;
}
/*  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}*/
  .se_pri_pri .se_pri_small {
    color: #555;
    font-size: 11px;
    position: absolute;
    text-align: center;
    bottom: -15px;
    left: 0;
    right: 0;
}
  .se_pricing_box section {
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
    text-align: center;
    padding: 15px;
    margin: 0 auto;
    box-sizing: border-box;
    min-height: 396px;
    border: solid 1px #ccc;
}
.se_pricing_box.cma section{
    min-height: 180px;
}
.se_pricing_box.cma section .se_pri_hd{
    font-size: 25px;
    margin-bottom: 10px;
}
.se_pricing_box.cma section .se_pri_pri{
    font-size: 50px;
}
.swag_pricing_container{
    margin-bottom: 25px;
}
.mm-right-col{
    padding: 0 25px 0 25px;
}
.mm-right-col .mm-heading-lg{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.mm-right-col .mm-list{
    position: relative;
    padding-left: 40px;
}
.mm-right-col .mm-list .fa{
    color: #ea7434;
    font-size: 26px;
    position: absolute;
    left: 0;
}
.mm-right-col .mm-list .mm-list-hd{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.mm-right-col .mm-list .mm-list-txt{
    font-size: 16px;
    margin-bottom: 20px;
}
body, textarea {
    /*font: normal 13px/20px 'Open Sans', sans-serif;*/
}
.se_pri_pri span {
    font-size: 38px;
}
.se_pricing_box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 2.0em;
}
ul {
    list-style-type: disc;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: disc;
}
ol, ul {
    list-style: none;
}
.se_pricing_box ul li strong {
    font-weight: 600;
    color: #030319;
}
b, strong {
    font-weight: 700;
}
.se_pri_pri label {
    color: #5d5d5d;
    font-size: 13px;
    font-weight: normal;
}

label {
    display: inline-block;
    /*padding: 2px 0;*/
    /*font-weight: 700;*/
}
 

.p_content_left.main {
    width: 36%;
}

.p_content_left {
    width: 35%;
    float: left;
}

.p_content_left.main .p_content_hd {
    font-size: 22px;
}

.p_content_hd {
    color: #f16522;
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 1.2em;
}
.p_center_hd {
    color: #000;
    font-size: 26px;
    line-height: 1.5em;
    padding: 46px 70px;
    text-align: center;
}
.p_orange_button_container.margin_bottom {
    margin-bottom: 80px;
}

.p_orange_button_container {
    text-align: center;
}
.p_orange_button {
    padding: 30px 50px;
    background-color: #f16522;
    color: #fff;
    font-size: 22px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

a {
    color: #06c;
    font-weight: 400;
    text-decoration: none;
}
.shadow_box {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.34);
    -moz-box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.34);
    box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.34);
}
.p_content_right {
    width: 62%;
    float: right;
        padding-right: 10px;
}
.p_content_left {
    width: 35%;
    float: left;
}
.p_spacer {
    clear: both;
    padding-bottom: 115px;
}
           .img-width {
               width:100% !important;
           } 
           .p_orange_button:hover {
    color: #fff;
    background-color: #464646;
}
          a:hover, a:focus, a:active {
    outline: 0;
    color: #444;
    text-decoration: none;
}
          .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}
          .clear {
    clear: both;
}
          .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
          ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 2.0em;
}
ol, ul {
    list-style: none;
}
ul {
    list-style-type: disc;
}
ul {
       margin: 27px;
    padding: 0;
    list-style-type: disc;
}

.p_content_para {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 14px;
    color: #464646;
    line-height: 1.8em;
}


  .client_logos{
    background:#1a6da0;
    text-align: center;
    width: auto;
    max-height: 140px;
    padding-top: 20px;
    }
    .client_logos span{
        color:#fff;
        font-size:20px;
        vertical-align: top;
        line-height: 100px;
        padding-right: 20px;
        display: none;
        }
.bx-wrapper{display: inline-block;}
.bxslider{margin:0 !important; padding:0 !important; list-style:none;}
.bxslider li{
    vertical-align: middle;
    }
    .bxslider li img{
        vertical-align: middle;
        display: inline-block;
        margin: 0 10px;
        width: 120px;
        }

.client_logos_title{
    display: none;
}
.client_logosForSponsors {
     background:none;
    text-align: left;
    width: 100%;
    height: 140px;
}
.sponsor_logo_2 img{
    vertical-align: middle;
    }

.client_logosForSponsors section{
    width: 85%;
    margin: 0 auto;
    }
    .client_logosForSponsors span{
        color:black;
        font-size:20px;
        vertical-align: top;
        line-height: 100px;
        padding-right: 20px;
        display:inline !important
        }

.bxsliderForSponsor{margin:0 !important; padding:0 !important; list-style:none;}
.bxsliderForSponsor li{
    height:100px;
    line-height: 100px;
    vertical-align: middle;
    }
    .bxsliderForSponsor li img{
        vertical-align: middle;
        display: inline-block;
        margin: 0 10px;
       
        }
.box-container {
    background-color: rgba(255,255,255,0.9) !important;
}
.cm-paypayment .mg-l{
    margin-left: 0;
}
.cm-paypayment .mg-l12 .tbl_branding_left_ii{
    width: 41.66666667%;
    
    float: left;
}
.cm-paypayment .mg-l12 .tbl_branding_right_ii{
    width: 58.33333333%;
    float: left;
    margin-left: 0;
}
.cm-paypayment .mg-l12 .tbl_branding_right_ii .csa_text_box.size_1{
    width: 100%;
}
.cm-paypayment .mg-l12 .tbl_branding_right_ii .csa_text_box.size_5{
    width: 48px;
}
/* Devices (Large Screen Mode, 1200px more) */
@media (min-width: 1200px) {
    .pricing-table-v1 .sticker-right {
        top: 10px;
        right: -51px;
        padding: 6px;
        font-size: 10px;
    }

    .pricing-table-v1 .sticker-left {
        top: 10px;
        left: -51px;
        padding: 5px;
        font-size: 10px;
    }

    .pricing-table-v1 .pricing-v1 {
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
    }

        .pricing-table-v1 .pricing-v1:hover {
            -webkit-transform: scale(1.04);
            -moz-transform: scale(1.04);
        }

            .pricing-table-v1 .pricing-v1:hover li {
                background: #fff;
            }
}

/* Devices (Desktop Mode, 992px and 1200px) */
@media (min-width: 992px) and (max-width: 1200px) {

    .pricing-table-v1 .pricing-v1-head h4 {
        font-size: 18px;
    }

    .pricing-table-v1 .pricing-v1 {
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
    }

        .pricing-table-v1 .pricing-v1:hover {
            -webkit-transform: scale(1.04);
            -moz-transform: scale(1.04);
        }
}

/* Devices (Tablet Mode, 768px and 991px) */
@media (min-width: 767px) and (max-width: 991px) {

    .no-space-pricing [class^="col-"],
    .no-space-pricing [class*=" col-"] {
        padding: 5px;
    }

    .pricing-table-v1 .pricing-v1-content li {
        padding: 9px 10px;
    }
}
@media (max-width: 1200px) {
.bxslider li img{
        width: 10vw;
    }
}
/* Medium Devices (Phone Mode, 768px and less) */
@media (max-width: 767px) {
    .client_logos{
        display: none;
    }
    .no-space-pricing [class^="col-"],
    .no-space-pricing [class*=" col-"] {
        padding: 10px;
    }

    .pricing-table-v1 .sticker-right,
    .pricing-table-v1 .sticker-left {
        top: 39px;
        padding: 0;
        float: left;
        left: -40px;
        width: 95px;
        border: none;
        transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
    }

    .pricing-table-v1 .pricing-v1-content {
        text-align: center;
    }

        .pricing-table-v1 .pricing-v1-content li {
            padding: 9px 0 9px 7px;
        }

            .pricing-table-v1 .pricing-v1-content li i {
                display: block;
                margin-bottom: 5px;
            }
}