/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-break: 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;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.clear {
  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: 27px;
  color: #585858;
  background-color: white;
  padding-top: 27px; }

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

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

/*
 * ---:[ links ]:---
 */
a {
  color: #abbd26;
  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-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #585858;
    background-color: #eeeeee;
    padding: 9px 14px;
    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: 178px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 178px;
      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-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #585858;
  background-color: #eeeeee;
  padding: 9px 14px;
  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: 42px;
  line-height: 1.31em;
  font-weight: bold;
  color: #585858; }
  #site_title a {
    color: #585858; }
    #site_title a:hover {
      color: #abbd26; }
  #site_title + #site_tagline {
    margin-top: 7px; }

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

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
  .grt h1,
  .grt .headline {
    font-family: "Open Sans", sans-serif;
    font-size: 33px;
    line-height: 50px; }
  .grt h1 {
    margin-bottom: 27px; }
  .grt .headline {
    color: #585858;
    margin: 0; }
    .grt .headline a {
      color: #585858; }
      .grt .headline a:hover {
        color: #abbd26; }
  .grt h2,
  .grt h3,
  .grt h4 {
    font-family: "Open Sans", sans-serif;
    color: #585858; }
  .grt h2 {
    font-size: 26px;
    line-height: 40px;
    margin-top: 44px;
    margin-bottom: 17px; }
  .grt h3 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 38px;
    margin-bottom: 11px; }
  .grt h4 {
    font-size: 16px;
    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: 26px;
      line-height: 37px;
      padding-left: 0;
      border: 0;
      margin-bottom: 17px; }
  .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: 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: #f8fae7;
    border: 1px solid #ecf2bf; }
  .grt .footnotes {
    font-size: 13px;
    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: 20px;
      line-height: 32px;
      font-weight: bold;
      margin-bottom: 7px; }
  .grt .avatar {
    width: 73px;
    height: 73px;
    float: right;
    clear: both;
    margin-left: 17px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    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: 13px;
    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: #585858; }
  .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: #585858; }

.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: 13px;
  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: 13px;
  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: 13px;
    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: 13px;
      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: #abbd26; }

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

.comment_nav {
  font-size: 13px;
  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: #585858;
    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: #585858;
  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: 20px;
    line-height: 32px;
    color: #585858;
    padding: 0 27px 17px 27px;
    border-bottom: 1px dotted #dddddd;
    margin-right: -27px;
    margin-left: -27px; }
  #commentform p {
    margin-bottom: 17px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 7px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 13px;
    line-height: 23px;
    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: #abbd26;
  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: 13px;
  line-height: 20px; }
  .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: 20px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 20px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 20px; }
  .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: 40px; }
    .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: 40px; }
    .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: 23px;
  color: #888888;
  text-align: right;
  padding: 17px 27px;
  border-top: 3px double #dddddd; }
  .footer a {
    color: #888888; }
    .footer a:hover {
      color: #585858; }

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

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

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

  .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: 689px) {
  .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; } }

#header {
  padding: 0; }

#header #site_title a,
#header #site_tagline {
  display: none; }

/*
 * ---:[ custom CSS ]:---
 */
.template-page .container {
  max-width: 1000px;
  width: 100%; }

/*
 * -- Remove the header border  --
 */
.header {
  border: none; }

/*
 * -- Remove the menu borders  --
 */
.menu,
.menu a {
  border: none; }

/*
 * -- Remove the footer border  --
 */
.footer {
  border: none; }

/*
 * —Remove the sidebar border—
 */
.columns > .content {
  border-style: none; }

body {
  padding-top: 0; }

.mainimg {
  background-color: #050e17; }

#post-584 .headline {
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center; }

#post-584 .post_content {
  padding-bottom: 5%; }

/*
 * optin styling
 */
.gform_description {
  color: #004361 !important;
  font-size: 18px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 26px !important; }

