@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,300,700,700italic,800,600italic);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic);

input {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

/* CSS Reset Start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

/* Noscript - Javascriptio required message */
noscript.noscriptmessage {
  background:#fff;
  border:1px solid red;
  color:red;
  display:block;
  left:50%;
  margin-left:-250px;
  margin-top:-50px;
  padding:50px 0 60px;
  position:fixed;
  text-align:center;
  top:40%;
  width:500px;
  z-index:9999999;
}

/* CSS Reset End */

#header-container:after,
#footer:after {
  clear: both;
  content: " ";
  display: table;
}

/* Icons Start */

i.large {
  background-image: url(images/icons/large-icons.png);
  background- repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

/* Sigular Default Icons */
#hamburger {
  background-position: -0px 0;
  display: block;
}

/* Multiple Defaul Icons */


/* White */
.twitter-white {
  background-position: -30px -30px;
}

.facebook-white {
  background-position: -30px -60px;
}

.youtube-white {
  background-position: -30px -90px;
}

.instagram-white {
  background-position: -30px -120px;
}

/* White Hover */
.twitter-white:hover {
  background-position: -60px -30px;
}

.facebook-white:hover {
  background-position: -60px -60px;
}

.youtube-white:hover {
  background-position: -60px -90px;
}

.instagram-white:hover {
  background-position: -60px -120px;
}


/* color */
.twitter-color {
  background-position: -60px -30px;
}

.facebook-color {
  background-position: -60px -60px;
}

.youtube-color {
  background-position: -60px -90px;
}

.instagram-color {
  background-position: -60px -120px;
}

/* Site color */
.twitter {
  background-position: -90px -30px;
}

.facebook {
  background-position: -90px -60px;
}

.youtube {
  background-position: -90px -90px;
}

.instagram {
  background-position: -90px -120px;
}

/* Icons End */


/* Page Styling Start */
/*------ Page Rules ------*/
/*
  The reason innerwrap is being targeted
  is because some designs have full screen
  backgrounds and this is the best way to
  keep content centered and have full screen
  backgrounds.
*/
.csc-default .innerwrap,
.csc-default .divider,
.csc-frame-invisible .innerwrap,
.csc-frame-rulerBefore .innerwrap,
.csc-frame-rulerAfter .innerwrap,
.csc-frame-indent .innerwrap,
.csc-frame-indent3366 .innerwrap,
.csc-frame-indent6633 .innerwrap,
.csc-frame-frame1 .innerwrap,
.csc-frame-frame2 .innerwrap,
.csc-default .tx-dce-pi1,
.csc-frame-invisible .tx-dce-pi1,
.csc-frame-rulerBefore .tx-dce-pi1,
.csc-frame-rulerAfter .tx-dce-pi1,
.csc-frame-indent .tx-dce-pi1,
.csc-frame-indent3366 .tx-dce-pi1,
.csc-frame-indent6633 .tx-dce-pi1,
.csc-frame-frame1 .tx-dce-pi1,
.csc-frame-frame2 .tx-dce-pi1,
.csc-frame-frame1 .divider,
.csc-frame-frame1 .csc-header,
.csc-default .csc-header,
.csc-frame-indent .csc-header,
.tx-indexedsearch,
.csc-default > .tx-trustus {
  margin: 0 auto;
  width: 100%;
}

.csc-default .innerwrap,
.csc-default .csc-header,
.csc-default .tx-dce-pi1,
.csc-frame-indent .csc-header,
.tx-indexedsearch,
.csc-default .tx-trustus {
  max-width: 1000px; /* Default Width */
}

.csc-frame-invisible .innerwrap,
.csc-frame-invisible .tx-dce-pi1,
.csc-default .divider {
  max-width: 1000px; /* Default Width */
  padding: 10px 0;
}

.csc-frame-rulerBefore .innerwrap,
.csc-frame-rulerBefore .tx-dce-pi1 {
  padding-top: 40px;
  padding-bottom: 5px;
  max-width: 1000px; /* Default Width */
}

.csc-frame-rulerAfter .innerwrap,
.csc-frame-rulerAfter .tx-dce-pi1 {
  padding-top: 5px;
  padding-bottom: 40px;
  max-width: 1000px; /* Default Width */
}

.csc-frame-indent .innerwrap,
.csc-frame-indent3366 .innerwrap,
.csc-frame-indent6633 .innerwrap,
.csc-frame-indent .tx-dce-pi1,
.csc-frame-indent3366 .tx-dce-pi1,
.csc-frame-indent6633 .tx-dce-pi1 {
  padding: 20px 0;
  max-width: 1020px; /* Default Width + multi column padding */
}

