/*
 * ---:[ 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: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 21px;
  color: #111111;
  background-color: white;
  padding-top: 26px; }

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

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

.columns > .content {
  width: 617px;
  float: left;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #dddddd; }

.columns > .sidebar {
  width: 280px;
  float: right;
  padding: 26px 26px 0 26px; }

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

p a {
  text-decoration: underline; }

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

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

.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: 126px;
  margin: 0 0 0 -1px; }

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

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

.menu a,
.menu_control {
  display: block;
  font-size: 9px;
  line-height: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  background-color: #eeeeee;
  padding: 0.5em 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: 26px; }

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

#site_title a {
  color: #111111; }

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

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

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

.grt .headline {
  font-size: 19px;
  line-height: 30px;
  margin: 0; }

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

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

.grt h2 {
  font-size: 15px;
  line-height: 25px;
  margin-top: 39px;
  margin-bottom: 13px; }

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

.grt h3 {
  font-weight: bold; }

.grt .small,
.grt .caption {
  font-size: 9px;
  line-height: 17px; }

.grt .drop_cap {
  font-size: 52px;
  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 .aligncenter,
.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,
.headline_area {
  margin-bottom: 26px; }

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

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

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

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

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

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

/*
 * ---:[ custom text styles ]:---
 */
.grt ul {
  list-style-type: square; }

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

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

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

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

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

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

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

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

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

.grt .wp-caption p {
  font-size: 9px;
  line-height: 17px; }

.grt .alert,
.grt .note,
.grt .box {
  padding: 13px; }

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

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

.grt .box {
  background-color: #ffe2e2;
  border: 1px solid #ffb2b2; }

.grt .footnotes {
  font-size: 9px;
  line-height: 17px;
  border-top: 1px dotted #dddddd;
  padding-top: 26px; }

.grt .avatar {
  width: 47px;
  height: 47px;
  float: right;
  clear: both;
  margin-left: 13px; }

.grt .footnotes,
.grt sub,
.grt sup,
.grt .post_cats,
.grt .post_tags,
.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: 13px; }

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

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

.grt .author_description {
  border-top: 1px dotted #dddddd;
  padding-top: 26px; }

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

.grt .author_description .avatar {
  width: 84px;
  height: 84px;
  float: left;
  margin-right: 13px;
  margin-left: 0; }

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

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

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

.top {
  border-top: 0; }

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

.num_comments_link:hover {
  background-color: #eeeeee; }

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

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

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

.prev_next .next_posts {
  float: right; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment_date a {
  color: #888888; }

.comment_footer a {
  font-size: 9px;
  line-height: 17px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 13px; }

.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: 42px;
  height: 42px;
  float: right;
  margin-left: 13px; }

.comment_nav {
  font-size: 9px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: dotted;
  border-color: #dddddd;
  padding: 13px 26px; }

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

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

.next_comments {
  float: right; }

/*
 * ---:[ inputs ]:---
 */
input[type="text"],
.input_text {
  font-family: Arial;
  font-size: normal;
  line-height: 1em;
  font-weight: normal;
  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[type="text"]:focus,
.input_text:focus {
  border-color: #eeeeee;
  background-color: white; }

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

input[type="submit"],
.input_submit {
  font-family: inherit;
  line-height: 1em;
  font-weight: bold;
  border: 3px double #dddddd;
  background: #eeeeee url('images/bg-button.png') repeat-x;
  padding: 0.5em; }

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

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

.comment_form_title {
  font-size: 15px;
  line-height: 25px;
  color: #111111;
  margin: 0 -26px;
  border-bottom: 1px dotted #dddddd;
  padding: 0 26px 13px 26px; }

#commentform label {
  display: block; }

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

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

.comment_moderated {
  font-weight: bold; }

#commentform .input_text {
  width: 50%; }

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

#commentform .input_submit {
  font-size: 15px; }

#cancel-comment-reply-link {
  float: right;
  font-size: 9px;
  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: 9px;
  line-height: 14px; }

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

.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,
.sidebar .search-form input[type="submit"] {
  margin-top: 10px; }

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

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

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

