/*
 * ---:[ 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: 15px;
  line-height: 27px;
  color: #111111;
  background-color: white;
  padding-top: 27px; }

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

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

/*
 * ---:[ links ]:---
 */
a {
  color: #005e89;
  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: 12px;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    background-color: #eeeeee;
    padding: 7px 12px;
    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: 153px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 153px;
      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: 12px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  background-color: #eeeeee;
  padding: 7px 12px;
  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: 27px; }

#site_title {
  font-size: 39px;
  line-height: 1.31em;
  font-weight: bold;
  color: #111111; }
  #site_title a {
    color: #111111; }
    #site_title a:hover {
      color: #005e89; }
  #site_title + #site_tagline {
    margin-top: 7px; }

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

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt {
  font-size: 15px;
  line-height: 27px; }
  .grt h1,
  .grt .headline {
    font-size: 31px;
    line-height: 48px; }
  .grt h1 {
    margin-bottom: 27px; }
  .grt .headline {
    color: #111111;
    margin: 0; }
    .grt .headline a {
      color: #111111; }
      .grt .headline a:hover {
        color: #005e89; }
    .grt .headline + .byline {
      margin-top: 7px; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #111111; }
  .grt h2 {
    font-size: 24px;
    line-height: 39px;
    margin-top: 44px;
    margin-bottom: 17px; }
  .grt h3 {
    font-size: 19px;
    line-height: 33px;
    margin-top: 38px;
    margin-bottom: 11px; }
  .grt h4 {
    font-size: 15px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 7px; }
  .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: 17px;
    border-left: 1px solid #dddddd; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 24px;
      line-height: 35px;
      padding-left: 0;
      border: 0;
      margin-bottom: 17px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 13px; }
  .grt code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 4px 5px;
    border-radius: 7px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #eeeeee;
    padding: 17px 17px 17px 11px;
    border-left: 7px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 4px 5px;
    border-radius: 7px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 17px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #eeeeee;
    border: 1px solid #dddddd; }
  .grt .box {
    background-color: #daf3ff;
    border: 1px solid #abe4ff; }
  .grt .footnotes {
    font-size: 12px;
    line-height: 23px;
    padding-top: 27px;
    border-top: 1px dotted #dddddd; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #888888; }
  .grt fieldset {
    margin-bottom: 27px; }
    .grt fieldset legend {
      font-size: 19px;
      line-height: 33px;
      font-weight: bold;
      margin-bottom: 7px; }
  .grt .avatar {
    width: 71px;
    height: 71px;
    float: right;
    clear: both;
    margin-left: 17px; }
  .grt .small,
  .grt .caption {
    font-size: 12px;
    line-height: 23px; }
  .grt .caption {
    margin-top: -17px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding: 17px;
    border: 1px solid #dddddd; }
  .grt .wp-caption p {
    font-size: 12px;
    line-height: 23px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 17px; }
  .grt .drop_cap {
    font-size: 54px;
    line-height: 1em;
    margin-right: 11px;
    float: left; }
  .grt .author_description {
    padding-top: 27px;
    border-top: 1px dotted #dddddd; }
    .grt .author_description .avatar {
      width: 81px;
      height: 81px;
      float: left;
      margin-right: 17px;
      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: 27px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 27px;
    margin-left: 27px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 27px;
    margin-right: 27px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 27px; }
  .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: 27px 27px 0 27px;
  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: 11px; }
    .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: 27px; }
  .num_comments_link:hover {
    background-color: #eeeeee; }

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

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

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

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

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

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

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

.comments_closed {
  font-size: 12px;
  line-height: 23px;
  color: #888888;
  margin: 0 27px 27px 27px; }

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

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

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

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

.comment_nav {
  font-size: 12px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 17px 27px;
  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: -54px 0 54px 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: 7px;
    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: 7px;
  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: 11px;
  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 27px;
  margin: 54px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 17px; }
  #commentform .comment_form_title {
    font-size: 19px;
    line-height: 33px;
    color: #111111;
    padding: 0 27px 17px 27px;
    border-bottom: 1px dotted #dddddd;
    margin-right: -27px;
    margin-left: -27px; }
  #commentform label {
    display: block; }
  #commentform p {
    margin-bottom: 17px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform textarea {
    width: 100%; }
  #commentform input[type="submit"] {
    font-size: 19px; }

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

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

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 12px;
  line-height: 19px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-size: 19px;
    line-height: 28px;
    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: 12px;
  line-height: 23px;
  color: #888888;
  text-align: right;
  padding: 17px 27px;
  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: 860px; }
  .landing .header,
  .landing .headline_area,
  .landing .footer {
    text-align: center; }

.full_page .columns > .content {
  width: 1218px;
  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: 1217px) {
  body {
    padding-top: 0; }

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

  .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 27px;
    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: 27px;
      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 27px;
      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: 859px) {
  .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 17px; }

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

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

  .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: 27px; }

  .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: 17px;
    margin-left: 17px; }

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

  .comment_date {
    display: none; } }