.csc-frame-frame1 .innerwrap,
.csc-frame-frame1 .divider,
.csc-frame-frame1 .csc-header,
.csc-frame-frame1 .tx-dce-pi1 {
  max-width: 1000px; /* Default Width */
  padding: 10px 0;
}

.csc-frame-frame2 .innerwrap,
.csc-frame-frame2 .tx-dce-pi1 {
  max-width: 100%; /* Full Screen */
}

/*------------------------*/

/*
  This method doesnt use floats it uses inline-blocks,
  So some default styling has been overwritten.
  Only works with the csc-frame-indent* classes.
*/
.csc-frame-indent .innerwrap .csc-textpic-imagecolumn,
.csc-frame-indent3366 .innerwrap .csc-textpic-imagecolumn,
.csc-frame-indent6633 .innerwrap .csc-textpic-imagecolumn {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 10px;
  float: none;
}

.csc-frame-indent .innerwrap .csc-textpic-text,
.csc-frame-indent3366 .innerwrap .csc-textpic-text,
.csc-frame-indent6633 .innerwrap .csc-textpic-text {
  padding: 0 10px;
}

.csc-default .tx-felogin-pi1,
#c119 .innerwrap,
#c273 .tx-trustus,
#c271 .tx-trustus {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

/*-------------------------*/

/* Removes the float and float centering */
.csc-frame-indent .innerwrap .csc-textpic-center .csc-textpic-center-outer,
.csc-frame-indent .innerwrap .csc-textpic-center .csc-textpic-center-inner,
.csc-frame-indent3366 .innerwrap .csc-textpic-center .csc-textpic-center-outer,
.csc-frame-indent3366 .innerwrap .csc-textpic-center .csc-textpic-center-inner,
.csc-frame-indent6633 .innerwrap .csc-textpic-center .csc-textpic-center-outer,
.csc-frame-indent6633 .innerwrap .csc-textpic-center .csc-textpic-center-inner {
  position: static;
    float: none;
    right: inherit;
}

/* Centers the images inside of the columns */
.csc-frame-indent .csc-textpic .csc-textpic-imagewrap img,
.csc-frame-indent3366 .csc-textpic .csc-textpic-imagewrap img,
.csc-frame-indent6633 .csc-textpic .csc-textpic-imagewrap img {
  margin: 0 auto;
}

.csc-frame-indent .csc-textpic-imagerow,
.csc-frame-indent3366 .csc-textpic-imagerow,
.csc-frame-indent6633 .csc-textpic-imagerow {
  padding: 20px 0;
}

.innerwrap .innerwrap {
  padding: 0;
}

.csc-frame-frame1 {
  background-color: #d9d9d9;
}

.csc-frame-invisible {
  background-color: #f26522;
}

/* Text colours */

.csc-frame-frame1 .csc-header h2 {
  color: #f26522;
}

.csc-default h2 {
  color: #f26522;
}

.csc-frame-invisible h2,
.csc-frame-invisible h3 {
  color: #fff;
}

.csc-frame-invisible .columns3 h5 {
  color: #fff;
}


/* Text-colours end*/

/* Login */
.tx-felogin-pi1 {
  padding-bottom: 20px;
}

.tx-felogin-pi1 fieldset legend {
  display: none;
}

.tx-felogin-pi1 > div {
  font-size: 12px;
}

.tx-felogin-pi1 > h3 {
  display: none;
}

.tx-felogin-pi1 > p {
  text-align: center;
}

.tx-felogin-pi1 fieldset div {
  padding: 10px 0;
}

.tx-felogin-pi1 fieldset label {
  padding-bottom: 10px;
  font-size: 14px;
}

.tx-felogin-pi1 fieldset input[type="text"],
.tx-felogin-pi1 fieldset input[type="password"] {
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fefefe;
  border-radius: 3px;
}

.tx-felogin-pi1 fieldset input[type="submit"] {
  max-width: 200px;
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  background-color: #f26522;
  text-align: center;
  border: 1px solid #f26522;
  font-size: 14px;
  text-transform: uppercase;
}

.tx-felogin-pi1 fieldset input[type="submit"]:hover {
  border: 1px solid #f26522;
  background-color: #fff;
  color: #f26522;
  cursor: pointer;
}

/* Trust Us */

.tx-trustus {
  padding-bottom: 20px;
}

.tx-trustus input[type="text"],
.tx-trustus input[type="password"],
.tx-trustus textarea {
  padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fefefe;
    border-radius: 3px;
    margin-bottom: 10px;
    max-width: 100%;
}

.tx-trustus form div > h2 {
  display: none;
}

.tx-trustus form div div > div {
    padding-bottom: 10px;
    font-size: 14px;
}

