@charset "UTF-8";
/* ====================
   Author: Beth Lawler ( Ionata Digital - ionata.com.au )
   ==================== */
/* ==============================

		VARIABLES

=============================== */
/* ====================

   MIXINS

   ==================== */
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ====================

   RESET

   ==================== */
/* ==============
   HTML5 display definitions 
   ============== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* ========================
   Base
   ======================== */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

::-moz-selection {
  background: #752f78;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #752f78;
  color: #fff;
  text-shadow: none;
}

/* ========================
   Links
   ======================== */
a, a:visited {
  color: #282828;
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
  border-bottom: 1px solid #282828;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #752f78;
  border-bottom-color: #752f78;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* ====================
   Typography
   ==================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

figure {
  margin: 0;
}

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

/* ========================
   Lists
   ======================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  float: left;
  margin: 0;
}

/* ===================
   Embedded content
   =================== */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

/* ========================
   Forms
   ======================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* ========================
   Tables
   ======================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* ==============================

		PRIMARY STYLES

=============================== */
/* ==============================
			GRID
=============================== */
.row,
.row * {
  box-sizing: border-box;
}

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

/* ==============================
			TYPOGRAPHY
=============================== */
h2,
h3,
h4 {
  font-family: "Lato";
}

i {
  margin-right: 7px;
}

.tagline {
  font-size: 25px;
  line-height: 1;
  border: none;
  margin: 15px 10px;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .tagline {
    margin: 1em 40px 1em 10px;
    padding: 10px 20px;
    border-left: 5px solid #eee;
    text-align: left;
  }
}
@media (min-width: 980px) {
  .tagline {
    font-size: 35px;
    margin-bottom: 10px;
  }
}

.uppercase {
  text-transform: uppercase;
}

::-webkit-input-placeholder {
  color: #282828;
  font: 18px "Lato";
}

:-moz-placeholder {
  color: #282828;
  font: 22px "Lato";
}

::-moz-placeholder {
  color: #282828;
  font: 22px "Lato";
}

:-ms-input-placeholder {
  color: #282828;
  font: 22px "Lato";
}

blockquote {
  margin: 1em 20px;
}
@media (min-width: 768px) {
  blockquote {
    margin: 1em 40px;
  }
}

/* ==============================
			FORM ELEMENTS
=============================== */
.btn-default {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn-default:hover {
  background: #282828;
  color: #fff;
  border-color: #282828;
}

.form-control {
  border-radius: 0;
}

.subscribeform {
  width: 230px;
  height: 36px;
  float: left;
  margin: 4px 10px 10px 0;
  overflow: hidden;
  position: relative;
}
.subscribeform input {
  width: 225px;
  padding-right: 80px;
}
.subscribeform button {
  position: absolute;
  right: -70px;
  top: 3px;
  border: none;
  padding: 4px 12px;
  color: #fff;
  background: #282828;
  border-color: #282828;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.subscribeform.focus button {
  right: 8px;
}

/* ==============================
			SLIDERS
=============================== */
.news-slider h3 {
  margin: 0 0 20px;
  height: 14px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.news-slider h3 a {
  border: none;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -55px;
  background: #fff;
  padding: 0 10px;
  font-size: 22px;
}
.news-slider article + article {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.news-slider .social-feed {
  margin-top: 20px;
}
.news-slider .social-feed article {
  padding-bottom: 10px;
}

ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
}

li.bjqs-slide {
  position: absolute;
  display: none;
}
li.bjqs-slide h4 {
  margin: 5px 0 0;
  font-size: 20px;
}
li.bjqs-slide h4 a {
  border: none;
}
li.bjqs-slide .post-meta {
  margin: 0;
}

ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
}
ul.bjqs-controls.v-centered li a {
  position: absolute;
  top: 50px !important;
  padding: 10px;
  background: #282828;
  background: rgba(95, 95, 95, 0.8);
  border: none;
  color: #fff;
  font-family: "fontello", sans-serif;
  font-size: 25px;
}
ul.bjqs-controls.v-centered li a:hover {
  background: #C7C7C7;
  background: rgba(95, 95, 95, 0.45);
}
@media (min-width: 980px) {
  ul.bjqs-controls.v-centered li a {
    top: 60px !important;
  }
}
ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 10px;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 10px;
}

ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto;
}
ol.bjqs-markers li {
  display: inline;
}
ol.bjqs-markers li a {
  display: inline-block;
}
ol.bjqs-markers.h-centered {
  text-align: center;
}

p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 0;
}

/* ==============================
			GLOBAL
=============================== */
body {
  background-color: #fff;
  margin: 0;
  font: normal 15px/19px "Lato";
  color: #282828;
  position: relative;
}

