@charset "UTF-8";
/* Normalise
------------------------------------------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
}

table, td, th {
  vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: none;
}

img {
  max-width: 100%;
  height: auto;
}

input[type=text], input[type=password], input[type=submit], textarea, input[type=email] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

select {
  -webkit-border-radius: 0;
}

/* Forms
------------------------------------------------------------------------------------ */
input[type=text],
input[type=password],
input[type=email],
textarea,
select {
  transition: box-shadow 0.3s, border 0.3s;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 5px 1px #e5e5e5;
  outline: none !important;
}

form {
  background: #ffffff;
  margin: 0;
  padding: 0;
  position: relative;
}
form a.closeform,
form a.showform {
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 25px;
}
form a.closeform i,
form a.showform i {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background: #c0c0c0;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
form fieldset {
  margin: 0 0 1em 0;
  padding: 20px 0 15px 0;
  padding: 20px 14px 15px 14px;
  border: 1px solid #e5e5e5;
}
form fieldset ul.errors {
  list-style: none;
}
form fieldset ul.errors li {
  color: #ff0000;
}
form fieldset .text-error {
  color: #ff0000;
  margin: 0;
}
form fieldset div.row {
  margin: 0 0 1em 0;
}
form fieldset legend {
  font-weight: bold;
  margin-bottom: 1em;
  padding: 0 10px;
  font-size: 1.2em;
}
form fieldset input[type=text],
form fieldset input[type=password],
form fieldset input[type=email],
form fieldset select {
  padding: 5px 4px;
  border: 1px solid #9c9c9e;
  background: #ffffff;
}
form fieldset textarea {
  border: 1px solid #9c9c9e;
  background: #ffffff;
}
form fieldset label {
  display: block;
  font-weight: bold;
}
form fieldset.noborder {
  border: 0;
}
form fieldset.disabled label {
  color: #e5e5e5;
}
form fieldset.disabled textarea {
  border: 1px solid #e5e5e5;
  color: #e5e5e5;
}
form fieldset.disabled input[type=text],
form fieldset.disabled input[type=password],
form fieldset.disabled input[type=email],
form fieldset.disabled select {
  border: 1px solid #e5e5e5;
  color: #e5e5e5;
}
form fieldset.disabled .btn {
  border: 1px solid #e5e5e5 !important;
  background: #e5e5e5 !important;
}
form fieldset.disabled a {
  color: #e5e5e5;
}

form#payment-form {
  width: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10%;
  left: 25%;
  z-index: 10000000;
}
form#payment-form fieldset {
  border: 0;
}
form#payment-form fieldset span.payment-errors {
  margin-left: 24%;
  margin-bottom: 0.5em;
}
form#payment-form fieldset h4 {
  font-size: 1.2em;
  text-align: center;
  background: #f2f2f2;
  padding: 0.5em 0 0.75em 0;
}

form.inline fieldset label {
  display: inline;
}
form.inline fieldset input,
form.inline fieldset select {
  vertical-align: middle;
}
form.inline fieldset input.btn {
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: bottom;
}

form.stacked fieldset div.row {
  margin-bottom: 2em;
}
form.stacked fieldset div.row label {
  display: block;
  margin-bottom: 0.25em;
}

