@charset "utf-8";
/*======================================================================
Site Name: Silver HTML
Theme URI: https://sttlvss.silvertouch.com/svn/htmlcodebank/html
Description: this site is developed by STTL
Version: 1.0
Author: Web Team
------------------------------------------------------------------------
Base Color: #fff (White)
Site Color: #062a4a (Dark Blue)
Header Color: #062a4a (Dark Blue)
Text Color: #393939 (Dark Grey)
Title Color: #393939 (Dark Grey), #e65a15 (Orange)
Footer Color: #393939 (Dark Grey)
------------------------------------------------------------------------
Layout Width: 100%
Container Width: 1170px
Responsive Layout: Yes
=======================================================================*/

@font-face {
 font-family: 'proxima_nova';
 src: url('fonts/proximanova-bold-webfont.eot');
 src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/proximanova-bold-webfont.woff2') format('woff2'),  url('fonts/proximanova-bold-webfont.woff') format('woff'),  url('fonts/proximanova-bold-webfont.ttf') format('truetype');
 font-weight: 700;
 font-style: normal;
}
 @font-face {
 font-family: 'proxima_nova';
 src: url('fonts/proximanova-extrabold-webfont.eot');
 src: url('fonts/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/proximanova-extrabold-webfont.woff2') format('woff2'),  url('fonts/proximanova-extrabold-webfont.woff') format('woff'),  url('fonts/proximanova-extrabold-webfont.ttf') format('truetype');
 font-weight: 900;
 font-style: normal;
}
 @font-face {
 font-family: 'proxima_nova';
 src: url('fonts/proximanova-light-webfont.eot');
 src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/proximanova-light-webfont.woff2') format('woff2'),  url('fonts/proximanova-light-webfont.woff') format('woff'),  url('fonts/proximanova-light-webfont.ttf') format('truetype');
 font-weight: 300;
 font-style: normal;
}
 @font-face {
 font-family: 'proxima_nova';
 src: url('fonts/proximanova-regular-webfont.eot');
 src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/proximanova-regular-webfont.woff2') format('woff2'),  url('fonts/proximanova-regular-webfont.woff') format('woff'),  url('fonts/proximanova-regular-webfont.ttf') format('truetype');
 font-weight: 400;
 font-style: normal;
}
 @font-face {
 font-family: 'proxima_nova';
 src: url('fonts/proximanova-semibold-webfont.eot');
 src: url('fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/proximanova-semibold-webfont.woff2') format('woff2'),  url('fonts/proximanova-semibold-webfont.woff') format('woff'),  url('fonts/proximanova-semibold-webfont.ttf') format('truetype');
 font-weight: 600;
 font-style: normal;
}
/*!* Font Awesome 4.6.3 */
@font-face {
font-family:'FontAwesome';
src:url('fonts/fontawesome-webfont.eot?v=4.6.3');
src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.3#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:.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:.14285714em; text-align:center }.fa-li.fa-lg { left:-1.85714286em }.fa-border { padding:.2em .25em .15em; border:solid .08em #eee; border-radius:.1em }.fa-pull-left { float:left }.fa-pull-right { float:right }.fa.fa-pull-left { margin-right:.3em }.fa.fa-pull-right { margin-left:.3em }.pull-right { float:right }.pull-left { float:left }.fa.pull-left { margin-right:.3em }.fa.pull-right { margin-left:.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-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" }.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 }

/****Loaded****/ 
#loader { background: #fff url(../images/loading.gif) no-repeat center center; position: relative; width: 54px; height: 54px; left: 50%; top: 50%; margin: -30px 0 0 -30px; z-index: 9999; border-radius: 50%; overflow: hidden; }
#pageLoader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999; }
#pageLoader .loaderSec { position: fixed; top: 0; width: 51%; height: 100%; background: #163677; z-index: 1000; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
#pageLoader .loaderLeft { left: 0; }
#pageLoader .loaderRight { right: 0; }
.loaded #pageLoader .loaderLeft { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
.loaded #pageLoader .loaderRight { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
.loaded #loader { opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.loaded #pageLoader { visibility: hidden; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: all 0.3s 1s ease-out; transition: all 0.3s 1s ease-out; }
.no-js #pageLoader { display: none; }
/****Page loading End****/

/********* Reset CSS *********/

*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display:block }
audio, canvas, video { display:inline-block }
audio:not([controls]) {
display:none;
height:0
}
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust:  100%; }
a { text-decoration:underline; color:#B54108; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; }
a:focus { outline:thin dotted }
a:hover, a:active { outline: 0; }
a:focus, a:hover { text-decoration:none; color:#414042; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
b, strong, dt, th { font-weight: bold; }
em, i { font-style:italic; }
p, h1, h2, h3, h4, h5, h6, ul, ol, dd, table, fieldset, address { margin:0; padding:0; }
img { -ms-interpolation-mode: bicubic; border: 0; vertical-align: middle; max-width:100%; height:auto; }
figure { margin:0; }
legend { white-space:normal; }
q { quotes:"\201C" "\201D" "\2018" "\2019" }
small { font-size:90% }
sub, sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline }
sup { top:-0.5em }
sub { bottom:-0.25em }
table { border-collapse: separate; border-spacing: 0; width: 100%; empty-cells:show; border:none; }
table table { margin:0 }
th, td { border:none; padding:8px 10px }
caption, th, td { font-weight: normal; }
/********* Form fields *********/

button, input, select, textarea { margin: 0; vertical-align: baseline; background-color:transparent; border:none; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor:pointer; }
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], input[type="password"], input[type="search"], select, textarea { border:1px solid #e5e5e5; width:100px; height:30px; padding:0; font-size:100%; line-height:normal; }
input[type="checkbox"], input[type="radio"] { box-sizing:border-box; padding:0; margin:0 5px 0 0; }
input[type="checkbox"] { -webkit-appearance: checkbox; }
input[type="radio"] { -webkit-appearance:radio }
textarea { overflow:auto; vertical-align: top; resize:vertical; height:100px; max-width:100%; min-width:100%; max-height:500px; min-height:90px; }
fieldset { border:0 none; margin:0; padding:0 }
label { display:inline-block; padding-bottom:5px; font-weight:normal; }

/********* Clear floats *********/

.cf:before, .cf:after, .container:before, .container:after, .row:before, .row:after, ul:before, ul:after, .boxs:before, .boxs:after, .radioList:after, .radioList:before { content:" "; display:table }
.cf:after, .container:after, .row:after, ul:after, .boxs:after, .radioList:after { clear:both }
/********* Common Classes *********/
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:20px 0; padding:0 }
body, button, input, select, textarea { color:#414042; font-family: 'Open Sans', sans-serif; font-weight:400; font-size:16px; line-height: 1.4; }
body { background-color:#fff;overflow-x: hidden;}
h1, h2, h3, h4, h5, h6 {font-family: 'proxima_nova';font-weight:900;color: #222;}
h1 { font-size: 2.188em;}
h2 { font-size: 1.838em;}
h3 { font-size: 1.500em;}
h4 { font-size: 1.313em;}
h5 { font-size: 1.188em;}
h6 { font-size: 1.125em;}
ul { padding:0 0 0 15px;}
ol { padding:0 0 0 20px;}
ul ul, ol ol { margin:10px 0 }
ul.bulletText, ul.checkTextList { list-style:none; padding:0; }
ul.bulletText li, ul.checkTextList li { padding-left:15px; margin-bottom: 10px; line-height:1.5; position: relative; }
ul.checkTextList li { padding-left:28px; }
ul.bulletText li:before, ul.checkTextList li:before { position: absolute; left: 0; top: -1px; content:"";font-family:'FontAwesome'; content: "\f105"; font-size:18px;}
ul.checkTextList li:before{content: "\f058"; color:#fb701c; font-size:21px; top:-4px;}
ul.bulletText ul { padding:0; list-style:none;}
p, h1, h2, h3, h4, h5, h6, ul, ol, dd, table, fieldset, address { margin: 0 0 25px; }
p { line-height: 1.6;}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], input[type="password"], input[type="search"], input[type="date"], select, textarea, .form-textarea { border:1px solid #ccc; width:100%; height:40px; padding:5px 10px; background-color: #fff;}
ol li { margin-bottom: 15px; }
textarea, textarea.form-textarea { height: 90px; resize:none;}
/********* Common Button *********/



.downloadPdfBtnTop,.downloadPdfBtnBot,
input[type="button"], input[type="reset"], button, .button {display: inline-block; text-decoration:none; margin:0; 

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa54b+0,c24e00+100 */
background: #ffa54b; /* Old browsers */
background: -moz-linear-gradient(left,  #ffa54b 0%, #c24e00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffa54b 0%,#c24e00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffa54b 0%,#c24e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa54b', endColorstr='#c24e00',GradientType=1 ); /* IE6-9 */


 padding: 10px 15px; line-height: 24px; border: 0; color: #fff; background-size: 300% 100%;border-radius: 17px; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
 
 .downloadPdfBtnBot:hover,
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover, .button:hover, input[type="button"]:focus, input[type="reset"]:focus, button:focus, .button:focus { color:#fff; 


background-position: 100% 0; 


-moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out;  -webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out; }
input[type="submit"].cancelBtn, input[type="button"].cancelBtn, input[type="reset"].cancelBtn { background-color:#888; color:#fff; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; }
input[type="submit"].cancelBtn:hover, input[type="button"].cancelBtn:hover, input[type="reset"].cancelBtn:hover { background-color:#000; color:#fff; }
textarea { border: 0; background-color:#fff; }

.borderButton {display: inline-block; text-decoration:none;
 padding: 9px 25px; line-height: 24px; border: 1px solid #f77f44; /*color: #f77f44;*/ color:#A83F0B; border-radius: 25px; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.borderButton:hover, .borderButton:focus, .borderButton:active { color:#fff; background-color:#f77f44; }


.whiteBorderButton {display: inline-block; text-decoration:none;
 padding: 9px 25px; line-height: 24px; border: 1px solid #fff; background-color:#0d2657; color: #fff; border-radius: 25px; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.whiteBorderButton:hover, .whiteBorderButton:focus, .whiteBorderButton:active  { color:#f55f15; background-color:#fff; }



/********* Yellow Border Button *********/
input[type="submit"].yellowBtn, .yellowBtn { background: #efc71e; border-radius: 20px; color:#3f3f3f; font-weight: 600; font-size: 16px; display: inline-block; text-decoration: none; }
input[type="submit"].yellowBtn:hover, .yellowBtn:hover { background:#c65395; color:#fff;}
.yellowBrdBtn { border: 2px solid #edd13e; background: none; }
.yellowBrdBtn:hover { background-color:#c65395; border-color:#c65395; }
input[type="submit"] { background-color: #7eaf1e; border: 0; text-transform: uppercase; color: #fff; font-size: 16px; font-weight: 600; line-height:23px; padding:8px 20px; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; }
.alignLeft { float:left }
.alignRight { float:right; }
.displayNone, .hasJS noscript, .hideThis { display:none!important; visibility:hidden }
.jsRequired { display:none; background-color:#C00; color:#fff; width:100%; line-height:30px; text-align:center; font-size:12px; border:0 none; }
.fileSize { font-size:12px; display:inline-block; vertical-align:middle; margin-left:3px; }
.extIcon { vertical-align:middle; margin-left:3px; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.longWord, .wordBreak { word-wrap: break-word; }
[type="radio"]:checked, [type="radio"]:not(:checked) {position: absolute;left: -9999px;}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {position: relative;padding-left: 23px; cursor: pointer; line-height: 20px; display: inline-block;}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before { content: ''; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; border-radius: 50%; background: #fff;border: 1px solid #acacac;}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after { content: ''; width: 10px; height: 10px; background: #ee7027; position: absolute; top: 5px; left: 4px; border-radius: 50%;}
[type="radio"]:not(:checked) + label:after { opacity: 0;}
[type="radio"]:checked + label:after { opacity: 1; }
/********* Custom Select *********/
.customSelectOuter { position:relative; background:#fff url(../images/drop-select-arrow.png) no-repeat right center; width:100%; padding:0; }
.hasJS select.customSelect { position:absolute!important; width:100%!important; cursor:pointer; height:100%!important; left:0!important; top:0!important; border:0; background-color:#fff; padding:0; }
span.customSelect.customSelectFocus { outline:1px dotted !important; }
.hasJS select.customSelect option { padding:0 5px; font-size:14px; }
span.customSelect { display:block; display:block!important; padding-right:40px; color:#464646; height:40px; line-height:40px; border:1px solid #dadada; padding-left:12px; font-size:15px; overflow:hidden; }
.customSelectInner { display:block!important; width:auto!important; word-break:keep-all; overflow:hidden; text-align: left; }
/********** Image Formating & Alignment **********/

.imgLeft { float:left; margin-right:20px; margin-bottom:20px; }
.imgRight { float:right; margin-left:20px; margin-bottom:20px; }
.imgCenter { float:none; margin-bottom:20px; margin-left:auto; margin-right:auto; display:block; }
.imgBorder { border:1px solid #ccc; padding:5px }
.rounded { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.circle { -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; }
.shadow { -webkit-box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.2); box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.2); padding:4px; }
.mrgB25 { margin-bottom: 25px; }
.mrgT50 { margin-top:50px; }
.mrgB10 { margin-bottom:10px; }
.padNone { padding: 0!important; }
/********** Alignment **********/

.left { text-align:left !important }
.right { text-align:right !important }
.center { text-align:center !important }
.justify { text-align:justify !important }
/********** Error/Alert Messages **********/

.message { padding:10px 38px 10px 10px; margin-bottom:20px; border:1px solid transparent; position:relative; }
.message.success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
.message.success a { color: #2b542c; }
.message.error { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }
.message.error a { color: #843534; }
/********** Table **********/

.tableOut { overflow-y:hidden; overflow-x:auto }
table, .tableData { border-collapse: separate; border-spacing: 0; width: 100%; empty-cells:show; border:none; border-top:1px solid #E9E9EA; border-left:1px solid #E9E9EA; }
table table, .tableData table { margin:0 }
th, td, .tableData th, .tableData td { border:none; padding:13px 10px; border-bottom:1px solid #E9E9EA; border-right:1px solid #E9E9EA; }
table tr:nth-child(odd) td, .tableRowOdd {
background-color:#f6f9ff;
}
caption, th, td { font-weight: normal; background:#fff }
th, .tableData th { background:#304878; color:#fff; font-weight:600; }
.tableScroll { overflow-y:hidden; overflow-x:auto }

/********** Nav **********/
.mainNavigation { margin-top:15px; background: rgba(255, 255, 255, 0.9);border-radius:5px; position: relative; padding-right:140px;padding-left: 5px;}
#nav { margin: 0; padding:0; }
#nav li { display: inline-block; position: relative; padding: 0 11px; }
#nav > li:first-child > a { position: relative; font-size:0; line-height:0;height: 37px;}
#nav > li:first-child > a:after{ font-size:25px !important; padding: 0;display:inline-block; font:normal normal normal 14px/1 FontAwesome; content: "\f015"; } 
#nav  li a { padding: 0; display: block; color: #000; font-size: 0.9375em; text-transform:uppercase; line-height: 45px; position: relative; text-decoration: none; }
#nav  li a:before { position: absolute; left: 50%; bottom: 0; width:0; height: 5px; content:""; background-color:#ffb359; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; opacity:0; visibility:hidden;}
#nav li.menu-item--active-trail > a:before, #nav li:hover > a:before, #nav li a.is-active:before{opacity:1; visibility:visible; left: 0; width:100%; }
/*#nav  li.menu-item--active-trail > a, #nav  li:hover > a { color: #304878; }*/
#nav > li:last-child { padding: 0; position: absolute; right:0; top:0; }
#nav > li:last-child > a { background-color:#1866c7; color:#fff; border-radius:0 5px 5px 0; padding: 0 20px; }
#nav > li:last-child > a:before { display: none; }
#nav > li:last-child > a:hover { background-color:#ffb359; color:#311b01; }

/********* Sub-menu *********/
#nav  ul { opacity: 0; z-index: 4; position: absolute; width: 300px; background-color: #1866c7; border-bottom:3px solid #ffb359; top: 45px; left: 16px; box-shadow: 0 0 5px rgba(0,0,0,.2); visibility: hidden; -webkit-transition: 300ms ease-in-out; transition: 300ms ease-in-out; margin: 20px 0 0 0;padding:0 }
#nav  li:hover > ul { opacity: 1; visibility: visible; margin: 0; }
#nav  ul ul { top: 0; left: 100%; padding:0 }
#nav  ul li{ display: block; padding: 0; }
#nav  ul li a, #nav ul > li:last-child > a { display: block; padding: 12px 15px 12px 30px;text-transform: none; line-height: 25px; border-bottom: 1px solid #488add; color: #fff; position: relative; }
#nav  ul li:before, #nav  ul li a:after { display: none; }
#nav  ul li a:before, #nav  ul li a:hover:before, #nav  ul li:hover a:before { display:none; }
#nav  ul li:last-child > a { border-bottom: 0; }
#nav  ul li:hover > a, #nav  ul li:last-child:hover a { background-color : #1d5091; color: #fff; }

#nav li li a:after { color:#fff; font-family:'FontAwesome'; position: absolute; left: 15px; top:12px; content: "\f105"; display:block; font-size:20px; }
#nav > li:nth-child(5) > ul { width: 700px; padding:10px;transform: translateX(-50%); -webkit-transform: translateX(-50%); left: 50%;}
#nav > li:nth-child(5) > ul li { width:50%; float:left; padding:0 10px;}
#nav > li:nth-child(5) > ul li:nth-child(11) a {  }


.hasJS .menuPart #nav a:focus + ul, .hasJS .menuPart #nav li.focus > ul, .hasJS .menuPart #nav li.hover > ul, .hasJS .menuPart #nav li:hover > ul, .hasJS .menuPart #nav ul ul {opacity: 1; visibility: visible; margin-top: 0;}
#nav li:hover > ul, #nav li.hover > ul, #nav li.focus > ul, #nav a:focus + ul, #nav ul ul, .noJS #nav .hover a:focus, .noJS #nav .focus a:focus { margin-left: 0; }


/********* Mobile Nav *********/
.mobileNav {z-index: 99; display:none; position:fixed; left:0; top:0; width:100%; height:100%; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); background:#1866c7; overflow:auto; }
.activeMobNav .mobileNav { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
.mobileNav #navMob { display:block !important; margin-top:75px; position:static; background:#1866c7; }
body{padding-top: 0;}
#wrapper, .mobileNav { -webkit-transition: -webkit-transform 0.5s; transition:transform 0.5s; }
.activeMobNav #wrapper { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
.mobileNav .menuClose {opacity: 1; position:absolute; right:0; top:0; width:60px; height:60px; background-color:#1755a2; background-position:-196px -106px; cursor:pointer; -ms-transform: scale(0); -webkit-transform: scale(0); transform: scale(0); }
.activeMobNav .mobileNav .menuClose { -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
.mobileNav .navigationText { position:absolute; left:40px; top:25px; color:#69a3ec; font-size:16px; font-weight:700; text-transform:uppercase; }
.mobileNav .logoText { z-index:-1; width:100%; position:absolute; bottom:0; margin-bottom:15px; height:74px; }
.mobileNav .logoText .logoIcon { background-position: 0 -225px; margin:0 auto; height:74px; width:234px; display:block; }
.menuBar { display: none; } 

#navMob { display:none; position:absolute; left:0; right:0; padding:0; }
.toggleMenu, #navMob .menuIcon { display:block; }
.toggleMenu { width: 42px; height: 42px; background-color: #f78948; padding:5px 0; }
.toggleMenu .iconBar { width: 26px; height: 3px; background:#fff; display:block; padding:0; margin:6px auto; }
.toggleMenu .menuTitle, .toggleMenu .mobileMenu { display:none; }
.toggleMenu:hover { text-decoration:none; }
#navMob li { float:none; display:block; border:none; }
#navMob li a { border-bottom:1px solid #14498c; transition:all 0s ease 0ms; -webkit-transition:all 0s ease 0ms; text-decoration:none; }
#navMob li.parent { position:relative; }
#navMob li .menuIcon, #navMob li li .menuIcon { width:60px; height:auto; background-color:#1755a2;background-image:url(../images/down-arrow.png); background-repeat:no-repeat; background-position:center 15px; position:absolute; right:0; top:0; bottom:0; cursor:pointer; }
#navMob > li > .menuIcon { background-position:center 37px; }
#navMob li li .menuIcon, #navMob li li .menuIcon.active { z-index:2; background-color:#1755a2; }
#navMob li li li .menuIcon { z-index:2; display:none; }
#navMob li li .menuIcon.active { background-color:#1755a2; }
/*#navMob li > a:hover, #navMob li.hover > a, #navMob li ul li a:hover, #navMob li ul li > a.selected, #navMob ul a:hover, .noJS #navMob ul a:focus, #navMob ul a.selected, #navMob > li > a:hover, #navMob > li.hover > a, #navMob > li.focus > a { background-color:#434343; color: #fff; }*/
#navMob ul { width:100%; display:none; position:static; transition:none; -webkit-transition:none; }
.hasJS #navMob ul { opacity:1; }
#navMob > li:hover > ul, #navMob li li:hover > ul, #navMob li li li:hover > ul { display:none; }
#navMob ul, #navMob *:hover ul ul, #navMob .hover ul ul, #navMob .focus ul ul { margin-left:0; }
#navMob li a { padding-left:15px; padding-right:15px; display:block; line-height:40px; color:#fff; }
#navMob li ul li a { padding:7px 85px 7px 20px; display:block; line-height:21px; background:url(../images/right-arrow.gif) no-repeat 0 12px; color:#fff; border:none; font-size:16px; position:relative; }
#navMob li ul li a:after {color: #fff;font-family: 'FontAwesome';position: absolute;left: 0;top: 7px;content: "\f105";display: block;    font-size: 20px;}
#navMob > li.MenuLi1 > ul > li > a, .headerScroll #navMob > li.MenuLi1 > ul > li > a, .headerScroll #navMob > li > ul > li > a { padding:8px 60px 8px 20px; font-size:16px; line-height:21px; }
#navMob li ul li ul li a { margin-left: 35px; background-position:20px 12px }
#navMob li ul li ul li ul li a { padding-left:60px; background-position:45px center }
#navMob > li > a:hover, #navMob > li.hover > a, #navMob > li.focus > a, #navMob > .highlight > a { background-color:#1866c7; color: #fff; }
/*#navMob li ul li a:hover, #navMob li ul li > a.selected, #navMob ul a:hover, .noJS #navMob ul a:focus, #navMob ul a.selected, #navMob ul > .highlight > a, #navMob > li.MenuLi1 > ul > li:hover > a, #navMob > li > ul > li > a:hover, #navMob > li > ul > li.current > a:hover, #navMob > li > ul > li:hover > a { background-color:#68308e; color: #fff; }*/
#navMob .linkIcon, #navMob .linkIconHover, #navMob > li.MenuLi1 > ul > li > a:before { display:none !important; }
#navMob .menuFirstNode { display:block; }
#navMob li.current ul { display:none; }
#navMob li li ul { position:static; width:100%; background:none; visibility:visible; border:0; box-shadow:0 0 0 #000; opacity:1; padding:0; transition:all 0s ease 0s; }
#navMob li.megaMenu ul { padding:0; }
#navMob li.megaMenu ul li { border:0; float:none; height:auto; line-height:inherit; width:100%; padding:0; }
#navMob li > a { font-size:32px; font-weight:300; padding:17px 60px 17px 0; margin-left:40px; }
#navMob li ul { background:#0e4c99; box-shadow:-7px 0 7px rgba(0, 0, 0, 0.4) inset; position:relative; padding:15px 0; margin:0; }
#navMob li ul:after { height:100%; width:60px; position:absolute; right:0; top:0; content:""; background-color:#1755a2;  z-index:1; display:block; }

/* ******** Index Slider ******** */
.noJS .indexBanner { height:302px; overflow:hidden }
/**Swiper 4.4.6**/
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next {

left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{ right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{ }.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{ }.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{ }.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{ margin: 0 3px; width:11px;height:11px;display:inline-block;border-radius:100%;background:#ababab;opacity:1}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#f55f15}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{ }@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}

/***********aos***********/
/*[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos]{pointer-events:none}[data-aos].aos-animate{pointer-events:auto}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}@media screen{html:not(.no-js) [data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;-webkit-transform:none;transform:none}html:not(.no-js) [data-aos=fade-up]{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}html:not(.no-js) [data-aos=fade-up-right]{-webkit-transform:translate3d(-100px,100px,0);transform:translate3d(-100px,100px,0)}html:not(.no-js) [data-aos=fade-up-left]{-webkit-transform:translate3d(100px,100px,0);transform:translate3d(100px,100px,0)}html:not(.no-js) [data-aos=fade-down-right]{-webkit-transform:translate3d(-100px,-100px,0);transform:translate3d(-100px,-100px,0)}html:not(.no-js) [data-aos=fade-down-left]{-webkit-transform:translate3d(100px,-100px,0);transform:translate3d(100px,-100px,0)}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}html:not(.no-js) [data-aos=zoom-in]{-webkit-transform:scale(.6);transform:scale(.6)}html:not(.no-js) [data-aos=zoom-in-up]{-webkit-transform:translate3d(0,100px,0) scale(.6);transform:translate3d(0,100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-down]{-webkit-transform:translate3d(0,-100px,0) scale(.6);transform:translate3d(0,-100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-right]{-webkit-transform:translate3d(-100px,0,0) scale(.6);transform:translate3d(-100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-left]{-webkit-transform:translate3d(100px,0,0) scale(.6);transform:translate3d(100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-out]{-webkit-transform:scale(1.2);transform:scale(1.2)}html:not(.no-js) [data-aos=zoom-out-up]{-webkit-transform:translate3d(0,100px,0) scale(1.2);transform:translate3d(0,100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-down]{-webkit-transform:translate3d(0,-100px,0) scale(1.2);transform:translate3d(0,-100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-right]{-webkit-transform:translate3d(-100px,0,0) scale(1.2);transform:translate3d(-100px,0,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-left]{-webkit-transform:translate3d(100px,0,0) scale(1.2);transform:translate3d(100px,0,0) scale(1.2)}html:not(.no-js) [data-aos^=slide][data-aos^=slide]{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;visibility:hidden}html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate{visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}html:not(.no-js) [data-aos=slide-up]{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}html:not(.no-js) [data-aos=slide-down]{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}html:not(.no-js) [data-aos=slide-right]{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}html:not(.no-js) [data-aos=slide-left]{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}html:not(.no-js) [data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}html:not(.no-js) [data-aos=flip-left]{-webkit-transform:perspective(2500px) rotateY(-100deg);transform:perspective(2500px) rotateY(-100deg)}html:not(.no-js) [data-aos=flip-left].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-right]{-webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)}html:not(.no-js) [data-aos=flip-right].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-up]{-webkit-transform:perspective(2500px) rotateX(-100deg);transform:perspective(2500px) rotateX(-100deg)}html:not(.no-js) [data-aos=flip-up].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}html:not(.no-js) [data-aos=flip-down]{-webkit-transform:perspective(2500px) rotateX(100deg);transform:perspective(2500px) rotateX(100deg)}html:not(.no-js) [data-aos=flip-down].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}}*/
/********** Responsive Tab **********/

.resTab { position: relative; margin-top: 40px; }
.resTab .tabNav { margin: 0;padding: 10px 0 0 10px;list-style: none;background:#1866c7; }
.resTab .tabNav li { display: inline-block; margin: 0; position: relative; padding-right: 7px; }
.resTab .tabNav li a { display: block; padding: 12px 20px; text-decoration: none; font-size: 16px; font-weight: 600; color: #fff;}
.resTab .tabNav .r-tabs-state-active a { color: #1866c7; background-color:#fff; }
.resTab .tabContent { padding: 20px 0; display: none; }
.resTab .r-tabs-panel.r-tabs-state-active { display: block; }
.resTab .r-tabs-accordion-title { display:none; }
.resTab .tabNav .r-tabs-state-disabled { opacity: 0.5; }
.resTab .r-tabs-accordion-title .r-tabs-anchor { display: block; padding: 10px; background-color: #00c5ad; color: #fff; font-weight: bold; text-decoration: none; }
.resTab .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor { background-color: #fff; color: #00c5ad; text-shadow: none; }
.resTab .r-tabs-accordion-title.r-tabs-state-disabled { opacity: 0.5; }
.noJS .resTab .tabContainer { height:150px; overflow:hidden }
.noJS .resTab .tabContent { display:block; height:150px }
/*********  Accordion ******** */

.accordion { margin-bottom:20px; margin-top:-15px; }
.accordion .accTrigger { cursor:pointer; margin-top: 15px; font-size: 1.200em; font-weight: 700; padding: 13px 48px 13px 15px; transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; position: relative; border-bottom:2px solid #ccc; background-color:#efefef; }
.accordion .accTrigger:hover { background:#dfdfdf; }
.accordion .accTrigger.active { color:#fff; background:#1866c7; }
.accordion .accTrigger:before { position: absolute; right: 0; top: 0; width:46px; text-align: center; font-size: 28px; font-family:'FontAwesome'; content:"\f107"; line-height:49px; transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; }
.accordion .accTrigger.active:before { transform: rotate(180deg); -webkit-transform: rotate(180deg); color:#fff; }
.accordion .accTrigger a { display:block; text-decoration:none; outline:0 }
.accordDetail { padding:15px;}
.accordDetail p:last-child { margin-bottom: 0; }
.noJS .accordion .accTrigger { background:none; }
.noJS .accordDetail { display:block; padding:15px }
/*********  Marquee *********/

.marquee { overflow:hidden; }
.marqueeScrolling li { float:left; margin-right:25px; }
.noJS .btnMPause { display:none; }
.noJS .marqueeScrolling { overflow-y:hidden; overflow-x:auto }
.noJS .marquee { width:240% }
/********** Ticker *********/

.noJS .ticker .stop { display:none }
.noJS .ticker ul { margin:0 }
.noJS .ticker .tickerDivBlock { height:150px; overflow-y:scroll; overflow-x:hidden }
/*********	LiteBox v1.3 **********/
.litebox-overlay, .litebox-overlay > * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.litebox-overlay { display: none; width: 100%; min-width: 280px; text-align: center; position: fixed; top: 0; left: 0; z-index: 9999; }
@-webkit-keyframes liteboxLoader { 0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes liteboxLoader { 0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
}
}
@-ms-keyframes liteboxLoader { 0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
}
}
@-o-keyframes liteboxLoader { 0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(360deg);
}
}
@keyframes liteboxLoader { 0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.litebox-overlay .litebox-loader { position: absolute; width: 40px; height: 40px; left: 20px; top: 20px; border: 3px solid #111; border-right-color: #fff; border-radius: 50%; -webkit-animation: liteboxLoader 1s linear infinite; -moz-animation: liteboxLoader 1s linear infinite; -ms-animation: liteboxLoader 1s linear infinite; -o-animation: liteboxLoader 1s linear infinite; animation: liteboxLoader 1s linear infinite; }
.litebox-overlay .litebox-text { width: 100%; padding: 10px 15px; background: rgba(0, 0, 0, 0.5); color: #fff; font-size: 14px; line-height: 21px; position: absolute; bottom: 0; z-index: 2; -webkit-opacity: 0; -khtml-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
filter: alpha(opacity=0); opacity: 0; -webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.litebox-overlay .litebox-text.active { -webkit-opacity: 1; -khtml-opacity: 1; -moz-opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100); opacity: 1; }
.litebox-overlay .litebox-close { width: 40px; height: 40px; background: url(../images/litebox-close.png) no-repeat center; opacity: .7; position: absolute; top: 20px; right: 20px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.litebox-overlay .litebox-close:hover { opacity: 1; cursor: pointer; }
.litebox-overlay .litebox-nav { display: none; width: 60px; height: 60px; margin-top: -30px; opacity: 0.7; position: absolute; top: 50%; z-index: 9999999; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.litebox-overlay .litebox-nav:hover { opacity: 1; cursor: pointer; }
.litebox-overlay .litebox-prev { background: url(../images/litebox-prev.png) no-repeat center; left: 20px; }
.litebox-overlay .litebox-next { background: url(../images/litebox-next.png) no-repeat center; right: 20px; }
.litebox-overlay .litebox-container { position: absolute; top: 10%; right: 10%; bottom: 10%; left: 10%; overflow: hidden; }
.litebox-overlay .litebox-container.litebox-scroll { overflow-y: auto; }
.litebox-overlay img, .litebox-overlay iframe { display: inline-block; max-width: 100%; max-height: 100%; margin: 0 auto; vertical-align: middle; overflow-x: hidden; }
.litebox-overlay iframe { width: 100%; height: 100%; position: relative; z-index: 999999; }
.litebox-overlay .litebox-inline-html { width: 100%; padding: 20px; background: #FFF; line-height: normal; overflow-x: hidden; line-height: normal !important; position: absolute; }
.litebox-overlay .litebox-error { width: 100%; height: 100%; color: #FFF; text-align: center; line-height: inherit; }
.litebox-overlay .litebox-error span { background: rgba(0, 0, 0, .9); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 20px; color: #FFF; text-shadow: 1px 1px 0 #000; line-height: normal; }

/*----Date Picker----*/
.ui-datepicker, .eventCalOut, .calendarIcon { background-color:#185db9; }
.ui-datepicker th, .ui-state-highlight { background-color:#052847; }
.ui-state-active, .ui-datepicker tbody a:hover { background-color:#ff672b; }
.ui-datepicker-prev span, .ui-datepicker-next span { }
.ui-datepicker { color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:13px; }
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position: relative; padding: .2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev { left: 2px; }
.ui-datepicker .ui-datepicker-next { right: 2px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -7px; top: 50%; margin-top: -8px; font-size:12px; }
.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; height:25px; background-color:#fff; }
.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: .9em; border-collapse: collapse; margin: 0 0 .4em; border:0 none; }
.ui-datepicker th { padding: .5em .3em; text-align: center; font-weight: bold; border: 0; }
.ui-datepicker td { border: 0; padding: 1px; background-color:transparent; }
.ui-datepicker tr:nth-child(2n+1) td, .ui-datepicker-calendar .tableRowOdd {
background-color:transparent;
}
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding: 0 .2em; border-left: 0; border-right: 0; border-bottom: 0; overflow:hidden; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width: auto; overflow: visible; } /*----Date Picker----*/
.eventCalOut { position:absolute; width:222px; right:-222px; float:right; top:70px; z-index:22; }
.calendarIcon { width:50px; height:52px; position:absolute; left:-50px; }
.calendarIcon span { background-position:-113px -27px; width:29px; height:29px; margin:10px; }
.calendarOut { padding:5px; }
.calendarOut .ui-datepicker { width:100%; }
.calendarOut .button { background-color:#2979ca; color:#fff; display:block; text-align:center; -webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; }
.calendarOut .button:hover { background-color:#173C84; }
.ui-datepicker tbody a { color:#fff; }
.ui-datepicker-title { font-size:18px; font-weight:normal; color:#fff; }
.ui-datepicker th { text-transform:uppercase; font-weight:normal; color:#fff; }
.ui-datepicker-prev, .ui-datepicker-next { width:25px; font-size:16px; height:25px; display:inline-block; margin:0; cursor: pointer; color:#fff; }
.ui-datepicker-prev span { background-position:-147px -27px; overflow:hidden; width:25px; height:25px; position:static; margin:5px 0 0; }
.ui-datepicker-next span { background-position:-175px -27px; overflow:hidden; width:25px; height:25px; position:static; margin:5px 0 0; }
.ui-datepicker td span, .ui-datepicker td a { text-align:center; line-height:20px; }
.ui-datepicker-trigger { display:none; width:30px; height:30px; margin:8px 0 0 15px; vertical-align:top; overflow:hidden; background:transparent !important; padding:0; margin:0; position:absolute; right:-45px; top:7px; }
.calIcon { background-position:-205px -107px; width:30px; height:30px; display:block; vertical-align:top; }
/*==========================================================================================================================*/
/*================================================ Main CSS Theme Start ====================================================*/
/*==========================================================================================================================*/

/********** Layout **********/
.container{max-width:1280px; width:100%; margin: 0 auto;}
.homeSprite { background-image:url(../images/home-sprite.png); background-repeat:no-repeat; display: inline-block; vertical-align: middle; }

.readMoreLink { /*color:#f55f15;*/ color:#A83F0B; font-size: 0.938em; text-decoration: none;display: inline-block; }

/**********Header**********/
#header {left: 0; top: 0; width:100%; z-index:99; background:rgba(255, 255, 255, 0.9); position: relative !important; }
/*.innerPage #header{ position:static;}*/
.topStrip .row  { position: relative; }
.topStrip .row:before { position: absolute; bottom: 0; display:block; left: 15px; right: 15px; height:1px; content:""; background:rgba(0, 0, 0, 0.1); }
.topStrip .rightLinks { float: right; }
.topStrip ul {list-style:none; padding:0; margin:0}
.topStrip li { float:left; padding:0 10px; position:relative; }
.topStrip a { color: #2d2d2d; display: block; font-size: 0.813em; line-height:26px; text-decoration: none;}
.leftLink span { display: block; }
.topStrip a:hover {color:#1866c7}
.topStrip ul.leftLink li:first-child {padding-left:0;}
.topStrip ul.rightLinks li:last-child {padding-right:0;}
.topStrip li:last-child {padding-right:0;}
.topStrip .leftLink li:first-child:before, .topStrip .rightLinks li:first-child:before{display:none;}
.topStrip .rightLinks li.skip {/*background:url(../images/skip.png) no-repeat 11px 11px;*/ padding-left:35px;}
.topStrip .rightLinks li.screen {/*background:url(../images/screen.png) no-repeat 11px 11px;*/ padding-left:35px;}
.topStrip .rightLinks li.access {/*background:url(../images/access.png) no-repeat 8px 11px;*/ height: 35px; padding: 0; position: relative; width: 35px;}
.topStrip .rightLinks li.access a {display:block; line-height:35px; text-indent:-999em; overflow:hidden;}
.topStrip .rightLinks li.access a:hover { text-decoration:none}
.rightLinks a {line-height: 31px;}

.topStrip .leftLink li:before, .topStrip .rightLinks li:before {content:" "; position:absolute; left:-1px; top:50%; margin-top:-6px; z-index:auto; height:13px; width:1px; background:#777b7f; overflow:hidden; } 
.language .customSelect { background: rgba(0, 0, 0, 0) url(../images/lang_arrow.png) no-repeat scroll 100% 6px / 11px 8px; border: 0 none; cursor: pointer; color: #222222; height: 20px; margin: 0; padding: 0 10px 0 0; width: 60px; font-size: 13px;line-height: 19px; }
.language{ height: 31px;padding-top: 5px;}

#header, #header .topStrip, #logo img{transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s;}

.desktop #header.headerFixed, .desktop.innerPage #header.headerFixed { position:fixed; background:#fff; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);}
.desktop .headerFixed .topStrip{margin-top: -32px;}
.desktop .headerFixed .mainNavigation { background:#fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.desktop .headerFixed #logo img { width: 235px; }
/********** Access Control **********/
#accessControl input {float:left; height:31px; background:none;border:none; padding:0; width:22px; color:#2d2d2d; font-size:13px;line-height: 18px;}
#accessControl input:hover { color:#1866c7}
 
#accessControl .contrastChanger { width:19px; width:22px; background-repeat:no-repeat; overflow:hidden; text-indent:-9999px; text-transform:capitalize; background-position: center;} 
#accessControl .contrastChanger.normal { background-image:url(../images/a-light.jpg); margin:0;}
#accessControl .contrastChanger.wob { background-image:url(../images/a-dark.jpg);margin-right:7px; }
#accessControl .contrastChanger.dGreenTheme { background-image:url(../images/dark-green-theme-img.jpg); }
#accessControl .contrastChanger.blueTheme { background-image:url(../images/blue-theme-img.jpg); }
#accessControl .contrastChanger.greenTheme { background-image:url(../images/green-theme-img.jpg); }


.headerRow { padding-top:15px; }
#logo { float:left;}
#logo a:focus{display:block;}
.headerRightBlk { float:right; position: relative;padding-right: 50px; width:444px;}
.headerRightBlk .loginRegLink { margin: 0; padding: 1px 10px; list-style: none; display: inline-block; vertical-align: middle; border: 1px solid #f78948; border-radius: 25px; height: 42px; }
.headerRightBlk .loginRegLink li { display: inline-block; vertical-align: middle; position: relative; padding: 0 8px; }
.headerRightBlk .loginRegLink li:before { content:" "; position:absolute; left:-3px; top:50%; margin-top:-8px; z-index:auto; height:16px; width:1px; background:#16181a; overflow:hidden;}
.headerRightBlk .loginRegLink li:first-child:before { display: none; }
.headerRightBlk .loginRegLink li a { display: block; font-size: 0.938em; color:#010101; text-decoration: none; line-height: 36px;}
.headerRightBlk .loginRegLink li a:hover { color:#f78948; }
/*******Site Search*******/
.siteSearch { position: absolute; right:0; top: 0; }
.siteSearch .searchToggle { height: 42px; width: 42px; border: 1px solid #f78948; border-radius: 50%; color:#010101; line-height: 39px; text-align: center; cursor:pointer; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; z-index: 90; speak: inherit; -webkit-font-smoothing: antialiased; text-decoration:none; }

.siteSearch .searchToggle:focus,
.siteSearch .searchToggle:hover { color:#fff; background:#f78948; }
.sb-search { position: relative; width: 0px; min-width: 42px; height: 42px; float: right; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; -webkit-backface-visibility: hidden; border-radius:30px; }
.siteSearch .searchToggle:focus {    outline: 1px dotted #000;}
.siteSearch .sb-search-input:focus {outline: thin dotted; } 
.siteSearch .sb-search-input { position: absolute; top: 0; right: 0; background: none; width: 0; height: 42px; margin: 0; z-index: 10; padding: 7px 30px 7px 10px; font-family: inherit; font-size: 16px; font-weight:300; color: #232528; border-radius: 35px; transition: all 450ms ease 0s; -webkit-transition: all 450ms ease 0s; }
.sb-search-input::-webkit-input-placeholder { color: #232528;}
.sb-search-input:-moz-placeholder { color: #232528;}
.sb-search-input::-moz-placeholder { color: #232528;}
.sb-search-input:-ms-input-placeholder { color: #232528;}
.searchToggle, .sb-search-submit { width: 42px; height: 42px; display: block; position: absolute; right: 0; top: 0; padding: 0; margin: 0; line-height: 39px; text-align: center; cursor: pointer; border: 1px solid #f78948; border-radius: 50%; color:#010101; }
.siteSearch .sb-search-submit { background: #fff; }
.siteSearch .sb-search-submit:focus { outline:thin dotted;}

.sb-search.sb-search-open .sb-search-input { width: 400px; background:#fff; border: 1px solid #f78948; padding-right:52px; }
.sb-search.sb-search-open .searchToggle, .no-js .sb-search .searchToggle { background: #da6d0d; color: #fff; z-index: 11; }
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit { z-index: 90; }
/**********Header End**********/

/**********Footer**********/
.socialGroup { z-index:2; position: absolute; top: 484px; right:0; border-radius:5px 0 0 5px; overflow: hidden;
background: rgba(255,147,58,1);
background: -moz-linear-gradient(45deg, rgba(255,147,58,1) 0%, rgba(255,114,27,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,147,58,1)), color-stop(100%, rgba(255,114,27,1)));
background: -webkit-linear-gradient(45deg, rgba(255,147,58,1) 0%, rgba(255,114,27,1) 100%);
background: -o-linear-gradient(45deg, rgba(255,147,58,1) 0%, rgba(255,114,27,1) 100%);
background: -ms-linear-gradient(45deg, rgba(255,147,58,1) 0%, rgba(255,114,27,1) 100%);
background: linear-gradient(45deg, rgba(255,147,58,1) 0%, rgba(255,114,27,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff933a', endColorstr='#ff721b', GradientType=1 );
}
.socialGroup ul { margin: 0; padding: 0; list-style: none; }
.socialGroup ul li { display: block; }
.socialGroup ul li a { display: block; padding: 6px 12px; color:#ffe3d1; text-decoration: none; font-size:22px; text-align: center; }
.socialGroup ul li a:hover { background-color:#1866c7; color:#fff; }

.megaFooter { padding:0 0 50px; background-color:#eaeaea; }
.megaFooter .row { margin: 0 -22px; }
.megaFooter .col { float:left; padding: 0 22px; border-right: 1px solid #b6b5c1; max-width:289px; }
.megaFooter .col4, .megaFooter .col5 { border-width:0;}
.megaFooter h2{font-size: 24px; color:#222; font-family: 'proxima_nova'; font-weight:700; position:relative; margin-bottom:25px;}
.footerLinkList { margin: 0; padding: 0; list-style: none; }
.footerLinkList li { display: block; }
.footerLinkList li a { display: block; color:#414042; text-decoration:none; padding: 5px 0 5px 13px; position: relative; }
.footerLinkList li a:before { position: absolute; left: 0; top: 4px; font-family:'FontAwesome'; content:"\f105"; transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; }


.footerLinkList li a:hover, .dirContact .dirContactLink:hover { color:#f55f15; }
.footerContact p { margin-bottom: 10px; }
.footerContact .footerFax { margin-bottom:0; position: relative; padding-left: 35px; }
.footerContact .footerFax span { position: absolute; left: 0; top: -1px; }
.dirContact > div { margin-bottom: 25px; }
.dirContact > div:last-child { margin-bottom: 0; }
.dirContact a{font-size: 21px; color:#222; font-family: 'proxima_nova'; font-weight:700; text-decoration:none;}
.dirContact .button { color:#fff; }

.siteCopyright { background-color:#0b224e; padding: 25px 0; }
.footerLinks { margin: 0 -10px; padding: 0 0 7px 0; list-style: none; }
.footerLinks li { display: inline-block; vertical-align: middle; padding: 0 10px; position: relative; }
.footerLinks li:before { position: absolute; right:-3px; top:50%; width:1px; height: 12px; margin-top:-6px; content:""; background-color:#fff; }
.footerLinks li:last-child:before { display: none; }
.footerLinks li a { color:#fff; text-decoration: none; }
.footerLinks li a:hover { color:#f55f15; }
.footerLinks li.screenRdLink, .topStrip ul.loginRegLink { display:none;}
.siteVisitorBlk { position: absolute; right:15px; top:0; text-align: right; }
.siteVisitorBlk p { margin-bottom: 5px; color:#fff; }
.siteCopyright .copyrightText { color:#fff; margin-bottom: 0; }
.footerLinks .leftLinkItem { display: none; }
/**********Footer End**********/


/**********Slider Arrow**********/
.sliderWhiteArrowPrev, .sliderWhiteArrowNext { width: 44px; height: 44px; border-radius:50%; border: 1px solid #fff; display: inline-block; vertical-align: middle; }

.sliderWhiteArrowPrev.swiper-button-disabled, .sliderWhiteArrowNext.swiper-button-disabled { opacity:0.4; cursor:default;}

.sliderWhiteArrowPrev:hover, .sliderWhiteArrowNext:hover{ background-color:#fff; }
.sliderWhiteArrowPrev{background-position: -1px -102px;}
.sliderWhiteArrowPrev:hover{background-position: -46px -102px;}
.sliderWhiteArrowNext{background-position: 0 -146px;}
.sliderWhiteArrowNext:hover{background-position: -45px -146px;}

.sliderOrangeArrowPrev, .sliderOrangeArrowNext { width: 44px; height: 44px; border-radius:50%; border: 1px solid #f77f44; display: inline-block; vertical-align: middle; }

.sliderOrangeArrowPrev.swiper-button-disabled, .sliderOrangeArrowNext.swiper-button-disabled { opacity:0.4; cursor:default;}

.sliderOrangeArrowPrev:hover, .sliderOrangeArrowNext:hover{ background-color:#f77f44; }
.sliderOrangeArrowPrev{background-position: -90px -102px;}
.sliderOrangeArrowPrev:hover{background-position: -134px -102px;}
.sliderOrangeArrowNext{background-position: -90px -146px;}
.sliderOrangeArrowNext:hover{background-position: -134px -146px;}

#backtotop { cursor:pointer; display:none; height:42px; width:42px; overflow:hidden; position:fixed; right:30px; bottom:120px; z-index:13; display:none; text-decoration:none; box-shadow:0 0 10px rgba(0, 0, 0, 0.5);}
#backtotop>span { position:relative; display:block; width:42px; height:42px; line-height:42px; font-size:22px; text-align:center; color:#fff; background-color:#1866c7; -webkit-transition:color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out; -moz-transition:color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;transition:color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;overflow:hidden; }
#backtotop:hover > span { background:#ff7f30; color:#fff; }
#backtotop>span:after { content:'TOP'; position:absolute; top:150%; left:48%; -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:.45s cubic-bezier(.54, .13, 0, 1.43);-moz-transition:.45s cubic-bezier(.54, .13, 0, 1.43);transition:.45s cubic-bezier(.54, .13, 0, 1.43);font-weight:600; font-size:12px; }
#backtotop>span:hover:after { top:50%; }
#backtotop span span { display:block; line-height:inherit; }
#backtotop span.angle-up { display:block; background:url(../images/back-top-arrow.png) no-repeat 0 0; width:40px; height:40px; }
#backtotop>span span.angle-up { -webkit-transition:.15s ease 50ms;-moz-transition:.15s ease 50ms;transition:.15s ease 50ms;}
#backtotop>span:hover span.angle-up { -webkit-transform:translateY(-50px); -moz-transform:translateY(-50px); transform:translateY(-50px); -webkit-transition:.15s ease;-moz-transition:.15s ease;transition:.15s ease;}

.modal-lg { width:100%; max-width:1100px; }
.modal-header{background-color: #ff9a42; padding: 10px 15px; color:#fff; position: relative;}
.modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6 { color:#fff; font-size: 24px; }
.modal-header h2 small, .modal-header h3 small, .modal-header h4 small, .modal-header h5 small, .modal-header h6 small { color:#fff; }
.modal-header .close { position: absolute; float:none; right:0;top:0; height:100%; color:#fff; width:55px; text-align: center; font-size:34px; opacity:1; margin:0; background-color:#db7f30; border-radius:0; }
.modal-content{border-radius:0; }

.user-login-form{border: 0 none;background-color:#fff;padding: 30px 30px;max-width: 500px;margin: 20px auto 40px;box-shadow: 1px 5px 37px rgba(0,0,0,0.15);border-radius: 5px;-webkit-border-radius: 5px;}

.user-login-form .form-item:first-child, .user-pass .form-item:first-child, .user-login-form .form-item-pass { position: relative; }
.user-login-form input[type="text"], .user-login-form input[type="password"], .user-pass input[type="text"], .captcha input[type="text"] {    padding-left: 35px !important; height:40px;}
.user-login-form .form-item:first-child::before, .user-pass .form-item:first-child:before { content: "\f007"; font-family: 'FontAwesome'; position: absolute; left: 10px; top: 4px; font-size: 24px;  color: #ccc;}
.user-login-form .form-item.form-type-password:before {content: "\f13e";font-family: 'FontAwesome';position: absolute; left: 10px;top: 4px;font-size: 24px;color: #ccc;}
.user-login-form .form-item label, .user-register-form .form-item label, .user-pass .form-item label, .otp-verification-form label {display: none;}
.user-login-form .description{ color: #8c8b8b;padding-top: 5px;}

/**************High Contrast View**************/
.wob #logo img { opacity:0; visibility: hidden; }
.wob #logo a { background:url(../images/logo-white.png) no-repeat 0 0; display:block;background-size: 100%; }
body.wob, .wob .aparBlock .aparBlockBox, .wob .siteCopyright, .wob .socialGroup ul li a:hover, .wob .topStrip, .wob .mainNavigation, .wob.desktop .headerFixed .mainNavigation, .wob .labSpecialFeatures, .wob .labAvailableBeams, .wob .labAvailableBeams .beamsList li:before, .wob .testDetailTable, .wob .testDetailTable table tr:nth-child(2n+1) td, .wob .testDetailTable table tr td, .wob .researchInfrastructure, .wob .peoplebox, .wob .mediaSection, .wob .contactBox { background:#000; color:#fff;}

.wob a, .wob .aparBlock .aparBlockBox .aparCateName, .wob .iuacFacilities .iuacFacilitiesBox .iuacFacilitiesName, .wob .photoWidget .photoTitle, .wob .headerRightBlk .loginRegLink li a, .wob #nav li a, .wob .homeAnnouncement .viewAll, .wob .resTab .tabNav a:hover, .wob .resTab .tabNav .r-tabs-state-active a, .wob .resrchAreasBlock h3 a, .wob .eventWidgetItem h3 a, .wob .whatsNewWidgetItem a, .wob .footerLinkList li a, .wob #nav ul li a, .wob #nav ul li:last-child a, .wob .socialGroup ul li a, .wob .researchInfrastructure .resTab .tabNav li a, .wob .readMoreLink.whiteFont, .wob .scientistsBox p a, .wob .eventBox h2 a, .wob .rtiList .rtiItem{color: #ffff00;}
.wob #header { background:rgba(0, 0, 0, 0.2);}
.wob a:hover, .wob a:focus, .wob .aparBlock .aparBlockBox:hover .aparCateName, .wob .iuacFacilities .iuacFacilitiesBox:hover .iuacFacilitiesName, .wob .photoWidget:hover .photoTitle, .wob .headerRightBlk .loginRegLink li a:hover, .wob #nav li a:hover, .wob .homeAnnouncement .viewAll:hover, .wob .resrchAreasBlock h3 a:hover, .wob .resrchAreasBlock h3 a:hover, .wob .resrchAreasBlock:hover h3 a, .wob .eventWidgetItem h3 a:hover, .wob .whatsNewWidgetItem a:hover, .wob .footerLinkList li a:hover, .wob .socialGroup ul li a:hover, .wob .footerLinkList li a:hover, .wob .dirContact .dirContactLink:hover, .wob .readMoreLink.whiteFont:hover, .wob .footerLinks li a:hover, .wob .scientistsBox p a:hover, .wob .eventBox h2 a:hover, .wob .rtiList .rtiItem:hover{color: #00ff00;}

.wob input[type="button"], .wob input[type="reset"], .wob button, .wob .button, .wob input[type="submit"].cancelBtn, .wob input[type="button"].cancelBtn, .wob input[type="reset"].cancelBtn, .wob .borderButton, .wob .whiteBorderButton, .wob #nav > li:last-child > a {color:#000;background:#ffff00; border:0;}
.wob input[type="submit"]:hover, .wob input[type="button"]:hover, .wob input[type="reset"]:hover, .wob button:hover, .wob .button:hover, .wob input[type="button"]:focus, .wob input[type="reset"]:focus, .wob button:focus, .wob .button:focus, .wob input[type="submit"].cancelBtn:hover, .wob input[type="button"].cancelBtn:hover, .wob input[type="reset"].cancelBtn:hover, .wob .borderButton:hover, .wob .borderButton:focus, .wob .borderButton:active, .wob .whiteBorderButton:hover, .wob .whiteBorderButton:focus, .wob .whiteBorderButton:active, .wob #nav li:last-child > a:hover {color:#000;background:#00ff00; border:0;  }

.wob .homeIuac h2, .wob .accelerators h2, .wob .researchAreas h2, .wob .iuacFacilities h2, .wob h2, .wob h3, .wob h4, .wob h5, .wob h6, .wob h2 .titleOrange, .wob .directorDesk h2, .wob .directorDesk h3, .wob .whatsNewWidget h2, .wob .eventWidget h2, .wob .whatsNewWidgetItem .whatsNewWidgetDate, .wob #accessControl input, .wob .language .customSelect, .wob h2.multiColor span, .wob .aboutLaboratory h2 span, h2 .wob .smallFont, .wob .orangeColor, .wob .labGroupMemberList .memberBox p, .wob ul.checkTextList li:before, .wob .labGroupMemberList .memberBox p .fa, .wob .testDetailTable table tr td:last-child, .wob .reletedLinks li, .wob .reletedLinks .degText, .wob .injectorProgram p span, .wob .staf-cal span, .wob .peopleList-detail p span, .wob .peopleList-detail i, .wob .researchPeople h3, .wob .mediaSection .contactDetail h3, .wob .mediaSection .contactAddress p, .wob .mediaSection .contactAddress ul li .contacttype, .wob .mediaSection .contactAddress .fa, .wob .msMainNav.bulletText li:before, .wob .scientistsBox h3 small, .wob .blueMark, .wob .eleLabBox h3, .wob .eleLabBox h4, .wob .largePara, .wob .faqRow .q h3, .wob .contactBox h3, .wob .contactBox .fa, .wob .edLabTechServices.eleLabBox h3, .wob .edLabTechServices.eleLabBox small, .wob .academicCell h3, .wob .academicCell h3 small, .wob .programmeDate .fa, .wob .eventBox .eventDate, .wob .node-facility-utilization-request-for-form label, .wob .node-facility-utilization-request-for-form .label, .wob .node-facility-utilization-request-for-form .fieldset-legend, .wob .resrchAreasBlock a.researchTexta, .wob .eventWidgetItem .eventDate{ color:#fff;}
.wob h2:before { background:#fff !important; }

.wob .directorDesk, .wob .accelerators, .wob .alumniBox { background:#222;}
.wob .acceleratorsTab .acceleratorsTabNav, .wob .eventWidgetItem .eventWidgetCard, .wob .eventWidget, .wob th, .wob .labOperational, .wob .aboutLaboratory, .wob .labGroupMember, .wob .graySection, .wob .oddEvenRow:nth-child(2n), .wob .researchInfrastructure .resTab .tabNav li a, .wob .researchPeople, .wob .mediaSection .contactAddress, .wob .mediaSection:before, .wob .mediaGallerySection, .wob .msMainNav.bulletText li, .wob .scientistsBox, .wob .modal-header, .wob .iuacAddress {background:#333;}
.wob .directorPhoto:before, .wob .acceleratorsTab .tabContainer, .wob .studentCorner, .wob .resrchAreasBlock, .wob .homeAnnouncement, .wob .acceleratorsTab .acceleratorsTabNav .r-tabs-state-active a, .wob .acceleratorsTab .acceleratorsTabNav li a:hover, .wob .aparBlock, .wob .iuacFacilities .iuacFacilitiesBox:hover, .wob .megaFooter, .wob .photoWidget, .wob .socialGroup, .wob td, .wob .labGroupMemberList .memberBox, .wob .researchInfrastructure .resTab .tabNav .r-tabs-state-active a, .wob .modal-body, .wob .resTab .tabNav, .wob .contactBlock, .wob .labEmailBox, .wob .edLabTechServices.eleLabBox, .wob .grayBox, .wob .programmeDate, .wob .eventBox, .wob .contactMap { background:#555;}
.wob table tr:nth-child(2n+1) td, .tableRowOdd, .wob.desktop #header.headerFixed { background-color:#777;}

.wob .acceleratorsTab .acceleratorsTabNav li a:before, .wob .acceleratorsTab .acceleratorsTabNav li a:after, .wob .iuacHomeMedia:before { display: none; }

.wob .language .customSelect { background: rgba(0, 0, 0, 0) url(../images/lang_arrow-white.png) no-repeat scroll 100% 6px / 11px 8px;}
.wob .sliderOrangeArrowPrev, .wob .sliderOrangeArrowNext { border-color:#fff;}
.wob .sliderOrangeArrowPrev:hover, .wob .sliderOrangeArrowNext:hover { background-color:#000;}
.wob .sliderOrangeArrowPrev { background-position:-1px -102px;}
.wob .sliderOrangeArrowNext { background-position:0 -146px;}
.wob .eventWidget .sliderNav { bottom: 27px; }
.wob #backtotop > span, .wob #backtotop > span { background:#777; color:#000;}
.wob #backtotop:hover > span{ background:#00ff00;color:#000;}
.wob .headerRightBlk .loginRegLink, .wob .siteSearch .searchToggle, .wob .sb-search.sb-search-open .sb-search-input { border-color:#fff; background:#000; color:#ffff00}
.wob .sb-search.sb-search-open .sb-search-input { color:#fff; }
.wob #nav ul { background:#555; border-color:#ffff00;}
.wob #nav ul li a, .wob #nav ul li:last-child a { border-bottom-color:#7d7d7d;}
.wob #nav ul li:hover > a, .wob #nav ul li:last-child:hover a {background-color: #777; color:#00ff00 !important;}
.wob #nav li a:before { background:#ffff00;}
.wob .photoVideoTab .homePhotoVideoTabNav li a, .wob .labAvailableBeams .markText { opacity:1;}
.wob .accordion .accTrigger{background-color: #222; color:#fff; border-color: #333;}
.wob .accordion .accTrigger.active{background-color: #00ff00; color:#000;}
.wob .accordion .accTrigger.active:before { color:#000;}
.wob table, .wob .tableData { border-top-color:#575757;border-left-color:#575757;}
.wob th, .wob td, .wob .tableData th, .wob .tableData td{border-bottom-color: #575757; border-right-color: #575757;}
.wob .downloadPdfBtn { background:#777; border-color:#777;}
.wob .downloadPdfBtnTop { background:#777;}
.wob .oddEvenRow .imgHolder:before{border-color:#fff;}
.wob .researchInfrastructure .tabContainer{border-color:#555;}
.wob .researchInfrastructure .resTab .tabNav li{margin-bottom: 0;border-bottom: 2px solid#000;}
.wob .mediaSection .publicationList li { border-bottom-color:#535353;}
.wob .mediaGalleryTab.resTab .tabNav li a:hover, .wob .mediaGalleryTab.resTab .tabNav .r-tabs-state-active a { background-color: #000;border-color:#000; }
.wob .resTab .tabNav .r-tabs-state-active a { background:#000;}
.wob .eleLabBox, .wob .contactBox { border: 0; }
.wob .socialContact ul li a { background:#000;color: #ffff00;}
.wob .socialContact ul li a:hover { background:#00ff00;color: #000;}
.wob .researchAreas .accordion .accTrigger.active, .wob .researchAreas .accordion .accTrigger { background: none; color:#fff; }
.wob .photoVideoTab .homePhotoVideoTabNav { background: none; }
.wob .view-annual-report h2 a { text-decoration: none; }
.wob.hasJS select.customSelect option { background:#000;}

/**************High Contrast View Pink**************/
/*.sWob .topStrip a, .sWob .homeIuac h2, .sWob .accelerators h2, .sWob .researchAreas h2, .sWob .iuacFacilities h2, .sWob h2 .titleOrange, .sWob .directorDesk h2, .sWob .resrchAreasBlock h3 a, .sWob .aparBlock .aparBlockBox .aparCateName, .sWob .eventWidget h2, .sWob .whatsNewWidget h2, .sWob .megaFooter h2, .sWob .headerRightBlk .loginRegLink li a, .sWob a, .sWob .aparBlock .aparBlockBox .aparCateName, .sWob .iuacFacilities .iuacFacilitiesBox .iuacFacilitiesName, .sWob .photoWidget .photoTitle, .sWob .headerRightBlk .loginRegLink li a, .sWob .homeAnnouncement .viewAll, .sWob .resTab .tabNav a:hover, .sWob .resTab .tabNav .r-tabs-state-active a, .sWob .resrchAreasBlock h3 a, .sWob .eventWidgetItem h3 a, .sWob .whatsNewWidgetItem a, .sWob .footerLinkList li a, .sWob .socialGroup ul li a, .sWob .researchInfrastructure .resTab .tabNav li a, .sWob .readMoreLink.whiteFont, .sWob .scientistsBox p a, .sWob .eventBox h2 a, .sWob #nav > li > a, .sWob h1, .sWob h2, .sWob h3, .sWob h4, .sWob h5, .sWob h6, .sWob h2.multiColor span, .sWob .injectorProgram p span, .sWob .staf-cal span, .sWob .researchPeople h3, .sWob .blueMark, .sWob .eleLabBox h3, .sWob .eleLabBox h4, .sWob .largePara, .sWob .contactBox h3, .sWob .contactBox .fa, .sWob .edLabTechServices.eleLabBox h3, .sWob .academicCell h3, .sWob .programmeDate .fa, .sWob .eventBox .eventDate{color: #f65868;}

.sWob .resrchAreasBlock h3 a:hover, .sWob .aparBlock .aparBlockBox:hover .aparCateName, .sWob .headerRightBlk .loginRegLink li a:hover, .sWob .topStrip a:hover, .sWob a:hover, .sWob a:focus, .sWob .aparBlock .aparBlockBox:hover .aparCateName, .sWob .iuacFacilities .iuacFacilitiesBox:hover .iuacFacilitiesName, .sWob .photoWidget:hover .photoTitle, .sWob .headerRightBlk .loginRegLink li a:hover, .sWob .homeAnnouncement .viewAll:hover, .sWob .resrchAreasBlock h3 a:hover, .sWob .resrchAreasBlock h3 a:hover, .sWob .resrchAreasBlock:hover h3 a, .sWob .eventWidgetItem h3 a:hover, .sWob .whatsNewWidgetItem a:hover, .sWob .footerLinkList li a:hover, .sWob .socialGroup ul li a:hover, .sWob .footerLinkList li a:hover, .sWob .dirContact .dirContactLink:hover, .sWob .readMoreLink.whiteFont:hover, .sWob .footerLinks li a:hover, .sWob .scientistsBox p a:hover, .sWob .eventBox h2 a:hover, .sWob .reletedLinks li, .sWob .faqRow .q h3{ color:#222;}

.sWob #nav > li:last-child > a, .sWob #nav li a:before, .sWob .homeAnnouncement, .sWob .homeIuac h2:before, .sWob .directorDesk h2:before, .sWob .accelerators h2:before, .sWob .researchAreas h2:before, .sWob .studentCorner h3:before, .sWob .iuacFacilities h2:before, .sWob .eventWidget h2:before, .sWob .whatsNewWidget h2:before, .sWob .megaFooter h2:before, .sWob #nav ul, .sWob .directorPhoto:before, .sWob .acceleratorsTab .acceleratorsTabNav, .sWob .studentCorner, .sWob .socialGroup, .sWob #backtotop > span, .sWob .siteSearch .searchToggle:hover, .sWob .iuacHomeMedia:before, .sWob .siteCopyright, .sWob .accordion .accTrigger, .sWob th, .sWob .tableData th, .sWob h2:before, .sWob .downloadPdfBtnTop, .sWob .modal-header, .sWob .researchInfrastructure .resTab .tabNav .r-tabs-state-active a, .sWob .mediaSection, .sWob .mediaGalleryTab.resTab .tabNav li a:hover, .sWob .mediaGalleryTab.resTab .tabNav .r-tabs-state-active a, .sWob .faqRow .a::before, .sWob .iuacAddress { background:#f65868;}


.sWob input[type="button"], .sWob input[type="reset"], .sWob button, .sWob .button, .sWob input[type="submit"].cancelBtn, .sWob input[type="button"].cancelBtn, .sWob input[type="reset"].cancelBtn, .sWob .borderButton, .sWob .whiteBorderButton, .sWob #nav > li:last-child > a {color:#fff;background:#f65868; border:0;}

.sWob input[type="submit"]:hover, .sWob input[type="button"]:hover, .sWob input[type="reset"]:hover, .sWob button:hover, .sWob .button:hover, .sWob input[type="button"]:focus, .sWob input[type="reset"]:focus, .sWob button:focus, .sWob .button:focus, .sWob input[type="submit"].cancelBtn:hover, .sWob input[type="button"].cancelBtn:hover, .sWob input[type="reset"].cancelBtn:hover, .sWob .borderButton:hover, .sWob .borderButton:focus, .sWob .borderButton:active, .sWob .whiteBorderButton:hover, .sWob .whiteBorderButton:focus, .sWob .whiteBorderButton:active, .sWob #nav li:last-child > a:hover, .sWob .homePhotoVideo .whiteBorderButton:hover, .sWob .photoWidgetSliderWrap .whiteBorderButton, .sWob .socialGroup ul li a:hover, .sWob .modal-header .close, .sWob .socialContact ul li a:hover {color:#fff;background:#af2c39; border:0;  }

.sWob .headerRightBlk .loginRegLink, .sWob .siteSearch .searchToggle, .sWob .downloadPdfBtn, .sWob .oddEvenRow .imgHolder:before, .sWob .researchInfrastructure .tabContainer, .sWob .mediaGalleryTab.resTab .tabNav li a:hover, .sWob .mediaGalleryTab.resTab .tabNav .r-tabs-state-active a, .sWob .eleLabBox, .sWob .contactBox, .sWob .edLabTechServices.eleLabBox { border-color: #f65868}


.sWob .eventWidget .sliderNav { bottom: 28px; }

.sWob #nav ul li:hover > a, .sWob #nav ul li:last-child:hover a, .sWob .accordion .accTrigger:hover, .sWob .accordion .accTrigger.active { background:#db4655;}
.sWob #nav ul li a, .sWob #nav ul > li:last-child > a { border-color: #fba4ac}
.sWob .photoVideoTab .homePhotoVideoTabNav li a, .sWob .photoVideoTab .homePhotoVideoTabNav .r-tabs-state-active a, .sWob .socialGroup ul li a, .sWob .researchInfrastructure .resTab .tabNav .r-tabs-state-active a { color:#fff; }
.sWob .photoWidget{box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);}
.sWob .accordion .accTrigger, .sWob .modal-header h2, .sWob .modal-header h3, .sWob .modal-header h4, .sWob .modal-header h5, .sWob .modal-header h6, .gWob .photoVideoTab .tabNav.homePhotoVideoTabNav li a:hover { color:#fff; }
.sWob .laboratoryIntro .imgHolder:before { border-top-color:#f65868;}
.sWob .socialContact ul li a{background:#fff; color:#f65868;}
.sWob .iuacAddress .downloadPdfBtn { border: 2px solid #fff; }
.sWob .studentCornerAcc .accTrigger.active{ background: none; }*/

/**************High Contrast View Green**************/
/*.gWob .topStrip a, .gWob .homeIuac h2, .gWob .accelerators h2, .gWob .researchAreas h2, .gWob .iuacFacilities h2, .gWob h2 .titleOrange, .gWob .directorDesk h2, .gWob .resrchAreasBlock h3 a, .gWob .aparBlock .aparBlockBox .aparCateName, .gWob .eventWidget h2, .gWob .whatsNewWidget h2, .gWob .megaFooter h2, .gWob .headerRightBlk .loginRegLink li a, .gWob a, .gWob .aparBlock .aparBlockBox .aparCateName, .gWob .iuacFacilities .iuacFacilitiesBox .iuacFacilitiesName, .gWob .photoWidget .photoTitle, .gWob .headerRightBlk .loginRegLink li a, .gWob .homeAnnouncement .viewAll, .gWob .resTab .tabNav a:hover, .gWob .resTab .tabNav .r-tabs-state-active a, .gWob .resrchAreasBlock h3 a, .gWob .eventWidgetItem h3 a, .gWob .whatsNewWidgetItem a, .gWob .footerLinkList li a, .gWob .socialGroup ul li a, .gWob .researchInfrastructure .resTab .tabNav li a, .gWob .readMoreLink.whiteFont, .gWob .scientistsBox p a, .gWob .eventBox h2 a, .gWob #nav > li > a, .gWob h1, .gWob h2, .gWob h3, .gWob h4, .gWob h5, .gWob h6, .gWob h2.multiColor span, .gWob .injectorProgram p span, .gWob .staf-cal span, .gWob .researchPeople h3, .gWob .blueMark, .gWob .eleLabBox h3, .gWob .eleLabBox h4, .gWob .largePara, .gWob .contactBox h3, .gWob .contactBox .fa, .gWob .edLabTechServices.eleLabBox h3, .gWob .academicCell h3, .gWob .programmeDate .fa, .gWob .eventBox .eventDate{color: #009966;}

.gWob .resrchAreasBlock h3 a:hover, .gWob .aparBlock .aparBlockBox:hover .aparCateName, .gWob .headerRightBlk .loginRegLink li a:hover, .gWob .topStrip a:hover, .gWob a:hover, .gWob a:focus, .gWob .aparBlock .aparBlockBox:hover .aparCateName, .gWob .iuacFacilities .iuacFacilitiesBox:hover .iuacFacilitiesName, .gWob .photoWidget:hover .photoTitle, .gWob .headerRightBlk .loginRegLink li a:hover, .gWob .homeAnnouncement .viewAll:hover, .gWob .resrchAreasBlock h3 a:hover, .gWob .resrchAreasBlock h3 a:hover, .gWob .resrchAreasBlock:hover h3 a, .gWob .eventWidgetItem h3 a:hover, .gWob .whatsNewWidgetItem a:hover, .gWob .footerLinkList li a:hover, .gWob .socialGroup ul li a:hover, .gWob .footerLinkList li a:hover, .gWob .dirContact .dirContactLink:hover, .gWob .readMoreLink.whiteFont:hover, .gWob .footerLinks li a:hover, .gWob .scientistsBox p a:hover, .gWob .eventBox h2 a:hover, .gWob .reletedLinks li, .gWob .faqRow .q h3, .gWob .whatsNewWidgetItem .whatsNewWidgetDate{ color:#222;}

.gWob #nav > li:last-child > a, .gWob #nav li a:before, .gWob .homeAnnouncement, .gWob .homeIuac h2:before, .gWob .directorDesk h2:before, .gWob .accelerators h2:before, .gWob .researchAreas h2:before, .gWob .studentCorner h3:before, .gWob .iuacFacilities h2:before, .gWob .eventWidget h2:before, .gWob .whatsNewWidget h2:before, .gWob .megaFooter h2:before, .gWob #nav ul, .gWob .directorPhoto:before, .gWob .acceleratorsTab .acceleratorsTabNav, .gWob .studentCorner, .gWob .socialGroup, .gWob #backtotop > span, .gWob .siteSearch .searchToggle:hover, .gWob .iuacHomeMedia:before, .gWob .siteCopyright, .gWob .accordion .accTrigger, .gWob th, .gWob .tableData th, .gWob h2:before, .gWob .downloadPdfBtnTop, .gWob .modal-header, .gWob .researchInfrastructure .resTab .tabNav .r-tabs-state-active a, .gWob .mediaSection, .gWob .mediaGalleryTab.resTab .tabNav li a:hover, .gWob .mediaGalleryTab.resTab .tabNav .r-tabs-state-active a, .gWob .faqRow .a::before, .gWob .iuacAddress { background:#009966;}


.gWob input[type="button"], .gWob input[type="reset"], .gWob button, .gWob .button, .gWob input[type="submit"].cancelBtn, .gWob input[type="button"].cancelBtn, .gWob input[type="reset"].cancelBtn, .gWob .borderButton, .gWob .whiteBorderButton, .gWob #nav > li:last-child > a {color:#fff;background:#009966; border:0;}

.gWob input[type="submit"]:hover, .gWob input[type="button"]:hover, .gWob input[type="reset"]:hover, .gWob button:hover, .gWob .button:hover, .gWob input[type="button"]:focus, .gWob input[type="reset"]:focus, .gWob button:focus, .gWob .button:focus, .gWob input[type="submit"].cancelBtn:hover, .gWob input[type="button"].cancelBtn:hover, .gWob input[type="reset"].cancelBtn:hover, .gWob .borderButton:hover, .gWob .borderButton:focus, .gWob .borderButton:active, .gWob .whiteBorderButton:hover, .gWob .whiteBorderButton:focus, .gWob .whiteBorderButton:active, .gWob #nav li:last-child > a:hover, .gWob .homePhotoVideo .whiteBorderButton:hover, .gWob .photoWidgetSliderWrap .whiteBorderButton, .gWob .socialGroup ul li a:hover, .gWob .modal-header .close, .gWob .socialContact ul li a:hover {color:#fff;background:#007d53; border:0;  }

.gWob .headerRightBlk .loginRegLink, .gWob .siteSearch .searchToggle, .gWob .downloadPdfBtn, .gWob .oddEvenRow .imgHolder:before, .gWob .researchInfrastructure .tabContainer, .gWob .mediaGalleryTab.resTab .tabNav li a:hover, .gWob .mediaGalleryTab.resTab .tabNav .r-tabs-state-active a, .gWob .eleLabBox, .gWob .contactBox, .gWob .edLabTechServices.eleLabBox { border-color: #009966}


.gWob .eventWidget .sliderNav { bottom: 28px; }

.gWob #nav ul li:hover > a, .gWob #nav ul li:last-child:hover a, .gWob .accordion .accTrigger:hover, .gWob .accordion .accTrigger.active { background:#007d53;}
.gWob #nav ul li a, .gWob #nav ul > li:last-child > a { border-color: #007d53}
.gWob .photoVideoTab .homePhotoVideoTabNav li a, .gWob .photoVideoTab .homePhotoVideoTabNav .r-tabs-state-active a, .gWob .socialGroup ul li a, .gWob .researchInfrastructure .resTab .tabNav .r-tabs-state-active a { color:#fff; }
.gWob .photoWidget{box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);}
.gWob .accordion .accTrigger, .gWob .modal-header h2, .gWob .modal-header h3, .gWob .modal-header h4, .gWob .modal-header h5, .gWob .modal-header h6, .gWob .photoVideoTab .tabNav.homePhotoVideoTabNav li a:hover { color:#fff; }
.gWob .laboratoryIntro .imgHolder:before { border-top-color:#009966;}
.gWob .socialContact ul li a{background:#fff; color:#009966;}
.gWob .iuacAddress .downloadPdfBtn { border: 2px solid #fff; }
.gWob .studentCornerAcc .accTrigger.active { background: none; }*/



/**************High Contrast View, Dark Green Color**************/
.dGreenTheme #logo img { opacity:0; visibility: hidden; }
.dGreenTheme #logo a { background:url(../images/logo-white.png) no-repeat 0 0; display:block;background-size: 100%; }
body.dGreenTheme, .dGreenTheme .aparBlock .aparBlockBox, .dGreenTheme .siteCopyright, .dGreenTheme .socialGroup ul li a:hover, .dGreenTheme .topStrip, .dGreenTheme .mainNavigation, .dGreenTheme.desktop .headerFixed .mainNavigation, .dGreenTheme .labSpecialFeatures, .dGreenTheme .labAvailableBeams, .dGreenTheme .labAvailableBeams .beamsList li:before, .dGreenTheme .testDetailTable, .dGreenTheme .testDetailTable table tr:nth-child(2n+1) td, .dGreenTheme .testDetailTable table tr td, .dGreenTheme .researchInfrastructure, .dGreenTheme .peoplebox, .dGreenTheme .mediaSection, .dGreenTheme .contactBox { background:#808000; color:#fff;}

.dGreenTheme a, .dGreenTheme .aparBlock .aparBlockBox .aparCateName, .dGreenTheme .iuacFacilities .iuacFacilitiesBox .iuacFacilitiesName, .dGreenTheme .photoWidget .photoTitle, .dGreenTheme .headerRightBlk .loginRegLink li a, .dGreenTheme #nav li a, .dGreenTheme .homeAnnouncement .viewAll, .dGreenTheme .resTab .tabNav a:hover, .dGreenTheme .resTab .tabNav .r-tabs-state-active a, .dGreenTheme .resrchAreasBlock h3 a, .dGreenTheme .eventWidgetItem h3 a, .dGreenTheme .whatsNewWidgetItem a, .dGreenTheme .footerLinkList li a, .dGreenTheme #nav ul li a, .dGreenTheme #nav ul li:last-child a, .dGreenTheme .socialGroup ul li a, .dGreenTheme .researchInfrastructure .resTab .tabNav li a, .dGreenTheme .readMoreLink.whiteFont, .dGreenTheme .scientistsBox p a, .dGreenTheme .eventBox h2 a{color: #ffff00;}
.dGreenTheme #header { background:rgba(0, 0, 0, 0.2);}
.dGreenTheme a:hover, .dGreenTheme a:focus, .dGreenTheme .aparBlock .aparBlockBox:hover .aparCateName, .dGreenTheme .iuacFacilities .iuacFacilitiesBox:hover .iuacFacilitiesName, .dGreenTheme .photoWidget:hover .photoTitle, .dGreenTheme .headerRightBlk .loginRegLink li a:hover, .dGreenTheme #nav li a:hover, .dGreenTheme .homeAnnouncement .viewAll:hover, .dGreenTheme .resrchAreasBlock h3 a:hover, .dGreenTheme .resrchAreasBlock h3 a:hover, .dGreenTheme .resrchAreasBlock:hover h3 a, .dGreenTheme .eventWidgetItem h3 a:hover, .dGreenTheme .whatsNewWidgetItem a:hover, .dGreenTheme .footerLinkList li a:hover, .dGreenTheme .socialGroup ul li a:hover, .dGreenTheme .footerLinkList li a:hover, .dGreenTheme .dirContact .dirContactLink:hover, .dGreenTheme .readMoreLink.whiteFont:hover, .dGreenTheme .footerLinks li a:hover, .dGreenTheme .scientistsBox p a:hover, .dGreenTheme .eventBox h2 a:hover{color: #fff;}

.dGreenTheme input[type="button"], .dGreenTheme input[type="reset"], .dGreenTheme button, .dGreenTheme .button, .dGreenTheme input[type="submit"].cancelBtn, .dGreenTheme input[type="button"].cancelBtn, .dGreenTheme input[type="reset"].cancelBtn, .dGreenTheme .borderButton, .dGreenTheme .whiteBorderButton, .dGreenTheme #nav > li:last-child > a {color:#000;background:#ffff00; border:0;}
.dGreenTheme input[type="submit"]:hover, .dGreenTheme input[type="button"]:hover, .dGreenTheme input[type="reset"]:hover, .dGreenTheme button:hover, .dGreenTheme .button:hover, .dGreenTheme input[type="button"]:focus, .dGreenTheme input[type="reset"]:focus, .dGreenTheme button:focus, .dGreenTheme .button:focus, .dGreenTheme input[type="submit"].cancelBtn:hover, .dGreenTheme input[type="button"].cancelBtn:hover, .dGreenTheme input[type="reset"].cancelBtn:hover, .dGreenTheme .borderButton:hover, .dGreenTheme .borderButton:focus, .dGreenTheme .borderButton:active, .dGreenTheme .whiteBorderButton:hover, .dGreenTheme .whiteBorderButton:focus, .dGreenTheme .whiteBorderButton:active, .dGreenTheme #nav li:last-child > a:hover {color:#000;background:#00ff00; border:0;  }

.dGreenTheme .homeIuac h2, .dGreenTheme .accelerators h2, .dGreenTheme .researchAreas h2, .dGreenTheme .iuacFacilities h2, .dGreenTheme h2, .dGreenTheme h3, .dGreenTheme h4, .dGreenTheme h5, .dGreenTheme h6, .dGreenTheme h2 .titleOrange, .dGreenTheme .directorDesk h2, .dGreenTheme .directorDesk h3, .dGreenTheme .whatsNewWidget h2, .dGreenTheme .eventWidget h2, .dGreenTheme .whatsNewWidgetItem .whatsNewWidgetDate, .dGreenTheme #accessControl input, .dGreenTheme .language .customSelect, .dGreenTheme h2.multiColor span, .dGreenTheme .aboutLaboratory h2 span, h2 .dGreenTheme .smallFont, .dGreenTheme .orangeColor, .dGreenTheme .labGroupMemberList .memberBox p, .dGreenTheme ul.checkTextList li:before, .dGreenTheme .labGroupMemberList .memberBox p .fa, .dGreenTheme .testDetailTable table tr td:last-child, .dGreenTheme .reletedLinks li, .dGreenTheme .reletedLinks .degText, .dGreenTheme .injectorProgram p span, .dGreenTheme .staf-cal span, .dGreenTheme .peopleList-detail p span, .dGreenTheme .peopleList-detail i, .dGreenTheme .researchPeople h3, .dGreenTheme .mediaSection .contactDetail h3, .dGreenTheme .mediaSection .contactAddress p, .dGreenTheme .mediaSection .contactAddress ul li .contacttype, .dGreenTheme .mediaSection .contactAddress .fa, .dGreenTheme .msMainNav.bulletText li:before, .dGreenTheme .scientistsBox h3 small, .dGreenTheme .blueMark, .dGreenTheme .eleLabBox h3, .dGreenTheme .eleLabBox h4, .dGreenTheme .largePara, .dGreenTheme .faqRow .q h3, .dGreenTheme .contactBox h3, .dGreenTheme .contactBox .fa, .dGreenTheme .edLabTechServices.eleLabBox h3, .dGreenTheme .edLabTechServices.eleLabBox small, .dGreenTheme .academicCell h3, .dGreenTheme .academicCell h3 small, .dGreenTheme .programmeDate .fa, .dGreenTheme .eventBox .eventDate, .dGreenTheme .node-facility-utilization-request-for-form label, .dGreenTheme .node-facility-utilization-request-for-form .label, .dGreenTheme .node-facility-utilization-request-for-form .fieldset-legend{ color:#fff;}
.dGreenTheme h2:before { background:#fff !important; }

.dGreenTheme .directorDesk, .dGreenTheme .accelerators, .dGreenTheme .alumniBox { background:#656511;}
.dGreenTheme .acceleratorsTab .acceleratorsTabNav, .dGreenTheme .eventWidgetItem .eventWidgetCard, .dGreenTheme .eventWidget, .dGreenTheme th, .dGreenTheme .labOperational, .dGreenTheme .aboutLaboratory, .dGreenTheme .labGroupMember, .dGreenTheme .graySection, .dGreenTheme .oddEvenRow:nth-child(2n), .dGreenTheme .researchInfrastructure .resTab .tabNav li a, .dGreenTheme .researchPeople, .dGreenTheme .mediaSection .contactAddress, .dGreenTheme .mediaSection:before, .dGreenTheme .mediaGallerySection, .dGreenTheme .msMainNav.bulletText li, .dGreenTheme .scientistsBox, .dGreenTheme .modal-header, .dGreenTheme .iuacAddress {background:#737346;}
.dGreenTheme .directorPhoto:before, .dGreenTheme .acceleratorsTab .tabContainer, .dGreenTheme .studentCorner, .dGreenTheme .resrchAreasBlock, .dGreenTheme .homeAnnouncement, .dGreenTheme .acceleratorsTab .acceleratorsTabNav .r-tabs-state-active a, .dGreenTheme .acceleratorsTab .acceleratorsTabNav li a:hover, .dGreenTheme .aparBlock, .dGreenTheme .iuacFacilities .iuacFacilitiesBox:hover, .dGreenTheme .megaFooter, .dGreenTheme .photoWidget, .dGreenTheme .socialGroup, .dGreenTheme td, .dGreenTheme .labGroupMemberList .memberBox, .dGreenTheme .researchInfrastructure .resTab .tabNav .r-tabs-state-active a, .dGreenTheme .modal-body, .dGreenTheme .resTab .tabNav, .dGreenTheme .contactBlock, .dGreenTheme .labEmailBox, .dGreenTheme .edLabTechServices.eleLabBox, .dGreenTheme .grayBox, .dGreenTheme .programmeDate, .dGreenTheme .eventBox, .dGreenTheme .contactMap { background:#626223;}
.dGreenTheme table tr:nth-child(2n+1) td, .tableRowOdd, .dGreenTheme.desktop #header.headerFixed { background-color:#7d7d3c;}

.dGreenTheme .acceleratorsTab .acceleratorsTabNav li a:before, .dGreenTheme .acceleratorsTab .acceleratorsTabNav li a:after, .dGreenTheme .iuacHomeMedia:before { display: none; }

.dGreenTheme .language .customSelect { background: rgba(0, 0, 0, 0) url(../images/lang_arrow-white.png) no-repeat scroll 100% 6px / 11px 8px;}
.dGreenTheme .sliderOrangeArrowPrev, .dGreenTheme .sliderOrangeArrowNext { border-color:#fff;}
.dGreenTheme .sliderOrangeArrowPrev:hover, .dGreenTheme .sliderOrangeArrowNext:hover { background-color:#000;}
.dGreenTheme .sliderOrangeArrowPrev { background-position:-1px -102px;}
.dGreenTheme .sliderOrangeArrowNext { background-position:0 -146px;}
.dGreenTheme .eventWidget .sliderNav { bottom: 27px; }
.dGreenTheme #backtotop > span, .dGreenTheme #backtotop > span { background:#7d7d3c; color:#000;}
.dGreenTheme #backtotop:hover > span{ background:#00ff00;color:#000;}
.dGreenTheme .headerRightBlk .loginRegLink, .dGreenTheme .siteSearch .searchToggle, .dGreenTheme .sb-search.sb-search-open .sb-search-input { border-color:#000; background:#000; color:#ffff00}
.dGreenTheme .sb-search.sb-search-open .sb-search-input { color:#fff; }
.dGreenTheme #nav ul { background:#626223; border-color:#ffff00;}
.dGreenTheme #nav ul li a, .dGreenTheme #nav ul li:last-child a { border-bottom-color:#7d7d7d;}
.dGreenTheme #nav ul li:hover > a, .dGreenTheme #nav ul li:last-child:hover a {background-color: #7d7d3c; color:#00ff00 !important;}
.dGreenTheme #nav li a:before { background:#ffff00;}
.dGreenTheme .photoVideoTab .homePhotoVideoTabNav li a, .dGreenTheme .labAvailableBeams .markText { opacity:1;}
.dGreenTheme .accordion .accTrigger{background-color: #ffff00; color:#000;}
.dGreenTheme .accordion .accTrigger.active{background-color: #00ff00; color:#000;}
.dGreenTheme .accordion .accTrigger.active:before { color:#000;}
.dGreenTheme table, .dGreenTheme .tableData { border-top-color:#575757;border-left-color:#575757;}
.dGreenTheme th, .dGreenTheme td, .dGreenTheme .tableData th, .dGreenTheme .tableData td{border-bottom-color: #575757; border-right-color: #575757;}
.dGreenTheme .downloadPdfBtn { background:#555527; border-color:#555527;}
.dGreenTheme .downloadPdfBtnTop { background:#7d7d3c;}
.dGreenTheme .oddEvenRow .imgHolder:before{border-color:#fff;}
.dGreenTheme .researchInfrastructure .tabContainer{border-color:#555;}
.dGreenTheme .researchInfrastructure .resTab .tabNav li{margin-bottom: 0;border-bottom: 2px solid#000;}
.dGreenTheme .mediaSection .publicationList li { border-bottom-color:#535353;}
.dGreenTheme .mediaGalleryTab.resTab .tabNav li a:hover, .dGreenTheme .mediaGalleryTab.resTab .tabNav .r-tabs-state-active a { background-color: #000;border-color:#000; }
.dGreenTheme .resTab .tabNav .r-tabs-state-active a { background:#626223;}
.dGreenTheme .eleLabBox, .dGreenTheme .contactBox { border: 0; }
.dGreenTheme .socialContact ul li a { background:#000;color: #ffff00;}
.dGreenTheme .socialContact ul li a:hover { background:#00ff00;color: #000;}
.dGreenTheme .researchAreas .accordion .accTrigger.active, .dGreenTheme .researchAreas .accordion .accTrigger { background: none; color:#fff; }
.dGreenTheme .photoVideoTab .homePhotoVideoTabNav { background: none; }
.dGreenTheme .accelerators .acceleratorsTabNav {background: #aaaa53;}
.dGreenTheme .photoVideoTab .homePhotoVideoTabNav li.r-tabs-state-active a { background:none;}
.dGreenTheme.hasJS select.customSelect option { background:#000;}

/**************High Contrast View, Red Color**************/
.blueTheme #logo img { opacity:0; visibility: hidden; }
.blueTheme #logo a { background:url(../images/logo-white.png) no-repeat 0 0; display:block;background-size: 100%; }

body.blueTheme, .blueTheme .aparBlock .aparBlockBox, .blueTheme .siteCopyright, .blueTheme .socialGroup ul li a:hover, .blueTheme .topStrip, .blueTheme .mainNavigation, .blueTheme.desktop .headerFixed .mainNavigation, .blueTheme .labSpecialFeatures, .blueTheme .labAvailableBeams, .blueTheme .labAvailableBeams .beamsList li:before, .blueTheme .testDetailTable, .blueTheme .testDetailTable table tr:nth-child(2n+1) td, .blueTheme .testDetailTable table tr td, .blueTheme .researchInfrastructure, .blueTheme .peoplebox, .blueTheme .mediaSection, .blueTheme .contactBox { background:#d2544a; color:#fff;}

.blueTheme a, .blueTheme .aparBlock .aparBlockBox .aparCateName, .blueTheme .iuacFacilities .iuacFacilitiesBox .iuacFacilitiesName, .blueTheme .photoWidget .photoTitle, .blueTheme .headerRightBlk .loginRegLink li a, .blueTheme #nav li a, .blueTheme .homeAnnouncement .viewAll, .blueTheme .resTab .tabNav a:hover, .blueTheme .resTab .tabNav .r-tabs-state-active a, .blueTheme .resrchAreasBlock h3 a, .blueTheme .eventWidgetItem h3 a, .blueTheme .whatsNewWidgetItem a, .blueTheme .footerLinkList li a, .blueTheme #nav ul li a, .blueTheme #nav ul li:last-child a, .blueTheme .socialGroup ul li a, .blueTheme .researchInfrastructure .resTab .tabNav li a, .blueTheme .readMoreLink.whiteFont, .blueTheme .scientistsBox p a, .blueTheme .eventBox h2 a{color: #fff;}
.blueTheme #header { background:rgba(0, 0, 0, 0.2);}
.blueTheme a:hover, .blueTheme a:focus, .blueTheme .aparBlock .aparBlockBox:hover .aparCateName, .blueTheme .iuacFacilities .iuacFacilitiesBox:hover .iuacFacilitiesName, .blueTheme .photoWidget:hover .photoTitle, .blueTheme .headerRightBlk .loginRegLink li a:hover, .blueTheme #nav li a:hover, .blueTheme .homeAnnouncement .viewAll:hover, .blueTheme .resrchAreasBlock h3 a:hover, .blueTheme .resrchAreasBlock h3 a:hover, .blueTheme .resrchAreasBlock:hover h3 a, .blueTheme .eventWidgetItem h3 a:hover, .blueTheme .whatsNewWidgetItem a:hover, .blueTheme .footerLinkList li a:hover, .blueTheme .socialGroup ul li a:hover, .blueTheme .footerLinkList li a:hover, .blueTheme .dirContact .dirContactLink:hover, .blueTheme .readMoreLink.whiteFont:hover, .blueTheme .footerLinks li a:hover, .blueTheme .scientistsBox p a:hover, .blueTheme .eventBox h2 a:hover{color: #fff;}

.blueTheme input[type="button"], .blueTheme input[type="reset"], .blueTheme button, .blueTheme .button, .blueTheme input[type="submit"].cancelBtn, .blueTheme input[type="button"].cancelBtn, .blueTheme input[type="reset"].cancelBtn, .blueTheme .borderButton, .blueTheme .whiteBorderButton, .blueTheme #nav > li:last-child > a {color:#fff;background:#4f130e; border:0;}
.blueTheme input[type="submit"]:hover, .blueTheme input[type="button"]:hover, .blueTheme input[type="reset"]:hover, .blueTheme button:hover, .blueTheme .button:hover, .blueTheme input[type="button"]:focus, .blueTheme input[type="reset"]:focus, .blueTheme button:focus, .blueTheme .button:focus, .blueTheme input[type="submit"].cancelBtn:hover, .blueTheme input[type="button"].cancelBtn:hover, .blueTheme input[type="reset"].cancelBtn:hover, .blueTheme .borderButton:hover, .blueTheme .borderButton:focus, .blueTheme .borderButton:active, .blueTheme .whiteBorderButton:hover, .blueTheme .whiteBorderButton:focus, .blueTheme .whiteBorderButton:active, .blueTheme #nav li:last-child > a:hover {color:#fff;background:#f41b09; border:0;  }

.blueTheme .homeIuac h2, .blueTheme .accelerators h2, .blueTheme .researchAreas h2, .blueTheme .iuacFacilities h2, .blueTheme h2, .blueTheme h3, .blueTheme h4, .blueTheme h5, .blueTheme h6, .blueTheme h2 .titleOrange, .blueTheme .directorDesk h2, .blueTheme .directorDesk h3, .blueTheme .whatsNewWidget h2, .blueTheme .eventWidget h2, .blueTheme .whatsNewWidgetItem .whatsNewWidgetDate, .blueTheme #accessControl input, .blueTheme .language .customSelect, .blueTheme h2.multiColor span, .blueTheme .aboutLaboratory h2 span, h2 .blueTheme .smallFont, .blueTheme .orangeColor, .blueTheme .labGroupMemberList .memberBox p, .blueTheme ul.checkTextList li:before, .blueTheme .labGroupMemberList .memberBox p .fa, .blueTheme .testDetailTable table tr td:last-child, .blueTheme .reletedLinks li, .blueTheme .reletedLinks .degText, .blueTheme .injectorProgram p span, .blueTheme .staf-cal span, .blueTheme .peopleList-detail p span, .blueTheme .peopleList-detail i, .blueTheme .researchPeople h3, .blueTheme .mediaSection .contactDetail h3, .blueTheme .mediaSection .contactAddress p, .blueTheme .mediaSection .contactAddress ul li .contacttype, .blueTheme .mediaSection .contactAddress .fa, .blueTheme .msMainNav.bulletText li:before, .blueTheme .scientistsBox h3 small, .blueTheme .blueMark, .blueTheme .eleLabBox h3, .blueTheme .eleLabBox h4, .blueTheme .largePara, .blueTheme .faqRow .q h3, .blueTheme .contactBox h3, .blueTheme .contactBox .fa, .blueTheme .edLabTechServices.eleLabBox h3, .blueTheme .edLabTechServices.eleLabBox small, .blueTheme .academicCell h3, .blueTheme .academicCell h3 small, .blueTheme .programmeDate .fa, .blueTheme .eventBox .eventDate, .blueTheme .node-facility-utilization-request-for-form label, .blueTheme .node-facility-utilization-request-for-form .label, .blueTheme .node-facility-utilization-request-for-form .fieldset-legend{ color:#fff;}
.blueTheme h2:before { background:#fff !important; }

.blueTheme .directorDesk, .blueTheme .accelerators, .blueTheme .alumniBox { background:#812018;}
.blueTheme .acceleratorsTab .acceleratorsTabNav, .blueTheme .eventWidgetItem .eventWidgetCard, .blueTheme .eventWidget, .blueTheme th, .blueTheme .labOperational, .blueTheme .aboutLaboratory, .blueTheme .labGroupMember, .blueTheme .graySection, .blueTheme .oddEvenRow:nth-child(2n), .blueTheme .researchInfrastructure .resTab .tabNav li a, .blueTheme .researchPeople, .blueTheme .mediaSection .contactAddress, .blueTheme .mediaSection:before, .blueTheme .mediaGallerySection, .blueTheme .msMainNav.bulletText li, .blueTheme .scientistsBox, .blueTheme .modal-header, .blueTheme .iuacAddress {background:#8b2d26;}
.blueTheme .directorPhoto:before, .blueTheme .acceleratorsTab .tabContainer, .blueTheme .studentCorner, .blueTheme .resrchAreasBlock, .blueTheme .homeAnnouncement, .blueTheme .acceleratorsTab .acceleratorsTabNav .r-tabs-state-active a, .blueTheme .acceleratorsTab .acceleratorsTabNav li a:hover, .blueTheme .aparBlock, .blueTheme .iuacFacilities .iuacFacilitiesBox:hover, .blueTheme .megaFooter, .blueTheme .photoWidget, .blueTheme .socialGroup, .blueTheme td, .blueTheme .labGroupMemberList .memberBox, .blueTheme .researchInfrastructure .resTab .tabNav .r-tabs-state-active a, .blueTheme .modal-body, .blueTheme .resTab .tabNav, .blueTheme .contactBlock, .blueTheme .labEmailBox, .blueTheme .edLabTechServices.eleLabBox, .blueTheme .grayBox, .blueTheme .programmeDate, .blueTheme .eventBox, .blueTheme .contactMap { background:#812018;}
.blueTheme table tr:nth-child(2n+1) td, .tableRowOdd, .blueTheme.desktop #header.headerFixed { background-color:#9f180e;}

.blueTheme .acceleratorsTab .acceleratorsTabNav li a:before, .blueTheme .acceleratorsTab .acceleratorsTabNav li a:after, .blueTheme .iuacHomeMedia:before { display: none; }

.blueTheme .language .customSelect { background: rgba(0, 0, 0, 0) url(../images/lang_arrow-white.png) no-repeat scroll 100% 6px / 11px 8px;}
.blueTheme .sliderOrangeArrowPrev, .blueTheme .sliderOrangeArrowNext { border-color:#fff;}
.blueTheme .sliderOrangeArrowPrev:hover, .blueTheme .sliderOrangeArrowNext:hover { background-color:#000;}
.blueTheme .sliderOrangeArrowPrev { background-position:-1px -102px;}
.blueTheme .sliderOrangeArrowNext { background-position:0 -146px;}
.blueTheme .eventWidget .sliderNav { bottom: 27px; }
.blueTheme #backtotop > span, .blueTheme #backtotop > span { background:#7d7d3c; color:#000;}
.blueTheme #backtotop:hover > span{ background:#00ff00;color:#000;}
.blueTheme .headerRightBlk .loginRegLink, .blueTheme .siteSearch .searchToggle, .blueTheme .sb-search.sb-search-open .sb-search-input { border-color:#000; background:#000; color:#fff}
.blueTheme .sb-search.sb-search-open .sb-search-input { color:#fff; }
.blueTheme #nav ul { background:#d2544a; border-color:#812018;}
.blueTheme #nav ul li a, .blueTheme #nav ul li:last-child a { border-bottom-color:#b94242;}
.blueTheme #nav ul li:hover > a, .blueTheme #nav ul li:last-child:hover a {background-color: #a8433b; color:#fff !important;}
.blueTheme #nav li a:before { background:#55201c;}
.blueTheme .photoVideoTab .homePhotoVideoTabNav li a, .blueTheme .labAvailableBeams .markText { opacity:1;}
.blueTheme .accordion .accTrigger{background-color: #4f130e; color:#fff;}
.blueTheme .accordion .accTrigger.active{background-color: #fff; color:#4f130e;}
.blueTheme .accordion .accTrigger.active:before { color:#000;}
.blueTheme table, .blueTheme .tableData { border-top-color:#575757;border-left-color:#575757;}
.blueTheme th, .blueTheme td, .blueTheme .tableData th, .blueTheme .tableData td{border-bottom-color: #575757; border-right-color: #575757;}
.blueTheme .downloadPdfBtn { background:#4f130e; border-color:#4f130e;}
.blueTheme .downloadPdfBtnTop { background:#4f130e;}
.blueTheme .oddEvenRow .imgHolder:before{border-color:#fff;}
.blueTheme .researchInfrastructure .tabContainer{border-color:#555;}
.blueTheme .researchInfrastructure .resTab .tabNav li{margin-bottom: 0;border-bottom: 2px solid#000;}
.blueTheme .mediaSection .publicationList li { border-bottom-color:#535353;}
.blueTheme .mediaGalleryTab.resTab .tabNav li a:hover, .blueTheme .mediaGalleryTab.resTab .tabNav .r-tabs-state-active a { background-color: #000;border-color:#000; }
.blueTheme .resTab .tabNav .r-tabs-state-active a { background:#a6423a;}
.blueTheme .eleLabBox, .blueTheme .contactBox { border: 0; }
.blueTheme .socialContact ul li a { background:#000;color: #ffff00;}
.blueTheme .socialContact ul li a:hover { background:#00ff00;color: #000;}
.blueTheme .researchAreas .accordion .accTrigger.active, .blueTheme .researchAreas .accordion .accTrigger { background: none; color:#fff; }
.blueTheme .photoVideoTab .homePhotoVideoTabNav { background: none; }
.blueTheme .accelerators .acceleratorsTabNav {background: #e67e76;}
.blueTheme .photoVideoTab .homePhotoVideoTabNav li.r-tabs-state-active a { background:none;}
.blueTheme .oddEvenFlatRow:before {background: #9f180e;}
.blueTheme.hasJS select.customSelect option { background:#000;}
.dGreenTheme .oddEvenFlatRow:before{background: #2c2c00;}
.wob .headerRightBlk .loginRegLink li:before, .blueTheme .headerRightBlk .loginRegLink li:before, .dGreenTheme .headerRightBlk .loginRegLink li:before{background: #fff;}
.resrchAreasBlock a.researchTexta {color: #000;text-decoration: none;}
.moduleDtlContent .rightContent p, .moduleDtlContent .rightContent p span{font-family: 'Open Sans', sans-serif !important;}


/*pop us css*/
#modalGuestHouse    {   color:#fff;}
#modalGuestHouse .modal-content{ background-color:#1866c7; }
#modalGuestHouse h2{ color:#fff; margin-bottom:10px; text-align:center; }
#modalGuestHouse .text-danger { margin-bottom:5px; background-color:#fff; font-size:1em; font-weight:bold; color:#1866c7; padding:10px 20px;}
#modalGuestHouse  .smallFont { font-size:0.8em; margin-bottom:10px;}
#modalGuestHouse ol { margin-bottom:10px;}
#modalGuestHouse ol li { font-size:0.9em; margin-bottom:5px;}
#modalGuestHouse .signature{ float:right; text-align:left;}
#modalGuestHouse  .modal-footer { border:0px; width:100%; clear:both;}
#modalGuestHouse .btn-primary{ background-color:#fff; color:#000;}
#modalGuestHouse  .cancelBtn{ background-color:#ccc;}
#modalGuestHouse .btn-primary:hover{ background-color:rgba(255, 178, 89, 1);}



/* Vacancies View */
.vacanciesView ul {margin: 0 -15px; list-style: none; padding: 0;}
.vacanciesView ul li {float: left; width: 33.33%; padding: 15px;}
.vacanciesView .vacanciesBox {padding: 20px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); position: relative; min-height: 190px;}
.vacanciesView .vacanciesBox h3 {font-size: 16px; margin-bottom: 10px;}

/* Vacancies Web Submission Add Form */
.webform-submission-add-form {padding: 30px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); display: inline-block; width: 100%; margin: 0;}
.webform-submission-add-form .webform-required {margin-bottom: 20px; padding: 0 10px;}
.webform-submission-add-form .form-item {float: left; width: 50%; padding: 0 10px; margin: 0 0 20px;}
.webform-submission-add-form .form-actions.js-form-wrapper {clear: both; padding: 0 10px; margin: 0;}

.webform-submission-add-form fieldset.webform-name--wrapper {width: 100% !important; padding: 0 !important;}
.webform-submission-add-form fieldset.webform-name--wrapper .form-item {width: 33.33%;}

.webform-submission-add-form .form-item.form-type-textarea {width: 100%;}
.webform-submission-add-form .form-item label {font-weight: 600;}
.webform-submission-add-form .form-item .fieldset-wrapper .form-radios .form-item-radio {width: auto; margin: 15px 0 5px;}

.downloadBox {float: right; margin-left: 20px;}
.gridListing .listItem .downloadBox a {display: inline-block; margin: 0;}
.vacancieDate {margin-bottom: 5px; display: block;}
.vacancieTitle {	font-weight: 600; margin-bottom: 10px; }


.webform-submission-add-form fieldset.form-item {width: 100%;}
.webform-submission-add-form fieldset.form-item legend span {padding-bottom: 8px; font-weight: 600; display: block;}
.webform-submission-add-form fieldset.form-item .js-form-type-checkbox {width: auto; margin: 0 15px 0 0; padding-left: 0;}

.webform-submission-add-form fieldset.form-item.webform-address--wrapper {padding: 0; margin: 0;}
.iti.iti--allow-dropdown {width: 100%;}
.webform-submission-add-form .form-item.form-type-tableselect {width: 100%;}

.blockLinksLogin{margin-top: 20px;}
.blockLinksLogin a {display: inline-block; margin-right: 20px; text-decoration: none;}


.eventInnerDetail .field.field--name-field-event-image{float: right; margin-left: 20px;}
.eventInnerDetail .field--name-field-event-title {font-weight: bold; margin-bottom: 10px;}
.eventInnerDetail .field.field--name-field-event-date{margin-bottom: 20px;}
.eventInnerDetail ul.bulletText li {width: 50%; float: left;}

.eventInnerDetail .field.field--name-field-date {margin-bottom:20px;}
.eventInnerDetail .field.field--name-field-date .field__item {display: inline-block; margin-right: 20px;}


#facilitiesrequired #edit-field-facilities-options-wrapper {
width: 100%;
padding: 0;
}

#facilitiesrequired #edit-field-facilities-options-wrapper .form-wrapper {
width: 100%;
padding: 0;
}
#facilitiesrequired .form-checkboxes .form-item {
float: left;
width: 33.33%;
}
#facilitiesrequired .form-checkboxes .form-item label {
display: inline-block;
}
#facilitiesrequired .description {
display: inline-block;
clear: both;
margin: 5px 0 15px 0;
font-weight: bold;
width: 100%;
}
.mainBoxThk { background-color: #f1f1f1; padding: 30px; margin: 0 auto; max-width: 830px; width: 100%; }
.mainBoxThk .centerBox { text-align: center;}
.mainBoxThk .centerImg { margin-bottom: 20px; }
.mainBoxThk h2 { margin-bottom: 10px; color: green; font-size: 30px; margin-top: 0; text-transform: uppercase; }
.mainBoxThk .blueColor { color: #2d2d2d; font-size: 18px; margin-bottom: 25px; font-weight: 700; }
.mainBoxThk p { font-size: 20px; margin-bottom: 20px; line-height: 1.5; text-align: center; }
.mainBoxThk h2:before {display: none;}

.megaFooter .col2 {width: 20%;}

.engineeringDivision .edLabTechServices.eleLabBox {min-height: 285px;}
#block-footermenu-2 h2.visually-hidden{color:#fff;}
.skip-link{ color:#222;	}

/*high current enjector 0*/
.tabcontent_hci0 {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
/* start Add for home page footer IUAC Movie video button*/
.downloadPdfBtn { height: 45px; margin-top: 8px; background-color: #fff; display: inline-block;  text-align: center; text-decoration: none; color: #fff; overflow: hidden; border-radius:20px; }
.downloadPdfBtn:focus, .downloadPdfBtn:hover { outline: 0; text-decoration:none; }
.downloadPdfBtn .fa { margin-right: 6px; font-size: 20px; }
.downloadPdfBtnTop,  .downloadPdfBtnBot {color: #000; display: block; padding: 0 20px; line-height: 45px; transition: all 400ms ease 0s; -webkit-transition: all 400ms ease 0s; height: 45px; }
.downloadPdfBtnTop {  color: #fff; }
.downloadPdfBtn:hover .downloadPdfBtnTop { margin-top: -45px; }
.downloadPdfBtnBot { color:#fff;}
/* end Add for home page footer IUAC Movie video button*/


/*new css for banner play pause next previous start*/
.nextArrowBtn { right:30px;}
.prevArrowBtn { left:30px;}
.nextArrowBtn,
.prevArrowBtn{ border:1px solid #fff; width:50px; height:50px; display:flex; justify-content:center; align-items:center; vertical-align:top; background:rgba(255,255,255,0.7); border-radius:50%; transition:all 0.3s;}

.nextArrowBtn:hover,
.prevArrowBtn:hover{ background:#1866c7; color:#fff; border-color:#1866c7;}


.nextArrowBtn:before,
.prevArrowBtn:before { font-family:fontAwesome; font-size:30px; line-height:50px;}

.nextArrowBtn:before{  content:"\f105"; }
.prevArrowBtn:before{  content:"\f104";} 

.playPauseBtn {position:absolute; right:20px; top:20px; width:40px; height:40px; border-radius:50%; z-index:999; background:#1866c7;
display:flex; justify-content:center; align-items:center; color:#fff; cursor:pointer;} 


.playBtn:before { content:"\f04b";}
.pauseBtn:before { content:"\f04c";}

.playBtn:before,
.pauseBtn:before { font-family:fontAwesome; font-size:15px; line-height:15px; color:#fff; }
/*new css for banner play pause next previous end*/



 /*smoke external css popup*/ .smoke-base { position: fixed; top: 0; left: 0; bottom: 0; right: 0; visibility: hidden; opacity: 0; } .smoke-base.smoke-visible { opacity: 1; visibility: visible; } .smokebg { position: fixed; top: 0; left: 0; bottom: 0; right: 0; } .smoke-base .dialog { position: absolute; } .dialog-prompt { margin-top: 15px; text-align: center; } .dialog-buttons { margin: 20px 0 5px 0 } .smoke { text-align: center; font-size: 18px; line-height: 150%; } .dialog-buttons button { display: inline-block; vertical-align: baseline; cursor: pointer; font-style: normal; text-decoration: none; border: 0; outline: 0; margin: 0 5px; -webkit-background-clip: padding-box; font-size: 13px; line-height: 13px; font-weight: normal; padding: 9px 12px; } .dialog-prompt input { margin: 0; border: 0; font-family: sans-serif; outline: none; border: 1px solid #aaa; width: 75%; display: inline-block; background-color: transparent; font-size: 16px; padding: 8px; } .smoke-base { background: rgba(0, 0, 0, .6); } .smoke-base .dialog { top: 40%; width: 700px; left: 50%; margin-left: -350px; } .smoke-base .dialog-inner { padding: 15px; color: #202020; } .smoke { background-color: rgba(255, 255, 255, 0.95); box-shadow: 0 2px 8px #666; } .dialog-buttons button { background-color: rgba(0, 0, 0, .85); border-radius: 0; color: #fff; } .dialog-buttons button.cancel { background-color: rgba(0, 0, 0, .40); } 
 
 
 /***********Footer Logo***********/
.footerLogoSlider .container { position:relative;}
.footerLogo { padding: 30px 0; background-color:#fff; margin-bottom:50px; border-top:1px solid #ccc; }
.footerLogoSlider .swiper-slide { text-align: center;     display: flex;    align-items: center;    height: 100px;    justify-content: center; }
.footerLogo .swiper-button-next, .fooerLogo .swiper-button-prev { width: 20px; height: 40px; margin-top: -20px; background-color:#fff; }
.footerLogo .swiper-button-next { right: 0; }
.footerLogo .swiper-button-prev { left: 0; }
.footerLogo .swiper-button-next .fa, .footerLogo .swiper-button-prev .fa { font-size: 40px; width: 40px; height: 40px; }

:focus,
.homeAnnouncement .viewAll:focus,
.homeAnnouncement .btnMPause:focus,
.homeAnnouncement h2:focus { outline:2px solid #000!Important;}

.topStrip .rightLinks .language li:before{
	display: none;
}
.language .dropbutton-wrapper.dropbutton-multiple a.language-link {
	font-size: 15px;
	line-height: normal;
}
.language .dropbutton-wrapper.dropbutton-multiple li.dropbutton-toggle {
	padding: 0;
	width: 0;
}
.language .dropbutton-multiple.open .dropbutton .secondary-action {
	border: 0;
}
.language .dropbutton-widget .dropbutton {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
}
.dropbutton-multiple.open .dropbutton-arrow {
	border: 0;
}
.language .dropbutton-wrapper.dropbutton-multiple .dropbutton-widget {
	padding: 0;
}
.dropbutton-multiple .dropbutton .secondary-action {
    display: block;
}
.language .region ul.dropdown-language-item li.en.dropbutton-action span{
    padding: 0;
    margin: 0;
}
.language .region ul.dropdown-language-item li:last-child {
    padding: 0;
}
.language .dropbutton-wrapper.dropbutton-multiple a.language-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: normal;
    padding: 0 5px;
}
/*****************forms css**********************/
.hr_sims_forms textarea, .hr_sims_forms .textarea.form-textarea {height: 40px;}
.qicp_ms-form  textarea, .qicp_ms-form .textarea.form-textarea{height: 40px;}
.geochronology-form textarea, .geochronology-form .textarea.form-textarea{height: 40px;}
.geochronology-form label {min-height: 50px;}

/*************g20 img **********/
.gTwenty {
	float: left;
	width: 130px;
	margin-right: 15px;
}

/**********************hide facility utilization-request-for-form some check boxes***************************/

.js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-field-facilities-options-geochronology-q-icpms.form-item-field-facilities-options-geochronology-q-icpms {
    display: none;
}
.js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-field-facilities-options-geochronology-hr-icpms.form-item-field-facilities-options-geochronology-hr-icpms {
	display: none;
}
.js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-field-facilities-options-geochronology-fe-sem.form-item-field-facilities-options-geochronology-fe-sem {
	display: none;
}
.js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-field-facilities-options-geochronology-xrd.form-item-field-facilities-options-geochronology-xrd {
	display: none;
}
.js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-field-facilities-options-geochronology-xrf.form-item-field-facilities-options-geochronology-xrf {
	display: none;
}


/*WIM Detail Style Start*/
.wimInformation .row {border-bottom: 1px solid #ccc; margin-bottom: 10px;}
.wimInformation .wimDetail {font-size: 18px; font-weight: normal; color: #393939; margin-bottom: 10px;}
.wimInformation .wimName {font-size: 18px; font-weight: bold; color: #1866c7; margin-bottom: 10px;}
.wob .wimInformation .wimName{color: #ff0;}
.wob .wimInformation .wimDetail{color:#80ff00;}
.wob .wimInformation .row {border-bottom: 1px solid #fff;}
/*WIM Detail Style End*/
.language .dropbutton-wrapper.dropbutton-multiple li.dropbutton-toggle .dropbutton-arrow{display:none;}
.siteSearch .sb-search-submit{display:none;}
.accordion .accTrigger a{color:#fff;}
.aparBlock .aparBlockBox:focus {border: 4px dashed #000;}
/*/// add this css 26dec23////////*/
.graySection .accordion .accTrigger a {color: #000;}
.emblem {float: left; width: 50px; margin-right: 15px;}
#backtotop:focus{border:2px solid #000;}
.organizationAcc .accordion .accTrigger a {color: #000;}
.organizationAcc .accordion .accTrigger.active {color: #fff;}