nav {
  font-family: "Lato";
}
nav a,
nav a:visited {
  border: none;
}

.navbar-toggle {
  border: none !important;
}
.navbar-toggle .icon-bar {
  background: #282828;
  height: 4px;
  width: 30px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.navbar-toggle.open .icon-bar.top {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggle.open .icon-bar.middle {
  display: none;
}
.navbar-toggle.open .icon-bar.bottom {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -4px;
}

header {
  position: relative;
  z-index: 999;
}
@media (min-width: 768px) {
  header {
    background: #efefef;
  }
}
header .logo {
  margin: 0 0 0 -15px;
  background: #975698;
  width: 27%;
  min-width: 110px;
  text-align: center;
  clear: both;
}
@media (min-width: 768px) {
  header .logo {
    clear: none;
  }
}
@media (min-width: 980px) {
  header .logo {
    width: 26.7%;
    text-align: left;
  }
}
header .logo a,
header .logo a:visited {
  display: block;
  padding: 10px 0 0;
  border: none;
}
@media (min-width: 980px) {
  header .logo a,
header .logo a:visited {
    padding: 10px 20px;
  }
}
header .logo img {
  max-width: 85%;
  margin: 0 auto;
}
header #logo-youth {
  width: 170px;
  display: none;
}
header #logo-youth a {
  border-bottom: none;
}
@media (min-width: 768px) {
  header #logo-youth {
    margin-top: 30px;
    display: block;
  }
}
@media (min-width: 980px) {
  header #logo-youth {
    margin-top: 35px;
  }
}
header nav {
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  padding: 0 15px;
  margin: 0 -15px;
  background: #282828;
  box-sizing: content-box;
  z-index: 999999;
}
@media (min-width: 768px) {
  header nav {
    margin: 15px -15px 0 0;
    padding: 0;
    background: none;
    text-transform: none;
    width: auto;
    overflow: hidden;
  }
}
@media (min-width: 980px) {
  header nav {
    margin-top: 25px;
  }
}
header nav ul {
  display: none;
  margin: 10px 0;
}
@media (min-width: 768px) {
  header nav ul {
    display: block !important;
  }
}
header nav ul li {
  float: none;
}
@media (min-width: 768px) {
  header nav ul li {
    float: left;
    overflow: hidden;
    position: relative;
  }
  header nav ul li.hidden-sm a {
    padding-top: 0 !important;
    margin-top: -4px;
  }
  .ie7 header nav ul li.hidden-sm a i {
    padding-top: 10px;
  }
}
header nav a,
header nav a:visited {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 5px !important;
  margin: 0 10px;
  color: #fff;
}
@media (min-width: 768px) {
  header nav a,
header nav a:visited {
    color: #282828;
    border-bottom-color: #efefef;
  }
}
header nav a:hover,
header nav a:visited:hover {
  color: #C7C7C7;
}
@media (min-width: 768px) {
  header nav a:hover,
header nav a:visited:hover {
    color: #752f78;
    border-bottom: 1px solid #752f78 !important;
    background: #efefef;
  }
}
header nav li:last-child a {
  border: none;
}
@media (min-width: 768px) {
  header nav li:last-child a {
    border-bottom: 1px solid #efefef;
  }
}
header nav .current_page_item > a,
header nav .current_page_parent > a {
  color: #C7C7C7;
}
@media (min-width: 768px) {
  header nav .current_page_item > a,
header nav .current_page_parent > a {
    color: #752f78;
    border-bottom: 3px solid #752f78 !important;
    background: #efefef;
  }
}
header nav i {
  font-size: 35px !important;
  line-height: 19px !important;
  margin: 0;
}
header nav .navbar-toggle {
  margin: 6px;
  position: absolute;
  right: 0;
  bottom: -52px;
}
header nav.open {
  -webkit-box-shadow: 0px 0px 20px 0px #282828;
  box-shadow: 0px 0px 20px 0px #282828;
}
header nav.open .navbar-toggle {
  bottom: -43px;
}
@media (min-width: 768px) {
  header nav.open {
    -webkit-box-shadow: 0;
    box-shadow: 0;
  }
}
header nav .sub-menu {
  display: none;
}
@media (min-width: 768px) {
  header nav .sub-menu {
    display: block;
    margin: 0;
    height: 0;
    position: absolute;
    top: 30px;
    width: 200px;
    z-index: 99999;
  }
  .ie7 header nav .sub-menu {
    background: #282828;
  }
  .oldie header nav .sub-menu {
    height: auto;
    padding-bottom: 10px;
  }
  header nav .sub-menu li {
    display: block;
    float: none;
    background: #282828;
  }
  header nav .sub-menu li:first-child {
    padding-top: 10px;
  }
  header nav .sub-menu li:last-child {
    padding-bottom: 10px;
  }
  header nav .sub-menu li a {
    color: #fff;
  }
  header nav .sub-menu:before {
    display: block;
    content: "";
    font-family: "fontello", sans-serif;
    color: #282828;
    font-size: 35px;
    margin: 0 0 0 15px;
    line-height: 45px;
    height: 18px;
  }
}
header nav li:hover {
  overflow: visible;
}
header nav li:hover .sub-menu {
  height: auto;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}
