﻿/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    /*line-height: 1.4;*/
    line-height: 22px !important;
}

body {
    font-family: 'proxima-nova', sans-serif;
}

/*Mohit*/
h1, h2, h3, h4, h5, h6, p, ul li {
    text-align: justify;
}

p, table {
    font-size: 15px !important;
}

ul li {
    font-size: 14.5px !important;
}

#latest-tweet{
    height: 130px;
    max-height: 130px;
    overflow-y: scroll;
    width: 350px;
}

#latest-tweet p {
    text-align: left;
    width: 330px;
    height: auto;
}
/*=====*/


p, pre {
    font-weight: 300;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Sticky Footer
   ========================================================================== */
* {
    border-style: solid;
    border-width: 0;
    border-color: #efefef;
}

html, body, .container {
    height: 100%;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -444px;
}

.footer-push {
    height: 444px; /* must be identical to margin #wrap */
}

body.Members #wrap {
    margin: 0 auto -259px;
}

body.Members .footer-push {
    height: 259px; /* must be identical to margin body.Members #wrap */
}

/* ==========================================================================
   Forms
   ========================================================================== */

label, h4.FormHeading, h5.FormHeading, h6.FormHeading {
    font-size: 0.9375em; /* 15/16 */
    font-weight: normal;
    font-style: normal;
    color: #111;
}

    label.left, label.right {
        font-weight: 500;
    }

.required,
#MyMemberLoginForm_ObtainDetailsForm_error {
    color: red;
}

input, textarea, select, .custom-select {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 10px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

select {
    padding: 9px 6px;
}

input, textarea, select {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    margin: 5px 0;
}

    input.date, .birthdate {
        background-image: url("../Content/images/icons/date.png");
        background-repeat: no-repeat;
        background-position: center right;
    }

input {
    line-height: 1em;
}

    input.checkbox,
    #Form_Form .field.col-1-nl input.checkbox,
    input.radio,
    #Form_Form .field.col-1-nl input.radio {
        width: 20px;
        margin: 8px 0;
    }

    input.file,
    input.action {
        height: auto;
    }

#Form_Form input.action,
#Form_Form input.resetformaction {
    width: auto;
    height: auto;
    padding: 10px 35px;
    margin-top: 15px;
    font-size: 16px; /* 18/16 */
    color: white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#Form_Form input.resetformaction {
    color: #333;
}

#Form_Form input.action {
    background-color: #f7923a;
}

    #Form_Form input.action:hover {
        background-color: #e38635;
    }

#Form_Form {
    margin-top: 10px;
    padding: 0 30px 15px;
    background-color: #f6f6f6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    #Form_Form ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #Form_Form ul li {
            margin: 0;
        }

    #Form_Form > fieldset {
        padding-top: 20px;
        margin-left: -4%;
    }

    #Form_Form .FormHeading,
    #Form_Form .field {
        margin: 0;
        margin-left: 4%;
    }

    #Form_Form .FormHeading {
        float: left;
        display: block;
        width: 95%;
    }

        #Form_Form .FormHeading.col-1 {
            width: 46%;
        }

    #Form_Form h3.FormHeading {
        padding-top: 15px;
        margin-top: 20px;
        margin-bottom: 15px;
        border-top: 1px solid #e8ebed;
        letter-spacing: 0.03em;
    }

    #Form_Form h3:first-child {
        border: 0;
        padding-top: 0;
        margin-top: 0;
    }

    #Form_Form .field.textarea {
        width: 96%;
    }

    #Form_Form fieldset .field.col-1,
    #Form_Form .field {
        float: left;
        width: 46%;
    }

        #Form_Form .field.col-1.text,
        #Form_Form .field.text {
            width: 46%;
        }

        #Form_Form .field.col-1-nl,
        #Form_Form .field.col-2,
        #Form_Form .field.optionset {
            width: 96%;
        }

    #Form_Form label.required,
    #Form_Form div > span.required {
        display: block;
        width: 100%;
    }

    #Form_Form .field.optionset {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #Form_Form .field.col-1-nl .custom-select {
        width: 48%;
    }

    #Form_Form .field.col-1-nl input,
    #Form_Form .field.col-1-nl textarea {
        width: 44%;
    }

    #Form_Form h3.FormHeading {
        font-size: 1.125em; /* 18/16 */
        color: #f7923a;
    }

/* ==========================================================================
   Form Profile
   ========================================================================== */

#Form_ProfileForm div.field {
    margin-bottom: 15px;
}

#Form_ProfileForm {
    padding: 20px 30px;
    background-color: #f6f6f6;
}

/*#Form_ProfileForm div.field {
    float: left;
    width: 100%;
}

#Form_ProfileForm #Address1,
#Form_ProfileForm #Address2 {
    width: 56%;
    margin-right: 4%;
}

#Form_ProfileForm #City1,
#Form_ProfileForm #City2 {
    width: 40%;
}

#Form_ProfileForm #State1,
#Form_ProfileForm #State2 {
    width: 30%;
    margin-right: 5%;
}

#Form_ProfileForm #Postcode1,
#Form_ProfileForm #Postcode2 {
    width: 30%;
    margin-right: 5%;
}

#Form_ProfileForm #Country1,
#Form_ProfileForm #Country2 {
    width: 30%;
}

#Form_ProfileForm #Address1, #Form_ProfileForm #City1,
#Form_ProfileForm #Address2, #Form_ProfileForm #City2 {
    margin-top: 25px;
}

#Form_ProfileForm #State2, #Form_ProfileForm #Postcode2, 
#Form_ProfileForm #Country2 {
    margin-bottom: 25px;
}*/

/* ==========================================================================
   Custom Select
   ========================================================================== */