form.horizontal fieldset div.row {
  margin-bottom: 1em;
}
form.horizontal fieldset div.row label {
  float: left;
  text-align: right;
  margin-right: 1%;
  width: 23%;
  line-height: 28px;
  height: 28px;
}
form.horizontal fieldset div.row input[type=text],
form.horizontal fieldset div.row input[type=password],
form.horizontal fieldset div.row input[type=email] {
  width: 69%;
  padding: 5px 0.5%;
  font-size: 17px;
  transition: box-shadow 0.3s, border 0.3s;
}
form.horizontal fieldset div.row select {
  width: 70.2%;
  padding: 5px 0;
  font-size: 17px;
}
form.horizontal fieldset div.row input.tiny,
form.horizontal fieldset div.row select.tiny {
  width: auto;
}
form.horizontal fieldset div.row input.datepicker {
  width: 120px;
}
form.horizontal fieldset div.row textarea {
  font-family: "Raleway", arial, sans-serif;
  width: 69%;
  padding: 0.5%;
  font-size: 17px;
  transition: box-shadow 0.3s, border 0.3s;
}
form.horizontal fieldset div.row input[type=submit] {
  margin-left: 24%;
}
form.horizontal fieldset div.row .margin-left,
form.horizontal fieldset div.row p {
  margin-left: 24%;
  line-height: 28px;
}
form.horizontal fieldset div.row .margin-left label,
form.horizontal fieldset div.row p label {
  display: inline;
  font-weight: normal;
  width: auto;
  float: none;
}
form.horizontal fieldset div.row .text-error {
  margin-left: 24%;
}
form.horizontal fieldset div.row-fileupload h5 {
  margin-top: 1em;
}
form.horizontal fieldset div.row-latlng label {
  width: auto;
  float: none;
  display: inline;
}
form.horizontal fieldset div.row-latlng input[type=text],
form.horizontal fieldset div.row-latlng input[type=password],
form.horizontal fieldset div.row-latlng input[type=email] {
  width: 80px;
  float: none;
  display: inline;
}
form.horizontal fieldset div.row-checkbox label {
  float: none;
  margin-left: 24%;
  font-weight: normal;
  width: 74%;
  text-align: left;
  line-height: 1em;
}
form.horizontal fieldset div.row-captcha p {
  margin-bottom: 0.5em;
}
form.horizontal fieldset div.row-captcha img {
  float: left;
  height: 36px;
  margin-right: 8px;
}
form.horizontal fieldset div.row-captcha input[type=text] {
  width: 120px;
  height: 24px;
  font-size: 17px;
  text-align: center;
  padding: 2px auto;
}
form.horizontal fieldset div.row-tinymce .textarea,
form.horizontal fieldset div.row-tinymce .wysiwyg {
  margin-left: 24%;
}
form.horizontal fieldset div.row-submit {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  form#payment-form {
    width: 90%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 10000000;
  }
  form#payment-form fieldset {
    border: 0;
  }
  form#payment-form fieldset span.payment-errors {
    margin-left: 24%;
    margin-bottom: 0.5em;
  }
  form#payment-form fieldset h4 {
    font-size: 1.2em;
    text-align: center;
    background: #f2f2f2;
    padding: 0.5em 0 0.75em 0;
  }

  form.horizontal fieldset div.row label {
    float: none;
    text-align: left;
    margin-right: 0;
    width: 100%;
  }
  form.horizontal fieldset div.row input[type=text],
form.horizontal fieldset div.row input[type=password],
form.horizontal fieldset div.row input[type=email] {
    width: 98%;
  }
  form.horizontal fieldset div.row input[type=text].tiny,
form.horizontal fieldset div.row input[type=password].tiny,
form.horizontal fieldset div.row input[type=email].tiny {
    width: 50px;
  }
  form.horizontal fieldset div.row textarea {
    width: 98%;
  }
  form.horizontal fieldset div.row select {
    width: 98%;
  }
  form.horizontal fieldset div.row button,
form.horizontal fieldset div.row input[type=submit] {
    margin-left: 0;
  }
  form.horizontal fieldset div.row .margin-left,
form.horizontal fieldset div.row p {
    margin-left: 0;
  }
  form.horizontal fieldset div.row .text-error {
    margin-left: 0;
  }
  form.horizontal fieldset div.row-checkbox label {
    margin-left: 0;
  }
  form.horizontal fieldset div.row-tinymce .textarea,