header nav li:hover .sub-menu a:hover,
header nav li:hover .sub-menu a:visited:hover,
header nav li:hover .sub-menu .current_page_item > a,
header nav li:hover .sub-menu .current_page_parent > a {
  background: none;
  color: #C7C7C7;
  border-bottom: 1px solid #C7C7C7 !important;
}
header .header-image {
  display: block;
  border: none;
  margin: 0 -15px;
  overflow: hidden;
  position: relative;
  clear: both;
}
header .header-image h2 {
  position: absolute;
  left: 30px;
  top: 40px;
  color: #fff;
  font: italic 28px/30px "Lato";
}
header .header-image h2 span {
  display: block;
  float: left;
  clear: left;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
}
header .header-image h2 .uppercase {
  font-family: "Lato";
  font-style: normal;
}
header .header-image img {
  width: 100%;
  height: auto;
  min-width: 430px;
}

.searchform {
  padding: 15px;
}
.searchform button {
  width: 65px;
  height: 30px;
  position: absolute;
  right: 18px;
  top: 7px;
  z-index: 999;
  background: #282828;
  border: none;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
.searchform button:focus {
  outline: none;
}

.hidden-search {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 999;
  width: 43px;
  background: #752f78;
  background: rgba(117, 47, 120, 0.7);
  -webkit-transition: width 0.9s ease-in-out;
  -moz-transition: width 0.9s ease-in-out;
  -o-transition: width 0.9s ease-in-out;
  transition: width 0.9s ease-in-out;
}
@media (min-width: 768px) {
  .hidden-search {
    top: 112px;
    bottom: auto;
  }
}
.hidden-search #search-toggle {
  display: block;
  color: #fff;
  min-width: 43px;
  width: 43px;
  height: 44px;
  text-align: center;
  border: none;
  line-height: 41px;
  float: left;
  -webkit-transition: none 0 ease-in-out;
  -moz-transition: none 0 ease-in-out;
  -o-transition: none 0 ease-in-out;
  transition: none 0 ease-in-out;
}
.hidden-search #search-toggle i {
  display: block;
  margin: 2px 6px;
}
.ie7 .hidden-search #search-toggle i {
  padding-top: 4px;
}
.hidden-search .searchform {
  width: 85%;
  position: absolute;
  right: -85%;
  background: none;
  padding: 5px 15px 5px 5px;
}
@media (min-width: 768px) {
  .hidden-search .searchform {
    width: 93%;
    right: -93%;
  }
}
.oldie .hidden-search .searchform input {
  line-height: 30px;
}
.hidden-search .searchform button {
  right: -100px;
  -webkit-transition: right 0.9s ease-in-out;
  -moz-transition: right 0.9s ease-in-out;
  -o-transition: right 0.9s ease-in-out;
  transition: right 0.9s ease-in-out;
}
.hidden-search.revealed {
  width: 95%;
}
@media (min-width: 768px) {
  .hidden-search.revealed {
    width: 65%;
  }
}
.hidden-search.revealed #search-toggle {
  width: 15%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hidden-search.revealed #search-toggle {
    width: 7%;
  }
}
.hidden-search.revealed .searchform {
  right: 0;
}
.hidden-search.revealed .searchform button {
  right: 18px;
}

#main {
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  #main {
    padding: 20px 0;
  }
}
#main .breadcrumbs {
  margin-top: 20px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #main .breadcrumbs {
    margin-top: 10px;
  }
}
#main .downloads {
  overflow: hidden;
  margin: 25px 0 0;
  padding: 15px 0;
  border-top: 1px solid #C7C7C7;
  font-size: 17px;
}
#main .downloads a {
  display: block;
  border: none;
  padding-top: 3px;
  padding-bottom: 3px;
}

