﻿/*
Theme Name: CertiSource
Theme URL: http://certisource.com
Author: Sudhir Sharma
Author URI: http://plasmacomp.com/sudhirsharma
Version: 1.0
Date: 17 Jan 2014
*/


/* HTML5 display definitions */
/* Correct `block` display not defined in IE 8/9.*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
/* Correct `inline-block` display not defined in IE 8/9.*/


/* Remove default margin. */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
figure,
legend,
input,
textarea,
p,
blockquote,
th,
td,
button,
select {
    margin: 0;
    padding: 0;
}


audio,
canvas,
video,
header nav a,
.fotterNavigation a,
.socialmediaicons a,
.radio input[type="radio"],
.rightsection div.graybox span,
.rightsection div.chatbox span {
    display: inline-block;
}

    /* Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/* Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}


.fotterNavigation div li a,
.rightsection div.clear {
    padding: 0px;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*Remove the gray background color from active links in IE 10.*/
a {
    background: transparent;
    text-decoration: none;
}

    /* Address `outline` inconsistency between Chrome and other browsers.*/
    a:focus,
    input:focus,
    textarea:focus,
    select:focus,
    a:active,
    a:hover,
    .CustomDropDown, select.CustomDropDown {
        outline: none;
        text-decoration: none;
    }


/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b, strong {
    font-weight: bold;
}


/**
 * Address style set to `normal`for all headings
 */

h1, h2, h3, h4, h5, h6, body, button, input, {
    line-height: normal;
}

h1, h2, h3, h4, h5, h6, th {
    font-weight: normal;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. remove border in all browsers.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    border: 0px; /* 3 */
}

textarea {
    resize: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}


.pointer {
    cursor: pointer;
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

    /**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

/**
 * MArgin-auto
 */
table,
.topsection,
section,
.slide-desc section,
.circles {
    margin: 0 auto;
}

.ml0 {
    margin-left: 0px;
}

/* ==========================================================================
   A> Flots
   B> Text Aligns
   C> Vertical Aligns
   ========================================================================== */

/* A */
.left,
.rightPanel,
.leftPanel,
.radio input[type="radio"],
.radio label,
.grid li,
.grid li img,
.rightsection div.graybox span,
.rightsection div.graybox li,
.fotterNavigation div,
.copyrights,
.innerLeft {
    float: left;
}

.right,
nav,
.login,
.rightsection div.chatbox span,
.socialmediaicons, .innerRight {
    float: right;
}

.none {
    float: none;
}

.clear {
    clear: both;
}

/* B */
.leftText {
    text-align: left;
}

.rightText,
.socialmediaicons,
.counter span {
    text-align: right;
}

.center,
.box .logos,
.rightsection div.chatbox span {
    text-align: center;
}

.justify {
    text-align: justify;
}

/* C */
.top, td {
    vertical-align: top;
}

.middle {
    vertical-align: middle;
}

.bottom, .socialmediaicons {
    vertical-align: bottom;
}

.rightsection div.graybox a {
    text-decoration: underline;
}

/* Base */
/* 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 * user zoom.
 */


.hp100, html, body {
    height: 100%;
}

#body {
    min-height: 100%;
}

html {
    /*font-family: HelveticaNeueRegular, Arial, Helvetica; /* 1 */
    font-family: Arial, Helvetica, sans-serif;
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    font-size: 15px; /* 14px default font size for each browser */
    line-height: 140%; /* 18px default line height for each browser */
    font-family: Arial, Helvetica, sans-serif;
}

.hspace {
    height: 8px;
}

.hspaceDouble {
    height: 25px;
}
/* defaul list style nonw */
.note {
    line-height: 14px;
}

.box, .rightsection div.box h1 {
    line-height: 20px;
}

    .box h1 {
        line-height: 40px;
    }

.rightsection div.loanbox h1 {
    line-height: 35px;
}

li {
    list-style-type: none;
}

/* default display block */
.copyrights span,
.radio label,
.counter span,
.grid li a,
.innercontainer h1 span,
.form label {
    display: block;
}

/* ==========================================================================
   FONTS CSS Start Here
   ========================================================================== */
.copyrights span {
    font-size: 11px;
}

.note {
    font-size: 12px;
}

.note {
    margin-top: -5px;
}

.fotterNavigation a,
.copyrights, .howitworks,
.counter, .grid li {
    font-size: 13px;
}

input[type="button"],
input[type="text"],
input[type="password"],
input[type="tel"],
.Quote,
.rightsection div.graybox,
.rightsection div.loanbox {
    font-size: 14px;
}

.grid li h3, nav a {
    font-size: 15px;
}

.Quote input[type="button"],
.datacontainer h2, sup {
    font-size: 16px;
}

.innercontainer h2 {
    font-size: 17px;
}

.box input[type="button"],
.innercontainer h1 span,
.botomTable input[type="button"],
.rightsection div.box h1 {
    font-size: 18px;
}

#counter {
    font-size: 20px;
}

.datacontainer h1 {
    font-size: 21px;
    font-weight: bold;
}

.rightsection div.loanbox h1 {
    font-size: 34px;
}

.box h1 {
    font-size: 35px;
}

    .box h1.f40,
    .innercontainer h1 {
        font-size: 38px;
    }

        .fotterNavigation li a,
        .innercontainer h1 span {
            /*font-family: 'HelveticaNeueRegular';*/
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
        }

.fotterNavigation a,
.datacontainer h2,
.grid li h3,
.innercontainer h2,
.rightsection div.box h1,
#counter,
.datacontainer h1 {
    /*font-family: 'HelveticaNeueBold';*/
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.box input[type="button"],
.innercontainer h1, .box h1, .rightsection div.loanbox h1 {
    /*font-family: 'HelveticaNeueLight';*/
    font-family: Arial, Helvetica, sans-serif;
}

nav a {
    font-family: Arial, Helvetica, sans-serif;
}

.box h1, .rightsection div.loanbox h1 {
    /*font-family: 'HelveticaNeueLTStd35Thin';*/
    font-family: Arial, Helvetica, sans-serif;
}

.datacontainer h1 {
    /*font-family: 'HelveticaNeueMedium';*/
    font-family: Arial, Helvetica, sans-serif;
}

/* ==========================================================================
   COLOURS CSS Start Here
   ========================================================================== */
body,
nav a,
.fotterNavigation a,
input[type="text"],
input[type="button"],
input[type="password"],
input[type="tel"],
.grid li a:hover,
.innercontainer h1 span,
.rightsection div.chatbox a:hover,
.CustomDropDown, select.CustomDropDown {
    color: #666;
}
    /* default text color for all browser */

    header nav a:hover,
    header nav a.selected,
    .fotterNavigation a:hover,
    .datacontainer h1,
    .datacontainer h2,
    .grid li a,
    .box div strong, .box div b,
    .innercontainer h1,
    .innercontainer h2,
    .rightsection div.graybox a:hover {
        color: #33B247;
    }

input[type="button"],
.rightsection div.chatbox,
.rightsection div.chatbox a,
.rightsection div.graybox,
.rightsection div.graybox h2,
.rightsection div.graybox a,
.rightsection div.graybox ul li.golden a:hover,
.rightsection div.goldenbox h2,
.rightsection div.goldenbox, .rightsection div.goldenbox a,
#counter {
    color: #fff;
}