form.horizontal fieldset div.row-tinymce .wysiwyg {
    margin-left: 0;
  }
  form.horizontal fieldset div.row-captcha img {
    float: none;
    margin: 10px 0;
  }
  form.horizontal fieldset div.row-captcha input[type=text] {
    width: 185px;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

/* Base styles
------------------------------------------------------------------------------------ */
html {
  height: 100%;
}

body {
  color: #3d3939;
  font-family: "Raleway", arial, sans-serif;
  font-size: 16px;
  background: #ffffff;
  height: 100%;
}

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

h1 {
  font-size: 2em;
  color: #52aa9d;
  margin-bottom: 0.75em;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
h1 span {
  color: #3d3939;
}

h2 {
  color: #52aa9d;
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  font-weight: normal;
}

h3 {
  color: #52aa9d;
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}

h5 {
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 0.25em 0;
}

p {
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 1em;
  color: #3d3939;
}
p:last-child {
  margin-bottom: 0;
}

abbr {
  border-bottom: 1px dotted #000000;
}

p.large {
  font-size: 1.2em;
}

a {
  text-decoration: underline;
  color: #339b8c;
}
a:hover {
  cursor: pointer;
}

.btn,
.btn:visited,
.button,
.button:visited {
  transition: background-color 0.25s ease;
  background: #339b8c;
  color: #ffffff;
  border-radius: 1px;
  border: 1px solid #339b8c;
  font-size: 1.2em;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-decoration: none;
  padding: 6px 20px;
  font-weight: 700;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0) 50%), -webkit-linear-gradient(#339b8c, #339b8c);
  background-image: -moz-linear-gradient(0 0, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0) 50%), -moz-linear-gradient(#339b8c, #339b8c);
  background-image: -o-linear-gradient(0 0, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0) 50%), -o-linear-gradient(#339b8c, #339b8c);
  background-image: linear-gradient(0 0, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0) 50%), linear-gradient(#339b8c, #339b8c);
  background-position: -100px -100px, 0 0;
  -moz-background-size: 250% 250%, 100% 100%;
  background-size: 250% 250%, 100% 100%;
  -webkit-transition: background-position 0s ease;
  -moz-transition: background-position 0s ease;
  -o-transition: background-position 0s ease;
  transition: background-position 0s ease;
}
.btn:hover, .btn:focus,
.btn:visited:hover,
.btn:visited:focus,
.button:hover,
.button:focus,
.button:visited:hover,
.button:visited:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  background-position: 0 0, 0 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.btn:active,
.btn:visited:active,
.button:active,
.button:visited:active {
  top: 1px;
}

.btn-extralarge {
  font-size: 1.8em;
  padding: 15px 20px !important;
  background-position: -200px -200px, 0 0;
  -moz-background-size: 250% 250%, 100% 100%;
  background-size: 250% 250%, 100% 100%;
  -webkit-transition: background-position 0s ease;
  -moz-transition: background-position 0s ease;
  -o-transition: background-position 0s ease;
  transition: background-position 0s ease;
}

dl dt {
  font-weight: bold;
  line-height: 1.5em;
}
dl dd {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}

ul li,
ol li {
  color: #3d3939;
  line-height: 1.5em;
}
ul li.row_break,
ol li.row_break {
  clear: both !important;
  width: 100% !important;
  border: 0 !important;
}

ol {
  margin: 0 0 1.5em 20px;
}
ol li {
  margin-bottom: 0.5em;
  line-height: 1.3em;
}

input[type=text],
input[type=password],
input[type=submit],
textarea,
input[type=email] {
  font-family: "Raleway", arial, sans-serif;
}

/* Actions
.action-sprite, .action-add, .action-delete, .action-edit, .action-gallery, .action-key, .action-noentry, .action-pdf, .action-pen, .action-success, .action-view, .action-pay, .action-email, .action-users, .action-badge, .action-envelope {
  background: url('../img/icons/action-s5b884348eb.png') no-repeat;
}

.action-add {
  background-position: 0 -100px;
}

.action-delete {
  background-position: 0 -20px;
}

.action-edit {
  background-position: 0 -140px;
}

.action-gallery {
  background-position: 0 -60px;
}

.action-key {
  background-position: 0 -120px;
}

.action-noentry {
  background-position: 0 -80px;
}

.action-pdf {
  background-position: 0 -160px;
}

.action-pen {
  background-position: 0 -180px;
}

.action-success {
  background-position: 0 0;
}

.action-view {
  background-position: 0 -40px;
}

.action-pay {
  background-position: 0 -200px;
}

.action-email {
  background-position: 0 -222px;
}

.action-users {
  background-position: 0 -220px;
}

.action-badge {
  background-position: 0 -240px;
}

.action-envelope {
  background-position: 0 -260px;
}

ul.actions{
	list-style:none;

	li{
		display:inline;

		a{
			display:inline;
			width:auto;
			height:auto;
		}
	}
}

.actions{
	a{
		display:inline-block;
		width:20px;
		height:20px;
	}
	a:last-child{
		margin-right:10px;
	}
	text-align:left;
}

.action-delete{
	display:block;
	width:20px;
	height:20px;
}
*/
.ui-tooltip {
  padding: 15px;
  margin: 0;
  border-radius: 0;
  border: 0;
  color: #3d3939;
  font-family: "Raleway", arial, sans-serif;
  font-size: 1em;
  box-shadow: 0;
}

.icon {
  color: #3d3939;
}

.icon:hover {
  color: #339b8c;
}

a {
  outline: none;
}

div#loading {
  text-align: center;
  margin-bottom: 40px;
}

