/* ---------------------------------------------------------
   1. General reset
   2. Common site styles
   3. Styles for responsive breakpoints
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
 1. General reset
 ---------------------------------------------------------*/
.vote-list, .persons-list, .content-holder ul, .content-holder1 .block ul, .content-block > ul, .content-block .col ul, .candidate-list, .lightbox-holder .content ul, .statement-holder .steps-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .meet-form .row1 .area:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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; }

/* Deprecated as of 4.4.0 */
.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: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  cursor: pointer;
  background: #fff;
  -webkit-transition: background .2s;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }

input[type="email"],
input[type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea {
  -webkit-appearance: none; }

/* ---------------------------------------------------------
   2. Common site styles
   ---------------------------------------------------------*/
/* main container styles */
#wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  font-weight: 300; }

/* header styles */
#header {
  color: #fff;
  background: #5cb4e5;
  padding: 10px 5px;
  text-align: center;
  font-size: 23px;
  line-height: 1.82; }
  @media (min-width: 768px) {
    #header {
      padding: 20px; } }

/* main informative part styles */
#main {
  background: #f5f4f5;
  padding: 10px 0;
  border-left: 1px solid #fff; }
  @media (min-width: 768px) {
    #main {
      padding: 2%; } }

.main-holder {
  margin: 0; }

.main-frame {
  background: #fff;
  border: 1px solid #eee;
  padding: 15px 10px;
  color: #222;
  font-size: 13px;
  line-height: 1.6; }
  @media (min-width: 768px) {
    .main-frame {
      padding: 22px; } }
  .main-frame.main-frame1 .heading + p {
    text-align: left; }
  .main-frame.main-frame1 dl {
    max-width: 480px;
    margin: 0 auto 40px; }
    .main-frame.main-frame1 dl dt {
      font-weight: 300;
      margin: 0 0 3px; }
    .main-frame.main-frame1 dl dd {
      padding: 0 0 10px 10px; }
      .main-frame.main-frame1 dl dd a {
        color: inherit; }
        .main-frame.main-frame1 dl dd a:hover {
          text-decoration: none;
          opacity: .85; }
  .main-frame.main-frame1 .heading1 {
    padding: 30px 0 35px;
    border-top: 1px solid #e1e1e1; }
    .main-frame.main-frame1 .heading1 h2 {
      font-size: 22px;
      line-height: 25px;
      font-weight: 300;
      color: #234659;
      margin: 0; }
  .main-frame h1 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 300;
    color: #234659;
    text-transform: uppercase;
    margin: 0 0 20px; }
  .main-frame .heading {
    overflow: hidden;
    margin: 0 0 27px;
    padding: 15px 5px 0; }
    @media (min-width: 768px) {
      .main-frame .heading {
        padding: 0; } }
    .main-frame .heading h1 {
      text-transform: none;
      float: left;
      max-width: 68%; }
      @media (min-width: 768px) {
        .main-frame .heading h1 {
          float: left;
          margin: 0 20px 0 0; } }
    .main-frame .heading .img-holder {
      float: right;
      width: 31%; }
      .main-frame .heading .img-holder img {
        width: 100%;
        height: auto; }
    .main-frame .heading + p {
      text-align: center; }
  .main-frame p {
    margin: 0 0 20px; }
  .main-frame .btn-holder {
    text-align: center;
    padding: 15px 0 5px; }
    .main-frame .btn-holder .btn {
      font-size: 15px;
      margin: 0 4px 5px; }

.section-row {
  margin: 0; }
  .section-row + .section-row {
    margin-top: 26px; }

