/*
 * ---:[ 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;
  clear: both;
  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; }

@font-face {
  font-family: 'icomoon';
  src: url('assets/public/icon-fonts/icomoon.eot?-6zo2h2z');
  src: url('assets/public/icon-fonts/icomoon.eot?#iefix-6zo2h2z') format('embedded-opentype'), url('assets/public/icon-fonts/icomoon.woff?-6zo2h2z') format('woff'), url('assets/public/icon-fonts/icomoon.ttf?-6zo2h2z') format('truetype'), url('assets/public/icon-fonts/icomoon.svg?-6zo2h2z#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before,
[class*=" icon-"]:before,
.menu-item-has-children > a:after,
.play_btn:before,
.post_tags > a:before,
.post_cats:before,
.post_author:before,
.num_comments:before,
.post_date:before,
.email_form_assurance:before,
.sidebar .widget li a:before,
.note:before,
.alert:before,
.tip:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.icon-phone:before {
  content: "\e688\2000"; }

.icon-phone2:before {
  content: "\e689\2000"; }

.icon-map-marker:before {
  content: "\e68b\2000"; }

.icon-calendar:before,
.post_date:before {
  content: "\e690\2000"; }

.icon-quote-open:before {
  content: "\e6ae\2000"; }

.icon-quote-close:before {
  content: "\e6af\2000"; }

.icon-file-image:before {
  content: "\e744\2000"; }

.icon-file-zip:before {
  content: "\e745\2000"; }

.icon-file-audio:before {
  content: "\e746\2000"; }

.icon-file-video:before {
  content: "\e747\2000"; }

.icon-pencil:before,
.note:before {
  content: "\e606\2000"; }

.icon-edit:before,
.thesis-killer-recent-entries li a:before,
.widget_recent_entries li a:before {
  content: "\e609\2000"; }

.icon-user:before,
.post_author:before {
  content: "\e678\2000"; }

.icon-tag:before {
  content: "\e681\2009"; }

.icon-tags:before,
.post_tags > a:before {
  content: "\e682\2009"; }

.icon-comment:before,
.num_comments:before {
  content: "\e6ab\2009"; }

.icon-code:before {
  content: "\e742\2000"; }

.icon-file-code:before {
  content: "\e743\2000"; }

.icon-link:before {
  content: "\e74b\2000"; }

.icon-chevron-up:before {
  content: "\e75f\2000"; }

.icon-chevron-down:before {
  content: "\e760\2000"; }

.icon-chevron-left:before {
  content: "\e761\2000"; }

.icon-chevron-right:before {
  content: "\e762\2000"; }

.icon-lock:before,
.email_form_assurance:before {
  content: "\e62d\2009"; }

.icon-envelope:before {
  content: "\e641"; }

.icon-folder:before,
.post_cats:before {
  content: "\e64e\2000"; }

.icon-play2:before {
  content: "\e780"; }

.icon-play3:before {
  content: "\e66b"; }

.icon-expand:before {
  content: "\e767";
  line-height: 28px; }

.icon-shrink:before {
  content: "\e768"; }

.icon-tip:before,
.tip:before {
  content: "\e7bc\2000"; }

.icon-alert:before,
.alert:before {
  content: "\e955\2000"; }

.icon-google-plus:before {
  content: "\2000\ea88\2000"; }

.icon-facebook:before {
  content: "\2000\ea8c\2000"; }

.icon-twitter:before {
  content: "\2000\ea91\2000"; }

.icon-youtube:before {
  content: "\2000\ea99\2000"; }

.icon-instagram:before {
  content: "\2000\ea90\2000"; }

.icon-linkedin:before {
  content: "\2000\eac9\2000"; }

.icon-pinterest:before {
  content: "\2000\ead0\2000"; }

/*
 * ---:[ global styles ]:---
 */
.featured_image > .post_image,
.wrapper,
.container,
.content_container,
.column-wrapper,
.columns > .content,
.columns > .sidebar.secondary,
.columns .column-wrapper > .content,
.columns .column-wrapper > .sidebar.primary {
  width: 100%;
  float: none; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #262526;
  background-color: white; }

code,
pre {
  font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
  border-radius: 3px; }

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


/*
 * ---:[ layout structure ]:---
 */


    .columns > .sidebar.secondary {
      padding: 30px 14px; }

    .columns .column-wrapper > .sidebar.primary {
      padding: 30px 14px; }

.content_container {
  background-color: white; }

/*
 * ---:[ Layout Modes ]:---
 */
  .full-layout .post_box,
  .full-layout .comment_list {
    padding-left: 0;
    padding-right: 0;
    margin-left: 14px;
    margin-right: 14px; }

  .fixed-layout .featured_image {
    margin-left: -14px;
    margin-right: -14px;
    margin-top: -29px; }
    .fixed-layout.template-single .featured_image {
      margin-top: 0; }

  .borderless-layout .nav-container,
  .borderless-layout .column-wrapper,
  .borderless-layout .columns > .column-wrapper > .content,
  .borderless-layout .post_box,
  .borderless-layout .prev_next,
  .borderless-layout .archive_intro.post_box,
  .borderless-layout .related-container,
  .borderless-layout .related-container .related-headline,
  .borderless-layout .author_box,
  .borderless-layout .comment_form_title,
  .borderless-layout .author_box .author_social_container {
    border: medium none; }
  .borderless-layout .show_menu {
    top: 0; }