.validation_errors {
  margin-bottom: 10px;
}

div.pagination a#next {
  text-decoration: none;
  color: #646567;
  border-bottom: 1px dotted #646567;
  outline: none;
}

div.pagination a#previous {
  text-decoration: none;
  color: #646567;
  border-bottom: 1px dotted #646567;
  margin-right: 10px;
  outline: none;
}

div.pagination {
  text-align: center;
}

div.pagination span.current {
  min-width: 24px;
  min-height: 24px;
  line-height: 24px;
  color: #ffffff;
  background: #333333;
  display: inline-block;
  margin-left: 5px;
}

div.pagination span.disabled {
  display: inline-block;
}

div.pagination a:link,
div.pagination a:active,
div.pagination a:hover,
div.pagination a:visited {
  display: inline-block;
  min-width: 24px;
  min-height: 24px;
  color: #4d4d4d;
}

div.pagination span.first,
div.pagination a.first:link,
div.pagination a.first:active,
div.pagination a.first:hover,
div.pagination a.first:visited {
  display: inline-block;
  min-width: 24px;
  min-height: 24px;
  text-decoration: none;
  color: #646567;
  border-bottom: 1px dotted #646567;
  margin-right: 10px;
}

div.pagination span.last,
div.pagination a.last:link,
div.pagination a.last:active,
div.pagination a.last:hover,
div.pagination a.last:visited {
  display: inline-block;
  min-width: 24px;
  min-height: 24px;
  text-decoration: none;
  color: #646567;
  border-bottom: 1px dotted #646567;
  margin-left: 10px;
}

div.pagination a.num:link,
div.pagination a.num:active,
div.pagination a.num:hover,
div.pagination a.num:visited {
  min-width: 24px;
  min-height: 24px;
  line-height: 24px;
  color: #4d4d4d;
  text-decoration: none;
  margin-left: 5px;
}

ul.actions-icons {
  margin: 0;
  padding: 0;
  display: inline;
}

ul.actions-icons li {
  list-style: none;
  margin: 0;
  display: inline;
}

#breadcrumb {
  margin: 0 0 1.25em 0;
  padding: 0 0 1.25em 0;
  border-bottom: 1px solid #f5f5f5;
  list-style: none;
}
#breadcrumb li {
  display: inline;
}
#breadcrumb li:after {
  content: "/";
}
#breadcrumb li:last-child:after {
  content: "";
}

/* Layouts
*/
nav#mobile-nav {
  display: none;
  background: #322f30;
  /* The Fallback */
  background: rgba(50, 47, 48, 0.9);
  position: fixed;
  right: -100%;
  margin-top: 88px;
  padding: 15px 0;
  width: 100%;
  height: 100%;
  text-align: right;
  z-index: 100000;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media screen and (max-width: 1200px) {
  nav#mobile-nav {
    display: block;
  }
}
nav#mobile-nav.header-small {
  display: block;
  margin-top: 63px;
}
nav#mobile-nav div {
  padding-top: 10px;
  width: 100%;
  position: absolute;
  right: 0;
}
nav#mobile-nav div a,
nav#mobile-nav div a:visited {
  display: block;
  padding-right: 5%;
  font-size: 1.4em;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
