@charset "UTF-8";
/* Reset Default Browser Style */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }
  
  
  @media (max-width: 1000px) {                  
   .mediumUp {
	  display: none;
   }
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

input, textarea {
  -webkit-appearance: none;
  border-radius: 0; }

/* End of Reset */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
  font-family: "Open Sans", tahoma, sans-serif;
  color: #000000; }

body#tinymce {
  font-size: 1.1em;
  background: #ffffff;
  padding: 0 12px; }

h2, h3, h4 {
  font-family: Raleway, arial, sans-serif; }

h2 {
  font-size: 1.8em;
  line-height: 1.2em;
  color: #727c89; }

h3 {
  color: #333333;
  font-weight: 300; }

h2, h3, h4, p, ul, ol {
  padding: 12px 0; }

a {
  color: #727c89; }
  a:hover {
    text-decoration: none; }

ul {
  margin-left: 24px;
  list-style: disc; }
  ul li {
    padding: 6px 0; }

.tick_bullets {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 12px 0; }
  .tick_bullets li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background-image: none;
    margin: 12px 0;
    padding-left: 70px;
    background: url(../images/bullet.png) left top no-repeat;
    background-size: 40px; }
    .tick_bullets li > * {
      padding-top: 0; }

.brand-blue {
  color: #156ab4; }

.brand-green {
  color: #8cc63f; }

.brand-purple {
  color: #a052a0; }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* 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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

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

.fa-inverse {
  color: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

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

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

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

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

.fa-git:before {
  content: ""; }

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

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

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

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

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: ""; }

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

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

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

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

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

.fa-hourglass:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

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

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

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

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

.fa-contao:before {
  content: ""; }

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

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

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

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

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

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

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

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

input {
  -webkit-appearance: none; }

body {
  padding-top: 125px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  background: #eeeeee; }
  @media (max-width: 1024px) {
    body {
      padding-top: 0; } }

.clearer {
  float: none;
  clear: both; }

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }

form {
  float: left;
  width: 100%;
  margin: 12px 0; }
  form p.error {
    float: left;
    width: 100%;
    color: #cc0000;
    padding: 6px 0 0; }
  form div.row {
    float: left;
    width: 100%;
    margin: 6px 0; }
    form div.row label {
      float: left;
      width: 100%; }
    form div.row input, form div.row textarea, form div.row select {
      float: left;
      margin-top: 6px;
      font-size: 1.1em; }
    form div.row.text input, form div.row.confirmedpassword input, form div.row.textarea textarea {
      width: 100%;
      padding: 12px;
      border: 1px solid #eeeeee;
      background: #f6f6f6; }
    form div.row.dropdown select {
      border: 1px solid #111;
      background: transparent;
      width: 100%;
      padding: 12px;
      border: 2px solid #888888;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #eeeeee url(../images/select_arrow.png) right center no-repeat; }
      @media screen and (min-width: 0\0) {
        form div.row.dropdown select {
          background: none;
          padding: 5px; } }
    form div.row.optionset > ul {
      float: left;
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none;
      margin-top: 6px; }
      form div.row.optionset > ul > li {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        background-image: none;
        margin: 6px 0;
        position: relative; }
        form div.row.optionset > ul > li input {
          position: absolute;
          width: auto;
          top: 0;
          left: 0;
          margin: 0;
          -webkit-appearance: radio; }
        form div.row.optionset > ul > li label {
          float: left;
          width: 100%;
          padding-left: 30px;
          font-weight: normal; }
      form div.row.optionset > ul.rating li {
        width: 20%; }
    form div.row.confirmedpassword {
      margin: 0 0 6px; }
      form div.row.confirmedpassword > div {
        float: left;
        width: 100%;
        margin: 6px 0; }
    form div.row.checkbox label {
      float: right;
      width: 95%; }
    form div.row.checkbox input {
      float: left;
      width: auto;
      margin: 0;
      -webkit-appearance: checkbox; }
    form div.row.controls input {
      float: left;
      margin: 0 12px 0 0;
      padding: 12px 18px;
      background: none;
      background-color: #333333;
      border: none;
      color: #ffffff;
      text-transform: uppercase;
      cursor: pointer; }
      form div.row.controls input:hover {
        background-color: #888888; }
    form div.row.controls p {
      float: left;
      margin: 0;
      padding: 12px; }
    form div.row.readonly.requirements {
      margin-top: 12px; }
    form div.row.readonly a {
      float: left;
      margin: 0 12px 0 0;
      padding: 6px 12px;
      background: none;
      background-color: #333333;
      border: none;
      color: #ffffff;
      text-transform: uppercase;
      cursor: pointer;
      text-decoration: none; }
      form div.row.readonly a:hover {
        background-color: #888888; }
    form div.row.required {
      margin: 0 0 12px; }
      form div.row.required p {
        padding: 0;
        font-size: 0.9em; }

header {
  position: fixed;
  width: 100%;
  height: 125px;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.2); }
  @media (max-width: 1024px) {
    header {
      position: relative;
      height: auto; } }
  header div.lower {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #eeeeee; }
    @media (max-width: 1024px) {
      header div.lower {
        position: static;
        float: left;
        width: 100%;
        height: auto;
        padding: 45px 0 0; } }
    @media (max-width: 520px) {
      header div.lower {
        padding-top: 0; } }
    header div.lower .container {
      position: relative; }
      @media (max-width: 1024px) {
        header div.lower .container {
          width: auto;
          margin-left: 0;
          margin-right: 0; } }
      header div.lower .container h1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 265px; }
        @media (max-width: 1024px) {
          header div.lower .container h1 {
            position: relative;
            margin: 0 0 0 5%; } }
        header div.lower .container h1 a {
          float: left;
          width: 100%;
          height: 80px;
          background: url(../images/logo.png) left center no-repeat;
          background-size: 100%;
          text-indent: -10000px;
          overflow: hidden; }
          @media (max-width: 520px) {
            header div.lower .container h1 a {
              background-size: 80%; } }
      header div.lower .container div.menu {
        position: absolute;
        top: 12.5px;
        right: 0;
        display: none;
        margin: 6px 5% 0 0;
        cursor: pointer; }
        @media (max-width: 700px) {
          header div.lower .container div.menu {
            display: inline-block; } }
        header div.lower .container div.menu div.icon {
          float: left;
          width: 40px; }
          header div.lower .container div.menu div.icon > div {
            float: left;
            width: 100%;
            height: 8px;
            margin: 3px 0;
            background-color: #156ab4;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px; }
      header div.lower .container nav {
        float: left;
        width: 100%;
        padding: 0 0 0 277px; }
        @media (max-width: 1024px) {
          header div.lower .container nav {
            padding-left: 0; } }
        header div.lower .container nav ul {
          float: right;
          margin: 0;
          padding: 0;
          list-style: none; }
          @media (max-width: 1024px) {
            header div.lower .container nav ul {
              float: left;
              width: 100%;
              height: 40px;
              text-align: center; } }
          @media (max-width: 700px) {
            header div.lower .container nav ul {
              display: none;
              height: auto; }
              header div.lower .container nav ul.mobile_hidden {
                display: none; } }
          header div.lower .container nav ul li {
            display: inline-block;
            margin: 0;
            padding: 0;
            list-style: none;
            background-image: none; }
            @media (max-width: 700px) {
              header div.lower .container nav ul li {
                float: left;
                width: 100%; } }
            header div.lower .container nav ul li a {
              float: left;
              line-height: 26px;
              padding: 25px 12px;
              text-transform: uppercase;
              font-size: 0.85em;
              color: #000000;
              text-decoration: none;
              background: #ffffff;
              border-bottom: 3px solid #ffffff; }
              header div.lower .container nav ul li a:hover {
                background: #f6f6f6; }
              @media (max-width: 1024px) {
                header div.lower .container nav ul li a {
                  padding-top: 0;
                  padding-bottom: 0;
                  line-height: 37px; } }
              @media (max-width: 700px) {
                header div.lower .container nav ul li a {
                  float: left;
                  width: 100%;
                  border-bottom-color: #f6f6f6; } }
            header div.lower .container nav ul li.current a {
              background: #f6f6f6;
              border-color: #727c89; }
            header div.lower .container nav ul li.highlight a {
              background: #efe193;
              border-color: #eed231; }
  header div.upper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #eeeeee; }
    @media (max-width: 520px) {
      header div.upper {
        display: none; } }
    header div.upper ul.left {
      float: left;
      margin: 0;
      padding: 0;
      list-style: none; }
      header div.upper ul.left li {
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
        background-image: none; }
        header div.upper ul.left li a {
          float: left;
          padding: 6px;
          line-height: 33px;
          color: #888888;
          text-decoration: none; }
          header div.upper ul.left li a:hover {
            color: #ffffff;
            background: #888888; }
          header div.upper ul.left li a i {
            padding: 0 6px 0 0; }
    header div.upper ul.right {
      float: right;
      margin: 0;
      padding: 0;
      list-style: none; }
      header div.upper ul.right li {
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
        background-image: none;
        padding: 6px 18px;
        line-height: 33px;
        color: #888888; }
        header div.upper ul.right li a {
          font-weight: bold;
          text-decoration: none;
          color: #888888; }
          header div.upper ul.right li a:hover {
            text-decoration: underline; }
        header div.upper ul.right li.social {
          padding: 0; }
          header div.upper ul.right li.social a {
            float: left;
            width: 47px;
            height: 45px;
            text-indent: -10000px;
            overflow: hidden;
            border: 1px solid #eeeeee;
            border-top: none;
            border-bottom: none;
            background: url(../images/social.png) 0 0 no-repeat;
            background-size: 200%; }
            header div.upper ul.right li.social a:hover {
              background-color: #888888; }
          header div.upper ul.right li.social.facebook a {
            background-position: 0 0; }
            header div.upper ul.right li.social.facebook a:hover {
              background-position: 0 -45px; }
          header div.upper ul.right li.social.twitter a {
            background-position: -45px 0;
            border-left: none; }
            header div.upper ul.right li.social.twitter a:hover {
              background-position: -45px -45px; }

div#banner {
  width: 100%;
  background: none center top no-repeat;
  height: 400px;
  background-size: cover; }
  @media (max-width: 700px) {
    div#banner {
      height: auto; } }
  div#banner .container {
    position: relative;
    height: 400px;
    background: none right bottom no-repeat;
    padding: 90px 0 0; }
    @media (max-width: 1024px) {
      div#banner .container {
        padding-top: 60px;
        background-size: 260px; } }
    @media (max-width: 700px) {
      div#banner .container {
        background-size: 0;
        height: 0;
        padding: 48px 0 240px; } }
    div#banner .container h2 {
      font-size: 2.5em;
      line-height: 1.1em;
      color: #333333; }
      @media (max-width: 700px) {
        div#banner .container h2 {
          font-size: 2em; } }
    div#banner .container ul.bullets {
      float: left;
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none;
      margin: 30px 0; }
      @media (max-width: 700px) {
        div#banner .container ul.bullets {
          margin: 18px 0; } }
      div#banner .container ul.bullets li {
        float: left;
        width: 32%;
        margin: 0;
        padding: 0;
        list-style: none;
        background-image: none;
        margin: 24px 0;
        position: relative; }
        @media (max-width: 1024px) {
          div#banner .container ul.bullets li {
            margin: 12px 0; } }
        @media (max-width: 700px) {
          div#banner .container ul.bullets li {
            width: 100%; } }
        div#banner .container ul.bullets li span {
          float: left;
          width: 100%;
          background: url(../images/white_translucent.png) left top repeat;
          font-size: 1.1em;
          padding: 6px;
          line-height: 28px; }
        div#banner .container ul.bullets li div {
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          width: 40px;
          height: 40px;
          background: #727c89 url(../images/tick.png) center center no-repeat;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          border-radius: 20px;
          background-size: 40px; }
        div#banner .container ul.bullets li.odd {
          margin-right: 18%;
          clear: left; }
          @media (max-width: 700px) {
            div#banner .container ul.bullets li.odd {
              margin-right: 0;
              padding-right: 50px; } }
          div#banner .container ul.bullets li.odd div {
            right: -50px; }
            @media (max-width: 700px) {
              div#banner .container ul.bullets li.odd div {
                right: 0; } }
        div#banner .container ul.bullets li.even {
          margin-left: 18%;
          clear: right; }
          @media (max-width: 700px) {
            div#banner .container ul.bullets li.even {
              margin-left: 0;
              padding-left: 50px; } }
          div#banner .container ul.bullets li.even div {
            left: -50px; }
            @media (max-width: 700px) {
              div#banner .container ul.bullets li.even div {
                left: 0; } }
    div#banner .container p.bread {
      position: absolute;
      left: 0;
      bottom: 0;
      background: #727c89;
      padding: 6px 12px;
      color: #ffffff;
      font-family: Raleway, arial, sans-serif; }
      @media (max-width: 700px) {
        div#banner .container p.bread {
          width: 100%; } }
      div#banner .container p.bread span {
        font-size: 0.9em; }
      div#banner .container p.bread a {
        color: #ffffff;
        text-decoration: none; }
        div#banner .container p.bread a:hover {
          color: #eeeeee; }
  div#banner.bulleted {
    height: 500px; }
    div#banner.bulleted .container {
      background-position: center bottom;
      height: 500px;
      text-align: center;
      padding: 30px 0 0; }
    @media (max-width: 700px) {
      div#banner.bulleted {
        height: auto; }
        div#banner.bulleted .container {
          height: auto; } }