.rightsection div.loanbox h1 {
    color: #333;
}

.form input[type="text"].gray,
.form input[type="password"].gray,
.form input[type="tel"].gray {
    color: #ccc;
}

.rightsection div.graybox ul li.golden a {
    color: #FFAD31
}

/* ==========================================================================
   BACKGROUND CSS Start Here
   ========================================================================== */
body {
    background: #e5e5e5 !important;
}

header,
.rightsection div.box {
    background: #f4f9ec !important;
}

.datacontainer,
.innercontainer,
html input[disabled], .wtbg {
    background: #fff;
}

#home header {
    background: url(../webImages/white.png);
}

.box {
    background: url(../webImages/white1.png);
}

.socialmediaicons a {
    background: url(../icons/social.png) 0 0 no-repeat;
}

.box div.one {
    background: url(../icons/one.png) 0px 2px no-repeat;
}

.box div.two {
    background: url(../icons/two.png) 0px 2px no-repeat;
}

.box div.three {
    background: url(../icons/three.png) 0px 2px no-repeat;
}

.rightsection div.chatbox {
    background: url(../webImages/bg_chatbox.jpg) 0 0 repeat-x;
}

.rightsection div.graybox {
    background: url(../webImages/bg_graybox.jpg) 0 0 repeat-x;
}

.rightsection div.goldenbox {
    background: url(../webImages/bg_goldenbox.jpg) 0 0 repeat-x;
}

.rightsection div.loanbox {
    background: #e5f4ff url(../webImages/bg_loanbox.jpg) bottom center no-repeat;
    background-size: 100%;
}

/* ==========================================================================
   BUTTONS CSS Start Here
   ========================================================================== */
input[type="button"] {
    /*padding:3px 8px 5px 8px; */
    border-bottom: 1px solid #666;
    /* custom WP changes */
    padding: 3px 2px 5px 2px;
}

input[type="button"] {
    background: url(../webImages/bg_button_green.png) 0 0 repeat-x;
    background-size: 100%;
}

    input[type="button"]:hover {
        background: url(../webImages/bg_button_gray.png) 0 0 repeat-x;
        background-size: 100%;
    }

/* ==========================================================================
   Border CSS Start
   ========================================================================== */
header {
    border-bottom: 8px solid #8abf3b !important;
}

.fotterNavigation div {
    /*border-left:1px solid #ccc;*/
}

input[type="text"], input[type="password"], input[type="tel"],
.CustomDropDown, select.CustomDropDown {
    border: 1px solid #ccc;
}

    input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus {
        border-bottom: 1px solid #8abf3b;
    }

.bottomBorder,
.innercontainer h1,
.form h2 {
    border-bottom: 1px solid #ccc;
}


.fotterNavigation li {
    list-style-type: disc;
    margin-left: 15px;
}
/* default border 0 */
#home header,
.fotterNavigation div.firstbox,
.rightsection div.loanbox h1,
.rightsection div.box h1 {
    border: 0px;
}

/* ==========================================================================
   HOVERS CSS Start Here
   ========================================================================== */

/* ==========================================================================
   WIDTHS CSS Start Here
   ========================================================================== */
.radio label {
    width: auto;
}

header,
.fotterNavigation,
.copyrights,
.box input[type="button"],
.w100p,
.form table {
    width: 100%;
}

.topsection,
footer section,
.datacontainer section,
.slide-desc section,
.innercontainer section,
.slide section,
.circles {
    width: 1115px;
    margin: 0 auto;
}

.rightPanel {
    width: 710px;
}

.innerLeft {
    width: 650px;
}

.form input[type="text"],
.form input[type="password"],
.form input[type="tel"],
{
    width: 305px;
}

.CustomDropDown, select.CustomDropDown {
    /*width:310px;*/
    width: 230px;
}

.w300,
.botomTable input[type="button"],
.rightsection, .innerRight {
    width: 320px;
}

.box {
    width: 395px;
}

.grid li {
    width: 340px;
}

.rightsection div.box {
    width: 290px;
}

.leftPanel {
    width: 235px;
}

.Quote input[type="button"] {
    width: 235px;
}

input[type="text"], input[type="password"],
input[type="tel"],
.w225 {
    width: 225px !important;
}

.rightsection div.chatbox span {
    width: 200px;
}

.rightsection div.graybox span {
    width: 50px;
}

.form input[type="text"].smallbox,
.form input[type="password"].smallbox,
.form input[type="tel"].smallbox {
    width: 144px;
}

.copyrights, .socialmediaicons {
    width: 450px;
}

/* ==========================================================================
   header CSS Start Here
   ========================================================================== */
header {
    padding: 5px 0 !important;
    position: fixed;
    z-index: 1;
}

#admin-nav {
    float: right;
}

#home header {
    margin-top: 0px;
    position: fixed;
    z-index: 99999;
}

header nav {
    margin: 10px 0 0 0;
}

    header nav a {
        margin: 25px 0px 0px 25px;
    }
/* header navigation css end here */

/* css for home page slider */
.box {
    padding: 10px 20px;
    margin-top: 130px;
}

    .box .logos {
        padding-top: 15px;
    }

        .box .logos img {
            margin: 0 5px;
        }

    .box h1, .counter span {
        margin-bottom: 10px;
    }

    .box div.one, .box div.two, .box div.three {
        padding: 5px 15px 3px 40px;
        margin: 10px 0px 5px 0px;
    }


/* left panel css */
.leftPanel {
    margin-right: 50px;
}

.Quote {
    padding-bottom: 15px;
}

.radio {
    padding-bottom: 10px;
}

.howitworks img {
    margin: 10px 0px;
}

.counter img {
    margin: 5px 0px;
}

.counter span {
}

/* right panel css */
.rightPanel {
}

.datacontainer {
    padding: 20px 0px;
}

    .datacontainer h1 {
        margin-bottom: 15px;
    }

    .datacontainer h2 {
        margin: 15px 0px 5px 0px;
    }

/* ==========================================================================
HOME PAGE CSS START HERE
==========================================================================*/
.grid li, .grid li img {
    margin-right: 15px;
}

