/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/*
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
*/
/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

/*small {
  font-size: 80%;
}*/

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}
/*
*
* Grids
*
*/

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box
}

/* Set the width of the row to what you like */
.row {
  width: 100%;
  max-width:75em; /* max Width of row, Change to what you like */
  margin:0 auto;
}

/* Nested row 1 level down */
/* Change the gutter if you like, currently set as 0.65em */
.row .row {
  margin-left: -0.65rem; /* minus left gutter for nested rows */
  margin-right: -0.65rem; /* minus Right gutter for nested rows */
  width: auto;
}

[class*='g-'] {
  float: left;
  position: relative;
  padding: 0.65rem; /* top, bottom, left and right padding for columns */
  width:100%;
}

/* Remove this if you want the columns to float left when they overflow the row */

[class*='g-']:last-of-type {
  float: right;
}

/* Clearfix */
.row:after, .group:after, .clearfix:after {
  content: "";
  display: table;
  clear: both
}
.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.center{
	display: block;
	clear: both;
	float: none;
	margin: 0 auto;
	text-align: center;
}

/* Grid classes for phone screen widths  */
@media only screen {
  .g-1-phone { width: 8.3333333333333%; }
  .g-2-phone { width: 16.666666666667%; }
  .g-3-phone { width: 25%; }
  .g-4-phone { width: 33.333333333333%; }
  .g-5-phone { width: 41.666666666667%; }
  .g-6-phone { width: 50%; }
  .g-7-phone { width: 58.333333333333%; }
  .g-8-phone { width: 66.666666666667%; }
  .g-9-phone { width: 75%; }
  .g-10-phone { width: 83.333333333333%; }
  .g-11-phone { width: 91.666666666667%; }
  .g-12-phone { width: 100%; }

  /* offset for phone size */
  .g-0-phone-offset { margin: 0; }
  .g-1-phone-offset { margin-left: 8.3333333333333%; }
  .g-2-phone-offset { margin-left: 16.666666666667%; }
  .g-3-phone-offset { margin-left: 25%; }
  .g-4-phone-offset { margin-left: 33.333333333333%; }
  .g-5-phone-offset { margin-left: 41.666666666667%; }
  .g-6-phone-offset { margin-left: 50%; }
  .g-7-phone-offset { margin-left: 58.333333333333%; }
  .g-8-phone-offset { margin-left: 66.666666666667%; }
  .g-9-phone-offset { margin-left: 75%; }
  .g-10-phone-offset { margin-left: 83.333333333333%; }
  .g-11-phone-offset { margin-left: 91.666666666667%; }

  .g-1-phone-push { left: 8.3333333333333%; }
  .g-2-phone-push { left: 16.666666666667%; }
  .g-3-phone-push { left: 25%; }
  .g-4-phone-push { left: 33.333333333333%; }
  .g-5-phone-push { left: 41.666666666667%; }
  .g-6-phone-push { left: 50%; }
  .g-7-phone-push { left: 58.333333333333%; }
  .g-8-phone-push { left: 66.666666666667%; }
  .g-9-phone-push { left: 75%; }
  .g-10-phone-push { left: 83.333333333333%; }
  .g-11-phone-push { left: 91.666666666667%; }

  .g-1-phone-pull { right: 8.3333333333333%; }
  .g-2-phone-pull { right: 16.666666666667%; }
  .g-3-phone-pull { right: 25%; }
  .g-4-phone-pull { right: 33.333333333333%; }
  .g-5-phone-pull { right: 41.666666666667%; }
  .g-6-phone-pull { right: 50%; }
  .g-7-phone-pull { right: 58.333333333333%; }
  .g-8-phone-pull { right: 66.666666666667%; }
  .g-9-phone-pull { right: 75%; }
  .g-10-phone-pull { right: 83.333333333333%; }
  .g-11-phone-pull { right: 91.666666666667%; }

  .center-phone {
    margin-left: auto;
    margin-right:auto;
    float:none !important;
  }
  .uncenter-phone {
    margin-left: 0;
    margin-right: 0;
    float:left !important;
  }
  .uncenter-phone.right {
    float:right !important;
  }

  [class*='g-'].phone-reset {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
}
/* Grid classes for tablet screen widths  */
@media only screen and (min-width: 48em) {
  .g-1-tablet { width: 8.3333333333333%; }
  .g-2-tablet { width: 16.666666666667%; }
  .g-3-tablet { width: 25%; }
  .g-4-tablet { width: 33.333333333333%; }
  .g-5-tablet { width: 41.666666666667%; }
  .g-6-tablet { width: 50%; }
  .g-7-tablet { width: 58.333333333333%; }
  .g-8-tablet { width: 66.666666666667%; }
  .g-9-tablet { width: 75%; }
  .g-10-tablet { width: 83.333333333333%; }
  .g-11-tablet { width: 91.666666666667%; }
  .g-12-tablet { width: 100%; }

    /* offset for tablet screen widths */
  .g-0-tablet-offset { margin: 0; }
  .g-1-tablet-offset { margin-left: 8.3333333333333%; }
  .g-2-tablet-offset { margin-left: 16.666666666667%; }
  .g-3-tablet-offset { margin-left: 25%; }
  .g-4-tablet-offset { margin-left: 33.333333333333%; }
  .g-5-tablet-offset { margin-left: 41.666666666667%; }
  .g-6-tablet-offset { margin-left: 50%; }
  .g-7-tablet-offset { margin-left: 58.333333333333%; }
  .g-8-tablet-offset { margin-left: 66.666666666667%; }
  .g-9-tablet-offset { margin-left: 75%; }
  .g-10-tablet-offset { margin-left: 83.333333333333%; }
  .g-11-tablet-offset { margin-left: 91.666666666667%; }

  .g-1-tablet-push { left: 8.3333333333333%; }
  .g-2-tablet-push { left: 16.666666666667%; }
  .g-3-tablet-push { left: 25%; }
  .g-4-tablet-push { left: 33.333333333333%; }
  .g-5-tablet-push { left: 41.666666666667%; }
  .g-6-tablet-push { left: 50%; }
  .g-7-tablet-push { left: 58.333333333333%; }
  .g-8-tablet-push { left: 66.666666666667%; }
  .g-9-tablet-push { left: 75%; }
  .g-10-tablet-push { left: 83.333333333333%; }
  .g-11-tablet-push { left: 91.666666666667%; }

  .g-1-tablet-pull { right: 8.3333333333333%; }
  .g-2-tablet-pull { right: 16.666666666667%; }
  .g-3-tablet-pull { right: 25%; }
  .g-4-tablet-pull { right: 33.333333333333%; }
  .g-5-tablet-pull { right: 41.666666666667%; }
  .g-6-tablet-pull { right: 50%; }
  .g-7-tablet-pull { right: 58.333333333333%; }
  .g-8-tablet-pull { right: 66.666666666667%; }
  .g-9-tablet-pull { right: 75%; }
  .g-10-tablet-pull { right: 83.333333333333%; }
  .g-11-tablet-pull { right: 91.666666666667%; }

  .center-tablet {
    margin-left: auto;
    margin-right:auto;
    float:none !important;
  }
  .uncenter-tablet {
    margin-left: 0;
    margin-right: 0;
    float:left !important;
  }
  .uncenter-tablet.right {
    float:right !important;
  }

  [class*='g-'].tablet-reset {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
}
/* Grid classes for wide Tablet / Laptop to Small Desktop Size */

@media only screen and (min-width: 62em) {
  .g-1-laptop { width: 8.3333333333333%; }
  .g-2-laptop { width: 16.666666666667%; }
  .g-3-laptop { width: 25%; }
  .g-4-laptop { width: 33.333333333333%; }
  .g-5-laptop { width: 41.666666666667%; }
  .g-6-laptop { width: 50%; }
  .g-7-laptop { width: 58.333333333333%; }
  .g-8-laptop { width: 66.666666666667%; }
  .g-9-laptop { width: 75%; }
  .g-10-laptop { width: 83.333333333333%; }
  .g-11-laptop { width: 91.666666666667%; }
  .g-12-laptop { width: 100%; }

  /* offset for tablet laptop widths */
  .g-0-laptop-offset { margin: 0; }
  .g-1-laptop-offset { margin-left: 8.3333333333333%; }
  .g-2-laptop-offset { margin-left: 16.666666666667%; }
  .g-3-laptop-offset { margin-left: 25%; }
  .g-4-laptop-offset { margin-left: 33.333333333333%; }
  .g-5-laptop-offset { margin-left: 41.666666666667%; }
  .g-6-laptop-offset { margin-left: 50%; }
  .g-7-laptop-offset { margin-left: 58.333333333333%; }
  .g-8-laptop-offset { margin-left: 66.666666666667%; }
  .g-9-laptop-offset { margin-left: 75%; }
  .g-10-laptop-offset { margin-left: 83.333333333333%; }
  .g-11-laptop-offset { margin-left: 91.666666666667%; }

  .g-1-laptop-push { left: 8.3333333333333%; }
  .g-2-laptop-push { left: 16.666666666667%; }
  .g-3-laptop-push { left: 25%; }
  .g-4-laptop-push { left: 33.333333333333%; }
  .g-5-laptop-push { left: 41.666666666667%; }
  .g-6-laptop-push { left: 50%; }
  .g-7-laptop-push { left: 58.333333333333%; }
  .g-8-laptop-push { left: 66.666666666667%; }
  .g-9-laptop-push { left: 75%; }
  .g-10-laptop-push { left: 83.333333333333%; }
  .g-11-laptop-push { left: 91.666666666667%; }

  .g-1-laptop-pull { right: 8.3333333333333%; }
  .g-2-laptop-pull { right: 16.666666666667%; }
  .g-3-laptop-pull { right: 25%; }
  .g-4-laptop-pull { right: 33.333333333333%; }
  .g-5-laptop-pull { right: 41.666666666667%; }
  .g-6-laptop-pull { right: 50%; }
  .g-7-laptop-pull { right: 58.333333333333%; }
  .g-8-laptop-pull { right: 66.666666666667%; }
  .g-9-laptop-pull { right: 75%; }
  .g-10-laptop-pull { right: 83.333333333333%; }
  .g-11-laptop-pull { right: 91.666666666667%; }

  .center-laptop {
    margin-left: auto;
    margin-right:auto;
    float:none !important;
  }
  .uncenter-laptop {
    margin-left: 0;
    margin-right: 0;
    float:left !important;
  }
  .uncenter-laptop.right {
    float:right !important;
  }

  [class*='g-'].laptop-reset {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
}

/* Grid Classes for Large Desktop Size */
.show-desktop { display: none; }
@media only screen and (min-width: 75em) {
  .g-1-desktop { width: 8.3333333333333%; }
  .g-2-desktop { width: 16.666666666667%; }
  .g-3-desktop { width: 25%; }
  .g-4-desktop { width: 33.333333333333%; }
  .g-5-desktop { width: 41.666666666667%; }
  .g-6-desktop { width: 50%; }
  .g-7-desktop { width: 58.333333333333%; }
  .g-8-desktop { width: 66.666666666667%; }
  .g-9-desktop { width: 75%; }
  .g-10-desktop { width: 83.333333333333%; }
  .g-11-desktop { width: 91.666666666667%; }
  .g-12-desktop { width: 100%; }

  /* offset for tablet laptop widths */
  .g-0-desktop-offset { margin: 0; }
  .g-1-desktop-offset { margin-left: 8.3333333333333%; }
  .g-2-desktop-offset { margin-left: 16.666666666667%; }
  .g-3-desktop-offset { margin-left: 25%; }
  .g-4-desktop-offset { margin-left: 33.333333333333%; }
  .g-5-desktop-offset { margin-left: 41.666666666667%; }
  .g-6-desktop-offset { margin-left: 50%; }
  .g-7-desktop-offset { margin-left: 58.333333333333%; }
  .g-8-desktop-offset { margin-left: 66.666666666667%; }
  .g-9-desktop-offset { margin-left: 75%; }
  .g-10-desktop-offset { margin-left: 83.333333333333%; }
  .g-11-desktop-offset { margin-left: 91.666666666667%; }

  .g-1-desktop-push { left: 8.3333333333333%; }
  .g-2-desktop-push { left: 16.666666666667%; }
  .g-3-desktop-push { left: 25%; }
  .g-4-desktop-push { left: 33.333333333333%; }
  .g-5-desktop-push { left: 41.666666666667%; }
  .g-6-desktop-push { left: 50%; }
  .g-7-desktop-push { left: 58.333333333333%; }
  .g-8-desktop-push { left: 66.666666666667%; }
  .g-9-desktop-push { left: 75%; }
  .g-10-desktop-push { left: 83.333333333333%; }
  .g-11-desktop-push { left: 91.666666666667%; }

  .g-1-desktop-pull { right: 8.3333333333333%; }
  .g-2-desktop-pull { right: 16.666666666667%; }
  .g-3-desktop-pull { right: 25%; }
  .g-4-desktop-pull { right: 33.333333333333%; }
  .g-5-desktop-pull { right: 41.666666666667%; }
  .g-6-desktop-pull { right: 50%; }
  .g-7-desktop-pull { right: 58.333333333333%; }
  .g-8-desktop-pull { right: 66.666666666667%; }
  .g-9-desktop-pull { right: 75%; }
  .g-10-desktop-pull { right: 83.333333333333%; }
  .g-11-desktop-pull { right: 91.666666666667%; }

  .center-desktop {
    margin-left: auto;
    margin-right:auto;
    float:none !important;
  }
  .uncenter-desktop {
    margin-left: 0;
    margin-right: 0;
    float:left !important;
  }
  .uncenter-desktop.right {
    float:right !important;
  }

  [class*='g-'].desktop-reset {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
}

@media only screen and (max-width: 30em){
    .g-100 { width:100%;}
}

/* Make visible or hidden block elements */

  .show-phone, .show-tablet, .show-laptop, .show-desktop { display: none !important; }
  .hide-phone { display: block !important; }

@media only screen and (max-width: 47.938em) {
  .phone { width: 100%; }
  .hide-phone { display:none !important; }
  .show-phone { display: block !important; }
}

@media only screen and (min-width: 48em) and (max-width: 61.938em) {
  .hide-tablet { display: none !important; }
  .show-tablet { display: block !important; }
}

@media only screen and (min-width: 62em) and (max-width: 74.938em) {
  .hide-laptop { display: none !important; }
  .show-laptop { display: block !important; }
}

@media only screen and (min-width: 75em) {
  .hide-desktop { display: none !important; }
  .show-desktop { display: block !important; }
}

/* make images responsive */
.g-img {
    display: block;
    height: auto;
    max-width: 100%;
}

.no-left {
 margin-left: -0.65rem !important;
 }
@font-face {
    font-family: 'si';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon.woff') format('woff'),
         url('../fonts/socicon.ttf') format('truetype'),
         url('../fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(../fonts/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 19px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    margin-right: 10px;
    color: #ffffff;
    background-color: #333366;
}

.soc li a:hover{
	background-color: #ead0e2;
	color: #333366;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-twitter:before {
    content:'a';
}
.soc-facebook:before {
    content:'b';
}
.soc-google:before {
    content:'c';
}
.soc-pinterest:before {
    content:'d';
}
.soc-linkedin:before {
    content:'j';
}
.soc-youtube:before {
    content:'r';
}
/*
Theme Name: kst
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.5 Site Structure
--------------------------------------------------------------*/
html {
  height: 100%;
}
body {
  height: auto;
}
a, a.category, a.tag{
  color: #cdcce7;
}
body,
.site-content{
/*	background-color: RGBA(248,250,250,1);
*/	position: relative;
}
.site-content{
	background: #333366 url(https://www.karensinger.com/wp-content/themes/kst/img/noz.png);
/*	border-top: 1px solid RGBA(208,210,210,1);*/
	clear: both;
	padding-bottom: 250px;
}
.site{
	margin: 0 auto;
	min-height: 100%;
}
.search-trigger{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -15px;
	width: 40px;
	height: 40px;
	background-color: #46201d;
}
.search-trigger svg{
	fill: #ffffff;
}
.site-header{
	background:  #65302c url(https://karensingertileworksblog.files.wordpress.com/2014/01/web_background-edited.jpg)  0 0;
	padding-top: 15px;
	background-size: 800px;
	/*background-attachment: fixed;
*/}
.site-title a{
	display: block;
	width: 100%;
	height: 130px;
	text-indent: -9999em;
	overflow: hidden;
/*	margin-left: -15px;
*//*	background-color: #666;*/
	background: transparent url(https://www.karensinger.com/wp-content/themes/kst//img/kst_logo_white.png) no-repeat center center;
}
.content-area, .site-branding, .main-navigation, .site-info{
	max-width: 75em;
	margin: 2em auto 0;
}
/*.site-main, #secondary {
	margin-top: 3em;
}
.home #secondary {
margin-top: 0;
}*/
.site
.site-header{
	min-height: 200px;
}

@media only screen and (min-width: 62em) {
	.site
	.site-header{
	min-height: 170px;
	}
}

.gold{
	color: #ffcc00 !important;
}

.site-footer {
	width: 100%;
	background: #121136;
	bottom: 0;
}

    @media only screen and (min-width: 62em) {
	.site-footer {
		position: fixed;
	}
    }

#main .widget-area, #main .widget-area aside{
	margin-left: 0;
	padding-left: 0;
}

.site-info{
	padding: 10px 0 45px 0;
}
.site-info p, .led{
	font-family: 'Roboto Slab', sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;
}

.led{
	font-size: 1.35em;
	line-height: 1.45;
	color: #ffcc00;
}

.site-info a, .site-info a:visited{
	font-size: .8em;
	color: #abaacb;
}
.search-box-wrapper{
	float: left;
}

.entry-content p::first-of-type{

}

.entry-footer {
	float: left;
	clear: both;
	margin-top: 100px;
}

/* TAX */
.tax-gallery_categories article:nth-of-type(4n){}

/*SIDEBAR*/

.widget-area{
	margin-top: 8px;
}
.widget-title, .widget-title a{
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.15;
	color: #ffcc00;
	margin-bottom: 1em;
}

.cat-post-widget ul li{
	display: block;
	clear: both;
	margin-bottom: 1.25em;
	border: none;
	float: left;
}

@media only screen and (min-width: 48em) and (max-width: 75em) {
	.cat-post-widget ul li {
	display: inline-block;
	 clear: none;
	margin: 1.5em;
	border: none;
	float: left;
	width: 43%;
	}
}
.cat-post-item a.post-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.15;
	color: #ead6ff;
	text-decoration: none;
	display: block;
	margin-bottom: .5em;
	clear: left;
}
.cat-post-widget p{
	font-size: 15px;
}



@media only screen and (max-width: 47.938em){

	.cat-post-widget img {
		display: none;
	}

	.home .gcc_textbox input{
		width: 95%;
		margin-bottom: 20px;
	}


	.gallery-col-2 .gallery-item,
	.gallery-col-3 .gallery-item,
	.gallery-col-4 .gallery-item,
	.gallery-col-5 .gallery-item{
		max-width: 100% !important;
		width: 100% !important;
	}
}

/*BLOCKQUOTE*/


blockquote p { margin: 0; }
blockquote p + p { margin-top: .5em; }

blockquote.marks {
position: relative;
text-align: center;
font-size: 1.35em;
padding: 1.65em .75em 0;
quotes: "“""”""‘""’  ";
border-top: 5px solid #25255c;
}

.single blockquote.marks{
	border-top: 5px solid #25255c;
	padding-top: 1em;
	margin: 0;
}

    @media only screen and (max-width: 47.938em) {

	blockquote.marks {
	font-size: 1.125em;
	padding: 1.65em .75em 0;
	quotes: "“""”""‘""’  ";
	border-top: 0px solid #25255c;
	}

	.home blockquote.marks {
	padding: 0 .75em 0;
	border-top: 0;
	}

	#testimonials{
		margin-top: 1em;
	}

    } /* Up to 767px */


blockquote.marks.plain{
border-top: none;
margin-bottom: 3em;
padding: 0 0 1.5em 0 !important;
}

blockquote.marks:before {
content: open-quote;
color: #121136;
font-size: 4em;
line-height: .1em;
/*margin-right: .25em;*/
vertical-align: -.4em;
}
blockquote.marks:after  {
content: close-quote;
color: #121136;
font-size: 4em;
line-height: .1em;
/*margin-left: .25em;*/
vertical-align: -.6em;
}
blockquote.marks p {
display: inline;
}
cite{
	font-style: normal !important;
	display: block;
	width: 100%;
	position: absolute;
	font-size: .7em;
	color: #af8800;
}
cite span{
	display: block;
	color: #8f8fc9;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #FFFFFF;
	font-family: 'Roboto',sans-serif;
	font-size: 100%;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Slab';
	clear: both;
	color: #ffcc00;
	font-weight: 400;
	margin-bottom: 1.15em;
}

h3{
	padding-bottom: 0.15em;
}

.underscore, .widget-title, .widget gcc_widget h1{
	padding-bottom: .25em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #7043a0;
}

p {
	margin: 0 0 .9em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}
.quiet{
	display: inline-block;
	color: #b1afb5;
	margin-top: 5px;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.post_meta{
	padding: .25em 0;
	margin: 1em 0;
/*	border-top: 1px solid #ccc;
*/	/*border-bottom: 1px solid #ccc;*/
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	width: 100%;
	color: #000;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	background-color: rgba(0,0,0,.6);
	padding: 5px 15px 10px;
	display: block;
  	text-align: center;
}

.main-navigation ul, .menu-secondary-container ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}

    @media only screen and (min-width: 75em) {
	.main-navigation{
		margin-top: 40px;
	}
    }

 @media only screen and (max-width: 47.938em) {
	.main-navigation{
		background-color: transparent;
	}

 }




.main-navigation li, .menu-secondary-container li {
	position: relative;
	padding: 0 25px 0 0;
	display: inline-block;
	float: none;
}

.menu-secondary-container li:last-of-type {
	padding: 0;
}

.main-navigation li{
	font-family: 'Roboto Slab';
	text-align: left;
}

.sub-menu li a{
	font-family: 'Roboto'
}


.main-navigation  li a, .main-navigation  li a:link {
	display: block;
	text-decoration: none;
	color: #ffffff;
}

.main-navigation ul li a:hover, .main-navigation ul  li:hover a{
	color: #ffcc00;
}

.main-navigation ul  li:hover ul li a{
	color: #ffffff;
}

/* SPAAA */



.main-navigation ul ul {
	float: left;
	position: absolute;
	padding-top: 13px;
	top: 1.3em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	font-size: .85em;
	width: 150px;
	background-color: rgba(0,0,0,.6);
	margin-top: 0px;
	padding-left: 5px;
}

.main-navigation ul ul li a:hover {
	background-color: rgba(255,255,255,.8);
	color: #000 !important;
}

.main-navigation ul li.menu-item-object-gallery_categories ul a {
 	width: 250px;
}


.main-navigation ul ul li {
	line-height: 1.63em;
}

.main-navigation li:hover > a {
	background-color:
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
li.current-gallery_categories-parent > a{
	color: #ffcc00 !important;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.menu-toggle{
	position: absolute;
	right: 20px;
	top: -150px;
	display: inline-block;
	width: 50px;
	height: 50px;
}

a.menu-toggler{
	width: 50px;
	height: 50px;
	display: block;
	text-indent: -9999em !important;
	overflow: hidden;
}

.hamburger-menu
{
    width:50px;
    height:5px;
    background-color:#fff;
    border-radius:5px;
    z-index: 9999;
}

.hamburger-menu:after, .hamburger-menu:before
{
    content: '';
    width: 100%;
    height:5px;
    background-color:#fff;
    position:absolute;
    border-radius:5px;
    left: 0;
}

.hamburger-menu:after
{
    top:10px;
}

.hamburger-menu:before
{
    top:20px;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget_search{
	margin: 0;
	padding: 0;
}

#search-3{
	margin: 0 0 25px 0;
}

.widget:not(.cat-post-widget){
	margin: 0 0 0 20px;
	padding: 0;
}

.widget:not(.cat-post-widget) ul{
	padding-left: 10px;
	margin-left: 10px;
}

#search-2{
	margin: 0 0 2em 0;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*
.attachment-sliver{
	float: left;
	padding: 0 20px 20px 0;
}
*/

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
12.5 Slider
--------------------------------------------------------------*/

#slider{
	margin-top: 20px;
	margin-bottom: 100px;
	position: relative;
}
/*
.slide{
	width: 100%;
	height: 400px;
	position: relative;
	background-color: #ccc;
}

.slide img{
	max-width: inherit;
	height: auto !important;
}

.slide span{
	display: block;
	background-color: #2d0065;
	position: absolute;
	padding: 10px 40px 10px 20px;
	height: 80px;
	bottom: 20px;
	left: 0;
}
.slide h4 a, .slide p, .slide p a, .slide a, .slide a:visited{
	text-decoration: none;
	color: #fff !important;
}*/

.flex-control-nav{
	padding-top: 1em !important;
}

.metaslider .caption {
	padding: 20px  2em  !important;
}

.metaslider .caption h3{
	margin-bottom: .4em;
}

@media only screen and (min-width: 62em) {
	#metaslider_198 .caption-wrap{
	width: 35%;
	margin-bottom: 20px;
	}
}

#testimonials{
	margin-top: 3em;
}

.single #testimonials{
	margin-top: .5em !important;
}

