/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 @import url('https://web.archive.org/web/20220110165943cs_/https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
 @font-face {
    font-family: "FontAwesome";
    src: url("https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/fontawesome-webfont.eot#iefix&v=4.7.0") format("embedded-opentype"), url("https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
        url("https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* (1) banner.css */

#slides,
#slideshome {
    width: 720px;
    height: 300px;
    float: left;
    position: relative;
    z-index: 0;
}
.slides_container {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    display: none;
    z-index: 0;
}
.slides_control {
    width: 100% !important;
    z-index: 0;
}
#slides .slide,
#slideshome .slide {
    padding: 0;
    width: 100%;
    height: 300px;
    display: block;
    z-index: 1 !important;
}
.slides_container div.slide {
    height: 300px;
    display: block;
}
.slides_container div.content {
    left: none important;
    right: 0 !important;
    bottom: 0;
    float: left;
    width: 210px;
    min-height: 296px;
    overflow-y: hidden;
    background: #ece9dd;
    padding: 10px 30px;
    position: relative;
}
.slides_container div img {
    border: none;
    float: left;
    height: auto;
    width: 493px;
}
.slides_container div.content h1,
.slides_container div.content h2 {
    color: #369 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}
.slides_container div.slide .content h3 {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin-top: 5px;
}
.slides_container div.content h1 a,
.slides_container div.content h2 a {
    color: #369 !important;
}
.slides_container div.slide .content h4 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 18px;
}
.slides_container div.content p {
    font-size: 12px;
    margin-top: 10px;
    line-height: 15px;
}
#slides .next,
#slideshome .next {
    width: 81px;
}
#slides .next:hover,
#slideshome .next:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/navbuttons.png) -51px -51px no-repeat rgba(0, 0, 0, 0);
}
#slides .prev,
#slideshome .prev {
    width: 51px;
}
#slides .prev:hover,
#slideshome .prev:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/navbuttons.png) 0 -51px no-repeat rgba(0, 0, 0, 0);
}
ul.pagination {
    cursor: pointer;
    display: block;
    height: 15px;
    right: 0;
    position: absolute;
    width: 55%;
    margin: auto;
    bottom: 16px;
    z-index: 5;
}
#slides2,
#slides2 .slides_control {
    z-index: 0;
}
ul.pagination li {
    float: left;
}
ul.pagination li a {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/banner-bullet.png) no-repeat;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 0;
    height: 10px;
    margin-right: 2px;
    overflow: hidden;
    vertical-align: middle;
    width: 12px;
}
#slides2,
#slides2 .slide,
#slides2 .slides_container,
.banner4Tab {
    width: 100% !important;
}
ul.pagination li a:hover,
ul.pagination li.current a,
ul.pagination li.current a:hover {
    background-position: 0 -11px;
    font-size: 0;
}
#slides2 {
    /*height:285px;*/
    float: left;
    position: relative;
    padding: 3px 10px 10px !important;
}
#slides2 .slides_container {
    height: auto;
    overflow: hidden;
    position: relative;
    display: none;
    z-index: 0;
}
#slides2 .slide {
    padding: 0;
    height: auto;
    display: block;
    z-index: 1 !important;
}
#slides2 .slides_container div.slide {
    width: 100% !important;
    height: 300px;
    display: block;
    background: #fff;
}
#slides2 .slides_container div img {
    border: none;
    float: left;
    height: auto;
    width: auto;
}
.pbannerLft {
    float: left;
    width: 46%;
    margin-right: 1%;
}
.pbannerRgt {
    width: 53%;
    float: left;
}
#slides2 .bannerText {
    width: 100%;
}
#slides2 .next,
#slides2 .prev {
    position: absolute;
    bottom: 1px;
    width: 21px;
    height: 21px;
}
#slides2 .next {
    right: 10px;
    display: block;
    z-index: 101;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/subArrow.png) -26px 0 no-repeat;
    font-size: 0;
}
#slides2 .next:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/subArrow.png) -26px -22px no-repeat;
}
#slides2 .prev {
    right: 35px;
    display: block;
    z-index: 101;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/subArrow.png) no-repeat;
    font-size: 0;
}
#slides .next,
#slides .prev,
#slideshome .next,
#slideshome .prev {
    display: block;
    font-size: 0;
    height: 51px;
    position: absolute;
    z-index: 101;
    bottom: 125px;
}
#slides2 .prev:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/subArrow.png) 0 -22px no-repeat;
}
#slides .prev,
#slideshome .prev {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/navbuttons.png) no-repeat rgba(0, 0, 0, 0);
    left: 0;
}
#slides .next,
#slideshome .next {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/navbuttons.png) -51px 0 no-repeat rgba(0, 0, 0, 0);
    right: 0;
}

@media screen and (max-width: 980px) {
    #slides,
    #slideshome {
        width: 100%;
    }
    .slides_container div img {
        width: 71%;
    }
    .slides_container div.content {
        width: 26%;
    }
    #slides .slide,
    #slideshome .slide {
        background: #ece9dd;
    }
    #slides .next,
    #slides .prev,
    #slideshome .next,
    #slideshome .prev {
        bottom: 122px;
    }
}

@media screen and (max-width: 640px) {
    .pbannerLft,
    .pbannerRgt {
        width: 100%;
        float: left;
    }
    #slides2 {
        height: 450px;
    }
    .pbannerLft {
        margin-right: 1%;
    }
}
@media screen and (max-width: 620px) {
    #slides .next,
    #slides .prev,
    #slideshome .next,
    #slideshome .prev {
        bottom: 67px;
    }
    #slides .next,
    #slideshome .next {
        right: 0;
    }
    #slides2 {
        height: 400px;
    }
}
@media screen and (max-width: 520px) {
    ul.pagination {
        width: 100% !important;
    }
    .slides_container div.content {
        float: right;
        right: 0;
    }
    #slides .prev,
    #slideshome .prev {
        background: url(/web/20220110165943im_/https://www.ibef.org/images/navbuttons2.png) no-repeat rgba(0, 0, 0, 0);
        width: 26px;
        height: 23px;
    }
    #slides .next,
    #slideshome .next {
        background: url(/web/20220110165943im_/https://www.ibef.org/images/navbuttons2.png) -24px 0 no-repeat rgba(0, 0, 0, 0);
        width: 26px;
        height: 23px;
    }
    #slides .prev:hover,
    #slideshome .prev:hover {
        background: url(/web/20220110165943im_/https://www.ibef.org/images/navbuttons2.png) 0 -25px no-repeat rgba(0, 0, 0, 0);
    }
    #slides .next:hover,
    #slideshome .next:hover {
        background: url(/web/20220110165943im_/https://www.ibef.org/images/navbuttons2.png) -23px -26px no-repeat rgba(0, 0, 0, 0);
    }
    #slides .next,
    #slides .prev,
    #slideshome .next,
    #slideshome .prev {
        bottom: 77px;
    }
}
@media screen and (max-width: 480px) {
    #slides .slide,
    #slideshome .slide {
        height: auto;
    }
    #slides .next,
    #slides .prev,
    #slideshome .next,
    #slideshome .prev {
        bottom: 118px;
    }
    .slides_control {
        height: 200px !important;
    }
    .slides_container div.content p {
        display: none;
    }
    .slides_container div.content h1 a,
    .slides_container div.content h2 a {
        
        padding: 4px 0 1px;
        display: inline-block;
        min-height: 35px;
        font-weight: 400;
        border: 1px solid #b0ffb0;
        color: #000 !important;
        background-color: #d1ffff;
        width: 100%;
    }
}
@media screen and (max-width: 360px) {
    #slides .next,
    #slides .prev,
    #slideshome .next,
    #slideshome .prev {
        bottom: 85px;
    }
}
@media screen and (max-width: 320px) {
    #slides .next,
    #slides .prev,
    #slideshome .next,
    #slideshome .prev {
        bottom: 85px;
    }
    .slides_control {
        height: 170px !important;
    }
    #slides2 {
        height: 300px;
    }
}

/* (2) jqtransform.css */

.formErrorsContainer p {
    margin-top: 22px;
}
form.jqtransformdone div.rowElem {
    clear: both;
    padding: 0;
}
.jqTransformInputWrapper {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/select_left.jpg) left top no-repeat;
    height: 31px;
    padding: 0;
    float: left;
    width: 100%;
}
.jqTransformInputInner {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/input-right.jpg) top right no-repeat;
    padding: 0;
    margin: 0;
}
.jqTransformInputInner div {
    height: 31px;
    margin: 0 0 0 8px;
}
.jqTransformInputInner div input {
    
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
    height: 31px;
    color: #999;
    border: none;
    padding: 0;
    margin: 0;
    background: 0 0;
    width: 230px !important;
}
.jqtranformdone.jqTransformInput {
    box-shadow: none !important;
}
@media all and (min-width: 900px) {
    .profileInput .jqTransformInputWrapper {
        background: url(/web/20220110165943im_/https://www.ibef.org/images/select_left.jpg) left top no-repeat;
        height: 31px;
        padding: 0;
        float: left;
        width: 96% !important;
    }
    .profileInput .jqTransformSelectWrapper {
        width: 310px !important;
        position: relative;
        height: 31px;
        background: url(/web/20220110165943im_/https://www.ibef.org/images/select_left.jpg) top left no-repeat;
        float: left;
    }
    .jqTransformSelectWrapper {
        width: 100% important;
    }
    .searchMenu .jqTransformSelectWrapper {
        width: 145px !important;
        position: relative;
        height: 31px;
        background: #fff;
        float: left;
        margin-left: 5px;
    }
    .searchMenu .jqTransformSelectWrapper div span {
        font-size: 12px;
        float: none;
        position: absolute;
        white-space: nowrap;
        height: 31px;
        line-height: 15px;
        padding: 8px 0 0 7px;
        overflow: hidden;
        cursor: pointer;
        color: #666;
        text-transform: uppercase;
        width: 120px !important;
    }
    .searchMenu .jqTransformSelectWrapper a.jqTransformSelectOpen {
        display: block;
        position: absolute;
        right: 0;
        height: 31px;
        background: url(/web/20220110165943im_/https://www.ibef.org/images/down-arrow.png) 25px center no-repeat;
    }
    .searchMenu .jqTransformSelectWrapper ul {
        position: absolute;
        top: 41px;
        left: -5px;
        list-style: none;
        background-color: #fff;
        border: 1px solid #ccc;
        display: none;
        margin: 0;
        padding: 0;
        height: 500px;
        overflow: auto;
        overflow-y: auto;
        z-index: 10;
        width: 250px !important;
    }
    .searchMenu .jqTransformSelectWrapper ul li {
        float: left;
        padding: 0;
        display: block;
        height: auto;
        line-height: 31px;
    }
    .searchMenu .jqTransformSelectWrapper ul a {
        float: left;
        display: block;
        padding: 0 5px;
        text-decoration: none;
        color: #666;
        background-color: #fff;
        font-size: 12px;
        width: 250px !important;
    }
    .searchMenu .jqTransformSelectWrapper ul a.selected {
        background: #ededed;
        color: #333;
    }
    .searchMenu .jqTransformSelectWrapper ul a.selected:hover,
    .searchMenu .jqTransformSelectWrapper ul a:hover {
        background: #3582c4;
        color: #fff;
    }
}

@media all and (min-width: 768px) and (max-width: 899px) {
    .profileInput .jqTransformInputWrapper {
        background: url(/web/20220110165943im_/https://www.ibef.org/images/select_left.jpg) left top no-repeat;
        height: 31px;
        padding: 0;
        float: left;
        width: 90% !important;
    }
    .profileInput .jqTransformSelectWrapper {
        width: 310px !important;
        position: relative;
        height: 31px;
        background: url(/web/20220110165943im_/https://www.ibef.org/images/select_left.jpg) top left no-repeat;
        float: left;
    }
    .jqTransformSelectWrapper {
        width: 100% important;
    }
    .searchMenu .jqTransformSelectWrapper {
        width: 145px !important;
        position: relative;
        height: 31px;
        background: #fff;
        float: left;
        margin-left: 5px;
    }
    .searchMenu .jqTransformSelectWrapper div span {
        font-size: 12px;
        float: none;
        position: absolute;
        white-space: nowrap;
        height: 31px;
        line-height: 15px;
        padding: 8px 0 0 7px;
        overflow: hidden;
        cursor: pointer;
        color: #666;
        text-transform: uppercase;
        width: 120px !important;
    }
    .searchMenu .jqTransformSelectWrapper a.jqTransformSelectOpen {
        display: block;
        position: absolute;
        right: 0;
        height: 31px;
        background: url(/web/20220110165943im_/https://www.ibef.org/images/down-arrow.png) 25px center no-repeat;
    }
    .searchMenu .jqTransformSelectWrapper ul {
        position: absolute;
        top: 41px;
        left: -5px;
        list-style: none;
        background-color: #fff;
        border: 1px solid #ccc;
        display: none;
        margin: 0;
        padding: 0;
        height: 500px;
        overflow: auto;
        overflow-y: auto;
        z-index: 10;
        width: 250px !important;
    }
    .searchMenu .jqTransformSelectWrapper ul li {
        float: left;
        padding: 0;
        display: block;
        height: auto;
        line-height: 31px;
    }
    .searchMenu .jqTransformSelectWrapper ul a {
        float: left;
        display: block;
        padding: 0 5px;
        text-decoration: none;
        color: #666;
        background-color: #fff;
        font-size: 12px;
        width: 250px !important;
    }
    .searchMenu .jqTransformSelectWrapper ul a.selected {
        background: #ededed;
        color: #333;
    }
    .searchMenu .jqTransformSelectWrapper ul a.selected:hover,
    .searchMenu .jqTransformSelectWrapper ul a:hover {
        background: #3582c4;
        color: #fff;
    }
}
@media all and (min-width: 322px) and (max-width: 768px) {
    .profileInput .jqTransformInputWrapper {
        background: url(/web/20220110165943im_/https://www.ibef.org/images/select_left.jpg) left top no-repeat;
        height: 31px;
        padding: 0;
        float: left;
        width: 90% !important;
    }
    .profileInput .jqTransformSelectWrapper {
        width: 90% !important;
        position: relative;
        height: 31px;
        background: url(/web/20220110165943im_/https://www.ibef.org/images/select_left.jpg) top left no-repeat;
        float: left;
    }
    .jqTransformSelectWrapper {
        width: 100% important;
    }
    .searchMenu .jqTransformSelectWrapper {
        width: 145px !important;
        position: relative;
        height: 31px;
        background: #fff;
        float: left;
        margin-left: 5px;
    }
    .searchMenu .jqTransformSelectWrapper div span {
        font-size: 12px;
        float: none;
        position: absolute;
        white-space: nowrap;
        height: 31px;
        line-height: 15px;
        padding: 8px 0 0 7px;
        overflow: hidden;
        cursor: pointer;
        color: #666;
        text-transform: uppercase;
        width: 120px !important;
    }
    .searchMenu .jqTransformSelectWrapper a.jqTransformSelectOpen {
        display: block;
        position: absolute;
        right: 0;
        height: 31px;
        background: url(/web/20220110165943im_/https://www.ibef.org/images/down-arrow.png) 25px center no-repeat;
    }
    .searchMenu .jqTransformSelectWrapper ul {
        position: absolute;
        top: 41px;
        left: -5px;
        list-style: none;
        background-color: #fff;
        border: 1px solid #ccc;
        display: none;
        margin: 0;
        padding: 0;
        height: 500px;
        overflow: auto;
        overflow-y: auto;
        z-index: 10;
        width: 250px !important;
    }
    .searchMenu .jqTransformSelectWrapper ul li {
        float: left;
        padding: 0;
        display: block;
        height: auto;
        line-height: 31px;
    }
    .searchMenu .jqTransformSelectWrapper ul a {
        float: left;
        display: block;
        padding: 0 5px;
        text-decoration: none;
        color: #666;
        background-color: #fff;
        font-size: 12px;
        width: 250px !important;
    }
    .searchMenu .jqTransformSelectWrapper ul a.selected {
        background: #ededed;
        color: #333;
    }
    .searchMenu .jqTransformSelectWrapper ul a.selected:hover,
    .searchMenu .jqTransformSelectWrapper ul a:hover {
        background: #3582c4;
        color: #fff;
    }
}
@media all and (max-width: 321px) and (min-width: 200px) {
    .profileInput .jqTransformInputWrapper {
        background: url(/web/20220110165943im_/https://www.ibef.org/images/select_left.jpg) left top no-repeat;
        height: 31px;
        padding: 0;
        float: left;
        width: 90% !important;
        clear: both;
    }
    .profileInput .jqTransformSelectWrapper {
        width: 300px;
        max-width: 320px;
    }
    .jqTransformSelectWrapper {
        width: auto important;
    }
    .searchMenu .jqTransformSelectWrapper {
        position: relative;
        height: 31px;
        background: #fff;
        float: left;
        margin-left: 5px;
    }
    .searchMenu .jqTransformSelectWrapper div span {
        font-size: 12px;
        float: none;
        position: absolute;
        white-space: nowrap;
        height: 31px;
        line-height: 15px;
        padding: 8px 0 0 7px;
        overflow: hidden;
        cursor: pointer;
        color: #666;
        text-transform: uppercase;
        width: 120px !important;
    }
    .searchMenu .jqTransformSelectWrapper a.jqTransformSelectOpen {
        display: block;
        position: absolute;
        right: 0;
        height: 31px;
        background: url(/web/20220110165943im_/https://www.ibef.org/images/down-arrow.png) 25px center no-repeat;
    }
    .searchMenu .jqTransformSelectWrapper ul {
        position: absolute;
        top: 41px;
        left: -5px;
        list-style: none;
        background-color: #fff;
        border: 1px solid #ccc;
        display: none;
        margin: 0;
        padding: 0;
        height: 500px;
        overflow: auto;
        overflow-y: auto;
        z-index: 10;
        width: 250px !important;
    }
    .searchMenu .jqTransformSelectWrapper ul li {
        float: left;
        padding: 0;
        display: block;
        height: auto;
        line-height: 31px;
    }
    .searchMenu .jqTransformSelectWrapper ul a {
        float: left;
        display: block;
        padding: 0 5px;
        text-decoration: none;
        color: #666;
        background-color: #fff;
        font-size: 12px;
        width: 250px !important;
    }
    .searchMenu .jqTransformSelectWrapper ul a.selected {
        background: #ededed;
        color: #333;
    }
    .searchMenu .jqTransformSelectWrapper ul a.selected:hover,
    .searchMenu .jqTransformSelectWrapper ul a:hover {
        background: #3582c4;
        color: #fff;
    }
}
.articleInput .jqTransformInputInner div input,
.profileInput .jqTransformInputInner div input,
.profileInput2 .jqTransformInputInner div input {
    line-height: 18px;
    vertical-align: middle;
    height: 31px;
    color: #999;
    border: none;
    padding: 0;
    margin: 0;
    
    font-size: 12px;
}
.profileInput .jqTransformInputInner div input {
    background: 0 0;
    width: 307px !important;
}
.profileInput2 .jqTransformInputWrapper {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/select_left.jpg) left top no-repeat;
    height: 31px;
    padding: 0;
    float: left;
    width: 150px !important;
}
.profileInput2 .jqTransformInputInner div input {
    background: 0 0;
    width: 130px !important;
}
.articleInput .jqTransformInputInner {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/date-right.jpg) top right no-repeat;
    padding: 0;
    margin: 0;
}
.articleInput .jqTransformInputWrapper {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/select_left.jpg) left top no-repeat;
    height: 31px;
    padding: 0;
    float: left;
    width: 200px !important;
}
.articleInput .jqTransformInputInner div input {
    background: 0 0;
    width: 150px !important;
}
* html .jqTransformInputInner div input {
    padding: 6px 0 0;
    margin: 0 0 0 -8px;
    height: 24px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .articleInput .jqTransformInputInner div input,
    .jqTransformInputInner div input,
    .profileInput .jqTransformInputInner div input,
    .profileInput2 .jqTransformInputInner div input {
        padding: 4px 0 0;
    }
}
.jqTransformSafari .jqTransformInputInner div {
    position: relative;
    overflow: hidden;
    margin: 0 8px;
}
.jqTransformSafari .jqTransformInputInner div input {
    background-color: none;
    top: -10px;
    left: -2px;
    height: 27px;
    padding-left: 7px;
}
table.jqTransformTextarea td#jqTransformTextarea-mm textarea {
    font-size: 12px;
    line-height: 16px;
    
    color: #666;
    width: 300px;
}
table.jqTransformTextarea td {
    font-size: 1px;
    line-height: 1px;
    width: 5px;
    height: 5px;
    margin: 0;
    padding: 0;
}
.jqTransformRadio,
a.jqTransformCheckbox {
    vertical-align: middle;
    width: 18px;
    display: block;
}
table.jqTransformTextarea textarea {
    margin: 0;
    padding: 0;
    border: 0;
    background: 0 0;
}
table.jqTransformTextarea td#jqTransformTextarea-tl {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/textarea/textarea_tl.gif) top left no-repeat;
}
table.jqTransformTextarea td#jqTransformTextarea-tm {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/textarea/textarea_tm.gif) top left repeat-x;
}
table.jqTransformTextarea td#jqTransformTextarea-tr {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/textarea/textarea_tr.gif) top left no-repeat;
}
table.jqTransformTextarea td#jqTransformTextarea-ml {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/textarea/textarea_ml.gif) top left repeat-y;
}
table.jqTransformTextarea td#jqTransformTextarea-mm {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/textarea/textarea-mm.gif);
}
table.jqTransformTextarea td#jqTransformTextarea-mr {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/textarea/textarea_mr.gif) top left repeat-y;
}
table.jqTransformTextarea td#jqTransformTextarea-bl {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/textarea/textarea_bl.gif) top left no-repeat;
}
table.jqTransformTextarea td#jqTransformTextarea-bm {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/textarea/textarea_bm.gif) top left repeat-x;
}
table.jqTransformTextarea td#jqTransformTextarea-br {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/textarea/textarea_br.gif) top left no-repeat;
}
table.jqTransformTextarea-focus td#jqTransformTextarea-bl,
table.jqTransformTextarea-focus td#jqTransformTextarea-bm,
table.jqTransformTextarea-focus td#jqTransformTextarea-br,
table.jqTransformTextarea-focus td#jqTransformTextarea-ml,
table.jqTransformTextarea-focus td#jqTransformTextarea-mr,
table.jqTransformTextarea-focus td#jqTransformTextarea-tl,
table.jqTransformTextarea-focus td#jqTransformTextarea-tm,
table.jqTransformTextarea-focus td#jqTransformTextarea-tr,
table.jqTransformTextarea-hover td#jqTransformTextarea-bl,
table.jqTransformTextarea-hover td#jqTransformTextarea-bm,
table.jqTransformTextarea-hover td#jqTransformTextarea-br,
table.jqTransformTextarea-hover td#jqTransformTextarea-ml,
table.jqTransformTextarea-hover td#jqTransformTextarea-mr,
table.jqTransformTextarea-hover td#jqTransformTextarea-tl,
table.jqTransformTextarea-hover td#jqTransformTextarea-tm,
table.jqTransformTextarea-hover td#jqTransformTextarea-tr {
    background-position: 0 0;
}
table.jqTransformTextarea-hover td#jqTransformTextarea-mm {
    background-image: url(/web/20220110165943im_/https://www.ibef.org/css/img/textarea/textarea-mm-hover.gif);
}
table.jqTransformTextarea-focus td#jqTransformTextarea-mm {
    background-image: url(/web/20220110165943im_/https://www.ibef.org/css/img/textarea/textarea-mm-focus.gif);
}
table.jqTransformTextarea .jqTransformSafariTextarea div {
    position: relative;
    overflow: hidden;
    border: 0 solid red;
}
table.jqTransformTextarea .jqTransformSafariTextarea textarea {
    background: 0 0;
    position: absolute;
    top: -10px;
    left: -10px;
    padding: 10px;
    resize: none;
}
.jqTransformRadioWrapper {
    float: left;
    display: block;
    margin: 4px 4px 0;
}
.jqTransformRadio {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/radio.jpg) center top no-repeat;
    height: 14px;
}
span.jqTransformCheckboxWrapper {
    display: block;
    float: left;
    margin-top: 3px;
}
a.jqTransformCheckbox {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/checkbox.png) center top no-repeat;
    height: 12px;
}
a.jqTransformChecked {
    background-position: center bottom;
}
.jqTransformSelectWrapper {
    width: 206px !important;
    position: relative;
    height: 31px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/select_left.jpg) top left no-repeat;
    float: left;
}
.jqTransformSelectWrapper div span {
    font-size: 11px;
    float: none;
    position: absolute;
    height: 22px;
    line-height: 15px;
    padding: 8px 0 0 7px;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
}
#userSignUpForm .jqTransformSelectWrapper div span {
    font-size: 11px;
    float: none;
    position: absolute;
    height: 22px;
    line-height: 15px;
    padding: 8px 0 0 7px;
    overflow: hidden;
    cursor: pointer;
    color: #999;
}

.jqTransformSelectWrapper a.jqTransformSelectOpen {
    display: block;
    position: absolute;
    right: 0;
    width: 36px;
    height: 31px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/select_right.jpg) center center no-repeat;
}
.jqTransformSelectWrapper ul {
    position: absolute;
    width: 99% !important;
    top: 30px;
    left: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    display: none;
    margin: 0;
    padding: 0;
    height: 96px;
    overflow: auto;
    overflow-y: auto;
    z-index: 10;
}
.jqTransformSelectWrapper ul li {
    padding: 0 !important;
    width: 100%;
}
.exportSelect .jqTransformSelectWrapper ul,
.myPage .jqTransformSelectWrapper ul,
.pharmaSelect .jqTransformSelectWrapper ul,
.stateSelect .jqTransformSelectWrapper ul {
    top: 30px;
    left: 0;
    list-style: none;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-y: auto;
}
.stateSelect .jqTransformSelectWrapper {
    width: 192px !important;
    position: relative;
    height: 31px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/select_left02-orange.jpg) top left no-repeat !important;
    float: left;
}
.stateSelect .jqTransformSelectWrapper a.jqTransformSelectOpen {
    display: block;
    position: absolute;
    right: 0;
    width: 36px;
    height: 31px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/select_right02-orange.jpg) center center no-repeat;
}
.stateSelect .jqTransformSelectWrapper ul {
    position: absolute;
    width: 189px !important;
    background-color: #fff;
    display: none;
    height: 150px;
    z-index: 10;
}
.exportSelect .jqTransformSelectWrapper {
    width: 186px !important;
    position: relative;
    height: 31px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/select_left02-orange.jpg) top left no-repeat !important;
    float: left;
}
.exportSelect .jqTransformSelectWrapper a.jqTransformSelectOpen {
    display: block;
    position: absolute;
    right: 0;
    width: 36px;
    height: 31px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/select_right05.jpg) center center no-repeat;
}
.exportSelect .jqTransformSelectWrapper ul {
    position: absolute;
    width: 183px !important;
    background-color: #fff;
    display: none;
    height: 150px;
    z-index: 10;
}
.myPage .jqTransformSelectWrapper {
    width: 196px !important;
    position: relative;
    height: 31px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/select_left03.jpg) top left no-repeat !important;
    float: left;
}
.myPage .jqTransformSelectWrapper a.jqTransformSelectOpen {
    display: block;
    position: absolute;
    right: 0;
    width: 36px;
    height: 31px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/select_right03.jpg) center center no-repeat;
}
.myPage .jqTransformSelectWrapper ul {
    position: absolute;
    width: 193px !important;
    background-color: #fff;
    display: none;
    height: 150px;
    z-index: 10;
}
.pharmaSelect .jqTransformSelectWrapper {
    width: 196px !important;
    position: relative;
    height: 31px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/select_left02-orange.jpg) top left no-repeat !important;
    float: left;
    z-index: 0 !important;
}
.pharmaSelect .jqTransformSelectWrapper a.jqTransformSelectOpen {
    display: block;
    position: absolute;
    right: 0;
    width: 36px;
    height: 31px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/select_right02-orange.jpg) center center no-repeat;
}
.pharmaSelect .jqTransformSelectWrapper ul {
    position: absolute;
    width: 193px !important;
    background-color: #fff;
    display: none;
    height: 150px;
    z-index: 10;
}
.searchSelect .jqTransformSelectWrapper {
    width: 185px !important;
    position: relative;
    height: 31px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/select_left02-green.jpg) top left no-repeat !important;
    float: left;
}
.searchSelect .jqTransformSelectWrapper a.jqTransformSelectOpen {
    display: block;
    position: absolute;
    right: 0;
    width: 36px;
    height: 31px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/select_right02-green.jpg) center center no-repeat;
}
.profileInput .jqTransformSelectWrapper ul,
.searchSelect .jqTransformSelectWrapper ul {
    position: absolute;
    top: 30px;
    left: 0;
    list-style: none;
    border: 1px solid #ccc;
    display: none;
    padding: 0;
    height: 150px;
    overflow: auto;
    overflow-y: auto;
    z-index: 10;
    margin: 0;
}
.searchSelect .jqTransformSelectWrapper ul {
    width: 182px !important;
    background-color: #fff;
}
.profileInput .jqTransformSelectWrapper div span {
    width: 260px !important;
}
.profileInput .jqTransformSelectWrapper ul {
    width: 307px !important;
    background-color: #fff;
}
.jqTransformSelectWrapper ul li {
    float: none;
}
.jqTransformSelectWrapper ul a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #666;
    background-color: #fff;
    font-size: 12px;
}
.jqTransformSelectWrapper ul a.selected {
    background: #ededed;
    color: #333;
}
.jqTransformSelectWrapper ul a.selected:hover,
.jqTransformSelectWrapper ul a:hover {
    background: #3582c4;
    color: #fff !important;
}
.pickSelect .jqTransformInputInner div input,
.searchInput .jqTransformInputInner div input {
    
    font-size: 12px;
    vertical-align: middle;
    color: #999;
    border: none;
}
.jqTransformHidden {
    display: none;
}
.searchInput .jqTransformInputWrapper {
    height: 31px;
    padding: 0;
    float: left;
    width: 150px !important;
}
.searchInput .jqTransformInputInner {
    background: #fff;
    padding: 0;
    margin: 0;
}
.searchInput .jqTransformInputInner div {
    height: 31px;
    margin: 0;
}
.searchInput .jqTransformInputInner div input {
    height: 31px;
    line-height: 31px;
    padding: 0;
    margin: 0;
    background: 0 0;
    width: 150px !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .searchInput .jqTransformInputInner div input {
        height: 34px;
        line-height: 24px;
        padding-left: 2px;
    }
    .searchButton {
        margin-top: 0 !important;
        cursor: pointer;
    }
}
ul.pickSelect li {
    min-height: 30px;
}
.pickSelect .jqTransformInputWrapper {
    background: 0 0 !important;
    height: 31px;
    padding: 0;
    float: right;
    width: 148px !important;
}
.pickSelect .jqTransformInputInner {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/calender-1.jpg) top right no-repeat;
    padding: 0;
    margin: 0;
}
.pickSelect .jqTransformInputInner div {
    height: 31px;
    margin: 0 0 0 8px;
}
.pickSelect .jqTransformInputInner div input {
    line-height: 18px;
    height: 31px;
    padding: 0;
    margin: 0;
    background: 0 0;
    width: 135px !important;
    cursor: pointer;
}
#ui-datepicker-div {
    z-index: 9999 !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .pickSelect .jqTransformInputInner div input {
        line-height: 50px;
        vertical-align: middle;
        height: 31px;
        color: #999;
        border: none;
        padding: 0;
        margin: 0;
        background: 0 0;
        width: 135px !important;
    }
}

/* 3 http://www.ibef.org/css/jquery-ui.css  */

.ui-helper-reset,
.ui-menu {
    outline: 0;
    list-style: none;
}
.ui-button,
.ui-spinner,
.ui-spinner-input {
    vertical-align: middle;
}
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-zfix,
.ui-widget-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0;
}
.ui-helper-zfix {
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
}
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-overlay {
    position: fixed;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: 0.5em 0.5em 0.5em 0.7em;
    min-height: 0;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
    padding-left: 0.7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    text-align: center;
    overflow: visible;
}
.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none;
}
.ui-button-icon-only {
    width: 2.2em;
}
button.ui-button-icon-only {
    width: 2.4em;
}
.ui-button-icons-only {
    width: 3.4em;
}
button.ui-button-icons-only {
    width: 3.7em;
}
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}
.ui-button-text-only .ui-button-text {
    padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: 0.4em;
    text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
input.ui-button {
    padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}
.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
    left: 0.5em;
}
.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
    right: 0.5em;
}
.ui-buttonset {
    margin-right: 7px;
}
.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em;
}
button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}
.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}
.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 21px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: 0 0;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-menu {
    padding: 2px;
    margin: 0;
    display: block;
}
.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
    margin: 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px 0.4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: 400;
}
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-focus {
    font-weight: 400;
    margin: -1px;
}
.ui-menu .ui-state-disabled {
    font-weight: 400;
    margin: 0.4em 0 0.2em;
    line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
    cursor: default;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em;
}
.ui-menu .ui-icon {
    position: absolute;
    top: 0.2em;
    left: 0.2em;
}
.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url(/web/20220110165943im_/https://www.ibef.org/css/images/animated-overlay.gif);
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
    bottom: 0;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
}
.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0;
    margin: 0.2em 22px 0.2em 0.4em;
}
.ui-widget-content a,
.ui-widget-header,
.ui-widget-header a {
    color: #222;
}
.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-tabs {
    position: relative;
    padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
    border-width: 2px;
}
.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    border: 1px solid #aaa; background:#fff;   /*background:url(/web/20220110165943im_/https://www.ibef.org/css/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x #fff;color:#222*/
}
.ui-widget-header {
    border: 1px solid #aaa;
    background: url(/web/20220110165943im_/https://www.ibef.org/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x #ccc;
    font-weight: 700;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: url(/web/20220110165943im_/https://www.ibef.org/css/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x #e6e6e6;
    font-weight: 400;
    color: #555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555;
    text-decoration: none;
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #999;
    background: url(/web/20220110165943im_/https://www.ibef.org/css/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x #dadada;
    font-weight: 400;
    color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: url(/web/20220110165943im_/https://www.ibef.org/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
    font-weight: 400;
    color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: url(/web/20220110165943im_/https://www.ibef.org/css/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x #fbf9ee;
    color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: url(/web/20220110165943im_/https://www.ibef.org/css/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;
    color: #cd0a0a;
}
.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url(/web/20220110165943im_/https://www.ibef.org/css/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
    background-image: url(/web/20220110165943im_/https://www.ibef.org/css/images/ui-icons_888888_256x240.png);
}
.ui-state-active .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(/web/20220110165943im_/https://www.ibef.org/css/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
    background-image: url(/web/20220110165943im_/https://www.ibef.org/css/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(/web/20220110165943im_/https://www.ibef.org/css/images/ui-icons_cd0a0a_256x240.png);
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-carat-1-n {
    background-position: 0 0;
}
.ui-icon-carat-1-ne {
    background-position: -16px 0;
}
.ui-icon-carat-1-e {
    background-position: -32px 0;
}
.ui-icon-carat-1-se {
    background-position: -48px 0;
}
.ui-icon-carat-1-s {
    background-position: -64px 0;
}
.ui-icon-carat-1-sw {
    background-position: -80px 0;
}
.ui-icon-carat-1-w {
    background-position: -96px 0;
}
.ui-icon-carat-1-nw {
    background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-first,
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-widget-overlay,
.ui-widget-shadow {
    background: url(/web/20220110165943im_/https://www.ibef.org/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 4px;
}
.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    border-radius: 8px;
}

/* 4 http://www.ibef.org/css/colorbox.css */

#colorbox,
#cboxOverlay,
#cboxWrapper {
    top: 0;
    left: 0;
    z-index: 11000;
    overflow: hidden;
}
#cboxWrapper {
    max-width: none;
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: visible !important;
    -webkit-overflow-scrolling: touch;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
#cboxOverlay {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/mask-bg.png) repeat 0 0;
}
#colorbox {
    outline: 0;
}
#cboxTopLeft {
    width: 21px;
    height: 21px;
}
#cboxTopRight {
    width: 21px;
    height: 21px;
}
#cboxBottomLeft {
    width: 21px;
    height: 21px;
}
#cboxBottomRight {
    width: 21px;
    height: 21px;
}
#cboxMiddleLeft {
    width: 21px;
}
#cboxMiddleRight {
    width: 21px;
}
#cboxTopCenter {
    height: 21px;
}
#cboxBottomCenter {
    height: 21px;
}
#cboxContent {
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.cboxIframe {
    background: #fff;
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}
#cboxLoadedContent {
    margin-bottom: 28px;
}
#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
    display: none !important;
}
#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}
#cboxLoadingOverlay {
    background: url(/web/20220110165943im_/https://www.ibef.org/css/images/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
    background: url(/web/20220110165943im_/https://www.ibef.org/css/images/loading.gif) no-repeat center center;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}
#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}
#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/web/20220110165943im_/https://www.ibef.org/css/images/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#cboxPrevious:hover {
    background-position: -75px -25px;
}
#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(/web/20220110165943im_/https://www.ibef.org/css/images/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#cboxNext:hover {
    background-position: -50px -25px;
}
#cboxClose {
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(/web/20220110165943im_/https://www.ibef.org/css/images/close.png) no-repeat 0 0;
    width: 29px;
    height: 29px;
    text-indent: -9999px;
}
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* 5 http://www.ibef.org/css/lightbox1.css */

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 140;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10001;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img {
    border: 0;
}
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 600px;
    height: 750px;
    margin: 0 auto;
}
#lightbox-container-image {
    padding: 10px 10px 0 10px;
    height: 97.5%;
}
#lightbox-loading {
    position: absolute;
    top: 50%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-nav a {
    outline: 0;
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
    width: 22%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}
#lightbox-nav-btnNext {
    right: 0;
    float: right;
    padding-top: 101px !important;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}
#lightbox-image-details-caption {
    font-weight: bold;
}
#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1;
}
#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
    cursor: pointer;
}
.clear {
    height: 1px;
    clear: both;
    font-size: 0;
    line-height: 0;
}
UL.thumbnails1,
UL.thumbnails1 LI {
    float: left;
    padding: 0;
    list-style: none;
    font-size: 12px;
    
    color: #db6308;
    text-align: left;
}
UL.thumbnails1 LI {
    display: inline;
    margin-top: 5px;
}
UL.thumbnails2,
UL.thumbnails2 LI {
    float: left;
    padding: 0;
    list-style: none;
    font-size: 12px;
    
    color: #db6308;
    text-align: left;
}
UL.thumbnails2 LI {
    display: inline;
    margin-top: 5px;
}
UL.thumbnails3,
UL.thumbnails3 LI {
    float: left;
    padding: 0;
    list-style: none;
    font-size: 12px;
    
    color: #db6308;
    text-align: left;
}
UL.thumbnails3 LI {
    display: inline;
    margin-top: 5px;
}
UL.thumbnails4,
UL.thumbnails4 LI {
    float: left;
    padding: 0;
    list-style: none;
    font-size: 12px;
    
    color: #db6308;
    text-align: left;
}
UL.thumbnails4 LI {
    display: inline;
    margin-top: 5px;
}
UL.thumbnails5,
UL.thumbnails5 LI {
    float: left;
    padding: 0;
    list-style: none;
    font-size: 12px;
    
    color: #db6308;
    text-align: left;
}
UL.thumbnails5 LI {
    display: inline;
    margin-top: 5px;
}
UL.thumbnails6,
UL.thumbnails6 LI {
    float: left;
    padding: 0;
    list-style: none;
    font-size: 12px;
    
    color: #db6308;
    text-align: left;
}
UL.thumbnails6 LI {
    display: inline;
    margin-top: 5px;
}
UL.thumbnails7,
UL.thumbnails7 LI {
    float: left;
    padding: 0;
    list-style: none;
    font-size: 12px;
    
    color: #db6308;
    text-align: left;
}
UL.thumbnails7 LI {
    display: inline;
    margin-top: 5px;
}
UL.thumbnails8,
UL.thumbnails8 LI {
    float: left;
    padding: 0;
    list-style: none;
    font-size: 12px;
    
    color: #db6308;
    text-align: left;
}
UL.thumbnails8 LI {
    display: inline;
    margin-top: 5px;
}
.imggallery {
    font-size: 12px;
    
    color: #db6308;
    width: 250px;
    float: left;
}

/* 6 http://www.ibef.org/css/prettyPhoto.css */

.pp_gallery div,
.pp_gallery ul a,
.pp_social .facebook {
    overflow: hidden;
    float: left;
}
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_top,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right {
    height: 13px;
}
div.pp_default .pp_top .pp_left {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}
div.pp_default .pp_top .pp_middle {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}
div.pp_default .pp_top .pp_right {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}
div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px;
}
div.pp_default .pp_next:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer;
}
div.pp_default .pp_previous:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer;
}
div.pp_default .pp_expand {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    height: 28px;
    width: 28px;
}
div.pp_default .pp_expand:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer;
}
div.pp_default .pp_contract {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    height: 28px;
    width: 28px;
}
div.pp_default .pp_contract:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer;
}
div.pp_default .pp_close {
    background: url(/web/20220110165943im_/https://www.ibef.org/css/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer;
    height: 30px;
    width: 30px;
}
div.pp_default .pp_gallery ul li a {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa;
}
div.pp_default .pp_social {
    margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_next,
div.pp_default .pp_gallery a.pp_arrow_previous {
    left: auto;
    position: static;
}
div.pp_default .pp_nav .pp_pause,
div.pp_default .pp_nav .pp_play {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px;
}
div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px;
}
div.pp_default a.pp_arrow_next,
div.pp_default a.pp_arrow_previous {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    margin: 4px 0 0;
    width: 20px;
}
div.pp_default a.pp_arrow_next {
    background-position: -82px -3px;
    left: 52px;
}
div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
}
div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    position: relative;
    width: 110px;
}
div.pp_default .pp_nav .currentTextHolder {
    color: #999;
    font-family: Georgia;
    font-size: 11px;
    font-style: italic;
    left: 75px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 10px;
    position: absolute;
    top: 2px;
}
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover,
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_nav .pp_play:hover {
    opacity: 0.7;
}
div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}
div.pp_default .pp_bottom .pp_middle {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}
div.pp_default .pp_loaderIcon {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/default/loader.gif) center center no-repeat;
}
div.light_rounded .pp_top .pp_left {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}
div.light_rounded .pp_top .pp_right {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}
div.light_rounded .pp_next:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}
div.light_rounded .pp_previous:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}
div.light_rounded .pp_expand {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}
div.light_rounded .pp_expand:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}
div.light_rounded .pp_contract {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}
div.light_rounded .pp_contract:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}
div.light_rounded .pp_close {
    background: url(/web/20220110165943im_/https://www.ibef.org/css/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
    height: 22px;
    width: 75px;
}
div.light_rounded .pp_nav .pp_play {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.light_rounded .pp_nav .pp_pause {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.light_rounded .pp_arrow_previous {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}
div.light_rounded .pp_arrow_next {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}
div.light_rounded .pp_bottom .pp_left {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}
div.light_rounded .pp_bottom .pp_right {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_top .pp_left {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}
div.dark_rounded .pp_top .pp_right {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}
div.dark_rounded .pp_content_container .pp_left {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}
div.dark_rounded .pp_content_container .pp_right {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}
div.dark_rounded .pp_next:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}
div.dark_rounded .pp_previous:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}
div.dark_rounded .pp_expand {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}
div.dark_rounded .pp_expand:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}
div.dark_rounded .pp_contract {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}
div.dark_rounded .pp_contract:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}
div.dark_rounded .pp_close {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
    height: 22px;
    width: 75px;
}
div.dark_rounded .pp_description {
    color: #fff;
    margin-right: 85px;
}
div.dark_rounded .pp_nav .pp_play {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.dark_rounded .pp_nav .pp_pause {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.dark_rounded .pp_arrow_previous {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}
div.dark_rounded .pp_arrow_next {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}
div.dark_rounded .pp_bottom .pp_left {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}
div.dark_rounded .pp_bottom .pp_right {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_loaderIcon {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}
div.dark_square .pp_content,
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right {
    background: #000;
}
div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0;
}
div.dark_square .pp_loaderIcon {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}
div.dark_square .pp_expand {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}
div.dark_square .pp_expand:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}
div.dark_square .pp_contract {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}
div.dark_square .pp_contract:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}
div.dark_square .pp_close {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
    height: 22px;
    width: 75px;
}
div.dark_square .pp_nav {
    clear: none;
}
div.dark_square .pp_nav .pp_play {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.dark_square .pp_nav .pp_pause {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.dark_square .pp_arrow_previous {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}
div.dark_square .pp_arrow_next {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}
div.dark_square .pp_next:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}
div.dark_square .pp_previous:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}
div.light_square .pp_expand {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}
div.light_square .pp_expand:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}
div.light_square .pp_contract {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}
div.light_square .pp_contract:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}
div.light_square .pp_close {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
    height: 22px;
    width: 75px;
}
div.light_square .pp_nav .pp_play {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.light_square .pp_nav .pp_pause {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.light_square .pp_arrow_previous {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}
div.light_square .pp_arrow_next {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}
div.light_square .pp_next:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}
div.light_square .pp_previous:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}
div.facebook .pp_top .pp_left {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}
div.facebook .pp_top .pp_middle {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}
div.facebook .pp_top .pp_right {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}
div.facebook .pp_content_container .pp_left {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}
div.facebook .pp_content_container .pp_right {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}
div.facebook .pp_expand {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}
div.facebook .pp_expand:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}
div.facebook .pp_contract {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}
div.facebook .pp_contract:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}
div.facebook .pp_close {
    background: url(/web/20220110165943im_/https://www.ibef.org/css/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
    height: 22px;
    width: 22px;
}
div.facebook .pp_description {
    margin: 0 37px 0 0;
}
div.facebook .pp_loaderIcon {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}
div.facebook .pp_arrow_previous {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}
div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default;
}
div.facebook .pp_arrow_next {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}
div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default;
}
div.facebook .pp_nav {
    margin-top: 0;
}
div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px;
}
div.facebook .pp_nav .pp_play {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px;
}
div.facebook .pp_nav .pp_pause {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px;
}
div.facebook .pp_next:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer;
}
div.facebook .pp_previous:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}
div.facebook .pp_bottom .pp_left {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}
div.facebook .pp_bottom .pp_middle {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}
div.facebook .pp_bottom .pp_right {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}
div.pp_pic_holder a:focus {
    outline: 0;
}
div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}
div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}
.pp_content {
    height: 40px;
    min-width: 40px;
}
* html .pp_content {
    width: 40px;
}
.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}
.pp_content_container .pp_left {
    padding-left: 20px;
}
.pp_content_container .pp_right {
    padding-right: 20px;
}
.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px;
}
.pp_description {
    display: none;
    margin: 0;
}
.pp_social {
    float: left;
    margin: 0;
}
.pp_social .facebook {
    display: none;
    margin-left: 5px;
    width: 55px;
}
.pp_social .twitter {
    display: none;
    float: left;
}
.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}
.pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap;
}
.pp_nav .pp_pause,
.pp_nav .pp_play {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}
a.pp_arrow_next,
a.pp_arrow_previous {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}
.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}
.pp_gallery div {
    position: relative;
}
.pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap;
}
.pp_gallery ul a {
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: block;
    height: 33px;
}
.pp_gallery ul a img {
    border: 0;
}
.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}
.pp_gallery li.default a {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/facebook/default_thumbnail.gif) no-repeat;
    display: block;
    height: 33px;
    width: 50px;
}
a.pp_next,
a.pp_previous {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    height: 100%;
    width: 49%;
    text-indent: -10000px;
}
.pp_gallery .pp_arrow_next,
.pp_gallery .pp_arrow_previous {
    margin-top: 7px !important;
}
a.pp_next {
    float: right;
}
a.pp_previous {
    float: left;
}
a.pp_contract,
a.pp_expand {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}
.pp_loaderIcon,
a.pp_close {
    display: block;
    position: absolute;
}
a.pp_close {
    line-height: 22px;
    right: 0;
    text-indent: -10000px;
    top: 0;
}
.pp_loaderIcon {
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    top: 50%;
    width: 24px;
}
.pp_fade,
.pp_gallery li.default a img,
div.ppt {
    display: none;
}
#pp_full_res {
    line-height: 1 !important;
}
#pp_full_res .pp_inline {
    text-align: left;
}
#pp_full_res .pp_inline p {
    margin: 0 0 15px;
}
div.ppt {
    color: #fff;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999;
}
div.light_rounded .pp_content,
div.pp_default .pp_content {
    background-color: #fff;
}
div.facebook #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.pp_default #pp_full_res .pp_inline {
    color: #000;
}
.pp_gallery li.selected a,
.pp_gallery ul a:hover,
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
    border-color: #fff;
}
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.facebook .pp_details,
div.light_rounded .pp_details,
div.light_square .pp_details,
div.pp_default .pp_details {
    position: relative;
}
div.facebook .pp_content,
div.light_rounded .pp_bottom .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_top .pp_middle,
div.light_square .pp_content,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right {
    background: #fff;
}
div.light_rounded .pp_description,
div.light_square .pp_description {
    margin-right: 85px;
}
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous {
    margin-top: 12px !important;
}
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_rounded .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_rounded .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}
div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}
div.dark_rounded .pp_bottom .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_top .pp_middle {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/prettyPhoto/dark_rounded/contentPattern.png) top left;
}
div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
    color: #c4c4c4;
}
div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
    color: #fff;
}
.pp_bottom,
.pp_top {
    height: 20px;
    position: relative;
}
* html .pp_bottom,
* html .pp_top {
    padding: 0 20px;
}
.pp_bottom .pp_left,
.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.pp_bottom .pp_middle,
.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
* html .pp_bottom .pp_middle,
* html .pp_top .pp_middle {
    left: 0;
    position: static;
}
.pp_bottom .pp_right,
.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

/* 7 http://www.ibef.org/css/components.css */

.tab-item {
    background: #fff;
    display: none;
    padding: 1.25em 0;
}
.tab-item.tab-active {
    display: block;
}
.tab-content > .tab-label {
    display: none;
}
.tab-nav > .tab-label {
    float: left;
}
a.tab-label,
a.tab-label:hover,
a.tab-label:link,
a.tab-label:visited {
    background: #262626;
    color: #fff;
    margin-right: 1px;
    padding: 0.625em 1.25em;
    transition: background 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s;
    -ms-transition: background 0.2s linear 0s;
    -moz-transition: background 0.2s linear 0s;
    -webkit-transition: background 0.2s linear 0s;
}
a.tab-label.active-btn,
a.tab-label:hover {
    background: #999;
}
.tab-label.active-btn {
    cursor: default;
}
.tab-content {
    text-align: left;
}
@media screen and (max-width: 768px) {
    .tab-nav > .tab-label {
        margin: 0.5px 0;
        width: 100%;
    }
}
form.customform button,
form.customform input,
form.customform select,
form.customform textarea {
    font-size: 0.9em;
    font-family: inherit;
    margin-bottom: 1.25em;
}
form.customform input,
form.customform select {
    height: 2.7em;
}
form.customform input:focus,
form.customform input:hover,
form.customform select:focus,
form.customform select:hover,
form.customform textarea:focus,
form.customform textarea:hover {
    background: #fff;
}
form.customform input,
form.customform select,
form.customform textarea {
    transition: background 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s;
    -ms-transition: background 0.2s linear 0s;
    -moz-transition: background 0.2s linear 0s;
    -webkit-transition: background 0.2s linear 0s;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 0.625em;
    width: 100%;
}
form.customform input[type="file"] {
    border: 1px solid #e0e0e0;
    height: auto;
    max-height: 2.7em;
    min-height: 2.7em;
    padding: 0.4em;
    width: 100%;
}
form.customform input[type="radio"],
form.customform input[type="checkbox"] {
    margin-right: 0.625em;
    width: auto;
    padding: 0;
    height: auto;
}
form.customform option {
    padding: 0.625em;
}
form.customform select[multiple="multiple"] {
    height: auto;
}
form.customform button {
    background: #444;
    border: 0;
    color: #fff;
    height: 2.7em;
    padding: 0.625em;
    cursor: pointer;
    width: 100%;
    transition: background 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s;
    -ms-transition: background 0.2s linear 0s;
    -moz-transition: background 0.2s linear 0s;
    -webkit-transition: background 0.2s linear 0s;
}
form.customform button:hover {
    background: #666;
}
.icon,
i {
    font-family: mfg;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    color: #e3e3e3;
}
.icon2x {
    font-size: 2em;
}
.icon3x {
    font-size: 3em;
}
.gradient {
    color: #999;
    text-shadow: 1px 1px 1px rgba(27, 27, 27, 0.19);
    transition: all 0.1s ease-in-out 0s;
}
.gradient .current,
.gradient:hover {
    color: #eee;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.25);
}
.icon-cloud:before {
    content: "\2601";
}
.icon-at:before {
    content: "\0040";
}
.icon-plus:before {
    content: "\002B";
}
.icon-minus:before {
    content: "\2212";
}
.icon-arrow_up:before {
    content: "\2191";
}
.icon-arrow_down:before {
    content: "\2193";
}
.icon-arrow_right:before {
    content: "\2192";
}
.icon-arrow_left:before {
    content: "\2190";
}
.icon-chevron_down:before {
    content: "\f004";
}
.icon-chevron_up:before {
    content: "\f005";
}
.icon-chevron_right:before {
    content: "\f006";
}
.icon-chevron_left:before {
    content: "\f007";
}
.icon-reorder:before {
    content: "\f008";
}
.icon-list:before {
    content: "\f009";
}
.icon-reorder_square:before {
    content: "\f00a";
}
.icon-reorder_square_line:before {
    content: "\f00b";
}
.icon-coverflow:before {
    content: "\f00c";
}
.icon-coverflow_line:before {
    content: "\f00d";
}
.icon-pause:before {
    content: "\f00e";
}
.icon-play:before {
    content: "\f00f";
}
.icon-step_forward:before {
    content: "\f010";
}
.icon-step_backward:before {
    content: "\f011";
}
.icon-fast_forward:before {
    content: "\f012";
}
.icon-fast_backward:before {
    content: "\f013";
}
.icon-cloud_upload:before {
    content: "\f014";
}
.icon-cloud_download:before {
    content: "\f015";
}
.icon-data_science:before {
    content: "\f016";
}
.icon-data_science_black:before {
    content: "\f017";
}
.icon-globe:before {
    content: "\f018";
}
.icon-globe_black:before {
    content: "\f019";
}
.icon-math_ico:before {
    content: "\f01a";
}
.icon-math:before {
    content: "\f01b";
}
.icon-math_black:before {
    content: "\f01c";
}
.icon-paperplane_ico:before {
    content: "\f01d";
}
.icon-paperplane:before {
    content: "\f01e";
}
.icon-paperplane_black:before {
    content: "\f01f";
}
.icon-color_balance:before {
    content: "\f020";
}
.icon-star:before {
    content: "\2605";
}
.icon-star_half:before {
    content: "\f022";
}
.icon-star_empty:before {
    content: "\2606";
}
.icon-star_half_empty:before {
    content: "\f024";
}
.icon-reload:before {
    content: "\f025";
}
.icon-heart:before {
    content: "\2665";
}
.icon-heart_broken:before {
    content: "\f028";
}
.icon-hashtag:before {
    content: "\f029";
}
.icon-reply:before {
    content: "\f02a";
}
.icon-retweet:before {
    content: "\f02b";
}
.icon-signin:before {
    content: "\f02c";
}
.icon-signout:before {
    content: "\f02d";
}
.icon-download:before {
    content: "\f02e";
}
.icon-upload:before {
    content: "\f02f";
}
.icon-placepin:before {
    content: "\f031";
}
.icon-display_screen:before {
    content: "\f032";
}
.icon-tablet:before {
    content: "\f033";
}
.icon-smartphone:before {
    content: "\f034";
}
.icon-connected_object:before {
    content: "\f035";
}
.icon-lock:before {
    content: "\F512";
}
.icon-unlock:before {
    content: "\F513";
}
.icon-camera:before {
    content: "\F4F7";
}
.icon-isight:before {
    content: "\f039";
}
.icon-video_camera:before {
    content: "\f03a";
}
.icon-random:before {
    content: "\f03b";
}
.icon-message:before {
    content: "\F4AC";
}
.icon-discussion:before {
    content: "\f03d";
}
.icon-calendar:before {
    content: "\F4C5";
}
.icon-ringbell:before {
    content: "\f03f";
}
.icon-movie:before {
    content: "\f040";
}
.icon-mail:before {
    content: "\2709";
}
.icon-pen:before {
    content: "\270F";
}
.icon-settings:before {
    content: "\9881";
}
.icon-measure:before {
    content: "\f044";
}
.icon-vector:before {
    content: "\f045";
}
.icon-vector_pen:before {
    content: "\2712";
}
.icon-mute_on:before {
    content: "\f047";
}
.icon-mute_off:before {
    content: "\f048";
}
.icon-home:before {
    content: "\2302";
}
.icon-sheet:before {
    content: "\f04a";
}
.icon-arrow_big_right:before {
    content: "\21C9";
}
.icon-arrow_big_left:before {
    content: "\21C7";
}
.icon-arrow_big_down:before {
    content: "\21CA";
}
.icon-arrow_big_up:before {
    content: "\21C8";
}
.icon-dribbble_circle:before {
    content: "\f04f";
}
.icon-dribbble:before {
    content: "\f050";
}
.icon-facebook_circle:before {
    content: "\f051";
}
.icon-facebook:before {
    content: "\f052";
}
.icon-git_circle_alt:before {
    content: "\f053";
}
.icon-git_circle:before {
    content: "\f054";
}
.icon-git:before {
    content: "\f055";
}
.icon-octopus:before {
    content: "\f056";
}
.icon-twitter_circle:before {
    content: "\f057";
}
.icon-twitter:before {
    content: "\f058";
}
.icon-google_plus_circle:before {
    content: "\f059";
}
.icon-google_plus:before {
    content: "\f05a";
}
.icon-linked_in_circle:before {
    content: "\f05b";
}
.icon-linked_in:before {
    content: "\f05c";
}
.icon-instagram:before {
    content: "\f05d";
}
.icon-instagram_circle:before {
    content: "\f05e";
}
.icon-mfg_icon:before {
    content: "\f05f";
}
.icon-xing:before {
    content: "\F532";
}
.icon-xing_circle:before {
    content: "\F533";
}
.icon-mfg_icon_circle:before {
    content: "\f060";
}
.icon-user:before {
    content: "\f061";
}
.icon-user_male:before {
    content: "\f062";
}
.icon-user_female:before {
    content: "\f063";
}
.icon-users:before {
    content: "\f064";
}
.icon-file_open:before {
    content: "\F4C2";
}
.icon-file_close:before {
    content: "\f067";
}
.icon-file_alt:before {
    content: "\f068";
}
.icon-file_close_alt:before {
    content: "\f069";
}
.icon-attachment:before {
    content: "\f06a";
}
.icon-check:before {
    content: "\2713";
}
.icon-cross_mark:before {
    content: "\274C";
}
.icon-cancel_circle:before {
    content: "\F06E";
}
.icon-check_circle:before {
    content: "\f06d";
}
.icon-magnifying:before {
    content: "\F50D";
}
.icon-inbox:before {
    content: "\f070";
}
.icon-clock:before {
    content: "\23F2";
}
.icon-stopwatch:before {
    content: "\23F1";
}
.icon-hourglass:before {
    content: "\231B";
}
.icon-trophy:before {
    content: "\f074";
}
.icon-unlock_alt:before {
    content: "\F075";
}
.icon-lock_alt:before {
    content: "\F510";
}
.icon-arrow_doubled_right:before {
    content: "\21D2";
}
.icon-arrow_doubled_left:before {
    content: "\21D0";
}
.icon-arrow_doubled_down:before {
    content: "\21D3";
}
.icon-arrow_doubled_up:before {
    content: "\21D1";
}
.icon-link:before {
    content: "\f07B";
}
.icon-warning:before {
    content: "\2757";
}
.icon-warning_alt:before {
    content: "\2755";
}
.icon-magnifying_plus:before {
    content: "\f07E";
}
.icon-magnifying_minus:before {
    content: "\f07F";
}
.icon-white_question:before {
    content: "\2754";
}
.icon-black_question:before {
    content: "\2753";
}
.icon-stop:before {
    content: "\f080";
}
.icon-share:before {
    content: "\f081";
}
.icon-eye:before {
    content: "\f082";
}
.icon-trash_can:before {
    content: "\f083";
}
.icon-hard_drive:before {
    content: "\f084";
}
.icon-information_black:before {
    content: "\f085";
}
.icon-information_white:before {
    content: "\f086";
}
.icon-printer:before {
    content: "\f087";
}
.icon-letter:before {
    content: "\f088";
}
.icon-soundcloud:before {
    content: "\f089";
}
.icon-soundcloud_circle:before {
    content: "\f08A";
}
.icon-anchor:before {
    content: "\2693";
}
.icon-female_sign:before {
    content: "\2640";
}
.icon-male_sign:before {
    content: "\2642";
}
.icon-joystick:before {
    content: "\F514";
}
.icon-high_voltage:before {
    content: "\26A1";
}
.icon-fire:before {
    content: "\F525";
}
.icon-newspaper:before {
    content: "\F4F0";
}
.icon-chart:before {
    content: "\F526";
}
.icon-spread:before {
    content: "\F527";
}
.icon-spinner_1:before {
    content: "\F528";
}
.icon-spinner_2:before {
    content: "\F529";
}
.icon-chart_alt:before {
    content: "\F530";
}
.icon-label:before {
    content: "\F531";
}
.icon-brush:before {
    content: "\E000";
}
.icon-refresh:before {
    content: "\E001";
}
.icon-node:before {
    content: "\E002";
}
.icon-node_2:before {
    content: "\E003";
}
.icon-node_3:before {
    content: "\E004";
}
.icon-link_2_nodes:before {
    content: "\E005";
}
.icon-link_3_nodes:before {
    content: "\E006";
}
.icon-link_loop_nodes:before {
    content: "\E007";
}
.icon-node_size:before {
    content: "\E008";
}
.icon-node_color:before {
    content: "\E009";
}
.icon-layout_directed:before {
    content: "\E010";
}
.icon-layout_radial:before {
    content: "\E011";
}
.icon-layout_hierarchical:before {
    content: "\E012";
}
.icon-node_link_direction:before {
    content: "\E013";
}
.icon-node_link_short_path:before {
    content: "\E014";
}
.icon-node_cluster:before {
    content: "\E015";
}
.icon-display_graph:before {
    content: "\E016";
}
.icon-node_link_weight:before {
    content: "\E017";
}
.icon-more_node_links:before {
    content: "\E018";
}
.icon-node_shape:before {
    content: "\E00A";
}
.icon-node_icon:before {
    content: "\E00B";
}
.icon-node_text:before {
    content: "\E00C";
}
.icon-node_link_text:before {
    content: "\E00D";
}
.icon-node_link_color:before {
    content: "\E00E";
}
.icon-node_link_shape:before {
    content: "\E00F";
}
.icon-credit_card:before {
    content: "\F4B3";
}
.icon-disconnect:before {
    content: "\F534";
}
.icon-graph:before {
    content: "\F535";
}
.icon-new_user:before {
    content: "\F536";
}

/* 8 http://www.ibef.org/css/bootstrap.min.css */

body,
code,
html,
kbd,
pre,
samp {
    font-family: 'Montserrat', sans-serif;
}
hr,
img {
    border: 0;
}
body,
figure {
    margin: 0;
}
.btn-group > .btn-group,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.dropdown-menu {
    float: left;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.pre-scrollable {
    max-height: 340px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
b,
optgroup,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
mark {
    color: #000;
    background: #ff0;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
*,
:after,
:before,
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
pre,
textarea {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
.glyphicon,
address {
    font-style: normal;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}

@page {
    size: auto;
    margin: 5mm;
}
@media print {
    a[href]:after {
        content: none !important;
    }
    img[src]:after {
        content: none !important;
    }
    #globalWrapper > header,
    .search-section #searchPart,
    .trade-analytics,
    footer.footer {
        display: none;
    }
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
    }
    thead {
        display: table-header-group;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
.dropdown-menu,
.modal-content {
    -webkit-background-clip: padding-box;
}
.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover,
.form-control,
.navbar-toggle,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-info,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.img-thumbnail,
body {
    background-color: #fff;
}
@font-face {
    font-family: "Glyphicons Halflings";
    src: url(https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/glyphicons-halflings-regular.eot);
    src: url(https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/glyphicons-halflings-regular.eot#iefix) format("embedded-opentype"), url(https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/glyphicons-halflings-regular.woff) format("woff"),
        url(https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\2a";
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.glyphicon-cd:before {
    content: "\e201";
}
.glyphicon-save-file:before {
    content: "\e202";
}
.glyphicon-open-file:before {
    content: "\e203";
}
.glyphicon-level-up:before {
    content: "\e204";
}
.glyphicon-copy:before {
    content: "\e205";
}
.glyphicon-paste:before {
    content: "\e206";
}
.glyphicon-alert:before {
    content: "\e209";
}
.glyphicon-equalizer:before {
    content: "\e210";
}
.glyphicon-king:before {
    content: "\e211";
}
.glyphicon-queen:before {
    content: "\e212";
}
.glyphicon-pawn:before {
    content: "\e213";
}
.glyphicon-bishop:before {
    content: "\e214";
}
.glyphicon-knight:before {
    content: "\e215";
}
.glyphicon-baby-formula:before {
    content: "\e216";
}
.glyphicon-tent:before {
    content: "\26fa";
}
.glyphicon-blackboard:before {
    content: "\e218";
}
.glyphicon-bed:before {
    content: "\e219";
}
.glyphicon-apple:before {
    content: "\f8ff";
}
.glyphicon-erase:before {
    content: "\e221";
}
.glyphicon-hourglass:before {
    content: "\231b";
}
.glyphicon-lamp:before {
    content: "\e223";
}
.glyphicon-duplicate:before {
    content: "\e224";
}
.glyphicon-piggy-bank:before {
    content: "\e225";
}
.glyphicon-scissors:before {
    content: "\e226";
}
.glyphicon-bitcoin:before {
    content: "\e227";
}
.glyphicon-yen:before {
    content: "\00a5";
}
.glyphicon-ruble:before {
    content: "\20bd";
}
.glyphicon-scale:before {
    content: "\e230";
}
.glyphicon-ice-lolly:before {
    content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}
.glyphicon-education:before {
    content: "\e233";
}
.glyphicon-option-horizontal:before {
    content: "\e234";
}
.glyphicon-option-vertical:before {
    content: "\e235";
}
.glyphicon-menu-hamburger:before {
    content: "\e236";
}
.glyphicon-modal-window:before {
    content: "\e237";
}
.glyphicon-oil:before {
    content: "\e238";
}
.glyphicon-grain:before {
    content: "\e239";
}
.glyphicon-sunglasses:before {
    content: "\e240";
}
.glyphicon-text-size:before {
    content: "\e241";
}
.glyphicon-text-color:before {
    content: "\e242";
}
.glyphicon-text-background:before {
    content: "\e243";
}
.glyphicon-object-align-top:before {
    content: "\e244";
}
.glyphicon-object-align-bottom:before {
    content: "\e245";
}
.glyphicon-object-align-horizontal:before {
    content: "\e246";
}
.glyphicon-object-align-left:before {
    content: "\e247";
}
.glyphicon-object-align-vertical:before {
    content: "\e248";
}
.glyphicon-object-align-right:before {
    content: "\e249";
}
.glyphicon-triangle-right:before {
    content: "\e250";
}
.glyphicon-triangle-left:before {
    content: "\e251";
}
.glyphicon-triangle-bottom:before {
    content: "\e252";
}
.glyphicon-triangle-top:before {
    content: "\e253";
}
.glyphicon-console:before {
    content: "\e254";
}
.glyphicon-superscript:before {
    content: "\e255";
}
.glyphicon-subscript:before {
    content: "\e256";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-menu-down:before {
    content: "\e259";
}
.glyphicon-menu-up:before {
    content: "\e260";
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    font-size: 13px;
}
body {
    color: #333;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.carousel-inner > .item > a > img{
    width:100%;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #af7833;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
.small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
dt,
kbd kbd {
    font-weight: 700;
}
address,
blockquote .small,
blockquote footer,
blockquote small,
dd,
dt,
pre {
    line-height: 1.42857143;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
.small,
small {
    font-size: 85%;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:hover {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:hover {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover {
    background-color: #e4b9b9;
}
pre code,
table {
    background-color: transparent;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
dl,
ol,
ul {
    margin-top: 0;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
address,
dl {
    margin-bottom: 20px;
}
ol,
ul {
    margin-bottom: 10px;
}
.list-inline {
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    color: #777;
}
legend,
pre {
    display: block;
    color: #333;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}
code,
kbd {
    padding: 2px 4px;
    font-size: 90%;
}
caption,
th {
    text-align: left;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014";
}
code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
pre {
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0;
}
.pre-scrollable {
    overflow-y: scroll;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media only screen and (min-width: 1224px) {
    .container {
        width: 1190px;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .search{
        display:none;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}
fieldset,
legend {
    padding: 0;
    border: 0;
}
fieldset {
    min-width: 0;
    margin: 0;
}
legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
.form-control,
output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
output {
    padding-top: 7px;
}
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-group-sm .form-control,
.input-sm {
    font-size: 12px;
    border-radius: 3px;
    padding: 5px 10px;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="time"] {
        line-height: 34px;
    }
    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 30px;
    }
    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}
.input-sm {
    height: 30px;
    line-height: 1.5;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    line-height: 1.5;
}
.form-group-lg .form-control,
.input-lg {
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 18px;
}
select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}
select[multiple].form-group-sm .form-control,
textarea.form-group-sm .form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg {
    height: 46px;
    line-height: 1.3333333;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    line-height: 1.3333333;
}
select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}
select[multiple].form-group-lg .form-control,
textarea.form-group-lg .form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.collapsing,
.dropdown,
.dropup {
    position: relative;
}
.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-control-static,
    .form-inline .form-group {
        display: inline-block;
    }
    .form-inline .control-label,
    .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.active,
.btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
    visibility: hidden;
}
.collapse.in {
    display: block;
    visibility: visible;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu-right,
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-header,
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857143;
    white-space: nowrap;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    clear: both;
    font-weight: 400;
    color: #333;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    font-size: 12px;
    color: #777;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover,
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn .caret,
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.nav > li,
.nav > li > a {
    display: block;
    position: relative;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li > a {
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-justified > li,
.nav-stacked > li {
    float: none;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
}
.tab-content > .active {
    display: block;
    visibility: visible;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
    .navbar-header {
        float: left;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.embed-responsive,
.modal,
.modal-open,
.progress {
    overflow: hidden;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-fixed-bottom,
    .navbar-fixed-top,
    .navbar-static-top {
        border-radius: 0;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .govtschethm{
        max-width:100%;
        width:100%;
        
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}
.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 8px -15px;
}
@media (min-width: 768px) {
    .navbar-form .form-control-static,
    .navbar-form .form-group {
        display: inline-block;
    }
    .navbar-form .control-label,
    .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.breadcrumb > li,
.pagination {
    display: inline-block;
}
.badge,
.label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
}
.btn .badge,
.btn .label {
    top: -1px;
    position: relative;
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #080808;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb > .active {
    color: #777;
}
.pagination {
    padding-left: 0;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
a.badge:focus,
a.badge:hover,
a.label:focus,
a.label:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    color: #fff;
    border-radius: 0.25em;
}
.label:empty {
    display: none;
}
.label-default {
    background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.media-object,
.thumbnail {
    display: block;
}
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}
.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    background-color: #eee;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.alert,
.thumbnail {
    margin-bottom: 20px;
}
.alert .alert-link,
.close {
    font-weight: 700;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px;
    }
}
.thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
    margin-right: auto;
    margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-info,
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body {
    width: 10000px;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.close {
    line-height: 1;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-title,
.panel > .list-group,
.panel > .panel-collapse > .list-group,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title {
    margin-top: 0;
    font-size: 16px;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel-group .panel-heading,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.popover,
.tooltip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    height: 1851px !important;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
}
.tooltip.top-right .tooltip-arrow {
    left: 5px;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0;
}
.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px;
}
.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px;
}
.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.carousel,
.carousel-inner {
    position: relative;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.left > .arrow:after,
.popover.right > .arrow:after {
    bottom: -10px;
    content: " ";
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}
.popover.right > .arrow:after {
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
}
.carousel-inner {
    max-width: 100%;
overflow: hidden;
margin: 0 auto;
width: 100%;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }
    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=50);
    opacity: 0.5;;
}
.carousel-control .fa{
    position:absolute;
    top:43%;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(254, 250, 250, 0.0001) 0, rgba(254, 250, 250, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(254, 250, 250, 0.0001) 0, rgba(254, 250, 250, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn,
.text-hide {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0;
}
.hidden {
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
    .visible-xs-block {
        display: block !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
    .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
    .hidden-lg {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
   
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
    .hidden-print {
        display: none !important;
    }
}

/* 9 http://www.ibef.org/css/new-custome-responsive.css */

#sthoverbuttons #sthoverbuttonsMain {
    padding: 7px;
    position: relative;
    width: 46px !important;
    z-index: 1000000;
}
.sthoverbuttons-chicklets {
    position: relative;
    right: 0;
}
.footer-box {
    background-color: #666;
    padding: 20px 30px;
    margin: 15px 0;
}
ul.topnav {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin: auto;
}
ul.topnav li {
    float: left;
    color: #fff !important;
}
ul.topnav li a {
    color: #fff !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 2px;
    text-align: center !important;
    text-decoration: none;
    padding: 5px;
    display: inline;
}
#show_hide_togg,
ul.topnav li.icon {
    display: none;
}
.slidingDiv {
    display: block;
}
select,
textarea,
ul.formcustom li input[tupe="text"] {
    width: 100%;
    border: 0;
}
.searchLeft.custom ul li {
    width: 100% !important;
}
#sthoverbuttons {
    display: none;
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .LogoSection {
        padding-left: 19px !important;
        padding-top: 14px !important;
        padding-bottom: 0 !important;
        position: relative;
        text-align: left;
        width: 40% !important;
        z-index: 10001;
        background-color: none !important;
    }
    .LogoSection a img,
    .wrapper-flush {
        width: 70% !important;
    }
    .wrapper-flush {
        float: right;
    }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
    .LogoSection {
        padding-left: 19px !important;
        position: relative;
        text-align: left;
        z-index: 10001;
        background-color: none !important;
    }
    .LogoSection a img {
        width: 50%;
        max-width: 100%;
    }
    .wrapper-flush {
        float: right;
        width: 70% !important;
    }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
    .LogoSection {
        padding-left: 19px !important;
        position: relative;
        text-align: left;
        z-index: 10001;
        background-color: none !important;
    }
    .LogoSection a img {
        width: 50%;
        max-width: 100%;
    }
    .wrapper-flush {
        float: right;
        width: 70% !important;
    }
}
@media screen and (max-width: 680px) {
    .btnT01 {
        background: 0 0;
        border: none;
        filter: none;
        float: right;
        font-size: 20px;
        position: absolute;
        right: 41px;
        top: 55px;
        display: inline;
    }
    ul.topnav li:not(:first-child) {
        display: none;
        outline: 0 !important;
    }
    ul.topnav li.icon {
        float: right;
        display: inline-block;
        outline: 0 !important;
    }
    ul.topnav.responsive {
        position: relative;
    }
    ul.topnav.responsive li.icon {
        background: #dc6800;
        border: none;
        cursor: pointer;
        display: block;
        padding: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        outline: 0 !important;
        z-index: 10 !important;
    }
    ul.topnav.responsive li {
        float: none;
        display: inline;
    }
    ul.topnav li a {
        color: #fff !important;
        font-size: 10px;
        font-weight: 400;
        line-height: 25px;
        margin: 0 2px;
        text-align: center !important;
        text-decoration: none;
        padding: 5px 0;
        display: inline;
        border: none;
        outline: 0 !important;
    }
    .footer-box {
        background-color: #666;
        padding: 2px;
        margin: 15px 0;
    }
    ul.topnav {
        list-style-type: none;
        padding: 10px;
        overflow: hidden;
        width: 100%;
        margin: auto;
    }
    a#show_hide_togg {
        color: #fff;
        float: right;
        font-size: 25px;
        position: absolute;
        right: 38px;
        top: 55px;
        border: none;
        outline: 0;
        display: block;
    }
    .slidingDiv {
        display: none;
    }
    .searchLeft.custom ul li {
        width: 100% !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .LogoSection {
        padding-left: 19px !important;
        position: relative;
        text-align: left;
        z-index: 10001;
        background-color: none !important;
    }
    .LogoSection a img {
        width: 100%;
        max-width: 100%;
    }
    .wrapper-flush {
        float: right;
        width: 70% !important;
    }
}

/* 10 http://www.ibef.org/css/style.css */

/* 11 http://www.ibef.org/css/responsivemenu.css */

@charset "utf-8";
.nav-menu .menu-link,
span.isParent a {
    text-transform: uppercase;
}
.wrapper-small {
    max-width: 728px;
}
.wrapper-flush {
    width: 100%;
}
.nav2 {
    position: absolute;
    top: 52px;
    left: 15px;
    padding: 0;
    width: 96%;
    z-index: 10000;
    background-color: transparent;
    
}
.nav-container {
    background-color: none;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0.98;
    overflow: visible;
    padding: 0;
    position: relative;
    top: 31px !important;
    width: 100% !important;
    z-index: 11001;
    display: none;
}
.nav-container.is-visible {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.nav-toggle {
    line-height: 1;
    display: inline-block;
    padding: 7px;
    border: 0;
    background-color: #f07d00;
    float: left;
}
.nav-toggle .icon-menu {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    vertical-align: middle;
    fill: none;
}
.icon-menu .line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #fff;
}
.icon-menu .line-1 {
    top: 0;
}
.is-active .icon-menu .line-1 {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
}
.icon-menu .line-2 {
    top: 50%;
    margin-top: -2px;
}
.is-active .icon-menu .line-2 {
    opacity: 0;
}
.icon-menu .line-3 {
    bottom: 0;
}
.is-active .icon-menu .line-3 {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
}
.menu2 {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100% !important;
}
.nav-menu {
    width: 100%;
    background-color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.nav-menu .menu-item {
    border-top: 1px solid #999;
    font-weight: 400;
    font-size: 14px;
}
.nav-menu > .menu-item:last-child {
    border-bottom: 1px solid #999;
}
.nav-menu > .menu-item.is-active,
.nav-menu > .menu-item:hover {
    background-color: #d0d0d0;
}
.nav-menu .menu-link {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 20px 15px;
    background-color: #333;
    width: 100%;
}
.menu2 .nav-dropdown div.menu li a,
.nav-menu .nav-dropdown li a {
    background-color: #f4811f;
    color: #fff;
    line-height: 32px;
    text-indent: 15px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #fff;
    font-size: 12px;
}
.nav-menu .nav-dropdown li {
    border-color: #d7690c;
}
.has-archives-dropdown,
.has-dropdown,
.has-dropdown2 {
    position: relative;
    cursor: pointer;
}
.has-archives-dropdown:after,
.has-archives-dropdown:before,
.has-dropdown2:before,
.has-dropdown:after {
    font-size: 32px;
    position: absolute;
    bottom: 0;
    color: #fff;
}
.has-dropdown:after {
    top: 15px;
    right: 1rem;
    content: "+";
}
.has-dropdown2:before {
    top: 11px;
    right: 1.6rem;
    content: "-";
}
.has-archives-dropdown:after {
    top: 15px;
    right: 1rem;
}
.has-archives-dropdown:before {
    top: 11px;
    right: 1.6rem;
}
.has-dropdown.is-active:after {
    content: "\2013";
}
.nav-dropdown {
    display: none;
    background-color: #f4811f;
    padding: 0;
    height: 168px;
    overflow: scroll;
}
.has-dropdown.is-active > .nav-dropdown {
    display: block;
}
.nav-dropdown .nav-dropdown {
    background-color: #aaa;
}
.nav-dropdown .menu-item {
    border-color: #a0a0a0;
}
.nav-dropdown .nav-dropdown .menu-item {
    background-color: #b0b0b0;
    border-color: #909090;
}
.content {
    margin-top: 60px;
}
.content .wrapper {
    padding: 1rem 0;
}
@media (min-width: 1024px) {
    .nav2 {
        padding: 0;
        width: 96% !important;
    }
}
@media (min-width: 769px) {
    .nav2 {
        padding: 0;
        width: 96%;
    }
    .nav-container,
    .nav-container.is-visible,
    .nav2 {
        position: static;
        top: auto;
        left: auto;
        z-index: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .nav-container,
    .nav-container.is-visible {
        visibility: visible;
        height: auto;
        min-height: 0;
        overflow-y: visible;
        width: 100% !important;
    }
    .nav-toggle {
        display: none;
    }
    .nav-menu > .menu-item,
    .nav-menu > .menu-item.is-active {
        display: inline-block;
        background-color: transparent;
        border: 0;
    }
    .nav-menu > .menu-item:last-child {
        border: 0;
    }
    .nav-menu .menu-item {
        -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    }
    .has-dropdown:after {
        content: "" !important;
    }
    .nav-menu > .has-dropdown:after {
        position: absolute;
        top: 50%;
        right: 1rem;
        width: 0;
        height: 0;
        margin-top: -2px;
        margin-left: -4px;
        content: "";
        border-width: 5px 5px 0;
        border-style: solid;
        border-color: #444 transparent transparent;
    }
    .has-dropdown > .menu-link {
        padding-right: 2rem;
    }
    .nav-dropdown {
        display: block;
        opacity: 0;
        position: absolute;
        top: 100%;
        width: 200px;
        margin: 0;
        padding: 0.5rem 0;
        background-color: #dedede;
        box-shadow: 0 0 4px hsla(0, 0%, 0%, 0.15);
        visibility: hidden;
        -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
        transition: visibility 0s linear 0.25s, opacity 0.25s linear;
    }
    .has-dropdown:hover > .nav-dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    .nav-dropdown .menu-item {
        border: 0;
    }
    .nav-dropdown .menu-item:hover,
    .nav-dropdown .nav-dropdown .menu-item:hover {
        background-color: #d0d0d0;
    }
    .nav-dropdown .nav-dropdown,
    .nav-dropdown .nav-dropdown .menu-item {
        background-color: #dedede;
    }
    .nav-dropdown .nav-dropdown {
        z-index: 9998;
        top: 0;
        left: 100%;
    }
    .content {
        margin-top: 0;
    }
}
.menu2 .nav-dropdown div.menu {
    width: 100% !important;
}
@media screen and (max-width: 768px) {
    .nav-toggle {
        float: right !important;
    }
    .nav2 {
        background-color: transparent;
        
        padding: 0;
        position: absolute;
        right: 15px;
        top: -70px;
        width: auto;
        z-index: 10;
    }
}
@media screen and (max-width: 680px) {
    .nav-menu {
        width: 100%;
        background-color: #333;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .nav-toggle {
        float: right !important;
    }
    .nav2 {
        position: absolute;
        top: -61px;
        z-index: 0;
    }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
    .nav-container {
        top: 208px;
    }
    .nav2 {
        background-color: transparent;
        
        padding: 0;
        position: absolute;
        right: 15px;
        top: -60px;
        width: auto;
        z-index: 10;
    }
}
@media screen and (max-width: 520px) {
    .nav-container {
        top: 208px;
    }
    .nav2 {
        background-color: transparent;
        
        padding: 0;
        position: absolute;
        right: 15px;
        top: 60px;
        width: auto;
        z-index: 10;
    }
}
@media screen and (max-width: 480px) {
    .nav-container {
        top: 198px;
    }
    .icon-menu .line {
        height: 3px;
    }
    .nav-toggle .icon-menu {
        height: 17px;
        width: 23px;
    }
    .nav-toggle {
        float: right !important;
    }
    .nav2 {
        background-color: transparent;
        
        right: 15px;
        padding: 0;
        position: absolute;
        top: -73px;
        width: auto;
        z-index: 10;
    }
}
@media screen and (max-width: 360px) {
    .nav2 {
        background-color: transparent;
        
        padding: 0;
        position: absolute;
        right: 15px;
        top: -55px;
        width: auto;
        z-index: 10;
    }
}
@media screen and (max-width: 425px) {
    .nav-toggle {
        float: right !important;
    }
    .nav2 {
        background-color: transparent;
        
        right: 15px;
        padding: 0;
        position: absolute;
        top: -54px;
        width: auto;
        z-index: 100;
    }
}
@media screen and (max-width: 375px) {
    .nav-toggle {
        float: right !important;
    }
    .nav2 {
        background-color: transparent;
        
        right: 15px;
        padding: 0;
        position: absolute;
        top: -54px;
        width: auto;
        z-index: 100;
    }
}
@media screen and (max-width: 320px) {
    .nav-toggle {
        float: right !important;
    }
    .nav2 {
        background-color: transparent;
        
        right: 15px;
        padding: 0;
        position: absolute;
        top: -52px;
        width: auto;
        z-index: 100;
    }
}

/* 12 http://www.ibef.org/css/jquery.bxslider.css*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
    float: left;
    margin-right: 15px;
    padding-bottom: 10px;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;
    border: 5px solid #fff;
    left: -5px;
    background: #fff;
    min-height: 223px;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0); 
    max-height: 283px !important;
}
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/bx_loader.gif) center center no-repeat #fff;
    height: 200px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: 0.85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000;
}
.bx-wrapper .bx-prev i, .bx-wrapper .bx-next i{
color:#f07c01 !important;
}
.bx-wrapper .bx-prev {
    right: 0;
    color: #000;
    cursor: pointer;
}
.bx-wrapper .bx-next {
    right: -13px;
    color: #000;
    cursor: pointer;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 0;
    margin-top: 12px;
    outline: 0;
    width: 22px;
    height: 22px;
    z-index: 1;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/bx_controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/bx_controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: 0.85em;
    padding: 10px;
}
.slide > span p,
h6 {
    margin: 0 0 0 0;
    line-height: 15px;
}
.slide > span p{
    font-size: 11px;
    color:#696969;
    font-weight: 500;
}
.slide {
    min-height: 62px !important;
    border-bottom: 1px solid #e5e5e5;

}
/*.slide picture{
    display:none;
}*/
@media Screen and (max-width: 600px) {
    .bx-wrapper {
        min-height: 171px !important;
    }
}
@media only Screen and (min-width: 600px) and (max-width: 640px) {
    .bx-wrapper .bx-viewport {
        min-height: 185px !important;
    }
}

/* 13 http://www.ibef.org/css/style.css */

.clear,
.visibityH {
    visibility: hidden;
}
.logo a,
a,
a:hover {
    text-decoration: none;
}
#nav-trigger,
.algnCenter,
.login-btn {
    text-align: center;
}
.browse ul li,
.clear,
.overFlowH {
    overflow: hidden;
}
#nav-trigger span,
.joinBtn,
.resend,
.uploadBtn {
    cursor: pointer;
}
table.tNews,
table.tcontent,
table.tcontent td,
table.tlayout {
    border-collapse: collapse;
}
.pageul li {
    list-style-type: disc !important;
}
.topRgtPart,
ol,
ul,
ul.tabNav1,
ul.tabNav2,
ul.tabNav3 {
    list-style: none;
}
/* @font-face {
    
    src: url(https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/futuram-webfont.eot);
    src: url(https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/futuram-webfont.eot#iefix) format("embedded-opentype"), url(https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/futuram-webfont.woff) format("woff"), url(https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/futuram-webfont.ttf) format("truetype"),
        url(https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/futuram-webfont.svg#futura_md_btmedium) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Great Vibes";
    font-style: normal;
    font-weight: 400;
    src: local("☺"), local("☺"), url(https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/great-vibeswoff2.woff2) format("woff2"), url(https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/great-vibes.woff) format("woff");
}
@font-face {
    
    src: url(https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/futuram-webfont.eot);
    src: url(https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/futuram-webfont.eot#iefix) format("embedded-opentype"), url(https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/futuram-webfont.woff) format("woff"), url(https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/futuram-webfont.ttf) format("truetype"),
        url(https://web.archive.org/web/20220110165943im_/https://www.ibef.org/fonts/futuram-webfont.svg#futura_md_btmedium) format("svg");
    font-weight: 400;
    font-style: normal;
} */
body {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed !important;
    background-size: cover !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    background-color: #fff !important;
}
.container {
    background-color: #fff !important;
    padding: 0px !important;
}
.featuresBox,
main {
    background: #fff;
}
main {
    margin: 0 auto;
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 5px;
}
.backgroundNone,
a.contactAdmin {
    background: 0 0 !important;
}
*,
b,
div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
strong,
ul {
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
    display: block;
    width: 0;
    height: 0;
}
.noBdr {
    border: none !important;
}
.noPaddR {
    padding-right: 0 !important;
}
.noPaddL {
    padding-left: 0 !important;
}
.noMarL {
    margin-left: 0 !important;
}
.noMarR {
    margin-right: 0 !important;
}
.noMar {
    margin: 0 !important;
}
.disBlock {
    display: block !important;
}
.disNone {
    display: none !important;
}
.font12px {
    font-size: 12px !important;
}
.vAlignMiddle {
    vertical-align: middle !important;
}
p.footerText img,
p.rss img,
p.rssPharma img {
    vertical-align: middle;
}
.floatL {
    float: left !important;
}
.floatR {
    float: right;
}
.floatNone {
    float: none !important;
}
.w40,
.w49 {
    float: left;
}
.padd5px {
    padding: 5px !important;
}
.marTop10 {
    margin-top: 10px;
}
.marTop5 {
    margin-top: 5px;
}
.marTop38 {
    margin-top: 38px;
}
.marLeft25 {
    margin-left: 25px;
}
.padd8 {
    padding: 8px;
}
.paddRight5 {
    padding-right: 5px !important;
}
.paddTopBot80 {
    padding: 80px 0 !important;
}
.paddBottom10 {
    padding-bottom: 10px !important;
}
.paddTopBottom10 {
    padding: 10px 0 !important;
}
.paddTopBottom100 {
    padding: 100px 0 !important;
}
.paddLeft10 {
    padding-left: 10px !important;
}
.noPadd,
a.contactAdmin {
    padding: 0 !important;
}
.lowerText {
    text-transform: none;
}
.textUpper {
    text-transform: uppercase;
}
.posRelative {
    position: relative;
    z-index: 99;
}
ul.mainNav li.active,
ul.mainNav li:hover,
ul.mainNav1 li.active,
ul.mainNav1 li:hover {
    z-index: 99999;
    position: relative;
    color: #000;
    background: #f4811f;
}
.w100 {
    width: 100% !important;
}
.w75 {
    width: 75% !important;
}
.w50 {
    width: 50% !important;
}
.w25 {
    width: 25% !important;
}
.w500px {
    width: 500px !important;
}
.w200px {
    width: 200px !important;
}
.w125px {
    width: 175px !important;
    margin: 0 5px 20px 0;
}
.w40 {
    width: 40% !important;
}
.w49 {
    width: 49% !important;
}
.w160px {
    width: 160px;
}
.w245px {
    width: 264px !important;
}
.h100px {
    height: 100px !important;
}
.minHeight220px {
    min-height: 220px !important;
}
.visibityS {
    visibility: visible;
}
.colorBlack {
    color: #000 !important;
}
.inheritTransform {
    text-transform: inherit !important;
}
.noneTransform {
    text-transform: none !important;
}
.posAbsolute {
    position: absolute;
}
.copyrightContainer {
    font-size: 11px;
}
.borderGrayOrng {
    border: 1px solid #ede9de;
}
.archivesText {
    float: none;
    position: relative;
    left: 110px;
    font-size: 17px;
    top: -15px;
    color: #f07d00;
    
}
#header,
.logo,
ul.social,
ul.social li,
ul.topLink {
    float: left;
}
ul.mainNav li,
ul.topLink li {
    
    text-transform: uppercase;
    display: inline-block;
}
a.contactAdmin {
    font-weight: 700;
    margin: 0;
    color: red !important;
    border: none !important;
}
#wrapper,
.wrapper {
    margin: 0 auto;
}
.wrapper {
    width: 100%;
}
#header {
    width: 1000px;
    padding-top: 22px;
}
.logo {
    width: 201px;
}
.topRgtPart {
    margin: auto;
    padding: 0;
}
ul.topLink li {
    font-size: 12px;
    float: left;
}
ul.topLink li a {
    color: #666;
    display: inline-block;
    margin-right: 27px;
    padding-bottom: 1px;
    padding-top: 20px;
}
ul.nav-topLink li a:hover {
    color: #000;
    border-bottom: 1px solid #999;
}
ul.nav-topLink li a.active {
    color: #000 !important;
}
ul.social {
    margin-top: 10px;
    min-width: 129px;
}
ul.social li {
    margin-left: 9px;
    display: inline-block;
    height: 34px;
}
ul.social li a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
ul.topLink li a.active {
    border-bottom: 1px solid #999 !important;
}
a.homeIconLinkTop {
    border-bottom: medium none !important;
}
ul.topLink li a.homeIconLinkTop:hover {
    text-decoration: none !important;
    border: none !important;
}
header {
    padding-top: 10px;
}
ul.mainNav {
    margin-top: 0;
    min-width: auto;
    width: auto;
    float: left;
}
.menu,
.sub_menu01 ul.sublinks,
ul.mainNav li {
    float: left;
}
ul.mainNav li {
    font-size: 13px !important;
}
ul.mainNav a:hover {
    color: #fff;
    background: #f4811f;
}
ul.mainNav li a {
    float: left;
    color: #000;
    background: #fff;
    padding:14px 8px 9px;
    border: 1px solid rgba(240,124, 0.35);
    border-bottom:none;
    margin-right:2px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}
#nav-trigger span.open:after,
#nav-trigger span:after {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
#mobile-mainNav,
#nav-trigger {
    display: none;
}
ul.mainNav li a.activeTab,
ul.mainNav li.active a {
    color: #fff;
    background: #f4811f;
}
#nav-trigger span,
#nav-trigger span:hover {
    background-color: #000;
}
.innerdetail {
    margin: 20px 0;
}
#nav-trigger span {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
}
.sub_menu01 ul.sublinks li,
.sub_menu02 ul.sublinks li,
.sub_menu03 ul.sublinks li,
.sub_menu04 ul.sublinks li,
.sub_menu05 ul.sublinks li,
.sub_menu06 ul.sublinks li {
    font-size: 16px !important;
    text-transform: capitalize;
}
#nav-trigger span:after {
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: 10px;
    content: "";
    border-top: solid 10px #fff;
}
#nav-trigger span.open:after {
    border-top: none;
    border-bottom: solid 10px #fff;
}
.sub_menu01 ul.sublinks li a,
.sub_menu02 ul.sublinks li a,
.sub_menu03 ul.sublinks li a,
.sub_menu04 ul.sublinks li a,
.sub_menu05 ul.sublinks li a,
.sub_menu06 ul.sublinks li a {
    border-left: none;
    line-height: 26px;
    font-weight: 400 !important;
    font-size: 14px;
}
.sub_menu_first {
    left: -207px !important;
}
.sub_menu_fifth {
    left: -649px !important;
}
.sub_menu_sixth {
    left: -753px !important;
}
ul.mainNav div.sub_menu {
    visibility: hidden;
    border-top: 1px solid #fff;
}
ul.mainNav div.sub_menu01 {
    background: #f4811f;
    left: 1px;
    padding: 20px;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 732px;
    z-index: 99999;
}
.menu {
    width: 239px;
}
ul.mainNav div.sub_menu02,
ul.mainNav div.sub_menu03,
ul.mainNav div.sub_menu04,
ul.mainNav div.sub_menu05,
ul.mainNav div.sub_menu06 {
    width: 732px;
    position: absolute;
    top: 100%;
    z-index: 99999;
    visibility: hidden;
}
.sub_menu01 ul.sublinks li {
    float: none;
    display: block;
    font-weight: 400 !important;
}
.sub_menu01 ul.sublinks li a {
    display: inline;
    padding: 0;
    color: #fff;
    background: 0 0;
    float: none;
    font-size: 14px;
}
.sub_menu01 ul.sublinks li a:hover,
.sub_menu01 ul.sublinks li:hover {
    color: #000;
    background: 0 0 !important;
}
ul.mainNav div.sub_menu02 {
    left: -159px;
    background: #f4811f;
    padding: 20px;
}
.sub_menu02 ul.sublinks {
    float: left;
}
.sub_menu02 ul.sublinks li {
    float: none;
    display: block;
    font-weight: 400 !important;
}
.sub_menu02 ul.sublinks li a {
    display: inline;
    padding: 0;
    color: #fff;
    background: 0 0;
    float: none;
}
.sub_menu02 ul.sublinks li a:hover,
.submenu02 ul.sublinks li:hover {
    color: #000;
    background: 0 0 !important;
}
ul.mainNav div.sub_menu03 {
    left: -262px;
    background: #f4811f;
    padding: 20px;
}
.sub_menu03 ul.sublinks {
    float: left;
}
.sub_menu03 ul.sublinks li {
    float: none;
    display: block;
    font-weight: 400 !important;
}
.sub_menu03 ul.sublinks li a {
    display: inline;
    padding: 0;
    color: #fff;
    background: 0 0;
    float: none;
}
.sub_menu03 ul.sublinks li a:hover {
    color: #000;
    background: 0 0 !important;
}
ul.mainNav div.sub_menu04 {
    left: -357px;
    background: #f4811f;
    padding: 20px;
}
.sub_menu04 ul.sublinks {
    float: left;
}
.sub_menu04 ul.sublinks li {
    float: none;
    display: block;
    font-weight: 400 !important;
}
.sub_menu04 ul.sublinks li a {
    display: inline;
    padding: 0;
    color: #fff;
    background: 0 0;
    float: none;
}
.sub_menu04 ul.sublinks li a:hover {
    color: #000;
    background: 0 0 !important;
}
ul.mainNav div.sub_menu05 {
    left: -441px;
    background: #f4811f;
    padding: 20px;
}
.sub_menu05 ul.sublinks {
    float: left;
}
.sub_menu05 ul.sublinks li {
    float: none;
    display: block;
    font-weight: 400 !important;
}
.sub_menu05 ul.sublinks li a {
    display: inline;
    padding: 0;
    color: #fff;
    background: 0 0;
    float: none;
}
.sub_menu05 ul.sublinks li a:hover {
    color: #000;
    background: 0 0 !important;
}
ul.mainNav div.sub_menu06 {
    left: -545px;
    background: #f4811f;
    padding: 20px;
}
.sub_menu06 ul.sublinks {
    float: left;
}
.sub_menu06 ul.sublinks li {
    float: none;
    display: block;
    font-weight: 400 !important;
}
.sub_menu06 ul.sublinks li a {
    display: inline;
    padding: 0;
    color: #fff;
    background: 0 0;
    float: none;
}
#searchPart,
.browse ul li,
.browse ul li a,
ul.mainNav ul li a {
    display: inline-block;
}
.sub_menu06 ul.sublinks li a:hover {
    color: #000;
    background: 0 0 !important;
}
.menuQuote {
    color: #930;
    border-left: 1px solid #ffd3a8;
    height: 250px;
}
.menuQuote p {
    padding: 10px 0 10px 20px;
    text-transform: none;
    font-size: 16px;
    font-weight: 400 !important;
}
.browse h2,
.browseheading {
    
    font-size: 20px;
    line-height: 20px;
}
.browse h2,
.browseheading,
h3.heading {
    font-weight: 400;
    text-transform: uppercase;
}
ul.mainNav ul li a {
    border-right: none;
    width: 100%;
}
ul.mainNav li.login {
    z-index: 100000 !important;
}
#searchPart {
    background: #e4e5e5;
    border-top: 1px solid #fff;
    padding: 23px 5px;
    min-height: 55px;
    width: 100%;
}
.search {
    float: right;
    width: 297px;
    background: #fff;
border: 1px solid rgba(240,124, 0.35);
    
border-bottom: none;
}
.archsearch{
    float: right;
    width:380px;
    background: #fff;
border: 1px solid rgba(240,124, 0.35);
    
border-bottom: none;
}
.browse {
    float: left;
}
.browse h2 {
    color: #fff;
}
.browseheading {
    color: #333;
}
.browse ul {
    margin-top: 8px;
    float: left;
}
.browse ul li {
    
    font-size: 12px;
    text-transform: uppercase;
    float: left;
    margin-right: 30px;
    height: 23px;
    line-height: 23px;
}
.browse ul li a {
    float: left;
    color: #369 !important;
}
.browse ul li a:hover {
    color: #666;
}
.browse ul li.media {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/browse-icon.png) no-repeat;
    padding-left: 30px;
}
.browse ul li.reports {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/browse-icon.png) 0 -23px no-repeat;
    padding-left: 30px;
}
.browse ul li.presentations {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/browse-icon.png) 0 -47px no-repeat;
    padding-left: 30px;
    margin-right: 0;
}
.browse ul li.opinions {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/browse-icon.png) 0 -70px no-repeat;
    padding-left: 30px;
}
#bannerArea {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.ibefCafe {
    float: right;
    border: 1px solid #ece9dd;
    min-height: 257px;
    padding: 0px 0px 10px 0px;
}
.ibefCafe ul {
    margin-top: 6px;
}
.ibefCafe ul li {
    color: #000;
    line-height: 16px;
    padding-bottom: 10px;
}
.ibefCafe ul li p strong a{
    color:#0f1419 !important;
    font-weight: 600;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/twitchecked.png) no-repeat right 0;
    padding-right:28px;
}
.ibefCafe ul li p{
    color:#5b7083;
    font-weight: 400;
    margin:5px 0;
}
.ibefCafe ul li a,
.ibefCafe ul li span {
    color:#1da1f2;
}

.ibefCafe ul li a:hover{
    text-decoration: underline;
    color:#1da1f2 !important;
}
.ibefCafe ul li.facebook {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/facebook-icon.gif) no-repeat;
    padding-left: 33px;
    min-height: 40px;
}
.ibefCafe ul li.twitter {
    background:url(/web/20220110165943im_/https://www.ibef.org/images/twitter-icon.gif) no-repeat 0 5px;
    padding-left: 33px;
    min-height: 40px;
}
.ibefCafe ul li a:hover,
h3.heading {
    color: #000;
}
.contentPart {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.featuresBox,
ul.news,
ul.updates {
    margin-top: 10px;
}
.contactPart {
    min-width: 186px;
   background: #f5aa5a;
border: 3px solid #e39542;
    float: left;
    padding: 10px 14px 32px;
    min-height: 213px;
}
.box231,
.box240 {
    float: left;
    margin-right: 1.9%;
}
h3.heading {
    
    font-size: 18px;
    padding: 12px 0 7px;
    /* border-top: 4px solid #ece9dd; */
    border-bottom: 2px solid #e5e5e5;
    width: 100%;
    position: relative;
    color: #00963f !important;
    margin-bottom:14px;
    font-weight: 600;
}

a.more,
a.more1 {
    
    background: url(/web/20220110165943im_/https://www.ibef.org/images/down-arrow.png) right center no-repeat;
}
a.more,
p.date,
p.rss,
ul.features li,
ul.news li,
ul.updates li {
    font-size: 11px;
}
a.more {
    font-size: 14px;
    padding-right: 12px;
    position: absolute;
    right: 0;
    color: #f07c01;
    bottom: 5px;
        text-decoration: underline;
        text-transform: capitalize;
        font-weight: bold;
        color:#f07c01;
}
/* a.more {
    
        font-size: 14px;
        color: #f07c01;
        background: url(/web/20220110165943im_/https://www.ibef.org/images/down-arrow.png) right center no-repeat;
        padding-right: 12px;
        bottom: 5px;
        text-decoration: underline;
    } */
.imageRoll,
.imageRoll2,
h3.heading3 {
    position: relative;
}
.imageRoll img{
    max-width:100%;
    width:100%;
}
a:hover.more {
    color: #666;
}
ul.news {
    height: 173px;
}
ul.news li {
    padding-bottom: 8px;
    /* line-height: 14px; */
}
ul.news li.custom{
    border-bottom: 1px solid #e5e5e5;
    width:100% !important;
}
ul.news li a {
    color: #000 !important;
    font-size: 14px;
    line-height:21px;
    font-weight:500;
}
ul.news li a:hover {
    color: #666;
}
p.rss {
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 12px;
    margin-right: 14px;
}
p.rss a {
    color: #f07c01;
}
p.rss a:hover {
    color: #666;
}
p.rss img {
    padding-right: 5px;
}
.featuresBox {
    float: left;
}
.featuresBox img {
    float: left;
    padding: 0 0px 5px 0;
}
ul.features {
    width: 71%;
    float: right;
}
ul.features li {
    padding-bottom: 6px;
    line-height: 13px;
}
ul.features li a {
    color: #c63 !important;
}
ul.features li a:hover {
    color: #666;
}
ul.features li span.head {
    text-transform: uppercase;
    color: #666;
}
ul.updates li {
    padding-bottom: 10px;
    line-height: 11px;
    color: #666;
}
ul.updates li a {
    color: #c63 !important;
}
ul.updates li a:hover {
    color: #666;
}
/*.sensex {*/
/*    border-top: 2px dotted #898989;*/
/*    border-bottom: 2px dotted #898989;*/
/*    float: left;*/
/*    width: 97%;*/
/*    padding: 8px 0;*/
/*    margin-top:20px;*/
/*    min-height: 38px !important;*/
/*}*/
.sensex {
border-top: 2px dotted #898989;
border-bottom: 2px dotted #898989;
float: left;
width: 97%;
padding:3px 0;
margin-top: 15px;
min-height: 38px !important;
position: relative;
}
h3.senHead {
    font-size: 14px;
    color: #000;
    font-weight: 700;
}
.clr666 {
    color: #666;
}
.wid80 {
    width: 80px;
}
/*a.more1 {*/
   
    
/*    text-transform: capitalize;*/
  
/*font-size: 14px;*/
/*color: #f07c01;*/
/*background: url(/web/20220110165943im_/https://www.ibef.org/images/down-arrow.png) right center no-repeat;*/
/*padding-right: 12px;*/
/*bottom: 5px;*/
/*text-decoration: underline;*/
/*font-weight: 700;*/
/*width:50px;*/
/*}*/
a.more1 {
	text-transform: capitalize;
	font-size: 12px;
	color: #f07c01;
	 background: none; 
	padding-right: 12px;
	bottom: 5px;
	text-decoration: underline;
	font-weight: 700;
	width: 50px;
	position: absolute;
	top: 4px;
	right: -5px;
}
h3.heading2,
h3.heading3,
h3.heading4 {
    
    font-weight: 400;
    text-transform: uppercase;
}
a:hover.more1 {
    color: #666;
}
/* .opportunities {
    border: 3px solid #ece9dd;
    float: left;
    padding: 0 14px 10px;
} */
.opportunities{
    box-shadow:5px 5px 7px 1px rgba(0,0,0,0.1);
    border:1px solid #cdccc7;
    padding: 0 20px 20px;
border-radius: 5px;
overflow:hidden;
    }
    .box240x .opportunities, .box240x + .whatsnew .opportunities{
        min-height:320px;
    }
    .opportunities  h3.heading + p{
        display:none;
    }
    .ibefnews .opportunities  h3.heading{
     margin-bottom:0;
    }
h3.heading2 {
    font-size: 1.5em;
    color: #000;
    padding: 12px 0 7px;
}
.qtext {
    float: left;
    line-height: 14px;
    margin-top: 5px;
    color: #666;
    font-size:11px;
}
.qtext a {
    color: #c63;
}
.qtext a:hover {
    color: #333;
}
.menu-list {
    font-size: 14px;
    color: #666;
    width: 206px;
    text-transform: uppercase;
    padding: 5px 0;
}
ul.oppor li {
    font-size: 11px;
    padding: 6px 0;
    float: left;
    margin:0;
    width:100%;
}
.box481,
.box490 {
    margin-right: 1.9%;
    float: left;
}
.box481 {
    width: 48.1%;
}
.box490 {
    width: 49%;
}
h3.heading3 {
    font-size: 18px;
    color: #fff;
    padding: 10px 10px 11px;
    background:#00963f;
    font-weight: 600;
}
.marRgt10 {
    margin-right: 10px;
}
.moreRight {
    right: 10px !important;
}
.imageRoll2 {
    margin-top: 15px;
    float: left;
    height: 189px;
}
.imgIcon,
.imgText {
    position: absolute;
}
.imgIcon {
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 53px !important;
    max-width: 53px !important;
    height: 53px;
}
.imgText,
.imgText2 {
    z-index: 9;
    display: none;
    top: 0;
    left: 0;
}
.imgText {
    max-height: 169px;
    padding: 10px;
}
.clrBlue {
    background: #39c;
}
.clrOrange {
    background: #f90;
}
h4.imgHeading {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
}
h4.imgHeading span {
    color: #000;
    font-size: 14px;
}
.viewNow a {
    text-transform: uppercase;
    color: #000;
    font-size:11px;
}
.viewNow a:hover {
    color: #fff;
}
.moreFilms a {
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
    float: right;
    font-size:11px;
}
.moreFilms a:hover {
    color: #000;
}
h4.imgHeading span.vol {
    color: #000;
    font-size: 14px;
    line-height: 18px;
}
p.orderOnline a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}
p.orderOnline a:hover {
    color: #fff;
}
h3.heading4 {
    font-size: 16px;
    /*color: #000;*/
    padding: 16px 10px 11px;
    position: relative;
   background: #00963f;
color: #fff !important;
font-weight: 600;
}
.imgText2 {
    position: absolute;
    max-height: 165px;
    padding: 10px;
}
h3.heading5,
h3.heading6,
h3.quiz {
    
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
}
.clrGreen {
    background: #9c3;
}
h3.heading5 {
    font-size: 18px;
    color: #000;
    padding: 16px 10px 11px;
    background: #e0d3a1;
}
.clrOrange2 {
    background: #c96;
}
.clrOrange3 {
    background: #c90;
}
.clrOrange4 {
    background: #c63;
}
h3.heading6 {
    font-size: 21px;
    color: #993;
    padding: 0 10px 5px 0;
    border-bottom: 5px solid #dbdb70;
}
h3.heading6 a {
    color: #993;
    text-decoration: none;
}
h3.heading6 span.iconImg,
h3.heading6 span.iconImg2,
h3.headingidea span.iconImg2{
    padding-right: 35px;
    display: inline-block;
    padding-top: 14px;
}
h3.heading6 span.iconImg {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/perspectives-icon.png) top right no-repeat;
}
h3.heading6 span.iconImg2 {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/ideas-icon.png) top right no-repeat;
}

h3.headingidea {
    color: #00963f !important;
font-weight: 600;
text-transform: uppercase;
    font-size: 18px;
    padding: 0 10px 2px 0;
    border-bottom: 2px solid #e5e5e5;
    position:relative;
}
h3.headingtrvl {
    color: #00963f !important;
font-weight: 600;
text-transform: uppercase;
    font-size: 18px;
    padding: 0 10px 2px 0;
    border-bottom: 2px solid #e5e5e5;
    position:relative;
}
h3.headingidea a {
    color: #993;
    text-decoration: none;
    text-transform:capitalize;
}
h3.headingidea span img {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/ideas-icon-grn.png) top right no-repeat;
    width:auto;
    position:relative;
    top:-10px;
}
h3.heading6 span.iconImg a {
    color: #000 !important;
}
h3.quiz {
    font-size: 18px;
    color: #f27d24;
    padding: 0 10px 5px 0;
    border-bottom: none;
    text-decoration: blink;
    -webkit-animation-name: quiz;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}
a.more2,
a.more3,
a.more4,
a.more10{
    position: absolute;
    right: 0;
}
@-webkit-keyframes quiz {
    from {
        opacity: 1;
        color: #f27d24;
    }
    to {
        opacity: 0.5;
        color: #000;
    }
}
a.more2, .ibefnews .opportunities .heading .marRgt10.more2 {
    
    font-size: 14px;
    color: #f07c01 !important;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/down-arrow.png) right center no-repeat;
    padding-right: 12px;
    bottom: 5px;
    text-decoration: underline;
}
a.more10 {
    font-size: 11px;
    color: #fff !important;
    background:url(/web/20220110165943im_/https://www.ibef.org/images/down-arrow-white.png) right 8px no-repeat;
    padding-right: 12px;
    text-decoration: none;
}
a.more2:hover{
    color:#666 !important;
}
.ibefnews
a:hover.more2 {
    color: #f07c01 !important;
}
h4.headTab,
h4.headTab a {
    color: #fff;
}
h4.headTab {
    
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 3px 10px;
    background: #330;
    float: left;
}
ul.textTab {
    float: left;
    margin-top: 10px;
}
ul.textTab li {
    line-height: 14px;
    padding-bottom: 15px;
    float: left;
}
ul.textTab li span {
    margin-left: 5px;
    font-size: 10px;
    weight: normal;
}
ul.textTab li b {
    color: #993;
    weight: normal;
}
ul.textTab li a {
    color: #993 !important;
    margin-left: -4px;
}
ul.textTab li img {
    float: left;
    margin-right: 15px;
    padding-bottom: 10px;
}
p.ideasText {
    margin-top: 10px;
    line-height: 18px;
    font-size: 12px !important;
    
}
p.ideasText b {
    color: #f07c01;
}
.join,
h3.heading7 {
    
    color: #000;
}
h3.heading7 {
    font-size: 24px;
    font-weight: 400;
    padding: 14px 10px 7px 0;
    border-bottom: 5px solid #df8126;
}
.inputText,
.join {
    font-size: 12px;
    font-weight: 400;
}
.join {
    padding: 0;
    line-height: 16px;
}
.inputText,
.joinBtn {
    border: none;
    padding: 0 10px;
    height: 31px;
    line-height: 31px;
    
}
.inputText {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/input-bg.png) top left no-repeat;
    width: 206px;
    color: #df8126;
    margin: 8px 0;
}
.joinBtn {
    margin-top: 5px;
    background: #df8126;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.alreadyMember {
    margin-top: 7px;
    line-height: 16px;
    font-size: 11px !important;
}
.alreadyMember a {
    color: #c60 !important;
    text-transform: uppercase;
}
.alreadyMember a:hover {
    color: #333 !important;
}
#footerPart {
    background: #666;
}
p.footerText {
    color: #666;
    margin-top: 15px;
    line-height: 14px;
}
p.footerText a {
    color: #666;
    text-decoration: underline;
}
p.footerText a:hover {
    color: #000;
    text-decoration: none;
}
h4.updateHead {
    font-size: 14px;
    color: #c63;
    font-weight: 400;
    line-height: 14px;
    margin-top: 8px;
}
.smallText {
    font-size: 9px;
    color: #666;
    line-height: 16px;
}
.otherDetails {
    font-size: 14px;
    color: #000;
}
.pharmaPart {
    height: 294px;
    background: #f5aa5a;
    border: 3px solid #e39542;
    float: left;
    min-height: 318px;
    padding-top:10px;
    margin-top:47px;
}
.pharma {
    padding: 10px 15px 27px;
}
.pharmaHeadIndustry,
h1.pharmaHeadIndustry,
h2.pharmaHead {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    
    font-weight: 500;
    line-height: 20px;
}
.pharma-list,
a.more3 {
    
}
.pharma ul.cat li,
p.rssPharma {
    font-weight: 700;
    text-transform: uppercase;
}
.related {
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 10px;
    font-weight: 600;
    color:#fff;
}
.pharma ul.cat {
    margin: 3px 0 0;
    padding: 0;
}
.pharma ul.cat li {
    line-height: 16px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/bullet.png) 0 6px no-repeat;
    padding-left: 10px;
    font-size: 12px;
}
.pharma ul.cat li a {
    color: #fff;
}
.pharma ul.cat li a:hover {
    color: #000;
}
.pharma-list {
    color: #666;
    width: 196px;
    text-transform: uppercase;
    padding: 5px 0;
    font-size: 12px;
    margin-top: 8px;
}
.pharmaBanner {
    border: 3px solid #e4e5e5;
    padding:10px 7px 0px;
}
h1.bannerHead,
h2.bannerHeadIndustry {
    font-size: 18px;
    margin-top: 8px;
}
.bannerText {
    line-height: 12px;
    padding-bottom: 10px;
    width: 314px;
}
a.more3 {
    font-size: 11px;
    color: #39c;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/down-arrow.png) right center no-repeat;
    padding-right: 12px;
}
a:hover.more3 {
    color: #666;
}
ul.newsPharma {
    margin-top: 10px;
}
ul.newsPharma li {
    font-size: 12px;
    padding-bottom: 10px;
    line-height: 16px;
    
}
ul.newsPharma li a {
    color: #535353;
    font-weight:500;
}
ul.newsPharma li a:hover {
    color: #f07c01;
}
p.rssPharma {
    font-size: 11px;
    margin-top: 15px;
    margin-right: 14px;
}
p.rssPharma a {
    color: #f07c01;
}
h5.pharmaIndia a,
p.rssPharma a:hover {
    color: #666;
}
p.rssPharma img {
    padding-right: 5px;
}
.quoteText {
    width: 206px;
    float: left;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/quote-left.png) left top repeat-y;
    padding: 0 0 20px 20px;
}
.quoteText h3 {
    font-size: 12px !important;
    line-height: 18px;
}
.quoteText p {
    line-height: 14px;
    margin-top: 20px;
}
h5.pharmaIndia {
    color: #666;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    
}
h1.innerhead,
h1.innerheadindustrycat {
    text-transform: none;
    
}
h5.pharmaIndia span {
    padding-right: 12px;
    margin-left: 10px;
}
h5.pharmaIndia a:hover {
    color: #39c;
}
ul.state {
    margin: 10px 0 0 10px;
    float: left;
}
ul.state li {
    font-size: 12px;
    color: #666;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/bullet2.jpg) 0 5px no-repeat;
    padding-left: 10px;
    line-height: 15px;
}
ul.industry {
    margin: 0 0 0 10px;
    float: left;
}
ul.industry li {
    font-size: 12px;
    color: #3eb5e8;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/bullet3.jpg) 0 3px no-repeat;
    padding-left: 20px;
    line-height: 14px;
    margin-top: 12px;
}
.clrcyan {
    background: #939;
}
.clrBlack {
    color: #000;
}
#innerPart {
    float: left;
    margin-top: 20px;
    width: 100% !important;
}
.innerLeft {
    padding: 0;
}
.innerBox231 {
    float: left;
}
.marTop30 {
    margin-top: 30px;
}
.marTop125 {
    margin-top: 125px;
}
.marTop84 {
    margin-top: 84px;
}
.indusbox468 {
    float: right;
    width: 468px;
    margin-right: 19px;
}
.box680 {
    float: left;
    margin-right: 19px;
}
.width226 .quoteText2,
.width226 img {
    width: 100%;
}
.indusbox680 {
    float: left;
    margin: 0 5px;
}
h1.innerheadindustrycat {
    font-size: 18px;
    color: #00963f;
    font-weight: 600;
    line-height: 20px;
    float: none;
    margin-left: 0;
    margin-bottom: 5px;
    padding: 0;
}
h1.innerhead,
h2.innerhead {
    font-size: 20px;
    color: #39c;
    font-weight: 400;
    line-height: 20px;
}
h1.innerhead {
    float: none;
    margin: 0;
    padding: 0;
}
h1.innerheadGrey {
    font-size: 19px !important;
    color: #333 !important;
    font-weight: 400 !important;
    line-height: 27px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    text-transform: capitalize;
    margin: -4px 0 5px !important;
    padding: 0 !important;
}
.text p.readMore,
h6.tabHead,
ul.formItem li label,
ul.ibefList li,
ul.tabNav1 li {
    text-transform: uppercase;
}
.marTop15,
.sectoralBox {
    margin-top: 15px;
}
h1.innerheadGrey,
h2.innerheadGrey {
    font-size: 20px;
    color: #333;
    font-weight: 400;
    line-height: 27px;
    float: none;
}
h2.innerheadGreyArchive {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ede9de;
    color: #494949;
    line-height: 27px;
}
.sectoralBox {
    background: #f7f4e8;
    border: 1px solid #cc9;
    padding: 5px 10px;
}
.portfolio-item {
    margin-bottom: 25px;
}
.marTop20 {
    margin-top: 20px !important;
}
.marLeft15 {
    margin-left: 15px;
}
.innerRight h3 {
    font-size: 18px;
}
.scText,
.text p 
{
    font-size: 13px;
}
.text p {
    padding-bottom: 10px !important;
    line-height: 18px !important;
}
.scText {
    padding-bottom: 24px !important;
    line-height: 20px !important;
}
.text p.readMore,
.text p.textBold {
    font-size: 813em;
    padding-bottom: 15px;
}
.text p.textBold {
    font-weight: 700;
    line-height: 17px;
}
.text p.readMore {
    line-height: 16px;
}
.text p a,
.text p.readMore a {
    color: #3eb5e8;
}
.text p.readMore a:hover {
    color: #000;
}
.text p.disclaimer, p.disclaimer {
    font-size: 11px !important;
    color: #666;
    font-style: italic;
    line-height: 14px;
    float: left;
}
.text ul li a {
    color: #339967 !important;
}
.pharmaQuote2 {
    max-width: 215px;
    float: left;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/quote-bg2.png) right bottom no-repeat;
    padding-bottom: 41px;
}
.quoteText2 {
    float: left;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/quote-right.png) right top repeat-y;
    padding: 15px 6px 20px;
}
.width226 {
    float: left;
    margin-right: 20px;
}
.text p.source {
    font-size: 0.688em;
    padding-bottom: 15px;
    line-height: 16px;
    color: #666;
}
.text p.source a {
    color: #339967;
}
.text p.source a:hover {
    color: #000;
}
.text h4 {
    font-size: 14px;
    padding: 5px 0;
    font-weight: 700;
    line-height: 17px;
    
}
.myIbef h3,
h6.tabHead,
ul.formItem li label,
ul.tabNav1 li {
    
}
table.tcontent td {
    border-top: 5px solid #ccc;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 15px 20px 0;
    vertical-align: top;
}
.formText input,
.scPresentation p img,
p.rssEco img,
span.formGender input,
ul.formItem2 li input {
    vertical-align: middle;
}
table.tcontent td.year {
    font-size: 18px;
}
ul.sunPharma li {
    font-size: 12px;
    line-height: 16px;
    margin-top: 15px;
}
ul.sunPharma li a {
    color: #333;
}
ul.sunPharma li a:hover {
    color: #339967;
}
.marTop9 {
    margin-top: 9px;
}
.scPresentation {
    border-top: 5px solid #ccc;
    border-bottom: 5px solid #ccc;
    padding: 5px 0 8px;
}
h6.present {
	font-size: 13px;
	font-weight: 600;
	color: #828282;
	margin-left: 0;
}
.scPresentation p {
    color: #999;
    font-size: 11px !important;
    padding-bottom: 0 !important;
    line-height: 14px !important;
}
.scPresentation p a {
    color: #39c;
}
.scPresentation p a:hover {
    color: #000;
}
.scPresentation p img {
    max-height: 13px;
}
.pastPresentation {
    margin-top: 30px;
    float: left;
    width: 468px;
}
.pastPresentation p {
    font-size: 12px;
    padding-bottom: 0;
    line-height: 16px;
}
.pastPresentation p a {
    color: #39c;
}
.myIbef h3,
.pastPresentation p a:hover {
    color: #000;
}
.pastPresentation img {
    margin-right: 10px;
    float: left;
}
.myIbef {
    width: 186px;
    background: #f4811f;
    border: 3px solid #e4e5e5;
    float: left;
    margin-right: 19px;
    padding: 7px 20px 30px;
}
.formArea,
.tabPart1 {
    width: 100%;
    float: left;
}
.myIbef h3 {
    font-size: 20px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/white-bird.png) right top no-repeat;
    float: left;
    padding: 33px 43px 0 0;
    font-weight: 400;
}
.myIbef p {
    font-size: 11px;
    padding-bottom: 12px;
    line-height: 14px;
}
ul.ibefList {
    margin: 3px 0 0;
    padding: 0;
}
ul.ibefList li {
    font-weight: 700;
    line-height: 16px;
    font-size: 12px;
}
ul.ibefList li a {
    color: #000 !important;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/bullet2.png) 0 5px no-repeat;
    padding-left: 10px;
}
ul.ibefList li a:hover {
    color: #fff !important;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/bullet.png) 0 5px no-repeat;
}
/*.tabPart1 {*/
/*    background: url(/web/20220110165943im_/https://www.ibef.org/images/tab-bg02.jpg) top left repeat-x;*/
/*}*/

.tabPart1 {
    background:#e8e8e8;
}
ul.tabNav1 {
    margin: 7px 0 0 12px;
    padding: 0;
    float: left;
}
ul.tabNav1 li {
    display: inline;
    float: left;
    font-size: 11px;
    font-weight: 400;
    margin-right: 6px;
}
ul.tabNav1 li a {
    color: #999;
    text-decoration: none;
    float: left;
    line-height: 34px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/tabNav-bg.jpg) repeat-x;
    padding: 0 20px;
}
ul.tabNav1 li a.selected,
ul.tabNav1 li a:hover {
    background: #fff;
    color: #999;
    cursor: pointer;
}
h6.tabHead {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-left: 12px;
    padding-top: 15px;
}
h6.tabHead span {
    color: #666;
}
p.tabSubHead {
    font-size: 12px;
    color: #666;
    margin-left: 12px;
    line-height: 16px;
    padding-bottom: 5px;
}
.formArea {
    padding: 15px;
}
ul.formItem {
    margin: 0;
    padding: 0;
}
ul.formItem li {
    padding-bottom: 15px;
    float: left;
}
ul.formItem li label {
    font-size: 11px;
    display: block;
    font-weight: 400;
    color: #000 !important;
    line-height: 35px;
}
ul.formItem li label b {
    font-weight: 400;
    color: #c00 !important;
}
.formInput,
.myProfle-list01 {
    font-size: 12px;
    color: #999;
    
    font-weight: 400;
    padding: 4px;
    border: 1px solid #c6c6c6;
}
.myProfle-list01 {
    width: 150px;
}
.formInput {
    width: 234px;
}
.uploadBtn,
h6.subHead {
    font-size: 14px;
    text-transform: uppercase;
}
span.formGender {
    width: 80px;
    display: block;
    float: left;
}
.photo {
    float: left;
    width: 100px;
}
.photo img {
    border: 4px solid #ccc;
}
.uploadBtn {
    margin-top: 5px;
    background: #898989;
    color: #fff;
    font-family: arial;
    border: none;
    padding: 0;
    height: 25px;
    line-height: 25px;
    width: 100px;
    font-weight: 700;
}
.uploadPhoto {
    width: 227px;
    float: left;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/left-arrow.png) left center no-repeat;
    padding-left: 8px;
    margin-left: 5px;
}
.uploadText {
    background: #ece9dd;
    padding: 10px;
}
h6.subHead {
    color: #666;
}
.formInput2,
.myProfle-list02 {
    font-size: 12px;
    color: #999;
    
    padding: 4px;
    border: 1px solid #c6c6c6;
    font-weight: 400;
}
.uploadText p {
    line-height: 15px;
}
.width693 {
    width: 693px;
}
.width600 {
    max-width: 600px;
}
.formInput2 {
    width: 292px;
}
.myProfle-list02 {
    width: 300px;
}
.signupBtn,
.signupBtn2,
.signupBtn3 {
    
    border: none;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    text-transform: uppercase;
}
.signupBtn {
    background: #f60;
    font-size: 18px;
    color: #fff;
    padding: 0;
    width: 150px;
}
.signupBtn2 {
    background: #898989;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
}
.formText {
    font-size: 12px;
}
.formText a {
    color: #930;
}
.formText a:hover {
    color: #000;
}
.formText input {
    margin-right: 5px;
}
h4.subHeadTab {
    font-size: 16px;
    text-transform: uppercase;
    
    font-weight: 400;
}
ul.formItem2 {
    margin-top: 10px;
    padding: 0;
    width: 225px;
    float: left;
}
ul.formItem2 li {
    padding-bottom: 3px;
    display: block;
    font-size: 12px;
    color: #333;
}
ul.formItem2 li label {
    display: inline-block;
    margin-left: 5px;
}
ul.formItem3 {
    margin: 0;
    padding: 0;
}
ul.formItem3 li {
    padding-bottom: 15px;
    display: block;
}
.signupBtn3 {
    background: #f60;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    width: 100%;
}
p.profile {
    color: #ccc;
    text-transform: uppercase;
    line-height: 18px;
}
p.profile span {
    display: block;
    color: #000;
    font-size: 16px;
    
    font-weight: 700;
    text-transform: none;
}
.login-btn,
.signupBtn5,
ul.myProfile li {
    text-transform: uppercase;
}
h4.profileHead {
    font-size: 14px;
    
    font-weight: 400;
    color: #000;
}
ul.myProfile {
    margin: 15px 0 0;
    padding: 0;
    min-height: 65px;
}
ul.myProfile li {
    font-weight: 700;
    line-height: 16px;
    font-size: 12px;
}
ul.myProfile li a {
    color: #f90;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/bullet3.png) 0 6px no-repeat;
    padding-left: 10px;
}
.signupBtn4,
.signupBtn5 {
    font-size: 14px;
    border: none;
    height: 31px;
    line-height: 31px;
    padding: 0 10px;
    
    cursor: pointer;
}
ul.myProfile li a:hover {
    color: #000;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/bullet4.png) 0 6px no-repeat;
}
.signupBtn4 {
    background: #df8126;
    color: #fff;
}
.signupBtn5 {
    background: #fff;
    color: #df8126;
}
#mask_address,
#mask_map,
#mask_report {
    display: none;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/mask-bg.png);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
}
a.login-window {
    position: relative;
    border-left: 1px solid #f4811f !important;
    color: #000 !important;
    background: #f4811f !important;
    z-index: 99999;
}
.login-popup {
    padding: 10px;
    width: 225px;
    margin: 0 auto;
}
.login-headertxt,
h1.login-headertxt {
    color: #f07d00;
    font-size: 26px;
    padding-top: 10px !important;
}
.login-headertxt {
    font-weight: 600;
    margin: 0.1em !important;
}
#userLogin p {
    padding: 0 !important;
    font-size: 9px !important;
}
.mailpassword {
    color: #39c;
}
.login-btn {
    margin-top: 5px !important;
    background: #f07c01;
    border-bottom: 5px solid #f5aa62;
    font-size: 18px;
    color: #fff;
    
    border-top: none;
    border-left: none;
    border-right: none;
    height: 40px;
    width: 150px !important;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    display: block;
}
.login-popup p.loginText,
.login-popup p.loginText a {
    line-height: 16px;
    
    background: 0 0 !important;
    padding: 0;
    font-size: 11px;
}
.login-popup p.loginText {
    float: left;
    width: 100%;
    text-transform: none;
}
.login-popup p.loginText a {
    color: #c60 !important;
    font-weight: 700;
    text-transform: uppercase;
    border-left: none;
}
.login-popup p.loginText a:hover {
    color: #333 !important;
    background: 0 0 !important;
}
ul.tabNav2 {
    margin: 10px 0 0 12px;
    padding: 0;
    float: left;
    width: 100%;
}
ul.tabNav2 li {
    display: inline;
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    
    font-weight: 400;
    margin-right: 6px;
}
ul.tabNav2 li a {
    color: #666 !important;
    text-decoration: none;
    float: left;
    line-height: 34px;
    
    /*background: url(/web/20220110165943im_/https://www.ibef.org/images/tabNav-bg.jpg) repeat-x;*/
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efddb1+0,f4e9c8+52,ffffff+99 */
background: #efddb1; /* Old browsers */
background: -moz-linear-gradient(top,  #efddb1 0%, #f4e9c8 52%, #ffffff 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #efddb1 0%,#f4e9c8 52%,#ffffff 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #efddb1 0%,#f4e9c8 52%,#ffffff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efddb1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
font-size:14px;
font-weight:600;
border:1px solid #d5c599;
border-bottom:0;

    padding: 0 11px;
}
h3.searchHead,
p.sort {
    
    font-weight: 600;
    padding-top: 15px;
    font-size: 18px;
    text-transform: uppercase;
}
ul.tabNav2 li a.selected,
ul.tabNav2 li a:hover {
    background: #fff;
    color: #999;
    cursor: pointer;
}
h3.searchHead {
    color: #666;
    margin-left: 12px;
    width: 430px;
    float: left;
}
h3.searchHead span {
    color: #000;
}
p.sort {
    color: #666;
    text-align: right;
    margin-right: 15px;
}
p.sort a {
    color: #000;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/down-arrow.png) right center no-repeat;
    padding-right: 12px;
}
p.sort a:hover {
    color: #df8126;
}
ul.searchResult {
    margin: 0;
    padding: 0;
}
ul.searchResult li {
    padding-bottom: 15px;
    float: left;
}
.searchContent {
    width: 500px;
    border-right: 3px solid #ccc;
    float: left;
    padding-right: 15px;
    padding-left: 35px;
}
.searchContent h4 {
    font-size: 14px;
    font-weight: 700;
    color: #c63;
}
.searchContent p {
    line-height: 14px;
    color: #666;
}
p.date {
    color: #000;
    margin-left: 15px;
    float: left;
    line-height: 14px;
}
.searchIcon1 {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/search-icon01.png) 0 4px no-repeat;
}
.searchIcon2 {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/search-icon02.png) 0 4px no-repeat;
}
.searchNews {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/search-news.png) 0 4px no-repeat;
}
.searchIcon3 {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/search-icon03.png) 0 4px no-repeat;
}
.searchIcon4 {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/search-icon04.png) 0 4px no-repeat;
}
.searchIcon5 {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/search-icon05.png) 0 4px no-repeat;
}
.pagination1 {
    float: left;
    width: 70.2%;
    border-top: 4px solid #ccc;
    padding-top: 10px;
}
span.pageBtn {
    display: block;
    
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    height: 24px;
    text-align: center;
    padding: 0 5px;
}
span.pageBtn a {
    background: #ccc;
    color: #fff;
    display: block;
    height: 20px;
    padding-top: 4px;
}
p.formHead,
ul.page li,
ul.page li a {
    display: inline-block;
}
span.pageBtn a.active,
span.pageBtn a:hover {
    background: #000;
    color: #fff;
}
.pre {
    margin-right: 25px;
}
.next {
    margin-left: 25px;
    float: right !important;
}
ul.page {
    margin: 0;
    padding: 0;
    float: left;
}
ul.page li {
    margin-right: 4px;
    font-weight: 700;
    float: left;
}
ul.page li a {
    text-align: center;
    width: 24px;
    height: 21px;
    color: #999;
    padding-top: 3px;
}
ul.page li a.current,
ul.page li a:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/pagination-bg.png) no-repeat;
    color: #fff;
}
h2.econoymyHead,
p.formHead {
    color: #000;
    text-transform: uppercase;
}
p.formHead {
    margin-top: 5px;
}
.economyPart {
    background: #35a463;
    /*border: 3px solid #e4e5e5;*/
    padding: 20px;
    border: 3px solid #00963f;
}
h2.econoymyHead {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/economy-icon.png) top right no-repeat;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    float: left;
    padding: 27px 3px 0 0;
    color:#fff;
}
.ecoQuote,
a.more4 {
    
}
.browseEconomy {
    text-transform: uppercase;
}
ul.eco {
    margin: 3px 0 0 important;
    padding: 0;
}
ul.eco li {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.875em;
    line-height: 17px;
}
ul.eco li a {
    color: #fff !important;
}
ul.eco li a span {
    color: #333;
    font-weight: 400 !important;
}
ul.eco li a:hover {
    /*color: #000 !important;*/
    text-decoration:underline;
}
h1.ecoHead {
    font-size: 18px;
}
.ecoText {
    line-height: 21px;
    padding-bottom: 10px;
    font-size:12px;
    font-weight:500px;
}
.box200 {
    float: left;
    width: 200px;
    margin-right: 19px;
    padding-left: 10px;
}
a.more4 {
    font-size: 11px;
    color:#f07c01 !important;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/down-arrow.png) right center no-repeat;
    padding-right: 12px;
}
a:hover.more4 {
    color: #666 !important;
}
.ecoQuote {
    font-size: 16px;
    color: #033;
    line-height: 20px;
}
h2.econoymyHead2,
p.sort02 {
    
    text-transform: uppercase;
}
.subscribe {
    font-size: 12px;
    color: #396 !important;
    line-height: 16px;
}
.newsDate {
    font-size: 9px;
color: #666;
line-height: 16px;
}
ul.newsEco {
    margin-top: 10px;
}
ul.newsEco li {
    font-size: 12px !important;
    padding-bottom: 10px !important;
    line-height: 16px !important;
    font-weight:500;
    
}
ul.newsEco li a {
    color: #535353 !important;
}
ul.newsEco li a:hover {
    color: #f07c01 !important;
}
p.rssEco {
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-right: 14px;
}
p.rssEco a {
    color: #f07c01;
}
.trade,
p.rssEco a:hover {
    color: #666;
}
p.rssEco img {
    padding-right: 5px;
}
.trade {
    line-height: 14px;
    font-size: 12px;
    font-weight:500;
    color: #a45809 !important;
}
.quoteText2 h3 {
    font-size: 14px;
    line-height: 19px;
}
.quoteText2 p {
    line-height: 14px;
    margin-top: 20px;
}
.quoteText3 {
    width: 204px;
    float: left;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/quote-right.png) right top repeat-y;
    padding: 10px 11px;
}
.quoteText3 h3 {
    font-size: 18px;
}
.quoteText3 p {
    line-height: 14px;
    margin-top: 10px;
}
ul.ecoHigh {
    min-height: 171px;
}
ul.ecoHigh li {
    font-size: 11px;
    padding-bottom: 15px;
    line-height: 14px;
}
ul.ecoHigh li a {
    color: #396;
}
ul.ecoHigh li a:hover {
    color: #666;
}
ul.ecoHigh li span {
    text-transform: uppercase;
    color: #666;
}
h2.econoymyHead2 {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/ecnomy-news.jpg) top right no-repeat;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    float: left;
    padding: 25px 8px 0 0;
    margin-bottom:10px;
}
ul.ecoNews li {
    color: #666;
    line-height: 14px;
    padding-bottom: 15px;
}
ul.ecoNews li span {
    color: #339967;
    font-size: 14px;
    font-weight: 700;
    display: block;
    line-height: 18px;
}
ul.ecoNews li span a {
    color: #339967 !important;
}
.width229 {
    width: 229px;
    float: left;
    padding-left: 10px;
}
p.pastNews {
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
    padding-bottom: 5px;
}
h4.textLine {
    font-size: 16px;
    line-height: 20px;
}
p.textLine {
    
    font-size:13px;
}
p.textLine a {
    color: #339967 !important;
    text-decoration: none;
}
p.textLine a:hover {
    text-decoration: underline;
}
table.tNews td {
    vertical-align: top;
    line-height: 14px;
    padding: 0 10px 0 0;
}
.statePresentation p img,
.stateReport img,
p.rssState img,
ul.pollCur li input {
    vertical-align: middle;
}
table.tNews td.headText p {
        color: #666;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
}

table.tNews td.headText p a {
    color: #339967 !important;
}
table.tNews td.headText p span {
    color: #339967;
    font-size: 14px;
    font-weight: 700;
    display: block;
    line-height: 18px;
}
table.tNews td.newsPaper {
    padding-left: 7px;
    border-left: 1px solid #ccc;
    color: #000;
}
td.newsPaper a {
    color: #000;
    text-decoration: none;
        font-size: 11px;
    font-weight: 500;
}
td.newsPaper a:hover {
    text-decoration: underline;
}
.footer-centered a,
.sidebar-nav li a,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li a:hover,
h4.updateState a,
ul.newsState li a,
ul.tabNav3 li a {
    text-decoration: none;
}
table.tNews td.ecoDate {
    padding-left: 7px;
    border-left: 3px solid #ccc;
    color: #000;
        font-size: 11px;
    font-weight: 500;
}
.height15 {
    height: 15px;
}
p.sort02 {
    font-size: 13px;
    font-weight: 400;
    color: #666;
}
a.more5,
a.more6 {
    
    position: absolute;
    right: 0;
}
p.sort02 a {
    color: #000;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/down-arrow.png) right center no-repeat;
    padding-right: 12px;
}
span.goBackArrow {
    color: #000;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/left-right-arrow.png) center bottom no-repeat rgba(0, 0, 0, 0) !important;
    height: 7px;
    margin-top: 5px;
    padding-left: 10px;
}
p.sort02 a:hover {
    color: #396;
}
h2.indiaNewsletter {
    font-size: 20px;
    color: #333;
    font-weight: 400;
    line-height: 23px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/india-newsletter.jpg) top right no-repeat;
    padding-right: 40px;
}
h2.indiaNewsletter b {
    font-weight: 700;
}
.subscribeNews {
    color: #666;
    text-transform: uppercase;
    margin-top: 15px;
}
.subscribeNews b {
    font-weight: 400;
    padding: 0 5px;
}
.subscribeNews a {
    color: #396;
}
.subscribeNews a:hover {
    color: #333;
}
a.more5 {
    font-size: 11px;
    color: #c63;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/plus.png) right center no-repeat;
    padding-right: 15px;
}
a:hover.more5 {
    color: #666;
}
p.apprael {
    font-size: 12px;
    color: #fff;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/bullet2.png) 0 8px no-repeat;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 8px;
}
ul.bullet {
    margin-left: 30px;
}
ul.bullet li {
    font-size: 13px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/bullet5.png) 0 7px no-repeat;
    padding-left: 10px;
}
p.exportReport {
    text-transform: uppercase;
    color: #339967;
    background: #f7f4e8;
    border: 1px solid #cc9;
    padding: 5px 10px;
    margin-top: 10px;
    font-size: 11px;
}
p.exportReport a {
    color: #c63;
}
p.exportReport a:hover {
    color: #000;
}
p.exportReport img {
    margin-right: 5px;
}
.apparelText {
    float: left;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/quote-left.png) left top repeat-y;
    padding: 10px 0;
}
.apparelArrow {
    width: 196px;
    float: left;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/arrow.png) 0 30px no-repeat;
    padding-left: 30px;
}
.appAddress a {
    color: #c63 !important;
}
.appAddress a:hover {
    color: #000 !important;
}
a.more6 {
    font-size: 11px;
    color: #cc3727;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/down-arrow.png) right center no-repeat;
    padding-right: 12px;
    bottom: 7px;
}
h1.mediaHead,
h2.mediaHead,
h2.stateHead,
h3.heading8 {
    
}
a:hover.more6 {
    color: #666;
}
h6.stateName {
    text-transform: uppercase;
    color: #a45809;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}
h4.updateState,
p.ideasText2,
ul.newsState {
    margin-top: 10px;
}
ul.stateNews li {
    font-size: 11px;
    line-height: 15px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/bullet6.jpg) 0 7px no-repeat;
    padding-left: 10px;
}
ul.stateNews li a {
    color: #535353;
    font-weight:500;
}
ul.stateNews li a:hover {
    color: #f07c01;
}
h4.updateState {
    font-size: 12px;
    color: #f07c01;
    line-height: 14px;
    font-weight: 600;
}
h4.updateState a {
    color: #f07c01;
}
.stateGraph {
    padding: 15px 0;
    border-bottom: 2px dotted #898989;
}
p.ideasText2 {
    line-height: 14px;
}
p.ideasText2 b {
    color: #cc3727;
}
h3.heading8 {
    font-size: 24px;
    color: #e59b93;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 10px 5px 0;
    position: relative;
    border-bottom: 5px solid #e59b93;
}
h3.heading8 span.iconImg3,
h3.heading8 span.iconImg4 {
    padding-right: 40px;
    display: inline-block;
    padding-top: 14px;
}
h3.heading8 span.iconImg3 {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/travel-icon2.png) top right no-repeat;
}
h3.heading8 span.iconImg4 {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/ideas-icon2.png) top right no-repeat;
}
ul.newsState li {
    font-size: 11px;
    padding-bottom: 10px;
    line-height: 14px;
    color:#535353;
    font-weight:500;
}
ul.newsState li a {
    color: #535353 !important;font-weight:500;
    font-size: 12px;
}
ul.newsState li a:hover {
    color: #f07c01 !important;
}
p.rssState {
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 15px;
}
p.rssState a {
    color: #cc3727;
}
p.rssState a:hover {
    color: #666;
}
p.rssState img {
    padding-right: 5px;
}
/*.statePart {*/
/*    background: #cc3727;*/
/*    float: left;*/
/*    margin-right: 19px;*/
/*    padding: 22px 20px;*/
/*    min-height: 283px;*/
/*}*/
.statePart {
	background: #f5aa5a;
	float: left;
	/*margin-right: 19px;*/
	padding: 22px 20px;
	min-height: 283px;
	border: 3px solid #e39542;
	width:100%;
}
h2.stateHead {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 20px;
}
.clrWhite {
    color: #fff;
}
.stateReport {
    text-transform: uppercase;
    color: #828282;
    font-size: 12px !important;
    font-weight:600;
}
.stateReport b {
    color: #666;
    font-weight: 400;
}
.stateReport a {
    color: #f07c01 !important;
}
.stateReport a:hover {
    color: #000 !important;
}
.stateReport img {
    margin-right: 5px;
}
.statePresentation {
    border-top: 5px solid #ccc;
    border-bottom: 5px solid #ccc;
    padding: 5px 0 8px;
}
h6.statePresent {
    font-size: 12px;
    font-weight: 700;
    color: #cc3727;
    margin-left: 0;
}
.statePresentation p {
    color: #999;
    font-size: 11px !important;
    padding-bottom: 0 !important;
    line-height: 14px;
}
.statePresentation p a {
    color: #cc3727;
}
.statePresentation p a:hover {
    color: #000;
}
ul.stateFeature {
    margin-top: 20px;
}
ul.stateFeature li {
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 18px;
}
ul.stateFeature li span {
    font-weight: 700;
    display: block;
    color: #000;
}
h1.mediaHead,
h2.mediaHead,
h3.heading9 {
    font-weight: 400;
    text-transform: uppercase;
}
.mediaPart {
    min-width:100%;
    background: #f5aa5a;
    border: 3px solid #e39542;
    float: left;
    padding: 10px 53px 32px 20px;
    min-height: 213px;
}
h1.mediaHead,
h2.mediaHead {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/white-bird.png) top right no-repeat;
    font-size: 20px;
    color: #000;
    line-height: 20px;
    float: left;
    padding: 20px 45px 0 0;
}
h2.mediaHead {
    color:#fff;
    margin-bottom:10px;
    font-weight:600;
}
.mediaQuote {
    
    font-size: 16px;
    color: #963;
    line-height: 20px;
}
h3.heading9,
ul.interviewTab {
    
}
.medText {
    font-size: 12px;
    color: #c96;
    line-height: 16px;
}
h3.heading10,
h3.heading9 {
    font-size: 24px;
    position: relative;
}
.clrgreen2 {
    background: #096;
}
h3.heading9 {
    color: #c96;
    padding: 14px 10px 7px 0;
    border-bottom: 5px solid #c96;
}
ul.interviewTab {
    float: left;
    margin-top: 10px;
    width: 100%;
}
ul.interviewTab li {
    line-height: 14px;
    padding-bottom: 17px;
    float: left;
    color: #000;
}
ul.interviewTab li span {
    float: left;
    width: 62%;
    font-family: Arial, ​​Helvetica, ​​sans-serif;
}
ul.interviewTab li p {
    float: right;
    width: 172px;
    padding-bottom: 0;
}
ul.interviewTab li b {
    color: #c63;
    font-weight: 700;
    display: block;
}
h3.heading10,
h4.headTab2 {
    
    font-weight: 400;
    text-transform: uppercase;
}
ul.interviewTab li img {
    float: left;
    margin-right: 15px;
    padding-bottom: 10px;
}
h3.heading10 {
    color: #333;
    padding: 0;
    border-bottom: 5px solid #707070;
    line-height: 34px;
}
h3.heading10 span.iconImg5 {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/event-icon.png) top right no-repeat;
    padding-right: 35px;
    display: inline-block;
    padding-top: 6px;
}
h3.heading10 span.iconImg6 {
    /*background:url(/web/20220110165943im_/https://www.ibef.org/images/case-studies.jpg) right center no-repeat;*/
    display: inline-block;
    line-height: 35px;
    min-width: 218px;
}
h4.headTab2 {
    font-size: 12px;
    color: #fff;
    padding: 3px 10px;
    background: #300;
    float: left;
}
a.more7 {
    
    font-size: 11px;
    color: #c63;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/down-arrow.png) right center no-repeat;
    padding-right: 12px;
    position: absolute;
    right: 0;
    bottom: 7px;
}
a:hover.more7,
table.tlayout td.headText2 p {
    color: #666;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
}
.width172 {
    width: 172px !important;
}
h1.interviewHeading {
    height: 40px;
   
    margin: 3px;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    padding: 10px 25px !important;
   background: #00963f;
    color: #fff !important;
}
table.tlayout td {
    vertical-align: top;
    line-height: 14px;
    padding: 0 10px 0 0;
}
table.tlayout td.headText2 p span {
    color: #c63;
    font-size: 14px;
    font-weight: 700;
    display: block;
    line-height: 18px;
}
table.tlayout td.headText2 p span a {
    color: #c63 !important;
}
table.tlayout td.seDate {
    padding-left: 15px;
    border-left: 3px solid #ccc;
    color: #000;
}
table.tlayout td.seDate span {
    text-transform: uppercase;
    display: block;
    font-weight: 700;
}
table.tlayout td.seDate img {
    margin-top: 5px;
    display: block;
}
table.tlayout td.headText2 p span.list2 {
    color: #06c;
}
table.tlayout td.headText2 p span.list3 a {
    color: #339967 !important;
}
table.tlayout td.headText2 p span.listeve {
    color: #f07c01 !important;
}
.eventtitle {
    font-size: 14px !important;
}
table.tlayout td.headText2 p span.list2 a {
    color: #339967 !important;
}
.headText2 {
    padding: 5px 10px;
    margin: 10px 0;
}
.paddTop5 {
    float: left;
    padding-top: 4px !important;
    padding-right:20px !important;
}
.headText3 {
    width: 70%;
    float: right;
    padding: 5px 10px;
    margin: 10px 0;
}
.paddTop6 {
    float: left;
    padding-top: 4px !important;
    width: 20%;
}
h2.contactHead {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/contact-icon.png) top left no-repeat;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    
    font-weight: 400;
    line-height: 20px;
    float: left;
    padding: 65px 0 0;
}
ul.team li,
ul.trustee li {
    
    display: block;
}
.conText {
    font-size: 12px;
    color: #000;
    line-height: 16px;
}
.conText a,
.conText b {
    color: #fff;
}
.conText a:hover {
    color: #000;
}
#map_canvas {
    width: 95%;
    height: 575px;
    border: 1px solid #ccc;
}
ul.mediaGallery li {
    float: left;
    margin: 5px 0;
}
ul.mediaGallery .col-lg-3:nth-child(2n + 1) {
    clear: left;
    width: 50%;
}
.galleryTop {
    border: 1px solid #ccc;
    padding-top: 17px;
    float: left;
    width: 100%;
}
.galleryMiddle {
    float: left;
    width: 192px;
    min-height: 182px;
    padding: 0 17px;
}
.galleryBottom {
    width: 326px;
    padding-bottom: 17px;
    height: 250px;
}
.galleryMiddle p {
    margin-top: 10px;
    line-height: 14px;
}
.galleryMiddle p span {
    display: block;
    color: #8a8a8a;
}
.clrGreenD,
.jobApply p a {
    color: #096;
}
p.abouText {
    font-size: 11px;
    padding-bottom: 12px;
    line-height: 14px;
}
.borderBtmB {
    border-bottom: 5px solid #ccc;
}
.text ul.trustee {
    float: left;
    margin-left: 30px !important;
    margin-right: 10px;
}
ul.trustee li {
    float: left;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 700;
    margin-bottom: 15px !important;
    width: 230px;
}
ul.team,
ul.team li {
    float: left;
    width: 336px;
}
ul.trustee li span {
    display: block;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
}
ul.team {
    margin-right: 8px;
}
ul.team-mob {
    margin-right: 8px;
    display: none;
}
ul.team li {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    padding-bottom: 15px;
}
h2.econoymyDirect,
h2.snapshotHead,
ul.tabNav3 li {
    
    text-transform: uppercase;
    float: left;
}
ul.team li span {
    display: block;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
}
.teamImg {
    margin-top: -10px;
    margin-right: 10px;
}
ul.job li {
    margin-top: 15px;
    float: left;
}
.jobD {
    border-right: 0 solid #ccc;
    float: left;
    width: 100%;
    padding-right: 15px;
}
.jobApply {
    float: left;
    padding-left: 15px;
    width: 25%;
}
.jobApply h6,
.jobD h6 {
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    margin: 0 !important;
}
.jobApply p,
.jobD p {
    line-height: 14px;
    padding-bottom: 20px;
}
.jobApply p a:hover {
    color: #000;
}
h2.econoymyDirect {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/directories-icon.png) top left no-repeat;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    padding: 38px 8px 0 0;
    margin-bottom:10px;
    
}
ul.tabNav3 {
    margin: 10px 0 0 12px;
    padding: 0;
    float: left;
}
ul.tabNav3 li {
    display: inline;
    font-size: 0.588em;
    font-weight: 400;
    margin-right: 6px;
}
ul.tabNav3 li a {
    color: #666 !important;
    text-decoration: none;
    float: left;
    line-height: 22px;
    
    /*background: url(/web/20220110165943im_/https://www.ibef.org/images/tabNav-bg.jpg) repeat-x;*/
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efddb1+0,f4e9c8+52,ffffff+99 */
background: #efddb1; /* Old browsers */
background: -moz-linear-gradient(top,  #efddb1 0%, #f4e9c8 52%, #ffffff 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #efddb1 0%,#f4e9c8 52%,#ffffff 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #efddb1 0%,#f4e9c8 52%,#ffffff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efddb1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
font-size:14px;
font-weight:600;
border:1px solid #d5c599;
border-bottom:0;

    padding: 0 8px;
    min-height: 46px;
}
ul.tabNav3 li a.selected,
ul.tabNav3 li a:hover {
    background: #fff;
    color: #999;
    cursor: pointer;
}
.director {
    float: left;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/search-icon01.png) 0 2px no-repeat;
    padding-left: 30px;
}
ul.directories li {
    color: #396;
    font-size: 14px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/arrow-bullet.png) 0 3px no-repeat;
    padding-left: 20px;
    padding-bottom: 7px;
    font-weight: 700;
}
h2.snapshotHead {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/snapshot-icon.png) 75px 0 no-repeat;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    padding: 22px 0 0;
    margin-bottom:10px;
}
.formErrorsContainer,
.requestStatus {
    
}
ul.snapShot {
    border-top: 3px solid #ccc;
}
ul.snapShot li {
    border-bottom: 3px solid #ccc;
    padding: 5px 0;
}
ul.snapShot li h6 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 14px;
}
ul.snapShot li p {
    padding-bottom: 0;
    font-size: 12px;
}
.snapShotText {
    width: 226px;
    float: left;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/line2.jpg) left top repeat-y;
    padding: 10px 0;
}
.snapShotArrow {
    width: 196px;
    float: left;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/line-curve.jpg) 0 30px no-repeat;
    padding-left: 30px;
}
.snapShotArrow h3 {
    font-size: 16px;
    line-height: 17px;
}
l #retrivePassword {
    display: none;
}
#userLogin {
    display: block;
}
#login-box {
    min-height: 195px !important;
    max-width: 250px;
}
#userEmailR {
    margin-top: 15px !important;
}
.requestStatus {
    height: 20px !important;
    width: 125px;
    float: right;
    padding: 10px 0 0;
    display: none;
    text-transform: capitalize;
    font-size: 11px !important;
}
.neg_arrow,
.pos_arrow {
    margin: 0 2px !important;
    height: 16px;
}
.formErrorsContainer {
    color: red;
    padding: 2px;
    text-transform: none !important;
    font-size: 12px;
    visibility: hidden;
}
ul.topLinkBlog li.loginBlog {
    position: relative;
    z-index: 9999;
}
ul.topLinkBlog li.loginBlog a.login-window {
    position: relative;
    border-left: none !important;
    color: #fff !important;
    background: 0 0 !important;
    z-index: 99999;
}
ul.topLinkBlog li.loginBlog .login-popup {
    background: #ece9dd;
    display: none;
    float: left;
    right: 0;
    padding: 15px 20px;
    position: absolute;
    top: 20px;
    z-index: 99999;
    width: 246px;
    left: 0;
}
ul.topLinkBlog li.loginBlog a:hover {
    border: none;
}
.pos_arrow {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/up_g.gif);
}
.pos_arrow b {
    font-weight: 400;
    color: green;
}
.neg_arrow {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/down_r.gif) no-repeat;
}
.neg_arrow b {
    font-weight: 400;
    color: red;
}
.down_r,
.up_g {
    font-weight: 700;
}
.up_g {
    color: #080;
}
.down_r {
    color: #c00;
}
.yfi-price-change-up {
    font-weight: 400 !important;
    color: #080 !important;
}
.yfi-price-change-down {
    font-weight: 400 !important;
    color: #c00 !important;
}
.time_rtq_ticker,
.up_g time_rtq_content {
    float: left;
}
/*#bsc_nsc {*/
/*    font-size: 11px !important;*/
/*    font-weight: 400 !important;*/
/*}*/
#bsc_nsc {
	font-size: 11px !important;
	font-weight: 400 !important;
	margin-top: 5px;
	display: inline-block;
}
#fbRss {
    width: 100% !important;
    background: #e4e5e5 !important;
}
#ibefTopFiveNewsContent {
    min-height: 200px !important;
}
#blogsShowcase {
    float: left;
}
#blogsShowcase ul.textTab li span {
    font-size: 11px;
    margin-left: 0;
}
#blogsShowcase ul.textTab li span p {
    color: #000;
}
#blogsShowcase ul.textTab li a {
    margin-left: 0;
}
.blogsLoader {
    padding: 75px 25px;
    text-align: center;
}
.paginationBlog a,
.paginationBlog a:hover,
.paginationBlog strong {
    display: inline-block;
    padding-top: 3px;
    min-width: 24px;
    text-align: center;
}
.paginationBlog a:hover,
.paginationBlog strong {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/pagination-bg.png);
    color: #fff;
    min-height: 24px;
}
.paginationBlog a {
    color: #999;
    min-height: 21px;
}
.paginationBlog span.pageBtn {
    background: #ccc !important;
    color: #fff !important;
    display: block;
    padding-top: 4px;
    margin-top: -3px !important;
    cursor: pointer;
}
.paginationBlog a span.pageBtn:hover {
    background: #000 !important;
    color: #fff !important;
}
.blogsListLoader {
    float: left;
    padding: 200px 0;
    text-align: center;
    width: 100%;
    min-height: 130px;
    background: #fff !important;
}
#commentStatus {
    padding-left: 65px;
    padding-top: 15px;
    font-weight: 700;
}
#changUserStatus {
    float: left;
    text-align: center;
    width: 100%;
    padding: 125px 0;
    color: #333;
}
.red,
.validate {
    color: red;
}
.green {
    color: green;
}
.blogCommentArea {
    
    color: #666;
    min-height: 50px;
    border: 1px solid #ccc;
    margin-left: 2px;
    width: 536px;
    font-size: 11px;
    line-height: 14px;
    padding: 5px !important;
}
#errorsContainer,
#serverSideError {
    width: 95%;
    
    float: left;
}
#errorsContainer h4,
#noscriptContainer,
#serverSideError h4,
#serverSideError p,
.desceve,
.nodata {
    font-size: 12px;
}
#noscriptContainer {
    width: 100%;
    text-align: center;
    padding: 5px;
    background: #ae0000;
    color: #fff;
    font-weight: 700;
    position: relative;
    
}
#changeBlogStatus {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-top: 200px;
}
#errorsContainer h4 {
    text-align: center;
}
.validate {
    padding: 0 5px;
    float: left;
    min-width: 95% !important;
}
#serverSideError,
.validateMsg {
    border: 1px solid red;
    color: red;
    padding: 10px;
}
.validateMsg {
    display: none;
    font-weight: 700;
    margin-bottom: 25px;
}
#serverSideError {
    margin-bottom: 10px;
}
#serverSideError h4 {
    text-align: center;
}
.userLoader {
    float: left;
    background: #fff;
    text-align: center;
    width: 86%;
    padding: 150px 53px;
}
.profileUpdateError,
.profileUpdateSuccess {
    padding: 5px 2px;
    font-size: 14px;
    text-align: center;
    
}
.profileUpdateSuccess {
    color: green;
    background: #c9fcc9;
}
.profileUpdateError {
    color: red;
    background: #ffe0e0;
}
.displayBlock {
    display: block;
}
.activeCurrentTab {
    background: #fff !important;
    cursor: pointer;
}
ul.shortsunPharma li {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin-top: 8px;
}
ul.shortsunPharma li a {
    color: #333;
}
ul.shortsunPharma li a:hover {
    color: #339967;
}
.customContent {
    font-size: 14px;
    line-height: 16px;
    margin-top: 20px;
    color: red;
}
ul.pagenew {
    float: left;
    margin: -25px 0 0 85px;
    padding: 0;
}
ul.pagenew li {
    display: inline-block;
    margin-right: 4px;
    font-weight: 700;
    float: left;
}
ul.pagenew li a {
    text-align: center;
    width: 24px;
    height: 21px;
    display: inline-block;
    color: #999;
    padding-top: 3px;
}
ul.page li a.current,
ul.pagenew li a:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/pagination-bg.png) no-repeat;
    color: #fff;
}
ul.siteSearch {
    float: left;
    width: 100%;
    background: #fff;
}
ul.siteSearch li {
    float: left;
    display: inline-block;
    padding-top: 10px;
}
.searchButton {
    background: #fff;
    float: left;
    
    font-weight: 400;
    color: #369;
    text-transform: uppercase;
    overflow: visible;
    border: none;
    width: auto;
    background: #f07c01;
    height: 41px;
    line-height: 31px;
    cursor: pointer;
}
input:focus {
    outline: 0;
}
ul.newsState li.presentations {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/browse-icon.png) 0 -47px no-repeat rgba(0, 0, 0, 0);
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin-top: 20px;
    padding-left: 24px;
}
.desceve,
.desceve p,
.desceveposters {
    margin-top: 10px;
}
p.newsSource {
    font-size:13px;
}
.newsSource a {
    color: #396 !important;
    font-weight: 700;
}
.newsSource a:hover {
    color: #333 !important;
}
#custom_404 {
    text-align: center;
    float: left;
    width: 100%;
    
}
#custom_404 h1,
#custom_404 h2,
#custom_404 h3 {
    font-weight: 400;
}
#custom_404 a {
    color: #333;
}
.error_message,
.nodata {
    
    color: red;
    font-weight: 400;
}
.desceve,
.desceveposters,
.getTopMarSpan,
.pageul li {
    
}
.innerPageData a,
.text a,
a.green_12 {
    color:#f07c01 !important;
    text-decoration: none;
}
.greenArrow {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/bullet4.png) center center no-repeat;
}
.border-bottom {
    border-bottom: 1px dotted #d0d0d0;
    padding: 0 !important;
    margin-bottom: 10px;
}
#LinkReadMore {
    float: left;
}
#sortResult {
    width: 145px;
}
.descintrv {
    float: left;
    width: 96px;
}
.desceve {
    line-height: 18px;
    color: #666;
    font-weight:500;
}
.desceveposters {
    font-size: 11px;
    line-height: 15px;
    height: 75px;
}
.descintrvhome {
    float: left;
    width: 172px;
}
.descintrvdesc {
    float: left;
    padding-left: 10px;
    width: 100px;
    overflow: hidden;
    font-weight:500;
    font-size:12px;
    color:#535353;
}
.descintrvdesc b {
    color: #f07c01;
    display: block;
    font-weight: 700;
}
.intrvgallery {
    float: left;
    padding: 0 8px;
    width: 326px;
}
.outerevent {
    float: left;
    margin-bottom: 10px;
    width: 530px;
    margin-top: 15px;
    font-size: 12px;
}
.innereventdiv {
    float: right;
    line-height: 14px;
    width: 322px;
}
.innereventdivsmall {
    float: left;
    line-height: 14px;
    margin-left: 251px;
    margin-top: -130px;
    width: 322px;
}
.spaneventdesc {
    color: #333;
    font-size: 12px;
    font-weight: 400;
}
.imgdivdesc {
    float: left;
    width: 206px;
}
ul.mediaGalleryEvent li {
    float: left;
    width: 226px;
    margin: 0;
}
.gallAlbumTitle {
    color: #535353 !important;
    font-size: 12px !important;
    font-weight:600;
}
.eventGalleryTitle {
    color: #963;
    font-size: 14px !important;
    font-weight: 700;
    margin-left: 10px;
}
.interviewContainer {
    float: left;
    margin-bottom: 25px;
}
.interviewImageContainer {
    float: left;
    padding-top: 15px;
    width: 175px;
}
.interviewContentMain {
    float: left;
    margin-left: 15px;
    width: 500px;
}
.interviewQuoteMain {
    float: left;
    font-size: 12px;
    margin-top: 5px;
    width: 500px;
}
.invReadMore,
.vidReadMore {
    float: right;
    font-weight: 700;
    color:#00963f !important;
    font-size: 12px;
}
.invReadMore {
    margin-right: 20px;
    padding-top: 15px;
}
.invReadMore a {
    color: #c63 !important;
}
.posReadMore {
    font-size: 12px;
    color: #c63 !important;
    font-weight: 700;
    margin-top: -7px;
}
.posReadMore a {
    color: #f07c01 !important;
}
.posReadMore span {
    font-weight: 600 !important;
}
.boldClass,
.video_title {
    font-weight: 700;
}
.vidyoutube {
    height: 560px;
    display: none;
    width: 650px;
    padding: 4px;
}
.vidyoutubeintenal {
    text-align: right;
}
#filterArchive {
    text-transform: capitalize !important;
}
.didYouKnowBox {
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ede9de;
}
.lightBulbGray {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/doyouknow.png) 0 0/30px auto no-repeat rgba(0, 0, 0, 0);
    padding: 10px 40px;
}
.dataListingDiv {
    min-height: 130px;
    float: left;
}
.trAnchor,
.trAnchor a {
    color: #fff !important;
}
.tdListing a {
    padding-left: 10px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/bullet2.png) left center no-repeat rgba(0, 0, 0, 0);
    color: #333;
    width: 95%;
    float: left;
    text-align: left;
}
.searchRequired {
    background: #ffe9e2 !important;
    max-width: 170px !important;
}
.getTopMar {
    margin-top: 15px;
}
.getLeftMar {
    margin-top: 10px;
}
.getTopMarSpan {
    margin-top: 15px;
    margin-left: 12px;
    font-size: 12px;
    line-height: 18px;
}
.posterSelect .jqTransformSelectWrapper {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/select_left05.jpg) left top no-repeat rgba(0, 0, 0, 0) !important;
    float: left;
    height: 31px;
    position: relative;
    width: 196px !important;
}
.posterSelect .jqTransformSelectWrapper a.jqTransformSelectOpen {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/select_right05.jpg) center center no-repeat rgba(0, 0, 0, 0);
    display: block;
    height: 31px;
    position: absolute;
    right: 0;
    width: 36px;
}
.posterSelect jqTransformSelectWrapper ul {
    background-color: #fff;
    border: 1px solid #ccc;
    display: none;
    height: 150px;
    left: 0;
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 194px !important;
    z-index: 10;
}
.poster-info-ul img {
    height: auto;
    width:100%;
    max-width:100%;
}
.poster-info-ul {
    float: left;
    margin: 15px;
    padding: 0;
    list-style-type: none;
}
.poster-info-ul li {
    float: left;
    margin-right: 30px;
    padding-left: 0;
    width: 155px;
}
.video_title {
    /*background: #00963f;*/
    
    text-transform:uppercase; 
    float: left;
    font-size: 18px;
    margin: 0 10px 15px 0;
    padding: 10px 0 10px 0;
    width: 60%;
    color: #00963f;
}
.video_container {
    float: left;
    width:100%;
    margin-bottom: 10px;
}
.video-description_container {
    float: left;
    margin: 0 30px 20px 0;
    max-width: 270px;
}
.video-description_container .col1 {
    border: 3px solid #eaeaea;
    float: left;
    max-width: 100px;
}
.video-description_container .col2 {
    float: left;
    max-width: 64%;
    margin-left: 10px;
}
.event_b {
    font-size: 12px;
}
.event_p {
    color: #666;
    font-size: 12px !important;
}
table.tlayout td.eveDate {
    padding-left: 12px;
    border-left: 3px solid #ccc;
    color: #666;
}
table.tlayout td.eveDate span {
    display: block;
}
.col2 p {
    font-size: 12px;
    color: #333 !important;
}
.video_title_inner {
    color: #f07c01;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}
#eventdesc p a {
    color: #c63;
}
.martop10 {
    margin-bottom: 10px;
}
.displaynone {
    display: none;
}
p.pdf span,
ul.pollCur li {
    display: block;
}
.paddingtop5 {
    padding-top: 0 !important;
}
p.pdf {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/pdf.png) no-repeat;
    padding-left: 35px;
    border-bottom: 1px solid #e4e4e4;
}
.banner4Tab,
.pollIbef {
    border: 3px solid #e4e5e5;
    float: left;
}
p.pdf a {
    color: #00aa4e;
}
p.pdf a:hover {
    color: #333;
}
.boldClass,
.liclass,
.olclass {
    color: #666 !important;
}
.olclass {
    list-style-type: decimal;
    margin-left: 30px;
    margin-top: 10px;
}
ul.pageul {
    margin-left: 20px !important;
    list-style-type: disc !important;
}
.pageul li {
    color: #333 !important;
    font-size: 13px !important;
    padding-bottom: 0 !important;
    line-height: 18px !important;
    margin: 0 0 0 20px !important;
}
.banner4Tab {
    width: 723px;
    padding: 15px 10px 10px;
    border:3px solid #e4e5e5;
}
.banner4box {
    width: 350px;
    float: left;
    margin-right: 23px;
}
.banner4Text {
    line-height: 12px;
    margin-top: 5px;
}
.banner4Text img {
    margin-right: 10px;
}
.anchertag {
    color: #535353;
    font-weight:500;
}
.anchertag:hover {
    color: #f07c01;
}
.marleftInd {
    margin-left: 17px;
}
.readmore,
.readmoreindu {
    color: #3eb5e8;
    text-transform: none;
}
.cursorClass {
    cursor: grab;
}
.pollIbef {
    background: #f1eeee;
    margin-right: 19px;
    padding: 15px 20px 20px;
    min-height: 280px !important;
    width: 90%;
}
.pollIbef h3 {
    font-size: 20px;
    color: #000;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/poll-head.png) right top no-repeat;
    float: left;
    
    font-weight: 400;
    padding-right: 28px;
    padding-top: 3px;
}
.pollQues,
ul.pollCur li {
    font-size: 12px;
}
.pollLeft {
    float: left;
    margin-top: 25px;
}
ul.pollCur {
    max-width: 186px;
    float: left;
    margin-top: 20px;
}
ul.pollCur li {
    color: #333;
    padding-bottom: 5px;
}
ul.pollCur li label {
    display: inline-block;
    margin-left: 5px;
    font-weight: 700;
    padding-top: 2px;
}
.pollPart {
    float: left;
}
.pollPart h1,
.pollPart h2 {
    font-size: 20px;
    color: #333;
    font-weight: 400;
    
}
.pollBar2,
.pollQText,
.pollQuestion,
.pollSN {
    font-size: 12px;
}
.pollQuestion {
    float: left;
    background: #f6f4ee;
    border: 1px solid #eae6dd;
    padding: 10px;
    margin-top: 10px;
    width: 100%;
}
.pollWhite,
.totalVote {
    background: #fff;
    border: 1px solid #e1e1e1;
}
.pollView,
.totalVote {
    display: block;
    font-weight: 700;
    margin-top: 8px;
    text-transform: uppercase;
}
.pollSN {
    float: right;
    width: 120px;
}
.pollQText {
    float: left;
    width: 80%;
}
.totalVote {
    line-height: 22px;
    padding: 0 10px;
    float: left;
    color: #666;
    margin-right: 10px;
}
.clrGrey {
    color: #333;
}
.clrGreenPoll {
    color: #00aa4e;
}
.clrRedPoll {
    color: red;
}
.pollView {
    line-height: 24px;
    float: left;
}
.pollView a {
    color: #336799;
}
.pollView a:hover {
    color: #000;
}
.pollWhite {
    padding: 15px 10px;
    margin-top: 15px;
}
.pollBar,
.pollBar2 {
    font-weight: 700;
    line-height: 13px;
    padding-bottom: 15px;
}
.pollBar {
    text-transform: uppercase;
}
.pollBar span.optionText {
    display: inline-block;
    width: 100px;
}
.pollBar span.bottomBar {
    display: inline-block;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/pollbar.jpg) repeat-x;
    width: 50%;
    height: 13px;
    margin-right: 15px;
}
.pollBar span.bottomBar b {
    display: inline-block;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/pollbar2.jpg) repeat-x;
    width: 300px;
    height: 13px;
}
h2.sitemapHead,
h4.sitemap {
    
    font-weight: 400;
    text-transform: uppercase;
}
.pollBar2 span.optionText2 {
    display: block;
    padding-bottom: 3px;
}
.pollBar2 span.bottomBar2 {
    display: block;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/pollbar.jpg) repeat-x;
    width: 186px;
    height: 13px;
}
.pollBar2 span.bottomBar2 b {
    display: inline-block;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/pollbar2.jpg) repeat-x;
    width: 100px;
    height: 13px;
}
.pollViewResult {
    margin: 5px 0 0 10px !important;
}
.pollBarHomeColor {
    background: #f96 !important;
}
.padding-bttom {
    padding-bottom: 5px !important;
}
.votingStatusContainer {
    float: left;
    margin-top: 20px;
    font-size: 12px;
}
.showcasewidth200 {
    width: 200px;
    float: left;
    margin-right: 20px;
    padding-left: 8px;
    padding-top: 10px;
}
.atag {
    color: #369;
}
.margin-top-0 {
    margin-top: 0 !important;
}
h2.sitemapHead {
    background: #ece9dd;
    font-size: 20px;
    color: #000;
    padding: 8px 0 5px 15px;
}
h4.sitemap,
h4.sitemap a {
    color: #333;
}
.sitemaPart {
    float: left;
    width: 100%;
    background: #fff;
    padding: 5px;
}
.sitemapBox {
    float: left;
    width: 310px;
    margin-right: 20px;
}
h4.sitemap {
    font-size: 14px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/sitemap-bullet.png) 0 3px no-repeat;
    padding-left: 15px;
    padding-bottom: 10px;
}
page ul li,
ul.sitemapLink li {
    
}
h4.sitemap a:hover {
    color: #e07010;
}
ul.sitemapLink {
    margin-left: 18px;
}
ul.sitemapLink li {
    font-size: 12px;
    display: block;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/sitemap-bullet2.png) 0 5px no-repeat;
    color: #666;
    padding-left: 12px;
    padding-bottom: 5px;
}
ul.sitemapLink li a {
    color: #666;
}
ul.sitemapLink li a:hover {
    color: #000;
}
.box700 {
    float: left;
    margin-right: 19px;
    width: 700px;
}
.footer-centered a.homeIconLinkTop:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/homeIconHover.png) 0 14px no-repeat rgba(0, 0, 0, 0) !important;
    border-bottom: medium none !important;
    padding-top: 22px;
}
.footer-centered a.homeIconLinkTop {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/homeIcon.png) 0 14px no-repeat rgba(0, 0, 0, 0) !important;
    border-bottom: medium none !important;
    padding-top: 22px;
}
.marTop-2 {
    margin-top: -3px;
}
.insightsImgLanding {
    border: 2px solid #ede9de !important;
    padding: 2px !important;
}
p.pastMagazineImagesMsg span.magazineMsg {
    color: #000 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    padding-top: 10px;
}
p.pastMagazineImagesMsg span.magazineDetail {
    color: #c63 !important;
    font-size: 12px !important;
    padding-right: 10px;
    float: left;
    width: 80px;
}
p.pastMagazineImagesMsg span.magazineDetail a {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/html-icon.png) no-repeat rgba(0, 0, 0, 0);
    padding-left: 20px;
    padding-top: 2px;
    font-size: 11px;
}
.padTop {
    padding-top: 0 !important;
}
.contactMap {
    float: left;
    width: 723px;
    background: #fff;
    margin-left: 0;
    padding: 15px 10px 0;
}
page ul li {
    color: #333;
    font-size: 12px;
    padding-bottom: 15px;
}
#shoppingMask,
#successfulTxn,
.error404 h4,
.ibefTickerUpdates,
h3.interviewHeading {
    
}
#shoppingMask {
    color: #fff;
    display: none;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/mask-bg.png);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    font-size: 20px;
}
.ulimage {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/sitemap-bullet.png) 0 3px no-repeat rgba(0, 0, 0, 0);
}
.eventImg {
    margin: 0;
}
.publication2Show {
    display: block !important;
    left: -1000% !important;
}
#successfulTxn {
    font-size: 14px;
}
#successfulTxn img {
    padding: 0 0 10px 150px;
}
.txnSuccess {
    color: green;
}
.txnFailed {
    color: red;
}
.graybg_indiapostive {
    background: #f7f7f7;
    border: 1px solid #e3e3e3;
    font-size: 12px;
    margin-top: 15px;
    padding: 10px;
}
.graybg_indiapostive h4 {
    padding-bottom: 0;
}
.error404 {
    width: 100%;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #e2e2e2 100%);
    background: -webkit-linear-gradient(top, #fff 0, #e2e2e2 100%);
    background: linear-gradient(to bottom, #fff 0, #e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=0);
    text-align: center;
    padding: 20px;
    border: 5px solid #fff;
    min-height: 300px;
    height: auto;
}
.error404 h4 {
    font-size: 30px;
    line-height: 30px;
    color: #da6806;
    margin-top: 50px;
}
.error404 h6 {
    font-size: 18px;
    color: #575756;
    margin-top: 20px;
    font-weight: 400;
    line-height: 24px;
}
.error404 h6 a {
    color: #da6806;
}
.error404 h6 a:hover {
    color: #000;
}
.error404 p {
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
}
.error404 p strong {
    color: #9a9a9a;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 15px;
}
.articleForm h4,
.getCount,
h3.interviewHeading {
    text-transform: uppercase;
}
.error404 p a {
    color: #4d4d4d;
}
.error404 p a:hover {
    color: #000;
}
.ui-widget-overlay {
    z-index: 9999 !important;
}
.ui-widget-content {
    z-index: 10001 !important;
}
h3.interviewHeading {
    border-bottom: 5px solid #c96;
    color: #c96;
    font-size: 21px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
}
ul.job ul.pageul li {
    float: left;
    line-height: 20px;
    margin: 0;
    padding: 0 !important;
    width: 100%;
}
.job1paddingtop {
    padding-top: 138px !important;
}
.jobpaddingtop {
    padding-top: 77px !important;
}
.ibefTickerUpdates {
    height: 23px;
    color: #ae0000;
    padding: 5px 0;
    background:#00963f;
    margin-top:-1px;
    margin-bottom:20px;
}
.ibefTickerUpdates marquee{
    margin-top:0px;
}
.ibefTickerUpdates a{
    color:#fff;
    padding-top:20px;
    font-size: 10px;
    font-weight: 500;
}
.articleForm {
    width: 650px;
    float: left;
    margin-left: 165px;
}
.articleForm h4 {
    font-size: 18px;
    
    color: #333;
    font-weight: 400;
}
.getCount,
.totalArticle {
    font-size: 14px;
    
}
ul.formItem li label span {
    color: #666;
}
.articleInput {
    margin-right: 20px;
}
.getCount {
    background: #f60;
    color: #fff;
    border: none;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    text-align: center;
    width: 110px;
}
.totalArticle {
    color: #333;
    font-weight: 400;
    margin-top: 10px;
}
.marginTopDiv {
    margin-top: 40px;
}
ul.quiz {
    margin-top: 10px;
    margin-left: 5px;
    font-size: 1rem;
    
}
ul.quiz li,
ul.quiz li a {
    color: #666 !important;
    padding-left: 12px;
    
    font-size: 11px;
    line-height: 18px;
}
ul.quiz li {
    text-transform: none;
    font-weight: 300;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/pink-bullet.png) 0 6px no-repeat;
}
ul.quiz li a {
    text-transform: uppercase;
    font-weight: 700;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/pink-bullet.png) 0 3px no-repeat;
}
ul.quiz li a:hover {
    color: #cc665a !important;
}
.leftContent {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    margin-left: 16px;
}
.newIndustryLeft {
    float: left;
border: 3px solid #00963f;
margin-right: 0;
padding: 12px;
background: #35a463;
}
span.newIndustryHead {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/orange-bird.png) top right no-repeat;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    
    font-weight: 400;
    line-height: 20px;
    float: left;
    padding: 25px 50px 0 0;
}
ul.industryList {
    margin-top: 10px;
    margin-left: 5px;
    font-size: 1rem;
    
}
.indusImg,
ul.industryText {
    margin-top: 15px;
}
ul.industryList li a {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/white-bullet-industry.png) 0 3px no-repeat;
    padding-left: 12px;
    
    font-size: 11px;
    line-height: 18px;
}
ul.industryList li a:hover {
    color: #fff !important;
    text-decoration:underline;
}
h3.industryHeading,
h3.industryHeading1 {
    color: #000;
    font-weight: 400;
    padding: 12px 0 7px;
    border-top: 4px solid #ece9dd;
    border-bottom: 4px solid #ece9dd;
    position: relative;
    width: 100%;
    
    text-transform: uppercase;
}
h3.industryHeading1 {
    font-size: 16px;
}
h3.industryHeading {
    font-size: 18px;
}
.indusImg img {
    width: 100%;
}
ul.industryText li {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/pink-bullet.png) 0 4px no-repeat;
    color: #666;
    padding-left: 12px;
    line-height: 16px;
    padding-bottom: 10px;
}
ul.industryText li a {
    color: #535353;
    font-size: 12px;
    font-weight: 500 !important;
}
ul.industryText li a:hover {
    color: #f07c01;
}
.goBack {
    
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
    float: right;
}
.goBack a {
    color: #000;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/arrowBack.png) 0 3px no-repeat;
    padding-left: 10px;
}
.economyVideo p a,
.goBack a:hover {
    color: #396;
}
.phamaQuotes {
    line-height: 18px !important;
    width: 87%;
}
.economyVideo {
    background: #f2f2f2;
    border: 1px solid #e0e0e0;
    padding: 10px;
    width: 180px;
    text-align: center;
    vertical-align: top;
}
.sectoralReport img,
ul.formSearch li img,
ul.formSearch li input {
    vertical-align: middle;
}
.economyVideo img {
    border: 2px solid #fff;
}
.economyVideo p {
    padding-bottom: 0;
    margin-top: 10px;
    font-size: 11px;
    line-height: 16px;
}
.economyVideo p strong {
    font-size: 12px;
    display: block;
}
.economyVideo p a:hover {
    color: #000;
}
.brandit {
    float: left;
    padding-left: 10px;
    padding-top: 28px;
    width: 200px;
}
.industryPosterBannar {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
}
.industryBannarDesc {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}
.footerLink a.homeIconLinkTop {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/homeIcon.png) no-repeat rgba(0, 0, 0, 0);
    border-bottom: medium none !important;
    padding-top: 6px;
}
.footerLink a.homeIconLinkTop:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/homeIconHover.png) no-repeat rgba(0, 0, 0, 0);
    border-bottom: medium none !important;
    padding-top: 6px;
}
.pubatab {
    margin-top: 4px !important;
}
.economyMenuText {
    margin-left: 231px !important;
}
.mediaMenuText,
.researchMenuText {
    margin-left: 480px !important;
}
.relatedNewsbox {
    float: left;
    width: 250px;
}
.travList {
    float: left;
    border-bottom: 1px dashed #c6c6c6;
    margin-top: 20px;
    width: 100%;
}
.travList h2{
    font-size:16px;
}
h4.travelHead {
    
    font-size: 14px;
    color: #396;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.travList p {
    font-size: 12px;
    padding-bottom: 15px;
}
.tavelImg {
    margin-right: 15px;
    padding-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.travList p a {
    color: #396;
}
.travList p a:hover {
    color: #000;
}
span.top {
    display: inline-block;
    float: right;
    width: 100px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/top.png) top right no-repeat;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 23px;
    text-align: right;
}
.modipicalign,
.spain_event_head {
    text-align: center;
}
span.top a {
    padding-right: 26px;
}
.homeMagzine {
    margin-top: 6px !important;
}
#electionResults,
.tabularContent table tr td,
.tabularContent table tr th {
    padding: 3px;
    font-size: 12px;
}
#electionResults,
.tabularContent h4 {
    padding: 2px 0;
}
#piechart {
    height: 400px;
    width: 100%;
}
.archivefive,
.archivefour {
    margin-left: -79px !important;
}
.listStyleDecimal {
    list-style-type: decimal !important;
}
.captchaContainer {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 4px 25px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/grid-dot.png);
    float: left;
}
h1 .newFont {
    color: #930 !important;
    font: 700 30px/0.8 "Great Vibes", Helvetica, sans-serif;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
    line-height: 32px;
}
.navbar-inverse {
    border: none !important;
}
ul.dropdown-menu {
    background: #f4811f !important;
}
.dropdown a.dropdown-toggle {
    color: #fff !important;
}
ul.dropdown-menu li a {
    color: #000;
}
ol.unstyled,
ul.unstyled {
    background-color: #f4811f !important;
}
.spain_event_box {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/spain_event_box.png) no-repeat rgba(0, 0, 0, 0);
    float: left;
    height: 277px;
    margin: 0 10px 10px 3px;
    padding: 9px;
}
.spain_marginNone {
    margin: 0 !important;
}
.spain_BIF_page_head {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/tiger.png) center 100px no-repeat;
    float: left;
    margin: 0;
    padding: 5px 6px 5px 5px;
    height: 260px;
}
.spain_event_head {
    border-bottom: 1px solid #bfbfbf;
    color: #de0000;
    float: left;
    
    font-size: 19px;
    margin: -9px 0 0;
    padding: 3px 5px;
    width: 148px;
}
#related_news ul.list1 li,
#related_news ul.list1 li a {
    
    list-style: none;
}
#related_news ul.list {
    list-style-type: none;
}
#related_news ul.list1 {
    list-style-type: none;
    padding-left: 10px;
}
#related_news ul.list1 li {
    background: rgba(0, 0, 0, 0) !important;
    font-size: 13px;
    line-height: 25px;
    padding-bottom: 5px;
    padding-left: 0 !important;
}
#related_news ul.list1 li a {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/red-bullet.png) 0 17px no-repeat;
    float: left;
    font-size: 12px;
    padding-left: 20px;
    text-align: left;
    width: 100%;
    padding-top: 10px;
}
.footer-centered,
.navbar .nav-topLink li,
.navbar .nav-topLink li a {
    
}
.slide a{
    font-size:14px;
    color:#f07c01 !important;
    font-weight: 500;
}
.marBlog {
    margin-top: 2px;
    margin-bottom: 3px;
    font-size: 11px;
    color: #535353;
    font-weight: 600;
    margin-left: 0;
}
.spain_event_box1 {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/spain_event_box1.png) no-repeat rgba(0, 0, 0, 0);
    float: left;
    height: 400px;
    margin: 0 10px 10px 3px;
    padding: 9px;
}
.lineHeight35 {
    line-height: 35px !important;
}
.fontBlack {
    color: #fff !important;
}
.wid600 {
    width: 600px;
}
.centerImg {
    margin: 0 auto;
    display: block;
}
.label_check {
    padding-left: 20px;
    margin-top: 10px;
    width: 114px;
    background: url(/web/20220110165943im_/https://www.ibef.org/css/images/check-off.png) no-repeat;
    height: 20px;
    display: block;
}
label.c_on {
    background: url(/web/20220110165943im_/https://www.ibef.org/css/images/check-on.png) no-repeat;
}
.label_check input,
.label_radio input {
    position: absolute;
    left: -9999px;
}
#captcha,
.refresh_captcha,
.short_by {
    position: relative;
}
.refresh_captcha {
    left: 14px;
    top: 5px;
}
.captchamsg {
    color: red;
    display: block;
    text-align: center;
}
.short_by {
    float: right;
    margin-right: 7px;
}
.short_by img {
    float: right;
    margin-left: 2px;
    padding: 0;
}
.view-controls-grid {
    width: 1000px;
    text-align: right;
}
#viewcontrols a {
    padding: 2px;
    color: #ccc;
    cursor: pointer;
}
navbar-inner1 .brand {
    margin-left: 10px;
}
#viewcontrols .active,
#viewcontrols a:hover {
    color: #000;
}
.navbar .nav-topLink li {
    float: left !important;
    margin: 19px 10px 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px !important;
    color: #000;
}
.navbar .nav-topLink li a {
    color: #000;
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
}
ul.topLink li a.active,
ul.topLink li a:hover {
    border-bottom: 1px solid #999 !important;
    color: #000 !important;
}
.navbar .nav-topLink li a:hover,
ul.nav-topLink li a.active {
    color: #000;
    border-bottom: 1px solid #999;
}
.top-social li {
    float: left;
    margin: 0 5px;
}
.navbar-header {
    width: 195px;
}
.top-social {
    float: right;
}
.top-social img {
    width: 100%;
    max-width: 34px;
    max-height: 34px;
}
.container1 .col-xs-3 h3.heading4 {
    padding: 16px 10px 11px;
    min-width: 330px;
}
.container1 .box240x {
    width: 240px;
}
.footer-centered {
    background-color: #666 !important;
}
.footer-centered a {
    color: #fff !important;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    margin: 0 2px;
}
.footer-centered span {
    display: table;
    width: 80%;
    margin: 0 auto;
    color: #fff;
}
.slide-image,
.thumbnail img {
    width: 100%;
}
.carousel-holder {
    margin-bottom: 30px;
}
.carousel-control,
.item {
    border-radius: 4px;
}
.caption {
    height: 130px;
    overflow: hidden;
}
.caption h4 {
    white-space: nowrap;
}
.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}
.thumbnail {
    padding: 0;
}
.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}
footer .footer-centered {
    background-color: #666 !important;
    margin-top: 20px;
    margin-bottom: 20px;
}
.container .footer-centered {
    background-color: rgba(113, 96, 100, 1) !important;
    text-align: center;
}
.container .footer-centered a {
    color: FFF;
}
.navbar-inner ul.dropdown-menu li a {
    color: #333 !important;
}
ul.dropdown-menu li {
    margin: 0 5px;
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#sidebar-wrapper {
    z-index: 1000;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}
#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}
.sidebar-nav li a {
    display: block;
    color: #999;
}
.pollMobile,
.title-area,
.top-bar-section .has-dropdown.moved > a:after {
    display: none;
}
.sidebar-nav li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
    color: #999;
}
.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: 0 0;
}
#tabContent1 .tabContainer {
    float: left;
    width: 99.3%;
}
.tabPart {
    width: 100%;
}
.margin-t-0 {
    margin-top: 0;
}
.margin-t-h {
    margin-top: 0.5em;
}
.margin-t-1 {
    margin-top: 1em;
}
.margin-t-2 {
    margin-top: 2em;
}
.margin-t-3 {
    margin-top: 3em;
}
.margin-b-0 {
    margin-bottom: 0;
}
.margin-b-h {
    margin-bottom: 0.5em;
}
.margin-b-1 {
    margin-bottom: 1em;
}
.margin-b-2 {
    margin-bottom: 2em;
}
.margin-b-3 {
    margin-bottom: 3em;
}
.margin-tb-0 {
    margin-top: 0;
    margin-bottom: 0;
}
.margin-tb-h {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.margin-tb-1 {
    margin-top: 1em;
    margin-bottom: 1em;
}
.margin-tb-2 {
    margin-top: 2em;
    margin-bottom: 2em;
}
.margin-tb-3 {
    margin-top: 3em;
    margin-bottom: 3em;
}
.top-bar-section .has-dropdown {
    position: static;
}
.top-bar-section .has-dropdown.moved,
.top-bar-section .has-dropdown > a {
    position: relative;
}
.nav-icon {
    float: left;
    margin-right: 10px;
    margin-top: -5px;
}
.container .flex-container {
    min-width: 150px;
    max-width: 960px;
}
nav {
    background: #fff !important;
}
footer .footerText {
    
    font-size: 10px;
    padding: 0 0 10px;
}
.footer .Fcopywrite {
    font-size: 10px;
}
.FootMinistry {
    text-decoration: underline;
    font-weight: 700;
}
.tabPart h1,
ul.tabNav li {
    
    font-weight: 400;
    text-transform: uppercase;
}
.contentwrapper {
    margin-top: 24px;
}
.event-section h3.heading10 {
    margin-bottom: 10px;
}
.footer {
    padding: 0 15px;
}
.navbar .nav_row_head {
    float: right;
}
#bannerArea .ibCafenew {
    width: 35%;
    padding-right: 0 !important;
    float: right;
}
.ibefnews {
    width: 35%;
    padding-right: 0 !important;
    float: right;
}
.pollMobile {
    float: left;
    width: 100%;
}
.socialSection {
    width: auto;
}
.container4row {
    padding: 0;
}
.container4row > .col-lg-3 {
    width: 23.3%;
}
.container4row > .col-lg-3:first-child {
    margin: 0;
}
.containerRow {
    padding: 0 15px;
}
#searchPart .browse,
#searchPart .search {
    width: 100%;
}
#searchPart .col-lg-8 {
    float: left;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
}
#searchPart .col-lg-4 {
    width: 39%;
}
ul.siteSearch li.noPadd {
    width: auto;
}
ul.siteSearch li {
    padding:0;
}
.searchButton {
    font-size: 24px;
    padding: 5px;
    
}
.mediabox2 > .col-md-6 {
    margin: 0;
    padding: 15px 15px 0 0;
}
.mediabox2 .col-md-6:last-child {
    padding-right: 0;
}
.media-box-2 > .col-md-6 {
    margin: 0;
    padding: 15px 15px 0 0;
}
.media-box-2 .col-md-6:last-child {
    padding-right: auto;
}
.media-box-2 h3.heading3,
.mediabox2 h3.heading3 {
    padding: 16px 10px 11px;
}
.mediabox2 h3.heading3{
    background: #00963f;
    color:#fff !important;
    font-size:16px;
}
.mediabox2 a.more.moreRight, .ResearchMediabox a.more.moreRight, .MediaGallery a.more2.moreRight, .ResearchQuotePart a.more2.moreRight, .media-box-2 a.more2.moreRight  {
    bottom: 14px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/down-arrow-white.png) right center no-repeat;
    color:#fff !important;
}
a.more.morewhite {
    bottom: 14px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/down-arrow-white.png) right center no-repeat;
    color:#fff !important;
}
.box1 .imageRoll .imgText2,
.media-box-2 .imageRoll .imgText,
.mediabox2 .imageRoll .imgText {
    width: 100%;
    min-height: 175px;
}
.box2 .imageRoll .imgText2 {
    width: 100%;
    min-height: 176px;
}
.mediabox2 .imageRoll > img:first-child {
    width: 100%;
    height: 100%;
}
.mediabox3 .imageRoll > img:first-child {
    width: 100%;
}
.mediabox3 .box1 {
    float: left;
    padding-right: 10px;
}
.mediabox3 .col-md-3:last-child {
    padding-right: 0;
}
a.homeIconLinkTop {
    padding-left: 25px !important;
}
.nav-topLink a.homeIconLinkTop {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/homeIcon.png) 0 14px no-repeat rgba(0, 0, 0, 0) !important;
    border-bottom: medium none !important;
    padding-top: 21px;
}
.nav-topLink a.homeIconLinkTop:hover {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/homeIconHover.png) 0 14px no-repeat rgba(0, 0, 0, 0) !important;
    border-bottom: medium none !important;
    padding-top: 21px;
}
.deskPadding {
    padding: 0 15px;
}
.ideaimg img {
    width: 216px;
}
#globalWrapper .HomeNewsRow {
    margin-top: 10px;
}
#slides .next,
#slideshome .next {
    right: 0;
    max-width: 52px;
}
.HomeNewsRow h3.senHead {
    font-size: 11px;
}
/* .HomeNewsRow .opportunities .heading {
    border: none;
} */
/*.exportsPart,*/
.researchPart,
.searchIbef {
    border: 3px solid #e4e5e5;
}
.innerRight {
    padding-right: 0;
    /*padding-left: 0;*/
    margin-top: 0;
    float: right;
}
.tabPart {
    float: left;
    /*background: url(/web/20220110165943im_/https://www.ibef.org/images/tab-bg.jpg) top left repeat-x;*/
    background:#e8e8e8;
    padding-top:10px;
}
.tabPart h1 {
    color:#f07c01;
    background: #fff;
    margin: 7px 3px 0 3px;
    padding: 0 17px;
    float: left;
    line-height: 34px;
    font-size: 1.125em;
    font-weight:500;
}
.tabPart h1 a{
    color:#f07c01 !important;
    font-weight:500;
}
ul.tabNav {
    list-style: none;
    margin: 7px 0 0 7px;
    float: left;
    width: 100%;
}
ul.tabNav li {
    display: inline;
    float: left;
    font-size: 18px;
    margin-right: 5px;
}
ul.tabNav li a {
    color: #666 !important;
    text-decoration: none;
    float: left;
    line-height: 34px;
    
    /*background: url(/web/20220110165943im_/https://www.ibef.org/images/tabNav-bg.jpg) repeat-x;*/
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efddb1+0,f4e9c8+52,ffffff+99 */
background: #efddb1; /* Old browsers */
background: -moz-linear-gradient(top,  #efddb1 0%, #f4e9c8 52%, #ffffff 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #efddb1 0%,#f4e9c8 52%,#ffffff 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #efddb1 0%,#f4e9c8 52%,#ffffff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efddb1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
font-size:14px;
font-weight:600;
border:1px solid #d5c599;
border-bottom:0;

    padding: 0 11px;
}
ul.tabNav li a.selected,
ul.tabNav li a:hover {
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2ad00+0,f4e9c8+18,ffffff+99 */
background: #fff;

    color: #000 !important;
    cursor: pointer;
}
.tabContainer {
    background: #fff;
    margin-left: 3px;
    overflow: hidden;
    width: 99.4%;
    padding: 15px 10px 0;
}
.width200 {
    width: 200px;
    float: left;
    margin-right: 20px;
    padding-left: 8px;
}
h5.rxHead {
    font-size: 14px;
    color: #39c;
    font-weight: 700;
    line-height: 20px;
    padding: 7px 0 11px;
}
.sectoralReport {
    text-transform: uppercase;
    color: #3eb5e8;
}
.sectoralReport b {
    color: #666;
    font-weight: 400;
}
.sectoralReport a {
    color: #3eb5e8;
}
.sectoralReport a:hover {
    color: #000;
}
.sectoralReport img {
    margin-right: 5px;
}
.tabText {
    font-size: 12px;
    padding-bottom: 10px;
    line-height: 15px;
}
.pharmaQuote,
.pharmaQuoteindus {
    width: 231px;
    float: left;
    margin-top: 50px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/quote-bg.png) left bottom no-repeat;
    padding-bottom: 41px;
}
table.tlayout td.headText2 p span.list2 a {
    font-size: 14px;
}
h1.searchHead,
h2.researchHead {
    font-size: 20px;
    color: #000;
    
    font-weight: 400;
    line-height: 20px;
}
h2.researchHead {
    color:#fff;
    margin-bottom:10px;
    font-weight:600;
}
.economy #bannerArea {
    padding: 0 15px;
}
.IndSnap {
    padding: 0 4px 0 0;
}
.IbfTravel > h3 {
    margin-bottom: 15px;
}
.sectorNews {
    margin: 0;
    padding: 0;
}
.sectorNews .col-xs-5 {
    width: 249px;
    padding-right: 0;
}
.IndustryContent {
    padding: 0 15px;
}
.IndustryContent .col-md-9 {
    padding-right: 0 !important;
}
.IndustryContent .newIndustryRight {
    margin-left: 19px;
    padding-right: 0 !important;
}
.IndustryContent .newIndustryRight .col-md-4 {
    padding-left: 15px;
}
.industrycontentPart,
.innerBanner {
    padding: 0 15px;
}
.innerBanner #slides2 {
    width: 100%;
}
.innerBanner {
    margin-top: 10px;
}
.MyBanBox,
.industrycontentPart [class*="col-lg-9"] {
    padding-right: 0;
}
.innerBanner .exploreLeft .pharmaPart {
    min-height: 309px;
}
#bannerArea .col-lg-9 {
    float: right;
}
.exportsPart,
h2.researchHead,
ul.caseStudy,
ul.researchTab {
    float: left;
}
.innerBannerCommon {
    margin: 0 0 0px;
}
.industryTophead .AgriPharma .pharma {
    padding-bottom: 14px;
}
.industryTophead .AgriPharma .phamaQuotes {
    padding-right: 15px;
}
.IndustryContent .newIndustryRight .col-md-4:last-child h3 a.fontBlack {
    letter-spacing: -0.6px;
}
.exportsPart {
    width: 100%;
    background:#f5aa5a;
    margin-right: 19px;
    padding: 20px;
}
.topBox {
    padding-right: 0;
}
.innerCommon {
    margin: 0 0 20px;
}
.searchLeft2,
ul.researchTab {
    margin-top: 10px;
}
h1.searchHead {
    padding: 20px 0 0;
}
.researchPart {
    width: 100%;
    background: #f5aa5a;
    border: 3px solid #e39542;
    padding: 18px 20px;
    min-height: 203px;
}
h2.researchHead {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/white-bird.png) top left no-repeat;
    text-transform: uppercase;
    padding: 40px 0 0;
}
.researchQuote,
a.more8 {
    
}
.researchQuote {
    font-size: 18px;
    color: #535353;
    line-height: 22px;
    font-weight: 600;
}
.researchText {
    font-size: 12px;
    color: #369;
    line-height: 16px;
}
a.more8 {
    font-size: 11px;
    color: #06c;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/down-arrow.png) right center no-repeat;
    padding-right: 12px;
    position: absolute;
    right: 0;
}
a:hover.more8 {
    color: #666;
}
ul.caseStudy a {
    color: #f07c01;
}
ul.researchTab li {
    line-height: 14px;
    padding-bottom: 15px;
    float: left;
    font-size: 11px;
    font-weight:500;
    color:#333;
}
.imageRoll.imgposters img {
    margin-top: 10px;
}
ul.csstdhome li img {
    float: left;
    margin-right: 5px;
    max-width: 40px !important;
    max-height: 40px !important;
    width: 100%;
}
ul.csstdhome li {
    width: 100% !important;
    min-height: 20px;
}
h3.heading-blog span a, h3.heading-blog span {
    color: #00963f !important;
    font-weight: 600;
    text-transform: uppercase;
}
ul.researchTab li p {
    float: right;
    width: 172px;
    padding-bottom: 0;
}
ul.researchTab li b,
ul.researchTab li strong {
    color: #06c;
    font-weight: 700;
    display: block;
    font-size: 12px;
}
ul.researchTab li img {
    float: left;
    margin-right: 5px;
    max-width: 52px;
    max-height: 52px;
    width: 100%;
}
ul.researhList {
    margin-left: 10px !important;
}
ul.researhList li {
    font-size: 11px !important;
    padding-bottom: 10px;
    line-height: 14px !important;
}
ul.researhList li a {
    color: #f07c01 !important;
    font-weight:600;
    font-size:11px;
}
ul.researhList li a:hover {
    color: #f07c01 !important;
}
ul.researhList li span {
    text-transform: uppercase;
    color: #535353;
    font-weight: 600;
    /*font-family: Arial, ​Helvetica, ​sans-serif !important;*/
}
.searchIbef {
    width: 100%;
    background: #35a463;
    border: 3px solid #00963f;
    float: left;
    margin-right: 19px;
    padding: 15px 10px 20px;
}
.searchIbef h3 {
    font-size: 20px;
    color: #000;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/white-bird.png) right top no-repeat;
    float: left;
    padding: 15px 43px 0 0;
    
    font-weight: 400;
}
.searchLeft ul.formSearch {
    width: 100% !important;
}
.travel-text {
    width: 48%;
}
.publication .col-lg-6 .imageRoll img,
.travel-photo .imageRoll img {
    width: 100%;
}
.publication .col-lg-6 {
    padding-left: 0;
    padding-right: 10px;
    padding-top: 15px;
}
.publication .col-lg-6:last-child {
    padding-left: 0;
    padding-right: 0;
}
.publication .col-lg-6 .imageRoll {
    width: 100%;
    height: 100%;
    margin-top: 0;
}
.publication .col-lg-6 .imageRoll .imgText {
    height: 100% !important;
}
ul.formSearch {
    float: left;
    margin-top: 5px;
    padding: 4px 0;
}
ul.formSearch li {
    display: block;
    font-size: 11px;
    color: #333;
    float: left;
    width: 99% !important;
}
ul.formSearch li label {
    display: inline-block;
    margin-left: 5px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
ul.formSearch li label.calender {
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    width: 35px;
    margin: 10px 0 4px;
}
.search-list {
    color: #666;
    width: 186px;
    text-transform: uppercase;
    padding: 5px 0;
    
    font-size: 12px;
}
h2.exportHead,
h2.public {
    
    text-transform: uppercase;
}
ul.formSearch .jqTransformSelectWrapper {
    width: 100%;
}
.rearch_sub_section .searchIbef .jqtransformdone .searchLeft2 {
    width: auto;
}
ul.exportTab {
    float: left;
    width: 100%;
    margin-top: 10px;
}
ul.exportTab ul {
    margin: 0;
    padding: 0;
}
ul.exportTab li {
    line-height: 12px;
    padding-bottom: 10px;
    float: left;
    display: inline-block;
    width: 48%;
    padding-right: 0;
    font-size: 11px;
}
ul.exportTab li span {
    float: right;
    width: 208px;
    padding-right: 3px;
    font-weight:400;
}
ul.exportTab li b {
    color: #f07c01;
    display: block;
    font-weight:500;
    padding-right: 5px;
}
ul.exportTab li img {
    float: left;
    margin-right: 10px;
    padding-bottom: 10px;
}
.exportLanding ul.exportTab li {
    min-height: 110px;
}
h2.exportHead {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/export-icon.png) top left no-repeat;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    float: left;
    padding: 45px 0 0;
}
ul.exportList {
    margin: 3px -2px 0 0;
    padding: 0;
}
ul.exportList li {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 16px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/bullet.png) 0 6px no-repeat;
    padding-left: 10px;
    font-size: 11px;
    
}
ul.exportList li a {
    color: #fff !important;
}
ul.exportList li a:hover {
    /*color: #000 !important;*/
    text-decoration:underline;
}
.exportSelect .jqTransformSelectWrapper a.jqTransformSelectOpen {
    display: block;
    position: absolute;
    right: 0;
    width: 36px;
    height: 31px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/select_right02-orange.jpg) center center no-repeat;
}
.LogSpecial,
.MobMenu,
.MobSearch,
.publicationPopup,
.responsive-pharmaQuote {
    display: none;
}
.exportSelect .jqTransformSelectWrapper ul {
    position: absolute;
    top: 30px;
    left: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    display: none;
    margin: 0;
    padding: 0;
    height: 150px;
    overflow: auto;
    overflow-y: auto;
    z-index: 10;
}
.stateInner .innerLeft .statePart img {
    width: auto;
}
.interviewContainer {
    width: 100%;
}
.interviewContainer .interviewImageContainer {
    width: 25%;
    float: left;
}
.interviewImageContainer a.youtube img,
.interviewImageContainer img {
    width: 100%;
}
.interviewContainer .interviewContentMain {
    width: 70%;
    float: left;
    padding-left: 15px;
}
.mediaEventBox {
    width: 100%;
    margin-top: 20px;
    float: left;
}
.media-box-4 .imageRoll img {
    width: 100%;
}
.posterInner .galleryMiddle {
    margin: 0 auto;
    float: none;
    width: 90%;
}
.posterInner .galleryBottom {
    width: 100%;
}
.posterInner ul.mediaGallery {
    margin: 0;
    padding: 0;
}
.posterInner ul.mediaGallery li {
    margin: 10px 8px;
    padding: 0;
    width: 45%;
    box-shadow: 0 1px 2px 1px #acacac;
    -moz-box-shadow: 0 1px 2px 1px #acacac;
    -webkit-box-shadow: 0 1px 2px 1px #acacac;
    -o-box-shadow: 0 1px 2px 1px #acacac;
    color: #000;
}
.posterInner ul.mediaGallery .galleryTop {
    border: none;
    padding-bottom: 9px;
}
ul.poster-info-ul {
    width: 95%;
}
ul.poster-info-ul li {
    float: left;
}
.publicationPopup {
    width: 720px;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/popup-bg.jpg) top left repeat-y #fff;
    float: left;
    position: absolute;
    z-index: 99999;
    top: 5%;
    left: 25%;
}
.publicationLeft {
    width: 280px;
    float: left;
    padding: 40px 25px 20px;
}
h2.public {
    font-size: 24px;
    color: #000;
    font-weight: 400;
}
h3.publicName {
    
    font-size: 14px;
    color: #000;
    margin-top: 25px;
}
.signupBtn6,
h2.onlinePublic {
    
    text-transform: uppercase;
}
.publicationLeft p {
    color: #666;
    line-height: 14px;
}
.publicationLeft p b,
.publicationLeft p strong {
    color: #f60;
    font-size: 14px;
    font-weight: 700;
}
.publicationRight {
    width: 440px;
    float: left;
    position: relative;
    padding: 40px 28px 20px;
}
h2.onlinePublic {
    font-size: 24px;
    color: #663;
    font-weight: 400;
}
.pubText {
    line-height: 14px;
}
.closeBtn {
    position: absolute;
    top: 10px;
    right: 10px;
}
.signupBtn6 {
    background: #fff;
    font-size: 14px;
    color: #df8126;
    border: none;
    height: 31px;
    line-height: 31px;
    cursor: pointer;
    padding: 0;
    width: 235px;
}
.borderBtmForm {
    border-bottom: 2px dotted #ece9dd;
    width: 100%;
}
.box1-4 .IbfTravel .imageRoll {
    margin-top: 15px;
}
.box1-4 .imageRoll {
    /*height: 100%;*/
    padding: 5px;
}
p.subscribe a {
    color: #396 !important;
}
.top-social li:last-child {
    margin-right: 0;
}
.containerPostIndia {
    width: 100%;
    display: inline-block;
}
.stateWrapper .innerRight {
    padding-left: 19px;
}
.StateLandingRow1 .stateBoxes .col-md-6:first-child,
.researchSection .ResearchMediabox {
    padding-left: 0;
}
.interviewInnerWrap ul.mediaGallery li {
    max-height: 150px;
    overflow: hidden;
}
.interviewInnerWrap ul.mediaGallery li:nth-child(2n + 1) {
    clear: left;
}
.interviewInnerWrap ul.mediaGallery li .descintrvdesc {
    width: 50%;
}
.IndusShowcaseRow {
    width: 100%;
}
.LeftMobileContainer {
    display: none;
}
.StateLandingRow1 {
    margin-top: 12px;
    display: inline-block;
}
.stateSection p.ideasText2 {
    font-size: 11px;
}
.ExportSection1,
.stateSection .col-md-6 .imageRoll img:first-child {
    width: 100%;
}
.ExportSection2 #ibefUserLogin {
    margin: 0;
}
.ExportSection2 .mediabox3 {
    padding-right: 0 !important;
}
.ExportSection2 .imgText2 {
    min-height: 100%;
    width: 100%;
    text-align: left;
}
.ExportSection2 .imageRoll {
    padding: 0;
}
.researchSection {
    width: 100%;
    margin: 0;
}
.researchSection .ResearchMediabox .imgText,
.researchSection .ResearchMediabox .imgText2 {
    width: 100%;
    min-height: 100%;
    height: 100%;
    text-align: left;
}
#boxes #dialog,
#boxes_map #dialog_map,
#boxes_report #dialog_report {
    text-align: center;
    font-weight: 700;
}
.researchPart ul.eco li {
    line-height: 18px;
}
.researchSection .ResearchMediabox .imageRoll img:first-child {
    width: 100%;
}
.researchSection .ResearchMediabox .col-md-6 {
    margin: 15px 0 8px;
    padding-right: 15px;
    padding-left: 0;
}
#bannerArea .MediaEventsSection1 .ResearchQuotePart,
.researchSection .ResearchMediabox .col-md-6:last-child {
    padding-right: 0;
}
.ReSection #ibefUserLogin h3 {
    height: 39px !important;
}
.MediaGallery .imageRoll img:first-child {
    width: 100%;
}
.MediaGallery .imageRoll .imgText,
.MediaGallery .imageRoll .imgText2 {
    min-height: 100%;
    height: 100%;
}
.MediaEventsSection2 {
    width: 100%;
}
.MediaEventsSection2 .media-box-2 .imageRoll img:first-child {
    width: 100%;
    min-height: 169px;
}
.MediaEventsSection2 .imageRoll img:last-child {
    width: auto !important;
}
.MediaEventsSection2 .imageRoll .imgText,
.MediaEventsSection2 .imageRoll .imgText2 {
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.LogSpecial2 {
    display: none;
}
.economyArea .colEcoSnapRight {
    padding-left: 15px;
}
header .navbar {
    margin-bottom: 0;
}
header .headRight {
    margin-top: 8px;
}
.MediaEventsInterview .innerRight ul.mediaGallery {
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-block;
}
.MediaEventsInterview .innerRight ul.mediaGallery li {
    box-shadow: 0 1px 2px 1px #acacac;
    -moz-box-shadow: 0 1px 2px 1px #acacac;
    -webkit-box-shadow: 0 1px 2px 1px #acacac;
    -o-box-shadow: 0 1px 2px 1px #acacac;
    margin: 10px 12px 10px 10px;
    padding: 15px 0;
    width: 44%;
    line-height: 18px;
    color: #000;
    overflow: visible;
}
.MediaEventsInterview ul.mediaGallery li .galleryTop {
    border: none;
    padding: 0;
}
.MediaEventsInterview ul.mediaGallery .intrvgallery {
    padding: 0 6px;
    width: 100%;
}
.MediaEventsInterview ul.mediaGallery .galleryBottom,
.MediaEventsInterview ul.mediaGallery .intrvgallery .galleryBottom {
    width: 100%;
}
.MediaEventsInterview .innerRight ul.mediaGallery li span {
    width: 68%;
    float: left;
}
.M_Events .formArea,
.MediaEventsInterview .innerRight ul.mediaGallery li .descintrvdesc,
.innerRight .pagination1 {
    width: 100%;
}
.M_Events .formArea td a img {
    min-height: 52px;
}
.M_Events .formArea td.paddTop5 {
    padding-top: 4px;
}
.M_Events .formArea td.height15 {
    height: 15px;
    display: inline-block;
}
.FilmSection .video-description_container {
    width: 48%;
    max-width:44%;
}
.FilmSection .video_title {
    width: 100%;
}
.FilmSection .video_container a img {
    width: 100px;
    max-width: auto;
    height: 78px;
}
.FilmSection .video-description_container .col1 {
    max-width: 120px;
    width: auto;
}
.FilmSection .video-description_container .col2 {
    line-height: 15px;
}
.FilmSection .video_container .video_container {
    width: 100%;
    float: left;
}
.innerRight .tabs select,
select#filterArchive {
    height: auto;
    margin: 0;
    background-color: none;
    width: auto;
    font-size: 12px;
    font-family: Arial;
    text-transform: uppercase;
    color: #000;
}
.FilmSection .video_container p {
    line-height: 18px;
}
.innerRight .tabs select {
    padding: 1px 0 0;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
}
select#filterArchive {
    padding: 5px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.innerRight .tabs p.sort {
    line-height: 20px;
}
.ImgGallerySection ul.mediaGallery li {
    min-height: 275px;
    box-shadow: 0 1px 2px 1px #acacac;
    -moz-box-shadow: 0 1px 2px 1px #acacac;
    -webkit-box-shadow: 0 1px 2px 1px #acacac;
    -o-box-shadow: 0 1px 2px 1px #acacac;
    width: 326px;
    line-height: 18px;
    color: #000;
    margin: 7px 13px 14px 10px;
}
.ImgGallerySection ul.mediaGallery li .galleryTop {
    border: none;
}
.ImgGallerySection ul.mediaGallery {
    margin: 0;
    padding: 0;
    width: auto;
    float: left;
}
.ImgGallerySection ul.mediaGallery .intrvgallery {
    padding: 0 6px;
    width: 100%;
}
.ImgGallerySection .galleryMiddle {
    width: 100%;
    margin: 0 auto;
    float: none;
}
.galleryMiddle img {
    width: 90% !important;
}
.ImgGallerySection .tabContainer form {
    margin-bottom: 0;
}
.ReSection ul.caseStudy span {
    float: left;
    /*font-family: Arial, ​​Helvetica, ​​sans-serif;*/
    width: 68%;
    margin-left: 12px;
}
.ReSection ul.caseStudy li img {
    max-height: 52px;
}
#globalWrapper .researchSection2 .col-md-6:last-child,
#globalWrapper .researchSection2 .col-md-9,
.researchSection #bannerArea .ResearchQuotePart {
    padding-right: 0;
}
.researchSection2 .featuresBox img {
    margin-right: 0;
    padding: 0;
}
.researchSection2 ul.researhList {
    width: 71%;
    float: left;
}
#globalWrapper header .navbar, #wrapper header .navbar{
    border-bottom:1px solid #f07c01 !important;
}
.PollInerSection .pollPart,
.export h1.innerheadGrey,
.exportLanding ul.oppor li li,
.stateBoxes .opportunities ul.oppor li li {
    float: none;
}
#lightbox-container-image-data-box {
    width: 620px !important;
}
.researchInnerWrap p.sort02 {
    width: 215px !important;
}
#jquery-overlay {
    z-index: 10000;
}
#lightbox-container-image-box {
    width: 620px !important;
    max-height: 550px;
}
#lightbox-container-image-box #lightbox-image {
    height: 100%;
    width: 100%;
}
.researchInnerWrap .formArea {
    width: 100%;
}
.researchSection2 .col-md-6 h3.heading4 {
    font-size: 18px;
}
.ReSection .ResearchCase .researchTab2 li {
    min-height: auto;
}
.PollInerSection .pollBar span.bottomBar {
    width: 500px;
}
.pollWrap .pollIbef {
    min-height: 310px !important;
}
.EconomySection .rssEco {
    margin-bottom: 30px;
}
.EconomySection .rssEco img {
    padding-right: 2px;
}
.tabPart h1.innerheadGrey {
    text-transform: capitalize;
    font-size: 19px !important;
    float: none;
}
.innerRight select#sortResults,
select {
    padding: 5px;
    color: #000;
    text-transform: uppercase;
    font-size: 10px;
    display: inline;
    
}
.innerRight select#sortResults {
    border: 1px solid #ccc;
    width: 95%;
    height: 28px;
    border-radius: 0;
    -moz-user-select: none;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/down-arrow.png) center right 8px no-repeat rgba(0, 0, 0, 0);
    -moz-appearance: none;
    -webkit-appearance: none;
}
select {
    border: 1px solid #ccc;
    width: auto;
    height: auto;
    border-radius: 0; 
    width:100%;
}
#boxes #dialog,
.wid,
.wid_map {
    border-radius: 5px;
}
.economyPart ul.eco li {
    line-height: 22px;
}
.news p.pastNews {
    font-size: 11px !important;
}
#login-box .inputText {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
header .navbar-static-top {
    z-index: inherit;
}
.containerPostIndia .col-md-6 .box231 {
    width: 48%;
}
.containerPostIndia > .col-md-6 {
    padding-left: 0;
}
.containerPostIndia .col-md-6 .box231:last-child {
    width: 235px;
    float: right;
}
.Exprt .content-left,
.breadcrumbs li,
.breadcrumbs li a {
    float: left;
}
.containerPostIndia .col-md-6 .box231 img {
    max-width: 103%;
}
.researchInnerWrap .innerRight {
    position: inherit;
}
.publicationRight #buyUserLogin .jqTransformInputWrapper {
    width: 250px !important;
}
.publicationRight #buyUserLogin .bRequest {
    width: auto !important;
}
.publicationRight #bRequest {
    width: auto;
    padding: 0 10px;
}
.publicationRight #guestCheckout {
    width: auto;
}
.containerPostIndia {
    margin-top: 12px;
}
.containerPostIndia .imageRoll img {
    width: 100%;
    max-width: 100%;
}
.containerPostIndia .imageRoll img:last-child {
    height: 53px;
}
.containerPostIndia .imageRoll .imgText,
.containerPostIndia .imgText1,
.imgText2 {
    min-height: 100%;
    width: 100%;
}
.IndustryNewIner .col-md-9 {
    padding-left: 0;
}
.industrycontentPart .newIndustryLeft {
    margin-bottom: 15px;
}
.containerPostIndia .col-md-6 .heading3, .containerPostIndia .col-md-6 .heading3 {
    padding: 17px 10px 11px;
    background: #00963f;
color: #fff !important;
}
.slideTextFormat {
    margin: 0;
    padding: 5px 10px 3px 20px;
    list-style-type: disc;
}
.slideTextFormat li {
    margin: 0 0 4px;
    padding: 0;
    line-height: 12px;
}
.StateLandingRow1 .stateBoxes .col-xs-6 {
    padding-left: 0;
}
.StateLandingRow1 .stateBoxes h6.stateName {
    background-color: #fff;
}
.generalElection {
    margin: 0;
    padding: 0;
    list-style: none;
}
.generalElection li {
    margin: 0 0 5px 25px;
    padding: 0;
    width: 160px;
    min-height: 161px;
    float: left;
}
.generalElection li.mleft0,
.generalElection li:first-child {
    margin-left: 0;
}
.generalElection li .trAnchor a {
    padding: 2px 0;
    display: block;
}
#boxes .window,
#boxes_map,
#boxes_report {
    display: none;
}
.generalElection .dataListingDiv {
    padding: 4px 0;
}
#ContBlogIdeaRow h3.heading6 {
    padding-bottom: 0;
    min-height: 65px;
}
#ContBlogIdeaRow h3.heading7 {
    margin-top: 12px;
    min-height: 51px;
}
.HomeNewsRow h3.heading6 {
    padding-bottom: 0px;
    min-height: 44px;
}
.HomeNewsRow h3.heading7 {
    min-height: 49px;
}
.NewPharmaLeft form .pharmaSelect span {
    width: auto !important;
}
.CareerSection .SeniorExecutive,
.innerDetalWrap #innerPart .innerRight .innerRight {
    width: 100%;
}
.industrycontentPart .source > i {
    color: #666;
    font-style: italic;
    
    font-size: 11px;
}
#boxes #dialog b,
#boxes_map #dialog_map b,
#boxes_report #dialog_report b {
    line-height: 20px;
    text-transform: uppercase;
    color: #ff6c00;
}
#boxes #dialog,
.EconomySnapShot .travList p a {
    font-size: 12px;
}
#bannerArea #NewPharmaQuote {
    padding-right: 0;
}
.sectorNews form#industryNewsForm span {
    width: auto !important;
}
.EconomySnapShot .travList p.width723,
.Exprt {
    width: 100%;
}
.EconomySnapShot .travList p.width723 span {
    font-size: 12px;
    margin-top: 18px;
}
.EconomySnapShot .travList p.width723 a img {
    margin-top: -20px;
}
.ExportSection1 .news {
    min-height: 266px;
    overflow: hidden;
}
.ExportSection1 ul.exportTab {
    min-height: 266px;
}
.Exprt .apparelText {
    padding-right: 0;
    width: 32%;
}
.Exprt .rowElem div span {
    width: 100% !important;
}
#boxes .window {
    position: absolute;
    top: 100px !important;
    height: 200px;
    z-index: 1001;
    padding: 20px;
    background: 0 0;
    width: 80%;
}
#boxes #dialog {
    height: auto;
    z-index: 10006;
    line-height: 20px;
}
#boxes #dialog b {
    font-size: 18px;
}
.wid {
    background: #fff;
    margin: auto !important;
    width: 35%;
    padding: 10px;
    position: relative;
}
.wid img {
    max-width: 100% !important;
    width: 100%;
}
#boxes_map .window_map {
    position: absolute;
    top: 100px !important;
    height: 200px;
    display: none;
    z-index: 1002;
    padding: 20px;
    background: 0 0;
    width: 80%;
}
#boxes_map #dialog_map {
    width: 60%;
    height: auto;
    z-index: 10002;
    border-radius: 5px;
    font-size: 12px;
    line-height: 20px;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
}
#boxes_map #dialog_map b {
    font-size: 18px;
}
.wid_map {
    background: #fff;
    margin: auto !important;
    width: 100%;
    max-width: 70%;
    padding: 20px;
    position: relative;
}
.wid_map img {
    max-width: 100%;
}
#boxes_report .window_report {
    position: absolute;
    top: 100px !important;
    height: 200px;
    display: block;
    z-index: 1002;
    padding: 20px;
    background: 0 0;
    width: 80%;
}
.wid-live,
.wid_report {
    background: #fff;
    border-radius: 5px;
}
#boxes_report #dialog_report {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 10002;
    border-radius: 5px;
    font-size: 12px;
    line-height: 20px;
    left: 0 !important;
    right: 0 !important;
    top: 20px;
    margin: auto;
}
#boxes_report #dialog_report b {
    font-size: 18px;
}
.close,
a.close {
    color: #fff !important;
}
.wid_report {
    margin: auto !important;
    width: 100%;
    max-width: 70%;
    padding: 20px;
    position: relative;
    background:#fff url("https://web.archive.org/web/20220110165943im_/http://ibef.broadwayinfotech.net.au/uploads/sectorreport/images/sector-report-infographic-bg.jpg") 0 0 no-repeat;
    background-size:cover;
}
.wid_report img {
    max-width: 100%;
}
.modal-title1 {
    border-bottom: 1px solid #ccc;
    line-height: 1.42857;
    margin-bottom: 29px;
    padding: 0 0 20px;
    text-align: left;
}
.wid-live {
    margin: auto !important;
    width: 40%;
    padding: 20px;
}
#mask_home {
    display: none;
    background: url(/web/20220110165943im_/https://www.ibef.org/images/mask-bg.png);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10005;
}
.close {
    background: #333 !important;
    border: 2px solid #fff !important;
    border-radius: 50%;
    font-size: 22px !important;
    font-weight: 700 !important;
    height: 30px;
    opacity: 1 !important;
    position: absolute !important;
    right: -11px;
    top: -11px;
    width: 30px;
}
.desceve h2 a,
page p i {
    color: #333 !important;
}
.text ul {
    margin: 5px 0 !important;
}
.text ul li {
    line-height: 20px;
    font-size: 12px;
}
.text p.sub-head {
    font-size: 16px !important;
}
page p i {
    font-family: Arial, Helvetica, sans-serif !important;
}
page ol li {
    font-size: 12px !important;
    line-height: 18px;
    padding: 5px 0;
}
.paddTop5 > img {
    margin-right: 15px;
    max-height: 125px;
}
#bread {
    color: #ccc;
    background-color: #fff;
    /*border-top: 1px solid rgba(240,124, 0.35);*/
    padding: 3px;
    display: block;
    margin:-0 !important;
    width: 100% !important;
    overflow: hidden;
}
.breadcrumbs li a:after,
.breadcrumbs li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    left: 100%;
}
.breadcrumbs {
    list-style: none;
    overflow: hidden;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.breadcrumbs li span {
	display: block;
	font-weight: 400;
	font-size: 10px;
	font-style: italic;
}
.breadcrumbs li span i {
    color: #00963f !important;
    margin-right: 5px;
}
.breadcrumbs li a {
    color: #333 !important;
    text-decoration: none;
    padding: 0px 5px;
    position: relative;
    display: block;
}
.breadcrumbs li a i,
.breadcrumbs li a.active {
    color: #00963f !important;
}
.breadcrumbs li a i {
    margin-right: 5px;
}
.breadcrumbs li a:after {
    z-index: 2;
}
.breadcrumbs li a:before {
    z-index: 1;
}
.breadcrumbs li:first-child a {
    padding-left: 10px;
}
.breadcrumbs li:last-child a {
    background: 0 0 !important;
    color: #000;
    cursor: pointer;
}
.breadcrumbs .divider {
    padding: 0 5px;
    color: #999;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.sort-text {
    font-weight: 700;
    padding: 5px 0;
}
.imtc-subhead a {
    font-size: 14px;
    margin: 20px 0 !important;
    color: #333;
    font-weight: 700;
}
.trade-analytics {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 10001 !important;
}
@media screen and (max-width: 1024px) {
    .wid,
    .wid-live {
        background: #fff;
        margin: auto !important;
        border-radius: 5px;
    }
    .wid-live {
        width: 40%;
        padding: 20px;
    }
    .wid {
        width: 50%;
        padding: 10px;
    }
    .wid img {
        max-width: 100%;
    }
    .close_btn {
        color: #ccc !important;
        position: absolute;
        index: 10;
        bottom: 0;
        font-size: 12px;
        text-decoration: none;
        right: 71px !important;
        top: 22px;
    }
}
@media screen and (max-width: 1010px) {
    .ExportSection1 .news {
        height: auto;
    }
    .ExportSection1 ul.exportTab {
        min-height: auto;
    }
}
@media screen and (min-width: 1000px) {
    body > .container {
        width: 1000px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 980px) {
    body > .container {
        width: 1170px !important;
        padding-left: 0;
        padding-right: 0;
    }
    #searchPart {
        padding: 23px 19px;
    }
    #bannerArea .col-lg-12,
    #innerPart {
        padding-left: 0;
        padding-right: 0;
    }
    navbar-inner .col-lg-2 {
        padding-left: 0;
    }
    .navbar .nav_row_head {
        padding-right: 0;
        margin-top: 8px;
    }
    .navbar-inner .col-lg-10 {
        padding-right: 0;
    }
    .search-section .container1 {
        padding-left: 0;
        padding-right: 0;
    }
    .footer {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .IndustryContent,
    .IndustryContent .contIdRow,
    .economy #bannerArea {
        padding-left: 0;
        padding-right: 0;
    }
    #ibefUserLogin {
        padding-top: auto;
    }
    #ibefUserLogin h3.heading7 {
        padding: 8px 10px 22px 0;
        height:44px !important;
    }
    .contIdRow h3.heading6 {
        padding: 0 10px 5px 0;
    }
    #bannerArea,
    .stateInner .tabContainer .col-lg-4,
    .stateInner .tabContainer .col-lg-7 {
        padding-left: 0;
        padding-right: 0;
    }
    a.color-custom,
    a.color-custom:hover {
        color: #fff !important;
        font-weight: 400;
        padding: 8px;
    }
    .navbar .nav-topLink li {
        margin: 14px 0 18px 27px;
    }
    a.color-custom {
        background: #080;
        border-radius: 2px;
        border: none !important;
        outline: 0;
    }
    a.color-custom:hover {
        background: #f07d00;
        border-radius: 2px;
        border: none !important;
        transition: all ease 0.3s;
    }
    .container4row > .col-lg-3:last-child,
    .containerRow,
    .industrycontentPart {
        padding-right: 0;
    }
    .containerRow,
    .contentPart1 .mediabox2,
    .deskPadding .col-lg-6:first-child,
    .deskPadding .mediabox2,
    .industrycontentPart {
        padding-left: 0;
    }

    /* .whatsNew {
        padding-left:15px;
    } */
    .imageRoll .imgText,
    .imgText2,
    imgText1 {
        height: 100%;
    }
    .container4row iframe {
        padding-right: 0;
        width: 100%;
    }
    .box1 .imageRoll .imgText2,
    .box2 .imageRoll .imgText2,
    .mediabox2 .imageRoll .imgText {
        min-height: 100%;
    }
    iframe .rowElem #industry {
        width: 100%;
    }
    #slides,
    #slideshome {
        width: 752px;
    }
    .deskPadding {
        padding: 0;
    }
    .contentPart1 .mediabox3 .box1 {
        padding-right: 10px;
    }
    .contentPart1 .mediabox3 .box2 {
        padding-left: 9px;
        padding-right: 0;
    }
    .col-sm-3,
    .contentPart1 .mediabox3,
    .deskPadding .ideafrm2,
    .mediabox3 .col-lg-3,
    .mediabox3 .col-md-3 {
        padding-right: 0;
    }
    .contentPart .col-lg-3:last-child {
        padding-right: 0 !important;
    }
    .container4row > .col-lg-3 {
        width: 25%;
    }
    .nopadding {
        padding-right: 0;
    }
    .box1-4 .col-lg-3 {
        padding-right: 19px;
    }
    .box1-4 .col-lg-3:last-child {
        padding-right: 0;
    }
    .IndustryContent .newIndustryRight [class*="col-"]:last-child {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: 0;
    }
    .IndustryContent .newIndustryRight [class*="col-"] {
        padding-right: 0 !important;
        padding-left: 0 !important;
        width: 31.499%;
    }
    .IndustryContent .newIndustryRight {
        margin-left: 0;
    }
    .IndustryContent .newIndustryRight .col-md-4:last-child,
    .newIndustryRight .col-lg-12 .col-lg-4:last-child {
        padding-right: 0;
    }
    /*.innerBanner .col-lg-9 {*/
    /*    padding-left: 0;*/
    /*}*/
    .industrycontentPart .col-lg-9 {
        padding-left: 19px;
    }
    .industrycontentPart .newIndustryLeft {
        margin-right: 0;
    }
    .IndustryContent .newIndustryRight [class*="col-"] {
        margin-right: 18px;
    }
    .containerRow .container {
        width: 100%;
    }
    .slides_container div img {
        border: none;
        float: left;
        height: auto;
        width:100%;
    }
    .slides_container div.content {
        min-width: 257px;
    }
}


@media screen and (max-width: 980px) {
    h3.heading,
    h3.heading4,
    h3.heading5 {
        font-size: 15px;
    }
    .innerDetalWrap ul.team li:nth-child(2n + 1),
    .interviewInnerWrap ul.mediaGallery li:nth-child(2n + 1) {
        clear: left;
    }
    #colorbox {
        top: 150px !important;
    }
    #header {
        width: 100%;
        margin: 0;
    }
    #globalWrapper,
    .container,
    body > .container {
        width: 96%;
    }
    a.homeIconLinkTop {
        background: url(/web/20220110165943im_/https://www.ibef.org/images/homeIcon.png) 0 14px no-repeat rgba(0, 0, 0, 0) !important;
    }
    ul.mainNav li a {
        padding: 19px 13px 17px;
    }
    .navbar .nav_row_head {
        width: 100%;
    }
    ul.mainNav {
        width: auto;
        min-width: auto;
        margint-top: 0;
    }
    ul.nav-topLink {
        width: auto !important;
        float: right;
    }
    .NavSection {
        width: 76%;
        float: right;
        margin-top: 20px;
    }
    ul.mainNav {
        margin-top: 5px;
    }
    .top-social li {
        width: auto;
    }
    #bannerArea .ibCafenew {
        padding: 20px 0;
        margin: 20px 0;
        background-color: #fff;
        border: 1px solid #e3e3e3;
    }
    #bannerArea .ibCafenew > .ibefCafe {
        margin: 0 auto;
        padding: 0 20px;
        min-height: auto;
        height: auto;
        border: none;
        width: 100%;
        background-color: #fff;
        float: left;
    }
    #bannerArea .col-lg-12 {
        margin-bottom: 0;
    }
    #slides,
    #slideshome {
        width: 73%;
    }
    #bannerArea .ibCafenew {
        width: 25%;
        margin-top: 0;
        max-height: 300px;
    }
    #bannerArea .ibefCafe ul li {
        width: 100%;
        margin-left: 0;
    }
    .container4row {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .container4row > .col-lg-3 {
        width: 50%;
        float: left;
        margin: 0;
        min-height: 300px;
    }
    .container .innerRight {
        padding-left: 19px;
    }
    .container4row .opportunities {
        padding: 10px 20px;
    }
    .ibefCafe ul li,
    .ibefCafe ul li.poll {
        width: 32%;
        padding-right: 20px;
    }
    .ibefCafe ul li:last-child {
        width: auto;
    }
    #searchPart .col-lg-8 {
        width: 54%;
    }
    #searchPart {
        width: 100%;
    }
    #searchPart .col-lg-4 {
        width: 45%;
    }
    #bannerArea {
        padding: 0;
    }
    .economyArea,
    .innerBanner {
        padding: 0 15px;
    }
    .media-box-2 .col-md-6:last-child,
    .mediabox2 .col-md-6:last-child {
        padding-right: 15px;
    }
    h3.heading4 {
        text-align: left;
    }
    h3.heading3 {
        font-size: 18px;
    }
    .HomeNewsRow .container4row .col-lg-3 {
        min-height: 313px;
    }
    .HomeNewsRow .container4row .col-lg-3 .opportunities {
        min-height: 255px;
    }
    .HomeNewsRow .container4row .col-lg-3 iframe.featureFrame {
        min-height: 156px;
    }
    ul.features {
        width: 81%;
    }
    .mediabox2 .imageRoll img:first-child,
    .mediabox3 .imageRoll img:first-child {
        height: 165px;
        width: 100%;
    }
    .media-box-2 .imageRoll img:first-child {
        min-height: 165px;
        width: 100%;
    }
    .media-box-2 h3.heading3 {
        padding: 16px 10px 11px;
    }
    .eco-directory .innerLeft,
    .economy .innerLeft,
    .export .innerLeft,
    .innerDetalWrap .innerLeft,
    .interviewInnerWrap .innerLeft,
    .pollWrap .innerLeft,
    .researchInnerWrap .innerLeft,
    .searcWrap .innerLeft {
        padding-right: 0;
    }
    .media-box-2 .imageRoll .imgText {
        min-height: 165px;
    }
    .mediabox2 .col-md-6:last-child {
        width: 50%;
    }
    .ideaimg img,
    .interviewInnerWrap .innerLeft .mediaPart,
    .stateInner .innerLeft .statePart img,
    ul.siteSearch {
        width: 100%;
    }
    h4.imgHeading {
        font-size: 15px;
    }
    h4.imgHeading span,
    ul.tabNav li a {
        font-size: 14px;
    }
    #slides .next,
    #slideshome .next {
        right: 0;
    }
    .innerRight {
        padding-left: 0;
    }
    .pollWrap .innerRight,
    .stateWrapper .innerRight {
        padding-left: 19px;
    }
    .pollDetailWrap .innerRight {
        float: left;
        padding-left: 0;
    }
    .researchInnerWrap .jqTransformSelectWrapper {
        width: auto;
    }
    ul.tabNav {
        width: 96% !important;
    }
    ul.tabNav li a {
        width: 100%;
    }
    ul.tabNav li {
        margin-right: 0;
        padding: 1%;
        width: 50%;
    }
    ul.tabNav3 li {
        width: 32%;
    }
    ul.tabNav3 li a {
        border: 1px solid #e8e8e8;
        margin: 3px 0;
        width: 100%;
    }
    .ecoQuote {
        font-size: 13px;
    }
    .mediaEventBox h3.interviewHeading,
    h2.econoymyHead,
    h3.industryHeading {
        font-size: 16px;
    }
    .IbfTravel .imgText2 {
        min-height: 100%;
        text-align: left;
    }
    .sectorNews .col-xs-5 {
        width: 50%;
    }
    .IndustryContent {
        margin: 10px 0 0;
    }
    .IndustryContent .col-md-9 {
        padding: 0;
        width: 70%;
        float: right;
    }
    .IndustryContent .col-md-3 {
        margin: 0;
        padding: 0;
        width: 30%;
    }
    .newIndustryLeft {
        width: 100%;
    }
    .MyBanBox {
        padding-left: 30px;
    }
    .IndustryContent .newIndustryRight .col-md-4 h3 a.fontBlack {
        width: 70%;
        display: inline-block;
    }
    .innerBannerCommon .col-md-3,
    .innerBannerCommon .exploreLeft {
        margin: 0;
        padding: 0;
        width: 31%;
    }
    .innerBannerCommon .MyBanBox {
        width: 69%;
        padding-left: 0;
    }
    .innerBannerCommon .pharmaPart {
        width: 100%;
    }
    .innerCommon .col-md-3,
    .innerCommon .statePart {
        margin: 0;
        padding: 0;
        width: 31%;
    }
    .innerCommon .leftBox {
        width: 69%;
        padding-left: 0;
    }
    .innerCommon .statePart,
    .innerDetalWrap ul.team {
        width: 100%;
    }
    .innerDetalWrap ul.team li {
        width: 50%;
        margin-bottom: 15px;
        padding-right: 19px;
    }
    .exportSelect .jqTransformSelectWrapper {
        max-width: 165px;
        width: 100% !important;
    }
    .exportSelect .jqTransformSelectWrapper ul {
        width: 100% !important;
    }
    .export .apparelArrow img {
        width: 100%;
    }
    .text .jqTransformSelectWrapper {
        max-width: 200px;
        width: 100% !important;
    }
    .col-lg-3,
    .col-md-3,
    .economyPart .col-sm-3 {
        padding-left: 0;
        padding-right: 19px;
    }
    .statePart {
        width: 100%;
    }
    .stateInner #innerPart .innerLeft {
        padding-right: 0;
    }
    .stateInner .jqTransformSelectWrapper {
        width: 100% !important;
        max-width: 200px;
    }
    .stateBoxes .opportunities ul.oppor,
    .stateInner .jqTransformSelectWrapper ul {
        width: 100% !important;
    }
    .stateBoxes .opportunities ul.oppor li {
        width: 100% !important;
        float: left;
    }
    .stateBoxes .stateGraph img {
        width: 100%;
    }
    .posterInner .newIndustryLeft {
        min-width: 100%;
        padding-right: 19px;
    }
    ul.poster-info-ul {
        width: 100%;
        margin: auto 0;
        padding: auto 0;
    }
    ul.poster-info-ul li {
        float: left;
        width: 25%;
        padding: 10px 0;
        margin: auto 0;
    }
    .opportunities {
        margin: 0;
        float: left;
        width: 100%;
        padding: 0 10px;
    }
    .exportLanding ul.oppor li {
        width: 80%;
        padding: 5%;
    }
    .exportLanding ul.exportTab {
        width: 100%;
    }
    .exportLanding ul.oppor .jqTransformSelectWrapper,
    .exportLanding ul.oppor .jqTransformSelectWrapper ul {
        width: 100% !important;
    }
    .exportLanding ul.exportTab li {
        min-height: auto;
    }
    ul.exportTab li span {
        width: 73%;
        float: left;
    }
    .exportLanding ul.exportTab li img {
        marging-right: 0;
    }
    ul.exportTab ul ul ul ul {
        float: left;
    }
    .filmbox2 [class*="col-"] {
        padding-left: 0p;
        padding-right: 0;
    }
    .filmbox2:last-child {
        padding-left: 10px;
    }
    .filmPart .col-sm-3 .imageRoll img,
    .filmbox2 .imageRoll img {
        width: 100%;
    }
    .interviewInnerWrap ul.mediaGallery li {
        max-height: 150px;
        overflow: hidden;
    }
    .interviewInnerWrap ul.mediaGallery li .descintrvdesc {
        width: 50%;
    }
    .interviewInnerWrap ul.mediaGallery li .galleryTop {
        padding: 5px;
    }
    #bannerArea,
    .industryTophead,
    .industrycontentPart,
    .innerBanner {
        padding-left: 0;
        padding-right: 0;
    }
    .IndustryContent .newIndustryRight h3.industryHeading,
    h3.industryHeading1 {
        font-size: 14px;
    }
    .industryTophead .pharmaPart {
        width: auto;
    }
    .industryTophead .col-md-3,
    .industryTophead .exploreLeft {
        max-width: 218px;
    }
    .industryTophead .col-lg-9 {
        width: 70%;
    }
    .headText2 #fullDescIg img {
        width: 100%;
    }
    .export .innerRight,
    .innerBanner .col-lg-9 {
        padding-left: 19px;
    }
    .industrycontentPart .col-md-3 {
        width: 25%;
    }
    .industrycontentPart .col-md-9 {
        width: 75%;
        margin-left: 0;
        padding-left: 19px;
    }
    .export .innerRight .tabPart {
        margin-top: 0;
    }
    .containerPostIndia .col-xs-6:last-child,
    .exportLanding {
        margin-top: 15px;
    }
    .containerPostIndia .imageRoll img {
        width: auto;
        height: auto;
    }
    .EconomySection .colimg .imageRoll img:first-child,
    .container4row iframe,
    .featuresBox {
        width: 100%;
    }
    .containerPostIndia .poster_col {
        text-align: center;
        box-shadow: 0 0 2px 1px #dfdfdf;
        -moz-box-shadow: 0 0 2px 1px #dfdfdf;
        -webkit-box-shadow: 0 0 2px 1px #dfdfdf;
        -o-box-shadow: 0 0 2px 1px #dfdfdf;
        padding-left: 0;
        padding-right: 0 !important;
    }
    .containerPostIndia .poster_col .imgText,
    .containerPostIndia .poster_col .imgText2 {
        width: 100%;
        min-height: 100% !important;
        text-align: left;
    }
    .EconomySection .colimg .box240L,
    .ExportSection2 .imageRoll {
        background-color: #fff;
        text-align: center;
        box-shadow: 0 0 2px 1px #dfdfdf;
    }
    .container4row iframe {
        padding-right: 0;
        height: auto;
    }
    .slides_container div.content {
        min-width: auto;
    }
    .EconomySection .colimg .box240L {
        padding: 0;
        -moz-box-shadow: 0 0 2px 1px #dfdfdf;
        -webkit-box-shadow: 0 0 2px 1px #dfdfdf;
        -o-box-shadow: 0 0 2px 1px #dfdfdf;
    }
    .EconomySection .pharmaEco .col-md-3 {
        min-height: 300px;
    }
    .ExportSection1 {
        display: inline-block;
    }
    .ExportSection1 #categoryNews {
        width: 50%;
    }
    .ExportSection1 .opportunityBox {
        width: 100%;
        margin-bottom: 15px;
        padding: 2% 0;
    }
    .ExportSection1 .opportunityBox ul {
        width: 60%;
    }
    .ExportSection1 .opportunityBox ul li {
        padding: 1% 0;
    }
    .opportunityBox .opportunities {
        padding: 2%;
    }
    .exportLanding ul.exportTab li {
        width: 100%;
    }
    .ExportSection2 .imageRoll {
        padding: 0;
        -moz-box-shadow: 0 0 2px 1px #dfdfdf;
        -webkit-box-shadow: 0 0 2px 1px #dfdfdf;
        -o-box-shadow: 0 0 2px 1px #dfdfdf;
        margin-bottom: 10px;
    }
    .ExportSection2 .imageRoll img:first-child {
        width: auto;
        margin: 10px 0;
        min-height: auto;
        height: auto;
    }
    .researchSection .ResearchQuotePart .box240x {
        padding: 20px 15px;
        margin: 10px 0 0;
        background-color: #f2f2f2;
    }
    .researchSection2 .searchLeft2 {
        width: 70%;
    }
    .researchSection2 .col-md-3 {
        margin-bottom: 15px;
    }
    #globalWrapper .researchSection2 .col-md-3,
    #globalWrapper .researchSection2 .col-md-6:last-child,
    #globalWrapper .researchSection2 .col-md-9 {
        padding-right: 0;
    }
    .researchPart ul.eco li {
        line-height: 19px;
    }
    .researchSection .imageRoll img:first-child {
        width: auto;
        margin: 10px 0;
        min-height: auto;
        height: auto;
    }
    .researchSection .imageRoll .imgText {
        min-height: 100%;
        height: 100%;
        text-align: left;
    }
    .researchSection .ResearchMediabox .imageRoll img:first-child {
        width: auto;
    }
    .searchLeft2,
    p.formHead {
        margin-top: 0;
    }
    .MediaEventsSection1 .mediaPart {
        max-width: 100%;
        width: 100%;
        min-height: auto;
    }
    .MediaEventsSection1 ul.exportList li {
        line-height: 22px;
    }
    .MediaEventsSection1 .media-box-2 .imageRoll {
        padding: 10px;
        background-color: #fff;
        text-align: center;
        box-shadow: 0 0 2px 1px #dfdfdf;
        -moz-box-shadow: 0 0 2px 1px #dfdfdf;
        -webkit-box-shadow: 0 0 2px 1px #dfdfdf;
        -o-box-shadow: 0 0 2px 1px #dfdfdf;
        margin-bottom: 10px;
    }
    .MediaEventsSection1 .media-box-2 .imageRoll img:first-child {
        width: 82%;
    }
    .MediaEventsSection1 .ResearchQuotePart .box240 {
        padding: 20px 15px;
        margin: 10px 0 0;
        background-color: #f2f2f2;
    }
    #bannerArea .MediaEventsSection1 .ResearchQuotePart {
        padding-right: 0;
    }
    .MediaGallery .imageRoll .imgText,
    .MediaGallery .imageRoll .imgText2 {
        min-height: 100%;
        height: 100%;
        width: 100%;
        text-align: left;
    }
    .MediaEventsSection2 .media-box-2 .imageRoll img:first-child {
        width: 100%;
        min-height: auto;
    }
    .MediaEventsSection2 .imageRoll .imgText,
    .MediaEventsSection2 .imageRoll .imgText2 {
        min-height: 100%;
        text-align: left;
    }
    .MediaEventsSection2 .contentPart .col-lg-3:last-child {
        padding-right: 0 !important;
    }
    .MediaEventsSection2 .contentPart .imageRoll {
        margin-top: 10px;
    }
    .MediaEventsInterview .innerRight ul.mediaGallery li {
        width: 97%;
        max-height: auto;
    }
    .interviewInnerWrap .innerLeft .mediaPart {
        padding-right: 3px;
    }
    .FilmSection .innerLeft,
    .ImgGallerySection .innerLeft,
    .M_Events .col-md-3 {
        padding-right: 0;
    }
    .posterInner ul.mediaGallery li {
        width: 46%;
    }
    .FilmSection .video_title {
        width: 90%;
    }
    .FilmSection .video_container .video_container {
        width: 100%;
    }
    .ImgGallerySection ul.mediaGallery li {
        width: 264px;
    }
    .ImgGallerySection .galleryBottom {
        width: 100%;
    }
    .ImgGallerySection span.eventGalleryTitle {
        float: left;
        margin-bottom: 15px;
    }
    .NewResearchForm {
        width: 30%;
    }
    .innerLeft .NewResearchForm {
        width: 100%;
    }
    .PollInerSection .pollBar span.bottomBar {
        width: 68%;
    }
    .PollInerSection .innerRight {
        float: right;
    }
    #slides2 .slides_container div img {
        max-width: 100%;
    }
    .generalElection li {
        margin: 0 10px 5px;
        padding: 0;
        width: 160px;
        min-height: 161px;
        float: left;
    }
    .generalElection li.mleft0,
    .generalElection li:first-child {
        margin-left: 10px;
    }
}
@media screen and (min-width: 900px) {
    #login-box,
    .myIbef {
        width: 100% !important;
    }
    #innerLeft ul li,
    ul.formItem li {
        line-height: 18px !important;
    }
    #colorbox {
        top: 150px !important;
    }
    .box468 .text {
        display: table;
    }
    .industrycontentPart [class*="col-lg-9"] {
        padding-left: 0;
        padding-right: 0;
    }
    #login-box {
        padding: 0 13px !important;
    }
    .login-btn {
        margin: 0 auto !important;
    }
    .login-headertxt {
        font-size: 26px !important;
    }
    ul.formItem li {
        float: left;
        padding: 0 15px 0 0;
    }
    ul.formItem li label {
        margin-bottom: 0 !important;
    }
    .box1 h3.heading4,
    .box2 h3.heading5,
    .box240t h3.heading5 {
        margin-bottom: 15px;
    }
    ul.formItem li div.jqTransformInputWrapper {
        clear: both;
    }
    .ul.mainNav li a {
        padding: 19px 17px 17px !important;
    }
    ul.mainNav div.sub_menu01 {
        background: #f4811f;
        left: 1px;
        padding: 20px;
        position: absolute;
        top: 100%;
        visibility: hidden;
        width: 702px !important;
        z-index: 99999;
    }
    ul.mainNav div.sub_menu02,
    ul.mainNav div.sub_menu03,
    ul.mainNav div.sub_menu04,
    ul.mainNav div.sub_menu05,
    ul.mainNav div.sub_menu06 {
        width: 702px !important;
        visibility: hidden;
        position: absolute;
        top: 100%;
        z-index: 99999;
        background: #f4811f;
        padding: 20px;
    }
    ul.mainNav div.sub_menu02 {
        left: -148px;
    }
    ul.mainNav div.sub_menu03 {
        left: -243px;
    }
    ul.mainNav div.sub_menu04 {
        left: -327px;
    }
    ul.mainNav div.sub_menu05 {
        left: -402px;
    }
    ul.mainNav div.sub_menu06 {
        left: -496px;
    }
    .sub_menu03 ul.sublinks li {
        min-width: 200px !important;
    }
    ul.mainNav .menu {
        width: 33%;
        padding-right: 19px;
    }
    .sub_menu03 .menu {
        width: 207px !important;
        padding-right: 19px;
    }
    .content-left {
        width: 68% !important;
    }
    .content-right {
        width: 32% !important;
    }
    .content-aside .text {
        width: 100%;
    }
    .newIndustryLeft {
        min-width: 100%;
    }
    h1.innerheadindustrycat {
        margin-top: 0;
    }
    .ibefCafe h3,
    .ibefCafe ul li {
        margin-left: 23px;
        margin-right: 23px;
    }
    .ibefCafe h3{
        /* background: #379ad6; */
color: #379ad6;
font-size: 20px;
font-weight: 600;
margin: 0 0 10px;
padding: 10px 0 10px 20px;
border-bottom: 5px solid #379ad6;
/* border-top: 6px solid #379ad6; */
    }
    .industrycontentPart [class*="col-m-9"],
    .industrycontentPart [class*="col-sm-9"] {
        padding-left: 0;
        padding-right: 0;
    }
    .industrycontentPart [class*="col-sm-9"] {
        padding-left: 15px;
        padding-right: 0;
        float: right;
    }
    .box-2-9 {
        width: 75% !important;
        padding-right: 0 !important;
    }
    .contentPart1 .box231t .pharmaQuote2 {
        min-height: 219px;
    }
    .contentPart [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 19px;
    }
    .tabPart h1 {
        font-size: 18px !important;
    }
    ul.nav-topLink {
        width: auto;
        float: right;
        padding-right: 0;
    }
    ul.top-social {
        float: right;
        margin-top: 2px;
    }
    .interviewContainer img {
        width: auto !important;
    }
    .rearch .publication {
        padding-left: 0 !important;
        padding-right: 19px !important;
        margin-top: 0 !important;
    }
    .media-event-banner [class*="col-lg-"] {
        padding-left: 0;
        padding-right: 19px;
    }
    .media-event-banner [class*="MedGalleryPadd"]:last-child {
        
        padding-right: 0;
    }
    ul.thumbnails1 {
        float: none !important;
    }
    .video_container a img {
        width: 100%;
        max-width: 100px;
        min-height: 78px;
    }
    .video_title {
        width: 100%;
    }
    .last {
        padding-right: 0 !important;
    }
    .footerLink {
        margin: 0 auto;
        width: 85%;
    }
    .footerLink a.homeIconLinkTop {
        background: rgba(0, 0, 0, 0) 5px 5 no-repeat px !important;
        border-bottom: medium none !important;
        padding-top: 6px;
        padding-left: 25px;
    }
    .contentPart .imageRoll {
        margin-top: 0px;
    }
    .gallery-section .imageRoll img {
        width: auto;
    }
    ul.interviewTab li img {
        max-width: 53px;
        min-height: 60px;
    }
    .footer-centered .second {
        width: 60%;
        margin: 0 auto;
    }
    .login-popup p.loginText a {
        float: none;
    }
    .col-20p {
        width: 20% !important;
    }
    .col-47p {
        width: 47.14285% !important;
    }
    .col-48p {
        width: 48.9795% !important;
    }
    .col-80p {
        width: 80% !important;
    }
    .contactPart,
    .searchIbef,
    .table.tlayout img,
    .ul.siteSearch {
        width: 100%;
    }
    .media-event-quotes [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 19px !important;
    }
    .col-20p,
    .col-80p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .archives-wrapper #searchPart .col-lg-6 {
        margin: 10px 0;
    }
    .archives-wrapper .footer .footer-centered {
        min-height: 150px;
    }
    .archives-wrapper .footer-centered span {
        margin: 15px 0 !important;
    }
    .archives-wrapper .footer-centered span a {
        font-size: 13px !important;
    }
    .archives-nav ul.mainNav {
        margin-left: 0 !important;
    }
    .width226 img {
        max-width: 226px;
    }
    .economyPart {
        max-width:100%;
    } /*.col-lg-3,.col-md-3,.economyPart .col-sm-3{padding-left:0;padding-right:0px}*/
    .researchPart {
        width: 100%;
        float: left;
        margin-bottom:20px;
    }
    .searchIbef {
        float: left;
        margin-right: 0;
    }
    .innerLeft .quoteText2 {
        flaot: left;
    }
    .economyPart #ibefUserLogin h3.heading7 {
        padding: 14px 10px 25px 0;
    }
    #joinUser p {
        margin: 0;
    }
    .searchInput .jqTransformInputInner div input {
        border: none;
        width:238px !important;
    }
    ul.siteSearch {
        margin: 0 !important;
    }
    .searchMenu .jqTransformSelectWrapper {
        width: 115px !important;
    }
    .jqTransformInputInner div input {
        width: 124px;
    }
    table.tlayout td.seDate {
        border-left: 3px solid #ccc;
        color: #000;
        padding-left: 15px !important;
        font-size: 11px;
    font-weight: 500;
    }
    table.tlayout td.seDate img {
        display: block !important;
        margin-top: 5px !important;
        width: 100% important;
        max-width: 126px !important;
        max-height: 23px !important;
        float: left;
    }
    .height15 {
        background: #fff;
    }
    #innerLeft ul.eco li a:hover {
        color: #000 !important;
    }
    .paginationBlog a:hover,
    .paginationBlog strong {
        height: 24px;
    }
    .siteSearch ul li input[type="file"],
    input[type="image"],
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    input[type="radio"],
    input[type="checkbox"] {
        margin-right: 10px;
    }
    ul.researchTab li {
        width: 50%;
    }
    .researchTab2 li {
        min-height: 120px;
    }
    ul.mediaGallery {
        width: 100%;
        padding-left: 15px;
        padding-right: 0;
    }
    .box1-4 .col-lg-3,
    ul.mediaGallery li {
        padding-right: 19px;
    }
    ul.mediaGallery li {
        float: left;
        margin: 5px 0;
        width: 50%;
    }
    .posReadMore {
        margin-top: 0;
    }
    featuresBox {
        margin-top: 10px;
        float: left;
    }
    .featuresBox p{
        font-size:12px;
        color:#535353;
        font-weight:500;
    }
    .featuresBox img {
        float: left;
        margin-right: 9px;
    }
    .box1-4 .imageRoll img:first-child {
        width: 100%;
    }
    .box1-4 img.imgIcon {
        left: 5px;
        bottom: 5px;
        width: auto;
    }
    .pollDetailWrap .innerRight {
        float: left;
        padding-left: 0;
    }
    .responsive-pharmaQuote,
    .responsive-pharmaQuote2 {
        display: none;
    }
}
@media screen and (max-width: 800px) {
    .media-box-2 > .col-md-6,
    .mediabox2 > .col-md-6 {
        padding-top: 0;
    }
    #colorbox {
        top: 150px !important;
    }
    .LogoSection {
        padding-left: 15px;
    }
    #searchPart .col-lg-8 {
        width: 100%;
        padding: 0;
    }
    #searchPart .col-lg-4 {
        width: 100%;
    }
    .mediabox2 .imageRoll img:first-child,
    .mediabox3 .imageRoll img:first-child {
        width: 100%;
        margin-top: 20px;
    }
    .box1 .imageRoll .imgText2,
    .box2 .imageRoll .imgText2,
    .mediabox2 .imageRoll .imgText {
        min-height: 185px;
    }
    .media-box-2 {
        width: 50%;
        float: left;
    }
    .media-box-2 .imageRoll img:first-child {
        width: 100%;
        margin-top: 20px;
    }
    .media-box-2 .imageRoll .imgText,
    .media-box-4 .imageRoll .imgText2 {
        min-height: 100%;
        text-align: left;
    }
    .browseheading {
        display: block;
        margin-top: 15px;
    }
    #joinUser .inputText {
        width: 100%;
        border: 3px solid #df8126;
        background-image: none;
    }
    .containerRow {
        padding: 0;
    }
    .navbar .nav-topLink li a {
        padding-bottom: 0;
    }
    .HomeNewsRow .container4row .col-lg-3 iframe.featureFrame {
        min-height: 185px;
    }
    ul.features {
        width: 78%;
    }
    #blogsShowcase ul.textTab li span {
        width: 85%;
        float: right;
    }
    .ibefTickerUpdates {
        padding: 5px 15px;
    }
    .innerRight {
        padding-left: 15px;
    }
    .export .innerLeft {
        padding-right: 0;
    }
    .researchInnerWrap .searchSelect .jqTransformSelectWrapper {
        width: 150px !important;
    }
    .IndustryContent .newIndustryRight .col-md-4 {
        width: 100%;
        margin-bottom: 18px;
    }
    .indusImg img {
        width: auto;
    }
    #slides,
    #slideshome {
        width: 100%;
    }
    #bannerArea .ibCafenew {
        width: 100%;
        margin-top: 20px;
    }
    #bannerArea .ibefCafe ul li {
        width: 40%;
        margin-left: 0;
    }
    #bannerArea .ibefCafe ul li:last-child {
        width: auto;
    }
    .margin-b-2 .col-lg-3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .deskPadding {
        padding: 0;
    }
    .containerRowTop .mediabox3,
    .deskPadding .col-sm-6 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .deskPadding .col-sm-6 {
        width: 50%;
    }
    .innerDetalWrap .innerLeft .contactPart,
    .pbannerRgt img,
    .stateInner .bannerText,
    .stateInner .pbannerLft img,
    .statePart {
        width: 100%;
    }
    .IndustryContent .newIndustryRight,
    .container4row2NonPadd,
    .economy #bannerArea {
        padding: 0;
    }
    .researchInnerWrap .innerLeft,
    .stateInner #innerPart innerLeft,
    .stateInner .innerLeft {
        padding-right: 0;
    }
    .container4row2 .col-lg-3 {
        min-height: 400px;
    }
    h3.heading7 {
        font-size: 19px;
        padding-top: 0;
    }
    .innerDetalWrap .text .width226 {
        width: 35%;
    }
    .StateLandingRow1 .stateBoxes .col-md-6:first-child {
        padding-left: 15px;
    }
    .box-6-2 .opportunities {
        width: 100%;
    }
    .innerBannerCommon .exploreLeft {
        margin: 0;
        padding: 0;
        width: 31%;
    }
    .innerBannerCommon .MyBanBox {
        width: 67%;
        padding-left: 0;
        float: right;
    }
    .exportLanding .quoteText3 {
        width: auto;
        padding: 10px 5px 10px 0;
    }
    .exportLanding .box1-4 .col-xs-3 {
        padding-right: 0;
    }
    .exportLanding .quoteText3 h3 {
        font-size: 14px;
    }
    .mediaEventBox .col-sm-3:first-child {
        width: 100%;
        clear: right;
        margin: 15px 0;
    }
    .mediaEventBox .col-sm-3:last-child {
        width: 50%;
        margin: 15px 0;
    }
    .frm-refine .searchSelect .jqTransformSelectWrapper {
        max-width: 150px !important;
    }
    .publicationPopup {
        width: 100%;
    }
    .publicationLeft {
        width: 50%;
        padding: 40px 25px 20px;
    }
    .publicationLeft img {
        width: 100%;
        height: auto;
    }
    .publicationRight {
        width: 50%;
        float: left;
        position: relative;
        padding: 40px 25px 20px;
    }
    h2.onlinePublic {
        font-size: 18px;
    }
    .myProfilePart .col-sm-3,
    .subscribeInner .col-sm-3 {
        padding-left: 0;
    }
    .myProfilePart .innerRight,
    .subscribeInner .innerRight {
        padding-left: 19px;
    }
    .IndustryContent .newIndustryRight h3.industryHeading a.more,
    h3.industryHeading1 a.more {
        top: 0;
    }
    .newIndustryRight .IndustryContent h3 a.more {
        top: 10px;
    }
    #slides2 .slides_container {
        height: 95%;
        overflow-y: hidden;
    }
    #slides2 .slides_container div.slide {
        height: 100%;
    }
    .industryTophead .col-lg-9 {
        padding-left: 21px;
        padding-right: 0;
        width: 68%;
        float: right;
    }
    .industrycontentPart .col-md-3 {
        width: 30%;
    }
    .industryTophead {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .innerBannerCommon .row1 {
        padding: 0 15px;
    }
    .containerPostIndia {
        width: 100%;
        display: inline-block;
    }
    .interviewInnerWrap ul.mediaGallery li {
        width: 50%;
        padding-right: 15px;
        float: left;
    }
    .interviewInnerWrap ul.mediaGallery li:nth-child(2n + 1) {
        clear: left;
    }
    .interviewInnerWrapgallery .galleryBottom,
    .interviewInnerWrapgallery .galleryBottom .intrvgallery {
        width: 100%;
    }
    .interviewInnerWrap ul.mediaGallery li .descintrvdesc {
        width: 35%;
    }
    .interviewInnerWrapgallery.galleryBottom .intrvgallery .descintrv a img,
    .stateSection .col-md-6 .imageRoll img:first-child {
        width: 100%;
    }
    .stateSection .col-md-6 .imageRoll .imgText {
        min-height: 100%;
    }
    .stateSection .col-md-6 {
        width: 100%;
        padding: 10px;
        background-color: #f2f2f2;
    }
    .EconomySection .col-lg-3 {
        min-height: 307px;
    }
    .MediaEventsInterview .innerRight ul.mediaGallery li,
    .MediaEventsSection1 .media-box-2 .imageRoll img:first-child {
        min-height: auto;
    }
    .EconomySection .colimg .box240L {
        padding: 0;
        background-color: #fff;
        text-align: center;
        box-shadow: 0 0 2px 1px #dfdfdf;
        -moz-box-shadow: 0 0 2px 1px #dfdfdf;
        -webkit-box-shadow: 0 0 2px 1px #dfdfdf;
        -o-box-shadow: 0 0 2px 1px #dfdfdf;
    }
    .col-lg-3,
    .col-md-3,
    .economyPart .col-sm-3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ExportSection1 .opportunityBox,
    .researchSection2 {
        padding: 0 15px;
    }
    .ExportSection2 .imageRoll img:first-child {
        width: auto;
        height: auto;
        min-height: auto;
        margin: 20px 0;
    }
    .researchSection .ResearchMediabox .imageRoll img:first-child {
        width: 100%;
    }
    .ReSection #ibefUserLogin h3 {
        font-size: 21px;
        height: 56px !important;
        line-height: 34px;
    }
    .MediaEventsSection1 .media-box-2 {
        width: 66%;
    }
    #bannerArea .MediaEventsSection1 .ResearchQuotePart {
        padding-right: 15px;
    }
    .MediaEventsSection2 .MediaSectionQuote {
        width: 100%;
        margin-bottom: 15px;
        padding-right: 15px;
    }
    .MediaEventsSection2 .MediaSectionQuote .box231 {
        width: 100%;
        background-color: #f2f2f2;
        padding: 0;
    }
    .MediaEventsSection2 .media-box-2 {
        width: 65%;
    }
    .MediaEventsSection2 .contentPart .media-box-4 {
        width: 35%;
        padding-right: 15px;
    }
    .MediaEventsSection2 .contentPart .col-lg-3:last-child {
        padding-right: 15px !important;
    }
    .MediaEventsSection3 .mediaEventBox {
        padding: 0 15px;
    }
    #globalWrapper .researchSection2 .col-md-3,
    #globalWrapper .researchSection2 .col-md-6,
    .MediaEventsSection3 .mediaEventBox .event-section {
        padding-left: 0;
    }
    .MediaEventsSection3 .mediaEventBox .col-sm-3:first-child,
    .MediaEventsSection3 .mediaEventBox .col-sm-3:last-child {
        padding: 0;
    }
    .MediaEventsSection3 .mediaEventBox .col-sm-3 .box231 {
        margin: 0;
    }
    .MediaEventsInterview .innerLeft,
    .MediaEventsInterview .innerRight {
        padding: 0;
        width: 100%;
    }
    .MediaEventsInterview .innerRight ul.mediaGallery li .galleryTop {
        height: auto;
    }
    .posterInner .innerLeft {
        padding: 0;
    }
    .posterInner ul.mediaGallery li {
        width: 97%;
    }
    .posterInner ul.poster-info-ul li {
        width: 50%;
        text-align: center;
    }
    .posterInner .poster-info-ul img {
        height: 500px;
        width: 90%;
    }
    .M_Events .col-md-3 {
        padding: 0;
    }
    .M_Events .innerRight {
        width: 100%;
        padding: 0;
    }
    .M_Events .innerLeft {
        width: 100%;
    }
    .M_Events .innerLeft .mediaPart {
        width: 100%;
        margin-top: 10px;
    }
    .FilmSection .innerLeft,
    .FilmSection .innerRight {
        width: 100%;
        padding: 0;
    }
    .FilmSection .mediaPart {
        width: 100%;
    }
    .ImgGallerySection .innerLeft,
    .ImgGallerySection .innerRight {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .ImgGallerySection .mediaPart {
        width: 100%;
    }
    .ImgGallerySection .galleryMiddle {
        width: 78%;
    }
    .ImgGallerySection ul.mediaGallery li {
        width: 290px;
    }
    .ReSection ul.caseStudy span {
        float: left;
        font-family: Arial, ​​Helvetica, ​​sans-serif;
        width: 68%;
        margin-left: 12px;
        height: auto !important;
    }
    .researchSection #bannerArea .ResearchQuotePart {
        padding-right: 15px;
    }
    .IndustryNewIner .innerLeft,
    .archiveWrap .innerLeft,
    .archiveWrap .innerRight,
    .researchInnerWrap .innerLeft {
        width: 100%;
        padding: 0;
    }
    #globalWrapper .researchSection2 .col-md-9 {
        padding-left: 0;
        padding-right: 0;
    }
    .researchInnerWrap .innerRight {
        width: 100%;
        padding: 0;
        margin-bottom: 8px;
    }
    .innerLeft .NewResearchForm {
        width: 200px;
    }
    .researchInnerWrap .NewResearchForm .searchSelect .jqTransformSelectWrapper {
        width: 200px !important;
    }
    h1.innerheadGrey,
    h2.innerheadGrey {
        font-size: 15px;
        font-weight: 700;
    }
    .IndustryNewIner #categoryNews .box231,
    .IndustryNewIner .innerRight {
        width: 100%;
        padding: 0 15px;
    }
    .IndustryNewIner .innerLeft .col-md-3,
    .IndustryNewIner .innerLeft .col-md-3 .pharmaPart {
        width: 100%;
    }
    .IndustryNewIner #categoryNews {
        width: 100%;
    }
    .IndustryNewIner #categoryNews .pharmaQuote {
        width: 98%;
        margin-left: 15px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .IndustryNewIner .col-md-9 {
        width: 100%;
        padding-left: 15px;
    }
    .IndustryNewIner ul.tabNav {
        width: 97%;
    }
    .innerDetalWrap .innerLeft {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .innerDetalWrap .innerRight {
        width: 100%;
        padding: 0;
    }
    .innerDetalWrap ul.team li {
        width: 49%;
    }
    .innerDetalWrap ul.tabNav {
        width: 97%;
    }
    .wid,
    .wid-live {
        background: #fff;
        margin: auto !important;
        width: 80%;
        border-radius: 5px;
    }
    .arcHeading3 {
        padding: 0 15px;
    }
    #globalWrapper {
        padding-bottom: 15px;
    }
    .wid {
        padding: 10px;
    }
    .HomeNewsRow .container4row .col-lg-3 {
        min-height: 315px;
    }
    .wid-live {
        padding: 20px;
    }
}
@media all and (max-width: 771px) {
    #mobile-mainNav,
    #nav-trigger {
        display: none !important;
    }
    .imgText,
    .imgText2 {
        max-height: 150px !important;
    }
    .jqTransformSelectWrapper ul li {
        width: 100%;
    }
    iframe,
    ul.mainNav,
    ul.mainNav li {
        width: 100% !important;
    }
    .searchButton {
        font-size: 20px !important;
    }
    .browse {
        margin-left: 0 !important;
    }
    .browseheading {
        float: left !important;
    }
    div.sub_menu03 li,
    div.sub_menu04 li,
    div.sub_menu05 li,
    div.sub_menu06 li,
    ul.mainNav div.sub_menu02 li,
    ul.mainNav div.sub_menu03 li,
    ul.mainNav div.sub_menu04 li {
        float: left;
        border-bottom: none !important;
    }
    .browse ul {
        clear: both;
    }
    ul.mainNav li {
        clear: left;
        border-bottom: 1px solid #fff;
    }
    ul.mainNav li ul li {
        border-bottom: none !important;
        font-size: 14px !important;
    }
    ul.mainNav li a {
        min-width: 100%;
    }
    div.sub_menu03,
    div.sub_menu04,
    div.sub_menu05,
    div.sub_menu06,
    ul.mainNav div.sub_menu01 {
        width: auto !important;
    }
    div.sub_menu02,
    div.sub_menu03,
    div.sub_menu04,
    div.sub_menu05,
    div.sub_menu06 li,
    ul.mainNav div.sub_menu01 {
        float: left;
        border-bottom: none !important;
        width: 100% !important;
    }
    .menu,
    ul.mainNav div.sub_menu02 {
        width: auto !important;
    }
    .menu {
        padding-right: 30px !important;
    }
    div.sub_menu03,
    div.sub_menu04,
    div.sub_menu05,
    div.sub_menu06,
    ul.mainNav div.sub_menu02 {
        left: 0 !important;
    }
    nav#nav-main {
        display: none;
    }
    nav#nav-mobile {
        display: block;
    }
    #bannerArea .content {
        margin-top: 30px;
    }
    .innerDetalWrap ul.tabNav {
        width: 94%;
    }
}
@media screen and (max-width: 768px) {
    #colorbox {
        top: 100px !important;
    }
    .container {
        width: 100%;
    }
    .LogSpecial2 {
        display: block;
    }
    .export .innerLeft {
        padding-right: 0;
    }
    .mediabox2 .imageRoll img:first-child,
    .mediabox3 .imageRoll img:first-child {
        margin: 0;
        width: auto;
    }
    .mediabox2 .imageRoll,
    .mediabox3 .imageRoll {
        background: #fff;
        padding: 15px;
        margin: 15px 0;
        position: relative;
        text-align: center;
        box-shadow: 0 0 6px silver;
    }
    .mediabox2 {
        width: 100%;
        padding: 0;
    }
    .mediabox2 > .col-md-6 {
        width: 50%;
    }
    .box1 .imageRoll .imgText2,
    .box2 .imageRoll .imgText2,
    .mediabox2 .imageRoll .imgText {
        min-height: 100%;
        text-align: left;
    }
    .mediabox2 > .col-md-6:last-child {
        float: right;
    }
    .containerRowTop .mediabox3 .col-md-3:last-child .box240 {
        width: 100%;
    }
    .contPadding {
        padding: 0 15px;
    }
    .container4row {
        padding: 0;
        border: none;
    }
    .containerRow {
        padding: 0;
    }
    .mediabox3 .box1 {
        width: 47%;
        padding: 0;
    }
    .mediabox3 .box2 {
        width: 49%;
        float: right;
        padding: 0;
    }
    .IndustryContent .col-md-3,
    .innerBannerCommon .col-md-3,
    .innerBannerCommon .exploreLeft {
        float: left;
    }
    .mediabox2 .col-md-6:last-child {
        padding-right: 0;
    }
    a.homeIconLinkTop {
        background: url(/web/20220110165943im_/https://www.ibef.org/images/homeIcon.png) no-repeat rgba(0, 0, 0, 0) !important;
    }
    .headRight {
        width: 100%;
        margin: 0;
        display: inline-block;
    }
    .NavSection {
        margin-top: 0;
        width: 100%;
    }
    header .navbar {
        margin-bottom: 0;
    }
    header .nav-topLink {
        margin-top: 5px;
    }
    .tabsPolicyWatch {
        margin-top: 0 !important;
    }
    .MyBanBox .tabPart,
    .media-box-2 .imageRoll img:first-child,
    .media-box-4 .imageRoll img:first-child,
    .newIndustryLeft {
        margin-top: 0;
    }
    ul.tabNav2 {
        padding: 0;
        margin: 0;
    }
    ul.tabNav2 li {
        width: 33.1%;
        margin: 0;
        padding: 5px;
    }
    ul.tabNav2 li a {
        width: 100%;
    }
    .container4row2 .col-lg-3 {
        width: 50%;
        min-height: 310px;
    }
    .container4row2NonPadd {
        min-height: auto;
    }
    .IndustryContent .col-md-9 {
        width: 69%;
    }
    .IndustryContent .newIndustryRight {
        margin-left: 0;
    }
    .IndustryContent .newIndustryRight .col-md-4 {
        width: 100%;
        margin-bottom: 18px;
    }
    .indusImg img {
        width: 100%;
    }
    .innerBannerCommon .MyBanBox {
        width: 61.5%;
    }
    .media-box-2 .imageRoll,
    .media-box-4 .imageRoll {
        background: #fff;
        padding: 15px;
        margin: 15px 0;
        position: relative;
        text-align: center;
        box-shadow: 0 0 6px silver;
    }
    .media-box-2 .imageRoll img:first-child,
    .mediabox3 .imageRoll img:first-child {
        width: auto;
    }
    .media-box-2 {
        width: 100%;
        padding: 0;
    }
    .media-box-2 > .col-md-6 {
        width: 50%;
    }
    .media-box-2 > .col-md-6:last-child {
        float: right;
    }
    .containerRowTop .mediabox3 {
        padding-left: 0;
        padding-right: 0;
    }
    .containerRowTop .mediabox3 .box1 {
        width: 50%;
        padding-right: 15px;
    }
    .containerRowTop .mediabox3 .col-md-3:last-child {
        float: left;
        width: 50%;
        padding-right: 0;
    }
    .Addmenu,
    .filmbox2 > .col-md-6:last-child {
        float: right;
    }
    .filmPart .media-box-4 {
        width: 50%;
    }
    .media-event-banner .col-xs-3 {
        width: 100%;
    }
    .media-event-banner .mediaPart {
        width: 100%;
        margin-bottom: 20px;
    }
    .filmbox2 .imageRoll img:first-child,
    .filmbox3 .imageRoll img:first-child {
        margin-top: 0;
        width: auto;
    }
    .filmbox2 .imageRoll,
    .mediabox3 .imageRoll {
        background: #fff;
        padding: 15px;
        margin: 15px 0;
        position: relative;
        text-align: center;
        box-shadow: 0 0 6px silver;
    }
    .filmbox2 {
        width: 100%;
        padding: 0;
    }
    .filmbox2 > .col-md-6 {
        width: 50%;
    }
    .filmbox2 .imageRoll .imgText {
        min-height: 100%;
    }
    .filmbox2 .col-md-6:last-child {
        padding-right: 0;
    }
    .innerBannerCommon .col-md-3,
    .innerBannerCommon .exploreLeft {
        width: 30%;
    }
    .responsive-pharmaQuote,
    .responsive-pharmaQuote2 {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .co-lg-quote {
        display: none;
    }
    .MobMenu {
        display: block;
    }
    ul.mainNav {
        display: none;
    }
    .Addmenu {
        width: 60px;
        height: 30px;
        background-color: #000;
    }
    span.isParent {
        position: absolute;
        left: 13px;
        top: 3px;
        padding: 11px 0;
    }
    span.isParent a {
        text-decoration: none;
        color: #fff;
    }
    span.isParent a:hover {
        color: #f4811f;
    }
    .ExportSection2 .imageRoll img:first-child {
        width: auto;
        height: auto;
        min-height: auto;
        margin: 0;
    }
    .ExportSection2 {
        margin-top: 15px;
    }
    .researchSection2 {
        padding: 0 15px;
        margin-top: 15px;
    }
    .researchSection2 .col-md-3 {
        min-height: 297px;
    }
    .researchSection2 .searchLeft2 {
        width: 100%;
    }
    .NewResearchForm {
        width: 184px;
    }
    .searchIbef {
        padding: 15px 20px;
    }
    .MediaEventsSection1 .media-box-2 {
        width: 100%;
        padding: 0 15px;
    }
    .MediaEventsSection1 .media-box-2 .imageRoll img:first-child {
        width: auto;
    }
    .MediaEventsSection2 .media-box-2 {
        padding-left: 15px;
    }
    .ImgGallerySection .galleryMiddle {
        width: 100%;
        padding: 0 12%;
    }
    .ImgGallerySection .galleryBottom,
    .ImgGallerySection ul.mediaGallery .galleryMiddle img {
        width: 100%;
    }
    .ImgGallerySection ul.mediaGallery li {
        min-height: 240px;
    }
    .researchSection2 .col-md-6 h3.heading4 {
        font-size: 14px;
    }
    header .navbar-static-top {
        z-index: 10000;
    }
    .innerDetalWrap ul.team li {
        background: #f2f2f2;
        padding: 20px 10px 10px;
        width: 100%;
    }
    .wid,
    .wid-live {
        background: #fff;
        margin: auto !important;
        border-radius: 5px;
    }
    .innerDetalWrap ul.tabNav {
        width: 97%;
    }
    .headText2,
    .paddTop5 {
        width: 100% !important;
    }
    .wid {
        width: 50% !important;
        padding: 10px;
    }
    .wid-live {
        width: 40% !important;
        padding: 20px;
    }
    .economyArea img {
        width: 100%;
        max-width: 100%;
    }
    .paddTop5 > img {
        margin-bottom: 10px;
        max-width: 100% !important;
        width: 100%;
    }
    .containerPostIndia .col-xs-6:last-child {
        margin-top: 0;
    }
    .trade-analytics img {
        position: fixed;
        right: 0;
        top: 30%;
        z-index: 9999;
        width: 10%;
    }
}
@media screen and (max-width: 767px) {
    .JoinLogin2,
    .polls_new {
        display: none;
    }
    .ExportSection2 .pharmaQ {
        background-color: #f2f2f2;
        padding: 35px 0 35px 35px;
        margin: 0 auto;
    }
    .economy #bannerArea .col-lg-6 {
        width: 100%;
    }
    ul.formItem li {
        padding-bottom: 15px;
        float: none;
        width: 50%;
        clear: both;
    }
}
@media screen and (max-width: 680px) {
    #colorbox {
        top: 50px !important;
        z-index: 11000 !important;
    }
    .economy .innerRight {
        padding: 15px 0;
    }
    .economy .innerLeft {
        padding-left: 15px;
        padding-right: 15px;
        margin: 0;
    }
    .innerLeft {
        clear: both;
    }
    .news .innerLeft {
        padding-top: 20px;
    }
    .innerRight {
        padding-right: 15px;
        margin-top: 0;
        display: inline-block;
        width: 100%;
    }
    .economy #bannerArea .col-lg-6 {
        width: 100%;
        margin-top: 15px;
    }
    .economy .economy_Mid {
        width: 50%;
        margin-top: 15px;
    }
    .IndSnap {
        padding: 0 19px 0 15px;
    }
    table.tNews td.headText p span {
        font-size: 12px;
    }
    table.tNews td,
    table.tNews td a {
        font-size: 11px;
    }
    .navbar .nav-topLink li {
        float: left !important;
        margin: 19px 5px 18px;
    }
    ul.features {
        width: 75%;
    }
    .ideaimg img {
        padding-right: 15px;
        padding-bottom: 10px;
        float: left;
    }
    .box-6-2 .opportunities {
        width: 100%;
    }
    .box-6-2 .col-xs-6 {
        width: 100%;
        clear: right;
    }
    .box-6-2 .col-xs-3 {
        width: 50%;
    }
    .export .innerRight {
        padding-top: 20px;
        margin-top: 0;
        padding-bottom: 20px;
    }
    .export {
        margin: 0;
    }
    .economy #innerPart,
    .export .innerRight,
    .innerLeft {
        padding-left: 0;
        padding-right: 0;
    }
    .researcPubInner .innerRight,
    .researchInnerWrap .innerLeft,
    .researchInnerWrap .innerRight {
        margin-top: 15px;
        width: 100%;
    }
    .researcPubInner .innerLeft {
        margin-top: 15px;
        padding-top: 15px;
        width: 100%;
    }
    .rearchinfoWrap .innerRight {
        margin-top: 15px;
        width: 100%;
    }
    .rearchinfoWrap .innerLeft {
        margin-top: 15px;
        padding-top: 15px;
        width: 100%;
    }
    .refineSearchInner .innerRight {
        margin-top: 15px;
        width: 100%;
    }
    .refineSearchInner .innerLeft {
        margin-top: 15px;
        padding-top: 15px;
        width: 100%;
    }
    .pollWrap {
        padding: 0 15px;
    }
    .pollWrap .innerLeft,
    .pollWrap .innerRight {
        margin-top: 15px;
    }
    .searcWrap .innerLeft {
        padding-right: 0;
    }
    .searcWrap .searchLeft {
        width: 100%;
        padding: 15px;
    }
    .rearch_sub_section .searchIbef .jqtransformdone .searchLeft2 {
        width: 50%;
        float: left;
    }
    .innerDetalWrap .innerRight {
        margin-top: 15px;
        width: 100%;
    }
    .innerDetalWrap .innerLeft {
        margin-top: 15px;
        padding-top: 15px;
        width: 100%;
    }
    .inerviewDetialWrap .innerRight {
        margin-top: 15px;
        width: 100%;
    }
    .inerviewDetialWrap .innerLeft {
        padding-left: 0;
        margin-top: 15px;
        padding-top: 15px;
        width: 100%;
    }
    .inerviewDetialWrap .innerLeft .mediaPart {
        width: 100%;
    }
    .ExportSection2 .imageRoll img:first-child {
        width: 85%;
    }
    .stateWrapper #innerPart,
    .stateWrapper .innerLeft,
    .stateWrapper .tabPart {
        margin-top: 15px;
    }
    .stateInner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .stateWrapper .innerLeft .statePart img {
        width: auto;
    }
    .stateInner .innerRight {
        padding-left: 0;
        padding-right: 0;
    }
    .stateInner .pbannerRgt h2 {
        font-size: 14px;
    }
    .stateInner .bannerText {
        font-size: 10px;
        line-height: 12px;
    }
    #innerPart {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0;
    }
    #innerPart .innerRight {
        padding-left: 0;
        padding-right: 0;
    }
    .deskPadding .ideaimg {
        width: 100%;
    }
    .economyPart .col-lg-3,
    .economyPart .col-md-3,
    .economyPart .col-sm-3 {
        padding-left: 15px;
    }
    #globalWrapper .containerPostIndia .col-xs-6,
    #globalWrapper .containerPostIndia .col-xs-6:last-child {
        margin-top: 30px;
        margin-left: 15px;
        margin-right: 15px;
        width: 46%;
    }
    .industryTophead .col-lg-9 {
        width: 62%;
    }
    .contentPart .ideaimg {
        width: 50%;
        padding-left: 15px;
    }
    .stateSection .col-md-6 {
        width: 50%;
        background-color: #fff;
        padding-left: 0;
    }
    .stateSection p.ideasText2 {
        height: 140px;
    }
    .stateBoxes .col-md-3 .box240L {
        padding-left: 15px;
    }
    .stateBoxes .col-md-6:first-child {
        padding-bottom: 15px;
    }
    .StateLandingRow1 .StateUpdates {
        margin-left: 0;
    }
    .ExportSection2 {
        padding: 0 15px;
    }
    .MediaEventsSection3 .mediaEventBox .event-section {
        width: 100%;
    }
    .MediaEventsSection3 .interviewTab li {
        width: 50%;
        min-height: 77px;
    }
    .FilmSection .video_container {
        width: 100%;
        margin: 0;
    }
    .FilmSection .video-description_container {
        width: 50%;
        max-width: 50%;
        padding: 0;
        margin: 5px 0;
    }
    .FilmSection .video-description_container .col1 {
        width: 100%;
        max-width: 100%;
        border: none;
        text-align: center;
    }
    .FilmSection .video_container a img {
        border: 3px solid #eaeaea;
    }
    .FilmSection .video-description_container .col2 {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .FilmSection .video_title_inner {
        display: inline-block;
        width: 65%;
        margin: 5px 0;
        font-size: 12px;
    }
    .ImgGallerySection ul.mediaGallery li {
        width: 250px;
    }
    .industrycontentPart #categoryNews .box231,
    .rearch_sub_section .NewResearchForm .jqtransformdone .searchLeft2 {
        width: 100%;
    }
    #globalWrapper .PollInerSection {
        margin-top: 20px;
    }
    .containerPostIndia > .col-md-6 {
        padding-left: 15px;
    }
    .innerDetalWrap ul.tabNav {
        width: 97%;
    }
    .error404 p a {
        color: #4d4d4d;
        display: inline-block;
    }
    .error404 p {
        font-size: 10px;
    }
}
@media screen and (max-width: 768px) {
    .LogoSection a img {
        width: 100%;
    }
    ul.top-social {
        float: left;
        left: 328px;
        margin: 0 auto;
        overflow: hidden;
    }
    .MobMenu.responsive_menu {
        display: block;
        right: 70px;
        top: -24px;
    }
    .top-social_new {
        position: absolute;
        right: 48px;
        top: -72px !important;
        z-index: 1001 !important;
    }
    ul.top-social li {
        display: inline;
        float: none;
        margin: 7px 0 !important;
        text-align: center;
    }
    ul.nav-topLink {
        width: 100%;
        margin: auto;
    }
    ul.navbar .DisNone {
        display: none;
    }
    .navbar .nav-topLink li {
        margin: 0 5px;
        display: inline;
        float: none !important;
    }
    .NavSection {
        background-color: #f2f2f2;
        border: 1px solid #ddd;
        margin-top: 11px;
    }
    .navbar .nav-topLink li a {
        display: inline-block;
        font-size: 11px;
        line-height: 12px;
        padding: 10px 0 7px;
        text-transform: uppercase;
        text-align: center;
    }
    ul.nav-topLink {
        float: none;
        text-align: center;
    }
    .navbar .nav-topLink li a:hover {
        border-bottom: medium none;
        color: #080;
        text-decoration: none;
        line-height: 12px;
        padding: 10px 0 7px;
    }
    .nav-topLink a.homeIconLinkTop {
        background: url(/web/20220110165943im_/https://www.ibef.org/images/homeIcon.png) 0 4px no-repeat rgba(0, 0, 0, 0) !important;
    }
    .nav-topLink a.homeIconLinkTop:hover {
        background: url(/web/20220110165943im_/https://www.ibef.org/images/homeIconHover.png) 0 4px no-repeat rgba(0, 0, 0, 0) !important;
    }
    .wid,
    .wid-live {
        background: #fff;
        margin: auto !important;
        border-radius: 5px;
    }
    .wid {
        width: 100% !important;
        padding: 10px;
    }
    .wid-live {
        width: 100%;
        padding: 20px;
    }
    .text ul {
        margin: 5px 0 !important;
    }
    .no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media screen and (max-width: 667px) {
    ul.top-social {
        float: left;
        left: 287px;
        margin: 10px auto 0;
        overflow: hidden;
    }
    .wid,
    .wid-live {
        background: #fff;
        margin: auto !important;
        border-radius: 5px;
    }
    .wid {
        width: 100% !important;
        padding: 10px;
    }
    .wid-live {
        width: 100%;
        padding: 20px;
    }
    .text ul {
        margin: 5px 0 !important;
    }
    .no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media screen and (max-width: 640px) {
    .LogoSection a img {
        width: 100%;
    }
    ul.top-social {
        float: left;
        left: 280px;
        margin: 10px auto 0;
        overflow: hidden;
    }
    .MobMenu.responsive_menu {
        display: block;
        right: 70px;
        top: -24px;
    }
    .top-social_new {
        position: absolute;
        right: 48px;
        top: -72px !important;
        z-index: 1001 !important;
    }
    ul.top-social li {
        display: inline;
        float: none;
        margin: 7px 0 !important;
        text-align: center;
    }
    .innerDetalWrap ul.tabNav {
        width: 94%;
    }
    .innerDetalWrap .teamImg {
        margin-bottom: 15px;
        margin-top: 0;
        width: 25%;
    }
    .tabPart h1 {
        font-size: 13px !important;
        margin: 0 5px;
    }
    .tablesaw tbody th,
    .tablesaw td {
        vertical-align: middle;
        font-size: 10px;
    }
    span.tablesaw-cell-content {
        font-size: 10px !important;
    }
    span.tablesaw-cell-content a {
        font-size: 11px !important;
    }
    h3.innerheadGrey {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }
    .text ul {
        margin: 5px 0 !important;
    }
    .breadcrumbs li a {
        font-size: 9px;
        padding: 5px !important;
    }
    .no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media screen and (max-width: 620px) {
    #slides,
    #slideshome,
    .slides_container {
        height: 190px;
    }
    .export ul.tabNav li,
    ul.tabNav li a {
        font-size: 12px;
    }
    .box1-4 .col-xs-3:nth-child(2n + 1),
    .grid-section .col-xs-3:nth-child(2n + 1),
    .news-section .col-xs-3:nth-child(2n + 1) {
        clear: left;
    }
    #colorbox {
        top: 50px !important;
    }
    .media-box-2 .imageRoll img:first-child,
    .media-box-4 .imageRoll img:first-child,
    .mediabox2 .imageRoll img:first-child,
    .mediabox3 .imageRoll img:first-child {
        width: 100%;
    }
    #innerPart,
    #innerPart .innerRight {
        margin-top: 15px;
    }
    #innerPart .innerLeft {
        margin-top: 15px;
        padding-left: 0;
        padding-right: 0;
    }
    .export .innerRight {
        padding-top: 0;
        padding-bottom: 15px;
    }
    .ideaimg img {
        max-width: 100%;
    }
    .footer-centered a {
        font-size: 12px;
        line-height: 22px;
    }
    .HomeNewsRow .container4row .col-lg-3 iframe.featureFrame {
        min-height: 212px;
    }
    ul.features {
        width: 70%;
    }
    #blogsShowcase ul.textTab li span {
        width: 80%;
    }
    .slides_container div.content {
        width: 46%;
    }
    .slides_container div img {
        width: 51%;
    }
    ul.tabNav li a {
        width: 100%;
    }
    ul.tabNav2 li {
        width: 50%;
        margin-top: 4px;
    }
    h3.searchHead {
        width: 100%;
        padding-bottom: 11px;
    }
    table.tlayout td.headText2 p span.list2 a {
        font-size: 14px;
    }
    .economyArea .col-xs-3,
    .news-section .col-xs-3 {
        width: 50%;
    }
    .box1-4 {
        width: 100%;
    }
    .box1-4 .col-xs-3 {
        width: 50%;
    }
    .IndustryContent .col-md-9 {
        width: 59%;
    }
    .IndustryContent .col-md-3 {
        width: 40%;
    }
    .innerBannerCommon .col-md-3,
    .innerBannerCommon .exploreLeft {
        width: 100%;
    }
    .innerBannerCommon .MyBanBox {
        width: 100%;
        margin-top: 12px;
    }
    .phamaQuotes {
        width: 90%;
    }
    .rearch .col-xs-3 {
        width: 100%;
    }
    .publication {
        margin-bottom: 15px;
    }
    .grid-section .col-xs-3 {
        width: 50%;
    }
    .posterInner .newIndustryLeft {
        min-width: 100%;
        padding-right: 19px;
    }
    .posterInner .innerLeft {
        width: 100%;
    }
    ul.poster-info-ul {
        width: 100%;
        margin: auto 0;
        padding: auto 0;
    }
    ul.poster-info-ul li {
        float: left;
        width: 25%;
        padding: 10px 0;
        margin: auto 0;
    }
    .exportLanding .box490L {
        width: 100%;
    }
    .filmPart .col-xs-3 {
        width: 50%;
    }
    .mediaEventBox .col-xs-6 {
        width: 100%;
    }
    .mediaEventBox .col-xs-3 {
        width: 50%;
    }
    .rearchinfo .col-xs-3 {
        width: 100%;
    }
    .rearchinfo .ul.eco li {
        line-height: 16px;
        font-size: 14px;
    }
    .rearch_sub_section .col-xs-3 {
        width: 100%;
        marging-bottom: 20px;
    }
    .frm-refine .searchSelect .jqTransformSelectWrapper {
        max-width: 150px !important;
    }
    .publicationPopup {
        width: 100%;
    }
    .publicationLeft {
        width: 100%;
        padding: 15;
    }
    .publicationLeft img {
        width: auto;
        height: auto;
    }
    .publicationRight {
        width: 100%;
        float: left;
        position: relative;
        padding: 15px;
    }
    .myProfilePart .col-xs-3,
    .subscribeInner .col-xs-3,
    .userSignupfrm .col-xs-3 {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .rearch_sub_section .innerLeft,
    .rearch_sub_section .innerRight {
        margin-top: 15px;
    }
    .userSignupfrm .myIbef {
        width: 100%;
    }
    .myProfilePart .myIbef,
    .subscribeInner .myIbef {
        width: 100%;
    }
    .myProfilePart .innerRight,
    .subscribeInner .innerRight {
        padding-left: 15px;
        padding-right: 15px;
    }
    .industryTophead .col-md-3,
    .industryTophead .col-sm-3 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .industryTophead .col-md-9,
    .industryTophead .col-sm-9 {
        padding-left: 0;
        padding-right: 0;
    }
    .industryTophead .col-md-3,
    .industryTophead .exploreLeft {
        max-width: 100%;
    }
    .industryTophead .box-2-9 {
        width: 100%;
    }
    #slides2 .slides_container {
        height: 95%;
        overflow-y: hidden;
    }
    #slides2 .slides_container div.slide {
        height: 100%;
    }
    .industryTophead .slide h3 {
        font-size: 16px;
    }
    .industryTophead .slide p {
        font-size: 10px;
    }
    .stateInner .innerLeft,
    .stateInner .innerRight {
        margin-top: 20px;
    }
    .innerBanner .exploreLeft .pharmaPart {
        width: 100%;
    }
    .LeftMobileContainer {
        margin-bottom: 15px;
        display: inline-block;
    }
    .LeftDekstopContainer {
        display: none;
    }
    .EconomySection .col-lg-3 .imageRoll img:first-child {
        width: 100%;
    }
    .ExportSection1 #categoryNews {
        width: 100%;
        margin: 0 0 15px;
        float: left;
    }
    .ExportSection1 #categoryNews .box231 {
        width: 100%;
    }
    .ExportSection1 .opportunityBox {
        width: 100%;
        margin-bottom: 15px;
        padding: 10px 15px;
    }
    .wid,
    .wid-live {
        background: #fff;
        margin: auto !important;
        border-radius: 5px;
    }
    .ExportSection1 .opportunityBox ul {
        width: 100%;
    }
    .ExportSection1 .opportunityBox ul li {
        padding: 1% 0;
    }
    .exportLanding ul.exportTab li {
        width: 48%;
    }
    ul.exportTab li span {
        width: 65%;
    }
    .ExportSection1 ul.news {
        height: auto;
    }
    .researchSection2 .col-md-3 {
        min-height: 315px;
    }
    .MediaEventsSection1 .media-box-2 .imageRoll img:first-child {
        width: 80%;
    }
    .FilmSection .video_title {
        width: 100%;
    }
    .ImgGallerySection ul.mediaGallery li {
        width: 97%;
    }
    .ImgGallerySection ul.mediaGallery {
        width: 100%;
    }
    .ImgGallerySection ul.mediaGallery .galleryMiddle img {
        width: auto;
    }
    .ImgGallerySection .galleryMiddle {
        width: 70%;
    }
    .ImgGallerySection span.eventGalleryTitle {
        font-size: 13px !important;
    }
    #lightbox-container-image-box {
        width: 90% !important;
        height: auto !important;
        padding-bottom: 8px !important;
    }
    #lightbox-container-image img#lightbox-image {
        width: 100%;
    }
    #lightbox-container-image-data-box {
        width: 90% !important;
    }
    .PollInerSection .pollBar span.bottomBar {
        width: 58%;
    }
    .navbar .nav-topLink li a {
        text-transform: capitalize;
        font-size: 12px;
    }
    .wid {
        width: 100% !important;
        padding: 10px;
    }
    .wid-live {
        width: 100%;
        padding: 20px;
    }
    .text ul {
        margin: 5px 0 !important;
    }
    .breadcrumbs li a {
        font-size: 9px;
        padding: 5px !important;
    }
    .no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media screen and (max-width: 568px) {
    ul.top-social {
        float: left;
        left: 229px;
        margin: 10px auto 0;
        overflow: hidden;
    }
    .wid,
    .wid-live {
        background: #fff;
        margin: auto !important;
        border-radius: 5px;
    }
    .wid {
        width: 100% !important;
        padding: 10px;
    }
    .wid-live {
        width: 100%;
        padding: 20px;
    }
    .text ul {
        margin: 5px 0 !important;
    }
    .breadcrumbs li a {
        font-size: 9px;
        padding: 5px !important;
    }
    .no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media screen and (max-width: 520px) {
    .HomeNewsRow .container4row .col-lg-3 iframe.featureFrame,
    .sectorNews > .col-xs-5 > ul.ecoHigh {
        min-height: auto;
    }
    #colorbox {
        top: 50px !important;
    }
    .ibefCafe ul li,
    .ibefCafe ul li.poll {
        width: 99%;
        padding-right: 0;
        float: left;
    }
    header .navbar {
        margin-bottom: 6px;
    }
    .ibefTickerUpdates {
        margin-bottom: 5px;
    }
    #bannerArea .ibefCafe ul li {
        width: 100%;
        float: left;
    }
    .ibefCafe ul li:last-child {
        width: 100%;
    }
    a.homeIconLinkTop {
        background: url(/web/20220110165943im_/https://www.ibef.org/images/homeIcon.png) no-repeat rgba(0, 0, 0, 0) !important;
    }
    .navbar .nav-topLink li {
        margin: 0 5px;
    }
    .navbar .nav-topLink li a {
        font-size: 11px;
        padding: 10px 0 7px;
        display: inline-block;
        line-height: 12px;
        text-transform: uppercase;
    }
    .navbar .nav-topLink li a:hover {
        text-decoration: none;
        color: #080;
        border-bottom: none;
    }
    .innerRight {
        padding-left: 19px;
    }
    #searchPart .browse {
        margin: 15px 0;
    }
    ##innerPart,
    #innerPart .innerRight,
    header .nav-topLink {
        margin-top: 0;
    }
    .siteSearch .searchInput {
        float: right;
        clear: right;
    }
    ul.tabNav3 li {
        width: 48%;
    }
    .sectorNews .col-xs-5 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    h3.industryHeading {
        font-size: 14px;
    }
    .IndustryContent .col-md-9 {
        width: 100%;
    }
    .IndustryContent .col-md-3 {
        width: 100%;
        margin-bottom: 20px;
    }
    .IndustryContent .newIndustryRight .col-md-4 {
        padding: 0;
    }
    ul.industryText li {
        font-size: 12px;
    }
    .container4row iframe {
        margin-bottom: 8px;
    }
    ul.features {
        width: 84%;
    }
    .travel-photo .imageRoll img,
    .travel-text {
        width: 100%;
    }
    .stateInner .innerLeft .statePart img,
    .stateSelect .jqTransformSelectWrapper {
        width: auto;
    }
    .export .apparelArrow {
        background: url(/web/20220110165943im_/https://www.ibef.org/images/arrow.png) 0 30px no-repeat rgba(0, 0, 0, 0);
    }
    .exportLanding .col-xs-3,
    .exportLanding .pharmaQuote2,
    .exportLanding .quoteText3 {
        width: 100%;
    }
    .exportLanding .quoteText3 h3 {
        font-size: 14px;
    }
    .mediaEventBox .col-sm-3:last-child {
        width: 100%;
        margin: 15px 0;
    }
    .mediaEventBox ul.interviewTab li span {
        width: auto;
        float: none;
    }
    .mediabox2 .imageRoll img:first-child,
    .mediabox3 .imageRoll img:first-child {
        height: 145px;
    }
    .DisNone {
        display: none;
    }
    .navbar .DisNone {
        display: none !important;
    }
    .containerRowMobile100 > .container4row > .col-lg-3 {
        width: 100%;
        min-height: auto;
        margin-bottom: 15px;
    }
    .deskPadding .col-sm-6 {
        width: 100% !important;
    }
    .LogoSection {
        text-align: center;
        padding: 10px 0;
        margin: 0;
    }
    .navbar .LogoSection .brand {
        margin: 0 auto;
    }
    .headRight {
        width: 100%;
        float: right;
    }
    ul.top-social {
        text-align: center;
    }
    ul.top-social li {
        display: inline;
    }
    .navbar .nav-topLink li {
        display: inline;
        float: none !important;
    }
    .NavSection {
        background-color: #f2f2f2;
        border: 1px solid #ddd;
        margin-top: 11px;
    }
    ul.nav-topLink {
        float: none;
        text-align: center;
    }
    .LogSpecial {
        display: block;
    }
    .mainNav li.login,
    .search-section {
        display: none;
    }
    header {
        padding-top: 0;
    }
    .MobSearch {
        padding: 0;
        margin: 4px 0 0;
        width: 100%;
        display: block;
        min-height: 38px;
    }
    .MobSearch .form-inline {
        border: 2px solid #fe8e15;
        overflow: hidden;
        border-radius: 5px;
    }
    .MobSearch .form-inline input[type="text"] {
        width: 65%;
        background: url(https://web.archive.org/web/20220110165943im_/https://www.ibef.org/images/search-icon.png) center left 10px no-repeat, url(https://web.archive.org/web/20220110165943im_/https://www.ibef.org/images/mobile-input-bg.png) center bottom repeat-x;
        border: none;
        border-radius: 0;
        color: #5b5b5b;
        font-size: 11px;
        font-weight: 600;
        height: 32px;
        outline: 0;
        padding: 0 30px;
        text-indent: 0;
    }
    .MobSearch button {
        background: #f07d00;
        background: -moz-linear-gradient(top, #f07d00 0, #ff8809 100%);
        background: -webkit-linear-gradient(top, #f07d00 0, #ff8809 100%);
        background: linear-gradient(to bottom, #f07d00 0, #ff8809 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f07d00', endColorstr='#ff8809', GradientType=0);
        border: none;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        color: #fff;
        float: right;
        font-size: 13px;
        font-weight: 700;
        height: 32px;
        margin: 0;
        outline-style: none;
        text-align: center;
        text-transform: uppercase;
        width: 35%;
        text-shadow: 0 0 3px #999;
    }
    .MobSearch button:hover {
        background-color: #01963e;
        border: none;
    }
    .MobSearch button i {
        font-size: 22px;
    }
    .top-social img {
        width: 28px;
    }
    .containerPostIndia .imageRoll img:first-child {
        width: 100%;
    }
    .innerDetalWrap .text .width226 {
        width: 50%;
    }
    .interviewInnerWrap ul.mediaGallery li {
        width: 50%;
        padding-right: 15px;
        float: left;
    }
    .interviewInnerWrap ul.mediaGallery li .descintrvdesc {
        width: 25%;
    }
    .interviewInnerWrap ul.mediaGallery li .galleryTop {
        height: 113px;
    }
    .MobSearch .jqTransformInputWrapper {
        background: 0 0;
        width: 80% !important;
    }
    .MobSearch .jqTransformInputInner {
        background: 0 0;
    }
    .LogoSection a img {
        width: 50%;
        float: left;
    }
    .ibCafenew {
        display: none;
    }
    .economy #bannerArea .col-lg-6 {
        width: 100%;
    }
    .pollMobile {
        width: 100%;
        margin-top: 30px;
        display: block;
    }
    .pollMobileRow {
        margin: 0;
        padding: 0;
        width: 100%;
        list-style: none;
    }
    .pollMobileRow li {
        display: inline-block;
        width: 49%;
    }
    .pollMobileRow li a {
        min-height: 130px;
        width: 100%;
        color: #fff;
        float: left;
        text-align: center;
    }
    .pollMobileRow li a span {
        display: block;
        text-align: center;
        width: 100%;
        font-size: 16px;
        
    }
    .pollMobileRow li a i {
        font-size: 25px;
        margin: 25px 0 15px;
        padding: 14px;
        background-color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    .pollMobileRow li a i:hover {
        -webkit-box-shadow: -1px -1px 5px 0 rgba(50, 50, 50, 0.75);
        -moz-box-shadow: -1px -1px 5px 0 rgba(50, 50, 50, 0.75);
        box-shadow: -1px -1px 5px 0 rgba(50, 50, 50, 0.75);
    }
    .pollMobileRow li.myPoll a {
        background-color: #619919;
    }
    .pollMobileRow li.myPoll a i {
        color: #619919;
    }
    .pollMobileRow li.myBlog a i {
        color: #dc6800;
    }
    .pollMobileRow li.myBlog a {
        background-color: #dc6800;
    }
    .pollMobileRow li.myBlog {
        float: right;
    }
    .jqTransformSafari .jqTransformInputInner div input {
        height: auto;
        top: auto;
    }
    #slides .next,
    #slideshome .next {
        right: 0;
    }
    .navbar .nav-topLink li a.log_effect {
        color: #fff;
        background-color: #000;
        padding-left: 8px;
        padding-right: 8px;
        border-bottom: 1px solid #000;
    }
    .stateSection .col-md-6:first-child {
        width: 100%;
        box-shadow: 0 0 2px 1px #dfdfdf;
        -moz-box-shadow: 0 0 2px 1px #dfdfdf;
        -webkit-box-shadow: 0 0 2px 1px #dfdfdf;
        -o-box-shadow: 0 0 2px 1px #dfdfdf;
        padding-left: 15px;
        text-align: center;
    }
    .stateSection p.ideasText2 {
        height: auto;
        padding-bottom: 10px;
    }
    .stateSection .col-md-6 .imageRoll img:first-child {
        width: auto;
    }
    .stateSection .col-md-6 .imageRoll .imgText {
        width: 100%;
    }
    .exportLanding ul.exportTab li {
        width: 100%;
        margin: 5px 0;
    }
    ul.exportTab li span {
        width: 80%;
    }
    .ExportSection2 .pharmaQ {
        width: 100%;
    }
    .ExportSection2 .mediabox3 {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .ExportSection2 .mediabox3 .col-md-6 {
        width: 50%;
    }
    .ExportSection2 .mediabox3 .col-md-6:first-child {
        padding-left: 0;
    }
    .ExportSection2 .mediabox3 .col-md-6:last-child {
        padding-right: 0;
    }
    .researchSection .ResearchMediabox,
    .researchSection .col-md-3 {
        width: 100%;
        padding: 0 15px;
    }
    .researchSection2 .col-md-3 {
        width: 100%;
        min-height: auto;
        margin: 10px 0;
        padding: 0;
        background-color: #fff;
        border: none;
    }
    .researchSection .ResearchMediabox .col-md-6 {
        width: 50%;
        text-align: center;
    }
    .researchSection .ResearchMediabox .col-md-6:first-child {
        padding-left: 0;
    }
    .researchSection .ResearchMediabox .col-md-6:last-child {
        padding-right: 0;
    }
    .researchSection .ResearchMediabox .col-md-6 .imageRoll {
        box-shadow: 0 0 2px 1px #dfdfdf;
        -moz-box-shadow: 0 0 2px 1px #dfdfdf;
        -webkit-box-shadow: 0 0 2px 1px #dfdfdf;
        -o-box-shadow: 0 0 2px 1px #dfdfdf;
        padding: 15px;
    }
    .researchSection .imageRoll img:first-child {
        margin: 0;
    }
    .ExportSection2 .col-md-6 {
        width: 100%;
        margin-top: 10px;
    }
    .ExportSection2 .ResearchCase {
        padding-left: 0;
        padding-right: 0;
    }
    #bannerArea {
        margin-top: 10px;
    }
    .MediaEventsSection2 .contentPart .col-lg-3:last-child,
    .MediaEventsSection2 .media-box-2,
    .MediaEventsSection2 .media-box-2 .imageRoll img:first-child {
        width: 100%;
    }
    .media-box-4 .imageRoll img:first-child {
        width: auto;
    }
    .MediaEventsSection3 .interviewTab {
        margin-top: 20px;
    }
    .MediaEventsSection3 .interviewTab li {
        min-height: auto;
        width: 100%;
    }
    .FilmSection .video-description_container {
        max-width: 100%;
        width: 100%;
    }
    .FilmSection .video-description_container .col2 {
        width: 65%;
        max-width: 100%;
        text-align: left;
    }
    .FilmSection .video-description_container .col1 {
        width: auto;
    }
    .FilmSection .video_title_inner {
        width: 90%;
    }
    .ImgGallerySection ul.mediaGallery li {
        width: 96%;
    }
    #globalWrapper .researchSection2 .col-md-6 {
        width: 100%;
        padding: 0;
    }
    .containerPostIndia .col-md-6 .box231,
    .containerPostIndia .col-md-6 .box231:last-child {
        width: 100%;
    }
    .archivesText {
        left: 50px;
        top: -5px;
    }
    .generalElection li {
        background: #f2f2f2;
        width: 100%;
        margin: 0 0 5px;
    }
    .generalElection li.mleft0,
    .generalElection li:first-child {
        margin-left: 0;
    }
    ul.top-social {
        float: left;
        left: 80px;
        margin: 10px auto 0;
        overflow: hidden;
        width: 33%;
    }
    .LogoSection {
        width: 50%;
    }
    .MobMenu.responsive_menu {
        display: block !important;
        right: 70px;
        top: -24px;
    }
    .top-social_new {
        position: absolute;
        right: -45px;
        top: -86px !important;
        z-index: 10 !important;
    }
    ul.top-social li {
        float: none;
        margin: 7px 0 !important;
        text-align: center;
    }
    .wid,
    .wid-live {
        background: #fff;
        margin: auto !important;
        border-radius: 5px;
    }
    .wid {
        width: 100% !important;
        padding: 10px;
    }
    .wid-live {
        width: 100%;
        padding: 20px;
    }
    .text ul {
        margin: 5px 0 !important;
    }
    .breadcrumbs li a {
        font-size: 9px;
        padding: 5px !important;
    }
    .no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .ibefnews {
        width: 100%;
        padding: 0px 0px;
        float: none;
        clear: both;
    }
    .ibefnews li {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .grid-section .col-xs-3:nth-child(2n + 1),
    .rearch_sub_section .searchIbef .jqtransformdone .searchLeft2 {
        clear: left;
    }
    ul.top-social {
        float: left;
        left: 0;
        margin: 14px auto 0;
        overflow: hidden;
    }
    #colorbox {
        top: 50px !important;
    }
    .slides_container div img {
        width: 100%;
        min-height: auto;
    }
    .slides_container div.content {
        width: 100%;
        bottom: 0;
        text-align: center;
        padding: 0 10px;
    }
    ul.pagination {
        width: 60%;
        bottom: 0;
        display: none;
    }
    .HomeNewsRow .container4row .col-lg-3 iframe.featureFrame {
        min-height: 163px;
    }
    ul.features {
        width: 80%;
    }
    #blogsShowcase ul.textTab li span {
        width: 72.5%;
    }
    .HomeNewsRow .container4row .whatsNew iframe {
        min-height: auto;
        margin-bottom: 0;
    }

    
    .mediabox2 .imageRoll img:first-child,
    .mediabox3 .imageRoll img:first-child {
        width: 100%;
        height: 142px;
    }
    .box1 .imageRoll .imgText2,
    .box2 .imageRoll .imgText2,
    .mediabox2 .imageRoll .imgText {
        min-height: 100%;
    }
    .ideafrm2,
    .ideaimg {
        width: 100%;
        display: none;
    }
    ul.tabNav li {
        margin-right: 0;
        padding: 1%;
        width: 100%;
    }
    ul.tabNav2 li {
        width: 50%;
    }
    .box1-4,
    .box1-4 .col-xs-3,
    .economyArea .col-xs-3,
    .indusImg img,
    .industry .indusImg img,
    .news-section .col-xs-3,
    .travel-photo .imageRoll img,
    .travel-text {
        width: 100%;
    }
    .container4row iframe {
        min-height: 158px;
    }
    .container4row2 .col-lg-3 {
        min-height: auto;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .paginationBlog {
        margin-left: 0;
    }
    .IndustryContent .col-md-3 {
        padding: 0 15px;
        margin: 0 !important;
    }
    .IndustryContent .col-md-9 {
        padding: 0 15px !important;
        margin: 0 !important;
    }
    .newIndustryLeft {
        margin-right: 0;
    }
    .IndustryContent {
        padding: 0;
    }
    .innerBannerCommon .col-md-3 {
        padding: 0 !important;
    }
    .MyBanPadd {
        padding: 0 15px !important;
    }
    .innerBannerCommon .exploreLeft {
        padding: 0;
    }
    ul.siteSearch li.searchMenu {
        float: right;
    }
    li.searchInput .jqTransformInputInner div input#searchKey {
        padding: 0 5px;
        border: 1px solid #f2f2f2;
    }
    li.searchInput .searchButton {
        padding: 0;
        margin: 0;
        width: auto;
    }
    .col-xs-6 .caseStudy,
    .grid-section .col-xs-3,
    .grid-section .col-xs-6,
    .interviewContainer,
    .rearch .col-xs-3,
    .rearch_sub_section table.tlayout img {
        width: 100%;
    }
    .publication {
        margin-bottom: 15px;
    }
    .grid-section .featuresBox img {
        margin-right: 5px;
    }
    .interviewContainer .interviewImageContainer {
        width: auto;
        float: left;
    }
    .interviewImageContainer a.youtube img,
    .interviewImageContainer img {
        width: 100%;
    }
    .interviewContainer .interviewContentMain {
        width: auto;
        float: left;
        margin-left: 0;
    }
    ul.poster-info-ul {
        width: 100%;
        margin: auto 0;
        padding: auto 0;
    }
    ul.poster-info-ul li {
        float: left;
        width: 50%;
        padding: 10px 5px;
        margin: auto 0;
    }
    ul.poster-info-ul li img {
        width: 100%;
    }
    ul.exportTab ul {
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
    }
    .filmbox2 > .col-md-6 {
        width: 100%;
    }
    .filmbox2 .col-md-6 .imageRoll {
        padding: 15px;
        width: 100%;
    }
    .filmbox2 .imageRoll img {
        width: 100%;
    }
    .filmbox2 .imageRoll .imgText {
        height: 100%;
        width: 100%;
    }
    .filmPart .col-xs-3 {
        width: 50%;
    }
    .innerDetalWrap ul.team,
    .mediaEventBox .col-xs-3,
    .mediaEventBox .col-xs-6 {
        width: 100%;
    }
    .innerDetalWrap ul.team li {
        width: 100%;
        margin-bottom: 15px;
        float: left;
    }
    .interviewInnerWrap ul.mediaGallery li {
        width: 100%;
        padding-right: 15px;
        float: left;
    }
    .interviewInnerWrap ul.mediaGallery li .descintrvdesc {
        width: 50%;
    }
    .deskPadding .box481L h3.heading6 {
        font-size: 18px;
    }
    .containerPostIndia .col-xs-6,
    .containerPostIndia .col-xs-6:last-child {
        width: 94%;
    }
    #slides,
    #slideshome,
    .slides_container {
        height: 258px;
    }
    #bannerArea .content {
        top: 193px;
        position: absolute;
        background-color: transparent;
        padding: 0;
    }
    .EconomySection .col-lg-3 .imageRoll img:first-child {
        width: auto;
    }
    .EconomySection .pharmaEco .col-md-3 {
        min-height: auto;
    }
    .ExportSection2 .mediabox3 .col-md-6 {
        width: 100%;
    }
    .ExportSection2 .mediabox3 .col-md-6:first-child,
    .ExportSection2 .mediabox3 .col-md-6:last-child {
        padding: 0;
    }
    .ExportSection2 .imageRoll img:first-child {
        width: auto;
        height: auto;
        min-height: auto;
    }
    .researchSection .ResearchMediabox .col-md-6 {
        width: 100%;
    }
    .researchSection .ResearchMediabox .imageRoll img:first-child {
        width: auto;
    }
    .MediaEventsSection1 .media-box-2 .col-md-6 {
        width: 100%;
        padding: 0;
    }
    .MediaEventsSection1 .media-box-2 .imageRoll img:first-child {
        width: auto;
    }
    .MediaEventsSection2 .media-box-2 {
        padding-right: 15px;
    }
    .MediaEventsSection2 .col-md-6,
    .MediaEventsSection2 .contentPart .imageRoll {
        width: 100%;
    }
    .MediaEventsSection2 .media-box-2 .imageRoll img:first-child {
        width: auto;
    }
    .MediaEventsSection2 .col-md-6 .col-md-6 {
        width: 100%;
        padding: 0;
    }
    .MediaEventsInterview .innerRight ul.mediaGallery li span {
        float: left;
        width: 64%;
    }
    .posterInner ul.mediaGallery li {
        width: 96.5%;
    }
    .posterInner .poster-info-ul img {
        height: 360px;
    }
    .FilmSection .video-description_container .col2 {
        width: 55%;
    }
    .ImgGallerySection ul.mediaGallery li {
        width: 94%;
        min-height: auto;
    }
    .ImgGallerySection ul.mediaGallery .galleryMiddle img {
        width: auto;
    }
    .ImgGallerySection .galleryMiddle {
        width: 220px;
        padding: 0;
    }
    .researchInnerWrap table.tlayout tr td:first-child {
        width: 15%;
    }
    .PollInerSection .pollBar span.bottomBar {
        width: 45%;
    }
    #globalWrapper .containerPostIndia .col-xs-6,
    #globalWrapper .containerPostIndia .col-xs-6:last-child {
        float: left;
        margin-bottom: 0;
        margin-left: 15px;
        padding: 0 !important;
        width: 94%;
    }
    #globalWrapper .containerPostIndia .col-xs-6 .imageRoll img:first-child {
        width: auto;
    }
    #ContBlogIdeaRow h3.heading6 {
        font-size: 13px;
    }
    .polls_new {
        display: none;
    }
    .error404 p a {
        color: #4d4d4d;
        display: block;
    }
    .innerDetalWrap .teamImg {
        margin-bottom: 15px;
        margin-top: 0;
        width: 25%;
    }
    .wid,
    .wid-live {
        background: #fff;
        margin: auto !important;
        border-radius: 5px;
    }
    .wid {
        width: 100% !important;
        padding: 10px;
    }
    .wid-live {
        width: 100%;
        padding: 20px;
    }
    h3.heading,
    h3.heading3,
    h3.heading4,
    h3.heading5 {
        font-size: 14px !important;
    }
    .text ul {
        margin: 5px 0 !important;
    }
    .breadcrumbs li a {
        font-size: 9px;
        padding: 5px !important;
    }
    .no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media screen and (max-width: 430px) {
    .mediabox2 .imageRoll img:first-child,
    .mediabox3 .imageRoll img:first-child {
        width: 100%;
        height: 124px;
    }
    .HomeNewsRow .container4row .col-lg-3 iframe.featureFrame {
        min-height: 181px;
    }
    .MediaEventsInterview .innerRight ul.mediaGallery li span {
        float: left;
        width: 62%;
    }
    #colorbox {
        top: 50px !important;
    }
    .text ul {
        margin: 5px 0 !important;
    }
    .breadcrumbs li a {
        font-size: 9px;
    }
    .no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media screen and (max-width: 390px) {
    .mediabox2 .imageRoll img:first-child,
    .mediabox3 .imageRoll img:first-child {
        width: 100%;
        height: 115px;
    }
    .container4row iframe {
        min-height: 170px;
    }
    #colorbox {
        top: 50px !important;
    }
    .text ul {
        margin: 5px 0 !important;
    }
    .breadcrumbs li a {
        font-size: 9px;
        padding: 5px !important;
    }
    .no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media screen and (max-width: 360px) {
    #userLogin p {
        font-size: 9px !important;
    }
    #colorbox {
        top: 50px !important;
    }
    .LogoSection {
        text-align: left;
        width: 100%;
        padding-left: 15px;
    }
    .navbar-inverse .brand {
        float: none;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    ul.top-social {
        float: none !important;
        margin: 10px auto 0;
        width: 50%;
    }
    .jobApply,
    .jobD {
        float: left;
        width: 100%;
    }
    .NavSection {
        margin-top: 10px;
        width: 100%;
    }
    .containerRowTop .mediabox3 {
        padding-left: 0;
        padding-right: 0;
        display: none;
    }
    .containerRowTop .mediabox3 .box1,
    .containerRowTop .mediabox3 .box2 {
        width: 100%;
        padding-right: 0;
    }
    .container4row iframe {
        min-height: 175px;
    }
    .containerRowTop .mediabox3 .col-md-3:last-child,
    .mediabox2 > .col-md-6 {
        width: 100%;
    }
    .containerRowTop .mediabox2 .col-md-6 {
        padding-right: 0;
    }
    ul.features {
        width: 70%;
    }
    #blogsShowcase ul.textTab li span {
        width: 68%;
    }
    h3.heading6 span.iconImg {
        width: 85%;
    }
    .filmPart .col-xs-3,
    .media-box-2 > .col-md-6 {
        width: 100%;
    }
    .imgText,
    .media-box-2 .imageRoll .imgText2 {
        min-height: 100%;
    }
    ul.tabNav3 li {
        width: 96%;
    }
    .box-6-2 .col-xs-3,
    .box-6-2 .col-xs-6,
    .box-6-2 .opportunities,
    .indusImg img,
    .innerDetalWrap .text .width226,
    .mediabox2 .col-md-6:last-child,
    ul.tabNav2 li {
        width: 100%;
    }
    .paginationBlog a,
    .paginationBlog a:hvoer {
        max-width: 19px;
    }
    .box-6-2 .col-xs-6 {
        clear: right;
    }
    .publication .col-xs-6 {
        width: 100%;
        padding-right: 0;
    }
    .containerPostIndia .col-xs-6,
    .containerPostIndia .col-xs-6:last-child {
        width: 91%;
    }
    ul.pagination {
        bottom: 20px;
    }
    #bannerArea .content {
        margin-top: -38px;
    }
    #slides,
    #slideshome,
    .slides_container {
        height: 190px;
    }
    .mediabox2 .imageRoll img:first-child,
    .mediabox3 .imageRoll img:first-child {
        width: auto;
        height: auto;
    }
    .exportLanding ul.exportTab li {
        width: 100%;
        margin: 5px 0;
    }
    ul.exportTab li span {
        width: 73%;
    }
    .MediaEventsInterview .innerRight ul.mediaGallery li span {
        float: left;
        width: 55%;
    }
    .posterInner ul.mediaGallery li {
        width: 95.5%;
    }
    .posterInner .poster-info-ul img {
        height: 320px;
    }
    .ImgGallerySection ul.mediaGallery .galleryMiddle img {
        width: 100%;
    }
    .researchInnerWrap table.tlayout tr td:first-child {
        width: 45%;
    }
    .researchInnerWrap .formArea {
        padding: 5%;
    }
    .PollInerSection .pollBar span.bottomBar {
        width: 32%;
    }
    .archivesText {
        font-size: 13px;
        left: -120px;
        top: 45px;
    }
    #globalWrapper .containerPostIndia .col-xs-6,
    #globalWrapper .containerPostIndia .col-xs-6:last-child {
        width: 91%;
    }
    .innerDetalWrap .teamImg {
        margin-bottom: 15px;
        margin-top: 0;
        width: 25%;
    }
    .wid,
    .wid-live {
        background: #fff;
        margin: auto !important;
        border-radius: 5px;
    }
    #ContBlogIdeaRow h3.heading6 {
        font-size: 12px;
    }
    .polls_new {
        display: none;
    }
    .error404 p a {
        color: #4d4d4d;
        display: block;
    }
    .wid {
        width: 100% !important;
        padding: 10px;
    }
    .wid-live {
        width: 100%;
        padding: 20px;
    }
    .jobD {
        border-bottom: 4px solid #ccc;
        border-right: none !important;
        padding-right: 15px;
        margin-bottom: 10px;
    }
    .jobApply {
        padding-left: 0;
    }
    .text ul.trustee {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .text .jqTransformSelectWrapper {
        max-width: 100%;
        width: 100% !important;
    }
    .jqTransformSelectWrapper ul {
        background-color: #fff;
        border: 1px solid #ccc;
        height: 150px !important;
        left: 0;
        list-style: none;
        margin: 0;
        overflow: auto;
        padding: 0;
        position: absolute;
        top: 30px;
        width: 99% !important;
        z-index: 10;
    }
    .text ul {
        margin: 5px 0 !important;
    }
    .breadcrumbs li a {
        font-size: 9px;
        padding: 5px !important;
    }
    .no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    #colorbox {
        top: 50px !important;
        z-index: 11000 !important;
    }
    #userLogin p {
        font-size: 9px !important;
    }
    .LogoSection {
        text-align: left;
        width: 100%;
        padding-left: 15px;
    }
    .navbar-inverse .brand {
        float: none;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    #searchPart .browse {
        margin: 15px 0;
    }
    ul.tabNav li {
        font-size: 11px;
    }
    ul.top-social {
        width: 53%;
    }
    .searchInput .jqTransformInputWrapper,
    .searchInput .searchButton {
        float: right;
    }
    .siteSearch img {
        width: 60%;
    }
    .container4row iframe {
        min-height: 182px;
    }
    ul.poster-info-ul li {
        padding: 10px 5px;
    }
    ul.poster-info-ul li img {
        width: 100%;
    }
    ul.siteSearch li {
        width: 66%;
    }
    ul.pagination {
        bottom: 18px;
    }
    #bannerArea .content {
        margin-top: -40px;
    }
    .EconomySection .col-lg-3 .imageRoll img:first-child {
        width: 100%;
    }
    .innerDetalWrap .teamImg {
        margin-bottom: 15px;
        margin-top: 0;
    }
    .polls_new {
        display: none;
    }
    .LogoSection a img {
        width: 40%;
    }
    ul.top-social {
        float: left;
        left: 70px;
        margin: 20px auto 0;
        overflow: hidden;
    }
    .MobMenu.responsive_menu {
        display: block;
        right: 70px;
        top: -24px;
    }
    .top-social_new {
        position: absolute;
        right: 48px;
        top: -72px !important;
        z-index: 1001 !important;
    }
    ul.top-social li {
        display: inline;
        float: none;
        margin: 7px 0 !important;
        text-align: center;
    }
    .innerDetalWrap .teamImg {
        width: 98%;
        margin: auto;
    }
    .wid,
    .wid-live {
        background: #fff;
        margin: auto !important;
        border-radius: 5px;
    }
    .team > li {
        text-align: center !important;
    }
    .wid {
        width: 100% !important;
        padding: 10px;
    }
    .wid-live {
        width: 100%;
        padding: 20px;
    }
    .text ul {
        margin: 5px 0 !important;
    }
    .breadcrumbs li a {
        font-size: 9px;
        padding: 4px !important;
    }
    .no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media only screen and (max-width: 767px) {
    .quiz-respon {
        display: block;
        color: #fff !important;
        background: #f07d00;
        padding: 8px 5px !important;
    }
}
.quiz-respon {
    display: none;
}
.table-newsletter {
    font-size: 13px;
}
.table-newsletter thead th {
    font-weight: 700;
}

.slideTextFont-size {
    font-size: 8px;
    line-height: 12px;
}
ul.blogpageul {
    margin-left: 20px !important;
    list-style-type: disc !important;
}
.blogpageul li {
    color: #6e6e6e !important;
    font-size: 13px !important;
    padding-bottom: 0 !important;
    line-height: 18px !important;
    margin: 0 0 0 20px !important;
}

.blogHead2 {
    color: #6e6e6e !important;
    font-size: 13px;
}

ol.pageol {
    margin-left: 20px !important;
    list-style-type: lower-alpha !important;
}
.pageol li {
    color: #333 !important;
    font-size: 13px !important;
    padding-bottom: 0 !important;
    line-height: 18px !important;
    margin: 0 0 0 20px !important;
}

ol.blogol {
    margin-left: 20px !important;
    list-style-type: disc !important;
}
.blogol li {
    color: #6e6e6e !important;
    font-size: 13px !important;
    padding-bottom: 0 !important;
    line-height: 23px !important;
    margin: 0 0 0 20px !important;
}

.table1 p {
    margin-left: 10.8pt;
    margin-right: 10.05pt;
    text-align: justify;
}

/***Team Page***/

@media screen and (max-width: 980px) {
    .innerDetalWrap ul.team-mob,
    .mediaEventBox .col-xs-3,
    .mediaEventBox .col-xs-6 {
        width: 100% !important;
        display: block;
    }
    .innerCommon .statePart,
    .innerDetalWrap ul.team-mob {
        width: 100% !important;
    }
    .innerDetalWrap ul.team-mob li:nth-child(2n + 1),
    .interviewInnerWrap ul.mediaGallery li:nth-child(2n + 1) {
        clear: left !important;
    }

    ul.team-mob li span {
        display: block !important;
        font-size: 11px !important;
        font-weight: 400 !important;
        line-height: 13px !important;
    }
    .innerDetalWrap ul.team,
    .mediaEventBox .col-xs-3,
    .mediaEventBox .col-xs-6 {
        width: 100% !important;
        display: none !important;
    }
}

@media screen and (max-width: 800px) {
    .innerDetalWrap ul.team-mob,
    .mediaEventBox .col-xs-3,
    .mediaEventBox .col-xs-6 {
        width: 100% !important;
        display: block;
    }
    .innerCommon .statePart,
    .innerDetalWrap ul.team-mob {
        width: 100% !important;
    }
    .innerDetalWrap ul.team-mob li {
        width: 100% !important;
    }
    ul.team-mob li span {
        display: block !important;
        font-size: 11px !important;
        font-weight: 400 !important;
        line-height: 13px !important;
    }
    .innerDetalWrap ul.team,
    .mediaEventBox .col-xs-3,
    .mediaEventBox .col-xs-6 {
        width: 100% !important;
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .innerDetalWrap ul.team-mob,
    .mediaEventBox .col-xs-3,
    .mediaEventBox .col-xs-6 {
        width: 100% !important;
        display: block;
    }
    .innerCommon .statePart,
    .innerDetalWrap ul.team-mob {
        width: 100% !important;
    }
    .innerDetalWrap .teamImg {
        margin-bottom: 15px !important;
        margin-top: 0 !important;
        width: 15% !important;
        margin-right: 15px !important;
    }
    .innerDetalWrap ul.team-mob li {
        background: #f2f2f2 !important;
        padding: 20px 10px 10px !important;
        width: 100% !important;
    }
    ul.team-mob li span {
        display: block !important;
        font-size: 11px !important;
        font-weight: 400 !important;
        line-height: 13px !important;
    }
    .innerDetalWrap ul.team,
    .mediaEventBox .col-xs-3,
    .mediaEventBox .col-xs-6 {
        width: 100% !important;
        display: none !important;
    }
}

@media screen and (max-width: 767px) and (min-width: 481px) {
    .innerDetalWrap ul.team-mob,
    .mediaEventBox .col-xs-3,
    .mediaEventBox .col-xs-6 {
        width: 100% !important;
        display: block;
    }
    .innerCommon .statePart,
    .innerDetalWrap ul.team-mob {
        width: 100% !important;
    }
    .innerDetalWrap .teamImg {
        margin-bottom: 15px !important;
        margin-top: 0 !important;
        width: 30% !important;
        margin-right: 15px !important;
    }
    .innerDetalWrap ul.team-mob li {
        background: #f2f2f2 !important;
        padding: 20px 10px 10px !important;
        width: 100% !important;
    }
    ul.team-mob li span {
        display: block !important;
        font-size: 11px !important;
        font-weight: 400 !important;
        line-height: 13px !important;
    }
    .innerDetalWrap ul.team,
    .mediaEventBox .col-xs-3,
    .mediaEventBox .col-xs-6 {
        width: 100% !important;
        display: none !important;
    }
}

@media screen and (max-width: 480px) and (min-width: 321px) {
    .innerDetalWrap ul.team-mob,
    .mediaEventBox .col-xs-3,
    .mediaEventBox .col-xs-6 {
        width: 100% !important;
        display: block;
    }
    .innerDetalWrap ul.team-mob,
    .mediaEventBox .col-xs-3,
    .mediaEventBox .col-xs-6 {
        width: 100% !important;
    }
    .innerDetalWrap .teamImg {
        margin-bottom: 15px !important;
        margin-top: 0 !important;
        width: 30% !important;
        margin-right: 15px !important;
    }
    .innerDetalWrap ul.team-mob li {
        width: 100% !important;
        margin-bottom: 15px !important;
        float: left !important;
    }
    ul.team-mob li span {
        display: block !important;
        font-size: 11px !important;
        font-weight: 400 !important;
        line-height: 13px !important;
    }
}

@media screen and (max-width: 479px) and (min-width: 320px) {
    .innerDetalWrap ul.team-mob,
    .mediaEventBox .col-xs-3,
    .mediaEventBox .col-xs-6 {
        width: 100% !important;
        display: block;
    }
    .innerDetalWrap .teamImg {
        margin-bottom: 15px !important;
        margin-top: 0 !important;
        width: 30% !important;
        margin-right: 15px !important;
    }
    ul.team-mob li span {
        display: block !important;
        font-size: 11px !important;
        font-weight: 400;
        line-height: 13px !important;
    }
    .innerDetalWrap ul.team,
    .mediaEventBox .col-xs-3,
    .mediaEventBox .col-xs-6 {
        width: 100%;
        display: none !important;
    }
}

/***Team Page End***/

.innerheadGrey.h22 {
    text-transform: none;
}

ul.pageul-blg {
    margin-left: 20px !important;
    list-style-type: disc !important;
}
.pageul-blg li {
    color: #6e6e6e !important;
    font-size: 15px !important;
    padding-bottom: 0 !important;
    line-height: 18px !important;
    margin: 0 0 0 20px !important;
    font-weight: 300;
    font-family: Calibri;
}

ul.pageul-blg ul {
    list-style: circle;
}

.clearspace {
    font-size: 0;
    clear: both;
}
/*.mediaGallery:after {*/
/*    content: "";*/
/*    display: table;*/
/*    height: 1px;*/
/*    clear: both;*/
/*}*/

@media(min-width:576px){
    #slideshome .homeBannerContentFixed ,  #slides .homeBannerContentFixed{
        left: 0;
        right: 0 !important;
        bottom: 20px;
        width: 90%;
        overflow-y: hidden;
        background:rgba(113, 96, 100, 0.8);
        padding: 10px 15px;
        margin: auto;
        position: absolute;
        border-radius: 6px;
        color:#fff;
        min-height:auto;
        box-shadow:0 0 8px 0 rgba(255,255,255, 0.4);
    }
     #slideshome .homeBannerContentFixed h2 a , #slides .homeBannerContentFixed h2 a{
         color:#fff !important;
         font-size:17px;
         font-weight:600;
         line-height:normal;
     }
     #slideshome  .pagination , #slides .pagination{
         display:none;
     }
     #slideshome .content p , #slides .content p {
        font-size: 11px;
        margin-top: 5px;
    }
    .opportunities{
        padding: 0 20px 10px;
    }
    .slides_container .homeBannerContentFixed {
        min-width:auto !important;
    }
} 



/* blog css starts */
h3.heading-blog {
    
    font-size: 18px;
    padding: 8px 0 7px;
    /* border-top: 4px solid #ece9dd;*/
    border-bottom: 2px solid #e5e5e5; 
    width: 100%;
    position: relative;
}
h3.heading-blog span a {
    color: #00963f !important; font-weight:600; text-transform:uppercase;
}
h3.heading-blog span a i{ color:#c9c0a8;}

/*h3.heading-blog span.iconImg {
    background: url(/web/20220110165943im_/https://www.ibef.org/images/perspectives-icon.png) top right no-repeat;
}
h3.heading-blog span.iconImg, h3.heading-blog span.iconImg2 {
    padding-right: 35px;
    display: inline-block;
    padding-top: 14px;
}*/
/* blog css ends */

.contentPart1 {
    margin-top:50px !important;
}

.bgren{
    background: #00963f !important;
color: #fff !important;
font-size: 16px;
}
.pleft-0{
    padding-left:0;
}


h1.newIndustryHeadnew, h2.newIndustryHeadnew, h2.newIndustryHead, h1.newIndustryHead {
	font-size: 23px;
	padding:0;
	width: 100%;
	position: relative;
	color: #fff !important;
	margin-bottom: 0;
	font-weight: 600;
}
.mgt10{
    margin-top:10px;
    display:inline-block;
}
.fz11{
    font-size:11px !important;
}
.fz10{
    font-size:10px !important;
}
.text a,
.blkcolr{
    color:#606060 !important; 
}
.ecoleft{
    padding-left:0;
    padding-right:15px;
}
.imgresrch{
    margin-right:15px;
    margin-bottom:20px;
}
a.event_date{
    max-width:258px !important;
}
.indsleft .col-lg-3.col-sm-3.col-md-3{
    padding-left:0;
}
.indsleft .col-lg-3.col-sm-3.col-md-3 .pharmaPart{
    margin-top:0;
}
.indsleft .innerBox231{
    width:25%;
}
@media (min-width: 992px) and (max-width: 1199px) {
    body > .container {
    width: 1024px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#slides, #slideshome {
	width: 65%;
}
h3.heading,h3.heading-blog {
    font-size: 15px;}
    .LogoSection{
        width:18%;
    }
.LogoSection a img {
    width: 100%;
    max-width: 60%;
}
ul.mainNav li a {padding: 14px 9px 9px;}
.navbar-inner{
    width:100%;
}
    .navbar .nav-topLink li {
    margin: 14px 0 18px 15px;
}
.LogoSection + .col-lg-10.headRight{
overflow:hidden;
}
.navbar-inner .col-lg-10 {
    padding-right: 0;
    padding-left: 0;
}
}
@media (min-width: 834px) and (max-width: 991px) {
    #slides, #slideshome {
	width: 64%;
	height: 204px;
}
#slides .next, #slides .prev, #slideshome .next, #slideshome .prev {
	bottom: 46%;
}
    .slides_container {
	height: 204px;
}
    #slides .slide, #slideshome .slide {

	height: 204px;
}
.slides_container div img {
	width: 100%;
	max-width: 100%;
}
    .LogoSection{
        width:15%;
    }
   
    #globalWrapper, .container, body > .container {
	width: 98% !important;
	max-width: 100% !important;
}
    ul.mainNav li a {
    padding: 19px 6px 17px;
}
.navbar .nav-topLink li {
    float: left !important;
    margin: 19px 12px 18px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px !important;
}
ul.nav-topLink {
    width: auto !important;
    float: right;
}
.NavSection {
	width: 100%;
	float: right;
	margin-top: 0;
}
header .headRight {
	margin-top: 8px;
	display: flex;
	width: 85%;
	padding-right:0;
	float:right;
}
#megamenu-wrap > li > a.selesta {
	margin-top: 13px !important;
}
.search {
    margin-top: 5px;
    width:191px;
}
.navbar .nav_row_head{
    padding-left:0;
    padding-right:0;
}
.searchButton {
	
	height: 52px;
}
#searchKey {
    width: 119px;
    height: 44px !important;
}
}
@media screen and (max-width: 768px){
ul.nav-topLink {
    float: left;
    text-align: left;
}
#megamenu-wrap > li > a.selesta {
    padding: 5px 8px !important;
    margin-top: 0 !important;
}
.search {
    float: right;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(240,124, 0.35);
    border-bottom: 1px solid rgba(240,124, 0.35);
    margin-bottom:5px;
}
.nav2 {
    background-color: transparent;
    padding: 0;
    position: absolute;
    right: 15px;
    top: -52px;
    width: auto;
    z-index: 10;
}
.col-lg-10.headRight, .col-lg-10.nav_row_head{
    padding-left:0 !important;
    padding-right:0 !important;
}
}
/*
     FILE ARCHIVED ON 16:59:43 Jan 10, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:05:27 Sep 24, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 169.547
  exclusion.robots: 0.087
  exclusion.robots.policy: 0.079
  RedisCDXSource: 13.569
  esindex: 0.007
  LoadShardBlock: 132.085 (3)
  PetaboxLoader3.resolve: 74.607 (2)
  PetaboxLoader3.datanode: 197.435 (4)
  CDXLines.iter: 18.151 (3)
  load_resource: 207.713
*/