.tx-trustus input[type="submit"] {
    max-width: 200px;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    background-color: #f26522;
    text-align: center;
    border: 1px solid #f26522;
    font-size: 14px;
    text-transform: uppercase;
}

.tx-trustus form > input[type="submit"] {
  margin: 10px 0;
}

.tx-trustus input[type="submit"]:hover {
    border: 1px solid #f26522;
    background-color: #fff;
    color: #f26522;
    cursor: pointer;
}

.tx-trustus > div {
  padding: 20px 0;
}

.tx-trustus > div {
  padding: 20px 0;
}

.tx-trustus form div label {
  padding-bottom: 10px;
  font-size: 14px;
  display: block;
}

.tx-trustus .profile_phone_fields {
  max-width:400px;
}
.tx-trustus .profile_phone_fields input {
  display:inline-block;
}
.tx-trustus .profile_phone_fields input.phoneSection1 {
  width:20%;
}
.tx-trustus .profile_phone_fields input.phoneSection2 {
  width:25%;
}
.tx-trustus .profile_phone_fields input.phoneSection3 {
  width:40%;
}

.tx-trustus .secureStorageSubscribe div {
  padding:0 0 20px;
}

.tx-trustus form div.subscriptionSelect label {
  display:inline-block;
  padding-bottom:30px;
}

.tx-trustus .selectSubscriptionTitle {
  padding:0 0 20px;
}
.tx-trustus .referrerAccountInfo p {
  font-size:16px;
  padding:0 45px 10px;
  text-align:center;
}
.tx-trustus .referrerAccountPricing {
  font-size:15px;
  padding:10px 0;
  text-align:center;
}

#c24 .tx-trustus > div {
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  box-sizing: border-box;
}

#c24 .tx-trustus div div > a {
  margin-top: 10px;
}

#c25 .tx-trustus form > div {
  padding: 10px 0;
}

#c25 .tx-trustus div form > div:nth-child(5),
#c25 .tx-trustus div form > div:nth-child(6) {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-right: -4px;
  box-sizing: border-box;
}

#c25 .tx-trustus form > .nextprev-buttons {
  width: 100% !important;
}

#c25 .tx-trustus form div:nth-child(6) input[type="submit"] {
  float: right;
}

#c25 .tx-trustus form div > div {
  padding: 10px 0;
}

#c25 .tx-trustus form div div > label,
#c25 .tx-trustus form div > label {
  width: 95%;
  display: inline-block;
}

#c25 .tx-trustus form div div > input[type="checkbox"],
#c25 .tx-trustus form div > input[type="radio"] {
    float: left;
    margin-right: 10px;
    font-size: 18px;
}

#c25 .selectNewDocument a:link,
#c25 .selectNewDocument a:active,
#c25 .selectNewDocument a:visited {
  display: block;
  max-width: 100%;
  border-color: transparent;
  background: transparent;
  color: #333;
  box-sizing: border-box;
  padding: 20px 0;
}

#c25 .selectNewDocument a:hover {
  background-color: #f1f1f1;
  /*color: #f26522;*/
}

#c25 .selectNewDocument img {
  display: block;
  margin: 0 auto 10px auto;
}

#c25 .selectNewDocument span {
  text-align: center;
}

#c25 .documentTemplate {
  padding: 0;
}

#c275 .tx-trustus {
  text-align: center;
}
#c275 .tx-trustus > div {
  display: inline-block;
  margin-right: -4px;
  width: 33.3%;
  vertical-align: top;
  font-size: 12px;
  text-align: center;
}

#c275 .tx-trustus div.promocode-box {
  width: 100%;
  text-align: left;
}

#c275 .tx-trustus div.promocode-box > div {
  padding: 10px 0;
}

.promocode-box form {
  padding: 0 0 20px 0;
}

.generateLeadWrap form > div {
  padding: 10px 0;
}

.tx-trustus form div.referrerTermsCheckbox input[type="checkbox"] {
  display: inline-block;
  width: 15px;
  vertical-align: middle;
}

.tx-trustus form div.referrerTermsCheckbox label {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  padding-bottom: 0;
}

.tx-trustus form > div {
  padding: 10px 0;
}

.tx-trustus form > label {
  padding: 10px 0;
  display: block;
}

.referrerTermsCheckbox > div {
  padding: 10px 0;
}

.tx-trustus div > a:link,
.tx-trustus div > a:active,
.tx-trustus div > a:visited {
  max-width: 200px;
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    background-color: #f26522;
    text-align: center;
    border: 1px solid #f26522;
    font-size: 14px;
    text-transform: uppercase;
}

#c275 .tx-trustus div > a {
  margin: 0 auto 10px auto;
}

