/**
 * Theme Name: Primer
 * Theme URI: https://github.com/godaddy/wp-primer-theme
 * Author: GoDaddy
 * Author URI: https://www.godaddy.com/
 * Description: Primer is a powerful theme that brings clarity to your content in a fresh design.
 * Version: 1.8.0
 * License: GPL-2.0
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: primer
 * Domain Path: /languages
 * Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, threaded-comments, three-columns, translation-ready, two-columns
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * Copyright © 2017 GoDaddy Operating Company, LLC. All Rights Reserved.
 */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block; }

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

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

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

figure {
  margin: 1em 40px; }

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

button,
input,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body,
button,
input,
select,
textarea,
.select2-container .select2-choice {
  color: #252525;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8; }
  @media only screen and (max-width: 40.063em) {
    body,
    button,
    input,
    select,
    textarea,
    .select2-container .select2-choice {
      font-size: 14.4px;
      font-size: 0.9rem; } }

h1, h2, h3, h4, h5, h6, .site-title, .page-title {
  clear: both;
  margin-top: 0.2rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  color: #353535; }

h1,
.page-title {
  font-size: 2.5em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em;
  font-size: 125%;
  font-style: italic;
  line-height: 1.4;
  margin: 1em 0;
  padding-left: 1em;
  border-left: 4px solid rgba(37, 37, 37, 0.1);
  color: #686868; }

address {
  margin: 0 0 1.5em; }

pre {
  background-color: rgba(225, 225, 225, 0.5);
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em;
  border: 1px solid rgba(37, 37, 37, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

code {
  padding: 0.125rem 0.25rem;
  background-color: rgba(225, 225, 225, 0.5);
  border: 1px solid rgba(37, 37, 37, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px; }

pre code {
  padding: 0;
  border: none;
  background-color: transparent; }

abbr, acronym {
  border-bottom: 1px dotted rgba(37, 37, 37, 0.1);
  cursor: help; }

mark, ins {
  background-color: rgba(255, 249, 192, 0.5);
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
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; }

body {
  background: #f5f5f5;
  word-wrap: break-word; }

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

hr {
  background-color: rgba(37, 37, 37, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

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

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%; }

.hentry table th,
.hentry table td {
  padding: 0.5em;
  text-align: left;
  border: 1px solid rgba(37, 37, 37, 0.1);
  border-left: none;
  border-right: none; }

.hentry table thead th {
  border-bottom-width: 2px;
  border-top: none; }

.hentry table tfoot th {
  border-top-width: 2px;
  border-bottom: none; }

.hentry table tr:hover td {
  background-color: rgba(37, 37, 37, 0.05); }

.widget table caption {
  padding: 0 0.5em 0.5em;
  font-weight: bold; }

.widget table th,
.widget table td {
  text-align: center; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.nf-response-msg,
.widget-area .nf-response-msg {
  font-weight: bold; }
  .nf-response-msg p:first-child,
  .widget-area .nf-response-msg p:first-child {
    font-style: italic;
    font-weight: normal; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.select2-container .select2-choice {
  color: rgba(37, 37, 37, 0.5);
  border: 1px solid rgba(37, 37, 37, 0.1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0.75rem;
  resize: none;
  background-color: rgba(255, 255, 255, 0.5); }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus,
  .select2-container .select2-choice:focus {
    color: #252525;
    background-color: rgba(255, 255, 255, 0.75); }

.select2-container .select2-choice {
  padding: 0.57rem 0.75rem; }

.select2-drop-active,
.select2-drop.select2-drop-above.select2-drop-active,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border-color: rgba(37, 37, 37, 0.1); }

input[type="checkbox"],
input[type="radio"] {
  margin: 0 0.25em; }

input[type="file"] {
  font-size: 13.6px;
  font-size: 0.85rem; }

select {
  border: 1px solid rgba(37, 37, 37, 0.1); }

textarea {
  width: 100%; }

fieldset {
  padding: 0.5em 1.5em;
  border-color: rgba(37, 37, 37, 0.1); }

legend {
  padding: 0 1em;
  text-transform: uppercase;
  letter-spacing: 1px; }

form label {
  font-weight: bold; }

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button,
a.button,
a.button:visited,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ff6663;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0.5em;
  padding: 0.75em 1em;
  white-space: nowrap; }
  button:hover, button:active, button:focus,
  a.button:hover,
  a.button:active,
  a.button:focus,
  a.button:visited:hover,
  a.button:visited:active,
  a.button:visited:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    cursor: pointer;
    background-color: rgba(255, 102, 99, 0.8);
    color: #ffffff; }

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #ff6663;
  text-decoration: none; }
  a:visited {
    color: #ff6663; }
  a:hover, a:focus, a:active {
    color: rgba(255, 102, 99, 0.8); }
  a:hover, a:active, a:focus {
    outline: 0; }

/*--------------------------------------------------------------
# Pointers
--------------------------------------------------------------*/
.wp-pointer-content {
  border-top: none; }
  .wp-pointer-content h3 {
    font-family: sans-serif; }
  .wp-pointer-content p {
    font-family: sans-serif;
    font-size: 13px;
    line-height: 1.4; }
  .wp-pointer-content a.close,
  .wp-pointer-content a.close:visited {
    color: #0073aa;
    line-height: 1.5;
    font-family: sans-serif;
    font-weight: 400; }
    .wp-pointer-content a.close:hover, .wp-pointer-content a.close:active, .wp-pointer-content a.close:focus,
    .wp-pointer-content a.close:visited:hover,
    .wp-pointer-content a.close:visited:active,
    .wp-pointer-content a.close:visited:focus {
      color: #00a0d2; }

/*--------------------------------------------------------------
# Menus
--------------------------------------------------------------*/
.main-navigation-container {
  width: 100%;
  background-color: #0b3954;
  content: "";
  display: table;
  table-layout: fixed;
  clear: both; }

.main-navigation {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: none; }
  .main-navigation:after {
    content: " ";
    display: block;
    clear: both; }
  .main-navigation.open {
    display: block; }
    .main-navigation.open ul a:not(.expand) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .main-navigation .expand {
    font-size: 1.8rem;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1.2rem 0;
    width: 50px;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    text-indent: 0; }
    .main-navigation .expand:hover {
      background-color: rgba(0, 0, 0, 0.1); }
    .main-navigation .expand:before {
      content: "+"; }
    @media only screen and (min-width: 61.063em) {
      .main-navigation .expand {
        display: none; } }
  .main-navigation .menu-item-has-children {
    position: relative; }
    .main-navigation .menu-item-has-children.open > .expand:before {
      content: "\2013"; }
  @media only screen and (min-width: 61.063em) {
    .main-navigation {
      display: block; } }
  @media only screen and (min-width: 61.063em) {
    .main-navigation .menu-main-menu-container {
      float: left;
      margin-left: 25px; } }
  .main-navigation li li {
    text-indent: 1rem; }
    .main-navigation li li a {
      text-indent: 0; }
  .main-navigation li li li {
    text-indent: 1.5rem; }
    .main-navigation li li li a {
      text-indent: 0; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul a {
      color: #ffffff; }
    @media only screen and (max-width: 61.063em) {
      .main-navigation ul .open > .sub-menu {
        display: block; } }
    .main-navigation ul ul {
      z-index: 99999;
      background-color: #0b3954; }
      @media only screen and (max-width: 61.063em) {
        .main-navigation ul ul {
          display: none; } }
      @media only screen and (min-width: 61.063em) {
        .main-navigation ul ul {
          position: absolute;
          left: -999em;
          -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
          .main-navigation ul ul ul {
            left: -999em;
            top: 0; }
          .main-navigation ul ul li:hover > ul,
          .main-navigation ul ul li.focus > ul {
            left: 100%; }
          .main-navigation ul ul a {
            width: 200px; } }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  @media only screen and (min-width: 61.063em) {
    .main-navigation li {
      position: relative;
      float: left; } }
  .main-navigation a {
    display: block;
    text-decoration: none;
    padding: 1.6rem 1rem;
    line-height: 1rem;
    color: #ffffff; }
    @media only screen and (max-width: 61.063em) {
      .main-navigation a {
        padding: 1.2rem 1rem; } }
    .main-navigation a:hover, .main-navigation a:visited:hover {
      background-color: rgba(0, 0, 0, 0.1);
      color: #ffffff; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current_page_parent > a,
  .main-navigation .current-menu-ancestor > a {
    background-color: rgba(0, 0, 0, 0.1); }
  .main-navigation .sub-menu .menu-item-has-children > a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 10px;
    top: 50%;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 7px solid #ffffff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none; }
    @media only screen and (min-width: 61.063em) {
      .main-navigation .sub-menu .menu-item-has-children > a::after {
        display: inline; } }
  .main-navigation .search-form {
    padding: 20px;
    clear: both;
    position: relative; }
    @media only screen and (min-width: 61.063em) {
      .main-navigation .search-form {
        padding: 0;
        float: right;
        margin: 1em;
        height: 48px;
        clear: none; } }
    .site-footer .main-navigation .search-form {
      display: inline-block;
      float: none; }
    .main-navigation .search-form .screen-reader-text {
      display: none; }
    .main-navigation .search-form input[type="search"] {
      background: none;
      border: none;
      color: #fff;
      font-size: 14px;
      margin: 0;
      position: relative;
      padding: 10px 35px 10px 0;
      display: block;
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .main-navigation .search-form input[type="submit"] {
      -webkit-background-size: 17px 17px;
      background-size: 17px;
      display: block;
      height: 21px;
      text-indent: -9999px;
      vertical-align: middle;
      width: 21px;
      padding: 0;
      display: inline-block;
      position: absolute;
      right: 30px;
      top: 27px; }
      @media only screen and (min-width: 61.063em) {
        .main-navigation .search-form input[type="submit"] {
          right: 10px;
          top: 10px; } }
    .main-navigation .search-form ::-webkit-input-placeholder,
    .main-navigation .search-form :-moz-placeholder,
    .main-navigation .search-form ::-moz-placeholder,
    .main-navigation .search-form :-ms-input-placeholder {
      color: #fff;
      font-size: 8px; }

body.no-max-width .main-navigation {
  max-width: none; }

.menu-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 4rem;
  padding: 6% 5px 0;
  z-index: 15; }
  body.admin-bar .menu-toggle {
    padding-top: -webkit-calc(6% + 32px);
    padding-top: calc(6% + 32px); }
    @media only screen and (max-width: 782px) {
      body.admin-bar .menu-toggle {
        padding-top: -webkit-calc(6% + 46px);
        padding-top: calc(6% + 46px); } }
  @media only screen and (min-width: 61.063em) {
    .menu-toggle {
      display: none; } }
  .menu-toggle div {
    background-color: #ffffff;
    margin: 0.43rem .86rem 0.43rem 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    height: 0.45rem; }
  .menu-toggle.open div:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-toggle.open div:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .menu-toggle.open div:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.navigation.pagination {
  clear: both;
  margin: 0 0 1.5em; }
  .navigation.pagination .nav-links {
    text-align: center; }
    .navigation.pagination .nav-links .page-numbers {
      display: inline-block;
      border: none;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      line-height: 1;
      margin: 0 0.25em;
      padding: 0.5em 0.75em;
      white-space: nowrap; }
      .navigation.pagination .nav-links .page-numbers.dots {
        background: none; }
      .navigation.pagination .nav-links .page-numbers.current {
        color: #f5f5f5;
        background-color: #ff6663; }
  .navigation.pagination .paging-nav-text {
    display: none; }
  @media only screen and (max-width: 40.063em) {
    .navigation.pagination .paging-nav-text {
      display: inline-block;
      font-size: 0.9rem;
      font-weight: normal;
      color: #252525; }
    .navigation.pagination .nav-links {
      float: right; }
      .navigation.pagination .nav-links .page-numbers:not(.prev):not(.next) {
        display: none; } }

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

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

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

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

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

/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    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. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

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

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

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

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

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

/*--------------------------------------------------------------
# Jetpack
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

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

#wpstats {
  display: none; }

/*--------------------------------------------------------------
# Genericons
--------------------------------------------------------------*/
@font-face {
  font-family: 'Genericons';
  src: url("assets/genericons/Genericons.eot"); }

@font-face {
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  src: url(data:application/font-woff;charset=utf-8;base64,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