@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
@import url(../../vendor/chosen/chosen.min.css);
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; }

a:focus {
  outline: 1px dotted; }

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0; }

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {
  font-size: 25px; }

h2 {
  font-size: 23px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 19px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 15px; }

/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
  list-style: decimal; }

ul {
  list-style: disc; }

li {
  margin-left: 30px; }

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 20px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

.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-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-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 {
  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:before {
  content: ""; }

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

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

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

.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-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-asc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-desc: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-reply-all:before {
  content: ""; }

.fa-mail-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 {
  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: ""; }

/* End Mobile First SASS */
/*  Sticky Footer
    http://www.cssstickyfooter.com/using-sticky-footer-code.html
---------------------------------------- */
html, body {
  height: 100%; }

#page-wrapper {
  min-height: 100%; }

#main {
  overflow: auto;
  padding-bottom: 40px; }

/* must be same height as the footer */
#footer {
  position: relative;
  margin-top: -40px;
  /* negative value of footer height */
  height: 40px;
  clear: both; }

/* clearfix
---------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

@font-face {
  font-family: 'Bariol';
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/Bariol.woff"); }

@font-face {
  font-family: 'Bariol';
  font-style: normal;
  font-weight: bold;
  src: url("../../fonts/Bariol_Bold.woff"); }

.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.italicise {
  font-style: italic; }

.omega {
  margin-right: 0; }

ul.nostyle li {
  list-style: none;
  margin-left: 0; }

.button {
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
  background: #8f1f9f;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 10px; }
  .button:hover {
    background: #b527ca; }
  .button:active {
    background: #801c8e; }

#services-container {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }

#services-list:after {
  content: "";
  display: table;
  clear: both; }

#services-list .service-container {
  float: left;
  display: block;
  margin-right: 1.9355953897%;
  width: 15.0536705086%; }
  #services-list .service-container:last-child {
    margin-right: 0; }
  #services-list .service-container:nth-child(6n) {
    margin-right: 0; }
  #services-list .service-container:nth-child(6n+1) {
    clear: left; }

#services-list .service {
  background: #FFF;
  border-radius: 10px;
  display: block;
  margin-bottom: 1.25em;
  min-height: 154px;
  padding: 1.25em;
  position: relative; }
  @media only screen and (max-width: 823px) {
    #services-list .service {
      float: left;
      display: block;
      margin-right: 1.9355953897%;
      width: 32.0429364069%; }
      #services-list .service:last-child {
        margin-right: 0; }
      #services-list .service:nth-child(3n) {
        margin-right: 0; }
      #services-list .service:nth-child(3n+1) {
        clear: left; } }
  @media only screen and (max-width: 421px) {
    #services-list .service {
      float: left;
      display: block;
      margin-right: 1.9355953897%;
      width: 100%;
      margin-right: 0;
      padding: 0;
      min-height: 0; }
      #services-list .service:last-child {
        margin-right: 0; } }
  #services-list .service h2 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px; }
    @media only screen and (max-width: 421px) {
      #services-list .service h2 {
        float: left;
        display: block;
        margin-right: 1.9355953897%;
        width: 83.0107341017%;
        font-size: 14px;
        line-height: 30px;
        text-align: left;
        margin-bottom: 0;
        padding: 1.25em; }
        #services-list .service h2:last-child {
          margin-right: 0; } }
  #services-list .service .figure {
    height: 80px;
    max-width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -43px; }
    @media only screen and (max-width: 421px) {
      #services-list .service .figure {
        float: left;
        display: block;
        margin-right: 1.9355953897%;
        width: 15.0536705086%;
        margin-right: 0;
        height: auto;
        padding: 1.25em 1.25em 1.25em 0;
        margin-left: 0;
        position: static; }
        #services-list .service .figure:last-child {
          margin-right: 0; } }
    #services-list .service .figure img {
      max-height: 100%;
      max-width: 100%; }

.services-thumb {
  background: #FFF;
  padding: 5px;
  display:inline-block; }
  .services-thumb img {
    display: block;
    height: auto;
    max-width: 100%;
    }

#secondary .services-thumb img {  
    width: 25%;
    margin-right: 5px;
    }

.back-to-search {
  color: #000;
  display: inline-block;
  font-size: 16px;
  margin-top: 1.25em; }
  @media only screen and (max-width: 823px) {
    .back-to-search {
      margin-left: 1.25em; } }

.map-container {
  width: 100%; }
  .map-container img {
    height: auto;
    width: 100%; }

.table-contact-details .fa {
  background: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 2px 3px;
  text-align: center;
  width: 26px; }

.table-contact-details td.icon {
  width: 30px; }

body {
  background: #ebebeb;
  color: #1d1d1d;
  font-family: "Bariol", verdana, "bitstream vera sans", "dejavu sans", "liberation sans", geneva, sans-serif;
  font-size: 16px; }

a {
  color: #8f1f9f;
  text-decoration: none; }
  a:hover {
    color: #1d1d1d; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #8f1f9f; }

#page {
  height: 100%; }

#masthead {
  background: url("../../images/banner-inner.jpg") 0 0 no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 80px;
  height: 144px;
  position: relative;
  z-index: 10;
  overflow: hidden; }
  @media only screen and (max-width: 421px) {
    #masthead {
      background: url("../../images/banner-inner.jpg") 0 30px no-repeat; } }
  body.home #masthead {
    background-image: none;
    height: 40%; }
    @media only screen and (max-width: 421px) {
      body.home #masthead {
        height: auto;
        overflow: visible; } }
  #masthead .container {
    position: relative;
    z-index: 10; }
  #masthead #crisis-button {
    background: url("../../images/crisis.png") top left no-repeat;
    height: 95px;
    text-indent: -9999px;
    width: 101px;
    z-index: 9999;
    position: absolute;
    top: 60px;
    right: 10px; }
    @media only screen and (max-width: 421px) {
      #masthead #crisis-button {
        float: left;
        display: block;
        margin-right: 1.9355953897%;
        width: 100%;
        background: #e8471f;
        color: #fff;
        font-size: 15px;
        height: auto;
        padding: 1.25em;
        position: static;
        text-indent: 0;
        text-align: center; }
        #masthead #crisis-button:last-child {
          margin-right: 0; } }
    @media only screen and (max-width: 823px) {
      #masthead #crisis-button {
        top: 20px; } }
  #masthead .site-branding {
    float: left;
    display: block;
    margin-right: 1.9355953897%;
    width: 32.0429364069%;
    padding: 5px 10px;
    position: relative;
    z-index: 10; }
    #masthead .site-branding:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 421px) {
      #masthead .site-branding {
        float: left;
        display: block;
        margin-right: 1.9355953897%;
        width: 100%;
        padding-top: 20px;
        text-align: center; }
        #masthead .site-branding:last-child {
          margin-right: 0; } }
    @media only screen and (max-width: 823px) {
      #masthead .site-branding {
        padding-top: 30px;
        padding-left: 1.25em; } }
    body.home #masthead .site-branding {
      float: left;
      display: block;
      margin-right: 1.9355953897%;
      width: 100%;
      text-align: center;
      padding-top: 60px; }
      body.home #masthead .site-branding:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 421px) {
        body.home #masthead .site-branding {
          padding-top: 10px; }
          body.home #masthead .site-branding img {
            width: 30%; } }
  #masthead #site-navigation {
    float: left;
    display: block;
    margin-right: 1.9355953897%;
    width: 49.0322023051%;
    float: right;
    padding: 5px 10px; }
    #masthead #site-navigation:last-child {
      margin-right: 0; }
    #masthead #site-navigation a {
      color: #fff; }
    #masthead #site-navigation .menu li {
      list-style: none;
      margin-left: 0; }
  #masthead #search {
    float: left;
    display: block;
    margin-right: 1.9355953897%;
    width: 100%;
    text-align: center; }
    #masthead #search:last-child {
      margin-right: 0; }
    #masthead #search .form-control {
      display: block;
      margin-bottom: 20px; }
    #masthead #search .button {
      font-size: 20px;
      padding: 10px 20px;
      width: 30%; }
  #masthead #big-video-image {
    height: auto;
    width: 100%; }

#masthead #search-again {
  position: absolute;
  right: 0;
  width: 450px;
  height: 100px; }

#masthead #search-again #search-again-text {
  position: absolute;
  top: 50px;
  left: 20px;
  width: 284px;
  height: 43px;
  text-indent: -999em;
  display: inline-block;
  background: url("../../images/search-again.png") no-repeat; }

#masthead #search-again #search-again-button {
  position: absolute;
  right: 0; }

@media only screen and (max-width: 421px) {
  #masthead #search-again {
    float: left;
    display: block;
    margin-right: 1.9356%;
    width: 100%;
    background: #5fbb99;
    color: #fff;
    font-size: 15px;
    height: auto;
    padding: 1.25em;
    position: static;
    text-indent: 0;
    text-align: center; }
  #masthead #search-again:last-child {
    margin-right: 0; }
  #masthead #search-again #search-again-text {
    background: none;
    height: 16px;
    position: static;
    width: 100%;
    text-indent: 0;
    font: 16px/1 arvo, serif;
    text-transform: uppercase;
    color: white; }
  #masthead #search-again #search-again-button {
    display: none; } }

#subhead {
  background: url("../../images/masthead.png") bottom left repeat-x;
  color: #fff;
  height: 80px;
  z-index: 10;
  width: 100%; }
  #subhead h1 {
    color: #fff;
    line-height: 60px;
    font-weight: normal;
    text-align: center; }
  #subhead .circle {
    text-align: right; }
    #subhead .circle a {
      display: block; }
    @media only screen and (max-width: 421px) {
      #subhead .circle img {
        margin-top: 5px;
        width: 90%; } }

#main {
  float: left;
  display: block;
  margin-right: 1.9355953897%;
  width: 100%;
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 1.25em;
  margin-bottom: 1.25em; }
  #main:last-child {
    margin-right: 0; }
  #main:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 823px) {
    #main {
      display: block; } }

#primary {
  background: #ebebeb;
  border: 1.25em solid #fff;
  border-right: none;
  padding: 1.25em;
  padding-right: 20px; }
  #primary.with-sibling {
    display: table-cell;
    width: 75%;
    border-radius: 20px 0 0 20px; }
    @media only screen and (max-width: 421px) {
      #primary.with-sibling {
        display: table-cell;
        width: 100%;
        margin-right: 0;
        border-right: 1.25em solid #fff;
        border-bottom: none;
        display: block; } }

#secondary {
  display: table-cell;
  width: 25%;
  background: #fff;
  border-radius: 0 20px 20px 0;
  padding: 1.25em; }
  #secondary h2 {
    margin-top: 40px; }
    #secondary h2:first-of-type {
      margin-top: 0; }

      #secondary a.services-thumb {
        display: flex;
        align-items: center;
    }
    #secondary .services-thumb p{
      margin-bottom:0;
      font-size:.9rem;
    }

.site-footer {
  float: left;
  display: block;
  margin-right: 1.9355953897%;
  width: 100%;
  padding: 10px;
  text-align: center; }
  .site-footer:last-child {
    margin-right: 0; }

body.search .featured-service .service,
body.archive .featured-service .service {
  border: 5px solid #8f1f9f; }

body.search .service,
body.archive .service {
  float: left;
  display: block;
  margin-right: 1.9355953897%;
  width: 100%;
  -webkit-transition: border 0.05s linear;
  -moz-transition: border 0.05s linear;
  transition: border 0.05s linear;
  background: #fff;
  border: 5px solid #fff;
  border-radius: 10px;
  margin-bottom: 1.25em; }
  body.search .service:after,
  body.archive .service:after {
    content: "";
    display: table;
    clear: both; }
  body.search .service:last-child,
  body.archive .service:last-child {
    margin-right: 0; }
  body.search .service:hover,
  body.archive .service:hover {
    -webkit-transition: border 0.1s linear;
    -moz-transition: border 0.1s linear;
    transition: border 0.1s linear;
    border: 5px solid #D3EC2A; }
  body.search .service .entry-title,
  body.archive .service .entry-title {
    font-size: 20px; }
  body.search .service .entry-summary,
  body.archive .service .entry-summary {
    float: left;
    display: block;
    margin-right: 1.9355953897%;
    width: 66.0214682034%;
    color: #000;
    padding: 1.25em;
    padding-bottom: 0; }
    body.search .service .entry-summary:last-child,
    body.archive .service .entry-summary:last-child {
      margin-right: 0; }
  body.search .service .entry-secondary,
  body.archive .service .entry-secondary {
    float: left;
    display: block;
    margin-right: 1.9355953897%;
    width: 23.5483034577%;
    margin-left: 8.4946329491%;
    margin-right: 0;
    padding: 1.25em;
    text-align: center; }
    body.search .service .entry-secondary:last-child,
    body.archive .service .entry-secondary:last-child {
      margin-right: 0; }
    body.search .service .entry-secondary .ages,
    body.archive .service .entry-secondary .ages {
      background: #D3EC2A;
      color: #8f1f9f;
      font-size: 16px;
      font-weight: bold;
      padding: 1.25em 4px; }
      @media only screen and (max-width: 421px) {
        body.search .service .entry-secondary .ages,
        body.archive .service .entry-secondary .ages {
          background: none;
          font-size: 14px;
          padding: 0; } }
    @media only screen and (max-width: 421px) {
      body.search .service .entry-secondary,
      body.archive .service .entry-secondary {
        float: left;
        display: block;
        margin-right: 1.9355953897%;
        width: 32.0429364069%;
        margin-left: 0%;
        margin-right: 0; }
        body.search .service .entry-secondary:last-child,
        body.archive .service .entry-secondary:last-child {
          margin-right: 0; } }
  body.search .service .entry-footer,
  body.archive .service .entry-footer {
    float: left;
    display: block;
    margin-right: 1.9355953897%;
    width: 100%;
    padding: 0 8px; }
    body.search .service .entry-footer:last-child,
    body.archive .service .entry-footer:last-child {
      margin-right: 0; }
    body.search .service .entry-footer .services-thumb,
    body.archive .service .entry-footer .services-thumb {
      height: auto;
      max-width: 60px; }

#search-buttons {
  width: 100%; }

#search-buttons.map {
  position: absolute;
  z-index: 100; }

#search-buttons.map #sort-by, #search-buttons.map #sort-az, #search-buttons.map #sort-age {
  display: none; }

#search-buttons.map #view-list {
  display: block; }

#search-buttons.map #view-map {
  display: none; }

#search-buttons.list #sort-by, #search-buttons.list #sort-az, #search-buttons.list #sort-age {
  display: block; }

#search-buttons.list #view-map {
  display: block; }

#search-buttons.list #view-list {
  display: none; }



#search-buttons #col-sort, #search-buttons #col-view {
  float: left;
  display: block;
  width:100%;
  position: relative;
  min-height: 100px; }

#search-buttons #col-sort:last-child, #search-buttons #col-view:last-child {
  margin-right: 0; }

#search-buttons #col-sort #sort-az, #search-buttons #col-view #sort-az {
  position: absolute;
  left: 155px;
  top: 13px; }

#search-buttons #col-sort #sort-age, #search-buttons #col-view #sort-age {
  position: absolute;
  left: 124px;
  top: 58px; }

#search-buttons #col-view {
  margin-left: 0; }

#search-buttons #col-view a {
  float: right; }

#map {
  width: 100%; }

#map #map-container {
  position: relative; }

#map #map-container #map-canvas {
  height: 500px;
  /*fallback for older browsers*/
  height: calc(100vh - 224px); }