.colorless-nav .nav-container {
  background: transparent; }
    .colorless-nav .nav-container .nav a,
    .colorless-nav .nav-container .nav > li,
    .colorless-nav .nav-container .sub-menu a,
    .colorless-nav .nav-container .sub-menu > li {
      color: #111111;
      background: white; }
      .colorless-nav .nav-container .nav a:hover,
      .colorless-nav .nav-container .nav > li:hover,
      .colorless-nav .nav-container .sub-menu a:hover,
      .colorless-nav .nav-container .sub-menu > li:hover {
        background: white;
        color: #888888; }
    .colorless-nav .nav-container .nav > li > .sub-menu:before,
    .colorless-nav .nav-container .sub-menu > li > .sub-menu:before,
    .colorless-nav .nav-container .nav:before,
    .colorless-nav .nav-container .sub-menu:before {
      border-bottom-color: #eeeeee; }
  .colorless-nav .nav-container .menu_control {
    background: transparent;
    color: #888888; }
    .colorless-nav .nav-container .menu_control a:hover,
    .colorless-nav .nav-container .menu_control:hover {
      background: transparent;
      color: #888888; }
  .colorless-nav .nav-container .nav .current-menu-item > a {
    background: transparent;
    color: #888888; }

/*
 * ---:[ links ]:---
 */
a {
  color: #8dc63f;
  text-decoration: none; }
  a:hover {
    color: #19230b; }

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

.post_content li a {
  border-bottom: 1px dotted;
  text-decoration: none; }

li a:hover {
  text-decoration: none; }

/*
 * ---:[ header container ]:---
 */
.header_container {
  position: relative;
  z-index: 999; }
  .header_container .headline_container {
    text-align: center; }
    .header_container .headline_container .container {
      vertical-align: top;
      padding: 14px; }

#site_title {
  font-size: 42px;
  line-height: 1.32em; }
  #site_title img {
    padding: 14px 0;
    display: inline-block;
    vertical-align: top; }
  #site_title a {
    outline: none; }
    #site_title a:hover {
      color: #19230b; }

#site_tagline {
  font-size: 20px;
  line-height: 1.32em; }

/*
 * ---:[ nav menu ]:---
 */
.nav-container {
  background-color: #0164a2;
  margin: 0 auto;
  vertical-align: top;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1); }

.nav {
  font-size: 13px;
  line-height: 19px;
  display: none;
  position: relative;
  width: 210px;
  height: 0;
  list-style: none;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 3px; }
  .nav .sub-menu {
    list-style: none;
    padding-left: 14px;
    display: none;
    text-transform: capitalize;
    letter-spacing: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .nav li {
    background-color: #014874;
    list-style: none; }
  .nav a {
    display: block;
    color: #dcf1ff;
    padding: 14px; }
    .nav a:hover {
      color: white;
      background-color: #0164a2; }
  .nav .current-menu-item > a {
    color: #dcf1ff;
    background-color: #0164a2;
    cursor: text; }

.menu_control {
  font-size: 13px;
  line-height: 19px;
  background-color: #0164a2;
  color: white;
  padding: 7px 14px;
  display: inline-block;
  cursor: pointer;
  margin: 0 auto;
  padding-right: 14px;
  padding-left: 14px;
  user-select: none; }
  .menu_control:hover {
    color: white;
    background-color: #0164a2; }

/*
 * ---:[ misc nav ]:---
 */
.show_menu {
  top: 3px;
  display: block; }

  .colorless-nav .nav-container .nav > li,
  .colorless-nav .nav-container .nav .sub-menu > li {
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6; }

/*
 * ---:[ core input styles ]:---
 */
.input_text,
input[type="text"],
input[type="email"],
input[type="password"] {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #262526;
  border: 1px solid #d6d6d6;
  background-color: white;
  padding: 0.75em; }

textarea.input_text {
  display: block; }

input[type="submit"],
.input_submit,
.button,
button,
.comment_footer a {
  color: white;
  background-color: #0164a2;
  display: inline-block;
  font-family: inherit;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none;
  padding: 0.4em 1em;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-width: 0 0 3px 0;
  border-radius: 6px;
  -webkit-appearance: none; }
  input[type="submit"]:hover,
  .input_submit:hover,
  .button:hover,
  button:hover,
  .comment_footer a:hover {
    color: white;
    background-color: #00263d;
    cursor: pointer; }
  input[type="submit"]:active,
  .input_submit:active,
  .button:active,
  button:active,
  .comment_footer a:active {
    margin-top: 2px;
    border-width: 0 0 1px 0; }

/*
 * ---:[ Misc Inputs ]:---
 */
.home_footer > .button {
  display: block;
  float: none;
  margin-bottom: 28px; }

/*
 * ---:[ GRT base styles with spaced paragraphs ]:---
 */
.grt {
  font-size: 16px;
  line-height: 28px; }

.grt .headline {
  font-size: 33px;
  line-height: 50px; }

.grt h2,
.grt .widget_title,
.grt .email_form_title {
  font-size: 26px;
  line-height: 41px;
  margin-top: 42px;
  margin-bottom: 14px; }

.grt h3 {
  font-size: 20px;
  line-height: 33px; }

.grt h4,
.grt h5,
.grt h6,
.grt .small,
.grt .caption,
.grt .wp-caption p {
  font-size: 13px;
  line-height: 24px; }

.grt h4,
.grt h5,
.grt h6 {
  line-height: 28px; }

.grt p,
.grt ul,
.grt ol,
.grt blockquote,
.grt pre,
.grt dl,
.grt dd,
.grt .block,
.grt .center,
.grt .aligncenter,
.grt .alignnone,
.grt .left,
.grt .alignleft,
.grt .right,
.grt .alignright,
.grt .box,
.grt .alert,
.grt .note,
.grt .tip,
.grt .post_image,
.grt .post_image_box,
.grt .caption,
.grt .wp-post-image,
.grt .wp-caption,
.headline_area {
  margin-bottom: 28px; }

.grt .wp-caption img,
.grt .post_image_box .post_image,
.grt .thumb {
  margin-bottom: 14px; }

.grt ul ul,
.grt ul ol,
.grt ol ul,
.grt ol ol,
.wp-caption p,
.grt .alert > :last-child,
.grt .note > :last-child,
.grt .tip > :last-child,
.grt blockquote.right p,
.grt blockquote.left p,
.grt .box > :last-child {
  margin-bottom: 0; }

.grt .wp-caption img {
  width: 100%; }

/*
 * ---:[ contextual/discretionary content column styles ]:---
 */

.grt h3 {
  font-weight: bold; }

.grt h4,
.grt h5,
.grt h6 {
  text-transform: uppercase; }

.grt ul {
  list-style-type: square; }

.grt ul,
.grt ol {
  margin-left: 28px; }

.grt sub,
.grt sup {
  color: #888888; }

.grt blockquote {
  display: inline-block;
  color: #888888;
  padding: 28px 28px 0 28px;
  width: 100%; }

.grt blockquote.right,
.grt blockquote.left {
  font-size: 26px;
  line-height: 37px;
  padding: 28px;
  border: none; }

.grt pre,
.grt code {
  font-size: 15px; }

.grt pre,
.grt .note,
.grt .alert,
.grt .tip {
  padding: 28px; }

.grt pre,
.grt code {
  background-color: #ededed; }

.grt code {
  padding: 2px 4px; }

.grt .note,
.grt .alert,
.grt .tip {
  background-color: #ededed;
  border-left: 7px solid #d6d6d6;
  padding-left: 21px;
  display: block; }

.grt .alert {
  background-color: #f8eab0;
  border-color: #382e05; }

.grt .tip {
  background-color: #8ac53a;
  border-color: #8dc63f; }

.grt .frame,
.grt .post_image_box,
.grt .wp-caption {
  background-color: #ededed; }

.wp-caption.aligncenter img {
  margin-right: auto;
  margin-left: auto; }

.grt .wp-caption p {
  padding: 0 14px 14px;
  color: #888888; }

.wp-caption .wp-caption-text .wp-smiley {
  display: inline;
  margin-bottom: 0; }

.grt .caption {
  color: #888888;
  margin-top: -14px; }

.grt .drop_cap {
  font-size: 56px;
  line-height: 1em;
  color: #8dc63f;
  margin-right: 0.15em;
  float: left; }

.grt .footnotes {
  font-size: 13px;
  line-height: 24px;
  color: #888888; }

.grt .footnotes p {
  margin-bottom: 14px; }

.grt .box,
.grt .thesis_email_form {
  background-color: #dcf1ff;
  border-left: 7px solid #aedffe;
  padding: 28px 28px 28px 21px; }

.box input[type="text"],
.box .input_text,
.grt .thesis_email_form input[type="text"],
.grt .thesis_email_form .input_text {
  border-color: #8ac53a; }

.grt .widget {
  margin-top: 56px;
  margin-bottom: 56px; }

.grt .widget_title {
  margin-top: 0; }

.grt .widget_recent_entries a:hover,
.grt .thesis-killer-recent-entries a:hover {
  text-decoration: underline; }

/*
 * ---:[ post box styles ]:---
 */
.post_box {
  position: relative;
  padding: 28px 14px 0 14px;
  margin-bottom: 42px;
  border-top: 1px solid #d6d6d6; }
  .post_box.top {
    border-top: none; }

.headline_area {
  position: relative;
  font-size: 13px;
  line-height: 28px;
  color: #888888; }

.headline_area .headline {
  margin-top: 0;
  margin-bottom: 7px; }

.headline,
.headline a {
  color: #262526;
  text-decoration: none; }

.headline a:hover {
  color: #8dc63f;
  text-decoration: none; }

.headline_area .byline {
  position: relative; }

.headline_area .avatar {
  display: none; }

.headline_area .post_date,
.headline_area .twitter_profile,
.headline_area .post_author,
.headline_area .num_comments_link,
.headline_area .post_cats,
.author_name {
  margin-right: 10px;
  display: block; }

.headline_area .post_author ~ .twitter_profile:after,
.archive .headline_area .post_author ~ .post_date:after {
  content: '\a';
  height: 0;
  white-space: pre; }

.post_author a:hover,
.post_edit:hover,
.post_content a,
.post_cats a:hover,
.post_tags > a:hover,
.twitter_profile a:hover {
  text-decoration: underline; }

.byline .num_comments_link {
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: 0; }

.post_edit {
  font-size: 13px;
  line-height: 28px;
  color: #0164a2;
  background-color: #dcf1ff;
  text-align: center;
  padding: 0.2em; }

.post_edit:hover {
  text-decoration: none;
  color: white;
  background-color: #0164a2; }

.post_box .post_cats,
.post_box .post_tags {
  color: #888888; }

.post_box .post_tags {
  display: inline-block; }
  .post_box .post_tags > a {
    display: inline-block;
    margin-left: 0.5em;
    margin-bottom: 0.4em; }

/*
 * ---:[ Misc Post Box Styles ]:---
 */
.single-col .headline_area {
  text-align: center; }
  .single-col .headline_area .byline .num_comments_link {
    float: none;
    position: relative; }
  .single-col .headline_area .post_date,
  .single-col .headline_area .twitter_profile,
  .single-col .headline_area .post_author,
  .single-col .headline_area .num_comments_link,
  .single-col .headline_area .post_cats,
  .single-col .headline_area .author_name {
    display: inline-block; }

kbd {
  font-family: "arial";
  text-transform: uppercase;
  margin: 0px 0.1em;
  padding: 0.1em 0.6em;
  border-radius: 3px;
  border: 1px solid #cccccc;
  color: #333333;
  line-height: 1.625;
  font-size: 10px;
  display: inline-block;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
  background-color: #f7f7f7;
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px white inset;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px white inset;
  text-shadow: 0 1px 0 white; }

/*
 * ---:[ Tables ]:---
 */
table {
  border-bottom: medium none;
  border-top: 1px solid #f0f0f0;
  text-align: left;
  width: 100%;
  margin-bottom: 28px; }

td {
  line-height: 25px;
  vertical-align: middle; }

th {
  font-weight: 700; }

td,
th {
  border-bottom: 1px solid #f0f0f0;
  border-top: medium none;
  padding: 3px 5px;
  text-align: left; }

tbody tr:nth-child(2n) td,
tbody tr:nth-child(2n) th {
  background-color: #eeeeee; }

table .description {
  font-size: 13px;
  line-height: 24px;
  color: #888888; }

/*
 * ---:[ other post box styles ]:---
 */
.home_footer,
.archive_footer {
  position: relative; }

.num_comments {
  color: #888888; }
  .num_comments:before {
    color: #888888; }

.num_comments_link:hover .num_comments {
  color: false; }

.bracket {
  color: #d6d6d6; }

.featured_image  img {
  width: 100%; }

/*
 * ---:[ misc. content elements ]:---
 */
.post_box .post_excerpt p {
  margin-bottom: 56px; }

.related-container {
  padding-top: 28px;
  border-bottom: 1px solid #d6d6d6;
  margin-left: -14px;
  margin-right: -14px;
  text-align: center; }
  .related-container .related-headline {
    margin-bottom: 28px;
    border-bottom: 1px solid #d6d6d6;
    padding-left: 14px;
    padding-right: 14px; }
  .related-container .related-content {
    margin: 0;
    list-style: none;
    padding-left: 14px;
    padding-right: 14px; }

.single_related {
  display: block;
  float: left;
  background: #f2f2f2;
  position: relative;
  margin-right: 28px;
  margin-bottom: 28px;
  width: 203.667px;
  height: 135.778px; }
  .single_related h4 {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 14px;
    text-align: center;
    position: absolute;
    text-align: center;
    color: white;
    display: block;
    padding: 0px 7px;
    margin: 0px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    z-index: 2; }
  .single_related a:after {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }

.single_related:nth-child(n+3) {
  margin-right: 0; }

.archive_intro.post_box {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d6d6d6;
  margin-bottom: 0; }
  .archive_intro.post_box .headline {
    margin-bottom: 28px; }

.previous_post,
.next_post {
  display: block;
  float: right;
  font-size: 13px;
  line-height: 24px;
  text-align: right;
  width: 50%; }

.previous_post {
  text-align: left;
  float: left; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #d6d6d6;
  padding: 14px;
  text-align: center;
  font-size: 26px;
  letter-spacing: 1px;
  position: relative; }
  .prev_next > a {
    color: #d6d6d6;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    border: none; }

.prev_next .page-numbers {
  display: inline-block;
  line-height: 56px; }

.prev_next .prev.page-numbers {
  position: absolute;
  left: 28px; }

.prev_next .next.page-numbers {
  position: absolute;
  right: 28px; }

.previous_posts a:hover,
.next_posts a:hover {
  text-decoration: underline;
  color: #783fc6; }

.page-numbers.current,
.prev_next .page-numbers:hover,
.prev_next a:hover {
  color: #783fc6; }

.page-full-width .headline_area .headline {
  text-align: center;
  font-size: 3em;
  line-height: 1.2em; }

.cpt-container {
  margin: 0 auto;
  max-width: 700px; }

/*
 * ---:[ comments ]:---
 */
#comments {
  padding-top: 28px; }

.comments_intro {
  color: #888888;
  margin-bottom: 14px;
  padding: 0 14px; }

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

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

.full-layout .comment_list > li:first-child {
  padding-left: 0;
  padding-right: 0; }

.comment {
  border-bottom: 1px dotted #d6d6d6;
  padding: 28px 14px; }

.children .comment {
  list-style-type: none;
  margin-top: 28px;
  border-left: 1px solid #d6d6d6;
  border-bottom: 0;
  padding: 0 0 0 28px; }

.children .bypostauthor {
  background-color: transparent;
  border-color: #0164a2; }

.comment .comment_author {
  font-weight: bold; }

.comment_date {
  font-size: 13px;
  margin-left: 14px;
  color: #888888; }

.comment_date a {
  color: #888888; }

.comment_footer a {
  font-size: 13px;
  line-height: 1;
  margin-left: 14px; }

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

.comment_footer a:first-child {
  margin-left: 0; }

.comment .avatar {
  float: right;
  margin-left: 14px; }

.comment_nav {
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: dotted;
  border-color: #d6d6d6;
  padding: 14px 28px; }

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

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

.next_comments {
  float: right; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  margin: 56px 0;
  padding: 0 14px; }

.comment #commentform {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0; }

.comment_form_title {
  border-bottom: 1px dotted #d6d6d6; }

#commentform label {
  display: block; }

#commentform .inline {
  display: inline-block; }

#commentform p {
  margin-bottom: 14px; }

#commentform p .required {
  color: #dd0000; }

.comment_moderated {
  font-weight: bold; }

#commentform .input_text {
  width: 50%; }

#commentform textarea.input_text {
  width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0164a2; }

#cancel-comment-reply-link:hover {
  text-decoration: underline; }

.login_alert {
  font-weight: bold;
  border: 1px solid #d6d6d6;
  background-color: #8dc63f; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 20px; }

.sidebar .widget,
.sidebar .text_box,
.sidebar .query_box,
.sidebar .box,
.sidebar .thesis_email_form {
  margin-bottom: 40px; }

.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar blockquote,
.sidebar pre,
.sidebar dl,
.sidebar dd,
.sidebar .left,
.sidebar .alignleft,
.sidebar .right,
.sidebar .alignright,
.sidebar .center,
.sidebar .aligncenter,
.sidebar .block,
.sidebar .alignnone {
  margin-bottom: 20px; }

.sidebar .left,
.sidebar .alignleft {
  margin-right: 20px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .right,
.sidebar .alignright,
.sidebar .stack {
  margin-left: 20px; }

.sidebar .post_content,
.sidebar .post_excerpt {
  margin-top: 20px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .post_excerpt p {
  margin-bottom: 0; }

.sidebar .widget_title,
.sidebar .email_form_title,
.sidebar .headline,
.email_form_title {
  font-size: 17px;
  line-height: 26px; }

.sidebar .widget_title,
.email_form_title {
  position: relative;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  background-color: #8dc63f;
  margin-bottom: 10px;
  border-bottom: 3px solid #8ac53a;
  padding: 5px 20px; }

.sidebar .widget_recent_entries .widget_title,
.sidebar .widget_archive .widget_title,
.sidebar .thesis-killer-recent-entries .widget_title,
.email_form_title {
  margin-bottom: 5px; }

.sidebar .widget_categories > ul {
  margin-top: -5px; }

.sidebar .query_box .post_author,
.sidebar .query_box .post_date {
  color: #888888; }

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

.sidebar .widget_recent_comments > ul > li {
  margin-bottom: 14px; }

.sidebar .widget_text ul {
  list-style-type: square;
  margin-left: 20px; }

.sidebar .widget li a {
  display: block;
  color: #262526;
  padding: 7px 20px; }

.sidebar .widget li a:before {
  margin-left: -20px; }

.sidebar .widget li a:hover {
  background-color: #f6faef; }

.sidebar .widget_recent_comments #recentcomments {
  padding-left: 20px; }

.sidebar .widget_recent_comments li a {
  color: #0164a2; }

.sidebar .widget_recent_comments li a:hover {
  text-decoration: underline;
  background-color: transparent; }

.sidebar .widget_recent_comments li a:before {
  display: none; }

.sidebar .widget li a:hover:before {
  color: #0164a2; }

.sidebar input[type="text"],
.sidebar .input_text {
  width: 100%;
  margin-bottom: 10px; }

.sidebar input[type="submit"],
.sidebar .input_submit {
  padding: 5px 20px;
  border-radius: 5px; }

.sidebar textarea.input_text {
  line-height: 20px; }

.sidebar .searchform input[type="text"],
.sidebar .search_form input[type="text"] {
  border-color: #daecc0; }

.sidebar .search_form,
.sidebar .tagcloud,
.sidebar #calendar_wrap {
  padding-left: 20px;
  padding-right: 20px; }

.sidebar .search_form {
  padding-left: 0;
  padding-right: 0; }

/*
 * ---:[ Optin forms ]:---
 */
.sidebar .email_form_title {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px; }

.sidebar .thesis_email_form {
  margin-top: -10px; }

.thesis_email_form {
  background: none repeat scroll 0 0 #f6faef;
  padding: 20px; }
  .thesis_email_form .email_form_assurance {
    color: #8dc63f;
    font-size: smaller;
    margin-top: 6px;
    margin-bottom: 0;
    text-align: center; }

/*
 * ---:[ footer ]:---
 */
.footer_container {
  background-color: #0164a2;
  font-size: 13px;
  line-height: 24px;
  color: white;
  text-align: center;
  margin: 0 auto; }
  .footer_container .container {
    background-color: #0164a2; }

.footer {
  text-align: center;
  padding: 28px 14px;
  background: none; }
  .footer a {
    color: white;
    text-decoration: underline; }
    .footer a:hover {
      color: #f6faef;
      text-decoration: none; }
  .footer .copyright_container {
    font-size: 13px;
    line-height: 24px; }

/*
 * ---:[ Action Box ]:---
 */
#ab_video_container {
  margin-bottom: 0; }

#action_box {
  background-color: white;
  margin-bottom: 0;
  color: #111111; }
  #action_box .container {
    background: none;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    padding: 28px 0;
    max-width: 1044px; }
    #action_box .content_column.align_left {
      text-align: left; }
    #action_box .content_column.align_center {
      text-align: center; }
    #action_box .content_column.align_right {
      text-align: right; }
  #action_box .video_image {
    width: 100%; }
  #action_box .media_image {
    text-align: center;
    margin: 0 auto; }
    #action_box .media_image.left,
    #action_box .media_image.right {
      text-align: center;
      margin: 0 auto; }
  #action_box .ab_col {
    box-sizing: border-box;
    padding: 14px;
    display: block;
    vertical-align: top;
    margin: 0; }
  #action_box .action_title {
    margin-top: 0; }
  #action_box .action_box .half_width {
    width: 100%; }
    #action_box .action_box .half_width .action_title {
      font-size: 33px; }
  #action_box .action_title {
    font-size: 42px;
    font-style: normal;
    line-height: 1.2em;
    margin-bottom: 14px; }
  #action_box .action_text {
    margin-bottom: 28px; }
    #action_box .action_text p {
      margin-bottom: 7px; }
  #action_box input[type="text"] {
    width: 100%;
    margin-bottom: 14px; }
  #action_box input[type="submit"],
  #action_box .input_submit {
    background-color: #8dc63f; }
  #action_box input[type="submit"]:hover,
  #action_box .input_submit:hover {
    background-color: #212f0e;
    color: white; }

/*
 * ---:[ Action Box Video ]:---
 */
.video_wrapper,
.video_wrapper img {
  min-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 0; }

.video_container {
  margin-bottom: 2em; }


  .video_wrapper span.play_btn {
    background-color: #8dc63f;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 2rem;
    left: 50%;
    margin: -2rem 0 0 -2rem;
    padding: 0.4em;
    position: absolute;
    top: 50%; }
    .video_wrapper span.play_btn:before {
      margin: 0;
      padding: 0;
      content: "\2009\e762";
      color: white; }
    .video_wrapper span.play_btn:hover {
      opacity: 0.8; }
  .video_wrapper iframe#video_player {
    top: 0;
    left: 0;
    position: absolute;
    background: #111111; }

/*
 * ---:[ Author Box ]:---
 */
.author_box_title {
  font-size: 33px;
  line-height: 50px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  text-align: center; }

.author_box {
  display: block;
  background: #f2f2f2;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6; }
  .author_box .author_desc {
    color: #888888;
    font-size: 14px;
    line-height: 26px; }
  .author_box .author_meta {
    margin-bottom: 10px;
    text-align: center; }
  .author_box .author_box_container {
    padding: 14px; }
  .author_box .author_name,
  .author_box .author_url {
    color: #888888; }
  .author_box .author_gravitar.alignleft img {
    margin-right: 28px;
    margin-bottom: 14px; }
  .author_box .author_gravitar.alignright img {
    margin-left: 28px;
    margin-bottom: 14px; }
  .author_box .author_social_container {
    background: #8dc63f;
    color: white;
    border-bottom: 3px solid #8ac53a;
    clear: both;
    display: block;
    text-align: center;
    padding: 0 28px; }
  .author_box .social_headline {
    color: inherit;
    display: block;
    vertical-align: bottom;
    font-size: 20px;
    line-height: 41px; }
  .author_box .author_icons {
    display: inline-block;
    vertical-align: bottom; }
    .author_box .author_icons > a {
      color: inherit;
      display: block;
      font-size: 20px;
      line-height: 41px; }
      .author_box .author_icons > a:hover {
        background: white;
        color: #8dc63f; }

/*
 * ---:[ Custom Templates ]:---
 */
  .landing-slim .header_container .headline_container,
  .landing-slim .headline_area,
  .landing-wide .header_container .headline_container,
  .landing-wide .headline_area,
  .no-sidebar-slim .header_container .headline_container,
  .no-sidebar-slim .headline_area,
  .no-sidebar-wide .header_container .headline_container,
  .no-sidebar-wide .headline_area {
    text-align: center; }
  .landing-slim .column-wrapper,
  .landing-slim .columns > .column-wrapper > .content,
  .landing-wide .column-wrapper,
  .landing-wide .columns > .column-wrapper > .content,
  .no-sidebar-slim .column-wrapper,
  .no-sidebar-slim .columns > .column-wrapper > .content,
  .no-sidebar-wide .column-wrapper,
  .no-sidebar-wide .columns > .column-wrapper > .content {
    border: medium none;
    float: none; }
  .landing-slim .footer,
  .landing-wide .footer,
  .no-sidebar-slim .footer,
  .no-sidebar-wide .footer {
    text-align: center; }

      .single-col.no-sidebar-slim .container .content,
      .single-col.landing-slim .container .content {
        max-width: 724px; }

/*
 * ---:[ clearfix ]:---
 */
.wrapper:after,
.container:after,
.column-wrapper:after,
.header_container:after,
.columns:after,
.menu:after,
.post_box:after,
.post_content:after,
.byline:after,
.sidebar:after,
.query_box:after,
.prev_next:after,
.comment_text:after,
.comment_nav:after,
.content:after,
.nav-container:after,
.clear:after,
.post_excerpt > p:after,
.author_box:after,
.author_box_container:after,
.related-content:after,
.home_footer:after,
.archive_footer:after {
  display: table;
  clear: both;
  content: ''; }

/*
 * ---:[ natural layout break 1 ]:---
 */
@media all and (min-width: 780px) {
  .grt .right,
  .grt .alignright,
  .grt .stack {
    margin-left: 28px; }

  .grt .left,
  .grt .alignleft {
    margin-right: 28px; }

  .grt blockquote {
    padding-right: 28px; }

  .grt blockquote.right,
  .grt blockquote.left {
    width: 45%;
    margin-bottom: 14px;
    padding-right: 0; }

  .author_box .author_box_wrapper {
    padding-left: 0;
    padding-right: 0; }

  .home_footer > .button {
    float: right;
    margin-bottom: 0; }

  .headline_area .post_date,
  .headline_area .twitter_profile,
  .headline_area .post_author,
  .headline_area .num_comments_link,
  .headline_area .post_cats,
  .author_name {
    display: inline-block; }

  .prev_next .previous_post,
  .prev_next .next_post,
  .prev_next .previous_posts,
  .prev_next .next_posts,
  #action_box .action_box .half_width {
    width: 50%; }

  .right,
  .alignright,
  img[align="right"],
  .prev_next .next_posts,
  .prev_next .next_post,
  .next_comments {
    float: right; }

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

  .prev_next .next_post,
  .prev_next .next_posts {
    border-bottom: 0; } }

/*
 * ---:[ natural layout break 2 ]:---
 */
@media all and (min-width: 836px) {
  .container,
  .columns > .content,
  .columns > .sidebar.secondary,
  .columns .column-wrapper > .content,
  .columns .column-wrapper > .sidebar.primary {
    width: 836px;
    margin: 0 auto;
    float: none; }


  .wrapper {
    width: 100%;
    margin: 0 auto; }




  .grt blockquote.right,
  .grt blockquote.left {
    width: 50%; }

  .grt blockquote.right {
    margin-left: 28px; }

  .grt blockquote.left {
    margin-right: 28px; } }

/*
 * ---:[ natural layout break 3 (desktop) ]:---
 */
@media all and (min-width: 1044px) {
  .columns > .content,
  .columns .column-wrapper > .content {
    width: 724px;
    float: left;
    border-width: 0 1px 0 0;
    margin: 0 auto;
    border-style: solid;
    border-color: #d6d6d6; }

    .full-layout .author_box_wrapper {
      padding-left: 28px;
      padding-right: 0; }
    .full-layout .related-container,
    .full-layout .related-headline {
      margin-left: 0;
      margin-right: -28px;
      padding-left: 0;
      padding-right: 28px; }
    .full-layout .post_box,
    .full-layout .comment_list {
      padding-left: 0;
      padding-right: 28px;
      margin-left: 28px;
      margin-right: 0; }

    .fixed-layout .featured_image,
    .fixed-layout .related-container {
      margin-left: -28px;
      margin-right: -28px; }
    .fixed-layout .related-container .related-content,
    .fixed-layout .related-container .related-headline {
      padding-left: 28px;
      padding-right: 28px; }

  .header_container .headline_container .container,
  .post_box,
  .author_box_title,
  .author_box .author_box_container,
  .author_box .author_social_container,
  .footer,
  .comment,
  #commentform,
  .comments_intro,
  .prev_next {
    padding-left: 28px;
    padding-right: 28px; }

  .wrapper {
    width: 100%;
    margin: 0 auto; }

  .container,
  .no-sidebar-wide .column-wrapper,
  .no-sidebar-wide .column-wrapper > .content,
  .landing-wide .column-wrapper,
  .landing-wide .column-wrapper > .content {
    width: 1044px; }

  .column-wrapper {
    width: 100%;
    border-width: 0;
    float: none;
    margin: 0 auto;
    border-style: solid;
    border-color: #d6d6d6; }


      .columns > .sidebar.secondary {
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 30px 28px 0; }

      .columns .column-wrapper > .sidebar.primary {
        width: 320px;
        float: left;
        margin: 0 auto;
        padding: 30px 28px 0;
        margin-left: -1px; }

  .no-sidebar-slim .columns .content {
    border: medium none;
    float: none;
    margin: 0 auto; }

  .header_container {
    text-align: center; }

  .menu_control {
    display: none; }

  .show_menu {
    top: auto; }

  .colorless-nav .nav-container .nav > li {
    border: none; }

  .nav {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    padding-left: 14px;
    padding-right: 14px; }
    .nav:before {
      display: none; }
    .nav li {
      position: relative; }
      .nav li > a:hover {
        background-color: #014874; }
      .nav li:hover > .sub-menu {
        display: block; }
    .nav .sub-menu {
      display: none;
      position: absolute;
      text-align: left;
      padding-top: 3px;
      padding-left: 0;
      margin-top: -1px; }
      .nav .sub-menu li {
        width: 182px;
        background-color: #0164a2; }
        .nav .sub-menu li > a:hover {
          background-color: #014874; }
      .nav .sub-menu .sub-menu {
        top: 0;
        left: 182px;
        text-align: left;
        padding-top: 0; }
      .nav .sub-menu .current-menu-item > a {
        background-color: #014874; }
    .nav > li,
    .nav > ul > li {
      float: left;
      background-color: #0164a2; }
      .nav > li > .sub-menu:before,
      .nav > ul > li > .sub-menu:before {
        display: block;
        top: 0;
        right: 28px;
        left: auto; }
    .nav .current-menu-item > a {
      background-color: #014874; }

  .menu_control,
  .author_box_wrapper,
  .prev_next {
    margin-left: 0;
    margin-right: 0; }

  .sidebar .tagcloud,
  .sidebar #calendar_wrap,
  .related-container .related-content {
    padding-left: 0;
    padding-right: 0; }

  .sidebar input[type="submit"],
  .sidebar .input_submit {
    width: 100%; }

  .author_box .author_social_container,
  .related-container {
    text-align: left; }

  .author_box .social-headline {
    display: inline-block; }

  #action_box .ab_col {
    padding: 28px; } }

/*
 * ---:[ custom CSS ]:---
 */
body {
  overflow-x: hidden; }

.grt .aligncenter,
.grt .alignnone,
.grt .alignleft,
.grt .alignright {
  margin-bottom: 0px; }

a.button {
  color: white;
  text-decoration: none;
  font-weight: bold; }

.grt h1.headline {
  color: #0164a2;
  font-size: 2.7em;
  font-weight: bold;
  font-family: 'Dancing Script', cursive; }

.grt h2 {
  color: #0164a2;
  font-size: 2.6em;
  font-weight: bold;
  margin-top: 14px;
  font-family: 'Dancing Script', cursive; }

.grt h3 {
  color: #0164a2;
  font-size: 1.6em; }

.template-page .grt h3 {
  font-family: 'Dancing Script', cursive;
  font-size: 2.3em; }

.grt h4 {
  color: #f16421;
  font-weight: bold;
  font-size: 1em; }

.grt h5 {
  color: #8dc63f;
  font-size: 1em;
  font-weight: bold; }

#site_title {
  float: none;
  margin: 0 auto;
  text-align: center; }

#site_tagline {
  float: none;
  text-align: center;
  font-size: 1.7em;
  color: #0164a2;
  padding: 15px 0 25px;
  display: none;
  color: #2d3e71; }

body > div.wrapper > div.header_container {
  border-top: 5px solid #8dc63f; }

#header > div.headline_container > div {
  padding: 0; }

#top-bar {
  background: #8dc63f;
  color: white;
  font-weight: bold;
  text-align: right; }

#top-bar a {
  color: white; }

#top-bar a:hover {
  color: #0164a2; }

.top-bar {
  padding: 0 14px; }

a.button-slider {
  font-size: 0.4em !important;
  background: rgba(141, 198, 63, 0.9);
  border-radius: 3px;
  padding: 7px 14px;
  display: none;
  color: white;
  margin-top: 14px;
  border: 3px solid white; }

.grecaptcha-badge {
  display: none; }

/*
 * nav
 */
.show_menu ul.nav {
  display: block; }

.nav-container {
  border-bottom: 2px solid #8dc63f;
  margin-top: 20px; }

.nav-container,
.nav .current-menu-item > a,
.nav > li,
.nav > ul > li {
  background: #f1f2f2;
  color: #014874; }

.nav a {
  color: #014874;
  font-weight: bold;
  font-size: 1.4em;
  padding: 14px 35px; }

.nav li > a:hover {
  color: #8dc63f;
  background: #f1f2f2; }

.menu_control {
  background: #f1f2f2;
  color: #0164a2;
  font-weight: bold;
  font-size: 1em; }

#menu-mainmenu {
  width: 100%; }

#menu-item-98 > a:hover {
  cursor: pointer; }

/*
 * slider
 */
.soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-caption-inside {
  background: none !important;
  text-align: left !important;
  font-size: 5em !important;
  font-size: 5vw !important;
  padding: 18vw 0 0 45vw !important; }

.soliloquy-container.soliloquy-theme-metro .soliloquy-id-48 .soliloquy-caption .soliloquy-caption-inside {
  color: #0164a2 !important;
  padding: 19vw 0 0 45vw !important; }

.soliloquy-container.soliloquy-theme-metro .soliloquy-id-51 .soliloquy-caption .soliloquy-caption-inside {
  font-size: 4em !important;
  font-size: 4vw !important;
  padding: 19vw 0 0 55vw !important; }

.soliloquy-container.soliloquy-theme-metro .soliloquy-id-50 .soliloquy-caption .soliloquy-caption-inside {
  font-size: 4em !important;
  font-size: 4.5vw !important;
  padding: 20vw 0 0 43vw !important; }

.simple-social-icons ul.aligncenter {
  float: none; }

.simple-social-icons ul li a,
.simple-social-icons ul li a:hover,
.simple-social-icons ul li a:focus {
  padding: 14px 5px !important; }

/*
 * homepage customizations
 */
.template-front .headline_area .headline,
.template-page .headline_area .headline {
  display: none; }

.template-front #post-10 > div.post_content .content-column.one_third {
  text-align: center;
  padding: 0 15px !important;
  font-size: 0.85em;
  line-height: 1.4; }

.template-front #post-10 > div.post_content h3 {
  margin-bottom: 14px;
  font-size: 1.7em; }

#homepage-slider {
  border-bottom: 3px solid #8dc63f; }

.maxwidth {
  max-width: 750px;
  margin: 0 auto 56px; }

.white-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 18.5px 0 18.5px;
  border-color: white transparent transparent transparent;
  margin: 0 auto;
  position: relative;
  z-index: 3; }

.green-box {
  background: #8dc63f;
  color: white;
  font-weight: bold;
  text-align: center;
  padding-bottom: 28px;
  font-size: 0.9em;
  line-height: 1.5; }

.green-box p {
  max-width: 80%;
  margin: 0 auto;
  padding-top: 14px; }

#threegreen > div {
  background: #8dc63f; }

#threegreen > div > div > div:nth-child(2) {
  border-top: 7px solid white; }

#threegreen > div > div > div:nth-child(3) {
  border-top: 7px solid white; }

#about > div {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 28px;
  padding: 3vw; }

#history {
  background: #86b1d1;
  padding: 28px; }

#history h2 {
  text-align: center; }

#history .post_content {
  max-width: 900px;
  margin: 0 auto; }

#history .post_content p {
  color: white; }

#history img.alignleft {
  float: none;
  margin: 0 auto; }

#history .grt a {
  color: #f16421;
  text-decoration: none; }

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

#testimonials {
  text-align: center;
  padding: 56px 0;
  background: url('https://www.rptconsulting.com/wp-content/uploads/2018/01/roundabouts-blue.jpg');
  background-attachment: fixed; }

#testimonials img {
  margin: 0 auto; }

#testimonials strong {
  color: #0164a2;
  font-size: 3.3em;
  margin: 28px 0;
  display: block;
  font-family: 'Dancing Script', cursive; }

strong.blue {
  color: #0164a2;
  font-size: 2.5em;
  margin: 28px 0;
  display: block;
  font-family: 'Dancing Script', cursive; }

#news-corner {
  background: #0164a2;
  padding: 56px 14px;
  color: white; }

#news-corner .container {
  max-width: 700px; }