nav#mobile-nav div a.current,
nav#mobile-nav div a:hover {
  color: #339b8c;
}

nav.mobile-nav-on {
  right: 0 !important;
}

div#page-content {
  padding-top: 130px;
  transition: all 0.35s ease;
}
@media screen and (max-width: 1400px) {
  div#page-content {
    padding-top: 125px;
  }
}
div#page-content.header-small {
  padding-top: 70px;
}

div.content-wrapper {
  width: 1200px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  div.content-wrapper {
    width: 100%;
  }
}

form#form-search {
  display: none;
  background: black;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  padding: 100px 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 100000;
}
form#form-search .close_search {
  display: none;
}
form#form-search fieldset {
  width: 400px;
  margin: auto;
  padding: 0;
  border: 0;
  text-align: left;
}
form#form-search fieldset label {
  display: block;
  color: #cccccc;
  font-family: "Raleway", arial, sans-serif;
  font-size: 1.2em;
  margin-bottom: 2em;
}
form#form-search fieldset input#keyword {
  border: 0;
  background: transparent;
  border-bottom: 1px dotted #9c9c9e;
  padding: 7px 0;
  color: #ffffff;
  width: 100%;
  font-family: "Raleway", arial, sans-serif;
  font-size: 2.4em;
  font-weight: 300;
}
form#form-search fieldset input#keyword:focus {
  outline: none;
}
form#form-search fieldset input#keyword::-webkit-input-placeholder,
form#form-search fieldset input#keyword:-moz-placeholder,
form#form-search fieldset input#keyword::-moz-placeholder,
form#form-search fieldset input#keyword:-ms-input-placeholder {
  color: #ffffff;
  font-family: "Raleway", arial, sans-serif;
  font-weight: normal;
}

div#main-content,
.page-content {
  width: 1140px;
  margin: auto;
  padding: 2em 0;
}

div.content-left {
  width: 22%;
  float: left;
  margin-right: 3%;
}

div.content-left h3.sub-sections-title {
  padding-left: 15px;
}

div.content-right {
  width: 75%;
  float: right;
}