.tx-trustus div > a:hover {
  border: 1px solid #f26522;
  background-color: #fff;
  color: #f26522;
  cursor: pointer;
  text-decoration: none;
}

.tx-trustus .nextprev-buttons a.previousSectionButton:link,
.tx-trustus .nextprev-buttons a.previousSectionButton:active,
.tx-trustus .nextprev-buttons a.previousSectionButton:visited {
  float: left;
  background-color: #71B8C5;
  border-color: #71B8C5;
  padding:11px 0;
}

.tx-trustus .nextprev-buttons a.previousSectionButton:hover {
  color: #71B8C5;
  background-color: #fff;
  border-color: #71B8C5;
}

.tx-trustus .nextprev-buttons input,
.tx-trustus .nextprev-buttons .proceedToPaymentButton  {
  float: right;
}

.tx-trustus .nextprev-buttons {
  margin: 20px 0;
}

.tx-trustus .nextprev-buttons:after {
  clear: both;
  content: " ";
  display: table;
}

.paymentOrder > div {
  padding: 5px 0;
}

.validation_error {
  color: red;
  border: 1px solid red;
  border-radius: 3px;
  padding: 10px;
  display: block;
  margin-bottom: 20px;
  background-color: #ffebeb;
  font-size: 12px;
}

table.tx_trustus {
  width: 100%;
  border-spacing: 0;
  font-size: 12px;
}

table.tx_trustus tr th,
table.tx_trustus tr td {
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}

table.tx_trustus tr.documentTitle td {
  padding: 0;
}

table.tx_trustus tr:nth-child(even) {
  background-color: #f1f1f1;
}

#side-menu {
  padding-bottom: 10px;
}

#side-menu .account-title {
  display: block;
    color: #aaa;
    background-color: #fefefe;
    padding: 15px 10px;
    box-sizing: border-box;
    border: 1px solid #eee;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 0;
}

#side-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#side-menu li {
  padding: 0;
}

#side-menu li a:link,
#side-menu li a:visited,
#side-menu li a:active {
  display: block;
    color: #9a9a9a;
    background-color: #eee;
    padding: 10px;
    border-bottom: 1px solid #eae7e7;
}

#side-menu li.active a:link,
#side-menu li.active a:visited,
#side-menu li.active a:active {
  background-color: #f26522;
  color: #fff;
}

#side-menu li a:hover {
  text-decoration: none;
  background-color: #f26522;
  color: #fff;
}

/* Page Styling End */
a:link,
a:active,
a:visited {
  color: #f26522;
}

.csc-default a:link,
.csc-default a:active,
.csc-default a:visited {
  color: #f26522;
}

#subpage #wrapper {
  padding: 20px 0 0 0;
}

#two-column {
  max-width: 1020px;
  margin: 0 auto;
}

#two-column #main-content {
  max-width: 75%;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  padding: 0 40px 0 10px;
  box-sizing: border-box;
}

#two-column #side-content {
  max-width: 25%;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  padding: 0 10px;
  box-sizing: border-box;
}

.csc-space-before-40 {
  margin: 0 !important;
  padding-top: 40px !important;
}

.csc-space-after-40 {
  margin: 0 !important;
  padding-bottom: 40px !important;
}

/* Basic text styles Start */

p {
  display: block;
  font-size: 12px; /* Master font-sizes */
  padding-bottom: 1em;
  color: #2e2e2e;
  line-height: 1.4;
}

h1 {
  display: block;
  font-size: 48px; /* Master font-sizes */
  padding-bottom: 10px;
  font-weight: bolder;
  font-family: 'Arvo', serif;
  line-height: 1.4;
}

h2 {
  display: block;
  font-size: 44px; /* Master font-sizes */
  padding-bottom: 0.2em;
  font-weight: normal;
  font-family: 'Arvo', serif;
  line-height: 1.4;
  text-align: center;
}

h3 {
  display: block;
  font-size: 24px; /* Master font-sizes */
  padding-bottom: 0.2em;
  font-weight: normal;
  font-family: 'Arvo', serif;
  line-height: 1.3;
}

h4 {
  display: block;
  font-size: 18px; /* Master font-sizes */
  padding-bottom: 0.4em;
  font-weight: normal;
  font-family: 'Arvo', serif;
}

h5 {
  display: block;
  font-size: 18px; /* Master font-sizes */
  padding-bottom: 0.4em;
  font-weight: normal;
}

h6 {
  display: block;
  font-size: 14px; /* Master font-sizes */
  padding-bottom: 0.3em;
  font-weight: bold;
}

.columns3 h4 {
  font-family: 'Arvo', serif;
  line-height: 1.4;
  color: #6d6f71;
}