.site-footer {
  background: #fac019;
  color: #ebebeb;
  padding: 10px 0; }
  .site-footer > .container {
    text-align: left; }

.site-footer a {
  color: #ebebeb; }

.site-footer .sep {
  display: inline-block;
  width: 20px; }

.site-footer .site-links {
  border-top: 1px solid #D3EC2A;
  padding-top: 10px;
  margin-top: 10px;
  text-align: left; }

.site-footer .site-links .column {
  float: left;
  display: block;
  margin-right: 1.9356%;
  width: 32.04294%; }
  


.site-footer .site-links .column:last-child {
  margin-right: 0; }

.site-footer .site-links .column:last-of-type {
  float: right;
  text-align: right; }

.site-footer .loaded {
  display: inline;
  float: right; }

.results-bar {
  font-family: arvo, serif;
  margin-bottom: 1.25em;
  float: left;
  display: block;
  margin-right: 1.9356%;
  width: 100%; }

.results-bar:last-child {
  margin-right: 0; }

.results-bar .result-count {
  font-size: 18px;
  float: left;
  display: block;
  margin-right: 1.9356%;
  width: 49.0322%;
  padding: 0px 1.25em; }

.results-bar .result-count:last-child {
  margin-right: 0; }

.results-bar .pagination {
  font-size: 18px;
  float: left;
  display: block;
  margin-right: 1.9356%;
  width: 49.0322%;
  padding: 0px 1.25em;
  text-align: right; }

.results-bar .pagination:last-child {
  margin-right: 0; }

.results-bar .pagination .page + .page:before {
  /*add a dash before each link, except the first*/
  content: " - "; }

.results-bar .pagination .page + .page.compress {
  /*well, dont put dashes around the elipses*/ }

.results-bar .pagination .page + .page.compress:before {
  content: " ";
  /*before*/ }

.results-bar .pagination .page + .page.compress + .page:before {
  /*after*/
  content: " "; }

#pagination-bottom.results-bar {
  /*special case for bottom pagination*/ }