.footer a {
  color: #888888; }

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

/*
 * ---:[ custom template styles ]:---
 */
body.landing {
  padding-top: 0; }

.landing .container {
  width: 617px; }

.landing .header,
.landing .headline_area,
.landing .footer {
  text-align: center; }

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

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

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

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

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

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

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

  .full_page .columns > .content {
    width: 100%; }

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

  .menu_control {
    display: block;
    width: 100%;
    border-width: 0;
    background-color: white;
    padding: 1em 26px;
    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: 26px; }

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

  .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: 617px) {
  .menu a {
    border-right-width: 0; }

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

  .grt .frame,
  .grt .post_image_box,
  .grt .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 13px; }

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

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

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

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

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

  .grt .right,
  .grt .left,
  .grt .alignright,
  .grt .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%; }

  .grt blockquote {
    margin-left: 0; }

  .comment_date {
    display: none; } }

#site_title {
  line-height: 0.1em; }

#site_title a {
  display: inline-block; }

/*
 * ---:[ custom CSS ]:---
 */
body {
  padding-top: 0; }

.footer {
  border-top: 2px solid #dddddd; }

.footer {
  color: #888888;
  font-size: 12px;
  line-height: 16px; }

p {
  font-weight: normal; }

.grt p,
.english_list li a,
.afrikaans_list li a {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 10px; }

.english_list,
.afrikaans_list {
  text-align: center; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-bottom: 20px; }

.container * {
  box-sizing: border-box; }

.action.third > h2,
.about h2,
.action.third p,
.about p {
  text-align: center; }

.container {
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  width: 897px; }

.mobile_image {
  display: none; }

.info.fw_container {
  clear: both;
  overflow: hidden;
  padding: 5%; }

.testimonials.fw_container {
  background: #989898; }

.half {
  min-width: 200px; }

.about.container img {
  width: 250px;
  margin: 30px auto;
  border-radius: 50%; }

.actions .third {
  background: white;
  padding: 0 20px;
  margin: 40px 1.5% 0 1.5%; }

.menu {
  background: white none repeat scroll 0 0;
  border: 0 none;
  float: right;
  margin-bottom: 70px; }

.menu a {
  border: 0 none;
  background: white none repeat scroll 0 0;
  text-decoration: none; }

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

.banner_container {
  background: transparent url("http://carinsurances.co.za/wp-content/uploads/2016/10/car-insurance-web.jpg") no-repeat scroll left top / 60% auto;
  overflow: hidden;
  padding: 0px 50px 100px 50px; }

.banner_container .cf7form .half {
  min-width: 100px; }

.banner_text > h1 {
  color: white;
  font-family: helvetica;
  font-size: 50px;
  line-height: 60px;
  margin-left: 20%;
  padding-top: 5%;
  text-align: right;
  width: 340px; }

.banner_signup label {
  color: white;
  font-family: arial;
  font-weight: normal;
  font-size: 12px; }

.third {
  width: 30%;
  margin: 20px 1.5%;
  float: left; }

.half.right,
.half.left {
  width: 45%;
  float: left; }

.half.left {
  margin-right: 5%; }

.banner_signup  .half.left {
  width: 47.5%;
  margin-right: 2.5%;
  float: left; }

.banner_signup  .half.right {
  width: 47.5%;
  margin-left: 2.5%;
  float: left; }

.banner_signup input,
.input_text,
.wpcf7-select {
  background: #dddddd none repeat scroll 0 0;
  margin-left: 0;
  margin-right: 0 !important;
  padding: 5px;
  width: 100%;
  box-sizing: border-box; }

.banner_signup input[type="submit"],
.banner_signup .input_submit {
  background: #e9b434 none repeat scroll 0 0;
  border: 3px double #dddddd;
  color: white;
  font-family: inherit;
  font-weight: bold;
  line-height: 1em;
  padding: 0.5em; }

.action_form label {
  float: left;
  font-weight: normal;
  text-align: left !important; }

.action_form input[type="text"]:focus,
.action_form .input_text:focus,
.action_form input[type="email"]:focus,
.action_form input[type="tel"]:focus {
  background-color: white;
  border-color: #c1c1c1; }

.action_form input,
.action_form .input_text,
.action_form .wpcf7-select {
  background: #eeeeee none repeat scroll 0 0;
  margin-left: 0;
  margin-right: 0 !important;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #333333; }

.action_form input[type="submit"],
.action_form .input_submit {
  background: #005190 !important;
  border: 3px double #dddddd;
  font-family: inherit;
  font-weight: bold;
  line-height: 1em;
  padding: 0.5em;
  color: white !important; }

.action_form input[type="submit"]:hover,
.action_form .input_submit:hover {
  background: #red !important;
  border: 3px double #dddddd;
  font-family: inherit;
  font-weight: bold;
  line-height: 1em;
  padding: 0.5em;
  color: white !important; }

.form_headline {
  font-family: helvetica;
  font-weight: bold;
  text-align: center;
  color: white; }

.banner_signup > .half.left {
  margin-left: 10%; }

.left {
  clear: both; }

.banner_signup .wpcf7-form {
  background: #005190 none repeat scroll 0 0;
  margin: 0 0 0 22%;
  min-width: 340px;
  padding: 30px;
  width: 70% !important; }

.action img {
  display: block;
  margin: 0 auto; }

.info .half {
  text-align: center; }

#site_title {
  margin-bottom: 20px; }

.style2 a {
  color: white; }

.columns {
  margin-bottom: 30px; }

.grt h2 {
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 13px;
  margin-top: 20px; }

.header {
  border-bottom: 0 none;
  overflow: hidden;
  padding: 26px 0 0; }

.grt p {
  margin-bottom: 15px; }

.custom_nav,
.afrikaans_list,
.english_list,
.horizontal_list {
  list-style: none;
  display: inline-block; }

.custom_nav li,
.afrikaans_list li,
.english_list li,
.horizontal_list li {
  float: left;
  margin-left: 10px;
  list-style: outside none none; }

.custom_nav li a,
.english_list li,
.afrikaans_list li a,
.horizontal_list li a {
  color: #005190; }

.custom_nav li a:hover,
.english_list li a:hover,
.afrikaans_list li a:hover,
.horizontal_list li a:hover {
  text-decoration: underline; }

#site_title {
  float: left;
  line-height: 0.1em;
  width: 320px; }

.ezcol.ezcol-one-half h2 a {
  color: #005190;
  font-weight: bold;
  font-family: open sans, arial;
  text-decoration: none; }

a,
.grt li a {
  color: #005190;
  text-decoration: underline; }

a:hover,
.ezcol.ezcol-one-half h2 a:hover,
.grt li a:hover {
  color: red;
  text-decoration: none; }

.custom_nav {
  clear: none;
  float: right;
  width: auto; }

.info_bar {
  background: #005190 none repeat scroll 0 0;
  color: white;
  overflow: hidden;
  width: 100%;
  padding: 5px 20px; }

.info_bar input {
  margin-right: 5px;
  width: 100px; }

.info_bar input[type="submit"],
.info_bar  .input_submit {
  width: 60px;
  border-radius: 10px; }

/*
 * ADD THIS
 */
.atss {
  background: transparent none repeat scroll 0 0;
  position: fixed;
  top: 30% !important;
  width: 3pc;
  z-index: 100020; }

.footer_text {
  text-align: center; }

@media all and (max-width: 1100px) {
  .banner_container {
    padding: 0px 50px 70px 50px; } }

@media all and (max-width: 1000px) {
  .container {
    width: 100%; }
    .container )	.banner_container {
      padding: 20px 10px; }
    .container .banner_text > h1 {
      margin-left: 10%; }

  @media all and (max-width: 900px) {
    .banner_container {
      background: transparent;
      background-image: none; }

    .placeholder {
      display: none; }

    .mobile_image {
      display: block; }

    .banner_container {
      padding: 20px 10px; }

    .banner_container  > .half.right,
    .banner_container  > .half.left {
      float: none;
      width: 100%;
      margin: 0 auto;
      clear: both; }

    .banner_signup .wpcf7-form {
      margin: 0 auto; }

    .banner_text > h1 {
      font-size: 2.2em;
      margin: 0 auto;
      width: auto;
      text-align: center;
      padding-top: 0; }

    .banner_signup .wpcf7-form {
      min-width: 260px;
      margin: 0 auto; } }

  @media all and (max-width: 600px) {
    .grt h2,
    h2 {
      font-size: 18px; }

    .banner_container {
      width: 100%;
      padding-left: 0px;
      padding-right: 0px; }

    .banner_signup .wpcf7-form {
      padding: 10px; }

    .actions .third h2 {
      font-size: 18px; }

    .actions .third {
      padding: 0 5px; } }

  /*
   * unvisited link
   */  #terms-conditions a:link {
    color: white;
    text-decoration: underline; }

  /*
   * visited link
   */  #terms-conditions a:visited {
    color: white; }

  /*
   * mouse over link
   */  #terms-conditions a:hover {
    color: white; }

  /*
   * selected link
   */  #terms-conditions a:active {
    color: white; } }