



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  
  overflow-y: scroll;
  
  -webkit-text-size-adjust: 100%;
  
  -ms-text-size-adjust: 100%;
  
}

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

body {
  background: #fff;
}

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

ol, ul {
  list-style: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
}

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

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

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

a img {
  border: 0;
}


body,
button,
input,
select,
textarea {
  color: #222222;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}


h1, h2, h3, h4, h5, h6 {
  clear: both;
}

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


p {
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b, strong {
  font-weight: bold;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

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

th {
  font-weight: bold;
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  
  -webkit-appearance: button;
  
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

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

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

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  
}

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

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

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

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

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

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

textarea {
  overflow: auto;
  
  padding-left: 3px;
  vertical-align: top;
  
  width: 98%;
}


a {
  color: #428bca;
}

a:visited {
  color: #0072bc;
}

a:hover,
a:focus,
a:active {
  color: #0072bc;
}


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

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

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


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

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


.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

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


body {
  -webkit-font-smoothing: antialiased;
  background: #f8f8f8;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a:hover {
  text-decoration: underline;
}


.content-area {
  float: left;
  margin: 0 -25% 0 0;
  width: 100%;
}

.col-width {
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}

.site-main {
  margin: 0 30% 0 0;
  min-height: 100%;
}

.full-width .site-main {
  margin: 0;
}

#secondary {
  float: right;
  overflow: hidden;
  width: 25%;
}

.site-footer {
  clear: both;
  width: 100%;
}


#site-navigation {
  background: #0072bc;
  position: relative;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
}

.main-navigation li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.main-navigation ul ul {
  margin-left: 20px;
}

.main-navigation a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.main-navigation a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.main-navigation {
  font-size: 14px;
  min-height: 48px;
}

.main-navigation.toggled-on {
  padding: 72px 0 36px;
}

.main-navigation .nav-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: none;
}

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

.main-navigation a {
  padding: 7px 0;
}

.menu-toggle {
  cursor: pointer;
  font-size: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 12px;
  right: 10px;
  text-align: center;
}

.menu-toggle:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 18px/1 FontAwesome;
  text-decoration: inherit;
  vertical-align: text-bottom;
  color: #fff;
  content: "\f0c9";
  margin: 0;
}


#icon-menu {
  margin: 0 0 1.5em;
}

.icon-menu-container {
  background: #fff;
  border-radius: 5px;
  padding: 1em;
}

.icon-menu-container ul {
  text-align: center;
  list-style: none;
  margin: 0;
}

.icon-menu-container li {
  display: inline-block;
  padding: 1em 5%;
}

.icon-menu-container li:before {
  content: none;
}

.icon-menu-container a:hover {
  text-decoration: none;
  color: #333;
}

.icon-menu-container a:before {
  color: #0072bc;
  font-family: "FontAwesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 52px;
  font-size: 5.2rem;
  display: block;
  margin: 0 0 5px;
  text-decoration: none;
}

.icon-menu-container a:hover:before {
  opacity: .8;
}


.site-header {
  font-weight: 400;
  padding: 2em 0;
  text-align: center;
}

.site-title {
  font-size: 36px;
  font-size: 3.6rem;
}

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


#content {
  background: #fff;
  border-radius: 5px;
  padding: 1.75em 1.5em;
  margin: 0 0 3em;
}

.sticky {
  
}

.hentry {
  margin: 0 0 1.5em;
}

.entry-title {
  font-size: 30px;
  font-size: 3.0rem;
  border-bottom: 1px solid #f8f8f8;
  padding: 0 0 .5em;
  margin: 0 0 .5em;
}

.entry-content {
  border-bottom: 1px solid #f8f8f8;
  margin-bottom: 1em;
}

.entry-content h1, .entry-content h2, .entry-content h3,
.entry-content h4, .entry-content h5, .entry-content h6 {
  font-weight: 600;
  margin: 0 0 1em;
  clear: none;
}

.entry-content h1 {
  font-size: 22px;
  font-size: 2.2rem;
}

.entry-content h2 {
  font-size: 20px;
  font-size: 2.0rem;
}

.entry-content h3 {
  font-size: 18px;
  font-size: 1.8rem;
}