#pagination-bottom.results-bar .pagination {
  margin-left: 50.9678%; }

.half-circle {
  display: inline-block;
  background: url("../../images/half-circle.png") no-repeat;
  color: #8f1f9f;
  width: 158px;
  height: 75px;
  font-size: 20px;
  line-height: 55px;
  font-weight: bold;
  text-align: center;
  font: 20px/55px arvo, serif;
  -webkit-font-smoothing: antialiased; }

.half-circle:hover {
  text-decoration: none; }

.circle-small {
  background-color: #fac019;
  border: 3px solid;
  color: black;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  -webkit-font-smoothing: subpixel-antialiased; }

.circle-small:hover {
  color: #666;
  text-decoration: none; }

.chosen-container-single .chosen-single {
  background: #fff;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  height: 35px;
  line-height: 33px;
  text-align: left; }
  .chosen-container-single .chosen-single div b {
    background: none; }
    .chosen-container-single .chosen-single div b:after {
      color: #8f1f9f;
      content: "\f0d7";
      font-family: fontawesome; }

.chosen-container-single .chosen-drop {
  color: #000; }

.chosen-container-single .chosen-results {
  text-align: left;
  max-height: 161px; }
  .chosen-container-single .chosen-results li.highlighted {
    background: #8f1f9f;
    background-color: #8f1f9f;
    background-image: -webkit-linear-gradient(#8f1f9f, #6d057c);
    background-image: linear-gradient(#8f1f9f, #6d057c); }

.chosen-container-active .chosen-single {
  border: 1px solid #8f1f9f; }

.chosen-container-active .chosen-with-drop .chosen-single div b:after {
  content: "\f0d8"; }

.gform_wrapper .gfield_label {
  color: #8f1f9f; }

.gform_wrapper .ginput_container .medium {
  background: #fff;
  border-radius: 0;
  text-align: left; }

.gform_wrapper .ginput_complex label {
  font-weight: normal; }

.gform_wrapper .chosen-single {
  font-weight: normal; }

.gform_wrapper .chosen-results li {
  margin-bottom: 4px !important; }

.search-form {
  width: 70%;
  margin: 0px auto; }

.search-form .ui-helper-hidden-accessible, .search-form .screen-reader-text, .search-form .search-submit {
  display: none; }

.search-form #s {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding: 5px; }

.search-form ::-webkit-input-placeholder {
  color: black; }

.search-form ::-moz-placeholder {
  color: black;
  opacity: 1; }

.search-form :-ms-input-placeholder {
  color: black; }

.search-form input:focus::-webkit-input-placeholder {
  color: transparent; }

.search-form input:focus::-moz-placeholder {
  color: transparent; }

.search-form input:focus:-ms-input-placeholder {
  color: transparent; }

.editform-container {
  display: none; }

.editform-container--visible {
  display: block !important; }

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

/*new edits */
  .site-footer .menu li {
    list-style: none;
    margin: auto;
    text-align: center;
}

.site-footer a {
    color: #231f20;
	font-weight: 900;
	font-family: "Montserrat", verdana, "bitstream vera sans", "dejavu sans", "liberation sans", geneva, sans-serif;
	font-size: 22px;
}

#services-list .service h2 {
  color: #231f20;
  font-family: "Montserrat", verdana, "bitstream vera sans", "dejavu sans", "liberation sans", geneva, sans-serif;
  font-size: 14px;
}

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

.site-footer .site-links{
	border-top:0;
}

.footer-title {
    font-size: 34px;
    font-weight: 900;
	color: #231f20;
	    font-family: "Montserrat", verdana, "bitstream vera sans", "dejavu sans", "liberation sans", geneva, sans-serif;
}

.footer-logo{
	font-family: "Montserrat", verdana, "bitstream vera sans", "dejavu sans", "liberation sans", geneva, sans-serif;
	font-weight:300;
	color: #231f20;
	font-size: 20px;
}
  
#masthead #search .form-control {
  display: inline-block;
  margin-bottom: 0; 
}

.masthead-text .text {
  font-size: 26px;
  color: #fff;
  font-family: "Montserrat", verdana, "bitstream vera sans", "dejavu sans", "liberation sans", geneva, sans-serif;
  font-weight:300;
  margin-bottom: 4rem;
}

.search-form {
  width: 100%;
  margin: 0px auto;
}

#masthead #search {
  float: none; 
  display: block;
  margin-right: 0;
  width: 100%;
  text-align: center; 
}

#search .search-form #s {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  padding: 20px 20px;
  font-family: "Montserrat", verdana, "bitstream vera sans", "dejavu sans", "liberation sans", geneva, sans-serif;
  background: #fac019;
  border-radius: 5px 0 0 5px;
  border: 2px solid #fac019;
  margin-right: -10px;
}

#form_search {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}



#masthead #search .button {
  font-size: 20px;
  padding: 17px 20px;
  width: 100%;
  background: #1a1a1a ;
  height: 74px;
  border: 1px solid #fac019;
  border-radius: 5px ;
}

span.search-bar {
  width: 100%;
  max-width: 700px;
}
i.fa.fa-search {
  font-size: 25px;
  padding: 6px;
}

img.ways-masthead {
  width: 664px;
  max-width: 100%;
  height: auto;
  padding-top: 2rem;
}

.masthead-text .footer-title{
  color: #fac019;
  margin-bottom: 2rem;
}

h2.entry-title {
  color: #fac019;
}

body.search .service:hover, body.archive .service:hover {
  -webkit-transition: border 0.1s linear;
  -moz-transition: border 0.1s linear;
  transition: border 0.1s linear;
  border: 5px solid #fac019;
}

body.search .service .entry-secondary .ages, body.archive .service .entry-secondary .ages {
  background: #fac019;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: bold;
  padding: 1.25em 4px;
}

#services-list .service{
  padding: 1.25em 0.5em 1.25em 0.5em;
}