#gform_wrapper_2 {
  border: 1px solid #004361 !important;
  max-width: 94% !important;
  padding: 2% 3% 1% 3% !important; }

#gform_2 .gfield_required {
  display: none !important; }

#field_2_1 .gfield_label,
#field_2_2 .gfield_label {
  display: none !important; }

#input_2_1,
#input_2_2 {
  font-size: 12px !important; }

#text-5 {
  margin-top: 45px; }

/*
 * #contactimg > p {
 * font-size: 1.15em;
 * }
 */
.discList a {
  color: #abbd26 !important;
  font-weight: bold; }

/*
 * coding for chrome
 */


.headtext1 {
  color: #004361;
  float: left;
  font-family: "open sans", sans-serif;
  font-size: 2.265rem;
  font-weight: bold;
  width: 30%;
  line-height: 1.3; }

#menu-item-344 > a::after {
  content: ""; }

.testim .insetdiv {
  padding: 2% 5% 10%; }

.longtext .insetdiv {
  padding: 2% 5% 3%; }

.longtext .texthead2 {
  margin-top: 2%; }

.texthead2 {
  bottom: 0;
  color: white;
  float: right;
  font-family: "open sans", sans-serif;
  font-size: 1.75rem;
  text-align: right;
  width: 40%;
  line-height: 1.3;
  margin-top: 5%; }

.bigtext .headtext1 {
  font-size: 2.265rem;
  margin-top: -2%; }

.texthead2 strong {
  color: white; }

.insetdiv {
  background-image: url("../../../uploads/2017/03/background.jpg");
  background-position: center right;
  background-size: cover;
  padding: 3% 5% 3% 5%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5), 0 8px 18px rgba(0, 0, 0, 0.6) inset; }

/*
 * end
 */
.footerfloats1 {
  background-color: #053b53;
  padding: 3%; }

.whitecont {
  background-color: white; }

/*
 * floats for our clients page
 */
.twofloat1,
.twofloat2,
.twofloat3,
.twofloat4,
.twofloat5,
.twofloat6,
.twofloat7,
.twofloat38 {
  float: left;
  padding: 0 1%;
  width: 48%; }

#text-2 {
  margin-top: -3%; }

.post_content > h1 {
  color: #a0c13b;
  font-family: "Open Sans", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.67em; }

#text-2 h3,
#text-3 h3 {
  color: #aabb33;
  font-family: "Open Sans", sans-serif;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 1.125em;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  line-height: 1;
  padding: 5px 0; }

#post-11 .grt h5 {
  color: #a0c13b !important;
  font-family: "open sans", sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 13px;
  text-transform: capitalize; }

.grt ul {
  line-height: 1.313;
  list-style-type: disc; }

.menu a,
.menu_control {
  padding: 0.5em 0.3em; }

.menu a::after {
  color: #abbd26;
  content: "      /"; }

.cols31 h3 {
  color: #5c6265;
  font-size: 1.125em;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 13px !important; }

.cols31 li {
  margin-left: 5%;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif; }

.cols31 {
  background-color: rgba(222, 222, 222, 0.33);
  float: left;
  margin: 1.6%;
  padding: 4.06%;
  width: 22%; }

.cols31 a {
  text-decoration: none; }

.cols31 > p,
.cols31 ul,
.cols31 > h3,
.template-front h4 a {
  display: table;
  margin: 0 auto;
  width: 85%; }

#text-4 h3 {
  color: #aabb33;
  font-family: "Open Sans", sans-serif;
  font-feature-settings: normal;
  font-size: 1.125em;
  line-height: 1;
  padding: 5px 0; }

.colscont {
  position: relative;
  z-index: 90; }

.homeintrocont {
  background-image: url("../../../uploads/2016/10/Backgound-FP.png");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.69) !important;
  padding: 3% 1% 5%;
  position: relative;
  z-index: 1000; }

.columns > .sidebar {
  padding: 26px 10px; }