.columns3 h5 {
  font-family: 'Arvo', serif;
  line-height: 1.4;
}

.columns3 li {
  line-height: 1.2;
  color: #6d6f71;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: 'Arvo', serif;
}

.csc-header h2 {
  font-family: 'Arvo', serif;
  line-height: 1.4;
}

.divider hr {
  border: none;
  border-bottom: 1px solid #eee;
  margin: 40px 0;
}

a:link,
a:active,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

blockquote, q,
blockquote p {
  font-weight: bold;
  color: #71B8C5;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}

ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}

li {
  padding-bottom: 10px;
  line-height: 1.4;
  font-size: 12px;
}

/* Contet Text */
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-family: 'Arvo', serif;
}

.content h3,
.csc-textpic-text h3 {
  color: #71B8C5;
}

/* Custom text classes */

.detail {
  color: #71B8C5;
}

.important {
  color: #f26522;
}

.name-of-person {
  font-size: 1.2em;
  color: #333; /* Site main color */
}

.get-started-button {
  padding: 20px 40px;
  background-color: #71B8C5;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

.sign-up-button {
  padding: 20px 40px;
  background-color: #71B8C5;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

/* Basic text styles End */

/* Navigation Start */
#header {
  padding: 0 20px;
}

#subpage #header {
  border-bottom: 10px solid #f26522;
}

#header-container {
  max-width: 1000px; /* The full width of the site */
  margin: 0 auto;
  font-size: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
}

#logo {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  width: 30%;
}

#navigation {
  display: inline-block;
  text-align: right;
  font-size: 12px;
  width: 70%;
  vertical-align: middle;
  position: relative;
}

#login {
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}

#login a:link,
#login a:visited,
#login a:active {
  color: #fff;
  display: inline-block;
  margin-right: -4px;
}

#login a:hover {
  text-decoration: none;
}

#login a:first-child {
  background-color: #f26522;
  background-image: url(images/icons/login-reg-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 7px 36px 7px 20px;
}

#login a:last-child {
  background-color: #71B8C5;
  background-image: url(images/icons/login-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 7px 34px 7px 20px;
}

#menu {
  display: inline-block;
  vertical-align: middle;
}

#navigation-section {
  display: none;
  position: absolute;
  top: 76px;
    right: 0;
    z-index: 1000;
}

#navigation ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 250px;
  background-color: #f26522;
}

#navigation ul li {
  position: relative;
  display: block;
  padding: 0;
}

#navigation ul li > a:link,
#navigation ul li > a:active,
#navigation ul li > a:visited {
  color: #fff; /* Change Color */
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 20px;
  display: block;
}

#navigation ul li > a:hover {
  background-color: #bf4f1a; /* Change Color: Inverted */
  color: #fff; /* Change Color: Inverted */
}

#navigation ul li ul {
   position: absolute;
   display: none;
  width: 200px;
  z-index: 500;
  background-color: #fff;
}

#navigation ul li:hover ul {
  display: block;
}

#navigation ul li ul li {
  display: block;
  margin-right: 0;
}

#navigation ul li ul li a:link,
#navigation ul li ul li a:active,
#navigation ul li ul li a:visited {
  text-transform: inherit;
  padding: 10px 20px;
  border: none;
}

#navigation ul li ul li a:hover {
  background-color: #ccc; /* Change Color: Inverted */
  color: #333; /* Change Color */
  display: block;
  border: none;
}
/* Navigation End */
/* Footer Start */

#footer {
  background-color: #58585a;
  padding: 40px 0 10px 0;
  box-sizing: border-box;
}

#footer-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#footer-container .left {
  width: 50%;
  display: inline-block;
  margin-right: -4px;
}

#footer-container .right {
  width: 50%;
  display: inline-block;
  margin-right: -4px;
  text-align: right;
}

#footer-container h3 {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
}

#footer-container p {
  color: #d1d2d4;
  padding-bottom: 10px;
  line-height: 1.4;
}

#footer-container ul {
  display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

#footer-container ul li {
  display: block;
  padding-bottom: 10px;
}

#footer-container .social-title {
  color: #fff;
  display: inline-block;
  font-size: 14px;
}

#footer-container {
  font-size: 0;
}

#footer-container > div {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 20px 40px 0;
  width: 25%;
}

#footer-container .footer2 h5 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#footer-container .footer2  ul li a:link,
#footer-container .footer2  ul li a:active,
#footer-container .footer2  ul li a:visited {
  color: #d1d2d4;
  text-transform: uppercase;
  font-size: 14px;
}

#footer-container .footer2  ul li a:hover {
  text-decoration: none;
}