div#body {
  background: #ffffff;
  padding: 60px 0; }
  @media (max-width: 700px) {
    div#body {
      padding: 36px 0; } }
  div#body ul.blocks {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    div#body ul.blocks li {
      float: left;
      width: 33.33333%;
      padding: 0 12px; }
      @media (max-width: 700px) {
        div#body ul.blocks li {
          width: 100%; } }
      div#body ul.blocks li > a {
        float: left;
        width: 100%;
        padding: 0 0 0 60px;
        position: relative; }
        @media (max-width: 1024px) {
          div#body ul.blocks li > a {
            padding-left: 30px; } }
        div#body ul.blocks li > a > div.content {
          float: left;
          width: 100%;
          padding: 6px 6px 6px 60px; }
          @media (max-width: 1024px) {
            div#body ul.blocks li > a > div.content {
              padding-left: 40px; } }
          div#body ul.blocks li > a > div.content div.full_body {
            display: none; }
        div#body ul.blocks li > a > div.tick {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 100px;
          height: 100px;
          margin: auto 0 auto 10px;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px;
          background: url(../images/tick.png) center center no-repeat;
          background-size: 100%; }
          @media (max-width: 1024px) {
            div#body ul.blocks li > a > div.tick {
              width: 50px;
              height: 50px;
              -webkit-border-radius: 25px;
              -moz-border-radius: 25px;
              border-radius: 25px;
              margin-left: 5px; } }
        div#body ul.blocks li > a:hover > div.content {
          background: #eeeeee; }
      div#body ul.blocks li.block_1 div.tick {
        background-color: #8cc63f; }
      div#body ul.blocks li.block_1 div.content > p.link {
        color: #8cc63f; }
      div#body ul.blocks li.block_2 div.tick {
        background-color: #156ab4; }
      div#body ul.blocks li.block_2 div.content > p.link {
        color: #156ab4; }
      div#body ul.blocks li.block_3 div.tick {
        background-color: #a052a0; }
      div#body ul.blocks li.block_3 div.content > p.link {
        color: #a052a0; }