.grid li {
    margin-bottom: 30px;
    margin-top: 15px;
}

    .grid li h3 {
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .grid li a {
        margin-top: 10px;
    }

.innercontainer, .datacontainer {
    padding-top: 140px !important;
}

#home .datacontainer {
    padding-top: 570px !important;
}

/* ==========================================================================
INNER PAGE CSS START HERE
==========================================================================*/
.innercontainer {
    padding: 30px 0px;
}

    .innercontainer h1,
    .rightsection div {
        margin-bottom: 15px;
    }

    .innercontainer h2 {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .innercontainer h1 span {
        margin: 20px 0px 10px 0px;
    }

.botomTable input[type="button"] {
    margin-right: 20px;
}

.botomTable a {
    display: inline-block;
    margin-right: 10px;
}

    .botomTable a img {
        margin-bottom: -10px;
    }


/* right section css */

.rightsection div {
    padding: 8px 12px;
}

    .rightsection div.chatbox img {
        margin: 0px 5px 0px 0px;
    }

    .rightsection div.chatbox span {
        margin-top: 5px;
        font-size: .9em;
        color: #fff;
    }

    .rightsection div.graybox h2,
    .rightsection div.graybox ul li.golden,
    .rightsection div.box {
        margin: 0px;
    }

    .rightsection div.graybox ul li {
        margin-top: 10px;
        padding: 5px 25px 0px 5px;
    }

    .rightsection div.loanbox h1 {
        margin-bottom: 5px;
    }

    .rightsection div.graybox ul li.golden {
        padding-bottom: 10px;
    }

    .rightsection div.graybox ul li.golden {
        margin-bottom: -10px;
    }

        .rightsection div.graybox ul li.golden span {
            margin-right: 4px;
        }

    .rightsection div.box,
    .rightsection div.goldenbox {
        padding: 1px 15px 15px 15px;
    }
/* ==========================================================================
FORM CSS START HERE
==========================================================================*/

input[type="text"], input[type="password"], input[type="tel"] {
    padding: 5px !important;
}

input[type="text"], input[type="password"], input[type="tel"] {
    margin-bottom: 8px !important;
}

.radio input[type="radio"] {
    margin-right: 5px;
    margin-top: 2px;
}

.radio label {
    margin-right: 15px;
}

.form td {
    padding: 2px 0px 8px 0px;
}

.form label {
    margin-bottom: 5px;
}

.form h2 {
    padding-bottom: 5px;
}

.form h2 {
    margin-bottom: 15px;
}


.CustomDropDown, select.CustomDropDown {
    line-height: 30px !important;
    padding-left: 2px !important;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #fff;
    background-image: url('../icons/downArrow.jpg') !important;
    background-position: 283px !important;
    background-repeat: no-repeat !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ''; /*In Firefox*/
    -webkit-appearance: none;
}

    .CustomDropDown, select.CustomDropDown.CoAppInfo {
        background-position: 195px !important;
    }

select, select > option {
    background-color: #428bca;
    border: 1px solid #357ebd !important;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

    select::-ms-expand {
        display: none;
    }

@-moz-document url-prefix() {
    .CustomDropDown option, select.CustomDropDown option {
        padding-right: 2px;
    }
}


/* ==========================================================================
FOOTER CSS START HERE
==========================================================================*/
footer section {
    padding: 10px 0;
}

.fotterNavigation {
    margin: 15px auto;
}

    .fotterNavigation div {
        /*padding:0px 40px 0 0; */
        padding: 0px 30px;
        min-height: 110px;
        margin-bottom: 30px;
        border-left: 1px solid #ccc;
    }

        .fotterNavigation div a {
            padding: 0px 0px 5px 0px;
        }

        .fotterNavigation div.firstbox {
            width: 140px;
        }

        .fotterNavigation div.secondbox {
            width: 280px;
            padding-left: 40px;
        }

        .fotterNavigation div.thirdbox {
            width: 280px;
            padding-left: 40px;
        }

        .fotterNavigation div.fourthbox {
            width: 140px;
        }

s

.copyrights, .socialmediaicons {
    margin-bottom: 10px;
}

.socialmediaicons {
    margin-top: 36px;
}

.copyrights img {
    margin-right: 10px;
}

.socialmediaicons a {
    height: 30px;
    width: 30px;
    margin-left: 8px;
}

    .socialmediaicons a.feed {
        background-position: 0px 0px;
    }

        .socialmediaicons a.feed:hover {
            background-position: 0px -31px;
        }

    .socialmediaicons a.facebook {
        background-position: -30px 0px;
    }

        .socialmediaicons a.facebook:hover {
            background-position: -30px -31px;
        }

    .socialmediaicons a.linkedin {
        background-position: -60px 0px;
    }

        .socialmediaicons a.linkedin:hover {
            background-position: -60px -31px;
        }

    .socialmediaicons a.twitter {
        background-position: -90px 0px;
    }

        .socialmediaicons a.twitter:hover {
            background-position: -90px -31px;
        }

    .socialmediaicons a.youtube {
        background-position: -120px 0px;
    }

        .socialmediaicons a.youtube:hover {
            background-position: -120px -31px;
        }

    .socialmediaicons a.xbox {
        background-position: -150px 0px;
    }

        .socialmediaicons a.xbox:hover {
            background-position: -150px -31px;
        }

    .socialmediaicons a.plus {
        background-position: -180px 0px;
    }

        .socialmediaicons a.plus:hover {
            background-position: -180px -31px;
        }

    .socialmediaicons a.google {
        background-position: -210px 0px;
    }

        .socialmediaicons a.google:hover {
            background-position: -210px -31px;
        }

    .socialmediaicons a.plasma {
        background-position: -242px 0px;
        width: 77px;
        height: 32px;
    }
/* extra CSS */

.dividor {
    height: 1px;
    margin: 12px auto;
}

.space {
    height: 25px;
}

.ad-helper {
    width: 50%;
    float: left;
}

/* rounded corner */

input[type="button"], .box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.rightsection div {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#counter {
    background: url(../webImages/bg_counter.jpg) 0 0 no-repeat;
    padding: 2px 2px 4px 20px;
    letter-spacing: 11.8px;
    line-height: 1.0em;
}

/* CSS for custom radio */
#radio-demo input[type="radio"] {
    position: absolute;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
}

    #radio-demo input[type="radio"] + label {
        position: relative;
        padding: 0px 0px 5px 20px;
    }

        #radio-demo input[type="radio"] + label:before {
            content: "";
            display: block;
            position: absolute;
            top: 2px;
            height: 14px;
            width: 14px;
            background: white;
            border: 1px solid #ccc;
            box-shadow: inset 0px 0px 0px 2px white;
            -webkit-box-shadow: inset 0px 0px 0px 2px white;
            -moz-box-shadow: inset 0px 0px 0px 2px white;
            -o-box-shadow: inset 0px 0px 0px 2px white;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -o-border-radius: 8px;
            border-radius: 8px;
            margin-left: -20px;
            margin-top: -1px;
        }

    #radio-demo input[type="radio"]:checked + label:before {
        background: #33B247;
    }