.custom-select {
    width: 100%;
    position: relative;
    padding: 0;
    background: #fff url("../Content/images/icons/select-arrow.png") no-repeat right center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .custom-select a {
        display: inline-block;
        font-size: 1em;
        width: 100%;
        height: 17px;
        padding: 8px 0;
        cursor: pointer;
    }

        .custom-select a span {
            display: inline-block;
            color: #000;
            width: 100%;
            padding: 0 10px;
            white-space: nowrap;
            overflow: hidden;
        }

        .custom-select a span,
        .custom-select div ul li {
        }

    .custom-select select {
        display: none !important;
    }

    .custom-select > div {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        margin: 1px 0 0 -1px;
        width: 100%;
        border-left-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        border-top-width: 0;
        background: #FFFFFF;
        z-index: 10;
        overflow: hidden;
    }

    .custom-select input {
        width: 298px;
        border: 1px solid #888;
        margin: 5px 5px 0;
        padding: 5px;
        font-size: 14px;
    }

    .custom-select > div > div {
        position: relative;
        overflow-x: hidden;
        overflow-y: visible;
        margin: 5px;
        max-height: 120px;
    }

    .custom-select div ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .custom-select div ul li {
            display: none;
            height: 22px;
            padding: 5px;
            margin: 0;
            font-size: 1em;
        }

            .custom-select div ul li.active {
                display: block;
                cursor: pointer;
            }

            .custom-select div ul li:hover {
                background: #66bbff;
                color: #fff;
            }

            .custom-select div ul li.option-hover {
                background: #3399ff;
                color: #fff;
            }

            .custom-select div ul li.option-disabled {
                color: #999;
            }

                .custom-select div ul li.option-disabled:hover {
                    background: #ff9999;
                    color: #fff;
                }

            .custom-select div ul li.option-hover.option-disabled {
                background: #ff6666;
                color: #fff;
            }

            .custom-select div ul li.no-results {
                display: none;
                background: #f2f2f2;
                color: #000;
            }
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.font {
    font-weight: normal;
}

.container {
    margin: 0 auto;
    width: 1200px;
}

#wrap {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.col {
    float: left;
}

.col-r {
    float: right;
}

.col20 {
    width: 20%;
}

.col30 {
    width: 30%;
}

.col40 {
    width: 40%;
}

.col60 {
    width: 60%;
}

.col70 {
    width: 70%;
}

.col80 {
    width: 80%;
}

.col90 {
    width: 90%;
}

.tac {
    text-align: center;
}

.image-fix {
    display: block;
}


/* header */
header {
    position: relative;
    /*z-index: 3;*/
margin-left: 5px;
    margin-top: 10px;
}

.layout-header {
    z-index: 3;
}

.logo-holder {
    height: 136px;
    border-bottom: 5px solid #e7e7e7;
}

.logo {
    display: inline-block;
    margin-top: .75em;
}

header .top {
    float: right;
}

header .top,
header .bottom {
    width: 100%;
}

.header-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e3e3e3;
}

    .header-nav ul {
        float: right;
        margin: 0;
        padding: 0;
    }

    .header-nav li {
        float: left;
    }

    .header-nav a {
        color: #2e2e2e;
        font-size: 0.938em;
        padding: .5em 1.3em;
        display: block;
        text-decoration: none;
    }

        .header-nav a:hover {
            color: #f7923a;
        }

    .header-nav .sign-in a {
        padding-left: 3em;
        padding-right: 2em;
        border-left: 1px solid #e3e3e3;
    }

.lt-ie8 .header-nav .sign-in a {
    width: 50px;
}

.cta-holder {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 60%;
}

.header-ctaListing {
    float: left;
    width: 33.33%;
    position: relative;
}

.cta-1 {
    border-bottom: 5px solid #ff6e3b;
}

    .cta-1:hover .header-cta {
        background-color: #ff6e3b;
        border-left-color: #ff6e3b;
    }

.cta-2 {
    border-bottom: 5px solid #67bced;
}

    .cta-2:hover .header-cta {
        background-color: #67bced;
        border-left-color: #67bced;
    }

.cta-3 {
    border-bottom: 5px solid #444;
}

    .cta-3 .header-cta {
        border-right: 1px solid #e5e5e5;
    }

    .cta-3:hover .header-cta {
        border-left-color: #444;
        border-right-color: #444;
        background-color: #444;
    }

.header-cta {
    display: block;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-left: 1px solid #e5e5e5;
    color: #444;
    height: 82px;
    line-height: 82px;
    transition: background-color 0.2s ease-out;
}

