/*!
 *  Font Awesome 4.6.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(/wp-content/themes/premium/entrepreneur/fonts/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.6.3);
  src: url(/wp-content/themes/premium/entrepreneur/fonts/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(/wp-content/themes/premium/entrepreneur/fonts/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(/wp-content/themes/premium/entrepreneur/fonts/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(/wp-content/themes/premium/entrepreneur/fonts/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(/wp-content/themes/premium/entrepreneur/fonts/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* 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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
 Theme Name: Entrepreneur
  Theme URI: https://entrepreneurdemo.wordpress.com/
     Author: Professional Themes
 Author URI: https://professionalthemes.nyc/
Description: Entrepreneur was built for small businesses and startups, and its ease-of-setup and crisp, modern look is one you will love. A stunning home page displays large, fully-responsive featured images to brilliantly introduce you and your business, and multiple custom navigation menus and razor-sharp whitespace and typography make information discovery on your website a pleasure. Clean, professional, and minimalist; this and more makes Entrepreneur the right choice for your online business profile.
    Version: 1.0.0
    License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: entrepreneur
       Tags: accessibility-ready, black, blog, blue, breadcrumb-navigation, business, classic-menu, clean, conservative, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, fluid-layout, full-width-template, gray, infinite-scroll, light, microformats, minimal, multiple-menus, one-column, portfolio, post-formats, professional, responsive-layout, right-sidebar, rtl-language-support, simple, site-logo, sophisticated, sticky-post, theme-options, translation-ready, two-columns, white

Entrepreneur WordPress Theme, Copyright 2016 Professional Themes LLC,
distributed under the terms of the GNU General Public License v2 or later.

Third-Party Package Licenses and Declarations:

The Entrepreneur theme has taken inspiration from and/or used the following
open-source packages, projects, and development techniques in part or in whole:

	- Masonry: https://github.com/desandro/masonry (The MIT License)
	- normalize.css: http://necolas.github.io/normalize.css/ (The MIT License)
	- _s: https://github.com/Automattic/_s/ (GNU General Public License v2 or later)
	- Twenty Sixteen: https://github.com/WordPress/twentysixteen (GNU General Public License v2 or later)
	- FontAwesome: https://fortawesome.github.io/Font-Awesome/license/ (The MIT License)
	- jQuery: http://jquery.com (The MIT License)
	- Underscore.js: http://underscorejs.org (The MIT License)
	- Jetpack: http://jetpack.com (GNU General Public License v2)

Browser Support: This version of Entrepreneur supports the following browsers:

	- Apple Safari: http://www.apple.com/safari/
	- Google Chrome: http://www.chromium.org/getting-involved/dev-channel
	- Firefox: http://www.mozilla.org/en-US/styleguide/identity/firefox/channels/
	- Internet Explorer: http://windows.microsoft.com/en-us/internet-explorer/download-ie
	- Microsoft EDGE: https://www.microsoft.com/en-us/windows/microsoft-edge
	- Opera: http://opera.com/

Table of Contents:

	 1.0 - Global
	 2.0 - Accessibility
	 3.0 - Grid
	 4.0 - Website Layout
	 5.0 - Typographic Defaults
	 6.0 - Header
	 7.0 - Footer
	 8.0 - Primary Content
	 9.0 - Media Elements and Embeds
	10.0 - Widgets
	11.0 - Forms
	12.0 - Infinite Scroll
	13.0 - Comments
	14.0 - Post Navigation
	   w - WordPress.com Styling
	   x - Helpers
	   y - Typekit Overrides
	   z - Colors
*/

/**
 * 1.0 - Global
 *
 * @link http://necolas.github.io/normalize.css/3.0.1/normalize.css
 * @link http://www.paulirish.com/2012/box-sizing-border-box-ftw/
 * @link http://caniuse.com/#search=border-box/
 * @link https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-y
 */
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html,
body {
	margin: 0;
	padding: 0;
}

html {
	-ms-text-size-adjust: 100%; /* Prevent iOS text size adjust after orientation change, without disabling user zoom. */
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll; /* Persistent Scrollbars */
	-webkit-overflow-scrolling: touch;
}

body {
	overflow-x: hidden; /* Ensure that no unintended horizontal scrolling happens during sliding menu transitions and/or content overflows */
	-webkit-font-smoothing: subpixel-antialiased; /* Better font rendering in webkit browsers. */
}

/* Declare Block Display for HTML5 Elements */
article,
aside,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
ruby,
section,
summary {
	display: block;
}

figure {
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}

[hidden], /*  Address `[hidden]` styling not present in IE 8/9/10. */
template { /* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
	display: none;
}

/**
 * 2.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect( 1px, 1px, 1px, 1px );
	margin: 0;
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

.site .skip-link:focus {
	background: #f1f1f1;
	color: #21759b;
	clip: auto;
	display: block;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 6px;
	top: 7px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
	-webkit-box-shadow: 0 0 2px 2px rgba( 0, 0, 0,.6 );
	box-shadow: 0 0 2px 2px rgba( 0, 0, 0, .6 );
}

/**
 * 3.0 - Grid
 *
 * The theme was designed with a grid that has 12 columns and 11 gutters.
 * Each column is 70 pixels wide (max) and each gutter is 30 pixels wide (max).
 * The maximum width that will be occupied by the theme content in Desktop views is 1170 pixels.
 */
.grid { /* 100% */
	margin: 0 auto;
	padding-left: 30px;
	max-width: 100%;
}

.rtl .grid {
	padding-left: 0;
	padding-right: 30px;
}

.entry-content .grid {
	padding: 0;
}

.row {
	clear: both;
}

.grid:after,
.row:after {
	clear: both;
	content: "";
	display: table;
}

.column {
	float: left;
	padding-right: 30px;
}

.rtl .column {
	float: right;
	padding-right: 0;
	padding-left: 30px;
}

.entry-content .column,
.rtl .entry-content .column {
	float: left;
	padding: 0;
}

.twelve, .eleven, .ten,
.nine, .eight, .seven,
.six, .five, .four,
.three, .two, .one {
	width: 100%;
}

@media only screen
and (min-width: 640px) { /* Tablets and Up */
	.site-content .column {
		padding-bottom: 1px; /* Ensure that empty content columns do not collapse the grid */
	}

	.eleven {
		width: 91.666666666667%;
		width: -webkit-calc( ( 100% / 12 ) * 11 );
		width:         calc( ( 100% / 12 ) * 11 );
	}

	.ten {
		width: 83.333333333333%;
		width: -webkit-calc( ( 100% / 12 ) * 10 );
		width:         calc( ( 100% / 12 ) * 10 );
	}

	.nine {
		width: 75%;
		width: -webkit-calc( ( 100% / 12 ) * 9 );
		width:         calc( ( 100% / 12 ) * 9 );
	}

	.eight {
		width: 66.666666666667%;
		width: -webkit-calc( ( 100% / 12 ) * 8 );
		width:         calc( ( 100% / 12 ) * 8 );
	}

	.seven {
		width: 58.333333333333%;
		width: -webkit-calc( ( 100% / 12 ) * 7 );
		width:         calc( ( 100% / 12 ) * 7 );
	}

	.six {
		width: 50%;
		width: -webkit-calc( ( 100% / 12 ) * 6 );
		width:         calc( ( 100% / 12 ) * 6 );
	}

	.five {
		width: 41.666666666667%;
		width: -webkit-calc( ( 100% / 12 ) * 5 );
		width:         calc( ( 100% / 12 ) * 5 );
	}

	.four {
		width: 33.333333333333%;
		width: -webkit-calc( ( 100% / 12 ) * 4 );
		width:         calc( ( 100% / 12 ) * 4 );
	}

	.three {
		width: 25%;
		width: -webkit-calc( ( 100% / 12 ) * 3 );
		width:         calc( ( 100% / 12 ) * 3 );
	}

	.two {
		width: 16.666666666667%;
		width: -webkit-calc( ( 100% / 12 ) * 2 );
		width:         calc( ( 100% / 12 ) * 2 );
	}

	.one {
		width: 8.333333333333%;
		width: -webkit-calc( ( 100% / 12 ) * 1 );
		width:         calc( ( 100% / 12 ) * 1 );
	}

	.entry-content .grid > .row > div:last-of-type {
		padding: 0;
	}

	.entry-content .column {
		float: left;
		padding-right: 30px;
	}

	.rtl .entry-content .column {
		float: right;
		padding-right: 0;
		padding-left: 30px;
	}
}

/**
 * 4.0 - Website Layout
 */
#page {
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 100%;
}

@media only screen
and (min-width: 640px) {
	.slim-site-width,
	.customized-background {
		padding: 13px;
	}
}

@media only screen
and (min-width: 1020px) {
	.customized-background {
		padding: 26px;
	}
	.slim-site-width,
	.customized-background.slim-site-width {
		padding: 0;
	}
	.slim-site-width #page {
		max-width: 1020px;
		margin-top: 3.25em;
		margin-bottom: 3.25em;
	}
}

@media only screen
and (min-width: 1080px) {
	.has-no-primary-sidebar .content-area,
	.page-template-full-width .content-area {
		margin-left: 17.234042553191%;
		padding-left: 0;
	}

	.rtl.has-no-primary-sidebar .content-area,
	.rtl.page-template-full-width .content-area {
		margin-right: 17.234042553191%;
		margin-left: auto;
		padding-right: 0;
	}

	.has-no-primary-sidebar .content-area .featured-image,
	.page-template-full-width .content-area .featured-image,
	.has-no-primary-sidebar #content article.page-content,
	.page-template-full-width #content article.page-content,
	.has-no-primary-sidebar .testimonials-page-content,
	.page-template-full-width .testimonials-page-content,
	.has-no-primary-sidebar #testimonial-header,
	.page-template-full-width #testimonial-header,
	.has-no-primary-sidebar .page-header,
	.page-template-full-width .page-header {
		margin-right: auto;
		margin-left: -30.508474576271%;
	}

	.rtl.has-no-primary-sidebar .content-area .featured-image,
	.rtl.page-template-full-width .content-area .featured-image,
	.rtl.has-no-primary-sidebar #content article.page-content,
	.rtl.page-template-full-width #content article.page-content,
	.rtl .has-no-primary-sidebar #testimonial-header,
	.rtl .page-template-full-width #testimonial-header,
	.rtl .has-no-primary-sidebar .testimonials-page-content,
	.rtl .page-template-full-width .testimonials-page-content,
	.rtl.has-no-primary-sidebar .page-header,
	.rtl.page-template-full-width .page-header {
		margin-left: auto;
		margin-right: -30.508474576271%;
	}

	.has-no-primary-sidebar #content article.page-content,
	.page-template-full-width #content article.page-content,
	.has-no-primary-sidebar .testimonials-page-content,
	.page-template-full-width .testimonials-page-content,
	.has-no-primary-sidebar #testimonial-header,
	.page-template-full-width #testimonial-header,
	.has-no-primary-sidebar .page-header,
	.page-template-full-width .page-header {
		width: 130.508474576271% !important;
	}
}

/**
 * 5.0 - Typographic Defaults
 */
html {
	font-size: 16px;
}

body,
button,
input,
optgroup,
select,
textarea {
	font-family: 'Roboto', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-weight: normal;
	line-height: 1.625;
}

body.rtl {
	direction: rtl;
	unicode-bidi: embed;
}

#page > header a,
#page > section a,
#page > div a,
#page > footer a,
#infinite-handle span,
.social-navigation a:hover:before {
	-webkit-transition: all .1s linear;
	-moz-transition:    all .1s linear;
	-o-transition:      all .1s linear;
	transition:         all .1s linear;
}

a {
	cursor: pointer;
	text-decoration: none;
}

a:focus {

}

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

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-rendering: optimizeLegibility;
}