sup {
    position: absolute;
    top: 12px;
    margin-left: 4px;
}

/*--------------------------------------------------------------
Custom CSS menus For WordPress Conversion
--------------------------------------------------------------*/
.login {
    padding-bottom: 25px;
}

.main-navigation {
    /*clear: both; This was causing issues in IE Edge.  Taking it out doesn't cause any issues in the other browsers.*/
    padding-bottom: 8px;
}

    .main-navigation ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

    .main-navigation li {
        float: left;
        position: relative;
        display: inline;
    }

    .main-navigation a {
        display: inline;
        text-decoration: none;
    }

        .main-navigation a hover {
            color: white;
            background: green;
        }

    .main-navigation ul ul {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        display: none;
        float: left;
        left: 0;
        position: absolute;
        z-index: 99999;
        background: #90c43b;
    }

        .main-navigation ul ul ul {
            left: 100%;
            top: 0;
        }

        .main-navigation ul ul a {
            width: 215px;
        }

        .main-navigation ul ul li {
        }

    .main-navigation li:hover > a {
    }

    .main-navigation ul ul :hover > a {
    }

    .main-navigation ul ul a:hover {
    }

    .main-navigation ul li:hover > ul {
        display: block;
    }

    .main-navigation .current_page_item a,
    .main-navigation .current-menu-item a {
        color: #30A049;
    }

/* ==========================================================================
   CUSTOM CSS Start Here
   ========================================================================== */
.sub-menu {
    padding-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

    .sub-menu li a {
        color: #fff !important;
    }

.innercontainer section {
    /*width:800px !important;*/
}

.fullcontainer {
    padding: 30px 0px;
    padding-top: 140px !important;
    background: #fff;
    height: 70%;
}

    .fullcontainer section {
        width: 1115px;
        margin: 0 auto;
    }

#ORLhome header {
    border: none;
    margin-top: 0px;
    position: fixed;
    z-index: 99999;
    background: url(webImages/white.png);
}

.fotterNavigation .firstbox li {
    list-style-type: none;
    padding: 0 0 5px;
}

.fotterNavigation div.fourthbox li {
    list-style-type: none;
    padding: 0 0 5px;
}

.innercontainer h1 {
    border: none;
    padding-bottom: 10px;
}

.innerPageTitleLine {
    border-top: 1px solid #CCCCCC;
}

.innercontainer {
    overflow: auto;
}

.ml0 {
    padding-top: 20px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit !important;
    -moz-box-sizing: inherit !important;
    box-sizing: inherit !important;
}

.login input[type="button"] {
    padding: 3px 8px 5px 8px;
    Background: #658a2a;
}

/* css styles for shortcodes made in the functions.php file */
.applyButton {
    padding-top: 20px;
    padding-bottom: 20px;
}

.fullcontainer h1 {
    font-size: 38px;
    font-weight: bold;
    color: #33B247;
    margin-bottom: 15px;
}

.fullcontainer h2 {
    font-size: 21px !important;
    margin-bottom: 15px !important;
    color: #33B247 !important;
}

.fullcontainer h3 {
    color: #33B247;
    font-weight: bold;
}

.fullcontainer div {
    font-size: 15px;
    line-height: 150%;
}

.fullcontainer a {
    color: #33B247;
}

    .fullcontainer a:visited {
        color: #33B247 !important;
    }

    .fullcontainer a:hover {
        color: #2B828E !important;
    }

.termsConditions {
    font-size: 11px;
    padding-top: 15px;
}

.innercontainer h2 {
    font-size: 21px !important;
}

.innercontainer h3 {
    color: #33B247;
    font-weight: bold;
}

.innercontainer a {
    color: #33B247;
}

    .innercontainer a:visited {
        color: #33B247 !important;
    }

    .innercontainer a:hover {
        color: #2B828E !important;
    }

.inner-lists li {
    list-style-type: disc !important;
    margin-left: 15px;
}

.inner-order-lists li {
    list-style-type: disc;
    margin-left: 15px;
}

.contactInfo {
    padding: 25px 0px;
    line-height: 140%;
}

    .contactInfo h3 {
        line-height: 140%;
    }
/***  CSS Styles for Normal Post on Main Post Page which is index.php file ***/
.post h2 a {
    color: #33B247;
}

    .post h2 a:visited {
        color: #33B247 !important;
    }

    .post h2 a:hover {
        color: #2B828E !important;
    }

.postDate {
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 3px;
}

.entry {
    padding-bottom: 30px;
}

    .entry p {
        padding-bottom: 10px;
    }

.moreExcerpt a {
    color: #842015;
    padding-top: 10px;
    padding-bottom: 25px;
}

    .moreExcerpt a:visited {
        color: #842015 !important;
        padding-top: 10px;
        padding-bottom: 25px;
    }

    .moreExcerpt a:hover {
        color: #2B828E !important;
        padding-top: 10px;
        padding-bottom: 25px;
    }
/******* Single Post Styles uses the single.php file **********/
.post-title {
    font-size: 21px !important;
    margin-bottom: 15px !important;
}

    .post-title a {
        color: #33B247;
    }

        .post-title a:visited {
            color: #33B247 !important;
        }

        .post-title a:hover {
            color: #2B828E !important;
        }

.entry-content {
    padding-bottom: 30px;
    padding-top: 20px;
}

    .entry-content p {
        padding-bottom: 10px;
    }

    .entry-content a {
        color: #33B247;
    }

        .entry-content a:visited {
            color: #117422 !important;
        }

        .entry-content a:hover {
            color: #2B828E !important;
        }
/******** Table Styles *************/
.orlTable {
    margin-left: 0px;
    padding-bottom: 20px !important;
}

    .orlTable tr th {
        padding-right: 0px;
    }

    .orlTable tr td {
        padding-right: 25px;
        vertical-align: middle;
    }

    .orlTable td {
        padding: 5px;
    }

    .orlTable tr th h2 {
        margin-left: -50px;
    }

    .orlTable a {
        color: #2B828E;
    }

        .orlTable a:visited {
            color: #33B247 !important;
        }

        .orlTable a:hover {
            color: #117422 !important;
        }