#news-corner .query_box {
  border-top: 3px solid #8dc63f;
  padding-top: 28px; }

#news-corner .one_half {
  padding: 0 14px; }

#news-corner p.headline {
  color: white;
  font-weight: bold; }

#news-corner p {
  max-width: 750px;
  margin: 0 auto;
  font-size: 0.9em;
  margin-bottom: 20px; }

#news-corner .post_content {
  line-height: 1.3; }

#news-corner a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold; }

#news-corner a:hover {
  background: #0164a2; }

#news-corner p a {
  display: inline-block;
  background: #f16421;
  padding: 7px 14px;
  margin-top: 7px;
  border-radius: 5px; }

#news-corner p a:hover {
  background: #8dc63f; }

#news-corner .wp-post-image {
  margin-top: 28px;
  border-radius: 15px;
  border: 2px solid #8dc63f; }

#news-corner > div > div:nth-child(2) > div:nth-child(2) > a > img,
#news-corner > div > div:nth-child(3) > div:nth-child(2) > a > img {
  padding-top: 0; }

#news-corner > div > div:nth-child(3) > div.newsheader > p {
  padding-top: 56px; }

#news-header {
  text-align: center; }

#news-header img {
  margin: 0 auto; }

#news-header strong {
  font-size: 3em;
  margin: 28px 0;
  display: block;
  font-family: 'Dancing Script', cursive; }

