/**
 * Table of Contents:
 *
 * 1.0 - Reset & Normalize
 * 2.0 - Structure & Global
 * 3.0 - Header
 * 4.0 - Footer
 *   4.1 - Footer Widgets
 * 5.0 - Sidebars
 * 6.0 - Widgets
 * 7.0 - Single
 * 8.0 - Page
 * 9.0 - Archive
 * 10.0 - Grid
 * 11.0 - Media Queries
 * 12.0 - Print
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset & Normalize
 * ----------------------------------------------------------------------------
 */
/**
 * Reset default browser CSS.
 * Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
 */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  width: 100%;
  height: 100%; }

body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #231f20;
  background-color: #f3f3f4;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased; }

h1, h2, h3, h4, h5, h6,
#main h1, h2, h3, h4, h5, h6,
.sidebar h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 120%; }
  h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited, h5, h5 a, h5 a:hover, h5 a:visited, h6, h6 a, h6 a:hover, h6 a:visited,
  #main h1,
  #main h1 a,
  #main h1 a:hover,
  #main h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited, h5, h5 a, h5 a:hover, h5 a:visited, h6, h6 a, h6 a:hover, h6 a:visited,
  .sidebar h1,
  .sidebar h1 a,
  .sidebar h1 a:hover,
  .sidebar h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited, h5, h5 a, h5 a:hover, h5 a:visited, h6, h6 a, h6 a:hover, h6 a:visited {
    color: #2d2d2d; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

h1 {
  margin-bottom: 35px; }

h2, h3, h4, h5, h6 {
  margin-bottom: 25px; }

p {
  margin-bottom: 25px; }

a,
a:hover,
a:visited {
  text-decoration: none;
  color: #004f93; }

a:focus {
  outline: none; }

a > img {
  border: none;
  /* IE */ }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic;
  font-weight: lighter; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

input,
input:focus,
textarea,
textarea:focus {
  outline: none; }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='url'],
input[type='tel'],
input[type='number'],
input[type='color'],
input[type='search'],
textarea {
  padding: 5px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  border: none;
  border: 1px solid #004f93;
  /* iphone safari fix */
  -webkit-appearance: none;
  border-radius: 0;
  max-width: 100%; }

.button,
a.button,
.button a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 10px 30px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: none;
  font-weight: 300;
  font-size: 14px;
  background-color: #004f93;
  font-family: "Lato", sans-serif;
  max-width: 100%;
  /* iphone safari fix */
  -webkit-appearance: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

select {
  border-width: 1px;
  border-style: solid;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  font-weight: inherit;
  padding: 5px;
  max-width: 100%; }

ul, li, div, aside, span, table,
thead, tbody, tfoot, tr, td, th, form, input, p, article {
  border-color: inherit;
  color: inherit; }

ins {
  text-decoration: none; }

address {
  font-style: italic; }

pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  background-color: #F2F2F2;
  font-family: monospace;
  padding: 10px; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

cite {
  font-style: italic; }

mark {
  background-color: transparent;
  color: inherit; }

blockquote, q {
  border-left: 2px solid #a0a0a0;
  font-style: italic;
  padding-left: 25px; }

table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%; }