h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h6 a {
	clear: both;
	font-weight: bold;
	margin: 0;
}

h1 {
	font-size: 2.125em;
	line-height: 1.14705882352941;
	margin: 0.76470588235294em 0;
}

h2 {
	font-size: 1.75em;
	line-height: 1.39285714285714;
	margin: 0.92857142857143em 0;
}

h3 {
	font-size: 1.4375em;
	line-height: 1.69565217391304;
	margin: 1.1304347826087em 0;
}

h4,
big,
.widget-title {
	font-size: 1.1875em;
	line-height: 1.36842105263158;
	margin: 1.36842105263158em 0;
}

h5 {
	font-size: 1em;
	line-height: 1.625;
	margin: 1.625em 0;
}

h6,
small {
	font-size: 0.875em;
	line-height: 1.85714285714286;
	margin: 1.85714285714286em 0;
}

big,
small {
	display: inline-block;
	margin: 0;
}

code,
kbd,
pre,
var,
samp,
tt {
	font-family: Monaco, "Courier New", monospace, serif;
	font-size: 13px;
	font-style: normal;
	tab-size: 3;/* set default tab size */
	-moz-tab-size: 3;
	-o-tab-size: 3;
	line-height: 1;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-weight: 700;
}

pre {/* contain overflow in all browsers */
	overflow: auto;
	width: 100%;
	line-height: 2;
	padding: 26px;
	margin: 26px 0;
	display: block;
}

code {
	display: inline-block;
}

ul,
.comment-content ul {
	list-style: disc;
}

ul ul,
.comment-content ul ul {
	list-style: circle;
}

ul ul ul,
.comment-content ul ul ul {
	list-style: disc;
}

ul ul ul ul,
.comment-content ul ul ul ul {
	list-style: circle;
}

ul ul ul ul ul,
.comment-content ul ul ul ul ul {
	list-style: disc;
}

ol,
.comment-content ol {
	list-style: decimal;
}

ol ol,
.comment-content ol ol {
	list-style: upper-alpha;
}

ol ol ol,
.comment-content ol ol ol {
	list-style: upper-roman;
}

ol ol ol ol,
.comment-content ol ol ol ol {
	list-style: lower-alpha;
}

ol ol ol ol ol,
.comment-content ol ol ol ol ol {
	list-style: lower-roman;
}

abbr[title]:after { /* abbr needs to be visibile on touch devices */
	content: ' (' attr(title) ')';
}
	@media all and (min-width: 1025px) { /* Desktop only */
		abbr[title]:after {
			content: '';
		}
		abbr[title] {
			border-bottom: 1px dotted;
			cursor: help;
		}
	}

p, ul,ol,dl,
address,
form, fieldset {
	margin-top: 1.625em;
	margin-bottom: 1.625em;
}

hr {
	border: none;
	clear: both;
	height: 1px;
	margin: 1.5625em auto 1.625em;
	width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

.entry-content table,
.entry-summary table,
.comment-body table,
.widget table,
.entry-content td,
.entry-summary td,
.comment-body td,
.widget td,
.entry-content th,
.entry-summary th,
.comment-body th,
.widget th {
	border-style: solid;
}

.entry-content td,
.entry-summary td,
.comment-body td,
.widget td,
.entry-content th,
.entry-summary th,
.comment-body th,
.widget th {
	border-width: 0 1px 1px 0;
	padding-top: 0.86666666666667em;
	padding-bottom: 0.8em;
	padding-right: 0.86666666666667em;
	padding-left: 0.86666666666667em;
	font-size: 0.9375em;
	line-height: 1.73333333333333;
}

.entry-content table,
.entry-summary table,
.comment-body table,
.widget table {
	border-width: 1px 0 0 1px;
}

.entry-content th,
.entry-summary th,
.comment-body th,
.widget th {
	font-weight: bold;
}

.entry-content caption,
.entry-summary caption,
.comment-body caption,
.widget caption {
	font-style: italic;
	padding-bottom: 13px;
}

dt,
dfn {
	font-style: italic;
}

b,
strong,
address:first-line,
dt {
	font-weight: bold;
}

address:first-line {
	font-style: normal;
}

blockquote {
	font-size: 0.875em;
	line-height: 1.85714285714286;
	margin-top: 1.85714285714286em;
	margin-left: -2.14285714285714em;
	margin-bottom: 1.85714285714286em;
	padding-left: 1.85714285714286em;
	padding-right: 1.85714285714286em;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	border-left-width: 0.28571428571429em;
	border-left-style: solid;
}

blockquote blockquote {
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
}

blockquote p:first-child {
	margin-top: 0;
}

blockquote p:last-child {
	margin-bottom: 0;
}

li > ul,
li > ol {
	margin: 0;
}

.entry-content ul,
.entry-content ol,
.comment-content ul,
.comment-content ol {
	padding: 0 0 0 1.25em;
}

.rtl .entry-content ul,
.rtl .entry-content ol,
.rtl .comment-content ul,
.rtl .comment-content ol {
	padding: 0 1.25em 0 0;
}

.entry-content ol ul,
.entry-content ul ul,
.comment-content ol ul,
.comment-content ul ul {
	padding: 0 0 0 1.25em;
}

.rtl .entry-content ol ul,
.rtl .entry-content ul ul,
.rtl .comment-content ol ul,
.rtl .comment-content ul ul {
	padding: 0 1.25em 0 0;
}

.entry-content ul ol,
.entry-content ol ol,
.comment-content ul ol,
.comment-content ol ol {
	padding: 0 0 0 1.625em;
}

.rtl .entry-content ul ol,
.rtl .entry-content ol ol,
.rtl .comment-content ul ol,
.rtl .comment-content ol ol {
	padding: 0 1.625em 0 0;
}

.entry-content dd,
.comment-content dd {
	margin: 0 0 0 1.625em;
}

.rtl .entry-content dd,
.rtl .comment-content dd {
	margin: 0 1.625em 0 0;
}

/**
 * 6.0 - Header
 */
.site-header {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
}

.rtl .site-header {
	float: right;
}

.site-header:after {
	clear: both;
	content: "";
	display: table;
}

#site-top-content {
	padding-top: 13px;
	padding-bottom: 12px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: both;
	float: left;
	width: 100%;
	font-size: 0;
}

.rtl #site-top-content {
	float: right;
}

#site-top-content:after {
	clear: both;
	content: "";
	display: table;
}

#site-top-content > .grid > .row > .twelve {
	text-align: justify;
	font-size: 0;
}

#site-top-content > .grid > .row > .twelve .contact-information,
#site-top-content > .grid > .row > .twelve .site-top-content {
	display: inline-block;
	text-align: left;
}

.rtl #site-top-content > .grid > .row > .twelve .contact-information,
.rtl #site-top-content > .grid > .row > .twelve .site-top-content {
	text-align: right;
}

#site-top-content > .grid > .row > .twelve:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	font-size: 0;
	line-height: 0;
}

#site-top-content > .grid > .row > .twelve:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	font-size: 0;
	line-height: 0;
}

#site-top-content > .grid > .row > .twelve .contact-information > span,
.site-top-content {
	line-height: 2;
	padding-bottom: 0;
	font-size: 13px;
}

#site-top-content > .grid > .row > .twelve .contact-information > span {
	padding-bottom: 0;
}

.site-top-content {
	padding-top: 0;
}

#site-top-content > .grid > .row > .twelve > .contact-information > span {
	margin-right: 1em;
}

.rtl #site-top-content > .grid > .row > .twelve > .contact-information > span {
	margin-right: auto;
	margin-left: 1em;
}

#header-image {
	clear: both;
}

#header-image a,
#header-image img {
	margin: 0 auto;
	display: block;
}