div.left_half {
  float: left;
  width: 50%;
  padding: 0 12px 0 0; }
  @media (max-width: 700px) {
    div.left_half {
      width: 100%;
      padding: 12px 0; } }

div.right_half {
  float: left;
  width: 50%;
  padding: 0 0 0 12px; }
  @media (max-width: 700px) {
    div.right_half {
      width: 100%;
      padding: 12px 0; } }

.underline {
  float: left;
  clear: both;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 0;
  margin-bottom: 24px; }
  .underline span {
    float: left;
    clear: both;
    margin-bottom: -1px;
    border-bottom: 1px solid #727c89;
    padding-bottom: 11px; }

footer div.upper {
  background: #333333;
  color: #ffffff;
  padding: 36px 0; }
  footer div.upper .container {
    background: url(../images/logoWbata.png) left center no-repeat;
    background-size: 400px; }
    @media (max-width: 700px) {
      footer div.upper .container {
        padding-bottom: 80px;
        background-position: center bottom; } }
    footer div.upper .container .contact {
      float: right;
      width: 25%;
      margin: 0 25% 0 0; }
      @media (max-width: 1024px) {
        footer div.upper .container .contact {
          width: 40%;
          margin-right: 10%; } }
      @media (max-width: 700px) {
        footer div.upper .container .contact {
          width: 50%;
          margin: 0 25%;
          text-align: center; } }
      @media (max-width: 520px) {
        footer div.upper .container .contact {
          width: 80%;
          margin: 0 10%; } }
      footer div.upper .container .contact h3 {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        color: #ffffff; }
      footer div.upper .container .contact ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        footer div.upper .container .contact ul li {
          margin: 0;
          padding: 0;
          list-style: none;
          background-image: none;
          padding: 24px 0 0;
          color: #eeeeee; }
          footer div.upper .container .contact ul li a {
            color: #eeeeee;
            text-decoration: none; }
          footer div.upper .container .contact ul li i {
            padding: 0 12px 0 0; }
footer div.lower {
  padding: 6px 0;
  font-size: 0.9em;
  background: #ffffff; }
  footer div.lower p {
    float: left;
    padding: 12px; }
    @media (max-width: 1024px) {
      footer div.lower p {
        width: 100%;
        text-align: center; } }
  footer div.lower nav {
    float: right; }
    @media (max-width: 1024px) {
      footer div.lower nav {
        width: 100%; } }
    footer div.lower nav ul {
      float: left;
      margin: 0;
      padding: 0;
      list-style: none; }
      @media (max-width: 1024px) {
        footer div.lower nav ul {
          width: 100%;
          text-align: center; } }
      footer div.lower nav ul li {
        display: inline-block;
        margin: 0;
        padding: 0;
        list-style: none;
        background-image: none;
        padding: 12px 0; }
        footer div.lower nav ul li a {
          margin: 0 6px;
          color: #000000;
          text-decoration: none;
          text-transform: uppercase;
          border-bottom: 3px solid #ffffff; }
          footer div.lower nav ul li a:hover {
            border-bottom-color: #eeeeee; }
        footer div.lower nav ul li.current a {
          border-bottom-color: #727c89; }
        footer div.lower nav ul li.highlight a {
          border-bottom-color: #eed231; }

.popup {
  position: relative;
  background: #ffffff;
  padding: 24px;
  width: auto;
  max-width: 1000px;
  margin: 20px auto; }
  .popup.narrow {
    max-width: 800px; }
  .popup p.loading {
    float: left;
    width: 100%;
    padding: 48px 0;
    text-align: center;
    font-family: Raleway, arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.6em; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #727c89;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

div.home_block {
  padding: 36px 0;
  background: #ffffff;
  background-position: center center;
  background-size: cover; }

div.home_header {
  background: #333333; }
  div.home_header h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    font-size: 1.4em; }

div.home_side_image .container {
  background-repeat: no-repeat;
  background-size: 230px; }
  @media (max-width: 1024px) {
    div.home_side_image .container {
      background-size: 160px; } }
  @media (max-width: 700px) {
    div.home_side_image .container {
      background-size: 0; } }
div.home_side_image.left .container {
  background-position: left center;
  padding-left: 300px; }
  @media (max-width: 1024px) {
    div.home_side_image.left .container {
      padding-left: 200px; } }
  @media (max-width: 700px) {
    div.home_side_image.left .container {
      padding-left: 0; } }
div.home_side_image.right .container {
  background-position: right center;
  padding-right: 300px; }
  @media (max-width: 1024px) {
    div.home_side_image.right .container {
      padding-right: 200px; } }
  @media (max-width: 700px) {
    div.home_side_image.right .container {
      padding-right: 0; } }

div.home_columns .container ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  div.home_columns .container ul li {
    float: left;
    width: 33.33333%;
    margin: 0;
    padding: 0;
    list-style: none;
    background-image: none; }
    @media (max-width: 700px) {
      div.home_columns .container ul li {
        width: 100%; } }
    div.home_columns .container ul li a {
      float: left;
      width: 100%;
      padding: 18px;
      text-decoration: none;
      color: #333333; }
      div.home_columns .container ul li a h3 {
        font-size: 1.3em;
        font-weight: 600; }
        div.home_columns .container ul li a h3 i {
          width: 40px;
          margin: 0 6px 0 0;
          padding: 10px 0;
          color: #ffffff;
          background: #333333;
          font-size: 20px;
          line-height: 20px;
          text-align: center;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          border-radius: 20px; }
      div.home_columns .container ul li a p.link {
        font-weight: 700; }
      div.home_columns .container ul li a:hover h3 i {
        background-color: #727c89; }
      div.home_columns .container ul li a:hover p.link {
        text-decoration: underline; }

div#timeline {
  padding: 60px 0;
  border-top: 1px solid #eeeeee;
  background: url(../images/timeline.jpg) center center no-repeat; }
  @media (max-width: 700px) {
    div#timeline {
      padding: 36px 0; } }
  div#timeline ul {
    float: left;
    width: 60%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 20%; }
    @media (max-width: 1024px) {
      div#timeline ul {
        width: 90%;
        margin: 0 5%; } }
    @media (max-width: 520px) {
      div#timeline ul {
        width: 100%;
        margin: 0; } }
    div#timeline ul li {
      float: left;
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none;
      background-image: none;
      position: relative;
      padding: 48px 0; }
      @media (max-width: 520px) {
        div#timeline ul li {
          padding: 30px 0; } }
      div#timeline ul li div.year {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100px;
        height: 100px;
        margin: auto 0;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background: #ffffff;
        border: 5px solid #727c89; }
        @media (max-width: 520px) {
          div#timeline ul li div.year {
            width: 70px;
            height: 70px;
            -webkit-border-radius: 35px;
            -moz-border-radius: 35px;
            border-radius: 35px; } }
        div#timeline ul li div.year > div {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          width: 76px;
          height: 76px;
          background: #727c89;
          -webkit-border-radius: 38px;
          -moz-border-radius: 38px;
          border-radius: 38px;
          color: #ffffff;
          font-size: 1.3em; }
          @media (max-width: 520px) {
            div#timeline ul li div.year > div {
              width: 50px;
              height: 50px;
              -webkit-border-radius: 25px;
              -moz-border-radius: 25px;
              border-radius: 25px;
              font-size: 1em; } }
          div#timeline ul li div.year > div > span {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            height: 20px;
            line-height: 20px;
            text-align: center; }
      div#timeline ul li p {
        float: left;
        width: 100%;
        padding: 0; }
      div#timeline ul li.odd p {
        padding-left: 125px;
        text-align: left; }
        @media (max-width: 520px) {
          div#timeline ul li.odd p {
            padding-left: 85px; } }
      div#timeline ul li.odd div.year {
        left: 0; }
      div#timeline ul li.even p {
        padding-right: 125px;
        text-align: right; }
        @media (max-width: 520px) {
          div#timeline ul li.even p {
            padding-right: 85px; } }
      div#timeline ul li.even div.year {
        right: 0; }