.single figcaption h3{
	font-style: .9em;
	padding-bottom: 0;
	margin: 0;
	font-style: normal;
}

.blog .entry-header{
	padding-bottom: .5em;
}

.excerpts p{
	overflow: hidden;
}

/* Staff */

.staffpeep, .blog .type-post{
	margin-bottom: 50px;
	padding-bottom: 50px;
	background: transparent url(https://www.karensinger.com/wp-content/themes/kst/img/angles.png) repeat-x bottom center;
	background-size: auto;
}

.contactlink{
	font-size: .65em;
	margin-top: 1em;
}

p.title{
	margin-bottom: .65em;
	font-style: italic;
	color: #ead6ff;
}


/* FAQs */


.cd-faq-items .questions{
	list-style-type: none;
	margin: 0;
	padding: 0;
}


a.cd-faq-trigger{
	width: 100%;
	font-size: 1.25em;
	min-height: 40px;
	font-family: 'Roboto Slab', sans-serif;
	color: #000;
	background-color: #fff;
	display: block;
	text-decoration: none;
	border: 1px solid #121136;
	padding: .2em 6.25em .2em 1em;
	margin-bottom: .5em;
	position: relative;
	line-height: 1.35em;
}

a.viewing{
	background-color: #121136;
	color: #f8cc00;
}


.cd-faq-content {
	margin: 0 1.5em 0;
}

#post-12{
	display: block;
	min-height: 130px;
	float: none;
}