.main-navigation-wrapper {
	display: none;
	clear: both;
	width: 100%;
	float: left;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-navigation-wrapper.toggled-on {
	display: block;
}

.main-navigation {
	-webkit-transition: all .1s linear;
	   -moz-transition: all .1s linear;
	     -o-transition: all .1s linear;
	        transition: all .1s linear;
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation-wrapper:after,
.main-navigation:after {
	clear: both;
	content: "";
	display: table;
}

.rtl .main-navigation-wrapper,
.rtl .main-navigation {
	float: right;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: left;
}

.rtl .main-navigation ul {
	padding-right: 0;
	text-align: right;
}

.main-navigation li,
.main-navigation a {
	display: inline-block;
	position: relative;
	width: 100%;
	vertical-align: middle;
}

.menu-toggle {
	background: none;
	border: none;
	display: block;
	margin: 0 auto;
	font-size: 1em;
	vertical-align: middle;
	font-size: 0.9375em;
	line-height: 1.73333333333333;
	width: 100%;
	cursor: pointer;
	padding-top: 0.86666666666667em;
	padding-bottom: 0.86666666666667em;
	text-align: left;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rtl .menu-toggle {
	text-align: right;
}

.menu-toggle:before {
	content: '\f0c9';
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 0;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: middle;
	visibility: visible;
	height: 100%;
	top: -2px;
	position: relative;
	padding-right: 2px;
	left: -5px;
}

.rtl .menu-toggle:before {
	padding-right: 0;
	padding-left: 2px;
	left: auto;
	right: -5px;
}

.toggled-on.menu-toggle:before {
	content: '\f00d';
	padding-right: 3px;
}

.rtl .toggled-on.menu-toggle:before {
	padding-right: 0;
	padding-left: 3px;
}

.site-branding {
	padding-top: 0.8125em;
	padding-bottom: 0.8125em;
}

.branding-nav-wrapper,
.site-branding {
	clear: both;
	float: left;
	width: 100%;
}

.rtl .branding-nav-wrapper,
.rtl .site-branding {
	float: right;
}

.branding-nav-wrapper:after,
.site-branding:after {
	clear: both;
	content: "";
	display: table;
}

.emptied-site-header .site-branding {
	height: 0;
	padding: 0;
}

.site-title,
.site-title span,
.site-logo,
.site-description {
	display: block;
	vertical-align: baseline !important;
	margin: 0;
	padding: 0;
}

.site-title,
.site-title a {
	font-weight: bold;
}

.site-title {
	font-size: 2.125em;
	line-height: 1.14705882352941;
}

.site-title a {
	font-size: 1em;
}

.site-description {
	font-size: 1em;
	line-height: 1.625;
}

.site-logo {
	position: relative;
	width: auto;
}

.site-title a {
	display: block;
	text-decoration: none;
}

.site-branding .twelve {
	display: table-cell;
}

.contact-information .telephone > a,
.contact-information .email > a,
.contact-information .address > a {
	font-family: 'Roboto', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}

@media screen and (max-width: 50em) {
	.main-navigation ul ul {
		display: none;
		padding-left: 1em;
	}

	.main-navigation .toggled-on {
		display: block;
	}

	.main-navigation a {
		font-size: 14px;
		line-height: 1.85714285714286;
		border-top: 1px solid #d7d7d7;
		padding: 6px 0;
	}

	.main-navigation form,
	.main-navigation input.search-field,
	.main-navigation label {
		border: none;
		font-size: 16px;
		line-height: 1.625;
		width: 100%;
		display: block;
		margin: 0 !important;
		padding: 0 !important;
	}

	.main-navigation form:after {
		font-family: 'FontAwesome';
		content: '\f002';
		font-size: 10px;
		line-height: 2.6;
		position: absolute;
			right: 13px;
			top: 7px;
	}

	.rtl .main-navigation form:after {
		right: auto;
		left: 13px;
	}

	.main-navigation input.search-field {
		padding-top: 6px !important;
		padding-bottom: 6px !important;
	}

	.main-navigation form {
		border-top: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 26px !important;
	}

	.main-navigation.toggled ul ul {
		display: none;
	}

	.main-navigation.toggled ul.toggled-on {
		display: block;
		padding-left: 0.8125em;
	}

	.rtl .main-navigation.toggled ul.toggled-on {
		padding-left: 0;
		padding-right: 0.8125em;
	}

	.dropdown-toggle {
		position: absolute;
		border: none;
		background: none;
		height: 0;
		width: 0;
		right: 0;
		line-height: 0;
		overflow: hidden;
		height: 36px;
		width: 36px;
		top: 2px;
		z-index: 10000;
	}

	.rtl .dropdown-toggle {
		right: auto;
		left: 0;
	}

	.dropdown-toggle:after {
		content: '+';
		cursor: pointer;
		float: right;
		position: absolute;
			right: 13px;
			top: 20px;
		-webkit-transition: -webkit-transform .3s ease;
		transition: transform .3s ease;
	}

	.rtl .menu-item-has-children:after {
		right: auto;
		left: 13px;
	}

	.dropdown-toggle.toggled-on:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.main-navigation.toggled .menu-item-has-children:active	 ul {
		display: block;
	}

	#site-top-content > .grid > .row > .twelve .contact-information + .site-top-content {
		display: none;
	}

	.site-top-content {
		padding-bottom: 0;
	}

	.contact-information .telephone,
	.contact-information .email,
	.contact-information .address {
		display: block;
	}

	.main-navigation .twelve > div > ul > li:first-of-type > a {
		border-top: none;
	}

	.menu-toggle {
		width: auto;
		position: absolute;
			right: 0;
	}

	.rtl .menu-toggle {
		right: auto;
		left: 0;
	}
}
@media screen and (min-width: 50em) {
	#site-top-search-form {
		display: none;
	}

	.display-search-in-nav #site-top-search-form {
		display: inline-block;
	}

	#site-top-search-form form {
		margin: 0;
		position: relative;
	}

	#site-top-search-form input[type="search"] {
		border: none;
		font-size: 13px;
	}

	.site-title {
		margin-right: .125em;
	}

	.rtl .site-title {
		margin-right: auto;
		margin-left: .125em;
	}

	.site-title,
	.site-title span,
	.site-logo,
	.site-description {
		display: inline-block;
		vertical-align: bottom;
		text-align: left;
	}

	.rtl .site-title,
	.rtl .site-title span,
	.rtl .site-logo,
	.rtl .site-description {
		text-align: right;
	}

	.menu-toggle,
	.dropdown-toggle {
		display: none;
	}

	.main-navigation .twelve > div > ul {
		width: 100%;
	}

	.main-navigation ul {
		display: block;
	}

	.main-navigation .twelve > div > ul > li {
		min-width: auto;
		width: auto;
	}

	.main-navigation ul ul {
		float: left;
		position: absolute;
		left: -999em;
		z-index: 99999;
	}

	.rtl .main-navigation ul ul {
		float: right;
		left: auto;
		right: -999em;
	}

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

	.rtl .main-navigation ul ul ul {
		left: auto;
		right: -999em;
	}

	.main-navigation ul ul {
		min-width: 260px;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
		right: 0;
		-webkit-animation: fade-navmenu-in .2s ease-in;
		   -moz-animation: fade-navmenu-in .2s ease-in;
			 -o-animation: fade-navmenu-in .2s ease-in;
				animation: fade-navmenu-in .2s ease-in;
	}

	.rtl .main-navigation ul li:hover > ul,
	.rtl .main-navigation ul li.focus > ul {
		right: auto;
		left: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: -100%;
		top: -15px;
	}

	.rtl .main-navigation ul ul li:hover > ul,
	.rtl .main-navigation ul ul li.focus > ul {
		left: auto;
		right: -100%;
	}

	.branding-nav-wrapper {
		text-align: justify;
		font-size: 0;
	}

	.branding-nav-wrapper:before {
		content: '';
		display: block;
		width: 100%;
		height: 0;
		font-size: 0;
		line-height: 0;
	}

	.branding-nav-wrapper:after {
		content: '';
		display: inline-block;
		width: 100%;
		height: 0;
		font-size: 0;
		line-height: 0;
	}

	.branding-nav-wrapper > div,
	.rtl .branding-nav-wrapper > div {
		display: inline-block;
		width: auto;
		clear: none;
		float: none;
		padding: 0;
		vertical-align: bottom;
		font-size: 16px;
		padding-top: 0.75em;
		padding-bottom: 0.8125em;
	}

	.main-navigation > .grid > .row > .twelve > div > ul > li {
		padding: 0 .75em;
	}

	.main-navigation > .grid > .row > .twelve > div > ul > li:first-of-type {
		padding-left: 0;
	}

	.rtl .main-navigation > .grid > .row > .twelve > div > ul > li:first-of-type {
		padding-right: 0;
	}

	.main-navigation > .grid > .row > .twelve > div > ul > li:last-of-type {
		padding-right: 0;
	}

	.rtl .main-navigation > .grid > .row > .twelve > div > ul > li:last-of-type {
		padding-left: 0;
	}

	.main-navigation > .grid > .row > .twelve > div > ul > li > a {
		font-weight: bold;
		font-size: 0.8125em;
		text-transform: uppercase;
	}

	.main-navigation > .grid > .row > .twelve > div > ul > li > ul {
		border-top: 4px solid;
	}

	.main-navigation > .grid > .row > .twelve > div > ul > li > ul ul {
		border: 1px solid;
	}

	.main-navigation > .grid > .row > .twelve > div > ul > li > ul > li,
	.main-navigation > .grid > .row > .twelve > div > ul > li > ul > li > a {
		display: block;
	}

	.main-navigation > .grid > .row > .twelve > div > ul > li > ul li > a {
		padding-left: 2.5em;
		padding-right: 2.5em;
		padding-top: 0.5em;
		padding-bottom: 0.58333333333333em;
		font-size: 0.75em;
		line-height: 2.16666666666667em;
		text-transform: uppercase;
		font-weight: bold;
	}

	.main-navigation > .grid > .row > .twelve > div > ul > li ul {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.main-navigation > .grid > .row > .twelve > div > ul > li > ul:before {
		content: "\f0d8";
		font-family: 'FontAwesome';
		position: absolute;
		right: 2em;
		height: auto;
		width: auto;
		line-height: 0;
		top: -6px;
	}

	.rtl .main-navigation > .grid > .row > .twelve > div > ul > li > ul:before {
		right: auto;
		left: 2em;
	}
}


/**
 * 7.0 - Footer
 */
.site-footer {
	clear: both;
	float: left;
	font-size: 0;
	width: 100%;
}

.site-footer:after {
	clear: both;
	content: "";
	display: table;
}

.site-footer .inner-wrap {
	border-top: 1px solid;
	padding: 12px 0 26px;
}

.social-navigation a {
	position: relative;
	line-height: 26px;
	margin-right: 13px;
}

.rtl .social-navigation a {
	margin-right: auto;
	margin-left: 13px;
}

.social-navigation li:last-of-type a {
	margin-right: 0;
}

.rtl .social-navigation li:last-of-type a {
	margin-left: 0;
	margin-right: 13px;
}

.social-navigation a:before {
	padding: 13px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: '\f1e1';
	font-family: 'FontAwesome';
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	opacity: 1;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	visibility: visible;
	width: 100%;
	height: 100%;
}

@media only screen
and (min-width: 800px) {
	.social-navigation a:before {
		padding: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}

.social-navigation.fontawesome a[href*="github.com"]:before      { content: '\f09b'; } /* GitHub */
.social-navigation.fontawesome a[href*="dribbble.com"]:before    { content: '\f17d'; } /* Dribbble */
.social-navigation.fontawesome a[href*="twitter.com"]:before     { content: '\f099'; } /* Twitter */
.social-navigation.fontawesome a[href*="facebook.com"]:before    { content: '\f230'; } /* Facebook */
.social-navigation.fontawesome a[href*="wordpress.org"]:before,
.social-navigation.fontawesome a[href*="wordpress.com"]:before   { content: '\f19a'; } /* WordPress */
.social-navigation.fontawesome a[href*="plus.google.com"]:before { content: '\f0d5'; } /* Google+ */
.social-navigation.fontawesome a[href*="linkedin.com"]:before    { content: '\f0e1'; } /* LinkedIn */
.social-navigation.fontawesome a[href*="pinterest.com"]:before   { content: '\f0d2'; } /* Pinterest */
.social-navigation.fontawesome a[href*="flickr.com"]:before      { content: '\f16e'; } /* Flickr */
.social-navigation.fontawesome a[href*="vimeo.com"]:before       { content: '\f27d'; } /* Vimeo */
.social-navigation.fontawesome a[href*="youtube.com"]:before     { content: '\f167'; } /* YouTube */
.social-navigation.fontawesome a[href*="tumblr.com"]:before      { content: '\f173'; } /* Tumblr */
.social-navigation.fontawesome a[href*="instagram.com"]:before   { content: '\f16d'; } /* Instagram */
.social-navigation.fontawesome a[href*="codepen.io"]:before      { content: '\f1cb'; } /* CodePen */
.social-navigation.fontawesome a[href*="skype.com"]:before       { content: '\f17e'; } /* Skype */
.social-navigation.fontawesome a[href*="digg.com"]:before        { content: '\f1a6'; } /* Digg */
.social-navigation.fontawesome a[href*="reddit.com"]:before      { content: '\f1a1'; } /* Reddit */
.social-navigation.fontawesome a[href*="stumbleupon.com"]:before { content: '\f1a4'; } /* StumbleUpon */
.social-navigation.fontawesome a[href*="getpocket.com"]:before   { content: '\f265'; } /* Pocket */
.social-navigation.fontawesome a[href*="dropbox.com"]:before     { content: '\f16b'; } /* Dropbox */
.social-navigation.fontawesome a[href*="mailto:"]:before         { content: '\f0e0'; } /* Email Links */
.social-navigation.fontawesome a[href$="/feed/"]:before          { content: '\f09e'; } /* Feeds */
.social-navigation.fontawesome a[href*="spotify.com"]:before     { content: '\f1bc'; } /* Spotify */
.social-navigation.fontawesome a[href*="twitch.tv"]:before       { content: '\f1e8'; } /* Twitch */

.site-footer .inner-wrap {
	text-align: justify;
}

.site-footer .inner-wrap:before{
	content: '';
	display: block;
	width: 100%;
}

.site-footer .inner-wrap:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.site-footer .info-nav-wrap,
.site-footer .social-navigation {
	display: inline-block;
	font-size: 16px;
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.rtl .site-footer ul {
	padding-right: 0;
}

.site-info,
.secondary-navigation {
	display: inline-block;
	text-align: left;
}

.rtl .site-info,
.rtl .secondary-navigation {
	text-align: right;
}

.site-footer li,
.site-footer a {
	display: inline-block;
	position: relative;
}

.site-info {
	font-size: 13px;
	padding-right: 1em;
}

.rtl .site-info {
	padding-right: 0;
	padding-left: .5em;
}

.secondary-navigation {
	font-size: 14px;
	line-height: 26px;
}

.secondary-navigation a {
	font-weight: bold;
}

.secondary-navigation li:last-of-type a {
	margin-right: 0.42857142857143em;
}

.rtl .secondary-navigation li:last-of-type a {
	margin-right: 0;
	margin-left: 0.42857142857143em;
}

.secondary-navigation li:after {
	-webkit-transform: rotate( -90deg );
	-ms-transform: rotate( -90deg );
	transform: rotate( -90deg );
	content: "\2014";
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
	position: relative;
	top: 6px;
}

.secondary-navigation li:last-of-type:after {
	display: none;
}

.no-social-menu .info-nav-wrap {
	text-align: justify;
	font-size: 0;
	width: 100%;
}

.no-social-menu .info-nav-wrap:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.no-social-menu .info-nav-wrap:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	font-size: 0;
	line-height: 0;
}


/**
 * 8.0 - Primary Content
 */
#content,
#primary,
#main,
#content .page-content,
.page-header,
.entry-attachment,
.attachment,
.attachment .entry-content,
.entry-caption,
.entry-content,
.taxonomy-description,
.testimonials-page-content,
.child-pages,
.eventbrite-widget,
#testimonial-header {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
}