.header-ctaListing:hover .header-cta {
    color: #fff;
    height: 80px;
    line-height: 80px;
    margin-top: 2px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.sub-nav {
    display: none;
    position: absolute;
    top: 87px;
    left: 0;
    width: 280px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-width: 2px;
    border-style: solid;
}

    .sub-nav a {
        color: #444444;
        font-size: 0.938em;
        padding: .5em 1em;
        display: block;
        text-decoration: none;
        background-color: #fff;
        opacity: .95;
        transition: background-color 0.1s ease-in-out;
    }

    .sub-nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

.header-ctaListing:hover .sub-nav {
    display: block;
}

.cta-1 .sub-nav {
    border-color: #ff6e3b;
}

    .cta-1 .sub-nav a:hover {
        color: #ff6e3b;
    }

.cta-2 .sub-nav {
    border-color: #67bced;
}

    .cta-2 .sub-nav a:hover {
        color: #67bced;
    }

.cta-3 .sub-nav {
    border-color: #444;
}

    .cta-3 .sub-nav a:hover {
        color: #444;
    }

.sub-nav a:hover {
    opacity: 1;
}

.welcome-holder {
    width: 39%;
    height: 82px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 5px solid #e7e7e7;
}

    .welcome-holder h3 {
        font-size: 1.1875em; /* 19/16 */
        font-style: italic;
        color: #66bcef;
        padding-left: 80px;
        line-height: 44px;
        font-weight: 600;
    }

.search-holder {
    width: 39.5%;
    height: 82px;
    position: relative;
    border-bottom: 5px solid #e7e7e7;
}

.search-box {
    border: 1px solid #ddd;
    border-radius: 5px;
    left: 3em;
    position: absolute;
    top: 1.5em;
    width: 290px;
    overflow: hidden;
}

.input-search {
    border: 0;
    margin: 0;
    padding: 0.5em 1em;
    width: 220px;
    margin-right: 38px;
}

.btn-search {
    background-color: #fff;
    background-image: url('../Content/images/icons/search.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 37px;
    height: 31px;
    border: 0;
    border-left: 1px solid #DDDDDD;
    position: absolute;
    margin: 0;
    top: 0;
    right: 0;
    text-transform: capitalize; /* ie7 fix */
    transition: background-color 0.3s ease-out;
}

    .btn-search:hover {
        background-color: #efefef;
    }

a.report {
    display: inline-block;
    font-size: 1em;
    background-image: url('../Content/images/icons/report.png');
    background-position: 15px 50%;
    background-repeat: no-repeat;
    padding-left: 50px;
}

/* home content */
.home-content {
    position: relative;
    min-height: 860px;
}

.banner-holder {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

body.Home .banner-holder {
    width: 1200px;
    height: 450px;
}

.banner-holder a,
.banner-holder a img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.home-pager {
    position: absolute;
    top: 400px;
    left: 470px;
    width: 330px;
    z-index: 1;
    text-align: center;
}

.bullet-pager {
    display: inline-block;
    width: 17px;
    height: 17px;
    cursor: pointer;
    margin-right: .5em;
    background: transparent url('../Content/images/icons/pager.png') 50% 50% no-repeat;
}

    .bullet-pager.cycle-pager-active {
        background-image: url('../Content/images/icons/pager-active.png');
    }

.home-titleCallout {
    position: absolute;
    z-index: 2;
    top: 300px;
    right: -0.5em;
    width: 340px;
    background-color: #f7923a;
    font-weight: bold;
    color: #fff;
    padding: .5em;
    opacity: .85;
    line-height: 1;
}

.home-textHolder {
    padding-right: 2em;
}

.home-membersHolder {
    position: absolute;
    z-index: 2;
    bottom: 90px;
    left: 1.5em;
    width: 320px;
    color: #fff;
    background-color: #54a4d2;
    opacity: .95;
    border-radius: 10px;
    padding: 2em 2em 10em;
}

.home-membersHolderLoggedIn {
    padding-bottom: 4em;
}

.home-membersHolder a {
    color: #fff;
    font-weight: normal;
}

    .home-membersHolder a.members {
        margin-top: 15px;
    }

.home-membersHolder ul {
    padding: 0 0 0 20px;
}

.home-membersHolder li a {
    text-decoration: none;
}

    .home-membersHolder li a:hover {
        text-decoration: underline;
    }

#HomeLoginForm_LoginForm #HomeLoginForm_LoginForm_action_logout {
    display: none;
}

#ForgotPassword {
    display: inline-block;
}

    #ForgotPassword a {
        font-family: sans-serif;
        font-style: italic;
        font-size: .8em;
        margin-left: 1em;
    }

        #ForgotPassword a:hover {
            color: #000;
        }

.home-membersHolder #ForgotPassword a {
    color: #fff;
}

.home-membersHolder input {
    height: auto;
}

.home-membersHolder .RedFocus:focus {
    border-color:red;
    border-width: 3px;
    margin: 3px 0;
}

.home-membersHolder #MemberLoginForm_LoginForm label {
    display: none;
}

.home-membersHolder #MemberLoginForm_LoginForm input {
    width: 80%;
    margin-bottom: .5em;
}

.title-members {
    font-size: 1.875em; /* 30/16 */
    font-weight: 600;
    margin: 0 0 .5em;
}

.callout-membership {
    position: absolute;
    bottom: 2em;
    left: -.5em;
    background: #444 url('../Content/images/icons/hat1.png') 1em 50% no-repeat;
    border-radius: 10px;
    padding: 1em 1em 1em 4.5em;
    font-size: 1.2em;
    line-height: 1.1;
}

/* above the footer */
.above-footer, .cta-heroHolder {
    background-color: #efefef;
    clear: both;
    padding: 2em 0 2em 1em;
}

#wrap .above-footer {
    padding: 2em 0 0 1em;
}

body.Members #wrap .above-footer {
    padding: 2em 0 2em 1em;
}

.cta-aboveFooter {
    width: 32%;
    height: 390px;
    border-radius: 10px;
    margin-right: 1em;
    background-color: #fff;
}

    .cta-aboveFooter.last {
        margin-right: 0;
    }

.cta-pharmacy .inner {
    padding: 0 1em 1em;
}

.cta-pharmacy a {
    display: block;
}

.link-more {
    color: #67bced;
    text-decoration: none;
}

.cta-benefits .icon-list {
    padding-left: 1em;
    list-style-type: none;
}

.cta-benefits li {
    margin-bottom: .6em;
}

.cta-benefits .inner {
    padding: 0 0 1em 1em;
}

.cta-benefits .inner-text {
    margin-left: 1em;
    font-weight: normal;
}

.cta-aboveFooter .title {
    font-size: 1.4em;
    margin: .5em 0;
    padding-left: 3em;
    background-repeat: no-repeat;
    background-position: 1em 50%;
}

.cta-aboveFooter .link-more-all {
    display: inline-block;
    margin: 1em 0;
    padding-right: 3em;
}

.title-latest {
    background-image: url('../Content/images/icons/newspaper.png');
}

.title-pharmacy {
    background-image: url('../Content/images/icons/handshake.png');
}

.title-benefits {
    background-image: url('../Content/images/icons/person2.png');
}

.news-snippet {
    position: relative;
    background-color: #ff6e3b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .news-snippet .thumb {
        width: 113px;
        height: 113px;
        display: block;
        overflow: hidden;
        border-radius: 50%;
    }

    .news-snippet .link-more {
        color: #fff;
        font-weight: bold;
    }

.twitter-snippet {
    background-color: #e96436;
    min-height: 149px; /*Mohit - Old Value was 126*/
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.news-snippet,
.twitter-snippet {
    color: #fff;
    padding: 2em 2em 1em 2em;
    font-size: .8em;
    position: relative;
}

    .twitter-snippet ul {
        padding: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

    .twitter-snippet .user img {
        float: left;
        margin-right: 1em;
    }

    .twitter-snippet a {
        color: #222;
        word-wrap: break-word; /*Mohit*/
    }

        .twitter-snippet a:hover {
            color: #000;
        }

    .twitter-snippet .user a {
        text-decoration: none;
    }

    .twitter-snippet .user span span {
        font-weight: bold;
    }

    .twitter-snippet .tweet {
        float: left;
        height: 70px;
        overflow: hidden;
        margin: 0;
    }

.Members #latest-tweet {
    height: 280px;
    max-height: 280px;
}

    .Members #latest-tweet li {
        /* padding: 15px 0; */ /*Mohit*/
        padding: 15px 0 0 0;
        border-top: 1px solid #e36033;
    }

        .Members #latest-tweet li:first-child {
            border-top: 0;
        }