::selection {
  color: #fff;
  background-color: #004f93; }

::-moz-selection {
  color: #fff;
  background-color: #004f93; }

/* =Embeds
----------------------------------------------- */
embed,
iframe,
object,
video {
  max-width: 100%;
  vertical-align: bottom; }

/* =Utils
----------------------------------------------- */
.clearfix:after, .author-links-wrap:after, .comment-body:after, .brick-wrap:after, .brick .brick-meta-wrap:after {
  content: " ";
  display: table;
  clear: both; }

.content-right {
  float: right; }

.content-left {
  float: left; }

.social-share-buttons .fa:before {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
.social-share-buttons .fa:hover.fa-twitter:before {
  color: #00aced; }
.social-share-buttons .fa:hover.fa-google-plus:before {
  color: #dd4b39; }
.social-share-buttons .fa:hover.fa-facebook:before, .social-share-buttons .fa:hover.fa-facebook-square:before {
  color: #3b5998; }
.social-share-buttons .fa:hover.fa-linkedin:before {
  color: #007bb6; }
.social-share-buttons .fa:hover.fa-youtube:before {
  color: #bb0000; }
.social-share-buttons .fa:hover.fa-instagram:before {
  color: #517fa4; }
.social-share-buttons .fa:hover.fa-pinterest:before {
  color: #cb2027; }
.social-share-buttons .fa:hover.fa-flickr:before {
  color: #ff0084; }
.social-share-buttons .fa:hover.fa-tumblr:before {
  color: #32506d; }
.social-share-buttons .fa:hover.fa-dribbble:before {
  color: #ea4c89; }
.social-share-buttons .fa:hover.fa-vine:before {
  color: #00bf8f; }
.social-share-buttons .fa:hover.fa-vimeo-square:before {
  color: #1ab7ea; }
.social-share-buttons .fa:hover.fa-soundcloud:before {
  color: #ff8800; }
.social-share-buttons .fa:hover.fa-rss:before {
  color: #f26522; }

/**
 * 2.0 Structure & Global
 * ----------------------------------------------------------------------------
 */
#main {
  margin-top: -20px;
  position: relative; }

.single #content,
.page #content,
.author #content,
.search-no-results #content,
.error404 #content {
  padding-top: 20px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fff; }

.single #content {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent; }
.single #single-content-wrap {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fff; }

/**
 * 3.0 Header
 * ----------------------------------------------------------------------------
 */
/* =Top Bar
----------------------------------------------- */
#top-bar {
  background-color: #f3f3f4;
  height: 30px;
  line-height: 30px; }
  #top-bar .content-right {
    float: right;
    max-height: 100%; }
    #top-bar .content-right ul {
      background-color: #e8eaec;
      padding-left: 20px;
      padding-right: 20px;
      display: inline-block;
      height: 100%;
      font-size: 12px; }
    #top-bar .content-right li {
      display: inline-block;
      margin-left: 10px; }
      #top-bar .content-right li:first-child {
        margin-left: 0; }
      #top-bar .content-right li a,
      #top-bar .content-right li a:visited,
      #top-bar .content-right li a:hover {
        color: #828283; }
    #top-bar .content-right #searchform {
      float: right;
      height: 100%;
      background-color: #fff; }
      #top-bar .content-right #searchform input[type="text"],
      #top-bar .content-right #searchform input[type="search"] {
        border: none;
        color: #707070;
        padding: 0 3px;
        margin-right: 0;
        height: 100%;
        vertical-align: top; }
      #top-bar .content-right #searchform input[type="submit"] {
        padding: 0;
        width: 55px;
        height: 100%;
        line-height: 24px;
        font-size: 12px;
        color: #707070;
        background-color: #e8eaec;
        vertical-align: top; }

/* =Main Menu
----------------------------------------------- */
#menu-wrap {
  width: 100%;
  background-color: #fff;
  /* BEGIN: sticky menu */
  /* END: sticky menu */ }
  #menu-wrap .logo {
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px; }
  #menu-wrap #main-menu {
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 13px;
    float: right; }
    #menu-wrap #main-menu li {
      display: inline-block;
      margin-left: 15px;
      padding-top: 15px;
      padding-bottom: 15px;
      position: relative; }
      #menu-wrap #main-menu li:first-child {
        margin-left: 0; }
      #menu-wrap #main-menu li a,
      #menu-wrap #main-menu li a:visited,
      #menu-wrap #main-menu li a:hover {
        padding-top: 5px;
        padding-bottom: 5px;
        color: #828283; }
      #menu-wrap #main-menu li:hover, #menu-wrap #main-menu li.current-menu-item {
        padding-bottom: 13px;
        border-bottom: 2px solid #004f93; }
  #menu-wrap.sticky {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: -200px;
    -webkit-transition: all 0.33s cubic-bezier(0.06, 0.51, 0.7, 1);
    -moz-transition: all 0.33s cubic-bezier(0.06, 0.51, 0.7, 1);
    -o-transition: all 0.33s cubic-bezier(0.06, 0.51, 0.7, 1);
    -ms-transition: all 0.33s cubic-bezier(0.06, 0.51, 0.7, 1);
    transition: all 0.33s cubic-bezier(0.06, 0.51, 0.7, 1); }
  #menu-wrap.sticky.sticky-animate {
    top: 0; }
  #menu-wrap.scrolled {
    border-bottom: 1px solid #f3f3f4; }
    #menu-wrap.scrolled .logo {
      margin-top: 8px; }
      #menu-wrap.scrolled .logo img {
        max-height: 35px;
        width: auto; }
    #menu-wrap.scrolled #main-menu li {
      padding-top: 15px;
      padding-bottom: 15px; }
    #menu-wrap.scrolled #main-menu li:hover {
      padding-bottom: 13px; }

.admin-bar #menu-wrap.sticky-animate {
  top: 32px; }

/* =Submenu
----------------------------------------------- */
#main-menu > ul > li ul {
  top: 100%;
  left: -10px;
  position: absolute;
  width: 200px;
  padding: 10px;
  background-color: #fff;
  z-index: 9999;
  color: #fff;
  visibility: hidden; }
  #main-menu > ul > li ul a, #main-menu > ul > li ul a:visited, #main-menu > ul > li ul a:hover {
    color: #fff; }

#menu-wrap #main-menu li > ul > li {
  float: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative; }
  #menu-wrap #main-menu li > ul > li:hover {
    padding-bottom: 10px;
    border-bottom: none; }