.orlDesignTable {
    border-collapse: collapse;
    border-color: #9ACD32;
    border-style: solid;
    border-width: 1px;
    width: 100%;
}

    .orlDesignTable td {
        border: 1px solid #9ACD32;
        padding: 5px 15px 5px 5px;
        text-align: left;
        white-space: nowrap;
        vertical-align: middle;
    }

    .orlDesignTable th {
        background-color: #30A049;
        background-repeat: repeat-x;
        color: #FFFFFF;
        padding-left: 5px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 20px;
    }

.coverage-table {
    /*border-collapse: collapse;
    border-color: #9ACD32;
    border-style: solid;
    border-width: 1px;
    width: 100%;*/
    border: none;
}

    .coverage-table th {
        background-color: #30A049;
        background-repeat: repeat-x;
        color: #FFFFFF;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 15px;
    }

    .coverage-table td {
        border: 1px solid #33B247;
        padding: 5px 15px 5px 5px;
        text-align: left;
        white-space: nowrap;
        vertical-align: middle;
    }

    .coverage-table a {
        color: #2B828E;
    }

        .coverage-table a:visited {
            color: #2B828E !important;
        }

        .coverage-table a:hover {
            color: #117422 !important;
        }

.orl-stips-table {
    border-collapse: collapse;
    border-color: #9ACD32;
    border-style: solid;
    border-width: 1px;
    width: 100%;
}

    .orl-stips-table td {
        border: 1px solid #33B247;
        padding: 5px 15px 5px 5px;
        text-align: left;
        white-space: nowrap;
        vertical-align: middle;
        text-align: center;
    }

    .orl-stips-table th {
        background-color: #30A049;
        background-repeat: repeat-x;
        color: #FFFFFF;
        padding-left: 5px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 20px;
    }

.orl-docs-table {
    border-color: #33B247;
    border-style: solid;
    border-width: 1px;
    width: 80%;
}

    .orl-docs-table td {
        border: 1px solid #33B247;
        padding: 5px 15px 5px 5px;
        text-align: left;
        white-space: nowrap;
        vertical-align: middle;
        text-align: center;
        width: 50%;
    }

        .orl-docs-table td a {
            color: #33B247;
        }

            .orl-docs-table td a:visited {
                color: #33B247;
            }

            .orl-docs-table td a:hover {
                color: #9B2016;
            }

.center-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.div-block {
    clear: both;
    display: inline-block !important;
    overflow: hidden;
    white-space: nowrap;
}

.oneliner {
    white-space: nowrap;
    display: inline-block !important;
}
/**** Admin Style Form Elements *****/
.orl-label {
    background-color: #5CB85C !important;
    display: inline !important;
    padding: .2em .6em .3em !important;
    font-weight: bold !important;
    line-height: 1 !important;
    color: #fff !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: baseline !important;
    border-radius: .25em !important;
    -moz-border-radius: .25em !important;
    -webkit-border-radius: .25em !important;
    margin-right: .5em !important;
    margin-left: .5em !important;
}

.orl-input-box {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    padding: 6px 12px !important;
    line-height: 1.42 !important;
    background-color: #eee !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #1B7533 !important;
    height: 30px !important;
}

.orl-button {
    background-color: #30A049 !important;
    border-color: #357ebd !important;
    color: #ffffff !important;
    margin-left: 10px !important;
    padding: 10px 15px !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    font-size: 20px !important;
    white-space: nowrap !important;
    margin-bottom: 10px !important;
}

#clientLogoutButton, #clientLogoutButton2,
#clientLogoutButton3, #clientLogoutButton4,
#clientLogoutButton5, #clientLogoutButton6,
#clientLogoutButton7, #clientLogoutButtton8,
#clientLogoutButton9, #clientLogoutButton10,
#clientLogoutButton11, #clientLogoutButton12,
#clientLogoutButton14, #clientLogoutButton15,
#clientLogoutButton16, #clientLogoutButton17,
#clientBackPageButton, #clientLogoutButton18,
#clientBackPage2, #clientLogputButton19,
#clientLogoutButton20, #clientLoginButton1,
#clientBackPage3, #clientLogoutButton21,
#purchaseContinueButton, #refiContinueButton,
#dealerBackPage1, #dealerLogout1,
#dealerLogout2, #dealerLogout3,
#dealerBackPage2, #dealerBackPage3,
#dealerLogout4, #dealerBackPage5,
#dealerBackPage6, #dealerLogout5,
#dealerBackPage7, #dealerBackPage8,
#dealerBackPage9, #dealerBackPage10,
#dealerLogout6, #dealerLogout7,
#dealerLogout8, #dealerLogout9,
#dealerLogout10, #clientBackTo1,
#clientBackTo2, #clientBackTo3,
#clientBackTo4, #clientBackTo5,
#clientBackTo6, #clientBackTo7,
#clientBackTo8 {
    color: #ffffff !important;
    margin-top: 10px;
}

.orl-button-blue {
    background-color: #2C8692 !important;
    border-color: #5FBCC9 !important;
    color: #fff !important;
    margin-left: 10px !important;
    padding: 10px 15px !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    font-size: 20px !important;
    white-space: nowrap !important;
}

.orl-button-red {
    background-color: #EF5044 !important;
    border-color: #357ebd !important;
    color: #fff !important;
    margin-left: 10px !important;
    padding: 10px 15px !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    font-size: 20px !important;
    white-space: nowrap !important;
}

.orl-button-orange {
    background-color: #EF9644 !important;
    border-color: #F77C72 !important;
    color: #fff !important;
    margin-left: 10px !important;
    padding: 10px 15px !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    font-size: 20px !important;
    white-space: nowrap !important;
}
/***** admin fullcontainer styles ************/
.admin-fullcontainer {
    padding-top: 140px !important;
    background: #fff !important;
    height: 70% !important;
}

    .admin-fullcontainer section {
        width: 1115px;
        margin: 0 auto;
        background-color: transparent;
    }

    .admin-fullcontainer h1 {
        font-size: 38px;
        color: #33B247;
        margin-bottom: 15px;
    }

    .admin-fullcontainer h2 {
        font-size: 21px !important;
        margin-bottom: 15px !important;
        color: #33B247 !important;
    }

    .admin-fullcontainer h3 {
        color: #33B247;
    }

    .admin-fullcontainer div {
        font-size: 15px;
        line-height: 150%;
    }

    .admin-fullcontainer a {
        color: #fff;
    }

        .admin-fullcontainer a:visited {
            color: #fff;
        }

        .admin-fullcontainer a:hover {
            color: #2B828E !important;
        }

.orl-links a {
    color: #33B247 !important;
}

    .orl-links a:visited {
        color: #00B247 !important;
    }

    .orl-links a:hover {
        color: #2B828E !important;
        text-decoration: none !important;
    }