header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  margin: auto;
  padding: 0 0 18px 0 !important;
  background: #ffffff;
  min-height: 70px;
  -webkit-box-shadow: 0 5px 4px -4px #c0c0c0;
  -moz-box-shadow: 0 5px 4px -4px #c0c0c0;
  box-shadow: 0 5px 4px -4px #c0c0c0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header:before, header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header nav#top {
  display: inline-flex;
  color: #ffffff;
  float: right;
  width: 20%;
  margin-left: 4%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  min-width: 150px;
}
header nav#top .nav-buttons {
  width: 60%;
  display: inline-flex;
}
header nav#top .nav-buttons a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.4em;
  width: 50%;
  display: inline-block;
  text-align: center;
  height: 100%;
  border-left: 1px #575756 solid;
}
header nav#top .nav-buttons a i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
header nav#top .nav-buttons a i.fa-search {
  color: #575756;
}
header nav#top .nav-buttons a i.fa-sign-in {
  color: #ffffff;
}
header nav#top .nav-buttons a i.fa-user {
  color: #575756;
}
@media screen and (max-width: 480px) {
  header nav#top .nav-buttons a#icon-search {
    display: none;
  }
}
header nav#top .nav-buttons a.last {
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  background: #575756;
}
@media screen and (max-width: 480px) {
  header nav#top .nav-buttons a.last {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header nav#top .nav-buttons {
    display: none;
  }
}
header nav#top .nav-icon-wrapper {
  width: 40%;
  display: inline-block;
  float: left;
  height: 100%;
  text-align: center;
}
header nav#top .nav-icon-wrapper #nav-icon {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  width: 40px;
  height: 28px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s;
}
@media screen and (max-width: 1200px) {
  header nav#top .nav-icon-wrapper #nav-icon {
    opacity: 1;
    visibility: visible;
  }
}
header nav#top .nav-icon-wrapper #nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #5c5d5c;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header nav#top .nav-icon-wrapper #nav-icon span:nth-child(1) {
  top: 0px;
}
header nav#top .nav-icon-wrapper #nav-icon span:nth-child(2),
header nav#top .nav-icon-wrapper #nav-icon span:nth-child(3) {
  top: 11px;
}
header nav#top .nav-icon-wrapper #nav-icon span:nth-child(4) {
  top: 22px;
}
header nav#top .nav-icon-wrapper #nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header nav#top .nav-icon-wrapper #nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header nav#top .nav-icon-wrapper #nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header nav#top .nav-icon-wrapper #nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media screen and (max-width: 1200px) {
  header nav#top {
    width: 24%;
  }
}
@media screen and (max-width: 800px) {
  header nav#top {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  header nav#top {
    width: 12%;
    min-width: 55px;
  }
}
header nav.main {
  display: inline-block;
  width: 60%;
  padding-top: 40px;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease;
}
header nav.main a {
  font-size: 1em;
  color: #3d3939;
  margin-left: 15px;
  text-decoration: none;
}
header nav.main a.current,
header nav.main a:hover {
  border-bottom: 1px solid #359c8d;
}
header nav.main a#icon-search {
  margin-left: 12px;
  position: relative;
  top: 4px;
}
header nav.main a#icon-search:hover {
  border: 0;
}
header a#logo {
  padding-top: 15px;
  display: block;
  float: left;
  width: 17.5%;
  min-width: 180px;
  margin-left: 2.5%;
  transition: all 0.35s ease;
}
header a#logo img {
  transition: all 0.35s ease;
  width: 260px;
}
header.header-small {
  -webkit-box-shadow: 0 5px 4px -4px #c0c0c0;
  -moz-box-shadow: 0 5px 4px -4px #c0c0c0;
  box-shadow: 0 5px 4px -4px #c0c0c0;
  min-height: 40px;
  max-height: 45px;
}
header.header-small nav.main {
  padding-top: 20px;
}
header.header-small a#logo {
  padding-top: 15px !important;
  width: 12.5% !important;
  margin-left: 3.75%;
  margin-right: 3.75%;
}
header.header-small a#logo img {
  width: 150px !important;
}
header.header-small nav.main {
  visibility: hidden;
  opacity: 0;
}
header.header-small nav#top .nav-icon-wrapper #nav-icon {
  opacity: 1;
  visibility: visible;
}
header .timetable-message {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #f09e63;
  text-align: center;
  padding: 10px 20px;
  box-sizing: border-box;
}
header .timetable-message a {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  header .timetable-message {
    padding: 10px;
    font-size: 14px;
  }
}

body.timetable .timetable-message {
  display: none;
}
body.timetable #page-content {
  padding-top: 90px;
}
@media screen and (max-width: 1400px) {
  body.timetable #page-content {
    padding-top: 90px;
  }
}
@media screen and (max-width: 480px) {
  body.timetable #page-content {
    padding-top: 0;
  }
}