#content:after,
#primary:after,
#main:after,
#content .page-content:after,
.page-header:after,
.entry-attachment:after,
.attachment:after,
.attachment .entry-content:after,
.entry-caption:after,
.entry-content:after,
.taxonomy-description:after,
.testimonials-page-content:after,
.child-pages:after,
.eventbrite-widget:after,
#testimonial-header:after {
	clear: both;
	content: "";
	display: table;
}

.rtl #content,
.rtl #primary,
.rtl #main,
.rtl #content .page-content,
.rtl .page-header,
.rtl .entry-attachment,
.rtl .attachment,
.rtl .attachment .entry-content,
.rtl .entry-caption,
.rtl .entry-content,
.rtl .taxonomy-description,
.rtl .testimonials-page-content,
.rtl .child-pages,
.rtl .eventbrite-widget,
.rtl #testimonial-header {
	float: right;
}

div.attachment {
	margin-top: 1.625em;
}

.entry-caption {
	font-size: 15px;
	line-height: 1.73333333333333;
	padding: 1.73333333333333em;
	margin-bottom: 1.73333333333333em;
}

.attachment a img {
	display: block;
	margin: 0;
}

#content {
	padding-top: 1.625em;
}

.site-content {
	word-wrap: break-word;
}

.entry-title,
.page-title {
	border-bottom: 0.11764705882353em solid;
	margin: 0;
	padding-bottom: 0.26470588235294em;
}

.entry-content a,
.taxonomy-description a,
.testimonials-page-content a {
	position: relative;
}

.entry-breadcrumbs,
.event-meta {
	list-style: none;
	line-height: 26px;
	font-size: 0;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	margin-bottom: -1px;
}

.rtl .entry-breadcrumbs,
.rtl .event-meta {
	float: right;
}

.entry-meta,
.breadcrumb,
.event-meta > span {
	font-size: 12px;
	font-weight: normal;
	line-height: 2.16666666666667em;
}

.breadcrumb,
.event-meta > span {
	margin-right: 3px;
	float: left;
}

.rtl .breadcrumb,
.rtl .event-meta > span {
	margin-right: auto;
	margin-left: 3px;
	float: right;
}

.breadcrumb:last-of-type {
	font-style: italic;
}

.entry-breadcrumbs .breadcrumb:before {
	content: '\f054';
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: inherit;
	text-transform: none;
	speak: none;
}

.rtl .entry-breadcrumbs .breadcrumb:before {
 	-webkit-transform: rotate( -180deg );
	-ms-transform: rotate( -180deg );
	transform: rotate( -180deg );
	position: relative;
	top: -2px;
 }

.entry-breadcrumbs .entry-subtitle,
.entry-breadcrumbs .breadcrumb:first-of-type:before {
	display: none;
}

.entry-meta .post-format a:before,
.entry-meta .byline a:before,
.entry-meta .posted-on a:before,
.entry-meta .entry-tags a:first-of-type:before,
.entry-meta .entry-categories a:first-of-type:before,
.entry-meta .jetpack-testimonial a:before,
.entry-meta .jetpack-portfolio a:before,
.entry-meta .attachment-dimensions a:before,
.entry-meta .comments-link a:before,
.entry-meta .post-format a:before,
.entry-meta .edit-link a:before,
.tax-post_format .page-header .page-title:before {
	display: inline-block;
	line-height: 1;
	font-family: 'FontAwesome';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	text-align: right;
	position: relative;
	padding-right: .5em;
	font-size: 1em;
}

.rtl .entry-meta .post-format a:before,
.rtl .entry-meta .byline a:before,
.rtl .entry-meta .posted-on a:before,
.rtl .entry-meta .entry-tags a:first-of-type:before,
.rtl .entry-meta .entry-categories a:first-of-type:before,
.rtl .entry-meta .jetpack-testimonial a:before,
.rtl .entry-meta .jetpack-portfolio a:before,
.rtl .entry-meta .attachment-dimensions a:before,
.rtl .entry-meta .comments-link a:before,
.rtl .entry-meta .post-format a:before,
.rtl .entry-meta .edit-link a:before,
.rtl.tax-post_format .page-header .page-title:before {
	padding-right: 0;
	padding-left: .5em;
}

.entry-meta .attachment-dimensions a:before          { content: '\f030'; } /* Image Attachments */
.entry-meta .jetpack-portfolio a:before              { content: '\f07b'; } /* Portfolio */
.entry-meta .jetpack-testimonial a:before            { content: '\f10d'; } /* Testimonial */
.entry-meta .byline a:before                         { content: '\f007'; } /* Author */
.entry-meta .posted-on a:before                      { content: '\f017'; } /* Date */
.entry-meta .entry-tags a:first-of-type:before       { content: '\f292'; } /* Tags */
.entry-meta .entry-categories a:first-of-type:before { content: '\f07c'; } /* Categories */
.entry-meta .comments-link a:before                  { content: '\f075'; } /* Comment Links */
.entry-meta .edit-link a:before                      { content: '\f044'; } /* Edit Links */
.format-standard .entry-meta .post-format a:before   { content: '\f040'; } /* Standard */
.format-aside .entry-meta .post-format a:before,
.term-post-format-aside .page-header .page-title:before   { content: '\f10c'; } /* Asides */
.format-image .entry-meta .post-format a:before,
.term-post-format-image .page-header .page-title:before   { content: '\f030'; } /* Images */
.format-gallery .entry-meta .post-format a:before,
.term-post-format-gallery .page-header .page-title:before { content: '\f03e'; } /* Galleries */
.format-video .entry-meta .post-format a:before,
.term-post-format-video .page-header .page-title:before   { content: '\f03d'; } /* Videos */
.format-status .entry-meta .post-format a:before,
.term-post-format-status .page-header .page-title:before  { content: '\f124'; } /* Statuses */
.format-quote .entry-meta .post-format a:before,
.term-post-format-quote .page-header .page-title:before   { content: '\f10d'; } /* Quotes */
.format-chat .entry-meta .post-format a:before,
.term-post-format-chat .page-header .page-title:before    { content: '\f0e6'; } /* Chats */
.format-audio .entry-meta .post-format a:before,
.term-post-format-audio .page-header .page-title:before   { content: '\f001'; } /* Audios */
.format-link .entry-meta .post-format a:before,
.term-post-format-link .page-header .page-title:before    { content: '\f08e'; } /* Links */

.tax-post_format .entry-meta .post-format {
	display: none;
}

#content article,
.page-header {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 1.625em;
	position: relative;
}

.rtl #content article,
.rtl .page-header {
	float: right;
}

#content article:after,
.page-header:after {
	clear: both;
	content: "";
	display: table;
}

#content article:first-of-type .featured-image {
	margin-top: -1.625em;
}

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

.multi-author-site .byline {
	display: inline-block;
}

.excerpt-more,
.page-links,
.more-link,
.page-content .edit-link,
#content .call-to-action {
	clear: both;
	display: block;
	margin-top: 1.625em;
	margin-bottom: 1.625em;
	width: 100%;
}

.excerpt-more a,
.page-links a,
.more-link,
.page-content .edit-link a,
#content .call-to-action {
	display: inline-block;
}

.more-link,
.page-content .edit-link,
#content .call-to-action {
	margin: 0;
	width: auto;
}

.excerpt-more a,
.more-link,
.page-content .edit-link a,
#content .call-to-action {
	padding: 0.86666666666667em 1.73333333333333em;
	font-size: 0.9375em;
	line-height: 1.73333333333333em;
}

.excerpt-more:after,
.page-links:after {
	clear: both;
	content: "";
	display: table;
}

.excerpt-more a:after,
.more-link:after {
	font-family: 'FontAwesome';
	content: '\f0a9';
	margin-left: 1em;
}

.rtl .excerpt-more a:after,
.rtl .more-link:after {
	margin-right: 1em;
	margin-left: auto;
}

.entry-content + .edit-link a:before {
	font-family: 'FontAwesome';
	content: '\f044';
	margin-right: 1em;
}

.rtl .entry-content + .edit-link a:before {
	margin-left: 1em;
	margin-right: auto;
}

.page-links > a,
.page-links > span {
	display: inline-block;
	width: 2.16666666666667em;
	height: 2.16666666666667em;
	text-align: center;
	font-size: 0.75em;
	line-height: 2.16666666666667em;
	vertical-align: top;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 6px;
}

.rtl .page-links > a,
.rtl .page-links > span {
	margin-right: auto;
	margin-left: 6px;
}

.page-links-title {
	clip: rect( 1px, 1px, 1px, 1px );
	margin: 0;
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.sticky-post {
	font-weight: bold;
	text-transform: uppercase;
}

.featured-image a,
.featured-image img {
	display: block;
}

.featured-image img {
	margin: 0 auto;
}

.featured-image {
	margin-bottom: 0.8125em;
	margin-left: -30px;
	margin-right: -30px;
}

.blog .featured-image,
.archive .featured-image,
.search .featured-image,
.gallery-icon {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition:    all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	transition:         all .2s ease-in-out;
}

.blog .featured-image:hover,
.archive .featured-image:hover,
.search .featured-image:hover,
.gallery-icon:hover {
	opacity: .9;
}

#content article.page-content .entry-content {
	height: auto !important; /* Override any inline JS that adjusts the height of this block. */
}

.page-template-eventbrite-index .featured-image img {
	margin-right: 0;
	width: 100%;
}

.entry-meta {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 1.08333333333333em 0 1em;
	line-height: 2.16666666666667;
	width: 100%;
}

.entry-meta:empty {
	display: none;
}

.entry-meta > span {
	display: inline-block;
	margin-right: 1.08333333333333em;
}

.rtl .entry-meta > span {
	margin-right: auto;
	margin-left: 1.08333333333333em;
}

.entry-meta .sticky-post {
	display: block;
}

.child-pages {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 1.73333333333333em;
}

.child-pages ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.child-pages li,
.child-pages a {
	display: block;
	width: 100%;
}

.child-pages a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 6px;
	padding-top: 7px;
}

.author-info {
	border-top: 2px solid;
	padding-top: 24px;
	margin-bottom: 26px;
	clear: both;
	float: left;
	width: 100%;
}

.author-info:after {
	clear: both;
	content: "";
	display: table;
}

.rtl .author-info {
	float: right;
}