/*
#formappid {
	margin-left: 70px;
}
#orlecheck {
	margin-left: 15px;
}
*/
#myForm {
    border: solid 1px #34B748;
    border-radius: 14px;
    background: #E5E5E5;
    padding: 15px;
}

.verification {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #33B247;
}

.verification-label {
    font-weight: bold;
    color: #9B2016;
}

.pdfLinks {
    padding-right: 30px;
}

.spacer {
    height: 400px;
}

.hSpace {
    height: 200px;
}

#customerDocHeading {
    padding-top: 200px;
}

#dealerDocHeading {
    padding-top: 700px;
}

#sliderBoxLists {
    padding-left: 10px;
}

    #sliderBoxLists li {
        padding-top: 1px;
        padding-bottom: 1px;
        list-style-type: disc;
    }
/****** Dealer Login Page Styles ***********/
.dlpconjunctions {
    color: #34B748;
    font-size: 16px;
    font-weight: bold;
    padding-right: 20px;
    padding-left: 20px;
}

h4 {
    color: #34B748;
}

.loginLinks a {
    color: #34B748 !important;
}

#appSubmit {
    margin-top: 10px;
    color: #fff;
}

button {
    padding: 10px;
    height: 100%;
    background-color: #7DC13E;
    color: #fff;
    -webkit-border-radius: 5px;
    -mox-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px !important;
}

.backButton {
    background-color: #428bca;
    border-color: #357ebd;
    border-radius: 5px;
    color: #ffffff !important;
    height: 100%;
    margin-bottom: 10px;
    padding: 10px;
}

.panel-orl {
    border-color: #5cb85c !important;
}

    .panel-orl > .panel-heading {
        background-color: #5cb85c;
        border-color: #4cae4c;
        color: #fff;
    }

#resetButtonCoAppForm {
    background-color: #EF9644 !important;
    border-color: #F77C72 !important;
    color: #fff !important;
    margin-left: 10px !important;
    padding: 9px 15px !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    font-size: 100% !important;
    white-space: nowrap !important;
}

#efiContinueButton {
    color: #fff !important;
}
/* ==========================================================================
   IE STYLES
   ========================================================================== */
/************* IE 11 STYLES *****************/
html[data-useragent*='rv:11.0'] .socialmediaicons {
    width: 480px;
}

html[data-useragent*='rv:11.0'] .CustomDropDown {
    width: 300px;
}

html[data-useragent*='rv:11.0'] select.CustomDropDown {
    width: 300px;
    background-position: 270px;
}

html[data-useragent*='rv:11.0'] .CustomDropDown.CoAppInfo {
    width: 225px !important;
    background-position: 195px !important;
}

html[data-useragent*='rv:11.0'] .form input[type="text"].smallbox {
    width: 150px;
}

html[data-useragent*='rv:11.0'] .form input[type="password"].smallbox {
    width: 150px;
}

html[data-useragent*='rv:11.0'] .form input[type="tel"].smallbox {
    width: 150px;
}

html[data-useragent*='rv:11.0'] .fotterNavigation div {
    padding-right: 20px;
}

html[data-useragent*='rv:11.0'] .firstbox {
    width: 200px;
}

html[data-useragent*='rv:11.0'] .secondbox {
    width: 350px;
}

html[data-useragent*='rv:11.0'] .thirdbox {
    width: 350px;
}

html[data-useragent*='rv:11.0'] .fourthbox {
    width: 200px;
}

html[data-useragent*='rv:11.0'] #app_years_at_residence {
    width: 147px;
}

html[data-useragent*='rv:11.0'] #app_months_at_residence {
    width: 147px;
}

html[data-useragent*='rv:11.0'] #app_years_at_job {
    width: 147px;
}

html[data-useragent*='rv:11.0'] #app_months_at_job {
    width: 147px;
}

html[data-useragent*='rv:11.0'] #coapp_years_at_residence {
    width: 147px;
}

html[data-useragent*='rv:11.0'] #coapp_months_at_residence {
    width: 147px;
}

html[data-useragent*='rv:11.0'] #coapp_years_at_job {
    width: 147px;
}

html[data-useragent*='rv:11.0'] #coapp_months_at_job {
    width: 147px;
}

html[data-useragent*='rv:11.0'] .rightsection div.box {
    width: 320px;
}

html[data-useragent*='rv:11.0'] .box {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 120px;
    width: 450px;
}

html[data-useragent*='rv:11.0'] #sliderBoxLists {
    padding-left: 10px;
}

    html[data-useragent*='rv:11.0'] #sliderBoxLists li {
        padding-top: 1px;
        padding-bottom: 1px;
        list-style-type: disc;
    }

html[data-useragent*='rv:11.0'] .box div.one, .box div.two, .box div.three {
    padding-top: 3px;
    padding-bottom: 5px;
}

html[data-useragent*='rv:11.0'] .grid li, .grid li img {
    padding-bottom: 7px;
}

html[data-useragent*='rv:11.0'] #lpchat-container-7702118_549ba151-0d7a-4e65-a412-6281cbd0f023 .lpchat-container {
    top: 130px;
    width: 360px !important;
    height: 235px !important;
}

html[data-useragent*='rv:11.0'] .main-navigation ul ul a {
    width: 225px !important;
}

html[data-useragent*='rv:11.0'] .pigb-error-class {
    min-height: 20em;
}

html[data-useragent*='rv:11.0'] .vigb-error-class {
    min-height: 20em;
}

html[data-useragent*='rv:11.0'] .cigb-error-class {
    min-height: 36em;
}

html[data-useragent*='rv:11.0'] .eigb-error-class {
    min-height: 35em;
}

html[data-useragent*='rv:11.0'] .cbigb-error-class {
    min-height: 19em;
}

html[data-useragent*='rv:11.0'] .cbcigb-error-class {
    min-height: 35em;
}

html[data-useragent*='rv:11.0'] .cbeigb-error-class {
    min-height: 35em;
}

html[data-useragent*='rv:11.0'] header nav {
    margin: 0px 0px;
}

html[data-useragent*='rv:11.0'] .orl-input-box {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    padding: 6px 12px !important;
    line-height: 1.42 !important;
    background-color: #eee !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #1B7533 !important;
    height: 40px !important;
}

html[data-useragent*='rv:11.0'] .login {
    margin-top: 10px !important;
}

html[data-useragent*='rv:11.0'] header nav a {
    margin-top: 10px !important;
}
/************* IE 10 STYLES *****************/
html[data-useragent*='MSIE 10.0'] .socialmediaicons {
    width: 480px;
}

html[data-useragent*='MSIE 10.0'] .innercontainer .innerLeft {
    width: 735px;
}

html[data-useragent*='MSIE 10.0'] .CustomDropDown {
    width: 300px;
}

html[data-useragent*='MSIE 10.0'] select.CustomDropDown {
    width: 300px;
    background-position: 270px !important;
}