div#body.contact div.left_half ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  div#body.contact div.left_half ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    background-image: none;
    padding: 6px 0 0;
    color: #000000; }
    div#body.contact div.left_half ul li a {
      color: #000000;
      text-decoration: none; }
    div#body.contact div.left_half ul li i {
      padding: 0 12px 0 0; }

div.map {
  height: 400px; }
  @media (max-width: 700px) {
    div.map {
      height: 300px; } }
  div.map div#map_canvas, div.map div#map_canvas canvas {
    position: relative;
    width: 100%;
    height: 100%; }

div.row {
  float: left;
  width: 100%; }
  div.row h3 {
    font-size: 1.4em; }
  div.row.profile table {
    float: left;
    width: 100%; }
    div.row.profile table tr > * {
      text-align: left;
      padding: 6px;
      border: 1px solid #eeeeee; }
    div.row.profile table tr th {
      width: 40%; }
    div.row.profile table tr td {
      width: 60%; }
  div.row.files, div.row.licence {
    margin-top: 24px;
    overflow: auto; }
    div.row.files table, div.row.licence table {
      float: left;
      width: 100%;
      min-width: 600px; }
      div.row.files table tr > *, div.row.licence table tr > * {
        padding: 6px;
        text-align: left;
        border: 1px solid #eeeeee; }
      div.row.files table a, div.row.licence table a {
        text-decoration: none;
        color: #727c89; }
        div.row.files table a i, div.row.licence table a i {
          width: 30px;
          margin: 0 6px 0 0;
          padding: 0;
          color: #ffffff;
          background: #727c89;
          font-size: 20px;
          line-height: 30px;
          text-align: center;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          border-radius: 20px; }
        div.row.files table a:hover, div.row.licence table a:hover {
          color: #333333; }
          div.row.files table a:hover i, div.row.licence table a:hover i {
            background-color: #333333; }
  div.row.licence table {
    min-width: 0; }
  div.row div.right_half > ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    div.row div.right_half > ul li {
      float: left;
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none;
      background-image: none; }
      div.row div.right_half > ul li a {
        float: left;
        clear: both;
        padding: 6px 0;
        text-decoration: none;
        color: #727c89;
        font-size: 1.3em; }
        div.row div.right_half > ul li a i {
          width: 40px;
          margin: 0 12px 0 0;
          padding: 10px 0;
          color: #ffffff;
          background: #727c89;
          font-size: 20px;
          line-height: 20px;
          text-align: center;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          border-radius: 20px; }
        div.row div.right_half > ul li a:hover {
          color: #333333; }
          div.row div.right_half > ul li a:hover i {
            background-color: #333333; }

form.registration div.row.optionset {
  margin: 12px 0; }
  form.registration div.row.optionset > label {
    display: none; }
  form.registration div.row.optionset > ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #eeeeee; }
    form.registration div.row.optionset > ul > li {
      float: left;
      width: 50%;
      margin: 0;
      padding: 0;
      list-style: none;
      background-image: none; }
      @media (max-width: 700px) {
        form.registration div.row.optionset > ul > li {
          width: 100%; }
          form.registration div.row.optionset > ul > li.even {
            border-left: none;
            border-top: 1px solid #eeeeee; } }
      form.registration div.row.optionset > ul > li:hover {
        background: #f6f6f6; }
      form.registration div.row.optionset > ul > li.even {
        border-left: 1px solid #eeeeee; }
      form.registration div.row.optionset > ul > li label {
        float: left;
        width: 100%;
        margin: 0;
        padding: 12px 60px;
        position: relative;
        cursor: pointer; }
        form.registration div.row.optionset > ul > li label input {
          display: none; }
        form.registration div.row.optionset > ul > li label h3 {
          padding-top: 0; }
        form.registration div.row.optionset > ul > li label > i {
          position: absolute;
          top: 0;
          left: 0;
          width: 50px;
          line-height: 50px;
          font-size: 30px;
          background: #eeeeee;
          text-align: center; }
        form.registration div.row.optionset > ul > li label > div {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 40px;
          height: 40px;
          margin: 6px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          border-radius: 20px;
          background: #727c89 url(../images/tick.png) center center;
          background-size: 40px;
          display: none; }
      form.registration div.row.optionset > ul > li.checked {
        background: #f6f6f6; }
        form.registration div.row.optionset > ul > li.checked label > div {
          display: block; }
form.registration > div.group {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden; }
form.registration div.group.half {
  float: left;
  width: 50%;
  border: 1px solid #eeeeee;
  margin: 12px 0;
  padding: 12px; }
  form.registration div.group.half.left {
    border-right: none; }
  @media (max-width: 700px) {
    form.registration div.group.half {
      width: 100%; }
      form.registration div.group.half.details {
        margin-bottom: 0;
        border-right: 1px solid #eeeeee;
        border-bottom: none; }
      form.registration div.group.half.billing {
        margin-top: 0; } }
form.registration div.requirements > a {
  float: left;
  width: 100%;
  margin: 0;
  padding: 24px 0;
  background: #ffffff;
  color: #000000;
  border: 1px solid #eeeeee;
  text-transform: none;
  font-size: 1.4em;
  line-height: 50px;
  font-weight: 300;
  text-align: center; }
  form.registration div.requirements > a i {
    width: 50px;
    margin: 0 12px 0 0;
    padding: 0;
    background: #eeeeee;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px; }
  form.registration div.requirements > a:hover {
    background: #f6f6f6; }
    form.registration div.requirements > a:hover i {
      background: #ffffff; }

.no_transition, .no_transition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }


 .mobileShow { display: none;}

  /* Smartphone Portrait and Landscape */
  @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px){ 
      .mobileShow {display: inline;}
  }