.entry-title a:hover {
  color: #111;
  text-decoration: none;
}

.entry-meta {
  color: #666;
  font-size: 14px;
  border-bottom: 1px solid #f8f8f8;
}

.entry-meta a {
  color: #666;
}

.entry-header .entry-meta {
  padding: 0 0 1em;
  margin: 0 0 1.5em;
}

.byline,
.updated {
  display: none;
}

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

.author-meta {
  border-bottom: 1px solid #f8f8f8;
  padding: 0 0 1.5em;
  margin: 0 0 1.5em;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
  min-height: 100px;
}

.author-avatar {
  position: absolute;
  left: 0;
}

.author-avatar img {
  border-radius: 50%;
}

.author-description {
  margin-left: 100px;
}

.author-description h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: .5em;
}

footer.entry-meta {
  padding-bottom: .75em;
  font-size: 12px;
  font-size: 1.2rem;
}

footer.entry-meta ul {
  list-style: none;
  margin: 0;
}

footer.entry-meta li {
  display: inline-block;
  margin: 0 .5em .5em 0;
}

footer.entry-meta a {
  display: block;
  background: #efefef;
  border-radius: 5px;
  color: #666;
  padding: .5em .75em;
}

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


.layout-sidebar-left .site-main {
  margin: 0 0 0 30%;
}

.layout-sidebar-left #secondary {
  float: left;
}

.layout-sidebar-left .content-area {
  float: right;
  margin: 0 0 0 -25%;
}


.search .entry-header {
  margin: 0 0 1.5em;
}

.search .entry-title {
  font-size: 26px;
  font-size: 2.6rem;
}

.search #main .search-form {
  border-radius: 5px;
  background: #f8f8f8;
  padding: 1em;
  margin: 0 0 1.5em;
}

.search-submit {
  min-height: 28px;
}


.error404 #main .search-form {
  border-radius: 5px;
  background: #f8f8f8;
  padding: 1em;
  margin: 0 0 1.5em;
}


.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}


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

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}

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

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

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

.site-main .gallery {
  margin-bottom: 1.5em;
}

.gallery-caption {
  
}

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-main .gallery dd {
  margin: 0;
}


embed,
iframe,
object {
  max-width: 100%;
}


.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}

[class*="navigation"] .nav-previous {
  float: left;
  width: 50%;
}

[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.paging-navigation, .post-navigation {
  font-size: 15px;
  fonts-size: 1.5rem;
}


.comments-title {
  margin: 0 0 1.5em;
}

.comment-list {
  list-style: none;
  margin: 0 0 3em;
}

.comment-list .children {
  list-style: none;
  margin: 1.5em 0 0 5em;
}

.comment {
  margin-bottom: 1em;
  position: relative;
}

.comment-body {
  padding: 0 0 0 5em;
}

#comments .avatar {
  left: 0;
  position: absolute;
  border-radius: 50%;
}

.comment-content, .reply {
  font-size: 14px;
  font-size: 1.4rem;
}

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

.comment-content p {
  margin: 0 0 .5em;
}

.comment-meta {
  margin: 0 0 .5em;
}

.comment-metadata {
  font-size: 13px;
  font-size: 1.3rem;
}

.bypostauthor {
  background: #f8f8f8;
  padding: .5em;
}

.bypostauthor .avatar {
  left: .5em;
}

#reply-title {
  margin: 0 0 .5em;
}

#commentform label[for="author"],
#commentform label[for="email"],
#commentform label[for="url"] {
  float: left;
  padding: 5px 0;
  width: 100px;
}

.form-allowed-tags, .form-allowed-tags code {
  font-family: 'Open Sans';
  font-size: 13px;
  font-size: 1.3rem;
}


.widget {
  font-size: 14px;
  margin: 0 0 1.5em;
}

.widget ul {
  list-style: none;
}

.widget ul li {
  margin-bottom: .2em;
}


.widget select {
  max-width: 100%;
}


#secondary .widget, #home-page-featured .widget {
  background: #f8f8f8;
  padding: 0 0 1.5em;
  overflow: hidden;
  border-radius: 5px;
}
#secondary .widget-title, #home-page-featured .widget-title {
  color: #fff;
  background: #0072bc;
  padding: .5em 1.25em;
  margin-bottom: 1em;
}
#secondary .widget-title a, #home-page-featured .widget-title a {
  color: #fff;
}
#secondary .widget ul, #home-page-featured .widget ul {
  margin: 0 1.25em;
}