.newsheader {
  color: #8dc63f;
  font-size: 1.75em;
  display: block;
  margin-bottom: 28px;
  text-align: center; }

hr {
  border-top: 14px solid #0164a2;
  border-bottom: 0 solid #0164a2;
  margin: 28px auto;
  max-width: 80%;
  border-right: 0;
  border-left: 0; }

hr.dashed {
  border-top: 1px dashed #0164a2;
  max-width: 100%; }

hr.lighter {
  border-top: 14px solid #014874; }

/*
 * contact form
 */
#wpcf7-f8-o1 > form > div:nth-child(3) > span > input {
  width: 100%; }

#wpcf7-f8-o1 > form > div.full_width > span > textarea {
  width: 100% !important;
  float: left;
  padding: 15px;
  font-family: "Open Sans";
  font-size: 1em;
  max-height: 150px;
  border: 1px solid #d6d6d6 !important; }

#wpcf7-f8-o1 > form > p > input {
  width: 150px;
  background-color: #f16421 !important;
  border-radius: 0;
  margin-top: 20px; }

#wpcf7-f8-o1 > form > div:nth-child(5) > span > input {
  height: 54px !important;
  width: 100%;
  padding: 15px;
  font-family: "Open Sans";
  font-size: 1em;
  border: 1px solid #d6d6d6 !important; }