#col3 p {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 13px;
  line-height: 20px; }

#col3  strong {
  color: #abbd26;
  font-family: "Open Sans", sans-serif; }

.template-front h4 {
  color: #004361;
  font-family: "open sans", sans-serif;
  font-size: 18px;
  font-style: italic !important;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px; }

.template-front h4 a {
  color: #004361;
  font-family: "open sans", sans-serif;
  font-size: 18px;
  font-style: italic !important;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px; }

#col2 p {
  color: #585858;
  font-size: 0.825em;
  margin-top: 10px 0;
  line-height: 1.8; }

#col2 h2 a {
  font: 300 35px "Open Sans", sans-serif;
  line-height: 1.2; }

#col1 em,
#col2 em,
#col3 em {
  color: #004361;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px; }

.template-home .columns .content .post_box {
  margin-top: 2%; }

.template-home .post_box.grt.top {
  margin-top: 8%; }

.template-home .post_box {
  border-bottom: 2px solid #ededed;
  padding-bottom: 20px; }

.template-home .post_box {
  border-top: none; }

.cols31 > h2 {
  margin: 10px 0 20px 0; }

.cols31 > h2 a {
  color: #004361;
  font: 300 35px "Open Sans", sans-serif;
  margin: 10px 0 0 20px;
  line-height: 40px; }

.cols3all {
  padding: 10% 0; }

.aligncenter.wp-image-469,
.aligncenter.wp-image-468,
.aligncenter.wp-image-467 {
  margin-bottom: 7%;
  margin-top: -23%; }

.colscont {
  background-image: url("../../../uploads/2016/10/stripe.png"); }

.cols31 {
  float: left;
  margin: 1.6%;
  padding: 1%;
  width: 28%; }

.footer a {
  color: #eeeeee; }

.footer a:hover {
  color: white; }

.fa {
  margin: 0 3px; }

.footermenu a:hover {
  text-decoration: underline; }

.faspace {
  color: white;
  float: left;
  font-size: 13px;
  margin: 10px 10px 0; }

.container960 {
  display: table;
  margin: 0 auto;
  max-width: 960px;
  width: 100%; }

.footerpara {
  margin-top: -9%;
  padding-left: 3%;
  width: 75%; }

.footerpara > p {
  color: white;
  font-size: 13px;
  line-height: 19px; }

.footermenu {
  float: right;
  height: 100%;
  padding-bottom: 5%;
  padding-right: 3%;
  padding-top: 2%;
  position: relative;
  width: 30%; }

.bgfootcont {
  font-family: "open sans", sans-serif; }

.footerpara strong {
  color: white; }

#bgfootcont {
  background-image: url("../../../uploads/2017/02/bg3.png");
  background-position: right center;
  background-repeat: no-repeat; }

.bgfootcont {
  background-color: #053b53; }

.footermenu a {
  color: white;
  font-family: "open sans", sans-serif;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: uppercase; }

/*
 * .footermenu {
 * float: right;
 * padding:1% 5%;
 * width: 30%;
 * }
 */
.footermenucont {
  background-color: #114a58 !important;
  position: relative; }

.footertitle h1 {
  color: white;
  float: left;
  font-family: "open sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-top: 20px;
  padding: 0 3% 1%;
  width: 61%; }

.darkblue {
  background-color: #053b53; }

.ray > p {
  color: white;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 13px; }

.ray > p strong {
  color: white; }

.ray > p a {
  color: #004361;
  font-family: "open sans", sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-decoration: none; }

.cols31 a:hover {
  color: #004361;
  text-decoration: underline; }

.ray > p a:hover {
  text-decoration: underline; }

.atbw h2 {
  color: #004361;
  font-family: "open sans", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 20px; }

.atbw > p {
  font-family: "open sans", sans-serif; }

.atbw {
  float: right;
  margin-top: 5%;
  text-align: right;
  width: 36%;
  padding-bottom: 2%;
  padding-right: 3%; }

#post-9.grt h5 {
  color: #999999 !important;
  font-family: "open sans", sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 13px; }

.columns .content .post_box {
  margin-top: 6%; }

.gform_button.button {
  background-color: #053b53 !important;
  color: white !important;
  font-family: "open sans", sans-serif !important;
  font-weight: normal !important; }

#text-5 h2 {
  color: #aabb33;
  font-family: "open sans", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 13px; }