html[data-useragent*='MSIE 10.0'] .CustomDropDown.CoAppInfo {
    width: 225px !important;
    background-position: 195px !important;
}

html[data-useragent*='MSIE 10.0'] .personal_information {
    min-height: 13.5em;
}

html[data-useragent*='MSIE 10.0'] .vehicle_information {
    min-height: 13.5em;
}

html[data-useragent*='MSIE 10.0'] .contact_information {
    min-height: 21em;
}

html[data-useragent*='MSIE 10.0'] .employment_information {
    min-height: 21em;
}

html[data-useragent*='MSIE 10.0'] .coborrower_information {
    min-height: 13.5em;
}

html[data-useragent*='MSIE 10.0'] .coborrower_contact_information {
    min-height: 21.5em;
}

html[data-useragent*='MSIE 10.0'] .coapplicant_employment_information {
    min-height: 21em;
}

html[data-useragent*='MSIE 10.0'] #app_years_at_residence {
    width: 147px;
}

html[data-useragent*='MSIE 10.0'] #app_months_at_residence {
    width: 147px;
}

html[data-useragent*='MSIE 10.0'] #app_years_at_job {
    width: 147px;
}

html[data-useragent*='MSIE 10.0'] #app_months_at_job {
    width: 147px;
}

html[data-useragent*='MSIE 10.0'] #coapp_years_at_residence {
    width: 147px;
}

html[data-useragent*='MSIE 10.0'] #coapp_months_at_residence {
    width: 147px;
}

html[data-useragent*='MSIE 10.0'] #coapp_years_at_job {
    width: 147px;
}

html[data-useragent*='MSIE 10.0'] #coapp_months_at_job {
    width: 147px;
}

html[data-useragent*='MSIE 10.0'] .form input[type="text"].smallbox {
    width: 140px;
}

html[data-useragent*='MSIE 10.0'] .form input[type="password"].smallbox {
    width: 140px;
}

html[data-useragent*='MSIE 10.0'] .form input[type="tel"].smallbox {
    width: 140px;
}

html[data-useragent*='MSIE 10.0'] .fotterNavigation div {
    padding-right: 20px;
}

html[data-useragent*='MSIE 10.0'] .firstbox {
    width: 200px;
}

html[data-useragent*='MSIE 10.0'] .secondbox {
    width: 350px;
}

html[data-useragent*='MSIE 10.0'] .thirdbox {
    width: 350px;
}

html[data-useragent*='MSIE 10.0'] .fourthbox {
    width: 200px;
}

html[data-useragent*='MSIE 10.0'] .rightsection div.box {
    width: 320px;
}

html[data-useragent*='MSIE 10.0'] .box {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 120px;
    width: 450px;
}

html[data-useragent*='MSIE 10.0'] #sliderBoxLists {
    padding-left: 10px;
}

    html[data-useragent*='MSIE 10.0'] #sliderBoxLists li {
        padding-top: 1px;
        padding-bottom: 1px;
        list-style-type: disc;
    }

html[data-useragent*='MSIE 10.0'] .box div.one, .box div.two, .box div.three {
    padding-top: 3px;
    padding-bottom: 5px;
}

html[data-useragent*='MSIE 10.0'] .grid li, .grid li img {
    padding-bottom: 7px;
}

html[data-useragent*='MSIE 10.0'] #lpchat-container-7702118_549ba151-0d7a-4e65-a412-6281cbd0f023 .lpchat-container {
    top: 130px;
    width: 360px !important;
    height: 235px !important;
}

html[data-useragent*='MSIE 10.0'] .main-navigation ul ul a {
    width: 225px !important;
}

html[data-useragent*='MSIE 10.0'] .pigb-error-class {
    min-height: 18em;
}

html[data-useragent*='MSIE 10.0'] .vigb-error-class {
    min-height: 18em;
}

html[data-useragent*='MSIE 10.0'] .cigb-error-class {
    min-height: 34em;
}

html[data-useragent*='MSIE 10.0'] .eigb-error-class {
    min-height: 33em;
}

html[data-useragent*='MSIE 10.0'] .cbigb-error-class {
    min-height: 18em;
}

html[data-useragent*='MSIE 10.0'] .cbcigb-error-class {
    min-height: 34em;
}

html[data-useragent*='MSIE 10.0'] .cbeigb-error-class {
    min-height: 34em;
}

html[data-useragent*='MSIE 10.0'] header nav {
    margin: 0px 0px;
}

html[data-useragent*='MSIE 10.0'] .orl-input-box {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    padding: 6px 12px !important;
    line-height: 1.42 !important;
    background-color: #eee !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #1B7533 !important;
    height: 40px !important;
}

html[data-useragent*='MSIE 10.0'] .login {
    margin-top: 10px;
}

html[data-useragent*='MSIE 10.0'] header nav a {
    margin-top: 10px !important;
}
/************* IE 9 STYLES *****************/
html[data-useragent*='MSIE 9.0'] .socialmediaicons {
    width: 480px;
}

html[data-useragent*='MSIE 9.0'] .CustomDropDown {
    width: 300px;
}

html[data-useragent*='MSIE 9.0'] select.CustomDropDown {
    width: 300px;
    background-position: 270px !important;
}

html[data-useragent*='MSIE 9.0'] .CustomDropDown.CoAppInfo {
    width: 225px !important;
    background-position: 195px !important;
}

html[data-useragent*='MSIE 9.0'] .form input[type="text"].smallbox {
    width: 140px;
}

html[data-useragent*='MSIE 9.0'] .form input[type="password"].smallbox {
    width: 140px;
}

html[data-useragent*='MSIE 9.0'] .form input[type="tel"].smallbox {
    width: 140px;
}

html[data-useragent*='MSIE 9.0'] .fotterNavigation div {
    padding-right: 20px;
}

html[data-useragent*='MSIE 9.0'] .firstbox {
    width: 200px;
}

html[data-useragent*='MSIE 9.0'] .secondbox {
    width: 350px;
}

html[data-useragent*='MSIE 9.0'] .thirdbox {
    width: 350px;
}

html[data-useragent*='MSIE 9.0'] .fourthbox {
    width: 200px;
}

html[data-useragent*='MSIE 9.0'] #app_years_at_residence {
    width: 147px;
}

html[data-useragent*='MSIE 9.0'] #app_months_at_residence {
    width: 147px;
}

html[data-useragent*='MSIE 9.0'] #app_years_at_job {
    width: 147px;
}

html[data-useragent*='MSIE 9.0'] #app_months_at_job {
    width: 147px;
}

html[data-useragent*='MSIE 9.0'] #coapp_years_at_residence {
    width: 147px;
}