div.footer-email-signup {
  width: 100%;
  text-align: center;
  background: #339b8c;
  color: white;
  padding: 20px 0 25px 0;
}
div.footer-email-signup p {
  color: white;
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  div.footer-email-signup p {
    padding-top: 10px;
  }
}
div.footer-email-signup form {
  background: #339b8c;
  color: white;
}
div.footer-email-signup form .mc-field-group {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  div.footer-email-signup form .mc-field-group {
    display: block;
  }
}
div.footer-email-signup form input[type=text],
div.footer-email-signup form input[type=email] {
  border: 2px solid #ffffff;
  background: #339b8c;
  color: white;
  font-size: 20px;
  padding: 3px;
  width: 270px;
  max-width: 100%;
  margin-bottom: 10px;
}
div.footer-email-signup form input[type=text]::-webkit-input-placeholder,
div.footer-email-signup form input[type=email]::-webkit-input-placeholder {
  color: white;
}
div.footer-email-signup form input[type=text]:-moz-placeholder,
div.footer-email-signup form input[type=email]:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
div.footer-email-signup form input[type=text]::-moz-placeholder,
div.footer-email-signup form input[type=email]::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
div.footer-email-signup form input[type=text]:-ms-input-placeholder,
div.footer-email-signup form input[type=email]:-ms-input-placeholder {
  color: white;
}
div.footer-email-signup form input[type=submit] {
  border: 2px solid #ffffff;
  background: white;
  font-size: 20px;
  padding: 3px;
  color: #339b8c;
  width: 280px;
  max-width: 100%;
  margin-bottom: 10px;
}

#mce-EMAIL {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 400px) {
  #mce-EMAIL {
    margin-left: 0px;
    margin-right: 0px;
  }
}

#mce-EMAIL + div {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

#mc_embed_signup input.mce_inline_error {
  border-color: white !important;
}

#mc_embed_signup div.mce_inline_error {
  background-color: white !important;
  color: #339b8c !important;
}

footer {
  background: #434746;
  padding: 1.5em 0;
}
footer section.resources {
  border-bottom: 1px solid #ffffff;
  padding-top: 0;
}
footer section.resources div.col {
  float: left;
  width: 24%;
  margin-right: 1%;
  padding: 1em 0 2em 0;
}
footer section.resources div.col h3 {
  color: #ffffff;
  font-weight: 400;
}
footer section.resources div.col a {
  display: block;
  color: #ffffff;
  line-height: 1.8;
  font-size: 0.9em;
  text-decoration: none;
}
footer div.social-links {
  float: left;
  padding: 15px 0 5px;
}
footer div.social-links a {
  margin-right: 4px;
}
footer div.social-links a.icon {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
footer div.social-links a.icon:hover {
  background-position: 0 0;
}
footer div.social-links a.icon-twitter {
  background-image: url("../img/icons/icon-twitter.png");
}
footer div.social-links a.icon-pinterest {
  background-image: url("../img/icons/icon-pinterest.png");
}
footer div.social-links a.icon-facebook {
  background-image: url("../img/icons/icon-facebook.png");
}
footer div.social-links a.icon-steller {
  background-image: url("../img/icons/icon-steller.png");
}
footer div.social-links a.icon-linkedin {
  background-image: url("../img/icons/icon-linkedin.png");
}
footer div.social-links a.icon-instagram {
  background-image: url("../img/icons/icon-instagram.png");
}
footer div.credits {
  float: right;
  padding: 15px 0 5px;
  text-align: right;
}
footer div.credits p {
  color: #ffffff;
  font-size: 0.85em;
  text-align: right;
}
footer div.credits p a {
  color: #ffffff;
}

.avatar-frame img {
  border-radius: 50%;
}

div#cookiemessage-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #333333;
  color: #ffffff;
  text-align: center;
  font-size: 1em;
  padding: 0.5em 0;
  z-index: 10000;
}
div#cookiemessage-container p,
div#cookiemessage-container a {
  color: #ffffff;
}

/* Utilities
------------------------------------------------------------------------------------ */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.ellipsis {
  width: 100%;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url("http://seancannon.com/_test/ellipsis.xml#ellipsis");
}

.image-align-left {
  float: left;
  padding-right: 15px;
  padding-bottom: 10px;
}

.image-align-right {
  float: right;
  padding-left: 15px;
  padding-bottom: 10px;
}

.hidden {
  display: none;
}

.align-left {
  float: left;
}