body.home #masthead {
  background-image: url(https://www.yacwa.org.au/pling/wp-content/themes/pling/assets/images/question.jpg);
  background-position-y: 0px;
}

.page-id-7189 .header-spacing {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.home #masthead .site-branding{
  padding-top: 0px;
  margin-bottom: 2rem;
  
}


.search.container{
  width: 100%;
}

.site-footer {
  background-image: url(https://www.yacwa.org.au/pling/wp-content/themes/pling/assets/images/footer-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.container.margin-y {
  margin-top: 2rem;
}

.margin-b{
  margin-bottom:2rem;
  
}

.site-footer .site-links{
  margin-top: 2rem;
  margin-bottom:2rem;
}

body {
  background: #ebebeb;
  color: #1d1d1d;
  font-family: "Montserrat", verdana, "bitstream vera sans", "dejavu sans", "liberation sans", geneva, sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: #1d1d1d;
}

.button {
  background: #fac019;
  border: none;
  color:  #1d1d1d;
  cursor: pointer;
  padding: 10px;
}
.button:hover {
  background: #deab19;
}

.gform_wrapper .gfield_label {
  color: #1d1d1d;
}

i.fa.fa-search{
  color: #fac019;
}

a.page-numbers {
  color: #fac019;
  font-family: "Montserrat", verdana, "bitstream vera sans", "dejavu sans", "liberation sans", geneva, sans-serif;
}

.half-circle {
  display: inline-block;
  background: url(../../images/half-circle.png) no-repeat;
  color: #1d1d1d;
  width: 158px;
  height: 75px;
  font-size: 20px;
  line-height: 55px;
  font-weight: bold;
  text-align: center;
  font: 20px/55px "Montserrat", serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #1d1d1d;
  text-decoration: none;
}

#secondary h2 {
  margin-top: 40px;
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  #subhead h1 {
    line-height: 30px;
    padding: 15px;
  }

  img.sub-masthead {
    max-width: 200px;
}

}