.back-to-top {
  display: block;
  border: none;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 50px;
  right: 10px;
  background: #282828;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  z-index: 9999;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}
.back-to-top i {
  margin: 0;
  color: #fff;
  line-height: 35px;
}
.oldie .back-to-top i {
  padding-left: 10px;
}

.sidebar .sidebar-navigation {
  border-top: 1px solid #C7C7C7;
  padding: 15px 0;
  margin-top: 25px;
  font-family: "Lato";
  clear: both;
}
.sidebar .sidebar-navigation > ul > li:first-child {
  margin-bottom: 10px;
  font: 24px "Lato";
}
.sidebar .sidebar-navigation > ul > li:first-child a {
  padding: 5px;
}
.sidebar .sidebar-navigation li {
  float: none;
  margin: 1px 0 0;
  font-size: 15px;
}
.sidebar .sidebar-navigation li a {
  display: block;
  padding: 3px;
}
.sidebar .sidebar-navigation li.current_page_item > a, .sidebar .sidebar-navigation li.current-cat > a,
.sidebar .sidebar-navigation li a:hover {
  color: #282828;
  background: #efefef;
  padding-left: 10px;
}
.sidebar .sidebar-navigation li:hover ul.children {
  max-height: 1000px;
  height: auto;
}
.sidebar .sidebar-navigation li.current_page_ancestor ul.children, .sidebar .sidebar-navigation li.current_page_item ul.children {
  max-height: 1000px;
  height: auto;
}
.sidebar .sidebar-navigation ul.children {
  padding-left: 10px;
  margin-left: 20px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.sidebar .subscribe {
  margin-bottom: 40px;
}

footer {
  padding: 20px 0;
  margin: 10px 0 0;
  background: #282828;
  color: #fff;
}
footer a {
  color: #fff !important;
}
footer nav {
  font-size: 22px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  footer nav {
    padding: 10px 15px;
    font-size: 18px;
  }
}
footer nav #footer-menu {
  display: none;
  border-bottom: 1px solid #C7C7C7;
}
@media (min-width: 768px) {
  footer nav #footer-menu {
    display: block !important;
  }
}
footer nav li {
  float: none;
  border-top: 1px solid #C7C7C7;
}
footer nav li.current_page_item a {
  color: #efefef !important;
}
footer nav a {
  display: block;
  padding: 5px 0;
}
footer nav a#footer-toggle {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: -1px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  footer nav a#footer-toggle {
    display: none;
  }
}
footer .btn-link {
  width: 100%;
  text-align: left;
  padding: 10px 0;
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
  font: 22px "Lato";
}
footer .connect a {
  display: block;
  float: right;
  border: none !important;
  margin-right: 5px;
}
footer .connect a:hover {
  color: #C7C7C7 !important;
}
footer .connect a.email i {
  font-size: 44px;
}
footer .subscribe {
  clear: both;
  padding-top: 20px;
}
footer .subscribe form {
  position: relative;
  overflow: hidden;
  padding-right: 92px;
}
footer .subscribe form .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #FFF;
  background-color: #975698;
  border-color: #774477;
}
footer .subscribe form .btn:hover, footer .subscribe form .btn:focus, footer .subscribe form .btn:active {
  background-color: #774477;
  border-color: #563157;
}

/* ==============================
			HOME
=============================== */
.home .searchform {
  margin: 0 -15px;
  background: #752f78;
  position: relative;
}
.home .searchform:after {
  display: inline-block;
  content: "";
  font-family: "fontello", sans-serif;
  position: absolute;
  right: 25px;
  top: 22px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .home .searchform:after {
    right: 25px;
  }
}
@media (min-width: 768px) {
  .home .searchform {
    margin-right: 0;
  }
}
.home .searchform button {
  width: 40px;
  height: 35px;
  right: 15px;
  top: 15px;
  background: none;
}

.home .header-image.banner-slider {
  display: none;
  clear: both;
}
@media (min-width: 768px) {
  .home .header-image.banner-slider {
    display: block;
    padding-left: 26.7%;
    background: #975698;
  }
}
.home .header-image.banner-slider .bjqs-markers {
  display: none;
}
@media (min-width: 768px) {
  .home .header-image.banner-slider .bjqs-markers {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .home .header-image.banner-slider .bjqs-markers a {
    text-indent: -999px;
    overflow: hidden;
    display: block;
    background: rgba(255, 255, 255, 0.4);
    width: 10px;
    height: 10px;
    float: left;
    margin: 0 2px;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
  }
  .no-rgba .home .header-image.banner-slider .bjqs-markers a {
    background: url(../../images/global/slide-marker.png) left top no-repeat;
  }
  .home .header-image.banner-slider .bjqs-markers li.active-marker a {
    background: rgba(255, 255, 255, 0.7);
  }
  .no-rgba .home .header-image.banner-slider .bjqs-markers li.active-marker a {
    background-position: left bottom;
  }
}
@media (min-width: 768px) {
  .home .header-image.mobile-header {
    display: none;
  }
}
@media (min-width: 768px) {
  .home #main:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 50%;
    height: 64px;
    background: #752f78;
  }
}