#secondary .tagcloud,
#secondary .textwidget,
#secondary select,
#secondary .recentcommentsavatar,
#secondary #subscribe-blog,
#secondary .milestone-content,
#secondary .widgets-multi-column-grid,
#secondary .widgets-grid-layout,
#secondary #pd_top_rated_holder,
#secondary .widget_gravatar p,
#secondary .widget_image img,
#secondary .widget_goodreads embed,
#secondary .widget_goodreads img,
#secondary .widget-grofile .grofile-thumbnail,
#secondary .widget-grofile h4,
#secondary .widget-grofile p,
#secondary .widget-grofile ul,
#secondary .widget_facebook_likebox iframe, #home-page-featured .tagcloud,
#home-page-featured .textwidget,
#home-page-featured select,
#home-page-featured .recentcommentsavatar,
#home-page-featured #subscribe-blog,
#home-page-featured .milestone-content,
#home-page-featured .widgets-multi-column-grid,
#home-page-featured .widgets-grid-layout,
#home-page-featured #pd_top_rated_holder,
#home-page-featured .widget_gravatar p,
#home-page-featured .widget_image img,
#home-page-featured .widget_goodreads embed,
#home-page-featured .widget_goodreads img,
#home-page-featured .widget-grofile .grofile-thumbnail,
#home-page-featured .widget-grofile h4,
#home-page-featured .widget-grofile p,
#home-page-featured .widget-grofile ul,
#home-page-featured .widget_facebook_likebox iframe {
  margin: 0 1.25em;
}


#secondary .widget-title .rsswidget img, #home-page-featured .widget-title .rsswidget img {
  display: none;
}
#secondary .widget_search form, #home-page-featured .widget_search form {
  margin: 0 1.25em;
  padding-top: 1.25em;
}
#secondary .widget_search .widget-title, #home-page-featured .widget_search .widget-title {
  margin-bottom: 0;
}


#hero-widgets .widget {
  font-size: 18px;
  margin: 0 0 1em;
}

#hero-widgets .widget a {
  color: #fff;
  text-decoration: underline;
}

#hero-widgets .widget-title {
  font-size: 30px;
  font-size: 3.0rem;
  margin-bottom: .5em;
}

#hero-widgets {
  background: #0072bc;
  color: #fff;
  margin-bottom: 3em;
  padding: 1.5em 0;
  text-align: center;
}

#hero-widgets .section-wrap {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  padding: 1.75em 1.5em;
}

#hero-widgets .search-field {
  height: 39px;
  color: #555;
  padding: 3px 6px;
}

#hero-widgets .search-submit {
  font-size: 16px;
  min-height: 47px;
}

#hero-widgets .search-submit:hover {
  background: #fff;
}


#footer-widgets {
  margin-bottom: 3em;
}

#footer-widgets a {
  color: #666;
  text-decoration: none;
}

#footer-widgets a:hover {
  color: #111;
  text-decoration: underline;
}

#footer-widgets .widget-title {
  font-size: 18px;
  margin-bottom: 1em;
}

#footer-widgets .widget ul {
  margin: 0 0 1.5em;
}

#footer-widgets .widget ul ul {
  margin: 0 0 0 1.5em;
}

#footer-widgets.widgets-count-2 .widget-area {
  float: left;
  width: 47.5%;
  margin-right: 5%;
}

#footer-widgets.widgets-count-2 #footer-widget-2 {
  margin-right: 0;
}

#footer-widgets.widgets-count-3 .widget-area {
  float: left;
  width: 30%;
  margin-right: 5%;
}

#footer-widgets.widgets-count-3 #footer-widget-3 {
  margin-right: 0;
}


.site-footer {
  font-size: 14px;
  background: #0072bc;
  color: #fff;
  padding: 1.5em 0;
  text-align: center;
}

.site-footer.widgets {
  padding: 1.5em 0 .5em;
}

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


.breadcrumb {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 15px;
  margin-bottom: 1.5em;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}