@media only screen and (max-width: 946px){
  .masthead-text .text {
   margin-bottom: 2rem;
   font-size: 20px;
  }
  .masthead-text .footer-title{
    margin-bottom: 1rem;
    font-size:30px;
  }

}

@media only screen and (max-width: 620px){
#search .search-form #s{
font-size: 18px;  
}
#masthead #search .button {
  font-size: 20px;
  padding: 14px 20px;
}
}

@media only screen and (max-width: 421px){
  #masthead .site-branding {
   padding-top: 0px;
  }
  #search .search-form #s {
    font-size: 13px;
  }

  body.home #masthead .site-branding img {
   width: 100%;
  }

  #masthead #search-again {
    float: left;
    display: block;
    margin-right: 1.9356%;
    width: 100%;
    background: #fac019;
    color: #1d1d1d;
    font-size: 15px;
    height: auto;
    padding: 0.65em;
    margin-bottom: 1rem;
    position: static;
    text-indent: 0;
    text-align: center;
}
#masthead{
background-position-y: 0px;
}

#masthead #search-again #search-again-text{
  font-family: "Montserrat", verdana, "bitstream vera sans", "dejavu sans", "liberation sans", geneva, sans-serif;
}
  }

  #subhead{
    background: #fac019;
    height: auto;
    
  }

  #subhead h1{
    margin-bottom: 0;
    color: #000;
  }

  #subhead:after {
    height: 12px;
    display: block;
    width: 100%;
    background: #000000;
    border-right: 1px white;
    content: '';
}

body.search .featured-service .service, body.archive .featured-service .service{
  border: 5px solid #fac019;
}

.copyright, .site-footer .copyright a {
  color: #1d1d1d;
  font-size: 18px;
}

.map-container img {
  height: auto;
  width: 100%;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-bottom: 2rem;
}

#primary.no-sibling {
  background: #ebebeb;
  border: 1.25em solid #fff;
  border-right: 1.25em solid #fff;
  padding: 1.25em;
  padding-right: 20px;
  border-radius: 20px;
}

#gform_wrapper_4 .gform_footer input[type=submit] {
  display: -moz-inline-stack;
  display: inline-block;
  font-size: 13.3333px;
  padding: 10px 15px;
  background:#1d1d1d;
  color: #ffffff;
  margin-left: 2rem;
}

.the-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  
}

#gform_wrapper_4 .gform_footer {
  padding: 0;
  margin: 0;
  clear: both;
}

td.pr-2 {
  padding-right: 10px;
}

.sort-container{
  display: flex;
    align-items: center;
    flex-direction: row;
}

