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

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

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

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

img,
abbr,
acronym,
fieldset {
  border: 0; }

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; }

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

body.landing {
  padding-top: 0; }

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

.landing .container {
  width: 1080px; }

.columns,
.columns > .content,
.columns > .sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.columns > .content {
  width: 1080px;
  float: none;
  border-width: 0;
  border-style: solid;
  border-color: #dddddd; }

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

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

p a {
  text-decoration: underline; }

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

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid; }

.menu li {
  position: relative;
  float: left;
  margin-bottom: -1px; }

.menu .sub-menu {
  position: absolute;
  left: -1px;
  display: none;
  list-style: none;
  z-index: 110;
  margin-top: -1px; }

.menu .sub-menu .sub-menu {
  top: 0;
  left: 196px;
  margin: 0 0 0 -1px; }

.menu li:hover > .sub-menu {
  display: block; }

.menu .sub-menu li {
  width: 196px;
  clear: both; }

.menu a,
.menu_control {
  display: block;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  background-color: #eeeeee;
  padding: 0.75em 1em; }

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

.menu_control {
  display: none;
  background-color: white; }

.menu .sub-menu a {
  border-left-width: 1px; }

.menu,
.menu a,
.menu .sub-menu {
  border-color: #dddddd; }

.menu .current-menu-item > a {
  border-bottom-color: white;
  background-color: white;
  cursor: text; }

.menu .sub-menu .current-menu-item > a {
  border-bottom-color: #dddddd; }

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

.landing .header {
  text-align: center; }

#site_title {
  font-size: 42px;
  line-height: 1.32em;
  font-weight: bold;
  color: #111111; }

#site_title a {
  color: #111111; }

#site_title a:hover {
  color: #dd0000; }

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

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt,
.grt h3 {
  font-size: 16px;
  line-height: 30px; }

.grt .headline {
  font-size: 26px;
  line-height: 44px;
  margin: 0; }

.grt h2 {
  font-size: 20px;
  line-height: 36px;
  margin-top: 42px;
  margin-bottom: 14px; }

.grt .small,
.grt .caption {
  font-size: 13px;
  line-height: 27px; }

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

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

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

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

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

.grt .right,
.post_box .alignright,
.post_box .ad {
  margin-bottom: 28px;
  margin-left: 28px; }

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

/*
 * ---:[ golden ratio pullquotes ]:---
 */
.grt blockquote.right,
.grt blockquote.left {
  font-size: 26px;
  line-height: 38px;
  width: 45%;
  margin-bottom: 14px; }

.grt blockquote.right,
.grt blockquote.left {
  padding-left: 0;
  border: 0; }

/*
 * ---:[ post box styles ]:---
 */
.post_box {
  padding: 28px 28px 0 28px;
  border-top: 1px dotted #dddddd; }

.top {
  border-top: 0; }

.post_box .headline,
.headline a {
  color: #111111; }

.headline a:hover {
  color: #dd0000; }

.byline,
.byline a {
  color: #888888; }

.byline a {
  border-bottom: 1px solid #dddddd; }

.byline a,
.post_author,
.post_date {
  text-transform: uppercase;
  letter-spacing: 1px; }

.byline a:hover,
.num_comments {
  color: #111111; }

.byline .post_edit {
  margin-left: 14px; }

.byline .post_edit:first-child {
  margin-left: 0; }

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

.post_box h2,
.post_box h3 {
  color: #111111; }

.post_box h3 {
  font-weight: bold; }

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

.post_box blockquote {
  color: #888888;
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid #dddddd; }

.post_box code {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif; }

.post_box pre {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
  background-color: #eeeeee;
  padding: 14px;
  -webkit-tab-size: 4;
  -moz-tab-size: 4;
  tab-size: 4; }

.post_content li a {
  text-decoration: underline; }

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

.post_box .frame,
.post_box .post_image_box,
.post_box .wp-caption {
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 14px; }

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

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

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

.post_box .wp-caption p {
  font-size: 13px;
  line-height: 27px; }

.post_box .author_description {
  border-top: 1px dotted #dddddd;
  padding-top: 28px; }

.post_box .author_description_intro {
  font-weight: bold; }

.post_box .avatar {
  width: 71px;
  height: 71px;
  float: right;
  clear: both;
  margin-left: 14px; }

.post_box .author_description .avatar {
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 14px;
  margin-left: 0; }

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

.post_box .alert,
.post_box .note {
  padding: 14px; }

.post_box .alert {
  background-color: #ffff99;
  border: 1px solid #e6e68a; }

.post_box .note {
  background-color: #eeeeee;
  border: 1px solid #dddddd; }

.landing .headline_area {
  text-align: center; }

/*
 * ---:[ other post box styles ]:---
 */
.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 28px; }

.num_comments_link:hover {
  text-decoration: underline; }

.bracket,
.num_comments {
  font-size: 28px; }

.bracket {
  color: #dddddd; }

/*
 * ---:[ misc. content elements ]:---
 */
.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }

.archive_intro .headline {
  margin-bottom: 28px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 14px 28px; }

.prev_next .next_posts {
  float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 27px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.previous_posts a:hover,
.next_posts a:hover {
  text-decoration: underline; }

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

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

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

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

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

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

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

.comment .comment_head {
  margin-bottom: 14px; }

.children .comment_head {
  margin-bottom: 0; }

.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: 27px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 14px; }

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

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

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

.comment_nav {
  font-size: 13px;
  line-height: 27px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: dotted;
  border-color: #dddddd;
  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; }

/*
 * ---:[ inputs ]:---
 */
.input_text {
  font-size: inherit;
  line-height: 1em;
  font-family: inherit;
  font-weight: inherit;
  color: #111111;
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 0.35em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.input_text:focus {
  border-color: #eeeeee;
  background-color: white; }

textarea.input_text {
  line-height: 30px; }

.input_submit {
  font-size: 20px;
  line-height: 1em;
  font-family: inherit;
  font-weight: bold;
  border: 3px double #dddddd;
  background: #eeeeee url('images/bg-button.png') repeat-x;
  padding: 0.5em;
  cursor: pointer;
  overflow: visible; }

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

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

.comment_form_title {
  font-size: 20px;
  line-height: 36px;
  color: #111111;
  margin: 0 -28px;
  border-bottom: 1px dotted #dddddd;
  padding: 0 28px 14px 28px; }

#commentform label {
  display: 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: #dd0000; }

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

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

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

.sidebar .headline,
.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-size: 21px;
  line-height: 30px; }

.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-variant: small-caps;
  letter-spacing: 1px;
  margin-bottom: 10px; }

.sidebar .input_submit {
  font-size: inherit; }

.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,
.wp-caption p,
.sidebar .post_excerpt p {
  margin-bottom: 0; }

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

.sidebar .thesis_email_form .input_text,
.widget li {
  margin-bottom: 10px; }

.sidebar .search-form .input_text,
.sidebar .thesis_email_form .input_text {
  width: 100%; }

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

.sidebar .post_content,
.widget li ul,
.widget li ol {
  margin-top: 10px; }

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

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

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 27px;
  text-align: center;
  color: #888888;
  border-top: 3px double #dddddd;
  padding: 14px 28px; }

.footer a {
  color: #888888; }

.footer a:hover {
  color: #111111; }

.landing .footer {
  text-align: center; }

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

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

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

  .landing .header {
    border-top: 0; }

  .columns > .content {
    float: none;
    width: 100%;
    border: 0; }

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

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

  .menu {
    display: none;
    width: 100%;
    border-width: 1px 0 0 0;
    clear: both; }

  .show_menu {
    display: block; }

  .menu .sub-menu {
    position: static;
    display: block;
    margin: 0;
    border-top: 1px solid #dddddd;
    padding-left: 28px; }

  .menu li {
    width: 100%;
    float: none;
    margin-bottom: 0; }

  .menu .sub-menu li {
    width: 100%; }

  .menu a {
    border-width: 1px 1px 0 0;
    background-color: white;
    padding: 1em 28px; }

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

  .menu > li > a {
    border-left-width: 1px; }

  .menu li:first-child > a:first-child {
    border-top-width: 0; }

  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 50%; } }

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

  .menu > li > a {
    border-left-width: 0; }

  .post_box .frame,
  .post_box .post_image_box,
  .post_box .wp-caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

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

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

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

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

  .comment_form_title {
    margin-left: -14px;
    margin-right: -14px; }

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

  .grt .right,
  .grt .left,
  .post_box .alignright,
  .post_box .alignleft,
  .grt blockquote.right,
  .grt blockquote.left {
    margin-right: 0;
    margin-left: 0; }

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

  .grt blockquote.right,
  .grt blockquote.left,
  #commentform .input_text,
  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 100%; }

  .post_box blockquote {
    margin-left: 0; }

  .comment_date {
    display: none; } }

/*
 * ---:[ 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 {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#header {
  padding: 0; }

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

/*
 * ---:[ custom CSS ]:---
 */
body {
  background: none repeat scroll 0 0 white;
  margin: 0 auto;
  font-family: 'Ubuntu', sans-serif;
  color: #3b3d4a;
    /*
   * Graphite Blue
   */ }

.header {
  border: none; }

#header.header img {
  margin: 0 auto;
  max-width: 260px; }

.container {
  background: white;
  border-color: transparent; }

.menu {
  background: white;
  font-weight: bold;
  max-width: 1080px;
  border-bottom: 0px;
  margin-top: 0;
  margin-bottom: 0px; }

.menu .current-menu-item > a {
  background-color: #3b3d4a;
    /*
   * Graphite Blue
   */
  cursor: text;
  color: white;
  font-size: 0.9em;
  letter-spacing: 0.07em;
  padding: 0.5em 0.4em 0.6em 0.4em; }

.menu li a {
  color: white;
    /*
   * White
   */
  font-weight: bold;
  background: #4397d7;
    /*
   * Powder Blue
   */
  font-size: 0.9em;
  letter-spacing: 0.07em;
  padding: 0.5em 0.4em 0.6em 0.4em; }

.menu li a:hover {
  color: #3b3d4a;
    /*
   * Graphite Blue
   */
  font-weight: bold;
  background: #e6f2f3;
    /*
   * Pale Blue
   */
  font-size: 0.9em;
  letter-spacing: 0.07em;
  padding: 0.5em 0.4em 0.6em 0.4em; }

.menu-item-559 a {
  background-color: #cb2028 !important; }

.menu-item-559 a:hover {
  color: #3b3d4a;
  background-color: #e6f2f3 !important; }

.content {
  background: white; }

.columns > .content {
  border-color: transparent; }

.post_box {
  padding: 0.5em;
  background: white;
  border-right: 0px #d7d7d7 solid !important;
    /*
   * Lite Gray
   */ }

.pbb {
  color: #4397d7;
    /*
   * Powder Blue
   */
  font-weight: bold; }

blockquote {
  background: #e6f2f3;
  border: 1px #3b3d4a solid !important;
    /*
   * Graphite Blue
   */
  padding: 0.5em 0.5em 0em 0.5em !important;
  font: 1em tahoma, sans-serif;
  font-style: italic;
  color: #3b3d4a !important;
    /*
   * Graphite Blue
   */
  line-height: 1.4em;
  text-align: left; }

.sidebar {
  padding: 0em;
  background: white;
  text-align: center;
  margin-top: 0em;
  border-left: 1px #d7d7d7 solid !important;
    /*
   * Lite Gray
   */ }

.google-maps-widget {
  margin: auto;
  font: 1em 'ubuntu', sans-serif;
  font-weight: bold; }

.template-single .columns > .content {
  width: 100%; }

p.previous_post {
  text-align: center; }

p.next_post {
  text-align: center; }

/*
 * 
 */
#wrapper {
  width: 90%;
  margin: 0 auto; }

.footer {
  border: transparent;
  background: white;
  font: 1em 'ubuntu', sans-serif;
  color: #3b3d4a;
    /*
   * Graphite Blue
   */
  font-weight: bold;
  line-height: 1.5em; }

.footer-box {
  background: transparent;
  font: 1em 'ubuntu', sans-serif;
  color: #3b3d4a;
    /*
   * Graphite Blue
   */
  font-weight: bold;
  line-height: 1.5em;
  padding: 1em; }

#footer_widgets.columns_3 {
  background-color: white;
  border-color: transparent;
  max-width: 780px; }

#footer_widgets.columns_3 a {
  color: blue;
    /*
   * Link Blue
   */
  font: 1.2em 'ubuntu', sans-serif;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 1em; }

#footer_widgets.columns_3 a:hover {
  color: #4397d7;
    /*
   * Powder Blue
   */
  font: 1.2em 'ubuntu', sans-serif;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 1em; }

#footer_widgets.columns_3 .sidebar {
  border-left: none !important;
  max-width: 260px; }

#footer_widgets .sidebar {
  background-color: white;
  border-color: transparent;
  margin-top: -3em;
  margin-bottom: -3em;
  margin-left: 0.5;
  margin-right: 0.5;
  padding: 2em; }

.footer a.footerlink {
  color: #3b3d4a;
    /*
   * Graphite Blue
   */
  font: 1em 'ubuntu', sans-serif;
  font-weight: bold;
  text-decoration: none;
  border-bottom: none;
  margin-bottom: 1em; }

.footer a.footerlink:hover {
  color: #4397d7;
    /*
   * Powder Blue
   */
  font: 1em 'ubuntu', sans-serif;
  font-weight: bold;
  text-decoration: none;
  border-bottom: none;
  margin-bottom: 1em; }

.copyright {
  background: white;
  font: 0.8em tahoma, sans-serif;
  color: #4397d7;
    /*
   * Powder Blue
   */
  line-height: 1.5em;
  max-width: 960px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto; }

h1 {
  font: 1.5em 'ubuntu', sans-serif;
  color: #4c453f !important;
    /*
   * Graphite Blue
   */
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  padding: 0px 0px 0px 0px; }

.grt h1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

.grt h2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

.grt h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

h2 {
  font: 1.2em 'ubuntu', sans-serif;
  color: #4397d7 !important;
    /*
   * Powder Blue
   */
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  padding: 0px 0px 0px 0px; }

.template-category h2.headline* {
  -moz-font-feature-settings: normal;
  -moz-font-language-override: normal;
  color: #3b3d4a !important;
  font-family: 'ubuntu', sans-serif;
  font-size: 1.2em;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: 1.2em !important;
  margin-bottom: 0.5em !important;
  margin-top: 0.5em !important;
  padding: 0; }

h3 {
  font: 1.1em 'ubuntu', sans-serif;
  color: #72a0ad !important;
    /*
   * Cadet Blue
   */
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  padding: 0px 0px 0px 0px; }

h4 {
  font: 1.1em 'ubuntu', sans-serif;
  color: #4c453f !important;
    /*
   * Graphite Blue
   */
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  padding: 0px 0px 0px 0px; }

h5 {
  font: 1.5em 'ubuntu', sans-serif;
  color: #4397d7 !important;
    /*
   * Powder Blue
   */
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  padding: 0px 0px 0px 0px; }

.text {
  font: 1em 'ubuntu', sans-serif;
  line-height: 1.4em;
  color: #4c453f !important;
    /*
   * Graphite Blue
   */ }

.bg-pale-blue {
  color: white !important;
    /*
   * Graphite Blue
   */
  font-weight: bold;
  background: #4397d7;
    /*
   * Powder Blue
   */
  padding-left: 0.2em;
  padding-right: 0.2em; }

.link {
  color: blue;
    /*
   * Link Blue
   */
  font: 1em 'ubuntu', sans-serif;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 1em; }

.link:hover {
  color: #4397d7;
    /*
   * Powder Blue
   */
  font: 1em 'ubuntu', sans-serif;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 1em; }

div.float {
  float: left; }

img {
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto\9;
    /*
   * ie8
   */ }

/*
 * SECTIONS
 */
.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

/*
 * COLUMN SETUP
 */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%; }

.col:first-child {
  margin-left: 0; }

/*
 * GROUPING
 */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

/*
 * GRID OF TWO
 */
.span_2_of_2 {
  width: 100%; }

.span_1_of_2 {
  width: 49.2%; }

/*
 * GO FULL WIDTH AT LESS THAN 480 PIXELS
 */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; } }