#main-menu-wrap #main-menu-inner .submenu-inner li,
#main-menu-wrap #main-menu-inner .children li {
  line-height: 140%;
  position: relative; }
  #main-menu-wrap #main-menu-inner .submenu-inner li a,
  #main-menu-wrap #main-menu-inner .children li a {
    display: inline-block;
    width: 100%;
    padding: 10px; }
  #main-menu-wrap #main-menu-inner .submenu-inner li a:hover,
  #main-menu-wrap #main-menu-inner .children li a:hover {
    background-color: rgba(255, 255, 255, 0.1); }

#menu-wrap #main-menu li:hover > ul,
#menu-wrap #main-menu li:hover > div > ul {
  visibility: visible;
  transition-delay: 0s; }

/* 2+ level deep menus */
/* =Page Header
----------------------------------------------- */
.home #page-header {
  max-height: 30%;
  max-height: 30vh; }

#page-header {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 50%;
  max-height: 50vh; }
  #page-header > img {
    width: 100%;
    height: auto; }
  #page-header h1 {
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
    background-color: #7589b4;
    background-color: rgba(117, 137, 180, 0.8);
    width: 100%;
    position: absolute;
    bottom: 70px; }
  #page-header.featured-header {
    text-align: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
    #page-header.featured-header .page-header-content {
      display: inline-block;
      position: absolute;
      bottom: 20px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      #page-header.featured-header .page-header-content h1 {
        color: #58585b;
        position: static;
        bottom: auto;
        background-color: transparent; }
    #page-header.featured-header .featured-text {
      font-size: 80px;
      font-weight: bold;
      color: #004f93; }

.author #page-header.featured-header .page-header-content {
  border-bottom: 2px solid #004f93; }
  .author #page-header.featured-header .page-header-content .profile-img {
    display: inline-block;
    max-width: 200px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden; }

/**
* 4.0 Footer
* ----------------------------------------------------------------------------
*/
#footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #004f93; }
  #footer, #footer a, #footer a:visited, #footer a:hover {
    color: #fff; }
  #footer .logo {
    display: inline-block;
    margin-top: 15px; }
  #footer ul {
    display: inline-block; }
    #footer ul li {
      display: inline-block; }
  #footer #bottom-menu {
    display: inline-block;
    font-size: 12px; }
    #footer #bottom-menu li {
      margin-left: 5px; }
      #footer #bottom-menu li:before {
        content: "|";
        padding-right: 5px; }
      #footer #bottom-menu li:first-child {
        margin-left: 0; }
        #footer #bottom-menu li:first-child:before {
          content: "";
          padding-right: 5px; }
  #footer #footer-social-menu {
    display: block;
    text-align: right;
    font-size: 26px; }
    #footer #footer-social-menu li {
      margin-left: 10px; }
      #footer #footer-social-menu li:first-child {
        margin-left: 0; }

/**
 * 5.0 Sidebars
 * ----------------------------------------------------------------------------
 */
#sidebar {
  padding-top: 15px;
  background-color: #e0e0df; }
  #sidebar a,
  #sidebar a:visited,
  #sidebar a:hover {
    color: #404041; }
  #sidebar .widget {
    margin-bottom: 20px; }
    #sidebar .widget li {
      margin-bottom: 10px; }
  #sidebar .widget-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #404041;
    border-bottom: 1px solid #004f93; }

/**
 * 6.0 Widgets
 * ----------------------------------------------------------------------------
 */
.widget {
  margin-bottom: 60px;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  .widget img {
    height: auto;
    max-width: 100%; }

.widget .widget-title {
  margin-bottom: 20px; }

.widget li ul.sub-menu {
  padding: 10px 0 0 10px; }

.widget li {
  margin: 0 0 10px; }

.widget .button {
  display: inline-block;
  text-decoration: none !important; }

.widget .flex-direction-nav {
  display: none; }

/**
 * 6.1 WordPress Widgets
 * ----------------------------------------------------------------------------
 */
/* =Search widget
----------------------------------------------- */
#searchform #s {
  margin-right: 20px; }
#searchform #searchsubmit {
  padding: 8px 7px;
  width: 80px; }
#searchform #s,
#searchform #searchsubmit {
  height: 40px;
  vertical-align: middle; }

.widget #s {
  width: calc(100% - 100px); }
.widget .searchform {
  margin-bottom: 10px;
  padding: 20px 0; }

/* =Calendar widget 
----------------------------------------------- */
#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  padding-bottom: 15px;
  font-size: 20px; }

#wp-calendar caption {
  font-size: 14px;
  text-align: left;
  font-weight: 600;
  color: #565656; }

#wp-calendar td,
#wp-calendar th {
  font-size: 13px;
  height: 35px;
  line-height: 35px; }

#wp-calendar th {
  border: none; }

#wp-calendar td {
  text-align: center; }

#wp-calendar td {
  text-align: center;
  border: 1px solid #eaeaea; }

#wp-calendar tfoot td {
  padding-top: 15px;
  border: none; }

#wp-calendar tfoot #next {
  text-align: right; }

#wp-calendar tbody td {
  overflow: hidden; }

#wp-calendar tbody a, #wp-calendar tbody a:visited, #wp-calendar tbody a:hover {
  display: block;
  height: 35px;
  text-align: center;
  color: #fff;
  background-color: #004f93; }