.showall{
	clear: both;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}

/*13.0 LIGHTBOX
*/

.gallery-icon img{
	max-width: 100% !important;
	height: auto;
}

.gallery-caption{
	font-size: .85em;
	font-style: italic;
}


.post-edit-link{
	padding: 10px;
	color: #fff;
	background-color: #000;
	position: fixed;
	top: 30px;
	left: 0;
}

/* CONSTANT CONTACT */

.home .gcc_widget h1.widget-title{
	font-size: 1.1875em;
	margin-bottom: .3em
}

.home .gcc_textbox input{
	width: 70%;
	padding: 5px;
	font-size: 1.25em;
	float: left;
}
.home .gcc_textbox_button, .gcc_textbox_button{
	display: inline-block !important;
	padding: 1.15em !important;
	float: left !important;
	margin-top: -.45em !important;
	margin-left: 1em !important;
	background: none;
	background-color: #ffcc00 !important;
}


    @media only screen and (max-width: 47.938em) {

	.home .gcc_textbox_button, .gcc_textbox_button{
	display: block !important;
	/*margin-top: .25em !important;*/
	margin-left: 0 !important;

}

     } /* Up to 767px */


.gcc_textbox_button{
	margin-top: .5em !important;
	margin-left: 0 !important;
}

.home .gcc_caption{
	font-style: italic;
	margin-bottom: 1.2em;
}