/*-- Mohit
.Members #latest-tweet li p.tweet {
    height: 101px;
}
*/
.title-twitter {
    background: transparent url('../Content/images/icons/tw1.png') 0 50% no-repeat;
    padding-left: 2em;
    margin: 0;
}

    .title-twitter a {
        color: #fff;
        text-decoration: none;
    }

.twitter-snippet .timePosted {
    clear: left;
}

.twitter-snippet .timePosted,
.date {
    font-family: sans-serif;
    color: #373739;
    font-style: italic;
    margin: 10px 0 0;
}

.fin {
    position: absolute;
    top: -30px;
    left: 60%;
}

.cta-heroHolder {
    padding: 1em 0 0 0;
}

.cta-hero {
    width: 335px;
    margin-right: .5em;
    display: inline-block;
    position: relative;
    height: 100px;
}

.lt-ie8 .cta-hero {
    float: left;
}

.cta-heroInner {
    display: block;
    background-color: #67bced;
    border-radius: 3px;
    color: #fff;
    padding: 2em 0;
    text-decoration: none;
    font-size: 1.1em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: top .2s ease-in-out;
}

    .cta-heroInner:hover {
        background-color: #f7923a;
        top: -1em;
    }

    .cta-heroInner .inner-text {
        margin-left: .5em;
    }

.cta-pharmacy .link-more:hover {
    color: #f7923a;
}

.cta-aboveFooter .link-more:hover,
.cta-aboveFooter .link-more.alt-color:hover {
    color: #000;
}

.cta-aboveFooter .inner p {
    min-height: 60px;
}

/* footer */
footer {
    background-color: #232322;
    color: #ccc;
    padding-top: 1em;
}

.footer-row {
    margin: 0 auto;
}

footer ul {
    padding: 0;
}

.footer-row.top {
    margin-bottom: 2em;
}

    .footer-row.top li {
        margin-bottom: .5em;
    }

footer a {
    color: #ccc;
    text-decoration: none;
}

.social {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    margin-top: 1em;
    width: 48px;
    height: 48px;
    overflow: hidden;
}

    .social img {
        transition: top 0.2s ease-in-out;
        position: absolute;
        left: 0;
    }

    .social .first {
        top: 0;
    }

    .social .second {
        opacity: .8;
        top: 48px;
    }

    .social:hover .first {
        top: -48px;
    }

    .social:hover .second {
        top: 0;
    }

.footer-row.bottom {
    font-size: .8em;
    color: #5e5d5d;
}

    .footer-row.bottom ul {
        margin: 0 0 1em;
    }

    .footer-row.bottom li {
        float: left;
        margin-right: 2em;
    }

    .footer-row.bottom a {
        color: #5e5d5d;
    }

        footer a:hover,
        .footer-row.bottom a:hover {
            color: #f7923a;
        }

#Form_ProfileForm #PostalAddress label,
.warning {
    display: block;
    height: 37px;
    padding: 7px;
    padding-left: 45px;
    color: white;
    background: #68bbed url("../Content/images/icons/alert.png") no-repeat 10px center;
    font-size: 0.875em; /* 14/16 */
    line-height: 37px;
}

.warning {
    margin-bottom: 15px;
}

/* form */
.input-text {
    border: 1px solid #dedede;
    padding: .5em 1em;
    border-radius: 5px;
}