#wp-calendar #today {
  color: #fff;
  background-color: #2d2d2d; }

#wp-calendar #prev {
  text-align: left; }
#wp-calendar #next {
  text-align: right; }

/* =Text widget
----------------------------------------------- */
.textwidget {
  font-size: 14px; }

/* =Recent posts
----------------------------------------------- */
.post-date {
  font-size: 12px;
  display: block; }

/* =RSS widget
----------------------------------------------- */
.rsswidget > img {
  vertical-align: middle; }

.widget_rss .rssSummary {
  margin-top: 10px;
  margin-bottom: 10px; }

.widget_rss .rss-date {
  font-size: 12px;
  font-style: italic; }

.widget_rss .rssSummary {
  margin-top: 20px;
  margin-bottom: 20px; }

/* =Tag cloud widget
----------------------------------------------- */
.tagcloud a {
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 10px;
  padding: 2px 12px;
  font-size: 13px !important;
  border: 1px solid #231f20;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
.tagcloud a,
.tagcloud a:visited {
  color: #231f20; }
.tagcloud a:hover {
  color: #fff !important;
  background-color: #004f93;
  border-color: #004f93; }

/**
 * 7.0 Single
 * ----------------------------------------------------------------------------
 */
.ntb-outline {
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  border: 1px solid #004f93; }
  .ntb-outline, .ntb-outline a, .ntb-outline a:visited, .ntb-outline a:hover {
    color: #939597; }

.single .single-top {
  margin-bottom: 25px; }
.single .social-share-buttons {
  float: right; }
.single .single-bottom .post-tags > a {
  margin-left: 15px;
  margin-bottom: 10px; }
.single .single-bottom .single-social-bottom {
  margin-top: 20px; }
  .single .single-bottom .single-social-bottom .social-share-buttons {
    float: none;
    font-size: 22px; }

.social-share-buttons {
  /* BEGIN: Xing */
  /* END: Xing */ }
  .social-share-buttons > a {
    display: inline-block;
    margin-left: 15px; }
    .social-share-buttons > a:first-child {
      margin-left: 0 !important; }
  .social-share-buttons, .social-share-buttons a, .social-share-buttons a:visited {
    color: rgba(0, 79, 147, 0.7); }
  .social-share-buttons > span {
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle; }

.single .entry-content {
  padding-right: 100px; }

.entry-content {
  word-wrap: break-word; }
  .entry-content .wp-caption {
    max-width: 100% !important; }
  .entry-content .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .entry-content .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .entry-content > img.size-full, .entry-content > img.size-large {
    max-width: none;
    width: 100%;
    width: calc(100% + 180px);
    margin-left: -40px; }
  .entry-content .alignleft {
    float: left; }
  .entry-content .alignright {
    float: right; }
  .entry-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .entry-content img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  .entry-content img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .entry-content img.aligncenter {
    display: block;
    margin: 5px auto;
    text-align: center;
    clear: both; }
  .entry-content img.alignnone {
    margin: 5px 0; }

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content table,
.entry-content dl,
.entry-content pre,
.entry-content address,
.entry-content pre,
.entry-content blockquote, .entry-content q,
.entry-content .wp-caption,
.comment-text-wrap p,
.comment-text-wrap ul,
.comment-text-wrap ol,
.comment-text-wrap table,
.comment-text-wrap dl,
.comment-text-wrap pre,
.comment-text-wrap address,
.comment-text-wrap pre,
.comment-text-wrap blockquote,
.comment-text-wrap q,
.comment-text-wrap .wp-caption {
  margin-bottom: 25px; }

.entry-content ul, .entry-content ol,
.comment-text-wrap ul,
.comment-text-wrap ol {
  list-style-position: inside; }
  .entry-content ul li, .entry-content ol li,
  .comment-text-wrap ul li,
  .comment-text-wrap ol li {
    margin-bottom: 10px; }
.entry-content ul,
.comment-text-wrap ul {
  list-style-type: disc; }
.entry-content ol,
.comment-text-wrap ol {
  list-style-type: decimal; }
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul,
.comment-text-wrap ul ul,
.comment-text-wrap ol ol,
.comment-text-wrap ul ol,
.comment-text-wrap ol ul {
  margin-left: 10px;
  margin-bottom: 0;
  margin-top: 5px; }
.entry-content table,
.comment-text-wrap table {
  border-spacing: 0;
  /* IE 5-7 */
  border-collapse: collapse; }
  .entry-content table th,
  .entry-content table thead td,
  .comment-text-wrap table th,
  .comment-text-wrap table thead td {
    font-weight: bold;
    text-align: left;
    font-family: "Lato", sans-serif;
    padding-left: 7px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #2d2d2d; }
  .entry-content table td,
  .comment-text-wrap table td {
    padding: 5px 7px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #2d2d2d; }
    .entry-content table td p,
    .comment-text-wrap table td p {
      margin-bottom: 0; }

/* =Post author
----------------------------------------------- */
.post-author-wrap {
  margin-top: 30px;
  overflow: hidden;
  padding-bottom: 30px; }
  .post-author-wrap p:last-child {
    margin-bottom: 0; }

.author-description {
  margin-left: 140px; }

.author-meta {
  width: 100%; }

.author-meta-avatar {
  float: left;
  width: 115px;
  overflow: hidden; }

.author-meta-avatar img {
  width: 100%;
  height: auto;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

.author-meta-heading {
  overflow: hidden;
  /* clearfix fix */ }

.author-links-wrap {
  margin-top: 10px; }

.author-meta .author-links-wrap {
  float: right; }

.author-links {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  text-align: center; }
.author-links:first-child {
  margin-left: 0; }
.author-links a,
.author-links a:visited {
  color: #004f93;
  color: rgba(0, 79, 147, 0.7);
  display: inline-block;
  font-size: 22px; }
.author-links .fa {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
.author-links .fa:hover.fa-twitter {
  color: #00aced; }
.author-links .fa:hover.fa-facebook-square {
  color: #3b5998; }
.author-links .fa:hover.fa-linkedin-square {
  color: #007bb6; }
.author-links .fa:hover.fa-dribbble {
  color: #ea4c89; }
.author-links .fa:hover.fa-google {
  color: #dd4b39; }
.author-links .fa:hover.fa-instagram {
  color: #517fa4; }

.author-name {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 10px;
  float: left; }
  .author-name a,
  .author-name a:visited,
  .author-name a:hover {
    color: #004f93; }

.description-text {
  margin-top: 20px;
  font-size: 15px;
  color: #888;
  line-height: 180%; }
  .description-text p {
    margin-bottom: 10px; }
    .description-text p:last-child {
      margin-bottom: 0; }

.single .description-text {
  padding-right: 100px; }

/* =Related content
----------------------------------------------- */
.related-content {
  padding-top: 40px;
  margin-bottom: 20px;
  clear: both; }
  .related-content .related-title {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
    border-left: 2px solid #004f93; }

/* =Comments
----------------------------------------------- */
.comments-wrap {
  padding: 0 55px 40px;
  clear: both;
  overflow: hidden;
  /* clearfix */
  background-color: #fff; }

.comment,
.pingback {
  margin-bottom: 40px; }

#reply-title {
  margin-bottom: 50px;
  font-size: 35px;
  color: #004f93; }
  #reply-title small {
    font-size: 14px; }

#comments {
  margin-top: 40px; }

#respond {
  margin-top: 40px; }

#commentform > span {
  display: block;
  float: left;
  margin-bottom: 20px;
  width: 33%;
  font-size: 14px; }

#commentform > span:nth-child(3) {
  text-align: center;
  width: 34%; }

#commentform > span:nth-child(4) {
  text-align: right; }

#commentform input[type="text"],
.comment-form input[type="text"] {
  height: 40px;
  width: 80%; }

#commentform > span label {
  display: block;
  margin-bottom: 5px; }

#commentform span:first-child {
  width: 34%;
  padding-left: 0; }

#commentform textarea,
.comment-form textarea {
  width: 100%;
  height: 120px;
  font-size: 14px; }

.comment-form-comment {
  margin-bottom: 35px; }

.form-submit {
  clear: both;
  padding-top: 35px; }

.comments-title {
  margin-bottom: 0;
  font-size: 35px;
  text-align: center; }

.comment-list {
  margin-top: 50px; }

.comment-author {
  float: left;
  width: 74px;
  height: 74px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden; }

/* Custom (letter) Gravatar */
.ntb-letter-avatar {
  display: inline-block;
  width: 74px;
  height: 74px;
  background: #004f93;
  color: #fff;
  text-align: center;
  line-height: 74px;
  font-size: 32px; }

.pingback,
.comment-content {
  float: left;
  margin-left: 20px;
  width: calc(100% - 94px);
  /* 100% - (avatar_width + margin) */ }

.pingback {
  float: none;
  width: 100%;
  margin-left: 0;
  font-size: 14px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  padding: 20px;
  border: 1px solid #a1a1a1; }

.comment-meta .reply {
  float: right;
  font-size: 13px; }

.comment-meta .reply a,
.comment-meta .reply a:visited,
.comment-meta .reply a:hover {
  color: #004f93; }

.comment-awaiting-moderation {
  font-size: 13px;
  color: #a1a1a1;
  vertical-align: top; }

.comment-meta .comment-author-name {
  display: inline-block;
  margin-right: 30px; }
.comment-meta .comment-time {
  font-size: 13px; }

.comment-text-wrap {
  font-size: 14px;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  .comment-text-wrap > p:last-child {
    margin-bottom: 0; }

.comment-footer {
  margin-top: 40px;
  border-bottom: 1px solid #004f93;
  position: relative; }
  .comment-footer .reply {
    float: left;
    background-color: #004f93; }
    .comment-footer .reply a {
      display: inline-block;
      padding: 5px 25px;
      color: #fff; }
  .comment-footer .comment-time {
    padding: 3px;
    font-size: 12px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: -10px; }

.comment-edit-link {
  font-size: 12px; }

.depth-2 {
  margin-left: 40px; }

.depth-3 {
  margin-left: 80px; }

.depth-4 {
  margin-left: 120px; }

.depth-5 {
  margin-left: 160px; }

/* =Comment navigation
----------------------------------------------- */
.comment-navigation {
  margin-top: 30px;
  margin-bottom: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .comment-navigation .nav-links {
    height: auto;
    line-height: 1.2; }
    .comment-navigation .nav-links .nav-previous,
    .comment-navigation .nav-links .nav-next {
      width: auto;
      font-size: 16px;
      line-height: normal;
      margin-left: 0;
      margin-right: 0; }
      .comment-navigation .nav-links .nav-previous a,
      .comment-navigation .nav-links .nav-previous a:hover,
      .comment-navigation .nav-links .nav-previous a:visited,
      .comment-navigation .nav-links .nav-next a,
      .comment-navigation .nav-links .nav-next a:hover,
      .comment-navigation .nav-links .nav-next a:visited {
        color: #004f93; }
    .comment-navigation .nav-links .nav-previous {
      float: left; }
      .comment-navigation .nav-links .nav-previous a {
        position: relative;
        padding-left: 25px; }
      .comment-navigation .nav-links .nav-previous a:before {
        content: "\2190";
        display: inline-block;
        position: absolute;
        left: 0; }
    .comment-navigation .nav-links .nav-next {
      float: right; }
      .comment-navigation .nav-links .nav-next a {
        position: relative;
        padding-right: 25px; }
      .comment-navigation .nav-links .nav-next a:before {
        content: "\2192";
        display: inline-block;
        position: absolute;
        right: 0; }

/**
 * 8.0 Page
 * ----------------------------------------------------------------------------
 */
/* =Authors Page Template
----------------------------------------------- */
.author-list-item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }
  .author-list-item .author-list-img {
    width: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block; }
    .author-list-item .author-list-img img {
      width: 100%; }
  .author-list-item .author-list-name {
    display: block;
    width: 100%;
    padding: 5px 10px;
    color: #004f93;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  .author-list-item .author-list-content {
    position: absolute;
    bottom: 0;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    color: #004f93; }
    .author-list-item .author-list-content .authors-list-meta {
      padding: 5px 10px;
      background-color: #fff;
      background-color: rgba(255, 255, 255, 0.8); }
    .author-list-item .author-list-content .author-list-count {
      font-size: 14px; }
      .author-list-item .author-list-content .author-list-count i {
        padding-right: 5px;
        font-size: 12px; }
    .author-list-item .author-list-content .author-list-social {
      display: inline-block;
      float: right; }
      .author-list-item .author-list-content .author-list-social .author-links-wrap {
        margin-top: 0; }
        .author-list-item .author-list-content .author-list-social .author-links-wrap .author-links {
          margin-bottom: 0;
          margin-top: 5px; }
          .author-list-item .author-list-content .author-list-social .author-links-wrap .author-links a {
            font-size: 16px; }
  .author-list-item:hover .author-list-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .author-list-item:hover .author-list-content {
    display: block; }
  .author-list-item:hover .author-list-name {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

/**
 * 9.0 Archive
 * ----------------------------------------------------------------------------
 */
/* =Post/Paging Navigation
----------------------------------------------- */
.paging-navigation {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center; }
  .paging-navigation .infinite-load-more-wrap > a {
    display: none; }

/* =Search page
----------------------------------------------- */
.search-result-form {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 400px;
  font-size: 14px; }
  .search-result-form input[type="text"],
  .search-result-form input[type="search"] {
    width: 75%;
    float: left; }
  .search-result-form input[type="submit"] {
    width: 20%;
    float: left;
    padding: 6px; }

#main .empty-search-title {
  font-weight: 300; }
  #main .empty-search-title span {
    font-weight: 600; }

/* =Author (profile) page
----------------------------------------------- */
.author #sidebar {
  padding-bottom: 10px; }

#sidebar .author-links-wrap {
  margin-top: 35px; }
  #sidebar .author-links-wrap a {
    color: #004f93; }

/**
 * 10.0 Grid
 * ----------------------------------------------------------------------------
 */
/* =Post masonry
----------------------------------------------- */
.brick-item-wrap {
  margin-right: 0;
  float: left;
  -webkit-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -ms-transition-property: left, right, top;
  -o-transition-property: left, right, top;
  transition-property: left, right, top;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s; }
  .brick-item-wrap.no-media .brick-title {
    position: static; }
  .brick-item-wrap.no-media .brick-content {
    margin-top: 0; }

.brick {
  position: relative;
  overflow: hidden; }

.brick img {
  width: 100%; }

.brick-media {
  position: relative; }
  .brick-media embed,
  .brick-media iframe,
  .brick-media object,
  .brick-media video {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    /*max-height: 400px;*/
    height: auto; }

.grid-zoom-in .brick-media img {
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s; }
.grid-zoom-in .brick-media:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.brick img {
  max-width: 100%;
  height: auto; }

.brick .brick-meta-wrap {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  display: block;
  margin-bottom: 15px;
  font-size: 12px; }
  .brick .brick-meta-wrap > span {
    display: inline-block; }
  .brick .brick-meta-wrap .entry-date {
    float: left; }
  .brick .brick-meta-wrap .entry-author {
    float: right;
    font-weight: 700;
    color: #004f93; }

.brick-content {
  margin-top: -20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 20px 15px;
  background-color: #fff;
  position: relative;
  border-bottom: 2px solid #004f93; }
  .brick-content .social-share-buttons {
    float: left; }
    .brick-content .social-share-buttons > span, .brick-content .social-share-buttons > a {
      margin-left: 10px; }
    .brick-content .social-share-buttons > span iframe {
      width: 21px !important;
      height: 20px !important; }
  .brick-content .more-link {
    text-transform: lowercase;
    float: right;
    margin-right: -30px; }

.brick .brick-title {
  /*margin-top: 25px;*/
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 150%;
  padding: 10px 10px 10px 15px;
  color: #004f93;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-left: 2px solid #004f93;
  width: 100%;
  position: absolute;
  bottom: 30px; }
  .brick .brick-title, .brick .brick-title a, .brick .brick-title a:visited, .brick .brick-title a:hover {
    color: #004f93; }

.brick-video {
  position: relative; }
  .brick-video .icon-media {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 56px;
    color: #fff;
    opacity: 0.8; }

/* =Columns
 ----------------------------------------------- */
.grid-sizer {
  display: none; }

.brick-item-wrap {
  margin-bottom: 2% !important;
  /* !important is vc fix */ }

/* =Infinite load
  ----------------------------------------------- */
.infinite-load-more-wrap {
  position: relative;
  overflow: visible;
  text-align: center;
  padding-bottom: 1px; }
  .infinite-load-more-wrap .infinite-loader {
    display: none;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: #004f93; }

.infinite-load-more-wrap.loading .infinite-loader {
  display: block; }

/* =Grid (brick append) effects
  ----------------------------------------------- */
/* Effect 1: opacity */
.brick-wrap.effect-1 .brick-item-wrap.animate {
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards; }

@-webkit-keyframes fadeIn {
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  100% {
    opacity: 1; } }
/* Effect 2: Move Up */
.brick-wrap.effect-2 .brick-item-wrap.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards; }

@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
/* Effect 3: Scale up */
.brick-wrap.effect-3 .brick-item-wrap.animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards; }

@-webkit-keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
@keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
/* Effect 4: fall perspective */
.brick-wrap.effect-4 {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.brick-wrap.effect-4 .brick-item-wrap.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective .8s ease-in-out forwards;
  animation: fallPerspective .8s ease-in-out forwards; }

@-webkit-keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1; } }
@keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1; } }
/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.brick-wrap.effect-5 {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.brick-wrap.effect-5 .brick-item-wrap.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: fly .8s ease-in-out forwards;
  animation: fly .8s ease-in-out forwards; }

@-webkit-keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
@keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }
/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.brick-wrap.effect-6 {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.brick-wrap.effect-6 .brick-item-wrap.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip .8s ease-in-out forwards;
  animation: flip .8s ease-in-out forwards; }

@-webkit-keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
@keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }
/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.brick-wrap.effect-7 {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.brick-wrap.effect-7 .brick-item-wrap.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: helix .8s ease-in-out forwards;
  animation: helix .8s ease-in-out forwards; }

@-webkit-keyframes helix {
  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1; } }
@keyframes helix {
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; } }
/* Effect 8:  */
.brick-wrap.effect-8 {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.brick-wrap.effect-8 .brick-item-wrap.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: popUp .8s ease-in forwards;
  animation: popUp .8s ease-in forwards; }

@-webkit-keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
@keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
/**
 * 11.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@media all and (max-width: 960px) {
  #wrapper {
    margin-top: 46px; }

  #top-bar,
  #menu-wrap {
    display: none; }

  #main {
    margin-top: 0 !important; }

  #page-header {
    max-height: none; }
    #page-header h1 {
      bottom: 0;
      padding-top: 10px;
      padding-bottom: 10px; }
    #page-header.featured-header {
      padding-top: 10px; }
      #page-header.featured-header .header-visual {
        display: none; }
      #page-header.featured-header .page-header-content {
        width: 100%;
        position: static;
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0); }

  /* BEGIN: Single */
  .single .entry-content {
    padding-right: 0; }
    .single .entry-content img.size-full,
    .single .entry-content img.size-large {
      width: 100%;
      margin-left: 0; }
  .single .related-content .related-title {
    margin-left: 15px; }
  .single .description-text {
    padding-right: 0; }

  /* END: Single */
  /* BEGIN: Authors page */
  .author-list-item .author-list-name {
    display: none; }
  .author-list-item:before {
    display: none; }
  .author-list-item .author-list-meta {
    display: block; }

  /* END: Authors page */
  /* BEGIN: Search */
  .search-result-form {
    width: auto; }

  /* BEGIN: Search */
  /* "load more" button */ }
@media screen and (max-width: 782px) {
  /* Responsive menu */
  .admin-bar #menu-stripe {
    top: 46px; }
  .admin-bar #menu-open {
    top: 54px; }
  .admin-bar #main-menu-inner {
    top: 82px !important; }

  #page-header h1 {
    font-size: 18px; }

  .author-meta-avatar {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .author-description {
    margin-top: 40px;
    margin-left: 0; }
    .author-description .author-name,
    .author-description .author-links-wrap {
      float: none;
      text-align: center; } }
/**
 * 11.1 Responsive Menu
 * ----------------------------------------------------------------------------
 */
body {
  -webkit-animation: bugfix infinite 1s; }

@-webkit-keyframes bugfix {
  from {
    padding: 0; }
  to {
    padding: 0; } }
#menu-stripe {
  background-color: #004f93;
  height: 46px;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  z-index: 9999999;
  color: #fff;
  text-align: center;
  line-height: 46px;
  font-size: 18px; }

#menu-stripe .responsive-title {
  font-size: 26px;
  line-height: 46px;
  /* stripe height */
  margin-bottom: 0; }

#menu-stripe .responsive-title img {
  width: auto;
  height: 36px; }

/*
#menu-strip ea {
    font-size: 26px;
    color: #fff !important;
}
*/
#menu-stripe a, #menu-stripe a:visited {
  color: #fff;
  outline: none;
  text-decoration: none; }