.author-avatar img {
	float: left;
	margin-right: 26px;
	width: 44px;
	height: 44px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.rtl .author-avatar img {
	float: right;
	margin-right: auto;
	margin-left: 26px;
}

.author-description {
	padding-left: 70px;
}

.rtl .author-description {
	padding-right: 70px;
	padding-left: auto;
}

.author-description p {
	font-size: 15px;
	line-height: 1.73333333333333;
	margin: 0;
}

.author-title {
	clear: none;
	font-size: 16px;
	line-height: 1.625;
	margin: 0;
}

.author-link {
	display: block;
	font-size: 13px;
	line-height: 2;
}

@media only screen
and ( min-width: 640px )
and ( max-width: 1080px ) {
	.featured-image {
		margin-right: auto;
		margin-left: auto;
	}
}

@media only screen
and (min-width: 1080px) {
	.page-header {
		margin-bottom: 3.25em;
	}

	#content article {
		margin-bottom: 4.875em;
	}

	.singular #content article,
	.page #content article,
	.post #content article {
		margin-bottom: 0;
	}

	.home.singular #content article,
	.home.page #content article,
	.home.post #content article {
		margin-bottom: 1.625em;
	}

	#content article:first-of-type .featured-image {
		margin-top: 0;
	}

	#content {
		border-top: 0.0625em;
		border-top-style: solid;
		padding-top: 3.1875em;
	}

	.content-area {
		padding-left: 19.642857142857%;
		padding-right: 1.625em;
	}

	.rtl .content-area {
		padding-left: 1.625em;
		padding-right: 19.642857142857%;
	}

	#testimonial-header,
	.testimonials-page-content,
	#content article.page-content,
	.page-header {
		width: 153.402868267933%;
	}

	#testimonial-header,
	.testimonials-page-content,
	#content .page-content,
	.page-header,
	.featured-image {
		margin-left: -53.315676926245%;
		margin-right: auto;
	}

	.rtl #testimonial-header,
	.rtl .testimonials-page-content,
	.rtl #content .page-content,
	.rtl .page-header,
	.rtl .featured-image {
		margin-right: -53.315676926245%;
		margin-left: auto;
	}

	.entry-meta {
		border: none;
		padding: 0 30px;
		position: absolute;
		margin-left: -54.455445544554%;
		width: 54.455445544554%;
		text-align: right;
	}

	.rtl .entry-meta {
		text-align: left;
		margin-left: auto;
		margin-right: -54.455445544554%;
	}

	.has-no-primary-sidebar .entry-meta {
		margin-left: -34.274952919021%;
		width: 34.274952919021%;
	}

	.rtl .has-no-primary-sidebar .entry-meta {
		margin-right: -34.274952919021%;
		margin-left: auto;
	}

	.entry-meta > span {
		display: block;
	}
}


/**
 * 9.0 - Media Elements and Embeds
 */
img {
	border: 0;/* Remove border when inside link element in IE 8/9/10 */
	height: auto;/* Ensure proper vertical scaling when images are responsively reduced horizontally */
	max-width: 100%;/* Ensure that images do not overflow their containers */
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden; /* Correct overflow not hidden in IE 9/10/11. */
}

audio,
canvas,
progress,
video {
	display: inline-block; /* Correct `inline-block` display not defined in IE 8/9 */
	vertical-align: baseline; /* Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
}

audio:not([controls]) {
	display: none; /* Prevent modern browsers from displaying `audio` without controls */
	height: 0; /* Remove excess height in iOS 5 devices. */
}

audio,
canvas,
embed,
iframe,
object,
video {
	clear: both;
	max-width: 100%; /* Ensure that embeds do not overflow their containers */
}

video { /* fluid html5 videos, see http://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php */
	width: 100% !important;
	height: auto !important;
}

.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	display: block !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.wp-audio-shortcode, /* WordPress audio shortcode */
.wp-playlist, /* WordPress audio playlists */
.fluidvids { /* Responsive Videos */
	clear: both;
}

.wp-audio-shortcode {
	margin: 0 0 1.625em;
}

/* Images */
.alignleft {
	display: inline;
	float: left;
	margin: 5px 1.625em 1.625em 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 5px 0 1.625em 1.625em;
}

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

.alignleft,
.alignright,
.size-post-thumbnail,
.size-thumbnail,
.size-medium {
	max-width: 50%;
}

.size-large,
.size-full {
	max-width: 100%;
}

/* Captions */
.wp-caption,
.gallery-caption {
	clear: both;
	border-width: 1px;
	border-style: solid;
}

.wp-caption.alignleft,
.wp-caption.alignright {
	max-width: 50%;
}

.wp-caption,
.wp-caption.aligncenter,
.wp-caption.alignnone {
	max-width: 100%;
}

.wp-caption img {
	display: block;
	max-width: 100%;
}

.wp-caption-dd,
.wp-caption-text,
.tiled-gallery-caption {
	font-size: 13px;
	line-height: 1.61538461538462;
	text-align: left;
	padding: 1em;
	border-top-width: 1px;
	border-top-style: solid;
}

.rtl .wp-caption-dd,
.rtl .wp-caption-text,
.rtl .tiled-gallery-caption {
	text-align: right;
}

/* Galleries */
.gallery,
div.tiled-gallery {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.625em !important;
	margin-top: 1.625em !important;
}

.gallery:after {
	clear: both;
	content: "";
	display: table;
}

.gallery-item {
	float: left;
	margin: 1%;
	max-width: 32%;
	width: auto !important; /* This is needed for inline legacy markup */
}

.gallery-icon a,
.gallery-icon img,
.gallery-item img {
	display: block;
}

.gallery-icon img {
	margin: 0 auto;
	max-width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

.gallery-columns-4 br,
.gallery-columns-5 br,
.gallery-columns-6 br,
.gallery-columns-7 br,
.gallery-columns-8 br,
.gallery-columns-9 br {
	display: none;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(3n),
.gallery-columns-5 .gallery-item:nth-of-type(3n),
.gallery-columns-6 .gallery-item:nth-of-type(3n),
.gallery-columns-7 .gallery-item:nth-of-type(3n),
.gallery-columns-8 .gallery-item:nth-of-type(3n),
.gallery-columns-9 .gallery-item:nth-of-type(3n) {
	margin-right: 0;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n+1),
.gallery-columns-2 .gallery-item:nth-of-type(2n+1),
.gallery-columns-3 .gallery-item:nth-of-type(3n+1),
.gallery-columns-4 .gallery-item:nth-of-type(3n+1),
.gallery-columns-5 .gallery-item:nth-of-type(3n+1),
.gallery-columns-6 .gallery-item:nth-of-type(3n+1),
.gallery-columns-7 .gallery-item:nth-of-type(3n+1),
.gallery-columns-8 .gallery-item:nth-of-type(3n+1),
.gallery-columns-9 .gallery-item:nth-of-type(3n+1) {
	clear: left;
	margin-left: 0;
}

@media only screen
and (min-width : 800px) { /* Tablets and Up */
	.gallery-columns-4 .gallery-item {
		max-width: 23.5%;
	}

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

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

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

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

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

	.gallery-columns-4 br,
	.gallery-columns-5 br,
	.gallery-columns-6 br,
	.gallery-columns-7 br,
	.gallery-columns-8 br,
	.gallery-columns-9 br {
		display: block;
	}

	.gallery-columns-4 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(3n),
	.gallery-columns-6 .gallery-item:nth-of-type(3n),
	.gallery-columns-7 .gallery-item:nth-of-type(3n),
	.gallery-columns-8 .gallery-item:nth-of-type(3n),
	.gallery-columns-9 .gallery-item:nth-of-type(3n) {
		margin-right: 1%;
	}

	.gallery-columns-4 .gallery-item:nth-of-type(3n+1),
	.gallery-columns-5 .gallery-item:nth-of-type(3n+1),
	.gallery-columns-6 .gallery-item:nth-of-type(3n+1),
	.gallery-columns-7 .gallery-item:nth-of-type(3n+1),
	.gallery-columns-8 .gallery-item:nth-of-type(3n+1),
	.gallery-columns-9 .gallery-item:nth-of-type(3n+1) {
		clear: none;
		margin-left: 1%;
	}

	.gallery-columns-4 .gallery-item:nth-of-type(4n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-6 .gallery-item:nth-of-type(6n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-8 .gallery-item:nth-of-type(8n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 0;
	}

	.gallery-columns-4 .gallery-item:nth-of-type(4n+1),
	.gallery-columns-5 .gallery-item:nth-of-type(5n+1),
	.gallery-columns-6 .gallery-item:nth-of-type(6n+1),
	.gallery-columns-7 .gallery-item:nth-of-type(7n+1),
	.gallery-columns-8 .gallery-item:nth-of-type(8n+1),
	.gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
		clear: left;
		margin-left: 0;
	}
}

/**
 * 10.0 - Widgets
 */
#secondary,
#tertiary {
	clear: both;
	float: left;
	width: 100%;
	padding-top: 21px;
}

.rtl #secondary,
.rtl #tertiary {
	float: right;
}

#secondary:after,
#tertiary:after {
	clear: both;
	content: "";
	display: table;
}

#tertiary {
	border-top-width: 1px;
	border-top-style: solid;
}

#tertiary a:hover {
	text-decoration: underline;
}

.widget {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	word-wrap: break-word;
	margin-bottom: 1.625em;
	font-size: 13px;
	line-height: 1.61538461538462;
}

.rtl .widget {
	float: right;
}

.widget:after {
	clear: both;
	content: "";
	display: table;
}

.widget-title {
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_calendar table {
	margin-bottom: 0;
	margin-top: 0;
}

.widget_rss li {
	margin-bottom: 1.61538461538462em;
}

@media only screen
and (min-width : 640px) {
	#secondary {
		padding-left: 30px;
		padding-right: 35.874439461883%;
	}

	.rtl #secondary {
		padding-right: 30px;
		padding-left: 35.874439461883%;
	}

	.no-js #tertiary .widget {
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside:avoid;
		-moz-page-break-inside:avoid;
		page-break-inside: avoid;
		clear: none;
		float: none;
	}

	.no-js .grid-sizer,
	.no-js .gutter-sizer {
		display: none;
	}

	.no-js #tertiary .widget,
	.no-js .masonry-on #page #tertiary .widget {
		padding: 0;
		width: 100%;
	}

	.no-js #tertiary .twelve.column {
		   -moz-column-fill: balance;
		-webkit-column-fill: balance;
		        column-fill: balance;
	}
}
@media only screen
and (min-width: 640px)
and (max-width: 1024px) { /* Tablets */
	.masonry-on #tertiary .widget,
	.masonry-on #tertiary .grid-sizer {
		width: 49%;
	}

	.masonry-on #tertiary .gutter-sizer {
		width: 2%;
	}

	.masonry-on #tertiary .widget:first-child:nth-last-child(3),
	.masonry-on #tertiary .widget:first-child:nth-last-child(3) ~ .widget,
	.masonry-on #tertiary .widget:first-child:nth-last-child(3) + .grid-sizer {
		width: 99.5%;
	}

	.masonry-on #tertiary .widget:first-child:nth-last-child(3) + .grid-sizer + .gutter-sizer {
		width: 0;
	}

	.no-js #tertiary .twelve.column {
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
	}
}

@media only screen
and (min-width: 1025px) { /* Desktop */
	.masonry-on #tertiary .widget,
	.masonry-on #tertiary .grid-sizer {
		width: 23.5%;
	}

	.masonry-on #tertiary .gutter-sizer {
		width: 2%;
	}

	.masonry-on #tertiary .widget:first-child:nth-last-child(3),
	.masonry-on #tertiary .widget:first-child:nth-last-child(3) ~ .widget,
	.masonry-on #tertiary .widget:first-child:nth-last-child(3) + .grid-sizer {
		width: 99.5%;
	}

	.masonry-on #tertiary .widget:first-child:nth-last-child(3) + .grid-sizer + .gutter-sizer {
		width: 0;
	}

	.masonry-on #tertiary .widget:first-child:nth-last-child(4),
	.masonry-on #tertiary .widget:first-child:nth-last-child(4) ~ .widget,
	.masonry-on #tertiary .widget:first-child:nth-last-child(4) ~ .widget + .grid-sizer {
		width: 49%;
	}

	.masonry-on #tertiary .widget:first-child:nth-last-child(5),
	.masonry-on #tertiary .widget:first-child:nth-last-child(5) ~ .widget,
	.masonry-on #tertiary .widget:first-child:nth-last-child(5) ~ .widget + .grid-sizer {
		width: 32%;
	}

	.masonry-on #tertiary .widget:first-child:nth-last-child(6),
	.masonry-on #tertiary .widget:first-child:nth-last-child(6) ~ .widget,
	.masonry-on #tertiary .widget:first-child:nth-last-child(6) ~ .widget + .grid-sizer {
		width: 23.5%;
	}

	.no-js #tertiary .twelve.column {
		-moz-column-count: 3;
		-moz-column-gap: 30px;
		-webkit-column-count: 3;
		-webkit-column-gap: 30px;
		column-count: 3;
		column-gap: 30px;
	}
}