#input_1_2,
#input_1_1 {
  background-color: white !important; }

.gfield_label input[type="text"],
.input_text {
  background-color: white !important; }

h6 {
  color: #aabb33;
  font-family: "open sans", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 13px; }

#post-9 h6 {
  margin-bottom: 30px; }

.sidebar {
  margin-top: 5%; }

#text-2,
#text-4 {
  margin-top: 15%; }

#text-4 h3 a,
#text-3 h3 a,
#text-2 h3 a {
  font-family: "open sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 34px;
  color: #004361;
  font-weight: 600;
  margin-left: 10px; }

#post-9 h2 {
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 30px; }

.contacttemp .columns > .sidebar {
  max-width: 400px !important;
  width: 100% !important; }

.bwbrifs em {
  font-weight: 300; }

.bwbrifs > p {
  border-bottom: 2px solid #ececec;
  color: #004361;
  font-family: "open sans", sans-serif;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 3%;
  padding: 2%; }

#text-5 .textwidget > p {
  font-size: 1rem;
  line-height: 1.313; }

.contacttemp .columns > .content {
  max-width: 500px !important;
  width: 100% !important; }

.ptsEl em {
  font-style: normal;
  font-weight: bold; }

#ptsBlock_750381 .ptsColHeader,
#ptsBlock_750381 .ptsColDesc,
#ptsBlock_339196 .ptsColHeader,
#ptsBlock_339196 .ptsColDesc {
  background-color: white !important; }

body {
  font-size: 1rem;
  line-height: 1.313rem; }

.footer {
  display: none; }

.bwintro em {
  color: #004361;
  font-style: normal;
  font-variant: small-caps;
  letter-spacing: 1px; }

.grt h5 {
  color: #a0c13b !important;
  font-family: "open sans", sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 13px;
  text-transform: capitalize; }

.template-single .faspace strong {
  color: white; }

h4 {
  color: #004361;
  font-family: "open sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 26px;
  margin-bottom: 13px; }

.twocolumns {
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  -ms-column-count: 2;
  -ms-column-gap: 20px;
  margin-bottom: 20px; }

.headercont {
  max-width: 1150px;
  width: 100%;
  display: table;
  margin: 20px auto; }

#header {
  float: left; }

.menu {
  float: right; }