#footer-container .footer3 a:link,
#footer-container .footer3 a:active,
#footer-container .footer3 a:visited,
#footer-container .footer4 a:link,
#footer-container .footer4 a:active,
#footer-container .footer4 a:visited {
  color: #d1d2d4;
  display: block;
}

#footer-container .copyright {
  width: 100%;
}

#footer-container .copyright a:link,
#footer-container .copyright a:active,
#footer-container .copyright a:visited {
  color: #d1d2d4;
}

/* Footer End */
/* Slider Start */
/*------ Slider ------*/
.responsivebanner {
  display: table !important;
  text-align: center;
  padding-bottom: 23% !important;
  height: 0 !important;
}

.responsivebanner:before {
    content: '\200B';
    display: inline-block;
    vertical-align: middle;
}

.banner_overlay {
  display: inline-block;
  vertical-align: middle;
  max-width: 680px;
  position: relative;
  z-index: 201;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 1% 20px 0 20px;
  font-family: 'Arvo', serif;
}

.banner_overlay .overlaytitle {
  font-size: 42px;
  font-weight: normal;
  line-height: 1.2;
  color: #008890;
  padding: 0;
  margin: 0;
}

.banner_overlay .overlaytext {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}

/* If the slider has no arrows */
.coda-slider-wrapper .coda-nav-right,
.coda-slider-wrapper .coda-nav-left {
  display: none;
  margin-top: -48px; /* Depends on the image size */
}

.coda-slider-wrapper .coda-nav-right a {
  background: url(images/icons/white-R-arrow.png) no-repeat center left;
  margin-right: 20px;
}

.coda-slider-wrapper .coda-nav-left a {
  background: url(images/icons/white-L-arrow.png) no-repeat center right;
  margin-left: 20px;
}

.coda-slider-wrapper .coda-nav-right a,
.coda-slider-wrapper .coda-nav-left a {
  width: 23px; /* Depends on the image size */
  height: 48px; /* Depends on the image sizeß */
  line-height: 1;
  font-size: 0;
  text-indent: -999;
}

/* If the slider is a dot slider */
.coda-slider-wrapper div.coda-nav {
  display: block;
}

/* Dot right hand styling */
.coda-slider-wrapper .coda-nav {
    background-color: transparent;
    right: 0;
    left: 0;
    max-width: 1000px;
    position: absolute;
    margin: 0 auto;
    top: 0;
    display: block;
    text-align: right;
    z-index: 200;
    opacity: 1;
}