#wpcf7-f8-o1 > form > div:nth-child(6) > span > input {
  width: 100%;
  margin-left: 0px; }

#wpcf7-f8-o1 label {
  display: none; }

.clearboth {
  clear: both; }

#wpcf7-f8-o1 > form > div.wpcf7-form-control-wrap {
  width: 31%;
  margin: 20px auto 0; }

/*
 * innerpage adjustments
 */
.template-page .wp-post-image {
  border-bottom: 3px solid #8dc63f; }

.template-page .columns > .content,
.template-page .columns .column-wrapper > .content {
  border: 0px solid white;
  margin: 0 auto;
  float: none; }

.template-page .grt h3 {
  margin: 14px 0; }

p.nomargin {
  margin-bottom: 0; }

.content .post_content ul li {
  list-style: none;
  margin: 7px 0; }

body:not(.page-id-18) .content .post_content ul li:before {
  content: "\f04d";
  font-family: FontAwesome;
  color: #8dc63f;
    /*
   * or whatever color you prefer
   */
  margin: 0 10px 0 -24px; }

.template-page hr {
  max-width: 100%; }

#action_box {
  border-top: 4px solid #8dc63f; }

.template-page.page-id-22 #action_box {
  border-top: 0px solid #8dc63f; }

.widget_rss p.widget_title > a:nth-child(1) {
  display: none !important; }

.widget_rss p.widget_title > a:nth-child(2) {
  color: white !important; }

.home_footer a.button,
.archive_footer a.button {
  display: none; }

/*
 * footer adjustments
 */
body > div.wrapper > div.footer_container {
  border-top: 4px solid #0164a2;
  background: #8dc63f; }

.footer_container .container {
  background: #8dc63f; }

.footer_container #menu-mainmenu-1 {
  background-color: white; }

body > div.wrapper > div.footer_container > div.content_container > div {
  background: white;
  padding: 28px 0; }

.footer_container .nav > li,
.footer_container .nav .current-menu-item > a {
  background: white; }

.footer_container .nav li > a:hover {
  background: white; }

.footer_container p.widget_title {
  display: none; }

#text-2 {
  text-align: left;
  padding-bottom: 28px;
  font-size: 1.2em; }

#text-2 a {
  text-decoration: none; }