.content-overviews .content-section {
  display: block;
  border: none;
}
.content-overviews .content-section:nth-of-type(2n+1) {
  clear: both;
}
@media (min-width: 980px) {
  .content-overviews .content-section:nth-of-type(2n+1) {
    clear: none;
  }
}
@media (min-width: 980px) {
  .content-overviews .content-section:nth-of-type(3n+1) {
    clear: both;
  }
}
.content-overviews .content-section h3 {
  border-top: 1px solid #C7C7C7;
  padding: 15px 0;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .content-overviews .content-section h3 {
    padding-bottom: 0;
    margin: 20px 0 10px;
  }
}
.oldie .content-overviews .ie-clearfix-tablet {
  width: 100%;
  height: 1px;
  clear: both;
}
@media (min-width: 1200px) {
  .oldie .content-overviews .ie-clearfix-tablet {
    display: none;
  }
  .oldie .content-overviews .ie-clearfix-largedesktop {
    width: 100%;
    height: 1px;
    clear: both;
  }
}

/* ==============================
		      BLOG
=============================== */
.blog-title {
  margin: 25px 0;
}

.post {
  margin: 0 0 35px;
}
.post .title {
  border-bottom: none;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .post .title {
    text-align: left;
    margin: 0;
  }
}
.post .title h3 {
  margin-top: 0;
  padding-top: 10px;
  border-top: 1px solid #C7C7C7;
  font-size: 28px;
}
.post .post-meta {
  float: right;
}

.post-meta {
  font: 16px "Lato";
  text-transform: uppercase;
}

.sidebar-blog .subscribe {
  padding: 15px 0 50px;
  border-top: 1px solid #C7C7C7;
}

.single .sidebar-blog .subscribe {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .single .sidebar-blog .subscribe {
    margin-top: 80px;
  }
}

.pagination {
  float: right;
}
.pagination .next-link,
.pagination .prev-link {
  margin: 15px;
}
.pagination .next-link a,
.pagination .prev-link a {
  background: #282828;
  color: #fff;
  padding: 5px 10px;
  font: 18px "Lato";
  text-transform: uppercase;
  border: none;
}
.pagination .next-link a:hover,
.pagination .prev-link a:hover {
  border: none;
  background: #C7C7C7;
}
.pagination .next-link {
  text-align: right;
}
.pagination .next-link i {
  margin: 0 0 0 7px;
}

#comments {
  margin-top: 25px;
}
#comments .panel-title {
  font-size: 20px;
}
#comments .form-control {
  margin: 0 0 10px;
}
#comments .commentslist .comment {
  padding: 15px;
}
#comments .commentslist .comment + .comment {
  border-top: 1px solid #ddd;
}
#comments .commentslist .comment .comment-author {
  font: 16px "Lato";
}
#comments .commentslist .comment .comment-meta {
  margin-bottom: 10px;
}

/* ==============================
		  SEARCH RESULTS
=============================== */
.search-results #main .searchform button {
  right: 33px;
  top: 75px;
}

/* ================================================
		IE7 COLUMN ADJUSTMENTS 
		(to fix lack of box-sizing support)
================================================= */
.ie7 .home .searchform .form-control {
  height: 20px;
  width: 97%;
}
.ie7 .hidden-search .searchform {
  padding: 0;
}
.ie7 .hidden-search .searchform .form-control {
  height: 30px;
}
.ie7 .subscribeform {
  width: 240px;
}
.ie7 .subscribeform .form-control {
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .ie7 .col-sm-3 {
    width: 20%;
  }
  .ie7 .col-sm-4 {
    width: 29%;
  }
  .ie7 .col-sm-8 {
    width: 60%;
  }
  .ie7 .col-sm-9 {
    width: 72%;
  }
}
@media (min-width: 1200px) {
  .ie7 .col-lg-3 {
    width: 22%;
  }
}

/* ==============
	WordPress defaults 
   ============== */
.entry img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  text-align: center;
  margin-bottom: 1.5em;
}

.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text {
  margin: 0;
}

.wp-smiley {
  max-height: 1em;
  margin: 0 !important;
}

.gallery dl {
  margin: 0;
}

.gallery-caption {
  margin: -1.5em 0 0 0;
}

blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
  width: 33%;
}

blockquote.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}

/* ==============
   Non-semantic helper classes
   ============== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

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

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

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

.no-border {
  border: none;
}

/* ==============
  Print styles 
  ============== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}

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