@media only screen
and (max-width : 640px) {
	#tertiary .grid {
		padding-right: 30px;
	}
	.rtl #tertiary .grid {
		padding-right: 0;
		padding-left: 30px;
	}
	#tertiary .twelve {
		padding-right: 0;
	}
	.rtl #tertiary .twelve {
		padding-left: 0;
	}
}

/**
 * 11.0 - Forms
 */
button,
input,
optgroup,
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 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
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/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Ensure that long items in selects don't break out of their containers
 */
select {
	max-width: 100%;
}

/**
 * 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"] {
	overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
	-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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 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/10/11.
 */
textarea {
	overflow: auto; /* Remove default vertical scrollbar in IE 8/9/10/11. */
	vertical-align: top; /* Improves readability and alignment in all browsers */
}

/**
 * Form option groups.
 */
optgroup {
	font-weight: bold;
}

/**
 * Hide WordPress Search Submit
 */
.search-submit {
	display: none;
}

/**
 * Search inputs
 */
input[type="search"] {
	max-width: 100%;
}

.widget input[type="search"] {
	width: 100%;
}


/**
 * 12.0 - Infinite Scroll
 */
.infinite-scroll .pagination,
.infinite-scroll.neverending #colophon {
	display: none;
}

.infinity-end.neverending #colophon {
	display: block;
}

.infinite-loader,
#infinite-handle {
	clear: both;
}

.infinite-loader {
	height: 26px;
	margin-bottom: 52px;
}

#infinite-handle span {
	display: block;
	border-radius: 0;
	cursor: pointer;
	padding: 0.86666666666667em 1.73333333333333em;
	font-size: 15px;
	line-height: 1.73333333333333;
	margin: 1.73333333333333em 0 3.46666666666667em;
}

#infinite-footer {
	z-index: 100000;
}

#infinite-footer .container {
	padding: 0 30px;
	width: 100% !important;
}

#infinite-handle span button:before {
	font-family: 'FontAwesome';
	content: '\f0ab';
	margin-right: 1em;
}

.rtl #infinite-handle span button:before {
	margin-left: 1em;
	margin-right: auto;
}

/**
 * 13.0 - Comments
 */
.comments-area,
.comment-respond,
.comment-list,
.comment-navigation {
	clear: both;
	float: left;
	width: 100%;
}

.comments-area:after,
.comment-respond:after,
.comment-navigation:after,
.comment-list:after {
	clear: both;
	content: "";
	display: table;
}

.comments-area {
	font-size: 15px;
	line-height: 1.73333333333333;
	border-top: 1px solid;
	padding-top: 25px;
}

.comments-title {
	font-size: 18px;
	line-height: 1.44444444444444;
	margin: 0 0 1.44444444444444em;
}

.comment-navigation {
	font-size: 14px;
	line-height: 1.85714285714286;
	margin: 0 0 1.85714285714286em;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
	display: inline-block;
}

.comment-navigation .nav-previous {
	margin-right: 1em;
}

.rtl .comment-navigation .nav-previous {
	margin-left: 1em;
	margin-right: auto;
}

.comment-navigation .nav-next {

}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list {
	margin-bottom: 26px;
}

.comment-list li.comment,
.comment-list li.trackback,
.comment-list li.pingback {
	clear: both;
}

#content .comment-list article {
	border-top: 1px solid;
	clear: both;
	float: none;
	padding-top: 26px;
	position: relative;
}

#content .comment-list > li:last-of-type > article:last-of-type {
	border-bottom: 1px solid;
	margin-bottom: 25px;
}

.comment-list li.comment .comment {
	padding-left: 5%;
}

.rtl .comment-list li.comment .comment {
	padding-left: 0;
	padding-right: 5%;
}

.comment-list .comment-meta {

}

.comment-list .comment-author {
	display: inline-block;
}

.comment-list .comment-author .avatar {
	display: inline-block;
	vertical-align: middle;
	margin-right: 21px;
}

.rtl .comment-list .comment-author .avatar {
	margin-right: auto;
	margin-left: 21px;
}

.comment-list .comment-metadata {
	display: inline-block;
	font-size: 12px;
	line-height: 2.16666666666667;
}

.comment-list .edit-link {
	font-weight: bold;
	text-transform: uppercase;
}

.comment-list .comment-content {
	padding-left: 58px;
}

.rtl .comment-list .comment-content {
	padding-left: 0;
	padding-right: 58px;
}

.comment-list .comment-content a {
	word-wrap: break-word;
}

.comment-list .reply {
	display: inline-block;
	position: absolute;
		top: 26px;
		right: 0;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 2;
	font-weight: bold;
}

.rtl .reply {
	right: auto;
	left: 0;
}

.comment-list .even {

}

.comment-list .odd {

}

.comment-list .bypostauthor {

}

.comment-list .bypostauthor > article .fn:before {
  font-family: 'FontAwesome';
  content: '\f005';
  position: absolute;
  margin-left: -19px;
  margin-top: 1px;
}

.rtl .comment-list .bypostauthor > article .fn:before {
  margin-left: auto;
  margin-right: -19px;
}

.comment-reply-title {

}

.comment-reply-link {

}

.comment-reply-link:hover,
.comment-reply-link:focus {

}

.comment-form {

}

.comment-form label {

}

.no-comments {
	clear: both;
	text-align: center;
}

.required {

}

.comment-author:after,
.comment .edit-link:before,
.trackback .edit-link:before,
.pingback .edit-link:before {
	content: " / ";
}

.rtl .comment-author:after,
.rtl .comment .edit-link:before,
.rtl .trackback .edit-link:before,
.rtl .pingback .edit-link:before {
	content: " \5c ";
}

/**
 * 14.0 - Post Navigation
 */
.pagination {
	font-size: 14px;
	line-height: 1.85714285714286;
	margin-bottom: 1.85714285714286em;
	position: relative;
}

.pagination,
.pagination .nav-links {
	clear: both;
	float: left;
	height: 26px;
	width: 100%;
}

.pagination .page-numbers {
	display: inline-block;
	font-size: 12px;
	line-height: 2.16666666666667;
	width: 2.16666666666667em;
	height: 2.16666666666667em;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: top;
}

.pagination .prev,
.pagination .next {
	font-size: 14px;
	line-height: 1.85714285714286;
	width: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.pagination .prev {
	margin-right: 1em;
}

.rtl .pagination .prev {
	margin-right: auto;
	margin-left: 1em;
}

.pagination .next {
	margin-left: 1em;
}

.rtl .pagination .next {
	margin-left: auto;
	margin-right: 1em;
}

.post-navigation .meta-nav,
.pagination .nav-links .prev,
.pagination .nav-links .next {
	font-weight: bold;
}

.post-navigation .nav-links > div {
	display: inline-block;
	width: auto;
	margin-right: 1.08333333333333em;
}

.rtl .post-navigation .nav-links > div {
	margin-right: auto;
	margin-left: 1.08333333333333em;
}

.image-navigation {
	font-size: 15px;
	line-height: 1.73333333333333;
	margin-bottom: 26px;
	clear: both;
	float: left;
	width: 100%;
}

.image-navigation:after {
	clear: both;
	content: "";
	display: table;
}

.image-navigation .nav-links > div {
	display: inline-block;
}

.image-navigation .nav-links > div a {
	display: block;
	padding: 0.86666666666667em 1.73333333333333em;
}

@media only screen
and (min-width: 960px) {
	.post-navigation .nav-links > div {
		display: block;
		width: 100%;
	}

	.post-navigation {
		padding-right: 1.08333333333333em;
	}

	.rtl .post-navigation {
		padding-left: 1.08333333333333em;
		padding-right: 0;
	}
}

/**
 * w - WordPress.com Styling
 */
.embed-vimeo,
.jetpack-video-wrapper,
.jetpack-slideshow,
div.syntaxhighlighter,
.wp-playlist,
.eventbrite-widget,
#jp-post-flair {
	margin-bottom: 1.625em !important;
	margin-top: 1.625em !important;
}

#wpstats { /* Stats */
	display: none;
}

#botd2 { /* Blog of the day */
	display: none;
}

#webkit-iframe-shim { /* Customizer */
	display: none;
}

#bitsubscribe form {
	margin-top: 0 !important;
}

.widget_author_grid > ul > li,
.widget_authors > ul > li {
	margin-bottom: 21px;
}

.widget_jp_blogs_i_follow ol {
	list-style: disc;
	padding-left: 18px;
	padding-right: 0;
}

.rtl .widget_jp_blogs_i_follow ol {
	padding-left: 0;
	padding-right: 18px;
}


/**
 * x - Helpers
 */
.cover {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#user_switching_switch_on {
	clear: both;
	width: 100%;
	float: left;
	padding: 26px 30px;
	margin: 0;
	font-size: 15px;
	line-height: 1.73333333333333;
}

@-webkit-keyframes fade-navmenu-in { from { opacity: 0; } to { opacity: 1; } }
@-moz-keyframes fade-navmenu-in { from { opacity: 0; } to { opacity: 1; } }
@-o-keyframes fade-navmenu-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes fade-navmenu-in  { from { opacity: 0; } to { opacity: 1; } }

.notes,
.error,
.notice,
.info,
.success {
	clear: both;
	float: left;
	margin-bottom: 1.73333333333333em;
	max-width: 100%;
	padding: 0.86666666666667em;
	width: 100%;
	font-size: 0.9375em;
	line-height: 1.73333333333333;
}

.rtl .notes,
.rtl .error,
.rtl .notice,
.rtl .info,
.rtl .success {
	float: right;
}

.notes:after,
.error:after,
.notice:after,
.info:after,
.success:after {
	clear: both;
	content: "";
	display: table;
}

.notes p:first-child,
.notes ul:first-child,
.notes ol:first-child,
.notes dl:first-child,
.notes address:first-child,
.notes form:first-child,
.notes fieldset:first-child,
.error p:first-child,
.error ul:first-child,
.error ol:first-child,
.error dl:first-child,
.error address:first-child,
.error form:first-child,
.error fieldset:first-child,
.notice p:first-child,
.notice ul:first-child,
.notice ol:first-child,
.notice dl:first-child,
.notice address:first-child,
.notice form:first-child,
.notice fieldset:first-child,
.info p:first-child,
.info ul:first-child,
.info ol:first-child,
.info dl:first-child,
.info address:first-child,
.info form:first-child,
.info fieldset:first-child,
.success p:first-child,
.success ul:first-child,
.success ol:first-child,
.success dl:first-child,
.success address:first-child,
.success form:first-child,
.success fieldset:first-child {
	margin-top: 0;
}

.notes p:last-child,
.notes ul:last-child,
.notes ol:last-child,
.notes dl:last-child,
.notes address:last-child,
.notes form:last-child,
.notes fieldset:last-child,
.error p:last-child,
.error ul:last-child,
.error ol:last-child,
.error dl:last-child,
.error address:last-child,
.error form:last-child,
.error fieldset:last-child,
.notice p:last-child,
.notice ul:last-child,
.notice ol:last-child,
.notice dl:last-child,
.notice address:last-child,
.notice form:last-child,
.notice fieldset:last-child,
.info p:last-child,
.info ul:last-child,
.info ol:last-child,
.info dl:last-child,
.info address:last-child,
.info form:last-child,
.info fieldset:last-child,
.success p:last-child,
.success ul:last-child,
.success ol:last-child,
.success dl:last-child,
.success address:last-child,
.success form:last-child,
.success fieldset:last-child {
	margin-bottom: 0;
}