/* buttons */
.btn, .action {
    display: inline-block;
    width: auto;
    border: 0;
    /*padding: .5em 1em;*/
    padding: 10px 35px;
    background-color: #f7923a;
    color: #fff;
    /*border-radius: 3px;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 15px;
    text-decoration: none;
    transition: background-color 0.3s ease-out;
    font-size: 16px;
}

    .btn:hover,
    .action:hover {
        background-color: #FF6E3B !important;
    }

.btn-person,
#HomeLoginForm_LoginForm .action {
    background-image: url('../Content/images/icons/person1.png');
    background-repeat: no-repeat;
    background-position: 1em 50%;
    padding-left: 3em;
}

    .btn-person:hover {
        background-image: url('../Content/images/icons/person1_hover.png');
    }

.home-membersHolder .btn-person,
#HomeLoginForm_LoginForm .action {
    background-image: url('../Content/images/icons/person_white.png');
}

.cta-benefits .btn-person {
    background-image: url('../Content/images/icons/person_white.png');
}
/* content */
.content {
    position: relative;
}

.inner-container {
    margin: 0 auto;
    width: 1018px;
}

.content-holder {
    padding: 0 0 40px;
}

.titleCallout {
    position: absolute;
    z-index: 2;
    top: 115px;
    right: -0.5em;
    background-color: #f7923a;
    font-size: 2.250em;
    font-weight: bold;
    color: #fff;
    padding: .7em 1.7em;
    opacity: .85;
    line-height: 1;
}

.side-nav {
    float: left;
    margin: 0 50px 0 0;
    width: 303px;
}

    .side-nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .side-nav li {
        border-bottom: 1px solid #efefef;
    }

        .side-nav li:first-child {
            border-top: 1px solid #efefef;
        }

    .side-nav a {
        color: #111111;
        font-size: 0.938em;
        font-weight: 300;
        text-decoration: none;
        display: block;
        padding: 0.625em 1.250em;
    }

        .side-nav a:hover,
        .side-nav a:focus,
        .side-nav a.active {
            color: #ffffff;
            background-color: #f7923a;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

    .side-nav li li:last-child {
        border-bottom: 0;
    }

    .side-nav li li a {
        padding-left: 2.250em;
    }

.editor {
    float: left;
    width: 656px;
}

    .editor p {
        color: #121212;
        font-size: 0.938em;
        font-weight: 300;
        /*line-height: 1.333em;*/ /*Mohit*/
        line-height: 22px !important;
    }

    .editor h1 {
        font-size: 1.563em;
        margin: 0 0 0.67em;
        color: #f7923a;
    }

    .editor h2,
    .editor a,
    .editor h2 a {
        color: #f7923a;
    }

    .editor h3,
    .editor h4,
    .editor h5,
    .editor h6 {
        color: #67bced;
    }

    .editor table {
        margin: 0 0 20px;
        background-color: #f7f7f7;
    }

        .editor table[border="0"] td {
            border: 0;
        }

        .editor table td {
            padding: 10px;
            border: 1px solid #7b7b7b;
        }

        .editor table thead,
        .editor table th {
            font-weight: bold;
        }

.UserDefinedForm .editor form h3,
.UserDefinedForm .editor form h4,
.UserDefinedForm .editor form h5,
.UserDefinedForm .editor form h6 {
    color: #000;
    letter-spacing: 0.02em;
}

.editor ul {
    height: 100%;
    padding: 0 0 0 15px;
    margin: 0 0 15px;
    /*list-style:circle outside url("../Content/images/icons/list-style-image.png");*/
    list-style: circle outside url("../Content/images/icons/list-style-image-double.png");
    /*list-style:circle outside url("../Content/images/icons/list-style-image-halfway.png");*/
}

    .editor ul li {
        font-size: 0.9em;
        margin: 13px 0;
    }


/* breadcrumbs */
.breadcrumbs {
    font-size: 0.875em;
    padding: 1.563em 0;
}

    .breadcrumbs ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .breadcrumbs li {
        background: url(../Content/images/icons/breadcrumb.png) no-repeat left center;
        display: block;
        float: left;
        margin: 0 10px 0 0;
        padding: 0 0 0 15px;
    }

        .breadcrumbs li:first-child {
            background: none;
            padding: 0;
        }

    .breadcrumbs a {
        color: #f1a565;
        text-decoration: none;
    }

    .breadcrumbs span {
        color: #454545;
        font-weight: 600;
    }

    .breadcrumbs .last a {
        color: #454545;
    }


/* members */
div.Members .cta-1 {
    border-right: 1px solid #e5e5e5;
    width: 100%;
}

div.Members .cta-2, div.Members .cta-3 {
    display: none;
}

div.Members .cta-holder {
    width: 20%;
}

div.Members .welcome {
    border-bottom: 5px solid #e7e7e7;
    width: 40%;
}

    div.Members .welcome p {
        color: #000000;
        font-size: 1.188em;
        font-style: italic;
        height: 25px;
        padding: 0.5em 3em;
    }

div.Members .sub-nav, div.side-nav .sub-nav { /*Mohit - Added new class for all sub navigation*/
    background-color: #ffffff;
    padding: 1em 0;
    width: 716px;
}

    div.Members .sub-nav.double-li {
        width: 486px;
    }

    div.Members .sub-nav.triple-li {
        width: 729px;
    }

    div.Members .sub-nav ul, div.side-nav .sub-nav ul { /*Mohit - Added new class for all sub navigation*/
        border-left: 1px solid #e5e5e5;
        float: left;
        width: 33%;
    }

        div.Members .sub-nav ul:first-child, div.side-nav .sub-nav ul:first-child { /*Mohit - Added new class for all sub navigation*/
            border-left: 0 none;
        }

    div.Members .sub-nav li, div.side-nav .sub-nav li { /*Mohit - Added new class for all sub navigation*/
        float: left;
        width: 230px;
        border-right: 1px solid #e5e5e5;
    }

        div.Members .sub-nav li:last-child, div.side-nav .sub-nav li:last-child { /*Mohit - Added new class for all sub navigation*/
            border-right: 0;
        }


/*Mohit*/
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*.side-nav li:hover > ul,
div.Members .side-nav li:hover > ul,*/ /*Do not expand child menu on hover - Mohit*/
div.Members .side-nav li.active > ul, div.side-nav li.active > ul { /*Mohit - Added new class for all sub navigation*/
    display: table-row;
    position: inherit;
    width: inherit;
    padding: 0px;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

    /*.side-nav li:hover > ul > li,
div.Members .side-nav li:hover > ul > li,*/ /*Do not expand child menu on hover - Mohit*/
    div.Members .side-nav li.active > ul > li, div.side-nav li.active > ul > li { /*Mohit - Added new class for all sub navigation*/
        width: 253px;
        padding-left: 50px;
        border-right: none;
    }

        /*.side-nav li:hover > ul > li > a,
div.Members .side-nav li:hover > ul > li > a,*/ /*Do not expand child menu on hover - Mohit*/
        div.Members .side-nav li.active > ul > li > a, div.side-nav li.active > ul > li > a { /*Mohit - Added new class for all sub navigation*/
            padding: 0.625em 1.250em;
        }
/*========*/

div.Members .twitter-snippet {
    background-color: #ff6e3b;
    border-radius: 10px;
    min-height: 296px; /*Mohit - Old Value was 288*/
}

    div.Members .twitter-snippet ul {
        margin: 0;
    }

div.Members .news-listing {
    width: 65%;
}

div.Members .news-snippet {
    color: #434242;
    background-color: #ffffff;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    div.Members .news-snippet li {
        float: left;
        margin: 1.5em;
        width: 20%;
    }

    div.Members .news-snippet .thumb {
        margin: 0 0 15px;
    }

div.Members .link-more {
    color: #67bced;
}

    div.Members .link-more.alt-color {
        color: #f7923a;
    }

/* ==========================================================================
   Blog/News Many
   ========================================================================== */

.customSortTitle {
    margin: 0 0 10px 0;
}

.blogSummary {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #efefef;
}

    .blogSummary:first-child {
        padding: 0;
        margin: 0;
        border: 0;
    }

.button.button-orange,
.editor .action {
    display: inline-block;
    color: white;
    background-color: #f7923a;
    border-width: 0;
    padding: 10px 35px;
    text-decoration: none;
    margin-top: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 16px;
}

.button.wider,
.editor .action {
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
}

    .button.button-orange:hover,
    .editor .action:hover {
        background-color: #FF6E3B;
    }

.blogSummary h2,
.blogSummary h2 a {
    text-decoration: none;
    margin: 0;
}

.blogSummary h2 {
    font-size: 1.55em; /* 25/16 */
    font-weight: normal;
    margin-top: 15px;
    letter-spacing: 0.02em;
}

    .blogSummary h2 a {
        font-size: 1em;
    }

.blogSummary p.authorDate {
    font-size: 0.875em; /* 14/16 */
    color: #a4a2a2;
    margin: 0 0 10px 0;
}

    .blogSummary p.authorDate a {
        color: #67bced;
    }

.blogSummary p {
    font-size: 0.9375em; /* 15/16 */
}

p.tags {
    margin: 5px 0 0;
    font-size: 0.875em; /* 14/16 */
    color: #a4a2a2;
}

    p.tags a {
        color: #67bced;
        text-decoration: none;
    }

/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination ul {
    list-style: none;
    padding: 0;
}

.pagination li {
    display: inline-block;
}

    .pagination li span,
    .pagination li a {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 1px solid #ebebeb;
        font-size: 0.9375em; /* 15/16 */
        color: #747474;
        text-align: center;
        line-height: 20px;
        text-decoration: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .pagination li.active a,
        .pagination li a:hover {
            color: white;
            background-color: #f7923a;
            border-color: #f7923a;
        }

/* ==========================================================================
   Blog/News Single
   ========================================================================== */

.blog-article h1 {
    color: #f7923a;
    font-size: 1.5625em; /* 25/16 */
}

.blog-article .authorDate {
    font-size: 0.9375em; /* 15/16 */
    margin: 0 0 10px;
    font-weight: 700;
}

/* ==========================================================================
   Blog/News Single Comments
   ========================================================================== */
.comments-holder-container h4 {
    font-size: 1.125em; /* 18/16 */
    color: #f7923a;
    font-weight: normal;
    padding-bottom: 15px;
    border-bottom-width: 1px;
}

.comments-holder-container label {
    display: inline-block;
    font-weight: bold;
    margin: 0 0 6px;
}

.comments-holder-container input {
    margin: 0 0 15px;
}

.comments-holder-container ul {
    list-style: none;
    padding: 0;
}

li.comment {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

    li.comment:first-child {
        border-bottom-width: 0;
    }

    li.comment .info,
    li.comment div.comment,
    li.comment ul.action-links {
        padding-left: 30px;
    }

    li.comment .info {
        margin-top: 20px;
        background-image: url("../Content/images/icons/person3.png");
        background-position: left top;
        background-repeat: no-repeat;
    }

.comment .info {
    font-size: 0.875em; /* 14/16 */
    color: #6d6d6d;
}

    .comment .info span {
        font-size: 1em;
        color: #969696;
    }

.comments-holder-container .action-links li {
    display: inline-block;
}

/* ==========================================================================
   Google Search Styles
   ========================================================================== */

body .gsc-control-cse {
    padding: 0;
}

body .gsc-input-box,
body input.gsc-search-button {
    border: 1px solid #ddd;
}

body input.gsc-search-button {
    margin-top: 9px;
}

body .gsc-results .gsc-cursor-box .gsc-cursor-page,
body .gsst_a .gscb_a {
    color: #FF9900;
}

body .gsst_a:hover .gscb_a {
    color: #dc8438;
}

/*body .gsc-search-box-tools .gsc-search-box .gsc-input {
	background-image:none !important;
}*/

body .gs-result .gs-title {
    height: auto !important;
    overflow: visible !important;
}

    body .gs-result .gs-title,
    body .gs-result .gs-title b {
        color: #f7923a !important;
        text-decoration: none;
        border: 0;
    }

body .gs-result a.gs-title:hover {
    text-decoration: underline;
}

body .gs-webResult div.gs-visibleUrl-long,
body .gs-webResult div.gs-snippet {
    color: #000;
}

body input.gsc-search-button {
    background-color: #f7923a;
}

    body input.gsc-search-button:hover {
        background-color: #dc8438;
    }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.resize {
    max-width: 100%;
    height: auto;
}

.opacity-hover {
    transition: opacity 0.3s ease-out;
}

    .opacity-hover:hover {
        opacity: .8;
    }


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

#Form_Form:before,
#Form_Form:after,
#Form_Form {
    clear: both;
    content: " ";
    display: table;
}

#Form_Form {
    *zoom: 1;
}

label span.required {
    color: black;
    margin-left: 3px;
}

#MyMemberLoginForm_LoginForm label span.required {
    display: none;
}

/* Custom Select - Open
----------------------------------*/
.custom-select-open {
    border-bottom: 1px solid #eee;
}

    .custom-select-open div {
        display: block;
    }

/* Hide Input Box
----------------------------------*/
.custom-select input.custom-select-hidden-input {
    position: absolute !important;
    top: 0 !important;
    left: -1000px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    z-index: -1 !important;
}

/* Mobile Override
----------------------------------*/
.custom-select-mobile select {
    display: inline !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*ismail*/
ul.blog-posts {
    list-style-type: none;
    list-style: none;
    padding-left: 0;
}

    ul.blog-posts li {
        border-top: 1px solid #efefef;
        margin-top: 30px;
        padding-top: 20px;
    }

        ul.blog-posts li.first {
            border-top: 0;
            margin-top: 0;
        }

h2.postTitle {
    font-weight: normal;
}

    h2.postTitle a {
        text-decoration: none;
    }

.published {
    font-size: 1em;
    color: #a4a2a2;
    display: inline-block;
}

.post-comments-count a {
    color: #67bced;
    text-decoration: underline;
    display: inline-block;
}

.who ol, .what ol {
    list-style-type: none;
    padding-left: 0;
}

.authorDate {
    font-size: 0.9375em;
    margin: 0 0 10px;
    font-weight: 700;
}


/*Mohit - START*/
.widget-side-bar-menu li.active > a, .widget-side-bar-menu-latest-news li.active > a {
    color: #ffffff;
    background-color: #f7923a;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.widget-side-bar-menu li > a:after, .widget-side-bar-menu-latest-news li > a:after {
    /*content: '\25BC';*/
    content: '';
    background: url(../Content/images/icons/plus.png) no-repeat left center;
    width: 17px;
    height: 17px;
    float: left;
    margin-right: 10px;
}

.widget-side-bar-menu li.active > a:after, .widget-side-bar-menu-latest-news li.active > a:after {
    /*content: '\25BA';*/
    content: '';
    background: none no-repeat left center;
    width: 17px;
    height: 17px;
    float: left;
    margin-right: -17px;
}

.widget-side-bar-menu li > a:only-child:after, .widget-side-bar-menu-latest-news li > a:only-child:after {
    content: '';
    background: none no-repeat left center;
    width: 17px;
    height: 17px;
    float: left;
    margin-right: -17px;
}

.widget-side-bar-menu li > a:hover:after, .widget-side-bar-menu-latest-news li > a:hover:after {
    /*content: '\25BC';*/
    content: '';
    background: url(../Content/images/icons/plushover.png) no-repeat left center;
}

.widget-side-bar-menu li > a:only-child:hover:after, .widget-side-bar-menu li.active > a:hover:after, .widget-side-bar-menu-latest-news li > a:only-child:hover:after, .widget-side-bar-menu-latest-news li.active > a:hover:after {
    content: '';
    background: none no-repeat left center;
}
/*Mohit - END*/

.page-banner-image img, .page-banner-image img {
    width: 100%;
}

ul.comments {
    padding-left: 0 !important;
}

.comments li {
    list-style: none;
    background: url("../Content/images/icons/person3.png") no-repeat 0 1px;
    padding-left: 30px;
}

article.blog-post {
    font-size: 1.1em;
}

.comment h4 {
    font-weight: normal;
    font-size: 0.875em;
}

.who {
    color: #6d6d6d;
    text-decoration: none;
    font-size: 1em;
}

.when, .when a {
    color: #969696;
    text-decoration: none;
    font-size: 1em;
}

div[shape-id="119"] > h1 {
    display: none;
}

ul.search-results {
    list-style: none;
    padding-left: 0;
}

.cta-holder {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 60%;
}

.header-ctaListing {
    float: left;
    width: 33.33%;
    position: relative;
}

.cta-1 {
    border-bottom: 5px solid #ff6e3b;
}

    .cta-1:hover .header-cta {
        background-color: #ff6e3b;
        border-left-color: #ff6e3b;
    }

.cta-2 {
    border-bottom: 5px solid #67bced;
}

    .cta-2:hover .header-cta {
        background-color: #67bced;
        border-left-color: #67bced;
    }

.cta-3 {
    border-bottom: 5px solid #444;
}

    .cta-3 .header-cta {
        border-right: 1px solid #e5e5e5;
    }

    .cta-3:hover .header-cta {
        border-left-color: #444;
        border-right-color: #444;
        background-color: #444;
    }

.header-cta {
    display: block;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-left: 1px solid #e5e5e5;
    color: #444;
    height: 82px;
    line-height: 82px;
    transition: background-color 0.2s ease-out;
}

.header-ctaListing:hover .header-cta {
    color: #fff;
    height: 80px;
    line-height: 80px;
    margin-top: 2px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.sub-nav {
    display: none;
    position: absolute;
    top: 85px;
    left: 0;
    width: 280px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-width: 2px;
    border-style: solid;
}

    .sub-nav a {
        color: #444444;
        font-size: 0.938em;
        padding: .5em 1em;
        display: block;
        text-decoration: none;
        background-color: #fff;
        opacity: .95;
        transition: background-color 0.1s ease-in-out;
    }

    .sub-nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

.header-ctaListing:hover .sub-nav {
    display: block;
}

.cta-1 .sub-nav {
    border-color: #ff6e3b;
}

    .cta-1 .sub-nav a:hover {
        color: #ff6e3b;
    }

.cta-2 .sub-nav {
    border-color: #67bced;
}

    .cta-2 .sub-nav a:hover {
        color: #67bced;
    }

.cta-3 .sub-nav {
    border-color: #444;
}

    .cta-3 .sub-nav a:hover {
        color: #444;
    }

.sub-nav a:hover {
    opacity: 1;
}

.roundtable {
    border-radius: 7px;
    max-width: 792px;
}

.pointer {
    cursor: pointer;
}

.error {
    font-weight: bold !important;
    color: #ff6e3b !important;
}

.solidblue {
    border-radius: 7px;
    background-color: #5eb8ec;
    color: #fff !important;
    padding: 7px;
    margin-left: -5px;
    max-width: 792px;
}

a.solidblue img {
    padding-right: 10px;
}

a.solidblue {
    padding: 14px;
    text-decoration: none;
    width: 256px;
    position: absolute;
    margin-bottom: 5px;
    font-weight: bold;
}

    a.solidblue:hover {
        background-color: #f7923a;
    }

h3.solidblue:hover {
    background-color: #FF6E3B;
}

.button-container {
    width: 256px;
    height: 50px;
    position: relative;
    margin: 0px 7px 0 0;
    clear: both;
}

.links-table td {
    padding-bottom: 15px !important;
}

.solidblue th {
    padding: 7px;
}

tfoot {
    background-color: #fff;
}

.paymentwhitecontainer {
    background-color: #fff !important;
    margin: 0;
    padding: 0;
    max-width: 792px;
}

.account-options .btn {
    width: 300px;
}

.bottom ul.menu-main-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 60%;
}

    .bottom ul.menu-main-menu > li {
        float: left;
        width: 33.25%;
        position: relative;
        margin-top: 2px;
    }

        .bottom ul.menu-main-menu > li.dummy {
            border-bottom: 5px solid #e7e7e7;
            height: 85px;
            margin-top: -3px;
            background-color: #fff;
        }

        .bottom ul.menu-main-menu > li > a {
            display: block;
            font-size: .9em;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            border-left: 1px solid #e5e5e5;
            color: #444;
            height: 82px;
            line-height: 82px;
            transition: background-color 0.2s ease-out;
        }

        .bottom ul.menu-main-menu > li > a {
            height: 80px;
            line-height: 80px;
        }

        .bottom ul.menu-main-menu > li:nth-child(1) {
            border-bottom: 5px solid #ff6e3b;
        }

        .bottom ul.menu-main-menu > li:nth-child(2) {
            border-bottom: 5px solid #67bced;
        }

        .bottom ul.menu-main-menu > li:nth-child(3) {
            border-bottom: 5px solid #444;
            border-right: 1px solid #e5e5e5;
        }

        .bottom ul.menu-main-menu > li:nth-child(1) > a:hover {
            background-color: #ff6e3b;
            border-left-color: #ff6e3b;
            color: #fff;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

        .bottom ul.menu-main-menu > li:nth-child(2) > a:hover {
            background-color: #67bced;
            border-left-color: #67bced;
            color: #fff;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

        .bottom ul.menu-main-menu > li:nth-child(3) > a:hover {
            border-left-color: #444;
            border-right-color: #444;
            background-color: #444;
            color: #fff;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

.bottom ul li:hover .sub-nav {
    display: block;
}

.bottom ul li ul.sub-nav a:hover {
    color: #ff6e3b;
}

.bottom ul li:nth-child(1) ul.sub-nav {
    border-color: #ff6e3b;
}

.bottom ul li:nth-child(2) ul.sub-nav {
    border-color: #67bced;
}

.bottom ul li:nth-child(3) ul.sub-nav {
    border-color: #444;
}

.message-Information, .notifications {
    background: #e6f1c9; /* green */
    border: 1px solid #cfe493;
    color: #062232;
    font-size: 14px;
    padding: 4px 8px;
}

div.ui-datepicker-inline {
    display: none !important;
}

.col-half {
    width: 49%;
    float: left;
    position: relative;
}

.col-full {
    width: 101%;
    clear: left;
    position: relative;
}

.custom-select {
    width: 94%;
    margin-top: 5px;
    padding-top: 3px;
}

input[type=radio] {
    width: 20px;
}

#Form_Form h3 {
    clear: both;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.field-validation-error {
    color: Red;
}


label.error {
    position: absolute;
    right: 0;
    margin-right: -80px;
    width: 180px;
    background: #ff6e3b;
    opacity: .9;
    filter: alpha(opacity=70);
    color: #fff !important;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 0px;
    /*-moz-box-shadow: 0 0 7px #000;
    -webkit-box-shadow: 0 0 7px #000;
    box-shadow: 0 0 7px #000;*/
    border: 2px solid #fff;
    padding: 5px 10px;
    z-index: 99;
}

.field-validation-error {
    position: absolute;
    right: 0;
    margin-right: -80px;
    width: 180px;
    background: #ff6e3b;
    opacity: .9;
    filter: alpha(opacity=70);
    color: #fff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0 0 7px #000;
    -webkit-box-shadow: 0 0 7px #000;
    box-shadow: 0 0 7px #000;
    border: 2px solid #fff;
    padding: 5px 10px;
    z-index: 99;
}

    label.error:before, .field-validation-error:before {
        border-color: transparent #ff6e3b transparent transparent;
        border-right: 8px solid #ff6e3b;
        border-style: solid;
        border-width: 8px 8px 8px 0px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        line-height: 0;
        position: absolute;
        top: 20%;
        left: -8px;
    }

span.required {
    color: Red !important;
}

.zone-after-content .widget-recent-blog-posts {
    width: 750px;
    float: left;
}

.zone-after-content .twitter-snippet {
    height: 278px;
}

.zone-after-content .cta-aboveFooter {
    margin-top: 15px;
    height: 379px;
}

.zone-after-content .widget-control {
    text-align: left;
}

/* -- Mohit
.zone-after-content .cta-aboveFooter .tweet{
    height:80px !important;
}
*/

.widget-after-content.widget-recent-blog-posts.widget {
    text-align: left;
    background-color: #fff;
    width: 750px;
    height: 350px;
    border-radius: 10px;
    margin-right: 1em;
    margin-top: 1em;
    padding: 5px 0 20px 20px;
}

    .widget-after-content.widget-recent-blog-posts.widget ul {
        margin: 0;
        padding: 0;
    }

    .widget-after-content.widget-recent-blog-posts.widget li {
        float: left;
        font-size: 0.75em;
        width: 170px; /*Mohit - Previously it was 180*/
        margin: 0;
        padding: 0 15px 0 0; /*Mohit - Previously it was 0 5px 0 0*/
    }

        /*Mohit*/
        .widget-after-content.widget-recent-blog-posts.widget li p,
        .widget-after-content.widget-recent-blog-posts.widget li p a {
            font-size: 14px !important;
            text-align: left !important;
        }
        /*======*/

        .widget-after-content.widget-recent-blog-posts.widget li:last-child {
            clear: right;
        }

    .widget-after-content.widget-recent-blog-posts.widget header {
        background-image: url('../Content/images/icons/newspaper.png');
        margin: .5em 0;
        padding-left: 3em;
        background-repeat: no-repeat;
        background-position: 0 50%;
    }

        .widget-after-content.widget-recent-blog-posts.widget header h1 {
            font-size: 1.4em !important;
            font-weight: normal;
        }

    .widget-after-content.widget-recent-blog-posts.widget .postTitle {
        display: none;
    }

    .widget-after-content.widget-recent-blog-posts.widget .media-library-picker-field {
        height: 113px;
    }

    .widget-after-content.widget-recent-blog-posts.widget .image {
        width: 113px;
        height: 113px;
        display: block;
        overflow: hidden;
        border-radius: 50%;
        text-align: center;
    }

        .widget-after-content.widget-recent-blog-posts.widget .image img {
            width: auto;
            height: 113px;
        }

    .widget-after-content.widget-recent-blog-posts.widget .blog-post p:nth-child(2n+1) {
        //display:none;
    }

    .widget-after-content.widget-recent-blog-posts.widget .blog-post p:first-child {
        //display:block;
    }

    .widget-after-content.widget-recent-blog-posts.widget .blog-post p:last-child {
        //display:block;
    }

    .widget-after-content.widget-recent-blog-posts.widget .button {
        display: block;
        background: #fff;
        color: #67bced;
        width: 100%;
        padding: 0;
        margin: -10px 0;
    }

        .widget-after-content.widget-recent-blog-posts.widget .button::after {
            content: ' >';
        }

    .widget-after-content.widget-recent-blog-posts.widget .published {
        display: none;
    }

    .widget-after-content.widget-recent-blog-posts.widget .post-comments-count {
        display: none;
    }
