/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

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

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

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

img {
  display: block; }

.left,
.alignleft,
img[align=left] {
  display: block;
  float: left; }

.right,
.alignright,
img[align=right] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align=middle] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

input[type=submit],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 26px;
  color: #111111;
  background-color: white;
  padding-top: 26px; }

.container {
  width: 897px;
  margin: 0 auto; }

.columns {
  box-sizing: border-box; }
  .columns > .content {
    box-sizing: border-box;
    width: 617px;
    float: left;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #dddddd; }
  .columns > .sidebar {
    box-sizing: border-box;
    width: 280px;
    float: right;
    padding: 26px 26px 0 26px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #dd0000;
  text-decoration: none; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #dddddd; }
  .menu a {
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    background-color: #eeeeee;
    padding: 8px 13px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #dddddd; }
  .menu a:hover {
    background-color: #dddddd; }
  .menu li {
    position: relative;
    float: left;
    margin-bottom: -1px; }
  .menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 110;
    left: -1px;
    list-style: none;
    border-color: #dddddd;
    margin-top: -1px; }
    .menu .sub-menu .sub-menu {
      top: 0;
      left: 166px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 166px;
      clear: both; }
    .menu .sub-menu a {
      border-left-width: 1px; }
    .menu .sub-menu .current-menu-item > a {
      border-bottom-color: #dddddd; }
  .menu li:hover > .sub-menu {
    display: block; }
  .menu .current-menu-item > a {
    border-bottom-color: white;
    background-color: white;
    cursor: text; }

.menu_control {
  display: block;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  background-color: #eeeeee;
  padding: 8px 13px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #dddddd;
  display: none;
  background-color: white; }
  .menu_control:hover {
    background-color: #dddddd; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #dddddd;
  padding: 26px; }

#site_title {
  font-size: 42px;
  line-height: 1.31em;
  font-weight: bold;
  color: #111111; }
  #site_title a {
    color: #111111; }
    #site_title a:hover {
      color: #dd0000; }
  #site_title + #site_tagline {
    margin-top: 6px; }

#site_tagline {
  font-size: 16px;
  color: #888888;
  line-height: 1.5em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt {
  font-size: 16px;
  line-height: 26px; }
  .grt h1,
  .grt .headline {
    font-size: 33px;
    line-height: 49px; }
  .grt h1 {
    margin-bottom: 26px; }
  .grt .headline {
    color: #111111;
    margin: 0; }
    .grt .headline a {
      color: #111111; }
      .grt .headline a:hover {
        color: #dd0000; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #111111; }
  .grt h2 {
    font-size: 26px;
    line-height: 39px;
    margin-top: 42px;
    margin-bottom: 16px; }
  .grt h3 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 36px;
    margin-bottom: 10px; }
  .grt h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 6px; }
  .grt h1 + h2,
  .grt h2 + h3 {
    margin-top: 0; }
      .grt .post_content h2:first-child,
      .grt .post_content h3:first-child {
        margin-top: 0; }
  .grt ul {
    list-style-type: square; }
    .grt ul li a {
      text-decoration: underline; }
      .grt ul li a:hover {
        text-decoration: none; }
  .grt blockquote {
    color: #888888;
    padding-left: 16px;
    border-left: 1px solid #dddddd; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 26px;
      line-height: 37px;
      padding-left: 0;
      border: 0;
      margin-bottom: 16px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 14px; }
  .grt code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 3px 4px;
    border-radius: 6px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #eeeeee;
    padding: 16px 16px 16px 10px;
    border-left: 6px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 3px 4px;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 16px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #eeeeee;
    border: 1px solid #dddddd; }
  .grt .box {
    background-color: #ffe2e2;
    border: 1px solid #ffb2b2; }
  .grt .footnotes {
    font-size: 13px;
    line-height: 22px;
    padding-top: 26px;
    border-top: 1px dotted #dddddd; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #888888; }
  .grt fieldset {
    margin-bottom: 26px; }
    .grt fieldset legend {
      font-size: 20px;
      line-height: 32px;
      font-weight: bold;
      margin-bottom: 6px; }
  .grt .avatar {
    width: 71px;
    height: 71px;
    float: right;
    clear: both;
    margin-left: 16px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    line-height: 22px; }
  .grt .caption {
    margin-top: -16px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding: 16px;
    border: 1px solid #dddddd; }
  .grt .wp-caption p {
    font-size: 13px;
    line-height: 22px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 16px; }
  .grt .drop_cap {
    font-size: 52px;
    line-height: 1em;
    margin-right: 10px;
    float: left; }
  .grt .author_description {
    padding-top: 26px;
    border-top: 1px dotted #dddddd; }
    .grt .author_description .avatar {
      width: 78px;
      height: 78px;
      float: left;
      margin-right: 16px;
      margin-left: 0; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt dl,
  .grt dd,
  .grt .center,
  .grt .aligncenter,
  .grt .block,
  .grt .alignnone,
  .grt .post_image,
  .grt .post_image_box,
  .grt .wp-post-image,
  .grt .caption,
  .grt .wp-caption,
  .grt .alert,
  .grt .note,
  .grt .box,
  .grt .footnotes,
  .grt .headline_area {
    margin-bottom: 26px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 26px;
    margin-left: 26px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 26px;
    margin-right: 26px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 26px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol,
  .grt .wp-caption p,
  .grt blockquote.right p,
  .grt blockquote.left p {
    margin-bottom: 0; }
    .grt .alert :last-child,
    .grt .note :last-child,
    .grt .box :last-child,
    .grt .right :last-child,
    .grt .left .footnotes :last-child {
      margin-bottom: 0; }

/*
 * ---:[ other content styles ]:---
 */
.post_box {
  padding: 26px 26px 0 26px;
  border-top: 1px dotted #dddddd; }
  .post_box.top {
    border-top: 0; }

.byline {
  color: #888888; }
  .byline a {
    color: #888888;
    border-bottom: 1px solid #dddddd; }
    .byline a:hover {
      color: #111111; }
  .byline a,
  .byline .post_author,
  .byline .post_date {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .byline .post_author_intro,
  .byline .post_date_intro,
  .byline .post_cats_intro {
    font-style: italic; }
  .byline .post_edit {
    margin-left: 10px; }
    .byline .post_edit:first-child {
      margin-left: 0; }

  .wp-caption.aligncenter img {
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text .wp-smiley {
    display: inline;
    margin-bottom: 0; }

.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 26px; }
  .num_comments_link:hover {
    background-color: #eeeeee; }

.num_comments {
  font-size: 26px;
  color: #111111; }

.bracket {
  font-size: 26px;
  color: #dddddd; }

.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }
  .archive_intro .headline {
    margin-bottom: 26px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 16px 26px; }
  .prev_next .next_posts {
    float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .previous_posts a:hover,
  .next_posts a:hover {
    text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 52px; }

.comments_intro {
  color: #888888;
  padding: 0 26px;
  margin-bottom: 16px; }
  .comments_intro a:hover {
    text-decoration: underline; }

.comments_closed {
  font-size: 13px;
  line-height: 22px;
  color: #888888;
  margin: 0 26px 26px 26px; }

.comment_list {
  list-style-type: none;
  border-top: 1px dotted #dddddd;
  margin-bottom: 52px; }

.comment {
  padding: 26px;
  border-bottom: 1px dotted #dddddd; }
  .comment .comment_head {
    margin-bottom: 16px; }
  .comment .comment_author {
    font-weight: bold; }
  .comment .avatar {
    float: right;
    width: 48px;
    height: 48px;
    margin-left: 16px; }
  .comment .comment_date {
    display: block;
    font-size: 13px;
    line-height: 22px;
    color: #888888; }
    .comment .comment_date a {
      color: #888888; }
  .comment .comment_text > :last-child {
    margin-bottom: 0; }
  .comment .comment_footer {
    margin-top: 16px; }
    .comment .comment_footer a {
      font-size: 13px;
      line-height: 22px;
      color: #888888;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 16px; }
  .comment .comment_footer a {
    font-size: 13px;
    line-height: 22px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 16px; }

  .children .comment {
    list-style-type: none;
    padding: 0 0 0 26px;
    border-bottom: 0;
    border-left: 1px solid #dddddd;
    margin-top: 26px; }
  .children .bypostauthor {
    background-color: transparent;
    border-color: #dd0000; }

  .comment_head a:hover,
  .comment_footer a:hover,
  comment_nav a:hover {
    text-decoration: underline; }

.comment_nav {
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 16px 26px;
  border-style: dotted;
  border-color: #dddddd; }
  .comment_nav a:hover {
    text-decoration: underline; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  border-width: 0 0 1px 0;
  margin: -52px 0 52px 0; }

.next_comments {
  float: right; }

.comment_moderated {
  font-weight: bold; }

/*
 * ---:[ inputs ]:---
 */
  input[type="text"],
  input[type="number"],
  input[type="url"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    font-family: inherit;
    font-size: inherit;
    line-height: 1em;
    font-weight: inherit;
    color: #111111;
    background-color: #eeeeee;
    padding: 6px;
    border: 1px solid #dddddd;
    box-sizing: border-box; }
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus {
      background-color: white;
      border-color: #eeeeee; }

select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  background-color: #eeeeee;
  padding: 6px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  line-height: inherit; }
  select:focus,
  textarea:focus {
    background-color: white;
    border-color: #eeeeee; }

/*
 * ---:[ buttons ]:---
 */
button,
input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: bold;
  background-color: white;
  padding: 10px;
  border: 3px double #dddddd; }
  button:hover,
  input[type="submit"]:hover,
  button:active,
  input[type="submit"]:active {
    background-color: #eeeeee;
    transition: background-color 0.3s; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  padding: 0 26px;
  margin: 52px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 16px; }
  #commentform .comment_form_title {
    font-size: 20px;
    line-height: 32px;
    color: #111111;
    padding: 0 26px 16px 26px;
    border-bottom: 1px dotted #dddddd;
    margin-right: -26px;
    margin-left: -26px; }
  #commentform p {
    margin-bottom: 16px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 6px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 13px;
    line-height: 22px;
    color: #888888; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform input[type="submit"] {
    font-size: 20px; }
  #commentform textarea {
    display: block;
    width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dd0000;
  margin-top: 6px; }
  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

.login_alert {
  font-weight: bold;
  background-color: #eeeeee;
  border: 1px solid #dddddd; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 19px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 12px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading {
    font-variant: small-caps;
    letter-spacing: 1px; }
  .sidebar p,
  .sidebar ul,
  .sidebar ol,
  .sidebar blockquote,
  .sidebar pre,
  .sidebar dl,
  .sidebar dd,
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .center,
  .sidebar .aligncenter,
  .sidebar .block,
  .sidebar .alignnone {
    margin-bottom: 19px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 19px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 19px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .wp-caption p,
  .sidebar .post_excerpt p {
    margin-bottom: 0; }
  .sidebar .text_box,
  .sidebar .thesis_email_form,
  .sidebar .query_box {
    margin-bottom: 38px; }
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%;
      margin-bottom: 12px; }
  .sidebar button,
  .sidebar input[type="submit"] {
    padding: 7px; }
  .sidebar .query_box .post_author,
  .sidebar .query_box .post_date {
    color: #888888; }
  .sidebar .widget {
    margin-bottom: 38px; }
    .sidebar .widget ul {
      list-style-type: none; }
      .sidebar .widget ul li {
        margin-bottom: 12px; }
        .sidebar .widget ul li ul,
        .sidebar .widget ul li ol {
          margin-top: 12px; }
        .sidebar .widget ul li a:hover {
          text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 22px;
  color: #888888;
  text-align: right;
  padding: 16px 26px;
  border-top: 3px double #dddddd; }
  .footer a {
    color: #888888; }
    .footer a:hover {
      color: #111111; }

/*
 * ---:[ custom template styles ]:---
 */
  body.landing {
    padding-top: 0; }
  .landing .container {
    width: 617px; }
  .landing .header,
  .landing .headline_area,
  .landing .footer {
    text-align: center; }

.full_page .columns > .content {
  width: 897px;
  float: none;
  border-right: 0; }

/*
 * ---:[ clearfix ]:---
 */
  .columns:after,
  .menu:after,
  .post_box:after,
  .post_content:after,
  .author_description:after,
  .sidebar:after,
  .query_box:after,
  .prev_next:after,
  .comment_text:after,
  .comment_nav:after {
    display: table;
    clear: both;
    content: ''; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 896px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 617px; }

  .header {
    border-top: 1px solid #dddddd; }
    .landing .header {
      border-top: 0; }

    .columns > .content {
      float: none;
      width: 100%;
      border: 0; }
      .full_page .columns > .content {
        width: 100%; }
    .columns > .sidebar {
      float: none;
      width: 100%;
      border-top: 3px double #dddddd; }

  .menu_control {
    display: block;
    width: 100%;
    background-color: white;
    padding: 1em 26px;
    border-width: 0;
    cursor: pointer;
    box-sizing: border-box; }

  .menu {
    display: none;
    clear: both;
    width: 100%;
    border-width: 1px 0 0 0; }
    .menu .sub-menu {
      position: static;
      display: block;
      padding-left: 26px;
      border-top: 1px solid #dddddd;
      margin: 0; }
      .menu .sub-menu li {
        width: 100%; }
    .menu li {
      float: none;
      width: 100%;
      margin-bottom: 0; }
      .menu li:first-child > a:first-child {
        border-top-width: 0; }
    .menu a {
      background-color: white;
      padding: 1em 26px;
      border-width: 1px 1px 0 0; }
    .menu .current-menu-item > a {
      background-color: #eeeeee; }
    .menu > li > a {
      border-left-width: 1px; }

  .show_menu {
    display: block; }

      .sidebar .search-form input[type="text"],
      .sidebar .thesis_email_form input[type="text"] {
        width: 50%; } }

@media all and (max-width: 616px) {
  .menu a {
      border-right-width: 0; }
    .menu > li > a {
      border-left-width: 0; } }

@media all and (max-width: 469px) {
  .menu a,
  .menu_control {
    padding: 1em 16px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  #commentform .comment_form_title,
  .footer {
    padding-right: 16px;
    padding-left: 16px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 16px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"],
  .ad,
  .ad_left {
    float: none; }

    .grt .right,
    .grt .alignright,
    .grt .left,
    .grt .alignleft {
      margin-right: 0;
      margin-left: 0; }
      .grt blockquote.right,
      .grt blockquote.left {
        width: 100%;
        margin-bottom: 26px; }

  .post_author:after {
    display: block;
    height: 0;
    content: '\a';
    white-space: pre; }

    #commentform input[type="text"],
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%; }

  .comments_closed,
  .login_alert {
    margin-right: 16px;
    margin-left: 16px; }

  #commentform .comment_form_title {
    margin-left: -16px;
    margin-right: -16px; }

  .comment_date {
    display: none; } }

/*
 * ---:[ custom CSS ]:---
 */
@font-face {
  font-family: 'MavenProRegular';
  src: url('https://www.synapsehubs.com/wp-content/thesis/fonts/MavenProRegular.eot');
  src: url('https://www.synapsehubs.com/wp-content/thesis/fonts/MavenProRegular.eot') format('embedded-opentype'), url('https://www.synapsehubs.com/wp-content/thesis/fonts/MavenProRegular.woff2') format('woff2'), url('https://www.synapsehubs.com/wp-content/thesis/fonts/MavenProRegular.woff') format('woff'), url('https://www.synapsehubs.com/wp-content/thesis/fonts/MavenProRegular.ttf') format('truetype'), url('https://www.synapsehubs.com/wp-content/thesis/fonts/MavenProRegular.svg#MavenProRegular') format('svg'); }
@font-face {
  font-family: 'MavenProBold';
  src: url('https://www.synapsehubs.com/wp-content/thesis/fonts/MavenProBold.eot');
  src: url('https://www.synapsehubs.com/wp-content/thesis/fonts/MavenProBold.eot') format('embedded-opentype'), url('https://www.synapsehubs.com/wp-content/thesis/fonts/MavenProBold.woff2') format('woff2'), url('https://www.synapsehubs.com/wp-content/thesis/fonts/MavenProBold.woff') format('woff'), url('https://www.synapsehubs.com/wp-content/thesis/fonts/onts/MavenProBold.ttf') format('truetype'), url('https://www.synapsehubs.com/wp-content/thesis/fonts/MavenProBold.svg#MavenProBold') format('svg'); }
.block {
  float: left;
  width: 100%; }

strong,
b {
  font-family: 'MavenProBold'; }

*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #5d5858;
  font-family: 'MavenProRegular';
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  padding: 0; }

a {
  color: #223e99; }

a:hover {
  color: #5d5858; }

li {
  list-style-type: none; }

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds,
.one-fifth {
  float: left;
  margin-left: 2.564%; }

.one-half,
.three-sixths,
.two-fourths {
  width: 48.718%; }

.one-third,
.two-sixths {
  width: 31.624%; }

.four-sixths,
.two-thirds {
  width: 65.812%; }

.one-fourth {
  width: 23.077%; }

.one-fifth {
  width: 17.949%; }

.three-fourths {
  width: 74.359%; }

.one-sixth {
  width: 14.53%; }

.five-sixths {
  width: 82.906%; }

.first {
  clear: both;
  margin-left: 0; }

p {
  margin: 0 0 30px;
  letter-spacing: -0.5px; }

p a,
a {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'MavenProBold';
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #223e99; }

h1 {
  font-size: 72px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 28px; }

h5 {
  font-size: 23px; }

h6 {
  font-size: 18px; }

img {
  max-width: 100%; }

.wrapper {
  max-width: 1370px;
  margin: auto; }

.site-header {
  background-color: transparent;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 63px;
  font-size: 18px;
  z-index: 999; }

.header-left {
  float: left; }

.site-logo,
.site-nav {
  display: inline-block; }

.site-nav {
  vertical-align: top;
  padding-top: 10px;
  margin-left: 158px; }

.site-nav li {
  display: inline-block;
  padding: 0 7.5px; }

.site-nav li a {
  color: #ababab; }

.site-nav .current_page_item a {
  color: white; }

.site-nav li:hover a {
  color: white; }

.header-right {
  float: right; }

.header-btn,
.soc-med-header {
  display: inline-block;
  vertical-align: top; }

.site-btn {
  background-color: #223e99;
  font-family: 'MavenProBold';
  color: white;
  line-height: 1;
  padding: 13px 32px;
  border-radius: 20px; }

.site-btn:hover {
  color: #223e99;
  background-color: #dddddd; }

.header-btn {
  margin-right: 50px; }

.soc-med {
  padding-top: 12px; }

.soc-med a {
  display: inline-block;
  padding: 0 5px; }

.soc-med a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1); }

.home-section-1 {
  height: 863px;
  background-color: #151133;
  position: relative;
  border-bottom: 6px solid #223e99;
  padding: 0 !important; }

.home-section-1:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #191348;
  opacity: 0.68;
  z-index: 2; }

.home-section-1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1; }

.home .hero-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 280px;
  margin: 0 auto;
  text-align: center;
  color: white;
  font-size: 24px;
  z-index: 5; }

.hero-content h1 {
  color: white; }

.hero-content p {
  color: white;
  font-size: 30px; }

.hero-three-figures {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  max-width: 953px;
  width: 100%; }

.hero-three-figures div {
  display: inline-block;
  text-align: center;
  padding: 47px 45px;
  position: relative;
  z-index: 5;
  width: 312px; }

.hero-three-figures img {
  display: inline-block; }

.hero-three-figures p {
  font-size: 20px;
  color: #9d9d9d; }

.hero-three-figures a:hover div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: blue;
  opacity: 0.24; }

.hero-three-figures a:hover p {
  color: white; }

.home-section-2 {
  padding: 125px 0 115px; }

.home-section-2 h2 {
  text-align: center;
  max-width: 1135px;
  margin: 0 auto 140px; }

.alt-boxes,
.alt-box {
  float: left;
  width: 100%;
  background-size: 38%; }

.alt-box {
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 561px; }

.alt-box .one-half {
  width: 60%;
  padding-top: 57px; }

.alt-box-1 {
  margin-bottom: 122px; }

.alt-box-2 {
  background-position: top right;
  margin-bottom: 60px; }

.alt-box-1 .one-half {
  float: right; }

.site-btn1 {
  padding: 22px 50px;
  border-radius: 22px;
  display: inline-block; }

.home-section-3 {
  text-align: center;
  padding: 115px 0 75px; }

.home-section-3 .wrapper {
  max-width: 1195px; }

.home-section-3 h3 {
  color: white;
  margin-bottom: 25px; }

.home-section-3 p {
  color: white;
  margin-bottom: 55px; }

.post-section {
  padding: 100px 0 100px; }

.post-section .slick-slide {
  margin: 0 7.5px;
  border: 1px solid #d7d7d7;
  border-radius: 7px; }

.post-section h3 {
  text-align: center;
  margin-bottom: 70px; }

.post-section figure {
  height: 208px;
  margin-bottom: 25px;
  background-size: cover;
  background-position: center center; }

.post-section figure i {
  position: relative;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #e20000;
  font-size: 35px; }

.post-text-content {
  padding: 0 20px 45px; }

.post-section h4 {
  margin-bottom: 12px; }

.post-section p {
  font-size: 17px;
  color: #5d5858;
  margin-bottom: 0;
  min-height: 74.4px; }

.post-section .slick-prev {
  left: -15px !important;
  opacity: 1 !important;
  z-index: 1 !important; }

.post-section .slick-next {
  right: 0 !important;
  opacity: 1 !important;
  z-index: 1 !important; }

.post-section .slick-prev:before,
.slick-next:before {
  color: #c2c2c2 !important;
  font-size: 35px !important;
  opacity: 1 !important; }

.post-section .slick-prev:hover:before,
.slick-next:hover:before {
  color: #00aeef !important; }

.home-section-5 {
  background-color: #fcfcfc;
  padding: 60px 0 80px; }

.home-section-6 {
  padding: 60px 0 80px; }

#slider,
#sliders {
  position: relative;
  overflow: hidden; }

.logo-container {
  text-align: center;
  width: 100%; }

.logo-container img {
  display: inline-block; }

.logo-wrapper-slider {
  float: left;
  width: 100%; }

.fleft {
  float: left; }

.fright {
  float: right;
  font-size: 18px;
  text-align: right; }

a.fright {
  color: #2240b5; }

p.firght {
  color: #5d5858; }

.part-wrapper {
  float: left;
  width: 100%;
  padding: 80px 0 0; }

.part-wrapper .one-fourth {
  height: 128px;
  position: relative;
  margin-bottom: 60px; }

.part-wrapper .one-fourth img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); }

.home-section-6 {
  background-color: white; }

.home-section-5 .wrapper,
.home-section-6 .wrapper {
  max-width: 1260px; }

.home-bottom-btn {
  float: left;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  left: 50%;
  position: relative;
  margin-top: 80px; }

.contact-banner {
  text-align: center;
  background: #2e3192;
  padding: 40px 0; }

.contact-banner .one-third {
  line-height: 72px; }

.contact-banner div div,
.contact-banner img,
.contact-banner a {
  display: inline-block;
  vertical-align: middle;
  color: #eeeeee;
  line-height: 1.3; }

.contact-banner img {
  margin-right: 50px; }

.contact-banner p {
  margin-bottom: 0;
  text-align: left; }

.contact-form-section {
  padding: 90px 0;
  background-size: cover;
  background-repeat: no-repeat; }

.contact-form-section .wrapper {
  flex-direction: column;
  display: flex;
  align-items: center; }

@media only screen and (min-width: 767px) {
  .contact-form-section .wrapper {
    flex-direction: row; } }

.contact-form-section form {
  max-width: 630px;
  margin: 0 auto; }

.contact-form-section form p {
  margin-bottom: 0; }

.contact-form-section form ::placeholder {
  font-size: 18px; }

.contact-form-section form .hide-label {
  display: none; }

.contact-form-section form input,
.contact-form-section form textarea {
  width: 100%;
  padding: 18px 10px;
  border-radius: 5px; }

.contact-form-section form textarea {
  max-height: 160px; }

.contact-form-section form .site-btn {
  width: auto;
  background-color: #223e99;
  color: white;
  border: unset !important;
  padding: 15px 55px;
  border-radius: 10px;
  margin-top: 30px; }

.contact-form-section form .site-btn:hover {
  background-color: white;
  color: #223e99; }

.site-footer {
  background-color: #0c0924;
  padding: 45px 0;
  float: left;
  width: 100%;
  text-align: center; }

.footer-logo {
  float: left; }

.footer-center {
  display: inline-block;
  color: white;
  padding-top: 5px; }

.soc-med-footer {
  float: right; }

.close {
  position: fixed;
  opacity: 0; }

.inner-page-hero-section {
  height: 430px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.inner-page-hero-section .wrapper {
  position: absolute;
  top: 216px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.inner-page-hero-section h1 {
  color: white;
  text-align: center;
  margin-bottom: 0; }

.inner-page-hero-section h2 {
  color: white;
  text-align: center;
  margin-bottom: 0; }

.about-section-2 {
  padding: 50px 0 100px; }

.about-section-2 h2 {
  font-family: 'MavenProRegular';
  text-align: center;
  margin-bottom: 125px; }

.about-section-2 .inner-wrap {
  max-width: 760px;
  padding-left: 40px; }

.about-section-2 .inner-wrap h3 {
  margin-bottom: 0; }

.about-section-2 .inner-wrap p:first-of-type {
  margin-bottom: 20px; }

.about-section-2 .inner-wrap p {
  line-height: 1.4; }

.about-section-2 .inner-wrap p span {
  color: #223e99; }

.about-section-2 a:last-child {
  padding-left: 8px; }

.about-section-2 .one-third,
.about-section-2 .two-thirds {
  margin-bottom: 140px; }

.team-container div:nth-of-type(3),
.team-container div:nth-of-type(7) {
  float: right; }

.team-container div:nth-of-type(4),
.team-container div:nth-of-type(8) {
  padding-left: 0; }

.team-container div:nth-of-type(4) .inner-wrap,
.team-container div:nth-of-type(8) .inner-wrap {
  padding-left: 0; }

.short-wrap {
  max-width: 1300px; }

.our-netwrok-section-2 {
  text-align: center;
  padding: 100px 0 60px;
  letter-spacing: -1px;
  word-spacing: -2px; }

.our-netwrok-section-2 h2 {
  font-family: 'MavenProRegular';
  margin-bottom: 55px; }

.our-netwrok-section-2 p {
  text-align: left; }

.logo-section {
  padding: 40px 0 0; }

.logo-section a {
  font-family: 'MavenProBold'; }

.sponsors {
  text-align: center;
  padding-top: 45px;
  max-width: 1200px;
  margin: 0 auto; }

.sponsors .inner-wrap {
  float: left;
  width: 100%; }

.sponsors .one-fifth,
.sponsors .one-third {
  padding: 0 40px;
  margin-bottom: 60px;
  vertical-align: middle;
  height: 92px; }

.sponsors .one-third {
  padding: 0 25px; }

.sponsors .one-fifth img,
.sponsors .one-third img {
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.our-netwrok-section-6 {
  padding-bottom: 120px; }

.our-netwrok-section-6 p {
  margin-bottom: 0; }

.how-works-menu {
  padding: 100px 0 0; }

.how-works-menu ul {
  text-align: center;
  max-width: 1240px;
  margin: 0 auto; }

.how-works-menu a {
  cursor: pointer; }

.how-works-menu ul li {
  float: left;
  width: 25%;
  text-align: center;
  padding-bottom: 50px; }

.how-works-menu li:hover {
  background-color: #edf6f7; }

.how-works-menu .inner-container {
  border-right: 1px solid #cccccc;
  padding-top: 45px; }

.how-works-menu a:last-of-type .inner-container {
  border-right: unset; }

.how-works-menu ul li img {
  display: inline-block;
  max-height: 84px; }

.how-works-menu ul li h3 {
  margin-bottom: 0; }

.how-works-section-2 {
  background-color: #edf6f7;
  padding: 85px 0 120px; }

.hws h2 {
  text-align: center;
  margin-bottom: 60px;
  font-family: 'MavenProRegular'; }

.img-content-box .one-third {
  width: 37.624%; }

.img-content-box .two-thirds {
  width: 59.812%; }

.section-content {
  max-width: 742px;
  margin: 0 auto; }

.how-works-section-3 {
  padding: 110px 0 0; }

.how-works-section-4 {
  padding: 80px 0 0; }

.how-works-section-4 h3 {
  font-family: 'MavenProRegular';
  text-align: center; }

.how-works-section-4 h3:last-of-type {
  margin-bottom: 40px; }

.how-works-section-4 img {
  margin: 0 auto 140px; }

.how-works-section-4 .img-content-box h3 {
  font-family: 'MavenProBold';
  text-align: left;
  margin-bottom: 20px; }

.how-works-section-4 .img-content-box img {
  margin-bottom: 0; }

.how-works-section-5 {
  text-align: center;
  padding: 105px 0 0; }

.how-works-section-5 .content-container {
  text-align: left; }

.how-works-section-5 h3 {
  margin-bottom: 40px; }

.how-works-section-5 .content-container h3 {
  margin-bottom: 15px; }

.how-works-section-5 .content-container a {
  text-decoration: underline; }

.how-works-section-6 .section-content {
  padding-top: 25px; }

.how-works-section-7 {
  padding: 80px 0 100px; }

.accordion-container {
  margin-bottom: 15px; }

.accordion {
  cursor: pointer;
  outline: none;
  transition: 0.4s;
  display: block;
  position: relative; }

.accordion:after {
  position: absolute;
  content: '\f067';
  font-weight: 900;
  font-family: Font Awesome\ 5 Free;
  top: 12px;
  right: 0;
  color: #0d2858;
  font-size: 20px; }

.active:after {
  content: '\f068'; }

.accordion i {
  position: relative;
  display: inline-block;
  margin-left: 12px;
  font-size: 14px; }

.accordion.active i:before {
  content: '\f106' !important; }

.accordion p {
  display: inline-block; }

.accordion .content-text {
  margin-bottom: 10px; }

.active,
.accordion:hover {
  color: #2d2f79; }

.content-text ol {
  list-style: none;
  counter-reset: my-awesome-counter !important; }

.content-text ol li {
  counter-increment: my-awesome-counter !important; }

.content-text ol li::before {
  content: counter(my-awesome-counter) ". " !important;
  float: left; }

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  position: relative;
  top: -20px; }

.how-works-section-8 {
  padding-bottom: 140px; }

.how-works-section-8 img {
  margin: 0 auto 60px; }

.how-works-section-8 h3 {
  margin-bottom: 0; }

.page-id-275 .post-section {
  background-color: #edf6f7; }

.highlight-videos {
  background-color: white !important; }

.highlight-videos h4 {
  color: #9a14aa; }

.hubcast-section {
  padding: 100px 0 95px;
  background-color: #edf6f7; }

.hubcast-wrapper {
  max-width: 1120px;
  margin: 120px auto 0; }

.hubcast:after {
  content: '';
  padding-bottom: 40px;
  float: left;
  margin-bottom: 25px;
  width: 100%;
  border-bottom: 1px solid gainsboro;
  max-width: 85%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.hubcast-section h3 {
  margin-bottom: 73px;
  text-align: center; }

.hubcast-section img {
  margin: 0 auto 50px; }

.hubcast-wrapper p {
  margin-bottom: 10px;
  font-size: 14px; }

.hubcast-wrapper p span {
  margin-bottom: 20px;
  display: block;
  font-size: 13px; }

.hubcast-wrapper a {
  margin-left: auto;
  font-size: 15px; }

.hubcast .one-half {
  display: flex;
  justify-content: center;
  flex-direction: column; }

.in-media {
  padding: 100px 0; }

.in-media h3 {
  text-align: center; }

.in-media img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 70px; }

.hubs {
  padding: 100px 0 0; }

.intro-text {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 110px; }

.intro-text p:last-of-type {
  margin-bottom: 0; }

.map-hubs {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  display: inline-block;
  padding-bottom: 180px; }

.map-hubs .map-img {
  height: 1011px;
  width: 1302px;
  background-size: 1302px 1011px; }

.hub {
  position: absolute;
  color: white;
  text-transform: uppercase;
  cursor: pointer; }

.hub p img {
  display: inline-block; }

.hub:hover img {
  transform: scale(1.1); }

.hub-1 {
  top: 336px;
  right: 286px; }

.hub-2 {
  top: 385px;
  right: 222px; }

.hub-3 {
  top: 450px;
  right: 185px; }

.hub-4 {
  top: 523px;
  right: 120px; }

.hub-5 {
  top: 801px;
  left: 739px; }

.hub-info {
  position: absolute;
  left: -490px;
  z-index: 2;
  background-color: white;
  top: -175px; }

.hub:hover:after {
  content: '';
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 156%;
  height: 165%; }

.hub-info-1 {
  left: -391px; }

.hub-info-2 {
  left: -531px; }

.hub-info-3 {
  left: -374px;
  top: -114px; }

.hub-info-4 {
  left: -566px; }

.hub-info-5 {
  left: -391px;
  top: -103px; }

.hub-list {
  padding: 40px;
  border: 1px solid #1f4298; }

.hub-list li {
  list-style-type: disc;
  margin-bottom: 0; }

.hub-list li:before {
  content: '\f111';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #1f4298;
  font-size: 6px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 1px; }

.hub-list li:first-child:before {
  content: ''; }

.hub-list li:last-of-type {
  margin-bottom: 0; }

.hub-title {
  font-family: 'MavenProBold';
  margin-bottom: 25px;
  color: #223e99; }

.hub-list p {
  margin-bottom: 0;
  display: inline;
  vertical-align: middle;
  text-transform: capitalize;
  font-size: 16px; }

.hub-list p a {
  color: #5d5858; }

.hub-list p:hover a {
  color: #1f4298; }

.hub:before {
  position: absolute;
  top: -11px;
  left: -86px;
  z-index: 3; }

.hub:hover:before {
  content: '';
  background-image: url('https://www.synapsehubs.com/wp-content/uploads/2020/09/tooltip-1.png');
  width: 100px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inlien-block; }

.hubs-bottom-text {
  padding-bottom: 60px; }

.default-section-2 {
  padding: 100px 0; }

.page-id-19 .default-section-2 {
  text-align: center; }

.page-id-19 .default-section-2 p {
  color: #223e99; }

.page-id-19 .default-section-2 p:last-of-type {
  margin-bottom: 0; }

.default-section-2 ul {
  margin-bottom: 30px; }

.default-page-widgets .inner-page-hero-section {
  background-color: #1a1349; }

.captcha {
  margin-top: 22px; }

iframe {
  width: 100% !important; }

.page-id-378 .default-section-2 .wrapper,
.page-id-569 .default-section-2 .wrapper {
  max-width: 970px; }

.privacy-policy .site-inner .wrapper {
  color: #223e99; }

@media only screen and (max-width: 1410px) {
  .wrapper,
  .home .hero-content {
    padding: 0 20px; }

  .site-nav {
    margin-left: 80px; }

  .our-netwrok-section-2 h2 br {
    display: none; }

  .page-id-334 .site-inner {
    overflow: hidden; } }

@media only screen and (max-width: 960px) {
  .hubs {
    padding: 40px 0; }

  .intro-text {
    margin-bottom: 0; }

  .hub:before,
  .hub:after {
    content: unset !important; }

  .hub-info {
    position: unset !important; }

  .map-hubs .hub:hover .hub-info {
    display: none !important; }

  .map-hubs .hub.show-hub .hub-info {
    display: block !important; }

  .map-hubs .hub.show-hub .close-info {
    color: red;
    font-size: 14px;
    background: transparent;
    float: right;
    padding: 20px;
    font-weight: bold;
    display: block !important; }

  .map-img {
    overflow: hidden; }

  .hubs-bottom-text {
    padding-top: 40px; }

  .show-hub {
    z-index: 9999; } }

@media only screen and (max-width: 1300px) {
  .site-nav {
    margin-left: 20px; }

  .header-btn {
    margin-right: 16px; } }

@media only screen and (max-width: 1200px) {
  .site-header {
    padding-top: 20px;
    overflow: hidden; }

  .header-left,
  .header-right {
    width: 100%; }

  .header-right {
    margin-bottom: 20px; }

  .site-nav {
    float: right; }

  .responsive-menu {
    display: inline-block !important;
    color: white;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 85px;
    cursor: pointer;
    font-size: 25px;
    padding: 0 7px; }

  .header-btn {
    float: right;
    margin-right: 0; }

  .soc-med-header {
    float: left; }

  .menu-main-menu-container {
    transform: translate(845px, 0px);
    -webkit-transform: translate(845px, 0px);
    -o-transform: translate(845px, 0px);
    -ms-transform: translate(845px, 0px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    opacity: 0;
    background-color: #223e99;
    position: fixed;
    width: 200px;
    height: 100vh;
    top: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
    font-size: 14px;
    color: white; }

  .menu-open {
    transform: translate(0px, 0px) !important;
    -webkit-transform: translate(0px, 0px) !important;
    -o-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    opacity: 1; }

  .site-nav ul {
    padding-top: 80px; }

  .site-nav li {
    display: block;
    padding: 0 7.5px;
    text-align: right;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold; }

  .close {
    transform: translate(845px, 0px);
    -webkit-transform: translate(845px, 0px);
    -o-transform: translate(845px, 0px);
    -ms-transform: translate(845px, 0px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    font-size: 25px; }

  .close.menu-open {
    display: block !important;
    z-index: 99999;
    top: 30px;
    right: 20px;
    color: white;
    transform: translate(0px, 0px) !important;
    -webkit-transform: translate(0px, 0px) !important;
    -o-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    opacity: 1; }

  .home .hero-content br {
    display: none; }

  .hero-three-figures {
    width: 100%; }

  .hero-three-figures div {
    float: left;
    height: 180px;
    width: 33.33%;
    padding: 30px 10px; } }

@media only screen and (max-width: 1100px) {
  .map-hubs {
    margin-left: -13%; } }

@media only screen and (max-width: 960px) {
  body,
  .hero-content p,
  .hero-three-figures p {
    font-size: 18px; }

  .block {
    padding: 60px 0; }

  h1 {
    font-size: 60px; }

  h2 {
    font-size: 45px; }

  h3 {
    font-size: 28px; }

  h4 {
    font-size: 26px; }

  .site-btn {
    font-size: 16px; }

  .home-section-1 {
    height: 720px; }

  .home .hero-content {
    top: 220px; }

  .hero-content p {
    max-width: 800px;
    margin: 0 auto; }

  .hero-three-figures div {
    height: auto; }

  .hero-three-figures img {
    height: 60px; }

  .home-section-2 h2 {
    margin-bottom: 100px; }

  .post-section p {
    min-height: 99.2px; } }

@media only screen and (max-width: 890px) {
  .map-hubs {
    background-color: #0c0924;
    transform: unset !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    width: 100%;
    float: left;
    left: unset !important;
    padding: 80px 20px;
    margin-left: 0; }

  .map-hubs .map-img {
    background-image: unset !important;
    width: unset;
    height: unset; }

  .hub {
    position: relative !important;
    left: unset !important;
    top: unset !important;
    right: unset !important;
    float: right;
    clear: both;
    padding: 15px 0;
    width: 100%;
    text-align: center; }

  .map-hubs .hub.show-hub .hub-info {
    display: block !important;
    width: 75%;
    margin: 20px auto 0;
    text-align: center; }

  .hub-list li:before {
    content: unset; }

  .hub-list li {
    color: #1f4298;
    text-align: left; }

  .hub-list li:first-of-type {
    list-style-type: none;
    text-align: center; } }

@media only screen and (max-width: 767px) {
  .one-half,
  .one-third,
  .one-fourth {
    width: 100% !important;
    margin-left: 0; }

  .one-fifth {
    width: 50%;
    margin-left: 0;
    clear: none; }

  .block {
    padding: 45px 0; }

  body,
  .hero-content p,
  .hero-three-figures p {
    font-size: 16px; }

  h1 {
    font-size: 48px; }

  h2 {
    font-size: 34px; }

  h3 {
    font-size: 28px; }

  h4 {
    font-size: 24px; }

  .home .hero-content p {
    max-width: 580px;
    margin: 0 auto; }

  .post-section p {
    min-height: 148.8px; }

  .site-logo {
    width: 200px; }

  .site-btn {
    font-size: 14px; }

  .home-section-1 {
    height: 640px; }

  .hero-three-figures img {
    height: 50px; }

  .home-section-2 h2 {
    margin-bottom: 60px; }

  .alt-box {
    background-size: cover;
    background-color: #0000a7;
    height: 500px;
    min-height: unset; }

  .alt-box-1 {
    margin-bottom: 40px; }

  .alt-box .wrapper {
    height: inherit; }

  .alt-box .one-half {
    padding: 40px 20px;
    position: relative;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%; }

  .alt-box .one-half:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.68; }

  .alt-box .one-half h3,
  .alt-box .one-half p {
    position: relative;
    font-weight: 800; }

  .alt-box .one-half p {
    margin-bottom: 0; }

  .home-section-2 .site-btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }

  .contact-banner img {
    display: block;
    margin: 0 auto; }

  .inner-page-hero-section {
    height: 420px; }

  .our-network-widgets .block {
    padding-bottom: 0; }

  .sponsors {
    padding-top: 0; }

  .sponsors .one-fifth,
  .sponsors .one-third {
    margin-bottom: 25px; }

  .our-netwrok-section-6.block {
    padding-bottom: 45px; }

  .about-section-2 h2 {
    margin-bottom: 60px; }

  .team-container .one-third {
    margin-bottom: 30px; }

  .team-container .one-third img {
    width: 50%;
    margin: 0 auto; }

  .part-wrapper .one-fourth {
    margin-bottom: 20px; }

  .about-section-2 .two-thirds {
    margin-bottom: 40px; }

  .two-thirds {
    width: 100% !important;
    margin-left: 0; }

  .about-section-2 .inner-wrap {
    max-width: 100%;
    padding: 0 40px !important; }

  .how-works-menu ul li {
    width: 100%; }

  .how-works-menu .inner-container {
    border-right: unset; }

  .how-works-widgets .img-content-box .one-third img {
    margin: 0 auto 20px; }

  .footer-center {
    float: left;
    width: 100%;
    margin-top: 10px; } }

@media only screen and (max-width: 480px) {
  .block {
    padding: 40px 0; }

  body,
  .hero-content p {
    font-size: 14px; }

  .fright,
  .fleft {
    font-size: 16px; }

  h1 {
    font-size: 45px; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 24px; }

  h4 {
    font-size: 20px; }

  .hero-three-figures p {
    font-size: 12px; }

  .header-left {
    position: relative; }

  .menu-main-menu-container {
    position: fixed; }

  .responsive-menu {
    right: 0;
    position: absolute;
    top: 10px; }

  .soc-med img {
    height: 20px; }

  .alt-box {
    height: 700px; }

  .post-section p {
    min-height: 99.2px; }

  .footer-logo {
    width: 100%;
    margin-bottom: 40px;
    text-align: center; }

  .footer-logo img {
    display: inline-block; }

  .soc-med-footer {
    width: 100%;
    text-align: center; }

  .inner-page-hero-section {
    height: 400px; }

  .default-section-2 p {
    max-width: 300px;
    margin: 0 auto; }

  .map-hubs .hub.show-hub .hub-info {
    width: 95%; } }

.contact-form-section iframe {
  margin-top: -75px; }
  @media only screen and (max-width: 808px) {
    .contact-form-section iframe {
  margin-top: 0; }
    @media only screen and (max-width: 520px) {
      .contact-form-section iframe {
  margin-top: -75px; } } }