.syntaxhighlighter {
	border-width: 1px;
	border-style: solid;
}

/**
 * y - Typekit Overrides
 *
 * @link http://help.typekit.com/customer/portal/articles/6787-font-events
 */
.wf-loading {

}

.wf-active {

}

.wf-active {

}

.wf-inactive {

}

/**
 * z - Colors
 */
body { /* Color Slot 1 */
	background-color: #3c5d72;
}

body,
button,
input,
optgroup,
select,
textarea,
.infinite-loader { /* Automatically adjusts based on color slot 1. */
	color: #192536;
}

::-webkit-input-placeholder { /* WebKit */
	color: #192536;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #192536;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #192536;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #192536;
}

a {
	background-color: transparent; /* Remove the gray background color from active links in IE 10. */
	color: inherit;
}

mark { /* Address styling not present in IE 8/9. */
  background-color: #ff0;
  color: #192536;
}

.entry-content a,
.taxonomy-description a,
.site-top-content a,
.site-info a,
.contact-information a:hover,
.contact-information a:focus,
.entry-meta a:hover,
.entry-meta a:focus,
.main-navigation a:hover,
.main-navigation a:focus,
.entry-breadcrumbs a:hover,
.entry-breadcrumbs a:focus,
.event-meta a:hover,
.event-meta a:focus,
.secondary-navigation a:hover,
.secondary-navigation a:focus,
.social-navigation a:hover:before,
.social-navigation a:focus:before,
.pagination a:hover,
.pagination a:focus,
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.prev:focus,
.pagination .page-numbers.next:hover,
.pagination .page-numbers.next:focus,
.child-pages a,
#secondary a,
#tertiary a,
.comment-navigation a,
.comment-list .reply a:hover,
.comment-list .reply a:focus,
.comment-list .comment-metadata a:hover,
.comment-list .comment-metadata a:focus,
.comment-list .comment-author a,
.pingback .comment-body > a {
	color: #537EB5;
}

.entry-content a:hover,
.entry-content a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.site-top-content a:hover,
.site-top-content a:focus,
.site-info a:hover,
.site-info a:focus,
.child-pages a:hover,
.child-pages a:focus,
#secondary a:hover,
#secondary a:focus,
#tertiary a:hover,
#tertiary a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus,
.comment-list .comment-author a:hover,
.comment-list .comment-author a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	color: #3c5d72;
	text-decoration: underline;
}

#secondary .widget_rss .widget-title a,
#tertiary .widget_rss .widget-title a {
	color: inherit;
}

hr {
	background-color: #d7d7d7;
}

.child-pages a,
.entry-meta,
#content .comment-list article,
#content .comment-list > li:last-of-type > article:last-of-type {
	border-color: #e7e7e7;
}

.comment-author:after,
.comment .edit-link:before,
.trackback .edit-link:before,
.pingback .edit-link:before {
	color: #d7d7d7;
}

.child-pages a:hover,
.child-pages a:focus {
	border-color: inherit;
	text-decoration: none;
}

.excerpt-more a,
.page-links > a,
a.more-link,
#infinite-handle span,
#user_switching_switch_on,
.page-content .edit-link a,
.pagination .page-numbers,
#content .call-to-action,
.image-navigation .nav-links > div a {
	color: white;
	background-color: #192536;
}

.excerpt-more a:hover,
.excerpt-more a:focus,
.page-links > a:hover,
.page-links > a:focus,
a.more-link:hover,
a.more-link:focus,
#infinite-handle span:hover,
#infinite-handle span:focus,
.page-content .edit-link a:hover,
.page-content .edit-link a:focus,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus,
#content .call-to-action:hover,
#content .call-to-action:focus,
.image-navigation .nav-links > div a:hover,
.image-navigation .nav-links > div a:focus {
	color: white;
	background-color: #365175;
	text-decoration: none;
}

.pagination .dots:hover,
.pagination .dots:focus,
.pagination .current:hover,
.pagination .current:focus {
	background-color: transparent;
	color: inherit;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: transparent;
}

.entry-content table,
.entry-summary table,
.comment-body table,
.widget table,
.entry-content td,
.entry-summary td,
.comment-body td,
.widget td,
.entry-content th,
.entry-summary th,
.comment-body th,
.widget th {
	border-color: #d7d7d7;
}

.entry-content tr:nth-child(even),
.entry-summary tr:nth-child(even),
.comment-body tr:nth-child(even),
.widget tr:nth-child(even),
.notes,
#site-top-content,
.social-navigation a:before,
#tertiary {
	background-color: #f7f7f7;
}

pre code {
	background-color: transparent;
}

pre { /* contain overflow in all browsers */
	background-color: #e7e7e7;
}

.no-comments {
	color: #c7c7c7;
}

.main-navigation-wrapper {
	background-color: #e7e7e7;
}

.dropdown-toggle {
	background-color: #d7d7d7;
}

#site-top-content {
	border-bottom-color: #e7e7e7;
}

#site-top-search-form input[type="search"] {
	background-color: transparent;
}

#tertiary {
	border-top-color: #e7e7e7;
}

blockquote {
	border-left-color: inherit;
}

#content {
	background-color: white;
	border-top-color: #f7f7f7;
}

@media screen and (min-width: 50em) {
	.social-navigation a:before {
		background-color: transparent;
	}

	.main-navigation-wrapper,
	.dropdown-toggle {
		background-color: transparent;
	}

	.main-navigation > .grid > .row > .twelve > div > ul > li ul {
		background-color: rgba( 255, 255, 255, .9 );
		-webkit-box-shadow: 0 6px 30px -10px rgba( 0, 0, 0 , 0.2 );
		-moz-box-shadow: 0 6px 30px -10px rgba( 0, 0, 0 , 0.2 );
		box-shadow: 0 6px 30px -10px rgba( 0, 0, 0 , 0.2 );
	}

	.main-navigation > .grid > .row > .twelve > div > ul > li > ul ul {
		border-color: #e7e7e7;
	}
}

.info {
	background-color: #BDE5F8;
}

.success {
	background-color: #DFF2BF;
}

.error {
	background-color: #FFBABA;
}

.notice {
	background-color: #FEEFB3;
}

.syntaxhighlighter {
	border-color: #d7d7d7;
}

.pagination .prev,
.pagination .next {
	background-color: transparent;
	color: inherit;
}

.pagination .current,
.pagination .dots {
	background-color: transparent;
	color: inherit;
}

.site-footer .inner-wrap {
	border-color: #d7d7d7;
}

#page {
	background-color: white;
	-webkit-box-shadow: 3px 3px 50px -10px rgba( 0, 0, 0 , 0.2 );
	-moz-box-shadow: 3px 3px 50px -10px rgba( 0, 0, 0 , 0.2 );
	box-shadow: 3px 3px 50px -10px rgba( 0, 0, 0 , 0.2 );
}

/* Media Elements and Embeds */
.wp-caption-dd,
.wp-caption-text,
.tiled-gallery-caption,
.wp-caption-dd a,
.wp-caption-text a,
.tiled-gallery-caption a {
	color: inherit;
}

.tiled-gallery-caption {
	background-color: rgba( 255, 255, 255, .99 );
}

.wp-caption,
.gallery-caption,
.entry-caption {
	background-color: #f7f7f7;
	border-color: #e7e7e7;
}

.wp-caption-dd,
.wp-caption-text,
.tiled-gallery-caption {
	border-top-color: #e7e7e7;
}

.wp-playlist {
	border-color: #d7d7d7 !important;
}.widget_wpcom_social_media_icons_widget ul {
    list-style-type: none;
    margin-left: 0;
}

.widget_wpcom_social_media_icons_widget li {
    border: 0 none;
    display: inline;
    margin-right: 0.5em;
}

.widget_wpcom_social_media_icons_widget li a {
    border: 0 none;
    text-decoration: none;
}

.widget_wpcom_social_media_icons_widget .genericon {
    font-family: 'Genericons';
}

.widget_wpcom_social_media_icons_widget .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.widget_wpcom_social_media_icons_widget .screen-reader-text:hover,
.widget_wpcom_social_media_icons_widget .screen-reader-text:active,
.widget_wpcom_social_media_icons_widget .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-size: 0.875rem;
    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. */
}img.emoji {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}/**
 * Post Reblogging not in the Reader
 */

.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .75em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}

/* Old reblog styles */
.reblog-post .wpcom-enhanced-excerpt-content {
	border-left: 3px solid #eee;
	padding-left: 15px;
}

.reblog-post ul.thumb-list {
	display: block;
	list-style: none;
	margin: 2px 0;
	padding: 0;
	clear: both;
}

.reblog-post ul.thumb-list li {
	display: inline;
	margin: 0;
	padding: 0 1px;
	border: 0;
}

.reblog-post ul.thumb-list li a {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post ul.thumb-list li img {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post .wpcom-enhanced-excerpt {
	clear: both;
}

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p {
	font-size: 100% !important;
}

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q {
	font-size: 98% !important;
}

/* Reblogged post */
.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1;
}

.reblog-source .more-words {
	color: #668eaa;
}

.wpcom-reblog-snapshot .reblog-post {
	box-shadow: 0 0 0 1px rgba(46, 68, 83, .1) inset, 0 1px 1px rgba(46, 68, 83, .05);
	border-radius: 4px;
	padding: 24px;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	margin: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
/**
 * Sharedaddy Base Styles
 *
 * Contains styles for modules, containers, buttons
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}


/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}

body.highlander-light h3.sd-title:before {
	border-top: 1px solid rgba(0,0,0,.2);
}

body.highlander-dark h3.sd-title:before {
	border-top: 1px solid rgba(255,255,255,.4);
}


/* Sharing services list */
.sd-content ul {
	padding: 0 !important;
	margin: 0 0 .7em 0 !important;
	list-style: none !important;
}

.sd-content ul li {
	display: inline-block;
}

.sd-block.sd-gplus {
	margin: 0 0 .5em 0;
}

.sd-gplus .sd-content {
	font-size: 12px;
}


/* Buttons */
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button >a {		/* official Digg button no longer works, needs cleaning */
	text-decoration: none !important;
	display: inline-block;
	margin: 0 5px 5px 0;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	border-radius: 3px;
	color: #777 !important;
	background: #f8f8f8;
	border: 1px solid #cccccc;
	box-shadow: 0 1px 0 rgba(0,0,0,.08);
	text-shadow: none;
	line-height: 23px;
	padding: 1px 8px 0px 5px;
}

.sd-social-text .sd-content ul li a.sd-button span,
.sd-content ul li a.sd-button>span,
.sd-content ul li .option a.share-ustom span,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-official .sd-content>ul>li .digg_button >a span {		/* official Digg button no longer works, needs cleaning */
	line-height: 23px;
}



/* Our gray buttons should be smaller when seen with the official ones */
.sd-social-official .sd-content>ul>li>a.sd-button,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,
.sd-social-official .sd-content>ul>li .digg_button>a,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a {
	line-height: 17px;
	box-shadow: none; /* No shadow on gray buttons between the official ones */
	vertical-align: top;
}

.sd-social-official .sd-content ul li a.sd-button>span {
	line-height: 17px;
}
.sd-social-official .sd-content>ul>li>a.sd-button:before,
.sd-social-official .sd-content>ul>li .digg_button>a:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
	margin-bottom: -1px;
}

.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	color: #555;
	background: #fafafa;
	border: 1px solid #999999;
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	box-shadow: inset 0 1px 0 rgba(0,0,0,.16);
}

/* All icons */
.sd-content ul li a.sd-button:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 18px/1 'social-logos';
	vertical-align: top;
	text-align: center;
}
/* text + icon styles should have relative and top position */
.sd-social-icon-text ul li a.sd-button:before {
	position: relative;
	top: 2px;
}