.coda-nav:before {
    content: '\200B';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.coda-slider-wrapper .coda-nav ul {
    width: auto !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px !important;
}

.coda-slider-wrapper .coda-nav ul li {
    display: block;
    margin: 15px 0;
}

.coda-slider-wrapper .coda-nav ul li a {
  font-size: 0;
  text-indent: -9999;
  background-color: #fff;
  padding: 9px;
  border-radius: 50%;
  position: relative;
    z-index: 300;
}

.coda-slider-wrapper .coda-nav ul li a.current,
.coda-slider-wrapper .coda-nav ul li a:hover {
  background-color: #16c0ff;
}
/* Slider End */
/* Advance text styling start */

.csc-textpic-text {
  padding-bottom: 20px;
}

.columns3 {
  padding-bottom: 20px;
}

.columns2 > div,
.columns3 > div {
  margin-right: -4px;
  vertical-align: top;
  display: inline-block;
  padding: 0 10px;
  box-sizing: border-box;
}

.columns3 > div {
  width: 33.3%;
}

.columns2 > div {
  width: 50%;
}

/* News List Styling Start */

.news-list-container .news-list-item {
  width: 25%;
  display: inline-block;
  margin-right: -4px;
  box-sizing: border-box;
  padding: 0 10px 20px 10px;
  vertical-align: top;
}

.news-list-container .news-list-item .news-item-container {
  background-color: #fff;
}

.news-list-container .news-list-item .news-item-container .news-item-image a {
  max-height: 150px;
  overflow: hidden;
  display: block;
}

.news-list-container .news-list-item .news-item-container .news-item-image img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.news-list-container .news-list-item .news-item-container .news-item-description {
  padding: 10px 0;
  box-sizing: border-box;
}

.news-list-container .news-list-item .news-item-container .news-item-description .news-heading {
  padding-bottom: 10px;
}

.news-list-container .news-list-item .news-item-container .news-item-description .news-heading a {
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.news-list-container .news-list-item .news-item-container .news-item-description .news-heading a:hover {
  color: #333;
  text-decoration: none;
}

.news-list-container .news-list-item .news-item-container .news-item-description .news-sub-heading {
  max-height: 42px;
    min-height: 42px;
    margin-bottom: 15px;
    overflow: hidden;
}

.news-list-container .news-list-item .news-item-container .news-item-description .news-sub-heading .news-list-morelink a {
  margin-left: 5px;
  color: #333;
}

.news-list-container .news-list-item .news-item-container .news-item-description .news-sub-heading .news-list-morelink a:hover {
  color: #333;
  text-decoration: none;
}

.news-list-container .news-list-item .news-item-container .news-item-description .news-sub-heading p,
.news-list-container .news-list-item .news-item-container .news-item-description .news-list-date {
  font-size: 12px;
  color: #333;
}

.news-list-container .news-list-item .news-item-container .news-item-description .news-list-category {
  display: none;
}

.news-single-item {
  max-width: 1000px;
  width: 100%;
  margin: 10px auto;
  padding: 0;
}

.news-single-item .news-single-container {

}

.news-single-item .news-single-container .news-single-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.news-single-item .news-single-container .news-single-sub-header h2 {
  font-size: 16px;
  font-weight: 500;
}

.news-single-item .news-single-container .news-single-information {
  float: right;
}

.news-single-item .news-single-container .news-single-information .date-time,
.news-single-item .news-single-container .news-single-information .age,
.news-single-item .news-single-container .news-single-information .post-information,
.news-single-item .news-single-container .news-single-information .post-author {
  font-size: 12px;
  line-height: 1.2;
}

.news-single-item .news-single-container .news-single-backlink a:link,
.news-single-item .news-single-container .news-single-backlink a:active,
.news-single-item .news-single-container .news-single-backlink a:visited {
  color: #fff;
  background-color: #16c0ff;
  padding: 10px;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #16c0ff;
  font-size: 12px;
}

.news-single-item .news-single-container .news-single-backlink a:hover {
  background-color: #fff;
  color: #16c0ff;
  text-decoration: none;
  border: 1px solid #16c0ff;
}

.news-single-header h2 {
  text-align: left;
  line-height: 1.1;
  color: #71B8C5;
}

.news-content h3,
.news-content h2 {
  color: #71B8C5;
}

.news-single-item > div {
  margin: 10px 0;
}

.news-single-timedata {
  display:none;
}

.news-single-item > div:nth-child(odd) {
  /*border-bottom: 1px solid #eee;
  padding-bottom: 20px;*/
}

.news-single-item div > h2 {
  text-align: left;
}

.news-single-timedata {
  font-size: 12px;
  color: #999;
}

.news-single-img {
  float: none;
}

.news-single-img img {
 /* width: 100%;*/
  display: none;
  margin: 0 auto;
}

.csc-default .news-content h2 {
  
  font-size: 24px;
}
.news-content h2.align-center {
  text-align: center;
}
#c113 .news-single-header h2,
#c113 .news-content h2,
#c113 .news-content p {
  text-align:center;
}
#c113 .news-single-header h2 {
  color: #f26522;
}

#side-content .news-list-container .news-list-item {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

#side-content .news-list-container  img {
  float: none;
  margin: 0;
  width: 100%;
}

#side-content .news-list-container .news-list-item h4 {
  padding-bottom: 20px;
  padding-top: 5px;
  font-size: 16px;
}

#side-content .news-list-container .news-list-item a:hover {
  text-decoration: none;
}

.news-blog-image .news-single-img {
  margin:0;
}
.news-blog-image .news-single-img img {
  display:block;
}

/* News List Styling End */
/* Content Blocks */

#submain-title {
  width: 100%;
  margin: 20px auto;
  background-color: #f26522;
  color: #fff;
  font-family: 'Arvo', serif;
  box-sizing: border-box;
  padding: 10px 20px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 5px;
}

#side-content {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

#side-content .tx-dce-pi1,
#side-content .tx-dce-pi1 .group-blocks {
  display: inline;
}

.group-blocks .full-block,
.group-blocks .half-block {
  display: inline-block;
}

.group-blocks .full-block {
  width: 100%;
  margin-right: 0;
}

/* IFRAME Videos */

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Other CSS */

#c94:hover {
  cursor: pointer;
}

#c94 .columns2 > div,
#c106 .columns2 > div,
#c95 .columns2 > div {
  vertical-align: middle;
}

#c94 .columns2 > .c2_c1,
#c106 .columns2 > .c2_c1,
#c95 .columns2 > .c2_c1 {
  width: 66.6%;
}

#c94 .columns2 > .c2_c2,
#c106 .columns2 > .c2_c2,
#c95 .columns2 > .c2_c2 {
  width: 33.3%;
}

#c106,
#c95 {
  background-color: #71B8C5;
}

#c106 h3,
#c95 h3 {
  color: #fff;
}