.section {
  background: #fff;
  border: 1px solid #eee;
  padding: 22px;
  color: #222;
  font-size: 13px;
  line-height: 1.6; }
  .section h1,
  .section h2 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 300;
    color: #234659;
    margin: 0 0 20px; }
  .section .btn-holder {
    text-align: center;
    padding: 15px 0 5px; }
    .section .btn-holder .btn {
      font-size: 15px;
      margin: 0 4px 5px; }
      .section .btn-holder .btn.btn-blue {
        background: #5cb4e5;
        border-color: #5cb4e5; }

.vote-list {
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  max-width: 482px;
  margin: 0 auto; }
  .vote-list li {
    vertical-align: top;
    padding: 26px 50px;
    border-bottom: 1px solid #ddd;
    position: relative;
    color: #ccc; }
    .vote-list li.selected {
      color: #234659; }
      .vote-list li.selected:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        background: url(../images/tick-selected.svg) no-repeat 0 0/25px 25px;
        width: 25px;
        height: 25px;
        margin-top: -12px; }

.persons-list {
  max-width: 482px;
  margin: 0 auto; }
  .persons-list li {
    padding: 26px 0;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    .persons-list li.selected .num {
      visibility: visible; }
    .persons-list li.selected .name {
      color: #234659; }
  .persons-list .num {
    width: 26px;
    height: 26px;
    border: 1px solid #366d8c;
    border-radius: 4px;
    color: #366d8c;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    margin: 0 25px 0 0;
    visibility: hidden; }
  .persons-list .name {
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    color: #ccc; }

.content-holder {
  margin: 3.2% 0 0; }
  .content-holder .col-xs-12 {
    background: #fff;
    border: 1px solid #eee;
    padding: 22px; }
  .content-holder h2 {
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #234659; }
  .content-holder ul li {
    vertical-align: top;
    padding: 0 0 5px 10px;
    position: relative; }
    .content-holder ul li:before {
      content: "";
      position: absolute;
      top: 7px;
      left: 0;
      width: 4px;
      height: 4px;
      border-radius: 2px;
      background: #333; }
  .content-holder ul a {
    text-decoration: underline;
    color: #1eaedb; }
    .content-holder ul a:hover {
      color: #0fa0ce; }

.info-holder {
  margin: 0; }
  @media (min-width: 768px) {
    .info-holder {
      text-align: center; } }
  .info-holder:last-child {
    margin-top: 26px !important; }
  .info-holder > .col-xs-12 {
    background: #fff;
    border: 1px solid #eee;
    padding: 23px 15px; }
  .info-holder .block {
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 15px 15px 15px 50px;
    position: relative; }
    .info-holder .block:first-child {
      border: none; }
    @media (min-width: 768px) {
      .info-holder .block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 42px;
        padding: 0 10px;
        border-top: 0;
        border-left: 1px solid #ddd; }
        .info-holder .block:first-child {
          border: none; } }
  .info-holder .fa {
    color: #366d8c;
    font-size: 26px; }
    @media (max-width: 767px) {
      .info-holder .fa {
        position: absolute;
        top: 18px;
        left: 15px; } }
  .info-holder .info {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0 10px;
    font-size: 13px;
    line-height: 1.6; }
    .info-holder .info > span {
      display: block; }
      .info-holder .info > span.name {
        color: #234659;
        text-transform: uppercase; }
    .info-holder .info a {
      color: #333; }
      .info-holder .info a:hover {
        color: #0fa0ce;
        text-decoration: none; }
  .info-holder .text-block {
    font-size: 11px;
    text-align: center; }
    .info-holder .text-block .h2 {
      display: block;
      font-size: 20px;
      line-height: 23px;
      font-weight: 300;
      margin: 0 0 10px; }
    .info-holder .text-block .h3 {
      display: block;
      font-size: 11px;
      line-height: 14px;
      font-weight: 300;
      text-transform: uppercase;
      margin: 0 0 25px; }
    .info-holder .text-block p {
      margin: 0 0 25px; }

/* authentication form form style */
.auth-form {
  max-width: 515px;
  margin: 0 auto 18px;
  text-align: left; }
  .auth-form p:last-child {
    margin: 0 !important; }
  .auth-form input {
    width: 100%;
    border: 1px solid #ddd;
    height: 38px;
    border-radius: 4px;
    padding: 6px;
    margin: 0 0 16px;
    color: #333; }
  .auth-form select {
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #ddd;
    height: 38px; }
  .auth-form strong,
  .auth-form label {
    font-weight: 700;
    display: block;
    margin: 0 0 5px; }
  .auth-form .btn-submit {
    text-align: center;
    padding: 0 0 10px; }
  .auth-form .captcha {
    text-align: center;
    margin: 0 0 20px; }
    .auth-form .captcha .g-recaptcha > div {
      margin: 0 auto; }
  .auth-form input[type="submit"] {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #366d8c;
    border: 1px solid #366d8c;
    width: auto;
    font-size: 16px;
    line-height: 19px;
    padding: 0 15px;
    margin: 0 0 18px; }
    .auth-form input[type="submit"]:hover {
      background: #264d63;
      border: 1px solid #264d63; }

/* survey form style */
.survey {
  max-width: 515px;
  margin: 0 auto;
  padding: 10px 0 0; }
  .survey .row1 {
    border-bottom: 1px solid #ddd;
    padding: 25px 50px 25px 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .survey .row1 select {
      width: 50px;
      margin: 0 10px 0 0;
      height: 38px;
      border: 1px solid #ddd;
      border-radius: 4px;
      padding: 6px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .survey .row1 input[type="checkbox"] {
      margin: 0 20px 0 0;
      width: 16px;
      height: 16px; }
    .survey .row1 label {
      margin: 0;
      font-size: 17px;
      line-height: 20px;
      font-weight: 500;
      color: #234659;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .survey .row1 .candidate-info {
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .survey .row1 .candidate-info img {
        vertical-align: top; }
  .survey .btns {
    padding: 20px 0;
    text-align: center; }
    .survey .btns input {
      display: inline-block;
      vertical-align: top;
      background: #5cb4e5;
      border: 1px solid #5cb4e5;
      color: #fff;
      border-radius: 4px;
      margin: 0 2px 10px;
      padding: 0 15px;
      height: 36px;
      font-size: 16px;
      line-height: 19px;
      text-transform: uppercase; }
      .survey .btns input:hover {
        background: #264d63;
        border: 1px solid #264d63; }
      .survey .btns input[type="submit"] {
        background: #366d8c;
        border: 1px solid #366d8c; }
        .survey .btns input[type="submit"]:hover {
          background: #264d63;
          border: 1px solid #264d63; }

.process-block {
  max-width: 663px;
  margin: 0 auto; }
  .process-block .date {
    display: block;
    text-align: right;
    font-size: 12px;
    margin: 0 0 5px; }
  .process-block .block {
    margin: 0 0 20px;
    background: #f1f1f1;
    border-top: 1px solid #999;
    color: #333;
    padding: 20px; }
    .process-block .block h2 {
      font-weight: 500;
      font-size: 18px;
      line-height: 21px;
      margin: 0 0 10px;
      color: #234659; }
    .process-block .block h3 {
      font-size: 14px;
      line-height: 17px;
      font-weight: 700;
      color: #333;
      margin: 0 0 5px; }
      .process-block .block h3 a {
        text-decoration: underline; }
        .process-block .block h3 a:hover {
          text-decoration: none; }
    .process-block .block p {
      margin: 0 0 5px; }
      .process-block .block p + h3 {
        padding-top: 20px; }

.content-holder1 {
  max-width: 628px;
  margin: 0 auto;
  color: #333;
  font-size: 13px; }
  .content-holder1 .btn-holder {
    padding: 20px 0; }
  .content-holder1 .content-frame {
    border: solid #e1e1e1;
    border-width: 1px 0;
    padding: 30px 0;
    margin: 0 0 40px; }
  .content-holder1 h2,
  .content-holder1 h3 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #234659; }
  .content-holder1 p {
    margin: 0 0 20px; }
  .content-holder1 .block {
    padding: 20px;
    background: #f1f1f1;
    margin: 0 0 20px; }
    .content-holder1 .block ul {
      margin: 0 0 20px; }
      .content-holder1 .block ul li {
        padding: 0 0 5px 15px;
        vertical-align: top;
        position: relative; }
        .content-holder1 .block ul li:before {
          content: "";
          position: absolute;
          top: 6px;
          left: 0;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background: #222; }
  .content-holder1 dl {
    margin: 0 0 20px;
    overflow: hidden; }
    .content-holder1 dl dt {
      float: left;
      font-weight: 300;
      padding: 0 5px 0 0; }
    .content-holder1 dl dd {
      overflow: hidden;
      height: 1%; }
      .content-holder1 dl dd a {
        color: #1eaedb;
        text-decoration: underline; }
        .content-holder1 dl dd a[href^=tel] {
          color: inherit;
          text-decoration: none; }
        .content-holder1 dl dd a:hover {
          text-decoration: none; }
  .content-holder1 h4 {
    font-weight: 700;
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 5px; }

/* survey2 form style */
.survey2 {
  font-size: 13px; }
  .survey2 .row1 {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0; }
    .survey2 .row1 .textholder {
      padding: 0 45px 15px 0;
      position: relative; }
      @media (min-width: 768px) {
        .survey2 .row1 .textholder {
          display: inline-block;
          vertical-align: top;
          width: 55%;
          padding: 0; } }
      .survey2 .row1 .textholder .img-holder {
        position: absolute;
        top: 0;
        right: 10px; }
        @media (min-width: 768px) {
          .survey2 .row1 .textholder .img-holder {
            display: none; } }
      .survey2 .row1 .textholder .icon-holder {
        position: absolute;
        top: 0;
        right: 10px; }
        @media (min-width: 768px) {
          .survey2 .row1 .textholder .icon-holder {
            display: none; } }
      .survey2 .row1 .textholder .h2 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 300;
        margin: 0 0 5px;
        display: block; }
      .survey2 .row1 .textholder .opener {
        text-decoration: none !important; }
        .survey2 .row1 .textholder .opener .glyphicon {
          font-size: 20px; }
          .survey2 .row1 .textholder .opener .glyphicon.glyphicon-menu-right {
            display: block; }
          .survey2 .row1 .textholder .opener .glyphicon.glyphicon-menu-down {
            display: none; }
      .survey2 .row1 .textholder.active .opener .glyphicon {
        font-size: 20px; }
        .survey2 .row1 .textholder.active .opener .glyphicon.glyphicon-menu-right {
          display: none; }
        .survey2 .row1 .textholder.active .opener .glyphicon.glyphicon-menu-down {
          display: block; }
      .survey2 .row1 .textholder p {
        margin: 0; }
    .survey2 .row1 .voting-block {
      padding: 0; }
      @media (min-width: 768px) {
        .survey2 .row1 .voting-block {
          width: 40%;
          display: inline-block;
          vertical-align: top;
          padding: 0 10px; } }
      .survey2 .row1 .voting-block .ico-holder img {
        height: 25px;
        width: 25px;
        display: block !important;
        margin: 0 auto 5px; }
        .survey2 .row1 .voting-block .ico-holder img.hidden {
          visibility: hidden !important; }
      .survey2 .row1 .voting-block .area {
        width: 25%;
        max-width: 75px;
        display: inline-block;
        vertical-align: top;
        margin: 0 -4px 0 0;
        text-align: center; }
        @media (min-width: 768px) {
          .survey2 .row1 .voting-block .area {
            width: 25%; } }
        .survey2 .row1 .voting-block .area label {
          display: block;
          font-weight: 400; }
    .survey2 .row1 .radio-block {
      padding: 0; }
      @media (min-width: 768px) {
        .survey2 .row1 .radio-block {
          width: 40%;
          display: inline-block;
          vertical-align: top;
          padding: 0 10px; } }
      .survey2 .row1 .radio-block .area {
        width: 25%;
        max-width: 75px;
        display: inline-block;
        vertical-align: top;
        margin: 0 -4px 0 0;
        text-align: center; }
        @media (min-width: 768px) {
          .survey2 .row1 .radio-block .area {
            width: 25%; } }
        .survey2 .row1 .radio-block .area label {
          display: block;
          font-weight: 400; }
  .survey2 .btns {
    padding: 20px 0;
    text-align: center; }
    .survey2 .btns input {
      display: inline-block;
      vertical-align: top;
      background: #5cb4e5;
      border: 1px solid #5cb4e5;
      color: #fff;
      border-radius: 4px;
      margin: 0 2px 10px;
      padding: 0 15px;
      height: 36px;
      font-size: 16px;
      line-height: 19px;
      text-transform: uppercase; }
      .survey2 .btns input:hover {
        background: #264d63;
        border: 1px solid #264d63; }
      .survey2 .btns input[type="submit"] {
        background: #366d8c;
        border: 1px solid #366d8c; }
        .survey2 .btns input[type="submit"]:hover {
          background: #264d63;
          border: 1px solid #264d63; }

/* survey3 form style */
.survey3 {
  font-size: 13px;
  font-weight: 500;
  max-width: 482px;
  margin: 0 auto; }
  .survey3 .row1 {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0; }
    .survey3 .row1 .area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .survey3 .row1 .area > [type="radio"] {
        margin: 0 20px 0 0; }
    .survey3 .row1 label {
      font-weight: 500;
      margin: 0; }
    .survey3 .row1 .label {
      padding-left: 33px;
      display: block; }
    .survey3 .row1 .row1 {
      padding: 20px 0 10px 71px;
      border: none; }
  .survey3 .input-area {
    padding: 26px 0 0 33px;
    display: none; }
    .survey3 .input-area label {
      display: block; }
    .survey3 .input-area input {
      width: 196px;
      height: 38px;
      padding: 6px;
      margin: 0;
      background: #fff;
      border: 1px solid #ddd;
      color: #333;
      border-radius: 4px;
      box-shadow: none; }
  .survey3 .btns {
    padding: 20px 0;
    text-align: center; }
    .survey3 .btns input {
      display: inline-block;
      vertical-align: top;
      background: #5cb4e5;
      border: 1px solid #5cb4e5;
      color: #fff;
      border-radius: 4px;
      margin: 0 2px 10px;
      padding: 0 15px;
      height: 36px;
      font-size: 16px;
      line-height: 19px;
      text-transform: uppercase; }
      .survey3 .btns input:hover {
        background: #264d63;
        border: 1px solid #264d63; }
      .survey3 .btns input[type="submit"] {
        background: #366d8c;
        border: 1px solid #366d8c; }
        .survey3 .btns input[type="submit"]:hover {
          background: #264d63;
          border: 1px solid #264d63; }

.content-block {
  padding: 20px 0;
  border-top: 1px solid #ddd; }
  .heading + .content-block {
    border: none;
    max-width: 640px;
    margin: 0 auto; }
  .content-block .btn-holder {
    text-align: center;
    padding: 15px 0 5px; }
    .content-block .btn-holder .btn {
      font-size: 15px;
      margin: 0 4px 5px;
      padding: 6px 20px; }
      .content-block .btn-holder .btn.btn-blue {
        background: #5cb4e5;
        border-color: #5cb4e5; }
  .content-block > ul {
    margin: 0 0 20px; }
    .content-block > ul li {
      vertical-align: top;
      padding: 0 0 5px 10px;
      position: relative; }
      .content-block > ul li:before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        width: 4px;
        height: 4px;
        border-radius: 2px;
        background: #333; }
    .content-block > ul a {
      text-decoration: underline;
      color: #1eaedb; }
      .content-block > ul a:hover {
        color: #0fa0ce; }
  .content-block .col h3 {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    margin: 0 0 5px; }
  .content-block .col ul {
    margin: 0 0 20px; }
    .content-block .col ul li {
      vertical-align: top; }
    .content-block .col ul a {
      text-decoration: underline;
      color: #0fa0ce; }
      .content-block .col ul a:hover {
        text-decoration: none; }
  .content-block .col dl {
    margin: 0 0 20px;
    overflow: hidden; }
    .content-block .col dl dt {
      font-weight: 300;
      float: left;
      padding: 0 5px 0 0; }
    .content-block .col dl dd {
      overflow: hidden;
      height: 1%; }
      .content-block .col dl dd a {
        color: inherit;
        text-decoration: none; }
        .content-block .col dl dd a:hover {
          color: #0fa0ce; }

.member-area {
  padding: 20px 0;
  border-top: 1px solid #ddd; }
  .member-area h2 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 300;
    margin: 0 0 20px;
    text-transform: uppercase; }
    .member-area h2 span {
      font-size: 17px; }

.candidate-list li {
  width: 100%;
  padding: 0 10px 20px;
  font-size: 10px;
  line-height: 13px;
  font-weight: 700;
  vertical-align: top; }
  @media (min-width: 768px) {
    .candidate-list li {
      width: 20%;
      text-align: center;
      display: inline-block;
      margin: 0 -4px 0 0; } }
  @media (min-width: 1200px) {
    .candidate-list li {
      width: 14%; } }
  @media (max-width: 767px) {
    .candidate-list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px 0;
      border-bottom: 1px solid #ddd;
      position: relative;
      font-size: 18px;
      line-height: 21px;
      color: #234659; } }
  @media (max-width: 480px) {
    .candidate-list li {
      padding: 10px 50px 10px 0; } }
  .candidate-list li .photo {
    margin: 0 20px 0 0; }
    @media (min-width: 768px) {
      .candidate-list li .photo {
        margin: 0; } }
  .candidate-list li .ico-holder {
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    height: 25px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .candidate-list li .ico-holder img {
      width: 25px;
      height: 25px; }
  .candidate-list li img {
    vertical-align: top;
    border-radius: 4px;
    width: auto;
    height: 65px;
    margin: 0; }
    @media (min-width: 768px) {
      .candidate-list li img {
        margin: 0 0 10px; } }

.link-mobile {
  margin: 0 -6px; }
  @media (min-width: 768px) {
    .link-mobile {
      margin: 0; } }
  .link-mobile a {
    display: block;
    padding: 26px 50px 26px 20px;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 500;
    color: #234659;
    text-decoration: none !important;
    position: relative; }
    @media (min-width: 480px) {
      .link-mobile a {
        padding: 26px 50px; } }
    .link-mobile a:hover {
      opacity: .85; }
    .link-mobile a .fa,
    .link-mobile a .glyphicon {
      position: absolute;
      top: 50%;
      right: 20px;
      font-size: 25px;
      color: #366d8c;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

/* accordion style */
.accordion {
  margin: 0 -6px; }
  @media (min-width: 768px) {
    .accordion {
      margin: 0; }
      .accordion > div:first-child .content-block {
        border: none;
        max-width: 640px;
        margin: 0 auto; } }
  .accordion .opener {
    display: block;
    padding: 26px 50px 26px 20px;
    border-top: 1px solid #ddd;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 500;
    color: #234659;
    text-decoration: none !important;
    position: relative; }
    @media (min-width: 480px) {
      .accordion .opener {
        padding: 26px 50px; } }
    .accordion .opener:hover {
      opacity: .85; }
    .accordion .opener span {
      display: block;
      font-size: 13px;
      font-weight: 300; }
    .accordion .opener .fa,
    .accordion .opener .glyphicon {
      position: absolute;
      top: 50%;
      right: 20px;
      font-size: 25px;
      color: #366d8c;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .accordion .opener .fa.glyphicon-menu-right,
      .accordion .opener .glyphicon.glyphicon-menu-right {
        display: block; }
      .accordion .opener .fa.glyphicon-menu-down,
      .accordion .opener .glyphicon.glyphicon-menu-down {
        display: none; }
  .accordion .active .opener .glyphicon.glyphicon-menu-right {
    display: none; }
  .accordion .active .opener .glyphicon.glyphicon-menu-down {
    display: block; }
  .accordion .slide > div {
    padding: 20px; }
    @media (min-width: 768px) {
      .accordion .slide > div {
        padding: 20px 0; } }

.error-holder {
  margin: 0; }
  .error-holder .error-frame {
    white-space: nowrap;
    text-align: center;
    background: #ccc;
    height: 260px; }
    .error-holder .error-frame:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .error-holder .error-frame > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 99%; }
  .error-holder .inner strong {
    display: block;
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 10px;
    color: #234659; }

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0; }

.lightbox-holder {
  padding: 17px;
  width: 95%; }
  @media (min-width: 768px) {
    .lightbox-holder {
      width: 600px; } }
  @media (min-width: 992px) {
    .lightbox-holder {
      width: 900px; } }
  .lightbox-holder.lightbox-holder1 {
    width: 95%; }
    @media (min-width: 768px) {
      .lightbox-holder.lightbox-holder1 {
        width: 600px; } }
    @media (min-width: 992px) {
      .lightbox-holder.lightbox-holder1 {
        width: 680px; } }
    .lightbox-holder.lightbox-holder1 .h1 {
      color: #234659;
      font-family: 'Montserrat';
      font-size: 24px;
      font-weight: 500; }
  .lightbox-holder .h1 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 300;
    margin: 0 0 11px;
    display: block; }
  .lightbox-holder .h2 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    margin: 0 0 15px;
    display: block; }
  .lightbox-holder .content {
    border-top: 1px solid #ddd;
    padding: 22px 0 0; }
    .lightbox-holder .content .photo {
      float: left;
      margin: 0 13px 13px 0;
      width: 60px; }
      .lightbox-holder .content .photo img {
        width: 100%;
        height: auto; }
    .lightbox-holder .content ul {
      margin: 0 0 20px; }
      .lightbox-holder .content ul li {
        vertical-align: top;
        padding: 0 0 5px 10px;
        position: relative; }
        .lightbox-holder .content ul li:before {
          content: "";
          position: absolute;
          top: 8px;
          left: 0;
          width: 4px;
          height: 4px;
          border-radius: 2px;
          background: #333; }
      .lightbox-holder .content ul a {
        text-decoration: underline;
        color: #1eaedb; }
        .lightbox-holder .content ul a:hover {
          color: #0fa0ce; }
    .lightbox-holder .content p {
      margin: 0 0 16px; }
  .lightbox-holder .btn-holder {
    text-align: center; }

/* footer styles */
#footer {
  background: #c8c8c8;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 12px; }
  @media (max-width: 767px) {
    #footer {
      font-size: 10px;
      font-weight: 400;
      line-height: 16px;
      padding: 16px; } }
  #footer p {
    margin: 0; }

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
  .accessibility:focus {
    position: static;
    width: auto;
    height: auto; }

/* inner-page */
.content-area {
  padding-top: 15px;
  text-align: center;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400; }
  .content-area.content-area1 {
    line-height: 19px; }
    .content-area.content-area1 p {
      margin: 0 0 19px; }
      .content-area.content-area1 p:last-child {
        margin: 0; }
    @media (min-width: 992px) {
      .content-area.content-area1 {
        padding-top: 6px;
        padding-left: 30px;
        padding-right: 30px; } }
    .content-area.content-area1 .btn-holder {
      padding: 0;
      margin: 0 0 22px; }
  .content-area h2 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 25px; }
  .content-area p a {
    color: #5cb4e5;
    text-decoration: underline; }
    .content-area p a[href^=tel] {
      color: inherit;
      text-decoration: none; }
    .content-area p a:hover {
      color: #0fa0ce; }
  .content-area p .code {
    color: #4e9334;
    font-size: 22px; }
  .content-area.login-area .btn-holder {
    margin: 0 0 15px; }
    .content-area.login-area .btn-holder .btn {
      font-size: 12px;
      letter-spacing: -0.39px;
      line-height: 19px;
      padding: 10px 15px;
      text-transform: uppercase;
      background-color: #366d8c;
      border-color: #2f5f7a; }
      @media (min-width: 992px) {
        .content-area.login-area .btn-holder .btn {
          font-size: 14px;
          letter-spacing: -0.39px;
          line-height: 19px; } }
      .content-area.login-area .btn-holder .btn:hover {
        opacity: 1;
        background-color: #285067;
        border-color: #1e3c4d; }
    .content-area.login-area .btn-holder .glyphicon-triangle-right {
      margin: 2px 0 0 5px; }
  .content-area .btn-holder {
    margin: 0 0 15px; }
    .content-area .btn-holder .btn {
      font-size: 13px;
      letter-spacing: -1px;
      line-height: 19px;
      padding: 10px 15px;
      background-color: #366d8c;
      border-color: #2f5f7a; }
      @media (min-width: 992px) {
        .content-area .btn-holder .btn {
          font-size: 18px; } }
      .content-area .btn-holder .btn:hover {
        opacity: 1;
        background-color: #285067;
        border-color: #1e3c4d; }
    .content-area .btn-holder .glyphicon-triangle-right {
      margin: 3px 0 0 5px;
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 992px) {
        .content-area .btn-holder .glyphicon-triangle-right {
          margin: 0 0 0 5px; } }
  .content-area .auth-block {
    border-radius: 4px;
    border: 1px solid #ddd;
    overflow: hidden;
    text-align: center;
    max-width: 624px;
    margin: 0 auto 38px; }
    .content-area .auth-block .form-inline {
      white-space: nowrap; }
      .content-area .auth-block .form-inline .form-group {
        display: inline-block;
        width: auto;
        min-width: 30px; }
        @media (min-width: 992px) {
          .content-area .auth-block .form-inline .form-group {
            margin: 0 0 0 5px; } }
      .content-area .auth-block .form-inline .form-control {
        height: 40px;
        border-radius: 4px;
        border: 1px solid #ddd; }
        @media (min-width: 992px) {
          .content-area .auth-block .form-inline .form-control {
            width: 322px; } }
      .content-area .auth-block .form-inline .btn.btn-blue {
        border: 1px solid #357ebd;
        background-color: #428bca;
        height: 40px;
        vertical-align: top; }
        @media (min-width: 992px) {
          .content-area .auth-block .form-inline .btn.btn-blue {
            padding: 6px 15px;
            margin: 0 0 0 5px; } }
        .content-area .auth-block .form-inline .btn.btn-blue:hover {
          background-color: #357ebd; }
  .content-area .auth-heading {
    background-color: #eceeef;
    font-size: 14px;
    font-weight: 700;
    padding: 1px 10px; }
  .content-area .auth-content {
    padding: 19px 12px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #707070; }
    @media (min-width: 992px) {
      .content-area .auth-content {
        padding: 19px 41px; } }
    .content-area .auth-content p {
      margin: 0 0 11px; }
  .content-area .login-form {
    text-align: left;
    max-width: 710px;
    width: 100%;
    margin: 0 auto 20px; }
    .content-area .login-form p {
      text-align: center; }
    .content-area .login-form .login-row {
      padding: 0 0 23px; }
      .content-area .login-form .login-row label,
      .content-area .login-form .login-row .label {
        font: 700 14px/17px 'Open Sans', sans-serif;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 5px; }
      .content-area .login-form .login-row > input {
        display: block;
        width: 100%;
        height: 40px;
        border-radius: 4px;
        border: 1px solid #ddd;
        padding: 10px;
        margin: 0; }

@media (min-width: 992px) {
  .main-frame.main-frame1 {
    padding: 28px 47px; } }

.main-frame.main-frame1 .heading {
  margin: 0 0 36px; }
  .main-frame.main-frame1 .heading h1 {
    padding: 15px 0 0;
    font-size: 24px;
    font-weight: 500; }
  .main-frame.main-frame1 .heading .img-holder {
    text-align: right; }
    .main-frame.main-frame1 .heading .img-holder img {
      max-width: 216px; }

.main-frame .form-area {
  font: 14px/17px 'Open Sans', sans-serif;
  color: #000; }
  .main-frame .form-area p {
    text-align: center;
    margin: 0 0 20px; }

.main-frame .registration-form {
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 0; }
  .main-frame .registration-form p {
    margin: 0 0 30px; }
  .main-frame .registration-form .register-row {
    padding: 0 0 24px; }
    .main-frame .registration-form .register-row label,
    .main-frame .registration-form .register-row .label {
      font: 700 14px/17px 'Open Sans', sans-serif;
      display: inline-block;
      vertical-align: top;
      margin: 0 0 5px; }
    .main-frame .registration-form .register-row > input {
      display: block;
      width: 100%;
      height: 40px;
      border-radius: 4px;
      border: 1px solid #ddd;
      padding: 10px;
      margin: 0; }
  .main-frame .registration-form .dropdown .dropdown-toggle {
    width: 100%;
    height: 40px;
    position: relative;
    text-align: left;
    border: 1px solid #ddd !important;
    background: #fff !important;
    box-shadow: none !important; }
    .main-frame .registration-form .dropdown .dropdown-toggle .caret {
      position: absolute;
      right: 15px;
      top: 45%;
      border-top: 8px dashed;
      border-right: 8px solid transparent;
      border-left: 8px solid transparent; }
  .main-frame .registration-form .dropdown-menu {
    width: 100%;
    margin-top: -8px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    max-height: 200px;
    overflow: auto; }
    .main-frame .registration-form .dropdown-menu > li {
      padding: 5px 20px; }
      .main-frame .registration-form .dropdown-menu > li > a {
        padding: 0; }
    .main-frame .registration-form .dropdown-menu .btn {
      display: inline-block;
      vertical-align: top;
      color: #fff;
      padding: 5px 20px;
      border-radius: 0;
      border: 1px solid #3d80ba;
      background-color: #3d80ba; }
    .main-frame .registration-form .dropdown-menu label {
      color: #5284ec;
      font-weight: 300;
      font-size: 14px;
      margin: 0; }
    .main-frame .registration-form .dropdown-menu input[type="checkbox"] {
      margin: 0 5px 0 0; }
  .main-frame .registration-form .btn-holder {
    margin: 0 0 30px; }
    .main-frame .registration-form .btn-holder .btn {
      font-size: 18px;
      letter-spacing: -0.5px;
      line-height: 19px;
      text-transform: uppercase;
      padding: 10px 15px; }
      .main-frame .registration-form .btn-holder .btn .glyphicon-triangle-right {
        display: inline-block;
        vertical-align: top;
        margin: 1px 0 0 2px; }

#header .small-text {
  font-size: 18px;
  font-weight: 400; }

#header .text-uppercase {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  padding-top: 1px;
  margin: 0 0 -10px; }

@media (min-width: 992px) {
  .row > .details-holder:first-child dl dt {
    width: 103px; } }

@media (min-width: 992px) {
  .row > .details-holder:first-child dl dd {
    width: calc(100% - 103px); } }

.details-holder dl {
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  margin: 0 0 10px !important; }
  @media (max-width: 767px) {
    .details-holder dl {
      margin: 0 !important; } }
  .details-holder dl dt {
    float: left;
    clear: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    width: 140px;
    padding: 0;
    margin: 0 !important; }
    @media (max-width: 767px) {
      .details-holder dl dt {
        width: 110px;
        font-size: 10px; } }
  .details-holder dl dd {
    width: calc(100% - 140px);
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 !important; }
    @media (max-width: 767px) {
      .details-holder dl dd {
        font-size: 12px;
        line-height: 24px;
        width: calc(100% - 110px); } }
    .details-holder dl dd a {
      color: inherit; }
    .details-holder dl dd span {
      color: #ff9300; }

.statement-holder {
  margin: 26px 0 0; }
  .statement-holder > .col-xs-12 {
    background: #fff;
    border: 1px solid #eee;
    padding: 23px 15px; }
    @media (min-width: 992px) {
      .statement-holder > .col-xs-12 {
        padding: 28px 47px; } }
  .statement-holder .heading {
    overflow: hidden;
    margin: 0 0 35px;
    padding: 15px 5px 0; }
    .statement-holder .heading h2 {
      font-size: 24px;
      line-height: 25px;
      font-weight: 500;
      color: #234659;
      margin: 0; }
  .statement-holder .block {
    font-family: 'Open Sans', sans-serif;
    padding: 0 5px 35px; }
    .statement-holder .block + .btn-holder {
      margin-top: -5px; }
    .statement-holder .block .description h3 {
      color: #707070;
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      margin: 0;
      text-transform: uppercase;
      overflow: hidden; }
      .statement-holder .block .description h3 strong {
        float: left;
        color: #000;
        font-weight: 600;
        margin: 0 10px 0 0; }
      .statement-holder .block .description h3 span {
        display: block;
        overflow: hidden; }
    .statement-holder .block .description p {
      color: #707070;
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      margin: 0 0 20px;
      overflow: hidden; }
      .statement-holder .block .description p strong {
        float: left;
        color: #000;
        font-weight: 600;
        margin: 0 14px 0 0;
        text-transform: uppercase; }
      .statement-holder .block .description p span {
        display: block;
        overflow: hidden; }
    .statement-holder .block .edit-box {
      border-radius: 5px;
      border: 1px solid #ccc;
      overflow: hidden;
      margin: 0 0 0 24px; }
      .statement-holder .block .edit-box .edit-tool {
        background: #f5f5f5;
        padding: 8px 45px 8px 12px;
        position: relative; }
        .statement-holder .block .edit-box .edit-tool span {
          margin: 0 9px 0 0;
          display: inline-block;
          vertical-align: top;
          height: 21px; }
          .statement-holder .block .edit-box .edit-tool span.arrow-b {
            width: 5px;
            position: relative;
            margin: 0 20px 0 -8px; }
            .statement-holder .block .edit-box .edit-tool span.arrow-b:before {
              content: "";
              position: absolute;
              top: 50%;
              left: 50%;
              border: solid transparent;
              border-top-color: #333;
              border-width: 4px;
              margin: 0 0 0 -4px; }
          .statement-holder .block .edit-box .edit-tool span.ol-list {
            padding-left: 13px;
            margin: 0 7px 0 0; }
          .statement-holder .block .edit-box .edit-tool span.color-symbol {
            margin: 0 33px 0 0; }
        .statement-holder .block .edit-box .edit-tool .screen {
          position: absolute;
          right: 18px;
          top: 50%;
          width: 21px;
          height: 15px;
          margin-top: -7px; }
          .statement-holder .block .edit-box .edit-tool .screen span {
            margin: 0;
            display: block;
            width: 21px;
            height: 15px; }
          .statement-holder .block .edit-box .edit-tool .screen img {
            vertical-align: top; }
      .statement-holder .block .edit-box .edit-text {
        padding: 36px 40px 20px;
        color: #707070;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px; }
        .statement-holder .block .edit-box .edit-text p {
          margin: 0 0 18px; }
    .statement-holder .block .comment-line {
      max-width: 779px;
      margin: 0 auto;
      padding: 2px 15px 0;
      text-align: right;
      color: #707070;
      font-size: 12px;
      font-weight: 400; }
  .statement-holder .btn-holder {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.39px;
    line-height: 19px;
    text-transform: uppercase;
    margin: 0 0 45px; }
    .statement-holder .btn-holder.btn-holder1 .btn {
      width: 100%;
      max-width: 341px;
      padding: 8px 15px; }
      .statement-holder .btn-holder.btn-holder1 .btn.btn-blue {
        padding: 8px 15px; }
    .statement-holder .btn-holder.btn-holder1 .glyphicon {
      margin: 0 0 0 10px; }
    .statement-holder .btn-holder:last-child {
      margin: 0 0 30px; }
    .statement-holder .btn-holder .btn.btn-blue {
      padding: 10px 45px;
      border: 1px solid #428bca;
      background-color: #428bca;
      white-space: normal; }
      .statement-holder .btn-holder .btn.btn-blue:hover {
        opacity: 1;
        background-color: #357ebd;
        border-color: #357ebd; }
    .statement-holder .btn-holder .btn.btn-gray {
      padding: 10px 35px;
      border: 1px solid #d0d0d0;
      background-color: #d0d0d0;
      color: #fff;
      white-space: normal; }
      .statement-holder .btn-holder .btn.btn-gray:hover {
        opacity: 1;
        background-color: #bfbfbf;
        border-color: #bfbfbf; }
  .statement-holder .info-content {
    color: #707070;
    padding: 0 5px;
    font: 14px/24px 'Open Sans', sans-serif; }
    .statement-holder .info-content p {
      margin: 0 0 20px; }
      .statement-holder .info-content p strong {
        color: #000; }
    .statement-holder .info-content .table-block {
      overflow: auto;
      width: 100%; }
      .statement-holder .info-content .table-block table {
        width: 100%;
        margin: 0 0 20px; }
        .statement-holder .info-content .table-block table th {
          height: 45px;
          width: 28%;
          text-align: left;
          color: #000;
          font-size: 12px;
          line-height: 15px;
          font-weight: 600;
          text-transform: uppercase;
          padding: 0 10px; }
          .statement-holder .info-content .table-block table th:first-child {
            text-align: center;
            padding: 0 40px 0 10px; }
          .statement-holder .info-content .table-block table th:last-child {
            width: 16%; }
        .statement-holder .info-content .table-block table td {
          background: #f8f8f8;
          height: 45px;
          padding: 0 10px;
          border: solid #ddd;
          border-width: 1px 0;
          font-size: 12px;
          line-height: 15px;
          color: #000; }
          .statement-holder .info-content .table-block table td > div {
            height: 45px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            min-width: 222px; }
            .statement-holder .info-content .table-block table td > div > * {
              padding: 0 5px; }
          .statement-holder .info-content .table-block table td .glyphicon-ok {
            color: #0fbf00;
            font-size: 15px; }
          .statement-holder .info-content .table-block table td .glyphicon-alert {
            color: #df7600;
            font-size: 16px; }
          .statement-holder .info-content .table-block table td a {
            color: #1c7cd5;
            text-decoration: underline; }
            .statement-holder .info-content .table-block table td a:hover {
              color: #1e3c4d; }
            .statement-holder .info-content .table-block table td a.btn-blue {
              color: #fff;
              text-decoration: none;
              border: 1px solid #428bca;
              background-color: #428bca;
              margin: 0 0 0 10px;
              display: block; }
              .statement-holder .info-content .table-block table td a.btn-blue .glyphicon-open {
                margin: 0 0 0 5px; }
              .statement-holder .info-content .table-block table td a.btn-blue:hover {
                opacity: 1;
                background-color: #357ebd;
                border-color: #357ebd; }
        .statement-holder .info-content .table-block table tr:nth-child(2n + 1) td {
          background: #fff; }
  .statement-holder .steps-list {
    padding: 0 0 20px 24px; }
    .statement-holder .steps-list strong {
      color: #000;
      margin: 0 10px 0 0; }
  .statement-holder .statement-tabs .statement-box {
    border-radius: 0; }
    .statement-holder .statement-tabs .statement-box .statement-heading {
      background-color: #fff;
      padding: 0; }
      .statement-holder .statement-tabs .statement-box .statement-heading .edit {
        background-color: #428bca;
        padding: 10px 15px;
        font-weight: 400;
        letter-spacing: -0.39px;
        text-transform: uppercase; }
        .statement-holder .statement-tabs .statement-box .statement-heading .edit .glyphicon-pencil {
          margin: 0 5px 0 0; }
  .statement-holder .statement-tabs .nav-tabs {
    border: none; }
    .statement-holder .statement-tabs .nav-tabs > li {
      margin: 0 15px 0 0; }
      .statement-holder .statement-tabs .nav-tabs > li.active > a {
        background-color: #428bca; }
        .statement-holder .statement-tabs .nav-tabs > li.active > a:hover, .statement-holder .statement-tabs .nav-tabs > li.active > a:focus {
          background-color: #428bca; }
      .statement-holder .statement-tabs .nav-tabs > li > a {
        padding: 8px 20px;
        border-radius: 6px 6px 0 0;
        background-color: #dadadb;
        border: none;
        text-align: center;
        color: #fff;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 17px;
        font-weight: 500;
        letter-spacing: -0.36px;
        text-transform: uppercase; }
  .statement-holder .statement-box {
    border-radius: 5px;
    border: 1px solid #428bca;
    overflow: hidden; }
    .statement-holder .statement-box .statement-heading {
      background-color: #428bca;
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      color: #fff; }
      .statement-holder .statement-box .statement-heading h2 {
        margin: 0; }
      .statement-holder .statement-box .statement-heading h3 {
        margin: 0;
        font-size: 18px;
        letter-spacing: -0.47px;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase; }
      .statement-holder .statement-box .statement-heading .edit {
        color: #fff;
        font-size: 14px;
        font-weight: 700; }
        .statement-holder .statement-box .statement-heading .edit .glyphicon-pencil {
          margin: 0 5px 0 0; }
    .statement-holder .statement-box .statement-text {
      padding: 40px 45px;
      color: #707070;
      font-size: 14px;
      line-height: 24px; }
      .statement-holder .statement-box .statement-text h4 {
        color: #000;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        margin: 0;
        text-transform: uppercase; }
      .statement-holder .statement-box .statement-text h5 {
        color: #000;
        margin: 0 0 28px;
        font-size: 14px;
        line-height: 24px;
        font-style: italic; }
  .statement-holder .check-area {
    max-width: 715px;
    margin: 0 auto 30px; }
    .statement-holder .check-area.check-area1 {
      max-width: 100%;
      padding: 10px 0;
      margin: 0; }
      .statement-holder .check-area.check-area1 .check-row:last-child {
        padding: 0; }
    .statement-holder .check-area .check-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 0 0 20px; }
      .statement-holder .check-area .check-row input[type="checkbox"] {
        margin: 5px 15px 0 0; }
      .statement-holder .check-area .check-row label {
        font-weight: 400;
        margin: 0; }
        .statement-holder .check-area .check-row label a {
          color: #1c7cd5;
          text-decoration: underline; }
          .statement-holder .check-area .check-row label a:hover {
            text-decoration: none; }
        .statement-holder .check-area .check-row label .fake-input {
          display: inline-block;
          min-width: 15px;
          min-height: 15px;
          border-radius: 4px;
          background-color: #fff;
          border: 1px solid #95989a;
          vertical-align: middle;
          position: relative;
          margin-right: 5px; }
        .statement-holder .check-area .check-row label [type="checkbox"] {
          position: fixed;
          left: 0;
          top: 0;
          opacity: 0;
          z-index: -1; }
          .statement-holder .check-area .check-row label [type="checkbox"]:checked + .fake-input {
            border: 1px solid #1c7cd5;
            background-color: #1c7cd5; }
            .statement-holder .check-area .check-row label [type="checkbox"]:checked + .fake-input:before {
              opacity: 1; }
          .statement-holder .check-area .check-row label [type="checkbox"] + .fake-input:before {
            content: '';
            width: 8px;
            height: 5px;
            position: absolute;
            top: 50%;
            left: 50%;
            border: 2px solid #fff;
            border-width: 0 0 2px 2px;
            opacity: 0;
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
            margin: -4px 0 0 -3px; }
        .statement-holder .check-area .check-row label .fake-label {
          display: block;
          margin: -4px 0 0 5px; }

/* inner page 05/04/2020 */
.statement-holder .table-block1 .table-frame {
  min-width: 799px;
  margin: 0 0 30px; }

.statement-holder .table-block1 .heading-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd; }
  .statement-holder .table-block1 .heading-table .name {
    width: 19%;
    padding: 8px 15px; }
  .statement-holder .table-block1 .heading-table .email,
  .statement-holder .table-block1 .heading-table .number {
    width: 24%;
    padding: 8px 15px; }
  .statement-holder .table-block1 .heading-table .phone,
  .statement-holder .table-block1 .heading-table .address {
    width: 19%;
    padding: 8px 15px; }
  .statement-holder .table-block1 .heading-table .status {
    width: 14%;
    padding: 8px 15px; }
  .statement-holder .table-block1 .heading-table .received,
  .statement-holder .table-block1 .heading-table .result {
    width: 24%;
    padding: 8px 15px;
    font-weight: 700; }
    .statement-holder .table-block1 .heading-table .received span,
    .statement-holder .table-block1 .heading-table .result span {
      font-size: 9px;
      font-weight: 400; }
    .statement-holder .table-block1 .heading-table .received mark,
    .statement-holder .table-block1 .heading-table .result mark {
      background: none;
      color: #0fbf00;
      font-weight: 700;
      font-size: 12px; }
    .statement-holder .table-block1 .heading-table .received strong,
    .statement-holder .table-block1 .heading-table .result strong {
      font-size: 12px; }

.statement-holder .table-block1 .table-content {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding: 7px 0;
  color: #000;
  background: #f8f8f8;
  border-bottom: 1px solid #ddd; }
  .statement-holder .table-block1 .table-content:nth-child(2n-1) {
    background: #fff; }
    .statement-holder .table-block1 .table-content:nth-child(2n-1) .response-block:before {
      background: #fff; }
  .statement-holder .table-block1 .table-content .table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .statement-holder .table-block1 .table-content .name {
    width: 19%;
    padding: 8px 15px; }
  .statement-holder .table-block1 .table-content .email,
  .statement-holder .table-block1 .table-content .number {
    width: 24%;
    padding: 8px 15px; }
    .statement-holder .table-block1 .table-content .email a,
    .statement-holder .table-block1 .table-content .number a {
      color: #1c7cd5;
      text-decoration: underline; }
      .statement-holder .table-block1 .table-content .email a:hover,
      .statement-holder .table-block1 .table-content .number a:hover {
        text-decoration: none; }
  .statement-holder .table-block1 .table-content .phone,
  .statement-holder .table-block1 .table-content .address {
    width: 19%;
    padding: 8px 15px; }
  .statement-holder .table-block1 .table-content .status {
    width: 14%;
    padding: 8px 15px; }
    .statement-holder .table-block1 .table-content .status .status-element {
      text-transform: uppercase;
      color: #0fbf00;
      font-size: 12px;
      font-weight: 700;
      line-height: 20px; }
      .statement-holder .table-block1 .table-content .status .status-element.pending {
        color: #df7600; }
      .statement-holder .table-block1 .table-content .status .status-element.declined {
        color: #aaa; }
  .statement-holder .table-block1 .table-content .received,
  .statement-holder .table-block1 .table-content .result {
    width: 24%;
    padding: 8px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.statement-holder .table-block1 .response-block {
  overflow: hidden;
  position: relative; }
  .statement-holder .table-block1 .response-block:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 24px;
    width: 75px;
    background: #f8f8f8;
    z-index: 10; }
  .statement-holder .table-block1 .response-block .btn {
    background: none;
    position: relative;
    color: #bcbcbc;
    font-size: 10px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    padding: 1px 12px; }
    .statement-holder .table-block1 .response-block .btn:after {
      content: "";
      position: absolute;
      top: 10px;
      left: 100%;
      width: 9999px;
      border-bottom: 1px dotted #bcbcbc; }
  .statement-holder .table-block1 .response-block .well {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0 0 10px; }
  .statement-holder .table-block1 .response-block .collapse-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #777;
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase; }
  .statement-holder .table-block1 .response-block .collapse-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px; }
    .statement-holder .table-block1 .response-block .collapse-row address {
      margin: 0; }
    .statement-holder .table-block1 .response-block .collapse-row .name {
      padding: 0 15px; }
    .statement-holder .table-block1 .response-block .collapse-row .number {
      padding: 0 15px; }
    .statement-holder .table-block1 .response-block .collapse-row .address {
      padding: 0 15px; }
    .statement-holder .table-block1 .response-block .collapse-row .status {
      padding: 0 15px; }
    .statement-holder .table-block1 .response-block .collapse-row .result {
      padding: 0 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .statement-holder .table-block1 .response-block .collapse-row .result a {
        color: #1c7cd5;
        text-decoration: underline; }
        .statement-holder .table-block1 .response-block .collapse-row .result a:hover {
          text-decoration: none; }
      .statement-holder .table-block1 .response-block .collapse-row .result .glyphicon {
        font-size: 22px;
        color: #0fbf00;
        margin-top: -5px; }
        .statement-holder .table-block1 .response-block .collapse-row .result .glyphicon.glyphicon-alert {
          color: #df7600; }
        .statement-holder .table-block1 .response-block .collapse-row .result .glyphicon.glyphicon-ban-circle {
          color: #aaa; }

.statement-holder .modal-header {
  border-bottom: none; }
  .statement-holder .modal-header .close {
    color: #000;
    opacity: .3; }
    .statement-holder .modal-header .close:hover {
      opacity: 1; }

.statement-holder .modal-body {
  padding: 10px 20px;
  color: #000; }
  .statement-holder .modal-body h2 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.support-form {
  text-align: left;
  max-width: 710px;
  width: 100%;
  margin: 0 auto 20px; }
  .support-form p {
    text-align: center; }
  .support-form .support-row {
    padding: 0 0 23px; }
    .support-form .support-row label,
    .support-form .support-row .label {
      font: 700 14px/17px 'Open Sans', sans-serif;
      display: inline-block;
      vertical-align: top;
      margin: 0 0 5px; }
    .support-form .support-row > input {
      display: block;
      width: 100%;
      height: 40px;
      border-radius: 4px;
      border: 1px solid #ddd;
      padding: 10px;
      margin: 0; }
  .support-form .check-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 10px; }
    .support-form .check-area input[type="checkbox"] {
      width: 16px;
      height: 16px;
      margin: 5px 10px 0 0; }
    .support-form .check-area label {
      width: calc(100% - 26px);
      color: #373a3c;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px; }
  .main-frame .support-form .btn-holder button.btn {
    display: block;
    width: 250px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 19px; }
    .main-frame .support-form .btn-holder button.btn + button {
      margin-top: 30px; }
    .main-frame .support-form .btn-holder button.btn[type="reset"] {
      background: #d0d0d0;
      border: 1px solid #bfbfbf;
      color: #fff; }
      .main-frame .support-form .btn-holder button.btn[type="reset"]:hover {
        background: #b3b3b3;
        border: 1px solid #bfbfbf; }
    .main-frame .support-form .btn-holder button.btn .glyphicon-triangle-right {
      margin: 0 0 0 5px; }

.request-form {
  text-align: left;
  max-width: 710px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px 0 0; }
  .request-form p {
    text-align: center; }
  .request-form .request-row {
    padding: 0 0 23px; }
    .request-form .request-row label,
    .request-form .request-row .label {
      font: 700 14px/17px 'Open Sans', sans-serif;
      display: inline-block;
      vertical-align: top;
      margin: 0 0 5px;
      color: #000; }
    .request-form .request-row > input {
      display: block;
      width: 100%;
      height: 40px;
      border-radius: 4px;
      border: 1px solid #ddd;
      padding: 10px 5px;
      margin: 0; }
    .request-form .request-row > textarea {
      display: block;
      width: 100%;
      border: 1px solid #ddd;
      padding: 15px 24px;
      margin: 0 0 10px;
      resize: none;
      height: 225px; }
    .request-form .request-row select {
      width: 100%;
      max-width: 378px;
      margin: 0 0 15px;
      border: 1px solid #ddd;
      height: 38px; }
  .request-form .form-control {
    font-size: 14px; }
  .request-form .btn-holder button.btn {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 19px;
    padding: 9px 14px; }
    .request-form .btn-holder button.btn + button {
      margin-top: 30px; }
    .request-form .btn-holder button.btn[type="reset"] {
      background: #d0d0d0;
      border: 1px solid #bfbfbf;
      color: #fff; }
      .request-form .btn-holder button.btn[type="reset"]:hover {
        background: #b3b3b3;
        border: 1px solid #bfbfbf; }
    .request-form .btn-holder button.btn .glyphicon-triangle-right {
      margin: 0 0 0 5px;
      top: 3px; }

.meeting-area .btn-holder .separator {
  margin: 20px 0;
  display: block;
  font-size: 20px;
  line-height: 23px;
  font-weight: 300;
  text-transform: uppercase; }

.meeting-area .btn-holder .btn {
  font-size: 14px;
  max-width: 315px;
  margin: 0 auto;
  display: block;
  text-transform: uppercase; }
  .meeting-area .btn-holder .btn.btn-blue {
    border: 1px solid #5aa0c6;
    background-color: #60b5e3; }
    .meeting-area .btn-holder .btn.btn-blue:hover {
      opacity: 1;
      background-color: #357ebd;
      border-color: #357ebd; }
  .meeting-area .btn-holder .btn .glyphicon-triangle-right {
    margin: 2px 0 0 5px; }

.content-area .btn-holder.meet-btns {
  padding: 3px 0 5px; }
  .content-area .btn-holder.meet-btns .btn {
    display: inline-block;
    vertical-align: top;
    padding: 10px 30px;
    margin: 0 6px 5px; }
    .content-area .btn-holder.meet-btns .btn.btn-blue {
      border: 1px solid #5aa0c6;
      background-color: #60b5e3; }
      .content-area .btn-holder.meet-btns .btn.btn-blue:hover {
        opacity: 1;
        background-color: #357ebd;
        border-color: #357ebd; }

.content-area .login-form .login-row label span {
  font-size: 14px;
  font-weight: 400; }

.content-area .login-form .login-row > input {
  font-size: 14px; }

.meet-content {
  overflow: hidden;
  padding: 0 0 14px; }
  .main-frame.main-frame1 .meet-content dl {
    color: #000;
    font-family: "Open Sans";
    margin: 0; }
    @media (max-width: 767px) {
      .main-frame.main-frame1 .meet-content dl {
        margin: 0 auto; } }
    .main-frame.main-frame1 .meet-content dl dt {
      display: inline-block;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase; }
    .main-frame.main-frame1 .meet-content dl dd {
      display: inline-block;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      padding: 0 0 0 10px; }
  @media (max-width: 767px) {
    .meet-content .pull-left {
      float: none !important;
      text-align: center;
      padding: 0 0 10px; } }
  @media (max-width: 767px) {
    .meet-content .pull-right {
      float: none !important;
      text-align: center;
      padding: 0 0 10px; } }

@media (max-width: 767px) {
  #main {
    background: #fff; } }

@media (max-width: 767px) {
  #main .info-holder:last-child {
    margin-top: 0 !important; } }

@media (max-width: 767px) {
  #main .info-holder:last-child > .col-xs-12 {
    border: 0;
    margin: 30px 20px 0;
    padding: 12px;
    background-color: #f5f3f5;
    width: calc(100% - 40px); } }

@media (max-width: 767px) {
  #main .info-holder:last-child .block {
    width: 58.3333333333%;
    border-top: none;
    border-left: 1px solid #ddd;
    padding: 0 0 0 25px;
    background: none;
    float: left; } }

@media (max-width: 767px) {
  #main .info-holder:last-child .block:first-child {
    width: 41.6666666667%;
    border-left: none; } }

@media (max-width: 767px) {
  #main .info-holder:last-child .fa {
    font-size: 16px;
    top: 2px; } }

@media (max-width: 767px) {
  #main .info-holder:last-child .info {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: #707070; } }

@media (max-width: 374px) {
  #main .info-holder:last-child .info {
    font-size: 8px; } }

@media (max-width: 767px) {
  #main .info-holder:last-child .info .name {
    color: #366d8c;
    font-weight: 500; } }

.meet-container .statement-holder .info-content .table-block table th {
  white-space: nowrap; }

@media (max-width: 767px) {
  .meet-container .statement-holder .info-content .table-block table td {
    padding: 0 5px; } }

.meet-container .statement-holder .info-content .table-block table td:last-child {
  text-align: center; }

.meet-container .statement-holder .info-content .table-block table td > div {
  min-width: 380px; }
  @media (max-width: 767px) {
    .meet-container .statement-holder .info-content .table-block table td > div {
      min-width: 1px;
      max-width: calc(100% - 90px); } }

.meet-container .statement-holder .info-content .table-block table td .inactive {
  color: #bababa; }

.meet-container .statement-holder .info-content .table-block table .btn {
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px; }
  @media (max-width: 767px) {
    .meet-container .statement-holder .info-content .table-block table .btn {
      padding: 5px; } }
  .meet-container .statement-holder .info-content .table-block table .btn.btn-gray {
    border: 1px solid #bfbfbf;
    background-color: #d0d0d0; }
  .meet-container .statement-holder .info-content .table-block table .btn.btn-success {
    border: 1px solid #4e9d3a;
    background-color: #5ab444;
    opacity: 0.92; }
  .meet-container .statement-holder .info-content .table-block table .btn.btn-warning {
    border: 1px solid #c39a2c;
    background-color: #e5a62f; }
  .meet-container .statement-holder .info-content .table-block table .btn:hover {
    opacity: .75; }

.meet-info-holder {
  margin: 26px 0 0; }
  .meet-info-holder > .col-xs-12 {
    padding: 28px 47px; }
  .meet-info-holder .heading {
    overflow: hidden;
    margin: 0 0 35px;
    padding: 15px 5px 0; }
    .meet-info-holder .heading h2 {
      font-size: 24px;
      line-height: 25px;
      font-weight: 500;
      color: #234659;
      margin: 0; }
  .meet-info-holder .btn-holder .btn {
    padding: 6px 20px;
    text-align: center;
    width: 288px; }
    @media (max-width: 374px) {
      .meet-info-holder .btn-holder .btn {
        width: 100%; } }
    .meet-info-holder .btn-holder .btn .glyphicon {
      font-size: 17px;
      margin: 0 0 0 5px; }
  .meet-info-holder .linkholder {
    margin: 0 0 20px; }
    .meet-info-holder .linkholder span {
      display: block; }
    .meet-info-holder .linkholder a {
      color: #405ed9;
      text-decoration: underline; }
      .meet-info-holder .linkholder a:hover {
        text-decoration: none; }
      .meet-info-holder .linkholder a img {
        margin: 0 5px 0 0; }

.access-block .row1 {
  padding: 0 0 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 767px) {
    .access-block .row1 {
      padding: 0 0 12px;
      display: block; } }
  @media (max-width: 767px) {
    .access-block .row1:first-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 767px) {
    .access-block .row1:first-child .head {
      width: 114px; } }
  @media (max-width: 767px) {
    .access-block .row1:first-child .description {
      padding: 0; } }
  .access-block .row1 .head {
    width: 140px;
    padding: 0 5px 0 0;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .access-block .row1 .head {
        font-size: 12px;
        line-height: 20px; } }
  @media (max-width: 767px) {
    .access-block .row1 .description {
      padding: 0 0 0 60px;
      display: block; } }
  .access-block .row1 .description strong {
    color: #4e9d3a;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; }
    @media (max-width: 767px) {
      .access-block .row1 .description strong {
        font-size: 14px;
        line-height: 20px; } }
  .access-block .row1 .description span {
    display: block;
    color: #000; }
    .access-block .row1 .description span a {
      color: inherit; }

@media (max-width: 767px) {
  .main-frame.main-frame1.meet-frame {
    background: none;
    border: none; } }

@media (max-width: 767px) {
  .main-frame.main-frame1.meet-frame .heading {
    padding: 0;
    margin: 0 0 15px; } }

@media (max-width: 767px) {
  .main-frame.main-frame1.meet-frame .heading h1 {
    float: none;
    text-align: center;
    max-width: 100%;
    padding: 0;
    margin: 0; } }

@media (max-width: 767px) {
  .main-frame.main-frame1.meet-frame .heading .img-holder {
    display: none; } }

.meet-form {
  text-align: center; }
  @media (min-width: 768px) {
    .meet-form {
      text-align: left; } }
  .meet-form p {
    margin: 0 0 30px; }
  .meet-form .row1 {
    padding: 7px 11px 7px 29px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd; }
    @media (max-width: 767px) {
      .meet-form .row1 {
        padding: 7px 11px;
        text-align: center; } }
    .meet-form .row1:first-child {
      border-top: 1px solid #ddd; }
    @media (max-width: 767px) {
      .meet-form .row1 .pull-left {
        float: none !important;
        text-align: center;
        padding: 0 0 10px; } }
    @media (max-width: 767px) {
      .meet-form .row1 .pull-right {
        float: none !important;
        text-align: center;
        padding: 0 0 10px; } }
    .meet-form .row1 + p {
      margin-top: 15px; }
    .meet-form .row1 strong {
      font-weight: 600; }
      @media (max-width: 767px) {
        .meet-form .row1 strong {
          display: block;
          text-align: left; } }
    .meet-form .row1 .area {
      font-family: "Open Sans";
      font-size: 14px;
      font-weight: 400;
      line-height: 30px; }
    .meet-form .row1 p {
      margin: 0; }
      @media (max-width: 767px) {
        .meet-form .row1 p span {
          display: block; }
          .meet-form .row1 p span.glyphicon {
            display: inline-block; } }
      .meet-form .row1 p .glyphicon {
        margin: 0 5px 0 0; }
    .meet-form .row1 .orange-text {
      color: #df7600;
      font-family: "Open Sans";
      font-size: 14px;
      font-weight: 400; }
  .meet-form .radio-block {
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    padding: 5px 10px;
    line-height: 16px;
    min-width: 88px;
    position: relative; }
    .meet-form .radio-block:hover input[type="radio"] + label:after {
      border: 1px solid #0fbf00;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(15, 191, 0, 0.6); }
    @media (max-width: 991px) {
      .meet-form .radio-block {
        min-width: 80px; } }
    .meet-form .radio-block label {
      font-family: "Open Sans";
      font-size: 12px;
      line-height: 16px;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0;
      vertical-align: middle; }
      .meet-form .radio-block label:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 1px solid #c4c4c4;
        border-radius: 4px; }
    .meet-form .radio-block input[type="radio"] {
      width: 16px;
      height: 16px;
      margin: 0 1px 0 0;
      display: inline-block;
      vertical-align: middle; }
      .meet-form .radio-block input[type="radio"]:checked + label:after {
        border: 1px solid #0fbf00;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(15, 191, 0, 0.6); }
  .meet-form .btns {
    padding: 0 0 20px;
    text-align: center; }
    .meet-form .btns input {
      display: inline-block;
      vertical-align: top;
      color: #fff;
      border-radius: 10px;
      margin: 0 2px 10px;
      padding: 0 15px;
      height: 36px;
      font-size: 14px;
      line-height: 19px;
      text-transform: uppercase;
      border: 1px solid #5aa0c6;
      background-color: #60b5e3; }
      .meet-form .btns input:hover {
        opacity: 1;
        background-color: #357ebd;
        border-color: #357ebd; }
      .meet-form .btns input[type="submit"] {
        background: #366d8c;
        border: 1px solid #366d8c; }
        .meet-form .btns input[type="submit"]:hover {
          background: #264d63;
          border: 1px solid #264d63; }

@media (max-width: 767px) {
  #header {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400; } }

#header .upper-text {
  display: block;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    #header .upper-text {
      display: none; } }

.attendance-form {
  text-align: center;
  padding: 35px 0 60px; }
  .attendance-form .separator {
    margin: 20px 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase; }
  .attendance-form p {
    margin: 0; }
    @media (max-width: 767px) {
      .attendance-form p span {
        display: block; }
        .attendance-form p span.glyphicon {
          display: inline-block; } }
    .attendance-form p .glyphicon {
      margin: 0 5px 0 0; }
  .attendance-form .orange-text {
    color: #df7600;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400; }
  .attendance-form .radio-area {
    padding: 22px 0 45px; }
    .attendance-form .radio-area .radio-block {
      max-width: 431px;
      margin: 0 auto;
      padding: 16px 40px;
      background-color: #f7f7f7;
      border-radius: 10px;
      text-align: left;
      position: relative; }
      .attendance-form .radio-area .radio-block:hover input[type="radio"] + label:after {
        border: 1px solid #0fbf00;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(15, 191, 0, 0.6); }
      .attendance-form .radio-area .radio-block input[type="radio"] {
        float: left;
        margin: 3px 20px 0 0;
        width: 16px;
        height: 16px; }
        .attendance-form .radio-area .radio-block input[type="radio"]:checked + label:after {
          border: 1px solid #0fbf00;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(15, 191, 0, 0.6); }
      .attendance-form .radio-area .radio-block label {
        display: block;
        overflow: hidden;
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: 400; }
        .attendance-form .radio-area .radio-block label:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          border: 1px solid #c3c3c3;
          border-radius: 10px; }
        .attendance-form .radio-area .radio-block label strong {
          display: block; }
  .attendance-form .btn {
    padding: 9px 30px; }

.open-close,
.open-close1 {
  font-size: 14px; }
  @media (max-width: 767px) {
    .open-close,
    .open-close1 {
      border-bottom: 1px solid #ddd !important; } }
  @media (max-width: 767px) {
    .open-close.main-frame,
    .open-close1.main-frame {
      border: none; } }
  @media (max-width: 767px) {
    .open-close.active .opener .glyphicon.glyphicon-menu-right,
    .open-close1.active .opener .glyphicon.glyphicon-menu-right {
      display: none; } }
  @media (max-width: 767px) {
    .open-close.active .opener .glyphicon.glyphicon-menu-down,
    .open-close1.active .opener .glyphicon.glyphicon-menu-down {
      display: block; } }
  @media (max-width: 767px) {
    .open-close.main-frame.main-frame1.meet-frame,
    .open-close1.main-frame.main-frame1.meet-frame {
      padding: 0;
      border: none; } }
  @media (max-width: 767px) {
    .row:first-child .open-close.main-frame.main-frame1.meet-frame, .row:first-child
    .open-close1.main-frame.main-frame1.meet-frame {
      margin-top: -10px; } }
  @media (max-width: 767px) {
    .statement-holder .open-close, .statement-holder
    .open-close1 {
      margin-top: -26px;
      padding: 0 !important; } }
  @media (max-width: 767px) {
    .meet-info-holder .open-close, .meet-info-holder
    .open-close1 {
      margin-top: -26px;
      padding: 0 !important; } }
  @media (max-width: 767px) {
    .open-close .btn-holder,
    .open-close1 .btn-holder {
      padding: 0 0 15px; } }
  @media (max-width: 767px) {
    .open-close .btn-holder .btn,
    .open-close1 .btn-holder .btn {
      font-size: 14px;
      padding: 6px 10px;
      min-width: 288px;
      margin: 0 auto; } }
  @media (max-width: 374px) {
    .open-close .btn-holder .btn,
    .open-close1 .btn-holder .btn {
      min-width: 260px; } }
  .open-close .opener,
  .open-close1 .opener {
    text-decoration: none;
    cursor: default;
    color: inherit; }
    @media (max-width: 767px) {
      .open-close .opener,
      .open-close1 .opener {
        cursor: pointer;
        display: block;
        position: relative;
        text-align: left;
        font-size: 18px;
        line-height: 21px;
        font-weight: 500;
        padding: 26px 40px 26px 15px; } }
    .open-close .opener .glyphicon,
    .open-close1 .opener .glyphicon {
      display: none;
      position: absolute;
      top: 50%;
      right: 20px;
      font-size: 25px;
      color: #366d8c;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 767px) {
        .open-close .opener .glyphicon.glyphicon-menu-right,
        .open-close1 .opener .glyphicon.glyphicon-menu-right {
          display: block; } }
  @media (max-width: 767px) {
    .open-close .heading,
    .open-close1 .heading {
      margin: 0 !important;
      padding: 0 !important; } }
  @media (max-width: 767px) {
    .open-close .slide,
    .open-close1 .slide {
      padding: 15px 17px;
      font-size: 12px;
      font-weight: 400;
      line-height: 20px; } }
  @media (max-width: 767px) {
    .open-close .slide .info-content,
    .open-close1 .slide .info-content {
      font-size: inherit;
      line-height: inherit; } }

@media (max-width: 767px) {
  .statement-holder .info-content .table-block.mobile-table {
    overflow: hidden;
    margin: 0 -10px;
    width: calc(100% + 20px); } }

@media (max-width: 767px) {
  .statement-holder .info-content .table-block.mobile-table table {
    display: block;
    margin: 0 0 10px; } }

@media (max-width: 767px) {
  .statement-holder .info-content .table-block.mobile-table table tbody {
    display: block; } }

@media (max-width: 767px) {
  .statement-holder .info-content .table-block.mobile-table table tr {
    display: block;
    position: relative;
    background: #f8f8f8;
    border: solid #ddd;
    border-width: 1px 0;
    margin: 0 0 10px;
    padding: 0 0 10px; } }

@media (max-width: 767px) {
  .statement-holder .info-content .table-block.mobile-table table tr:nth-child(2n+1) td {
    background: none; } }

@media (max-width: 767px) {
  .statement-holder .info-content .table-block.mobile-table table tr:first-child {
    background: none;
    border: none;
    margin: 0;
    padding: 0 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.statement-holder .info-content .table-block.mobile-table table tr:first-child:after {
  display: none; }

@media (max-width: 767px) {
  .statement-holder .info-content .table-block.mobile-table table tr:after {
    content: "VOTE:";
    position: absolute;
    bottom: 10px;
    left: 36px;
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000; } }

@media (max-width: 767px) {
  .statement-holder .info-content .table-block.mobile-table table td {
    display: block;
    border: none;
    background: none;
    height: auto; } }

@media (max-width: 767px) {
  .statement-holder .info-content .table-block.mobile-table table td:last-child {
    line-height: 30px;
    position: absolute;
    bottom: 10px;
    left: calc(100% - 140px); } }

@media (max-width: 767px) {
  .statement-holder .info-content .table-block.mobile-table table td:nth-child(2) {
    line-height: 30px;
    padding: 0 0 0 75px; } }

@media (max-width: 767px) {
  .statement-holder .info-content .table-block.mobile-table table td .btn {
    position: absolute;
    bottom: 10px;
    right: 7px; } }

@media (max-width: 767px) {
  .statement-holder .info-content .table-block.mobile-table table td > div {
    margin: 0 0 10px;
    line-height: 15px; } }

@media (max-width: 767px) {
  .statement-holder .info-content .table-block.mobile-table table th {
    display: block;
    border: none;
    background: none;
    height: auto;
    width: auto; } }

@media (max-width: 767px) {
  .statement-holder .info-content .table-block.mobile-table table th:nth-child(2), .statement-holder .info-content .table-block.mobile-table table th:nth-child(4) {
    display: none; } }

@media (max-width: 767px) {
  .statement-holder .info-content .table-block.mobile-table table th:first-child {
    padding-left: 39px; } }

.statement-holder .video-holder {
  overflow: hidden;
  margin: -30px 0 15px; }
  @media (max-width: 767px) {
    .statement-holder .video-holder {
      padding: 0 8px;
      margin: 0 0 -10px; } }
  .statement-holder .video-holder .video-block {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .statement-holder .video-holder .video-block iframe {
      vertical-align: top;
      margin: 0;
      border: none; }
  .statement-holder .video-holder .link-vote {
    margin: -2px 0 0;
    position: relative;
    background: url(../images/bg-link-vote.png) no-repeat 50% 0/auto 70px;
    height: 70px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .statement-holder .video-holder .link-vote {
        background-size: auto 65px;
        height: 65px; } }
    .statement-holder .video-holder .link-vote a {
      color: #fff;
      text-decoration: none;
      display: inline-block;
      vertical-align: top;
      padding: 12px 0 40px;
      position: relative;
      pointer-events: none;
      cursor: default; }
      @media (max-width: 767px) {
        .statement-holder .video-holder .link-vote a {
          padding: 10px 0 38px; } }
      .statement-holder .video-holder .link-vote a:hover {
        opacity: .85; }
      .statement-holder .video-holder .link-vote a:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 26px;
        width: 15px;
        height: 15px;
        border: 1px solid #fff;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        margin: 0 0 0 -7px; }
  .statement-holder .video-holder .btn-holder {
    text-align: right;
    margin: 0 0 30px;
    padding: 0;
    position: relative; }
    @media (max-width: 767px) {
      .statement-holder .video-holder .btn-holder {
        margin: 0 0 20px; } }
    .statement-holder .video-holder .btn-holder .btn {
      padding: 6px 20px;
      text-align: canter;
      width: 288px; }
      @media (max-width: 767px) {
        .statement-holder .video-holder .btn-holder .btn {
          width: 194px;
          min-width: 1px;
          padding: 6px 10px; } }
      .statement-holder .video-holder .btn-holder .btn .glyphicon {
        font-size: 17px;
        margin: 0 0 0 5px; }

@media (max-width: 767px) {
  .statement-holder > .col-xs-12.open-close {
    border: none; } }

.meeting-table .heading-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .meeting-table .heading-row .col {
    width: 17%;
    height: 45px;
    text-align: left;
    color: #000;
    font-size: 12px;
    line-height: 45px;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .meeting-table .heading-row .col {
        width: 35%; } }
    .meeting-table .heading-row .col:first-child {
      width: 49%;
      padding: 0 15px; }
      @media (max-width: 767px) {
        .meeting-table .heading-row .col:first-child {
          width: 65%; } }
    .meeting-table .heading-row .col:last-child {
      text-align: center; }

.meeting-table .table-content .content-row {
  background-color: #f3f3f3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  border-left: 5px solid #0fbf00;
  padding: 15px 0;
  margin: 0 0 10px; }
  .meeting-table .table-content .content-row.closed-status {
    border-left: 5px solid #484848; }
    .meeting-table .table-content .content-row.closed-status .columns .col:first-child {
      font-weight: 400; }
    .meeting-table .table-content .content-row.closed-status .columns .vote-status {
      color: #707070; }
    .meeting-table .table-content .content-row.closed-status .columns .time {
      color: #bababa; }
  .meeting-table .table-content .content-row.pending-status {
    border-left: 5px solid #e5a62f; }
    .meeting-table .table-content .content-row.pending-status .columns .col:first-child {
      font-weight: 400; }
    .meeting-table .table-content .content-row.pending-status .columns .vote-status {
      color: #e5a62f; }
      .meeting-table .table-content .content-row.pending-status .columns .vote-status .icon {
        border-color: transparent; }
        .meeting-table .table-content .content-row.pending-status .columns .vote-status .icon .glyphicon-hourglass {
          font-size: 18px; }
    .meeting-table .table-content .content-row.pending-status .columns .time {
      color: #bababa; }
  .meeting-table .table-content .content-row:nth-child(2n) {
    background-color: #f9f9f9; }

.meeting-table .table-content .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: flex-start; }
  @media (max-width: 767px) {
    .meeting-table .table-content .columns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0 15px; } }
  .meeting-table .table-content .columns .col {
    width: 17%;
    color: #000;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    @media (max-width: 767px) {
      .meeting-table .table-content .columns .col {
        width: 30%; } }
    .meeting-table .table-content .columns .col:first-child {
      width: 49%;
      padding: 0 15px;
      font-weight: 700; }
      @media (max-width: 767px) {
        .meeting-table .table-content .columns .col:first-child {
          width: 100%;
          padding: 0 0 10px;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
    @media (max-width: 767px) {
      .meeting-table .table-content .columns .col:nth-child(2) {
        width: 45%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        position: relative; } }
    @media (max-width: 374px) {
      .meeting-table .table-content .columns .col:nth-child(2) {
        font-size: 10px; } }
    @media (max-width: 767px) {
      .meeting-table .table-content .columns .col:nth-child(2):before {
        content: "VOTE:";
        font-family: "Open Sans";
        font-size: 12px;
        font-weight: 700;
        line-height: 19px;
        text-transform: uppercase;
        display: inline-block;
        margin: 0 5px 0 0;
        color: #000; } }
  @media (max-width: 767px) and (max-width: 374px) {
    .meeting-table .table-content .columns .col:nth-child(2):before {
      font-size: 10px; } }
    @media (max-width: 767px) {
      .meeting-table .table-content .columns .col:nth-child(3) {
        width: 38%;
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; } }
    @media (max-width: 767px) {
      .meeting-table .table-content .columns .col:nth-child(4) {
        width: 17%;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
    .meeting-table .table-content .columns .col.disabled {
      color: #bababa; }
  .meeting-table .table-content .columns .time {
    display: block;
    text-align: center;
    color: #0fbf00; }
    @media (max-width: 374px) {
      .meeting-table .table-content .columns .time {
        font-size: 11px; } }
  .meeting-table .table-content .columns .vote-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
    color: #0fbf00;
    white-space: nowrap; }
    @media (max-width: 374px) {
      .meeting-table .table-content .columns .vote-status {
        font-size: 10px; } }
    .meeting-table .table-content .columns .vote-status > a {
      color: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none; }
      .meeting-table .table-content .columns .vote-status > a:hover .icon .glyphicon.glyphicon-arrow-right {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
    .meeting-table .table-content .columns .vote-status .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 18px;
      min-width: 18px;
      height: 18px;
      border-radius: 50%;
      border: 2px solid #0fbf00;
      position: relative;
      margin: 0 3px 0 0; }
      .meeting-table .table-content .columns .vote-status .icon .glyphicon {
        font-size: 9px; }
        .meeting-table .table-content .columns .vote-status .icon .glyphicon.glyphicon-arrow-right {
          top: 0;
          -webkit-transition: -webkit-transform .5s linear 0s;
          transition: -webkit-transform .5s linear 0s;
          transition: transform .5s linear 0s;
          transition: transform .5s linear 0s, -webkit-transform .5s linear 0s;
          -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
                  transform: rotate(0deg);
          -webkit-transform-origin: center;
              -ms-transform-origin: center;
                  transform-origin: center;
          margin: 0 0 0 1px; }
      .meeting-table .table-content .columns .vote-status .icon.closed {
        border: 2px solid #707070; }
        .meeting-table .table-content .columns .vote-status .icon.closed:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 8px;
          height: 2px;
          margin: -1px 0 0 -4px;
          background: #707070; }

.meeting-table .table-content .vote-row {
  padding: 0 0 0 49%;
  position: relative; }
  @media (max-width: 1199px) {
    .meeting-table .table-content .vote-row {
      padding: 0 15px; } }
  .meeting-table .table-content .vote-row .meet-form {
    padding: 0 10px 0 0;
    text-align: left; }
    .meeting-table .table-content .vote-row .meet-form .meet-area {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 12px 0 0; }
      @media (max-width: 767px) {
        .meeting-table .table-content .vote-row .meet-form .meet-area {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .meeting-table .table-content .vote-row .meet-form .meet-area .error-message {
        position: absolute;
        font-size: 14px;
        top: 0;
        left: 0;
        color: #e72626;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out; }
      .meeting-table .table-content .vote-row .meet-form .meet-area.error-validation {
        padding: 28px 0 0;
        margin-top: 5px; }
        @media (max-width: 767px) {
          .meeting-table .table-content .vote-row .meet-form .meet-area.error-validation {
            margin-top: 10px; } }
        .meeting-table .table-content .vote-row .meet-form .meet-area.error-validation .error-message {
          opacity: 1;
          overflow: visible; }
      .meeting-table .table-content .vote-row .meet-form .meet-area fieldset {
        white-space: nowrap;
        padding: 0 5px 10px 0; }
    @media (max-width: 374px) {
      .meeting-table .table-content .vote-row .meet-form .radio-block {
        min-width: 60px; } }
    @media (max-width: 374px) {
      .meeting-table .table-content .vote-row .meet-form .radio-block label {
        font-size: 11px; } }
    .meeting-table .table-content .vote-row .meet-form input[type="submit"] {
      height: 30px;
      border: 1px solid #5aa0c6;
      background-color: #366d8c;
      color: #fff;
      padding: 0 10px;
      font-family: "Open Sans";
      font-size: 12px;
      font-weight: 600;
      line-height: 16px;
      margin: 0 0 10px; }
      .meeting-table .table-content .vote-row .meet-form input[type="submit"]:hover {
        background: #264d63;
        border: 1px solid #264d63; }
  .meeting-table .table-content .vote-row .info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #df7600;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin-top: -10px; }
    @media (max-width: 374px) {
      .meeting-table .table-content .vote-row .info-block {
        font-size: 11px; } }
    .meeting-table .table-content .vote-row .info-block .text {
      padding: 0 10px; }
    .meeting-table .table-content .vote-row .info-block p {
      margin: 0; }

.questions-holder {
  padding: 35px;
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400; }
  @media (max-width: 767px) {
    .questions-holder {
      padding: 35px 0; } }
  .questions-holder .questions-form .area {
    padding: 0 0 20px; }
    .questions-holder .questions-form .area label span {
      font-weight: 400; }
    .questions-holder .questions-form .area input {
      height: 40px;
      padding: 5px 20px; }
    .questions-holder .questions-form .area textarea {
      padding: 15px 20px; }
  .questions-holder .questions-form [type="submit"] {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 19px;
    padding: 10px 18px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .questions-holder .questions-form [type="submit"] {
        width: 100%;
        font-size: 14px; } }
    .questions-holder .questions-form [type="submit"] .glyphicon {
      margin: 1px -8px -1px 10px;
      display: inline-block;
      vertical-align: top; }
  .questions-holder p {
    margin: 0 0 20px; }
  .questions-holder dl {
    margin: 0;
    padding: 10px 0 0;
    overflow: hidden; }
    .questions-holder dl dt {
      float: left;
      clear: left;
      width: 100px;
      margin: 0 0 15px; }
    .questions-holder dl dd {
      overflow: hidden;
      margin: 0 0 15px; }

/* ---------------------------------------------------------
   3. Styles for responsive breakpoints
   ---------------------------------------------------------*/
@media (min-width: 992px) {
  .container {
    width: 960px; }
  .statement-holder .modal-body {
    padding: 10px 60px; }
  .request-form .btn-holder button.btn {
    font-size: 18px; }
  .statement-holder .modal-dialog {
    max-width: 680px;
    width: auto; }
  .statement-holder .table-block1 .table-frame {
    max-width: 100%;
    min-width: 1px; } }
/*# sourceMappingURL=main.css.map */