html[data-useragent*='MSIE 9.0'] #coapp_months_at_residence {
    width: 147px;
}

html[data-useragent*='MSIE 9.0'] #coapp_years_at_job {
    width: 147px;
}

html[data-useragent*='MSIE 9.0'] #coapp_months_at_job {
    width: 147px;
}

html[data-useragent*='MSIE 9.0'] .rightsection div.box {
    width: 320px;
}

html[data-useragent*='MSIE 9.0'] .box {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 120px;
    width: 450px;
}

html[data-useragent*='MSIE 9.0'] #sliderBoxLists {
    padding-left: 10px;
}

    html[data-useragent*='MSIE 9.0'] #sliderBoxLists li {
        padding-top: 1px;
        padding-bottom: 1px;
        list-style-type: disc;
    }

html[data-useragent*='MSIE 9.0'] .box div.one, .box div.two, .box div.three {
    padding-top: 3px;
    padding-bottom: 5px;
}

html[data-useragent*='MSIE 9.0'] .grid li, .grid li img {
    padding-bottom: 7px;
}

html[data-useragent*='MSIE 9.0'] #lpchat-container-7702118_549ba151-0d7a-4e65-a412-6281cbd0f023 .lpchat-container {
    top: 130px;
    width: 360px !important;
    height: 235px !important;
}

html[data-useragent*='MSIE 9.0'] .main-navigation ul ul a {
    width: 225px !important;
}

html[data-useragent*='MSIE 9.0'] .radio label {
    float: none;
    margin-right: 25px;
}

html[data-useragent*='MSIE 9.0'] header nav {
    margin: 0px 0px;
}

html[data-useragent*='MSIE 9.0'] .orl-input-box {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    padding: 6px 12px !important;
    line-height: 1.42 !important;
    background-color: #eee !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #1B7533 !important;
    height: 40px !important;
}

html[data-useragent*='MSIE 9.0'] .login {
    margin-top: 10px;
}

html[data-useragent*='MSIE 9.0'] header nav a {
    margin-top: 10px !important;
}
/************* IE 8 STYLES *****************/
html[data-useragent*='MSIE 8.0'] .socialmediaicons {
    width: 480px;
    margin-right: 35px;
    margin-top: -50px !important;
}

html[data-useragent*='MSIE 8.0'] .copyrights {
    width: inherit;
    padding-left: 5px;
}

html[data-useragent*='MSIE 8.0'] #radio-demo INPUT[type='radio'] {
    position: inherit;
}

html[data-useragent*='MSIE 8.0'] .CustomDropDown {
    width: 300px;
}

html[data-useragent*='MSIE 8.0'] select.CustomDropDown {
    width: 300px;
    background-position: 270px !important;
}

html[data-useragent*='MSIE 8.0'] .CustomDropDown.CoAppInfo {
    width: 225px !important;
    background-position: 195px !important;
}

html[data-useragent*='MSIE 8.0'] .form input[type="text"].smallbox {
    width: 140px;
}

html[data-useragent*='MSIE 8.0'] .form input[type="password"].smallbox {
    width: 140px;
}

html[data-useragent*='MSIE 8.0'] .form input[type="tel"].smallbox {
    width: 140px;
}

html[data-useragent*='MSIE 8.0'] .fotterNavigation div {
    padding-right: 20px;
}

html[data-useragent*='MSIE 8.0'] .firstbox {
    width: 200px;
}

html[data-useragent*='MSIE 8.0'] .secondbox {
    width: 350px;
}

html[data-useragent*='MSIE 8.0'] .thirdbox {
    width: 350px;
}

html[data-useragent*='MSIE 8.0'] .fourthbox {
    width: 200px;
}

html[data-useragent*='MSIE 8.0'] #app_years_at_residence {
    width: 147px;
}

html[data-useragent*='MSIE 8.0'] #app_months_at_residence {
    width: 147px;
}

html[data-useragent*='MSIE 8.0'] #app_years_at_job {
    width: 147px;
}

html[data-useragent*='MSIE 8.0'] #app_months_at_job {
    width: 147px;
}

html[data-useragent*='MSIE 8.0'] #coapp_years_at_residence {
    width: 147px;
}

html[data-useragent*='MSIE 8.0'] #coapp_months_at_residence {
    width: 147px;
}

html[data-useragent*='MSIE 8.0'] #coapp_years_at_job {
    width: 147px;
}

html[data-useragent*='MSIE 8.0'] #coapp_months_at_job {
    width: 147px;
}

html[data-useragent*='MSIE 8.0'] .rightsection div.box {
    width: 320px;
}

html[data-useragent*='MSIE 8.0'] .box {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 120px;
    width: 450px;
}

html[data-useragent*='MSIE 8.0'] #sliderBoxLists {
    padding-left: 10px;
}

    html[data-useragent*='MSIE 8.0'] #sliderBoxLists li {
        padding-top: 1px;
        padding-bottom: 1px;
        list-style-type: disc;
    }

html[data-useragent*='MSIE 8.0'] .box div.one, .box div.two, .box div.three {
    padding-top: 3px;
    padding-bottom: 5px;
}

html[data-useragent*='MSIE 8.0'] .grid li, .grid li img {
    padding-bottom: 7px;
}

html[data-useragent*='MSIE 8.0'] #lpchat-container-7702118_549ba151-0d7a-4e65-a412-6281cbd0f023 .lpchat-container {
    top: 130px;
    width: 360px !important;
    height: 235px !important;
}

html[data-useragent*='MSIE 8.0'] .main-navigation ul ul a {
    width: 225px !important;
}

html[data-useragent*='MSIE 8.0'] .orlrow {
    width: 100%;
    float: left;
}

html[data-useragent*='MSIE 8.0'] table td {
    padding: 0px;
}

html[data-useragent*='MSIE 8.0'] .orlcol-4 {
    width: 48%;
    padding-right: 1%;
    display: inline-block;
    vertical-align: top;
}

html[data-useragent*='MSIE 8.0'] .contact-orlcol-4 {
    width: 48%;
    padding-right: 1%;
    display: inline-block;
    padding: 5px 0px;
}

html[data-useragent*='MSIE 8.0'] .radio label {
    float: none;
    margin-right: 25px;
}

html[data-useragent*='MSIE 8.0'] header nav {
    margin: 0px 0px;
}

html[data-useragent*='MSIE 8.0'] .orl-input-box {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    padding: 6px 12px !important;
    line-height: 1.42 !important;
    background-color: #eee !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #1B7533 !important;
    height: 40px !important;
}

html[data-useragent*='MSIE 8.0'] .login {
    margin-top: -60px;
}

html[data-useragent*='MSIE 8.0'] header nav a {
    margin-top: 10px !important;
}