body {
  border-top: 20px solid #04384f; }

.menu a,
.menu_control,
.menu a:hover {
  background-color: white;
  color: #004361; }

#menu-about-us {
  margin-top: 30px; }

.sub-menu a::after {
  content: ""; }

blockquote {
  margin-bottom: 40px !important; }

blockquote em {
  font-family: "Diotima LT W01 Roman", times new roman, georgia, serif;
  font-size: 17px;
  line-height: 22px;
  color: #585858 !important; }

blockquote p {
  color: #585858 !important; }

.menu a:hover,
.menu .current-menu-item > a {
  font-weight: bold; }

.template-front .grt .headline {
  font-family: "open sans", sans-serif;
  color: #004361;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 13px;
  font-weight: bold; }

.template-page .grt .headline,
.template-page h1 {
  font-family: "open sans", sans-serif;
  color: #004361;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 13px;
  font-weight: bold; }

.template-home .grt .headline,
.template-home h2,
.template-home .grt h2,
.template-home .headline,
.template-home .headline a,
.query_box.boardworksqb .headline,
.headline a {
  font-family: "open sans", sans-serif;
  color: #abbd26 !important;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 20px;
  font-weight: bold; }

.template-custom .sidebar {
  margin-top: -1px; }

.comments_closed {
  display: none; }

#post-23 strong,
.template-single strong {
  color: #585858; }

.phonetop .fa {
  color: #aabb33; }

.phonetop {
  float: right;
  padding-right: 0.5%; }

.phonetop > p {
  font-family: "Open Sans", sans-serif;
  font-size: 12px; }

.wp-image-506 {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.6); }

.prev_next {
  font-family: "open sans", sans-serif; }

.aligncenter.size-full.wp-image-434 {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.6); }

.template-single .grt .headline,
.template-single .grt h1,
.template-single .headline,
.template-single .headline a {
  font-family: "open sans", sans-serif;
  color: #004361 !important;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 20px;
  font-weight: bold; }

.query_box.boardworksqb .post_content > p {
  margin-bottom: 13px; }

.query_box.boardworksqb h3 {
  font-family: "open sans", sans-serif;
  color: #004361 !important;
  font-size: 1.75em;
  font-weight: 700;
  margin: 0 0 0.67em; }

.byline.small,
.query_box.boardworksqb .post_date {
  font-family: "open sans", sans-serif;
  color: #abbd26;
  font-size: 1.125em;
  font-weight: 300;
  margin: 0 0 1em; }

.byline a,
.post_author,
.post_date {
  letter-spacing: 0;
  text-transform: capitalize; }

.post_author_intro,
.post_date_intro,
.byline .post_cats_intro {
  font-style: normal; }

.mobilenavfoot {
  display: none; }

.query_box.boardworksqb .post_content {
  padding-top: 13px; }

.contacttemp input[type="submit"],
.input_submit {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase; }

p a {
  text-decoration: none; }

p a:hover {
  text-decoration: underline; }

.bwintro {
  color: #abbd26;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  border: solid 1px #004361;
  padding: 10px;
  margin-top: 20px; }

.query_box.boardworksqb {
  border-bottom: 1px dotted #c1c1c1; }

.aligncenter.wp-post-image {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.84); }

.template-page .post_box {
  padding: 10px 20px 30px; }

.query_box.boardworksqb {
  padding: 26px 26px 50px; }

.query_box.boardworksqb .post_content > ul {
  margin-left: 26px;
  margin-bottom: 13px; }

.post_content > p {
  font-size: 1.063rem;
  line-height: 1.313; }

strong {
  color: #004361; }

#ptsBlock_937254 .ptsTableElementContent {
  padding: 20px !important; }

.query_box.boardworksqb h2,
.grt h2 {
  color: #004361 !important;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 20px; }


h5 {
  color: #abbd26;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 24px;
  margin-bottom: 13px; }


.query_box.boardworksqb .headline,
.headline a {
  color: #004361;
  font-family: "open sans", sans-serif;
  line-height: 40px;
  margin-bottom: 5px; }

#phonetop {
  margin-left: -50%;
  padding-top: 10px; }

.grt p {
  font-size: 1rem;
  line-height: 1.313;
  margin: 0 0 1em; }

.grt li a {
  text-decoration: none; }

.grt li a:hover {
  text-decoration: underline; }

#post-9 h2 a:hover {
  text-decoration: underline; }

#text-4 h3 a:hover,
#text-3 h3 a:hover,
#text-2 h3 a:hover {
  text-decoration: underline; }

.grt h3 {
  color: #abbd26;
  font-family: "open sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 1em; }

.ray {
  float: left;
  margin: 0 2% 0 7%;
  width: 40%; }

@media all and (max-width: 930px) {
  .insetdiv {
    background-position: center center; } }

@media all and (max-width: 960px) {
  #phonetop {
    float: left;
    margin-left: 10px;
    padding-top: 10px; }

  .aligncenter.wp-image-469,
  .aligncenter.wp-image-468,
  .aligncenter.wp-image-467 {
    margin-top: -10%; }

  .ray > p {
    color: white;
    font-size: 15px;
    line-height: 20px; }

  .mobilenavfoot > div {
    display: table;
    margin: 0 auto; }

  .footertitle h1 {
    color: white;
    float: left;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 1% !important;
    width: 90%;
    display: table;
    margin: 10px auto; }

  .footerpara {
    padding-left: 1%;
    width: 90%;
    display: table;
    margin: 10px auto; }

  .footermenu {
    display: none; }

  .footermenu > p {
    text-align: left !important; }

  .bgfootcont {
    background-color: #114a58;
    background-image: none;
    padding: 2%; }

  .mobilenavfoot a {
    color: white;
    font-size: 12px;
    font-weight: 400;
    margin: 0 10px;
    text-transform: uppercase; }

  .faspace {
    color: white;
    float: left;
    font-size: 11px;
    margin: 5px 0;
    padding: 0px 3px !important; }

  .footerpara > div {
    margin-top: 3%; }

  .mobilenavfoot {
    display: inline; } }

@media all and (max-width: 990px) {
  #bgfootcont {
    background-image: none;
    padding: 0;
    background-color: #316075; }

  .mobilefootcont {
    background-color: #114a58;
    margin-top: -2%;
    padding: 20px 0 30px; }

  .footerpara {
    background-color: #053b53;
    display: table;
    margin: 10px auto;
    max-width: 990px;
    padding: 3%;
    width: 94%; } }

@media all and (max-width: 700px) {
  #thesis_header_image_link > img {
    max-width: 500px;
    width: 100%; }

  .alignleft.size-medium.wp-image-429 {
    float: none;
    display: table;
    margin: 20px auto; } }