.home .gallery-caption{
	display: none;
}

/* MISC */

.fancybutton, .gcc_textbox_button
 {
	background-color: #5959b3;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:17px;
	font-family: 'Roboto Slab', sans-serif;
	padding:4px 25px;
	text-decoration:none;
}
.fancybutton:hover {
	background-color:#9158d5;
}
.fancybutton:active {
	position:relative;
	top:1px;
}

.fancyimage{
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.small{
	font-size: 14px;
}

.readmore{
	margin: 1em 0 0 0;
	padding: 0;
}

a.readmore{
	display: inline-block;
	clear:both;
	font-weight: 600;
	text-decoration: none;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	border: 1px solid #6c5b81;
	padding:4px 8px;
}

a.readmore:hover {
	background-color:#9158d5;
	color: #fff;
}

/* VIDEO */
.featured_video_plus{
	margin: 1em 0 2em;
}

/* BADGE */
#sitebadge{
	position: absolute;
	right: 10px;
	padding: 0;
	top: 50px;
	z-index: 999999;
}
#sitebadge img{
	width: 120px !important;
	height: auto;
}

@media only screen and (max-width: 47.938em){
	#sitebadge{
		right: 80px;
		top: -150px;
	}
}
@media only screen and (min-width: 48em){
	#sitebadge{
		right: 20px;
		top: 100px;
	}
	#sitebadge img{
		width: 150px;
		height: auto;
	}
}

iframe{
	margin: 20px 0;
}

/*.group-blog .entry-content{
	padding-right: 30px;
}*/