#text-2 a:hover {
  text-decoration: underline; }

#owl-testimonials > div.owl-stage-outer > div > div {
  border: 2px solid #8dc63f; }

.owl-carousel .owl-item img {
  width: auto !important; }

.imgcont {
    /*
   * background:url('/wp-content/uploads/2017/05/testimonials-bg-new.jpg'); background-size:cover;
   */
  min-height: 23vw; }

.imgcont:hover {
  cursor: ew-resize; }

.imgcont p {
  padding: 56px;
  color: #0164a2;
  font-size: 1.2em;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.2); }

.imgcont p .fa {
  color: #8dc63f; }

.imgcont p strong {
  color: #ff771d !important;
  max-width: 500px;
  margin: 28px auto !important;
  display: block;
  line-height: 1.1;
  font-size: 1em !important; }

@media screen and (max-width: 600px) {
  #action_box input[type="text"] {
    margin-bottom: 0; } }

@media all and (min-width:1044px) {
  #site_title {
    float: left; }

  #site_tagline {
    float: right;
    text-align: right;
    font-size: 2.5em;
    padding: 39px 0; }

  .simple-social-icons ul.aligncenter {
    float: right; }

  /*
   * #menu-mainmenu{width:94%;}
   */  #mysticky-nav.wrapfixed {
    border-bottom: 1px solid #8dc63f !important; }

  .nav-container {
    margin-top: 0px; }

  .imgcont p {
    min-height: 404px; } }