/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-content ul li a.sd-button:before {
		position: relative;
		top: 2px;
	}
}

.sd-social-official ul li a.sd-button:before {
	position: relative;
	top: -2px;
}
/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-official ul li a.sd-button:before {
		top: 0px;
	}
}

.sd-content ul li {
	margin: 0 !important;
	padding: 0;
}

/* Text + icon & Official */
.sd-social-icon-text .sd-content ul li a span,
.sd-social-official .sd-content ul li a.sd-button span,
.sd-content ul li.preview-item a.sd-button span {
	margin-left: 3px;
}
.sd-content ul li.preview-item.no-icon a.sd-button span {
	margin-left: 0;
}

/* Text only */
.sd-social-text .sd-content ul li a:before,
.sd-content ul li.no-icon a:before {
	display: none;
}
body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
	background-image: none;
	background-position: -500px -500px !important;	/* hack to work around !important inline style */
	background-repeat: no-repeat !important;
	padding-left: 0;
	height: 0;
	line-height: inherit;
}

.sd-social-icon .sd-content ul li a.share-more {
	position: relative;
	top: -4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}
@-moz-document url-prefix() {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}

.sd-social-icon .sd-content ul li a.share-more span {
	margin-left: 3px;
}


/* Individual icons */
.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
	content: '\f469';
}

.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
	content: '\f410';
}
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
	content: '\f207';
}
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
	content: '\f202';
}
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before {
	content: '\f222';
}
.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
	content: '\f607';
}
.sd-social-icon .sd-content ul li.share-stumbleupon a:before,
.sd-social-text .sd-content ul li.share-stumbleupon a:before,
.sd-content ul li.share-stumbleupon div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-stumbleupon a:before {
	content: '\f223';
}
.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
	content: '\f224';
}
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
	content: '\f210';
}
.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,
.sd-social-text .sd-content ul li.share-google-plus-1 a:before,
.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-google-plus-1 a:before {
	content: '\f218';
}
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
	content: '\f203';
}
.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before,
.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before {
	content: '\f205';
}
.sd-social-official .sd-content li.share-press-this a:before {
	color: #2ba1cb;
}
.sd-social-icon .sd-content ul li.share-telegram a:before,
.sd-social-text .sd-content ul li.share-telegram a:before,
.sd-content ul li.share-telegram div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-telegram a:before,
.sd-social-official .sd-content li.share-telegram a:before {
	content: '\f606';
}
.sd-social-official .sd-content li.share-telegram a:before {
	color: #0088cc;
}
.sd-social-icon .sd-content ul li.share-skype a:before,
.sd-social-text .sd-content ul li.share-skype a:before,
.sd-content ul li.share-skype div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-skype a:before {
	content: '\f220';
}
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
	content: '\f415';
}
.sd-social-official .sd-content a.share-more:before {
	color: #2ba1cb;
}

.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	content: '\f608';
}
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	color: #43d854;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-jetpack-whatsapp a.sd-button {
	background: #43d854;
	color: #fff !important;
}

/* Share count */
.sd-social .sd-button .share-count {
	background: #2ea2cc;
	color: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	padding: 1px 3px;
	line-height: 1;
}


/* Official buttons */
.sd-social-official .sd-content ul, .sd-social-official .sd-content ul li {
	line-height: 25px !important;
}

.sd-social-official .sd-content>ul>li>a.sd-button span {
	line-height: 1;
}

.sd-social-official .sd-content ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sd-social-official .sd-content li.share-press-this a {
	margin: 0 0 5px 0;
}

.sd-social-official .sd-content ul>li {
	display: block;
	float: left;
	margin: 0 10px 5px 0 !important;
	height: 25px;
}

.sd-social-official .fb-share-button > span {
	vertical-align: top !important;
}

.sd-social-official .sd-content .pocket_button iframe {
	width: 98px;
}


/* Individual official buttons */
.googleplus1_button .g-plus {
	vertical-align: top !important;
}

.stumbleupon_button iframe, .reddit_button iframe {
	margin-top: 1px;
}

.pocket_button iframe, .googleplus1_button iframe, .pinterest_button, .twitter_button, .linkedin_button>span {
	margin: 0 !important;
}

.sd-social-official .sd-content .share-skype {
	width: 55px;
}

body .sd-social-official li.share-print ,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a
{
	position: relative;
	top: 0;
}


/* Custom icons */
body .sd-social-icon .sd-content li.share-custom>a {
	padding: 2px 3px 0 3px;
	position: relative;
	top: 4px;
}

body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span
{
	background-size: 16px 16px;
	background-repeat: no-repeat;
	margin-left: 0;
	padding: 0 0 0 19px;
	display: inline-block;
	height: 16px;
	line-height: 16px;
}

body .sd-social-icon .sd-content li.share-custom a span {
	width: 0;
}

body .sd-social-icon .sd-content li.share-custom a span {
	padding-left: 16px !important;
}


/* Overflow Sharing dialog */
.sharing-hidden .inner {
	position: absolute;
	z-index: 2;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 5px;
	max-width: 400px;
}

.sharing-hidden .inner ul{
	margin: 0 !important;
}

.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
	clear: both;
	margin: 0!important;
	height: 0!important;
}

.sharing-hidden .inner:before, .sharing-hidden .inner:after {
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ccc;
	content: "";
	display: block;
}

.sharing-hidden .inner:after {
	z-index: 2;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
}

.sharing-hidden ul {
	margin: 0;
}


/**
 * Special colorful look for "Icon Only" option
 */

.sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 0;
	box-shadow: none;
	padding: 7px;
	position: relative;
	top: -2px;
	line-height: 1;
	width: auto;
	height: auto;
	margin-bottom: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a span {
	line-height: 1;
}

.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
	border: none;
	opacity: .6;
}



.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
	top: 1px;
	top: 0px\9; /* IE8 and below */
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
	padding: 8px 8px 6px 8px;
	top: 5px;
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
	margin-left: 10px;
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
	margin-left: 0;
}


.sd-social-icon .sd-button span.share-count {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0;
	background: #555;
	font-size: 9px;
}

/* Special look colors */
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	background: #e9e9e9;
	margin-top: 2px;
	text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
	background: #2c4762;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
	background: #3b5998;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-stumbleupon a.sd-button {
	background: #ea4b24;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
	background: #00acee;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
	background: #ca1f27;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
	background: #1e8cbe;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-telegram a.sd-button {
	background: #0088cc;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
	background: #0077b5;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-google-plus-1 a.sd-button {
	background: #dd4b39;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
	background: #ee4056;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
	background: #cee3f8;
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-skype a.sd-button {
	background: #00AFF0;
	color: #fff !important;
}

/**
 * Screen Reader Text for "Icon Only" option
 */

.sharing-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.sharing-screen-reader-text:hover,
.sharing-screen-reader-text:active,
.sharing-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 */
}


/**
 * Sharing Email Dialog
 */

#sharing_email {
	width: 342px;
	position: absolute;
	z-index: 1001;
	border: 1px solid #ccc;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	text-align: left;
}

div.sharedaddy.sharedaddy-dark #sharing_email {
	border-color: #fff;
}

#sharing_email .errors {
	color: #fff;
	background-color: #771a09;
	font-size: 12px;
	padding: 5px 8px;
	line-height: 1;
	margin: 10px 0 0 0;
}

#sharing_email label {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	display: block;
	padding: 0 0 4px 0;
	text-align: left;
	text-shadow: none;
}

#sharing_email form {
	margin: 0;
}

#sharing_email input[type="text"], #sharing_email input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: 1px solid #ccc;
	margin-bottom: 1em;
	background: #fff;
	font-size: 12px;
	color: #333;
	max-width: none;
	padding: 1px 3px;
}
#jetpack-source_f_name {
	display: none!important;
	position: absolute !important;
	left: -9000px;
}

#sharing_email .sharing_cancel {
	padding: 0 0 0 1em;
	font-size: 12px;
	text-shadow: none;
}

#sharing_email .recaptcha {
	width: 312px;
	height: 123px;
	margin: 0 0 1em 0;
}

/* Generated by grunt-webfont */



@font-face {
	font-family:"social-logos";
	src:url(/wp-content/mu-plugins/social-logos/social-logos.eot?51b607ee5b5cb2a0e4517176475a424c);
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"social-logos";
	src:url(/wp-content/mu-plugins/social-logos/social-logos.eot?51b607ee5b5cb2a0e4517176475a424c);
	src:url(/wp-content/mu-plugins/social-logos/social-logos.eot?#iefix) format("embedded-opentype"),
		url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
		url(/wp-content/mu-plugins/social-logos/social-logos.ttf?51b607ee5b5cb2a0e4517176475a424c) format("truetype");
	font-weight:normal;
	font-style:normal;
}

.social-logo {
	font-family:"social-logos";
	display:inline-block;
	vertical-align:middle;
	line-height:1;
	font-weight:normal;
	font-style:normal;
	speak:none;
	text-decoration:inherit;
	text-transform:none;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}


/* Icons */


.social-logo__amazon:before {
	content:"\f600";
}


.social-logo__behance:before {
	content:"\f101";
}


.social-logo__blogger-alt:before {
	content:"\f601";
}


.social-logo__blogger:before {
	content:"\f602";
}


.social-logo__codepen:before {
	content:"\f216";
}


.social-logo__dribbble:before {
	content:"\f201";
}


.social-logo__dropbox:before {
	content:"\f225";
}


.social-logo__eventbrite:before {
	content:"\f603";
}


.social-logo__facebook:before {
	content:"\f203";
}


.social-logo__feed:before {
	content:"\f413";
}


.social-logo__flickr:before {
	content:"\f211";
}


.social-logo__foursquare:before {
	content:"\f226";
}


.social-logo__ghost:before {
	content:"\f61c";
}


.social-logo__github:before {
	content:"\f200";
}


.social-logo__google-plus-alt:before {
	content:"\f218";
}


.social-logo__google-plus:before {
	content:"\f206";
}


.social-logo__instagram:before {
	content:"\f215";
}


.social-logo__linkedin:before {
	content:"\f207";
}


.social-logo__mail:before {
	content:"\f410";
}


.social-logo__medium:before {
	content:"\f623";
}


.social-logo__path-alt:before {
	content:"\f604";
}


.social-logo__path:before {
	content:"\f219";
}


.social-logo__pinterest-alt:before {
	content:"\f210";
}


.social-logo__pinterest:before {
	content:"\f209";
}


.social-logo__pocket:before {
	content:"\f224";
}


.social-logo__polldaddy:before {
	content:"\f217";
}


.social-logo__print:before {
	content:"\f469";
}


.social-logo__reddit:before {
	content:"\f222";
}


.social-logo__share:before {
	content:"\f415";
}


.social-logo__skype:before {
	content:"\f220";
}


.social-logo__spotify:before {
	content:"\f515";
}


.social-logo__squarespace:before {
	content:"\f605";
}


.social-logo__stumbleupon:before {
	content:"\f223";
}


.social-logo__telegram:before {
	content:"\f606";
}


.social-logo__tumblr-alt:before {
	content:"\f607";
}


.social-logo__tumblr:before {
	content:"\f214";
}


.social-logo__twitch:before {
	content:"\f516";
}


.social-logo__twitter-alt:before {
	content:"\f202";
}


.social-logo__twitter:before {
	content:"\f610";
}


.social-logo__vimeo:before {
	content:"\f212";
}


.social-logo__whatsapp:before {
	content:"\f608";
}


.social-logo__wordpress:before {
	content:"\f205";
}


.social-logo__xanga:before {
	content:"\f609";
}


.social-logo__youtube:before {
	content:"\f213";
}
/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}


/**
 * Layout
 */

.simple-homepage {
	display: none;
}