/*
 * ---:[ custom CSS ]:---
 */
body {
  font-family: 'Lora', Georgia, serif;
  padding-top: 0; }

.columns > .content {
  border-width: 0; }

/*
 * HEADER
 */
.fwheader {
  background-color: #005e89;
  min-width: 100%; }

.header {
  border-bottom: 0 none;
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-weight: 500;
  min-height: 56px;
  padding: 20px 29px; }

.logo {
  float: left;
  position: absolute;
  width: 280px;
  z-index: 100; }

.header .menu {
  float: right; }

.menu {
  border-width: 0;
  border-style: none;
  border-color: transparent; }

.menu a {
  color: white;
  background-color: transparent;
  border-width: 0;
  border-style: none;
  border-color: transparent;
  font-size: 12px;
  letter-spacing: 1.5px;
  padding: 20px 13px; }

.menu a:hover {
  background-color: transparent;
  color: #f26522; }

.menu .current-menu-item > a {
  background-color: transparent; }

.menu .sub-menu a {
  background-color: #f26522;
  letter-spacing: 0.5px;
  padding: 10px 13px;
  width: 180px; }

.menu .sub-menu a:hover {
  background-color: #0e3e60;
  color: white; }

.menu .navsearch a {
  color: white; }

.menu .navsearch a:hover {
  color: #f26522; }

.menu .navsearch a span {
  display: none; }

#ult-fs-search.open {
  z-index: 1000; }

#ult-fs-search {
  background-color: rgba(255, 255, 255, 0.95) !important;
  font-family: 'Montserrat', Helvetica, sans-serif; }

#ult-fs-search .close {
  background-color: #f26522 !important;
  border-color: #f26522 !important; }

#ult-fs-search .btn {
  background: #f26522;
  color: white;
  border: 0 none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 20px; }

#ult-fs-search input[type="text"] {
  color: #676767 !important; }

#responsive-menu-pro {
  text-transform: uppercase;
  letter-spacing: 1px; }

#responsive-menu-pro .menu .navsearch {
  display: none; }

/*
 * MAIN IMAGE
 */
.headerpic .mainimage {
  margin-top: -27px; }

.grt .post_content  .maintext h3 {
  font: 17px 'Montserrat', Helvetica, sans-serif;
  letter-spacing: 3px; }

.grt .post_content .maintext h1 {
  font: 600 70px 'Zilla Slab', Helvetica, sans-serif;
  letter-spacing: 0.5px;
  line-height: 70px; }

.maintext p {
  font-size: 18px;
  font-style: italic; }

.template-front .grt .post_content .maintext h1:after {
  content: "";
  border-top: 0 none;
  width: 0;
  margin: 0; }

/*
 * HOME PAGE
 */
/*
 * OPTIN
 */
.optin-wrap {
  padding-left: 5%;
  padding-right: 5%; }

.optin {
  background-color: #0e3e60;
  border-top: 4px solid #f26522;
  margin: -84px 4% 0;
  padding: 40px 5% 30px 5%; }