@media only screen and (max-width: 480px) {
  .span_2_of_2 {
    width: 100%; }

  .span_1_of_2 {
    width: 100%; } }

/*
 * GRID OF THREE
 */
.span_3_of_3 {
  width: 100%; }

.span_2_of_3 {
  width: 66.1%; }

.span_1_of_3 {
  width: 32.2%; }

/*
 * GO FULL WIDTH AT LESS THAN 480 PIXELS
 */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; } }

@media only screen and (max-width: 480px) {
  .span_3_of_3 {
    width: 100%; }

  .span_2_of_3 {
    width: 100%; }

  .span_1_of_3 {
    width: 100%; } }

/*
 * GRID OF FOUR   =============================================================================
 */
.span_4_of_4 {
  width: 100%; }

.span_3_of_4 {
  width: 74.6%; }

.span_2_of_4 {
  width: 49.2%; }

.span_1_of_4 {
  width: 23.8%; }

/*
 * GO FULL WIDTH AT LESS THAN 480 PIXELS
 */
@media only screen and (max-width: 480px) {
  .span_4_of_4 {
    width: 100%; }

  .span_3_of_4 {
    width: 100%; }

  .span_2_of_4 {
    width: 100%; }

  .span_1_of_4 {
    width: 100%; } }

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

div[data-role="evp-video"] img {
  max-width: none !important;
  height: inherit !important;
  -webkit-transform: none !important; }

div[data-role="evp-video"] video {
  max-width: none !important; }

div[data-role="evp-video"] embed {
  max-width: none !important; }

div[data-role="evp-video"] object {
  max-width: none !important; }