#check {
  position: fixed;
  top: -1000px;
  z-index: 999; }

#menu-open {
  position: fixed;
  padding-top: 5px;
  top: 8px;
  left: 10px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #fff; }

@media all and (min-width: 961px) {
  #responsive-menu-wrap {
    display: none; } }
@media handheld, only screen and (max-width: 960px) {
  /* =Responsive menu
  ----------------------------------------------- */
  #main-menu-wrap {
    width: auto; }

  #responsive-menu-wrap {
    /*width: 70%;*/
    max-width: 240px;
    height: 100%;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #004f93;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 300ms ease;
    -moz-transition: -moz-transform 300ms ease;
    -o-transition: -o-transform 300ms ease;
    -ms-transition: -ms-transform 300ms ease;
    transition: transform 300ms ease;
    position: fixed !important;
    top: 46px !important;
    bottom: auto;
    left: 0;
    z-index: 999999;
    /* one more 9 then #wpadminbar */
    display: block;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding-top: 50px; }
    #responsive-menu-wrap > nav > ul > li {
      margin-bottom: 10px;
      padding-bottom: 5px;
      border-bottom: 1px solid #003f7b; }
    #responsive-menu-wrap a {
      padding: 5px 5px 5px 0;
      font-size: 16px;
      display: inline-block; }
    #responsive-menu-wrap .sub-menu {
      padding-left: 10px; }

  #menu-stripe {
    display: block; }

  #menu-stripe a,
  #menu-stripe a:visited,
  #responsive-menu-wrap,
  #responsive-menu-wrap a,
  #responsive-menu-wrap a:hover,
  #responsive-menu-wrap a:visited {
    color: #fff; }

  #check:checked ~ #responsive-menu-wrap {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    padding-bottom: 100px;
    width: 240px; }

  #responsive-menu-wrap > div > ul li.menu-item-has-children.no-link > a,
  #responsive-menu-wrap nav > ul li.menu-item-has-children.no-link > a {
    display: block;
    position: relative; }
    #responsive-menu-wrap > div > ul li.menu-item-has-children.no-link > a:after,
    #responsive-menu-wrap nav > ul li.menu-item-has-children.no-link > a:after {
      display: block;
      position: absolute;
      top: 5px;
      right: 20px;
      font-family: "FontAwesome";
      content: "\f078"; }
  #responsive-menu-wrap > div > ul li.menu-item-has-children.no-link .sub-menu,
  #responsive-menu-wrap nav > ul li.menu-item-has-children.no-link .sub-menu {
    display: none; }

  #responsive-menu-wrap #responsive-search-wrap {
    margin-top: 30px; }
    #responsive-menu-wrap #responsive-search-wrap input[type="text"],
    #responsive-menu-wrap #responsive-search-wrap input[type="search"] {
      color: #828283; }
    #responsive-menu-wrap #responsive-search-wrap .search-wrap {
      float: none; }
  #responsive-menu-wrap .social-share-buttons {
    margin-top: 30px; } }
/**
 * 12.0 Print
 * ----------------------------------------------------------------------------
 */

/*# sourceMappingURL=main.css.map */