@media all and (min-width:600px) {
  #threegreen > div > div > div:nth-child(1) {
    border-right: 3px solid white;
    border-left: 0px solid white; }

  #threegreen > div > div > div:nth-child(2) {
    border-top: 0px solid white; }

  #threegreen > div > div > div:nth-child(3) {
    border-right: 0px solid white;
    border-left: 3px solid white;
    border-top: 0px solid white; }

  #wpcf7-f8-o1 > form > div:nth-child(3) > span > input {
    width: 90%; }

  #wpcf7-f8-o1 > form > div:nth-child(6) > span > input {
    width: 90%; }

  #wpcf7-f8-o1 > form > div.full_width > span > textarea {
    width: 97.5% !important; }

  #about {
    background: url('/wp-content/uploads/2017/05/gears.jpg') no-repeat;
    background-size: cover;
    padding: 56px 0;
    background-attachment: fixed; }

  #about > div {
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 28px;
    padding: 3vw; } }

@media all and (min-width:425px) {
  .simple-social-icons {
    max-height: 44px; }

  .simple-social-icons ul li a,
  .simple-social-icons ul li a:hover,
  .simple-social-icons ul li a:focus {
    padding: 14px 8px !important; }

  #history img.alignleft {
    float: left;
    margin: 21px 14px 0 0; }

  #news-corner .wp-post-image {
    max-width: 175px;
    float: left;
    margin: 0 14px 28px 0;
    padding: 0; }

  #news-corner > div > div:nth-child(3) > div.newsheader > p {
    padding-top: 0; }

  #news-corner {
    padding: 56px 0; } }