.align-right {
  float: right;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.align-centre {
  text-align: center;
}

.border {
  border: 0px solid #9B93A4;
}

.last {
  margin-right: 0px;
}

.clear_left {
  clear: left;
}

.clear_right {
  clear: right;
}

.clear_both {
  clear: both;
}

.clear:after {
  content: ".";
  display: block;
  position: relative;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  display: inline-block;
}

* html .clear {
  height: 0;
}

.clear {
  display: block;
}

.error, .notice, .success, .warning {
  padding: 0.8em;
  margin-top: 1em;
  margin-bottom: 1.6em;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
.error p.small, .notice p.small, .success p.small, .warning p.small {
  font-size: 0.8em;
  font-weight: normal;
}

.error {
  background: #fffbfb;
  color: #686868;
}

.notice {
  background-color: #fbf9f9;
}

.warning {
  background-color: transparent;
  color: #686868;
}

.success {
  background-color: #eff7fa;
}

.tip {
  text-align: left;
  margin: 1em 0;
  font-weight: normal;
  min-height: 20px;
  padding: 14px;
  border: 1px solid #f5f5f5;
}
.tip span {
  display: block;
  float: left;
  margin-right: 5px;
}

img.greyscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

span.tooltip {
  background: #339b8c;
  width: 15px;
  height: 15px;
  border-radius: 8px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #ffffff;
  line-height: 15px;
  margin: 0 0 0 10px;
  padding: 0;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

/* Media Queries
*/
@media screen and (max-width: 1200px) {
  div#wrapper,
div#main-content,
.page-content {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 1200px) {
  .stop-scrolling {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
  }

  header {
    width: 100%;
  }
  header nav.main {
    display: none;
  }
  header a#logo {
    margin-left: 20px;
  }

  footer section.resources div.col {
    width: 48%;
    margin: 0 1% 2em 1%;
    padding: 0;
  }
  footer section.resources div.col:nth-child(3),
footer section.resources div.col:nth-child(4) {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.8em;
  }

  div.content-left {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  div.content-right {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  div#main-content,
.page-content {
    padding: 20px 0;
  }

  h1 {
    font-size: 1.2em;
  }

  h2 {
    font-size: 1.2em;
  }

  h3 {
    font-size: 1.1em;
  }

  a.btn,
input.btn {
    font-size: 1em;
  }

  form#form-search {
    position: absolute;
  }
  form#form-search fieldset {
    width: 80%;
  }
  form#form-search #search-close {
    display: none;
    position: absolute;
    right: 20px;
    top: 30px;
    width: 40px;
    height: 36px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
}
@media screen and (max-width: 480px) and (max-width: 1200px) {
  form#form-search #search-close {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  form#form-search #search-close span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: white;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
}
@media screen and (max-width: 480px) {
  form#form-search #search-close span:nth-child(1) {
    top: 0px;
  }
}
@media screen and (max-width: 480px) {
  form#form-search #search-close span:nth-child(2),
form#form-search #search-close span:nth-child(3) {
    top: 11px;
  }
}
@media screen and (max-width: 480px) {
  form#form-search #search-close span:nth-child(4) {
    top: 22px;
  }
}
@media screen and (max-width: 480px) {
  form#form-search #search-close.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  form#form-search #search-close.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  form#form-search #search-close.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  form#form-search #search-close.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}
@media screen and (max-width: 480px) {
  nav#mobile-nav {
    margin-top: 87px;
  }
  nav#mobile-nav div a,
nav#mobile-nav div a:visited {
    padding-right: 25px;
  }
}
@media screen and (max-width: 480px) {
  div#page-content {
    padding-top: 35px;
  }
}
@media screen and (max-width: 480px) {
  header {
    /*
    padding: 0 !important;
    */
    position: relative;
  }
  header a#logo {
    padding-top: 21px;
    width: 200px;
  }
  header div#navs {
    display: none;
  }
  header #nav-icon {
    top: 31px;
  }
}
@media screen and (max-width: 480px) {
  footer section.resources div.col {
    width: 100%;
    margin-bottom: 1em;
  }
  footer section.resources div.col:nth-child(4) {
    margin-bottom: 0;
  }
}
em, i {
  font-style: italic;
}

/*# sourceMappingURL=screen.css.map */