.grt .post_content .optin h3 {
  font-size: 30px;
  font-style: italic;
  margin: 0 0 20px;
  font-family: 'Lora', Georgia, serif;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none; }

.grt .post_content .optin h4 {
  font: 400 15px 'Montserrat', Helvetica, sans-serif;
  letter-spacing: 2px; }

/*
 * HUBSPOT NEW
 */
.hbspt-form {
  margin-top: 0px; }

.hbspt-form .actions {
  margin-bottom: 0 !important;
  padding: 17px 20px 0 0px !important; }

.hs-form-field {
  float: left;
  margin: 0 2%;
  width: 46%; }

.hs-form-field label {
  color: white !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Montserrat', Helvetica, sans-serif !important; }

.hbspt-form .hs-input {
  width: 100% !important; }

.hbspt-form .hs-button {
  color: white;
  text-shadow: none !important;
  background: #f26522 !important;
  box-shadow: none !important;
  border: 0 none !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  transition: opacity 0.15s linear;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-family: 'Montserrat', Helvetica, sans-serif !important;
  font-size: 15px !important;
  padding: 12px 20px !important; }

/*
 * HUBSPOT OLD
 * .hbspt-form input {
 * width: 35%;
 * background-color: #fff;
 * border: 0 none;
 * color: #888;
 * font-size: 14px;
 * font-style: italic;
 * padding: 12px;
 * margin: 0 1% 10px;
 * float: left;
 * }
 * .hbspt-form input.hs-button {
 * background-color: #f26522;
 * color: #fff;
 * font-family: 'Montserrat',Helvetica,sans-serif;
 * font-style: normal;
 * font-weight: bold;
 * letter-spacing: 2px;
 * padding: 13px;
 * text-transform: uppercase;
 * width: 20%;
 * }
 * .hbspt-form input.hs-button:hover { background-color: #005e89; }
 * * END HUBSPOT OLD
 */
.homeheader {
  font-family: 'Zilla Slab', Georgia, serif; }

.homeblogposts .post-date {
  margin: 0 0 0.5em;
  display: block;
  font: 11px 'Montserrat', Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px; }

.homeblogposts .post-title {
  font: bold 26px 'Montserrat', Helvetica, sans-serif;
  margin: 15px 0 10px;
  letter-spacing: -0.5px; }

.homeblogposts .post-edit-link {
  display: none; }

.homeblogposts .post-content .wp-post-image {
  display: none; }

/*
 * POST STYLES
 */
.grt .headline {
  color: #0e3e60; }

.grt h1,
.grt .headline {
  font-size: 41px;
  line-height: 48px;
  font-family: 'Zilla Slab', Georgia, serif; }

.grt .post_content h1 {
  font-size: 56px;
  line-height: 52px;
  margin-top: 34px;
  margin-bottom: 17px;
  text-transform: lowercase;
  font-family: 'Zilla Slab', Georgia, serif;
  color: #0e3e60; }

.grt .post_content h1:after {
  content: "";
  border-top: 2px solid;
  width: 2em;
  display: block;
  text-align: center;
  border-color: #dddddd;
  margin: 30px auto 15px; }

.grt .post_content h3 {
  font-family: 'Montserrat', Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px; }

.grt .post_content h5 {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Montserrat', Helvetica, sans-serif;
  letter-spacing: 3px;
  margin-bottom: 15px;
  text-transform: uppercase; }

.about-mission {
  padding: 0 20%; }

.missionstatement p {
  font-size: 24px;
  font-style: italic; }

.grt .teambios .module-text h2 {
  font: 26px 'Zilla Slab', georgia, serif;
  margin-bottom: 10px; }

.grt .post_content .teambios .module-text h5 {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px; }

.mfp-wrap .mfp-inline-holder .mfp-content {
  padding: 40px !important; }

.mfp-content h2 {
  font: 34px 'Zilla Slab', georgia, serif;
  line-height: 39px;
  margin-bottom: 10px;
  color: #0e3e60; }

.mfp-content h4 {
  font-family: 'Montserrat', Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }

.mfp-content h5 {
  font-family: 'Montserrat', Helvetica, sans-serif;
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 10px;
  margin-bottom: 15px; }

.mfp-content p {
  margin-bottom: 22px; }

/*
 * FOOTER
 */
.fwfooter {
  background-color: #005e89;
  color: white;
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-weight: 300;
  margin-top: 70px;
  min-width: 100%;
  padding-top: 60px; }

.footertop {
  border-bottom: 1px solid #0e3e60;
  margin-bottom: 40px; }

.footer {
  border-top: 0 none;
  color: white;
  text-align: left; }

.footerlogo {
  width: 250px;
  margin: 0 auto 12px;
  text-align: center; }

.footer .socialcontact {
  margin-bottom: 29px;
  text-align: center; }

.footer .socialcontact a {
  color: white;
  font-size: 32px;
  margin: 5px; }

.footer .socialcontact a:hover {
  color: #f26522; }

.footer .widget_title {
  font: bold 28px 'Zilla Slab', Georgia, serif;
  letter-spacing: 1px;
  line-height: 28px;
  margin-bottom: 15px; }

.footer .widget {
  float: left;
  margin: 0 1% 29px;
  width: 18%; }

.footer .widget ul {
  list-style-type: none; }

.footer .widget li {
  line-height: 16px;
  margin-bottom: 12px;
  text-transform: uppercase; }

.footer .widget ul a {
  color: white; }

.footer .widget ul a:hover {
  color: #f26522; }

.footer a {
  border-bottom: 0 none;
  text-decoration: none;
  color: #f26522; }

.footerbottom a {
  border-bottom: 0 none;
  text-decoration: none;
  color: #0b83ba; }

.footerbottom {
  background-color: #0e3e60;
  color: white;
  clear: both;
  float: none;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 16px;
  margin-top: 60px;
  min-width: 100%;
  padding: 16px 29px;
  text-align: center;
  text-transform: uppercase; }

.footerbottom p {
  padding: 0 25px; }

.clearfix {
  clear: both;
  float: none; }

/*
 * THEMIFY BUILDER STYLES
 */
.has-builder .container {
  width: 100%;
  max-width: 100%; }

.has-builder .row_inner {
  width: 1218px;
  margin-left: auto;
  margin-right: auto;
  max-width: 91%; }

.has-builder .columns > .content {
  margin: 0 auto; }

.themify_builder_row {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.full_page .columns > .content {
  margin-right: auto;
  margin-left: auto; }

@media only screen and (max-width: 1218px) {
  .has-builder .row_inner {
    max-width: 91% !important; } }

/*
 * RESPONSIVE MEDIA QUERIES
 */
@media all and (max-width: 1218px) {
   }

@media all and (max-width: 950px) {
  .footer .widget_title {
    font-size: 24px; } }

@media all and (max-width: 850px) {
  .footer .widget {
    width: 31%;
    min-height: 200px; } }

@media all and (max-width: 768px) {
  .grt .post_content .maintext h3 {
    font-size: 14px;
    letter-spacing: 2px; }

  .grt .post_content .maintext h1 {
    font-size: 48px;
    line-height: 48px; }

  .optin-wrap {
    padding-left: 3%;
    padding-right: 3%; }

  .footer .widget_title {
    font-size: 22px; }

  .about-mission {
    padding: 0 10%; } }

@media all and (max-width: 450px) {
  .logo {
    width: 225px; }

  .grt .post_content .maintext h3 {
    font-size: 12px;
    letter-spacing: 2px; }

  .hbspt-form input {
    width: 100%; }

  .footer .widget {
    margin-bottom: 40px;
    min-height: 0;
    text-align: center;
    width: 98%; } }

@media all and (max-width: 450px) {
  .optin-wrap {
    padding-left: 1%;
    padding-right: 1%; } }

.fullcover-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: -54px; }

.themify_builder_active .fullcover-bg {
  position: static; }