@media all and (max-width: 770px) {
  .cols3all {
    padding: 0; }

  .cols31 {
    display: table;
    float: none;
    margin: 13% auto;
    padding: 1%;
    width: 85%; } }

@media all and (max-width: 760px) {
  .ray {
    float: none;
    width: 90%;
    padding: 4% 2% 2% 2%;
    display: table;
    margin: 0 auto; }

  .green {
    background-color: #99b018; }

  .footermenu {
    float: left;
    width: 90%; }

  .faspace {
    padding: 2%; }

  .footertitle h1 {
    width: 90%;
    padding: 5%; }

  .atbw {
    float: none;
    padding: 2% 2% 4% 2%;
    text-align: left;
    width: 90%;
    display: table;
    margin: 1% auto; }

  .homeintrocont {
    background-image: none;
    padding: 0; }

  #header {
    float: none;
    display: table;
    margin: 0 auto; }

  .twofloat1,
  .twofloat2,
  .twofloat3,
  .twofloat4,
  .twofloat5,
  .twofloat6,
  .twofloat7,
  .twofloat8 {
    float: none;
    width: 98%; } }

@media all and (max-width: 960px) {
  .menu_control {
    float: left; }

  #header {
    float: none;
    display: table;
    margin: 0 auto; }

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

  .headtext1 {
    width: 70%; } }

@media all and (max-width: 600px) {
  .insetdiv {
    background-image: url("../../../uploads/2017/01/Artboard-27-80.jpg");
    background-position: center center;
    background-size: cover;
    padding: 5%;
    border-top: 10px solid #a0c13b;
    border-bottom: 10px solid #a0c13b; }

  .headtext1 {
    color: white;
    float: left;
    padding-bottom: 20px;
    font-size: 3 rem;
    letter-spacing: 1px;
    width: 85%;
    line-height: 1.3; }

  .texthead2 {
    float: left;
    font-size: 1.125em;
    line-height: 1.3;
    text-align: left;
    width: 85%;
    margin-top: 1%; } }

.headercont:after,
.homeintrocont:after,
.footerfloats:after,
.cols3all:after,
.clearphone:after,
.post_content:after,
.insetdiv:after {
  display: table;
  clear: both;
  content: ''; }