#c95 {
  background-color: rgb(113, 184, 197);
}

#c292 .columns2 > div, 
#c292 .columns3 > div {
  padding: 0 40px;
}

#c294 .c3_c1 p {
  color: #fff;
  font-size: 20px;
  background-color: #71B8C5;
  padding: 90px 30px;
  border-radius: 50%;
}

#c297 {
  position: relative;
}

#c308 {
  position: relative;
  margin-bottom: 40px;
}

#c297 .csc-header,
#c308 .csc-header {
  padding: 0;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

#c297 .csc-header a:link,
#c297 .csc-header a:active,
#c297 .csc-header a:visited,
#c308 .csc-header a:link,
#c308 .csc-header a:active,
#c308 .csc-header a:visited {
  color: #fff;
  background-color: #71B8C5;
  padding: 10px 60px;
  border: 2px solid #fff;
  display: inline-block;
}

#c297 .csc-header a:hover,
#c308 .csc-header a:hover {
  text-decoration: none;
}

#c296 p {
  font-size: 16px;
  line-height: 1.4;
}

.docQuestionLabel_checkbox {
  display: block;
    font-size: 24px;
    padding-bottom: 0.5em;
    font-weight: normal;
    font-family: 'Arvo', serif;
    line-height: 1.3;
    color: #71B8C5;
    text-align: center;
}

.confirm_answer_section {
  color: #71B8C5;
  word-spacing: 3px;
}

.confirm_answer {
  word-spacing: 3px;
}

.docHeader {
  color: #71B8C5;
  text-align: center;
}

.confirm_question,
.confirm_answer {
  width: 50%;
  display: inline-block;
  margin-left: -4px;
  vertical-align: middle;
  box-sizing: border-box;
  padding-right: 20px;
}

#c254 h3 {
  color: #fff;
}
#referrersTC tr td:first-child {
  font-weight:bold;
}
#referrersTC tr td:first-child p {
        color:#73B8C7;
}

#c275 .tx-trustus div.typo3-messages {
  width: 100%;
}

.typo3-messages .message-ok {
  background-color: #a7e4ac;
  border-radius: 3px;
}

.message-body {
  padding: 10px 0;
}

.generateLeadWrap button {
  max-width: 200px;
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    background-color: #f26522;
    text-align: center;
    border: 1px solid #f26522;
    font-size: 14px;
    text-transform: uppercase;
}

.generateLeadWrap button:hover {
  border: 1px solid #f26522;
    background-color: #fff;
    color: #f26522;
    cursor: pointer;
    text-decoration: none;
}


#c293 p {
  font-size: 14px;
}

/* code of conduct */
#c312 p b { 
  color:#73B8C7;
}

.reg-buttons{display:flex;justify-content: space-between;}

.tx-trustus input[type="submit"]{
  width: 45%;
    margin:0;
}

/* promocode detection plugin in footer */
#c353 { 
  display:none;
}

/* Welcome Page */
#c254 p a {
    border: #fff 2px solid;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
}

/* property value dollar sign */

.document_question_field.dqf46 .inputwrap:before {
    content:"\0024";
    position:absolute;
    top: 11px;
    left:12px;
    color:#aaa;
}

.document_question_field.dqf46 .inputwrap {
    position:relative;
}

.document_question_field.dqf46 input {
    padding-left:25px
}

#c25 .tx-trustus form div > div.inputwrap {
    padding: initial;
}

@-moz-document url-prefix() { /* hack as FF doesn't treat abs positioning the same */
    .document_question_field.dqf46 div.inputwrap:before {
        top:14px;
    }
}

/* Search styling */
.tx-indexedsearch {
  margin-bottom:50px;
}
.tx-indexedsearch-searchbox-sword {
  border:1px solid #000;
  padding:8px;
  font-size:16px;
  width:864px !important;
}
.tx-indexedsearch-form.indexedsearch-page,
.tx-indexedsearch-search-submit {
  display:inline-block;
}
#tx-indexedsearch-searchbox-button-submit {
  border:0;
  background:#71B8C5;
  color:#fff;
  padding:9px 0;
  margin:0 0 0 8px;
  cursor: pointer;
  width:110px;
  font-size:16px;
}
.tx-indexedsearch-icon {
  display:none;
}
#navigation #search {
  display:none;
}
#menusearch {
    background: #71B8C5;
    padding: 10px 5px;
}
#menusearch #sword-input {
    border: 0;
    padding: 3%;
  width:70%;
}
#menusearch #submitbtn {
    background: #71B8C5;
    border: 0;
    color: white;
    cursor: pointer;
    padding: 0px 5% 4px;
    vertical-align: middle;
  width:8%;
}