.wp-pagenavi {
  font-weight: 600;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #999;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 7px 8px;
  display: inline;
  margin: 0 2px;
}

.wp-pagenavi span.pages {
  display: block;
  color: #999;
  margin-bottom: 1em;
}

.wp-pagenavi span.pages:before {
  content: "\f15c";
  font-family: FontAwesome;
  margin-right: 10px;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current {
  color: #333;
}

.wp-pagenavi a {
  color: #428bca;
  border-top: 1px solid #f8f8f8;
}



.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  
  display: none;
}


.infinity-end.neverending .site-footer {
  display: block;
}


@media screen and (min-width: 1100px) {
  
  .main-navigation {
    padding: 0;
  }

  .main-navigation .menu-toggle {
    display: none;
    padding: 0;
  }

  .main-navigation .nav-menu {
    border-bottom: 0;
    display: block;
  }

  .main-navigation.toggled-on {
    border-bottom: 0;
    margin: 0;
    padding: 0;
  }

  .main-navigation li {
    border: 0;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    position: relative;
  }

  .main-navigation a {
    display: inline-block;
    padding: 0 12px;
    white-space: nowrap;
  }

  .main-navigation .current_page_item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current-menu-ancestor > a {
    background: #f8f8f8;
    color: #555;
  }

  .main-navigation ul > li.menu-item-has-children:hover > a,
  .main-navigation ul > li.menu-item-has-children.focus > a,
  .main-navigation ul > li.page_item_has_children:hover > a,
  .main-navigation ul > li.page_item_has_children.focus > a {
    color: #555;
    background: #f8f8f8;
  }

  .main-navigation ul ul {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-top: none;
    float: left;
    margin: 0 0 0 -1px;
    position: absolute;
    top: 48px;
    left: -999em;
    z-index: 99999;
    opacity: 0;
    transition: opacity .3s ease-in-out;
  }

  .main-navigation li li {
    border: 0;
    display: block;
    height: auto;
    line-height: 1.2;
  }

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

  .main-navigation ul ul a {
    color: #555;
    padding: 16px 12px;
    white-space: normal;
    width: 190px;
  }

  .main-navigation ul ul a:hover,
  .main-navigation ul ul li.focus > a,
  .main-navigation ul ul li:hover {
    color: #555;
    background-color: #fefefe;
  }

  .main-navigation ul ul li.menu-item-has-children:hover > a,
  .main-navigation ul ul li.menu-item-has-children.focus > a,
  .main-navigation ul ul li.page_item_has_children:hover > a,
  .main-navigation ul ul li.page_item_has_children.focus > a {
    color: #555;
    background-color: #fefefe;
  }

  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
    opacity: 1;
  }

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

  .main-navigation .menu-item-has-children > a,
  .main-navigation .page_item_has_children > a {
    padding-right: 26px;
  }

  .main-navigation .menu-item-has-children > a:after,
  .main-navigation .page_item_has_children > a:after {
    -webkit-font-smoothing: antialiased;
    content: "\f0d7";
    display: inline-block;
    font: normal 10px/1 FontAwesome;
    position: absolute;
    right: 12px;
    top: 20px;
    vertical-align: text-bottom;
  }

  .main-navigation li .menu-item-has-children > a,
  .main-navigation li .page_item_has_children > a {
    padding-right: 20px;
    width: 168px;
  }

  .main-navigation .menu-item-has-children li.menu-item-has-children > a:after,
  .main-navigation .menu-item-has-children li.page_item_has_children > a:after,
  .main-navigation .page_item_has_children li.menu-item-has-children > a:after,
  .main-navigation .page_item_has_children li.page_item_has_children > a:after {
    content: "\f0da";
    right: 8px;
    top: 20px;
  }
}
@media screen and (max-width: 840px) {
  .site-main {
    margin: 0;
  }

  #secondary {
    clear: both;
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 680px) {
  #footer-widgets.widgets-count-3 .widget-area {
    float: none;
    width: auto;
    margin-right: 0;
  }

  .comment-list .children {
    list-style: none;
    margin: 1.5em 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .col-width {
    padding: 0;
  }

  .main-navigation.toggled-on {
    padding: 42px 0 0px;
  }

  .main-navigation a {
    padding: 7px 20px;
  }
}
