a@charset "UTF-8";
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template, [hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  content: " ";
  display: table; }

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table; }

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */ }

/* Chrome fix */
body > div {
  font-size: 1.8rem; }

body {
  background-color: #fff;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;}

.smooth-transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a {
  color: #c3251d;
  text-decoration: underline; }

a:hover,
a:focus {
  color: #333;
  text-decoration: none; }

ol,
ul {
  padding: 0;
  margin-left: 0;
}

li {
  list-style-type: none; }

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  clear: both;
  margin: 1em 0; }

b,
strong {
  font-weight: 700; }

blockquote,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 40px; }

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto; }

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.35;
  margin-bottom: 40px;
  width: 100%; }

tbody {
  border-bottom: 1px solid #ddd; }

td,
th {
  text-align: left; }

td {
  border-top: 1px solid #ddd;
  padding: 6px 0; }

th {
  font-weight: 400; }

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

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

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px; }

img.alignnone,
.alignnone {
  margin-bottom: 12px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px; }

img.img-dropshadow {
    -webkit-filter: drop-shadow(0px 5px 5px #bdb3b3);
    filter: drop-shadow(0px 5px 5px #bdb3b3);}

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px; }

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%; }

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left; }

.genesis-nav-menu a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 32px 20px; }

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu a.current-menu-ancestor {
  color: #fff;
  text-decoration: none; }

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 210px;
  z-index: 99; }

.genesis-nav-menu .sub-menu a {
  border-top: 0;
  position: relative;
  word-wrap: break-word; }

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -56px 0 0 209px; }

.genesis-nav-menu .menu-item:hover {
  position: static; }

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1; }

.genesis-nav-menu > .first > a {
  padding-left: 0; }

.genesis-nav-menu > .last > a {
  padding-right: 0; }

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1; }

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
  margin-left: 0; }

/* ## Primary and Secondary Navigation
--------------------------------------------- */
/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0; }

.pagination li {
  display: inline; }


.pagination li.active a,
.pagination li a:hover,
.pagination li a:focus{
  color: #FFF !important; 
  text-decoration: none;
  background: #3c6eb5;
}


.pagination li a {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 10px;
  text-decoration: none; 
  background: #ccc;
  color: #000;
}


/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 60px; }

.comment-header {
  font-size: 16px;
  font-size: 1.6rem; }

.comment-content {
  clear: both;
  word-wrap: break-word; }

.comment-list li {
  padding: 32px 0 0 32px; }

.comment-list li.depth-1 {
  padding-left: 0; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.entry-comments .comment-author {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: ""; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  .content,
  .content-sidebar {
    width: 100%; }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }
  .title-area {
    text-align: center;
    width: 100%; }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px; }
  .author-box {
    margin-bottom: 0; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }
  img {
    page-break-after: avoid;
    page-break-inside: avoid; }
  blockquote,
  pre,
  table {
    page-break-inside: avoid; }
  dl,
  ol,
  ul {
    page-break-before: avoid; } }

/* Credit https://github.com/zirafa/bootstrap-grid-only/ */
@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; }  }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    /*width: 1170px;*/
    width: 1024px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0; }

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Base */
/* Widths */
/* Header Variables */
/* Colours */
/* Typography */
/* Navigation */
/* Forms */
/* Spacing */
/* Plugins or Widget Vars */
/* Responsive Breakpoints */
/* Desktops and laptops ----------- */
/* Tables ----------- */
/* Mobile ----------- */
/* Order List */
/* This is Based */
body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.35; 
  width: 100%!important;
  overflow-x: hidden;}
  body > div {
    font-size: inherit; }

img {
  max-height: 100%;
  max-width: 100%; }

a {
  text-decoration: none;
  color: #076AAE; }
  a:hover {
    color: #898989; }

p,
.entry-content p {
  margin: 0 0 14px;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
}
h1, h2, h3, h4, h5, h6, .home-section-welcome .adisHeader {
  margin: 22px 0 12px 0;
}

h1 {
  font-size: 36px;
  font-weight: 600;
  /*margin: 0 0 20px 0;*/
}
  h1.entry-title {
    font-size: 36px;
    font-weight: 600;
    color: #076AAE; }

h2 {
  font-size: 28px;
  font-weight: 600;
  /*margin: 20px 0 20px 0;*/
}
  h2.entry-title {
    font-size: 28px;
    font-weight: 600;
    color: #076AAE; }

h3 {
  font-size: 24px;
  font-weight: 600;
  /*margin: 20px 0 20px 0;*/ }

h4 {
  font-size: 20px;
  font-weight: 600;
  /*margin: 20px 0 20px 0;*/ }

h5 {
  font-size: 18px;
  font-weight: 600;
  /*margin: 20px 0 20px 0;*/ }

h6 {
  font-size: 17px;
  font-weight: 600;
  /*margin: 20px 0 20px 0;*/ }

ol li {
  padding-left: 15px;
  position: relative;
  padding-top: 0; }
  ol > li:before {
    font-family: "FontAwesome";
    content: "";
    display: inline-block;
    color: #076AAE;
    font-size: 75%;
    position: absolute;
    left: 0;
    top: 0; }

.sitemap-404 ol, .sitemap-404 ul {
  margin-left: 17px; }
  .sitemap-404 ol li, .sitemap-404 ul li {
    list-style-type: decimal;
    margin-bottom: 10px; }
/*    .sitemap-404 ol li ul, .sitemap-404 ol li .children, .sitemap-404 ul li ul, .sitemap-404 ul li .children {
      margin-left: 17px; }*/

.entry-title, .widget-title {
  margin-top: 0; }

p:empty {
  display: none; }

.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1024px; }

.site-inner {
  padding: 30px 0;
  margin: 0 auto;
  padding: 30px 0;
  width: 100%; }

.full-width-content .content {
  width: 100%;
  max-width: 1024px;
  float: none;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px; }

.home .site-inner,
.home.full-width-content .site-inner,
.home.full-width-content .content {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }

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

.entry, #disqus_thread {
  margin-bottom: 10px;
  background-color: transparent;
  padding: 40px 20px; }

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

.site-container {
  background-color: #FFFFFF; }

.responsive-menu-icon {
  display: none; }

.text-align-right {
  text-align: right; }

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

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

/*--------- Footer Styles  -----------*/
.site-footer {
  background-color: #252525;
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  margin-bottom: -5px; padding-top: 25px; }
p.no-padding { padding: 0px !important; margin-left: 0px !important;}
.site-footer {
  text-align: left;
  font-size: 0.8em; 
  margin-top:40px;}

.site-footer .footer {
  font-weight: 400; }

.site-footer .menu-item {
  display: inline;
  margin-right: 5px; }

.site-footer .menu-item a, .sei a {
  color: #FFFFFF; }

.site-footer .menu {
  margin-bottom: 8px; }

.textwidget.custom-html-widget a:not(:first-child) {
    padding-left: 20px; }

.textwidget.custom-html-widget {
    float: right; }

.sei {
  color: #ababab;
  font-size: 0.9em;
  font-style: italic;
  font-weight: 400;
  margin-top: 10px;
  float: left; }

.copyright {
  float: left;
  width: 100%;
  padding-bottom: 4px; }

.back-to-top:hover, .back-to-top:active, .back-to-top:focus,
.scroll-to-bottom:hover,
.scroll-to-bottom:active,
.scroll-to-bottom:focus {
  color: #fff !important;
  background-color: #69c9b9;
  text-decoration: none; }

.back-to-top, .scroll-to-bottom {
  background-color: #7FB3C9;
  border-radius: 3.2rem;
  bottom: 4rem;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 2.4rem;
  height: 4.2rem;
  line-height: 3.8rem;
  position: fixed !important;
  right: 4rem;
  text-align: center;
  text-decoration: none;
  width: 4.2rem;
  z-index: 888; }
  .back-to-top:before, .scroll-to-bottom:before {
    display: none; }

.scroll-to-bottom {
  display: inline-block;
  overflow: visible !important; }
  .scroll-to-bottom:before {
    display: none; }
  .scroll-to-bottom .fa {
    position: relative;
    top: 3px; }
  .scroll-to-bottom span {
    text-shadow: 1px 1px 2px #000;
    color: #FFF;
    float: left;
    font-size: 13px;
    left: -33px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    width: 111px; }

.back-to-top span {
  color: #FFF;
  float: left;
  font-size: 13px;
  left: -23px;
  padding: 0;
  position: relative;
  width: 90px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #000; }

.site-footer .nav-primary .genesis-nav-menu .menu-item:hover > a,
.site-footer.current-menu-item > a,
.site-footer .current-menu-parent > a {
  background: transparent none repeat scroll 0 0; }

.site-footer .nav-primary .genesis-nav-menu .menu-item:hover,
.site-footer .current-menu-item,
.site-footer .genesis-nav-menu .sub-menu .menu-item a:hover,
.site-footer .current-menu-parent {
  background-color: transparent;
  color: #ffffff; }

.footer-entry-3 .textwidget {
  text-align: right; }

.sei-social-links {
  display: block;
  width: 100%; }

.sei-social-links li {
  display: inline-block;
  font-size: 1.8em;
  height: 40px;
  margin-left: 8px;
  text-align: center;
  width: 40px; }

.sei-social-links li a {
  display: table-cell;
  height: 40px;
  padding: 0;
  vertical-align: middle;
  width: 40px;
  color: #FFFFFF; }
  .sei-social-links li a:before {
    display: none; }
  .sei-social-links li a:hover {
    color: #898989; }

/* Syles for FULLWIDTH LAYERED PAGE */
.page-template-page-fullwidth-layered .site-container {
  background-color: #FFF; }
  .page-template-page-fullwidth-layered .site-container .site-inner {
    width: 100%;
    max-width: 100%;
    padding: 0; }
    .page-template-page-fullwidth-layered .site-container .site-inner .content {
      width: 100%;
      max-width: 100%; }
      .page-template-page-fullwidth-layered .site-container .site-inner .content .entry-header {
        margin: 0 auto;
        max-width: 1024px; }
      .page-template-page-fullwidth-layered .site-container .site-inner .content .page {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0; }
        .page-template-page-fullwidth-layered .site-container .site-inner .content .page .wrapper-dev {
          padding: 0px 0; }
          .page-template-page-fullwidth-layered .site-container .site-inner .content .page .wrapper-dev:first-child {
            padding-top: 10px; }
          .page-template-page-fullwidth-layered .site-container .site-inner .content .page .wrapper-dev.odd {
            background-color: #FFFFFF; }
          .page-template-page-fullwidth-layered .site-container .site-inner .content .page .wrapper-dev.even {
            background-color: #e6f3ff; }

/* Sidebar Content */
.content-sidebar .content {
  float: left;
  margin: 0 3%;
  width: 65%; }
  .content-sidebar .content article {
    padding: 0; }

.content-sidebar .sidebar {
  float: left;
  max-width: 326px;
  width: 326px; }

.content-sidebar.page .content {
  float: left;
  width: 65%;
  margin: 0; }
  .content-sidebar.page .content .entry {
    padding: 0;
    background-color: transparent; }
  .content-sidebar.page .content .entry-content {
    background-color: transparent;
    padding: 0; }

.content-sidebar.blog .content {
  margin-left: 0; }
  .content-sidebar.blog .content article {
    margin-left: 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 40px; }

/* Effects */
/* Underline From Center */
article .entry-content a,
article .entry-header a,
.hvr-underline-from-center,
.footer a {
  display: inline-block;
  /*vertical-align: middle;*/
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.footer a {
  vertical-align: middle;
}

/*article .entry-content a:before,
article .entry-header a:before,
.hvr-underline-from-center:before,
.footer a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098d1;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }*/

article .entry-content a:hover:before,
article .entry-content a:focus:before,
article .entry-content a:active:before,
article .entry-header a:hover:before,
article .entry-header a:focus:before,
article .entry-header a:active:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:active:before,
.footer a:hover:before,
.footer a:focus:before,
.footer a:active:before {
  left: 0;
  right: 0; }

.back-to-top {
  overflow: visible !important; }
  .back-to-top:before {
    display: none; }

.site-header {
  height: 62px;
  min-height: 62px;
  width: 100%;
  background-color: #FFFFFF; transition: all 0.4s ease; /*padding-top: 15px;*/ margin-bottom: 3px;   -webkit-transition: position 10s;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: position 10s;}
  .site-header .title-area {
    display: none; }
  .site-header .wrap {
    padding: 0px 0; }
  .site-header .widget-area {
    float: left;
    text-align: left;
    width: 100%; }
  .site-header .site-header-elements {
    display: inline-block;
    width: 100%;
    /*background-color: #FFF;*/ position: relative; }
    .site-header .site-header-elements > div:not(.row) {
      height: 68px;
      vertical-align: middle;
      line-height: 70px;
      font-size: 23px;
      font-weight: bold; }
    .site-header .site-header-elements #site-title {
      display: inline-block;
      height: auto; }
  /*.site-header .call-phone:before {
    content: "\f10b";
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: 7px;
    font-size: 36px;
    position: relative;
    top: 3px; }*/

.content .home-odd .entry,
.content .home-even .entry {
  background-color: transparent;
  border: medium none; }

.content .home-odd {
  background-color: #FFFFFF;
  padding: 40px 20px; }

.content .home-even {
  background-color: #F1F1F1;
  padding: 40px 20px; }

.content .home-slider-section {
  background-image: url("../images/home-section-1.jpg");
  text-align: center;
  padding-top: 140px;
  padding-bottom: 190px;
  padding-left: 100px;
  padding-right: 100px;
  color: #FFFFFF; }
  .content .home-slider-section .featured-content .entry-title {
    font-size: 36px;
    color: #fff; }
  .content .home-slider-section:before {
    content: " ";
    background-color: rgba(105, 105, 105, 0.1); }

.home .site-inner {
  padding-top: 0; }

.home-section-1 {
  text-shadow: 1px 1px 2px #333; }

.home-section-2 .wrap {
  max-width: 930px; }

.home-section-2 .widget.featuredpage {
  float: left;
  width: 32%;
  border: 1px solid;
  border-color: #076AAE; }
  .home-section-2 .widget.featuredpage .entry-header,
  .home-section-2 .widget.featuredpage .entry-content {
    padding-left: 15px;
    padding-right: 15px; }
  .home-section-2 .widget.featuredpage .entry-header {
    text-align: center;
    margin-bottom: 15px; }
  .home-section-2 .widget.featuredpage .entry-content {
    position: relative;
    display: inline-block;
    height: 100%;
    min-height: 245px; }
  .home-section-2 .widget.featuredpage .read-more-container {
    bottom: 0;
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 20px; }

.home-section-2 .widget#featured-page-4 {
  margin-left: 10px;
  margin-right: 10px; }

.home-section-4 .featuredpost .post {
  border-bottom: 1px solid #f5f5f5;
  padding: 0 0 15px; }

.featuredpost .entry-header,
.featuredpost .entry-content {
  float: left;
  width: 65%; }

.home .featuredpost .entry-header h2 a,
.home .featuredpost .entry-content h2 a {
  font-size: 23px; }

.sticky-wrapper {
  height: auto;
  display: inline-block;
  width: 100%; }
  .sticky-wrapper wrap {
    width: 100%; }

.is-sticky .nav-primary {
  box-shadow: 0 1px 2px 0 #1c3561;
  z-index: 999; }

.nav-primary {
  background-color: #076AAE;
  width: 100%; }
  .nav-primary .genesis-nav-menu a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 15px 25px; }
    .nav-primary .genesis-nav-menu a:hover {
      text-decoration: none;
      background-color: #898989;
      color: #FFFFFF; }
  .nav-primary .genesis-nav-menu .current-menu-item > a {
    text-decoration: none;
    background-color: #898989;
    color: #FFFFFF; }
  .nav-primary .sub-menu li {
    width: 100%; }
    .nav-primary .sub-menu li a {
      background-color: #076AAE;
      border: 1px solid #EEE;
      width: 100%;
      color: #FFF; }

input, select, textarea {
  padding: 10px 10px;
  font-size: 16px;
  width: 100%; }

textarea {
  height: 115px; }

span.gfield_required {
  color: #FF0000;
  margin-left: 1px; }

.gform_validation_container {
  display: none; }

.gfield_captcha_input_container {
  width: 121px;
  float: right; }

.gform_footer {
  text-align: right;
  padding-top: 10px; }

/*--------- Gravity Form Styles  -----------*/
.entry-content div.gform_wrapper ul li {
  background-image: none; }

.home ul li.gfield, .entry-content ul li.gfield {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 0;
  list-style-type: none; }

.hide-labels .gfield_label {
  display: none; }

.gfield_label {
  float: left;
  width: 149px; }

.sidebar .gfield_label {
  width: 130px; }

.ginput_container {
  float: left;
  width: 100%; }

.ginput_container textarea {
  height: 159px; }

.gform_validation_container {
  display: none; }

span.gfield_required {
  font-weight: 500;
  color: #E5554E;
  margin-left: 3px; }

.gfield_captcha_input_container {
  float: right;
  margin-top: -5px;
  padding: 0;
  width: 30%;
  max-width: 200px; }

.sidebar .gfield_captcha_input_container input[type="text"] {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.gform_wrapper {
  margin: 0px auto; }

.gform_button {
  float: right;
  min-width: 156px; }

.gform_footer, .gform_body {
  float: left;
  width: 100%; }

.gform_next_button, .gform_previous_button {
  display: none; }

.gform_page {
  display: block !important;
  float: left;
  width: 50%; }

.home .gfield_label {
  display: none; }

.math-capcha .gfield_label {
  display: block;
  width: 150px; }

.sidebar .math-capcha .gfield_label {
  display: block;
  width: 100%; }

.math-capcha .ginput_container {
  float: right;
  width: 40%; }

.math-capcha .gfield_captcha {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #a09590;
  margin-top: -5px;
  padding: 4px 5px; }

.sidebar .math-capcha .gfield_captcha {
  padding: 3.5px 0;
  margin-top: 0;
  border: 1px solid #cccccc; }

.math-capcha .gfield_description,
.math-capcha .validation_message {
  float: left;
  width: 100%; }

.validation_error {
  color: red;
  font-size: 0.8em;
  padding-bottom: 10px; }

.gfield_description.validation_message {
  color: red;
  font-size: 0.8em; }

.gform_wrapper.two-column_wrapper ul.gform_fields {
  display: none; }

.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
  display: block;
  width: 48%;
  margin-bottom: 0;
  float: left;
  margin-left: 0; }

.gform_wrapper.two-column_wrapper .gform_body ul.gform_fields.gform_column:last-child {
  float: right; }

.gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child {
  display: none; }

.sidebar .gform_fields li {
  float: left;
  width: 100%; }

.sidebar .gfield_description.validation_message {
  float: left;
  width: 100%; }

/*.gform_footer {
  margin-bottom: 20px; }*/

.gform_wrapper br {
  display: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #076AAE;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 0 30px;
  text-transform: uppercase;
  width: auto;
  font-weight: 600;
  line-height: 2.5em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .button:hover {
    background-color: #898989;
    color: #FFFFFF; }
  button:before,
  input[type="button"]:before,
  input[type="reset"]:before,
  input[type="submit"]:before,
  .button:before {
    display: none; }

.read-more-container {
  float: right;
  margin-top: 15px; }

.sidebar .widget {
  margin-bottom: 20px;
  float: left;
  padding: 0;
  width: 100%;
  overflow: hidden; }
  .sidebar .widget .widget-wrap {
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background: #ddd;
    border: 1px solid #999999;
    background-color: #fafafa;
    display: inline-block;
    width: 100%;
    overflow: hidden; }

.sidebar .widget-title {
  font-size: 18px;
  margin-bottom: 20px;
  background-color: #076AAE;
  padding: 10px 15px;
  color: #FFFFFF;
  margin-left: -15px;
  margin-right: -15px;
  display: inline-block;
  width: 111%; }

.sidebar li {
  border-bottom: medium none;
  margin-bottom: 5px;
  padding-bottom: 2px; }

.tagcloud a {
  text-align: center;
  float: left;
  margin-right: 3px; }

.tagcloud a span {
  color: #333333;
  text-transform: lowercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  padding: 0 10px;
  background: #eeeeee;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.tagcloud a span::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #076AAE;
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-top: 1px solid #FFF;
  color: #FFFFFF; }

.tagcloud a:hover span,
.tagcloud a:focus span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px); }

.tagcloud a:hover span::before,
.tagcloud a:focus span::before {
  background: #0080B7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top: medium none;
  color: #FFF; }

/* ie10 fix */
.no-cssreflections .sidebar .tagcloud a span:before {
  display: none; }

.no-cssreflections .sidebar .tagcloud a:hover span {
  color: #fff;
  background: #503048; }

.no-cssreflections .sidebar .tagcloud a:hover span {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none; }

/* ------------- About Us ------------- */
/* Download Table formatting */
.fa-download{
  padding-right: 8px;
}

article.post-231 .entry-content p,
article.post-227 .entry-content p,
article.post-240 .entry-content p,
article.post-573 .entry-content p,
article.post-251 .entry-content p,
article.post-257 .entry-content p,
body.parent-pageid-209 .entry-content p{
	/*apply to sliding doors sub-pages*/
    margin: 0 0 23px;
}
img.alignright.size-full.wp-image-248{

}

/*article.post-231 ul.blue-bullets li:last-child,
article.post-227 ul.blue-bullets li:last-child,
article.post-240 ul.blue-bullets li:last-child,
article.post-573 ul.blue-bullets li:last-child,
article.post-251 ul.blue-bullets li:last-child,
article.post-257 ul.blue-bullets li:last-child{
    padding-bottom: 20px;
}*/

ol.list-numeric-with-dot {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol.list-numeric-with-dot li {
  counter-increment: step-counter;
  margin-bottom: 20px;
}

ol.list-numeric-with-dot li::before {
  content: counter(step-counter)'.';
  margin-right: 5px;
}

ol.list-numeric-with-dot> li::before{
  direction: inherit;
  color:inherit;
}
ol.alphalist-parenthesis > li, {
  display: block !important;
}

ol.alphalist-parenthesis > li ul {
  margin-top: 15px;
}


.dl-link-padding-vertical {
    padding-top: 10px;
    padding-bottom: 20px;
}
/*############ Custom page Styling by Aldel ###################### */
.grey-full-width-container{
    width: 100vw;
    background: #e6f3ff;
    margin-left: calc(-50vw + 50%);
    position: relative;
    clear: both;
    padding: 0px 10px;
}
article .entry-content a{
	overflow: inherit;
}
.grey-full-width-container > div.site-inner{
  padding-top:20px!important;
  padding-bottom:20px!important;
}
div.line-spacer{
  display: block;
  height: 30px;
  clear: both;
}
div.line-spacer-no-hr {
  height: 40px;
}

.row.product-list hr {
    margin-top: 40px;
}

body .site-inner .entry-content .product-caption {
    /*top: -20px;*/
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 500;
    text-align: center;
}

div.image-container{
    text-align: center;
    display: inline-block;
    position: relative;
}

div.image-container > div.image-caption{
	text-align: center;
	display: block;
	top: -25px;
    position: relative;
}

/* Sorry if I placed the media query here, this will moved below after debugging - Aldel */
@media screen and (max-width: 900px){
	.grey-full-width-container{
		
		padding:0px 20px;
	}
}
.page-ngt-system-telescopic-doors div.row > div.col-md-5 img {
    /*margin: 0 0 24px;*/
}
.page-ngt-system-telescopic-doors div.row > div.col-md-5,
.page-ngt-system-telescopic-doors div.row > div.col-md-5 div {
  text-align: left;
}
@media screen and (min-width: 768px) {
  img.alignright.size-full.wp-image-495,img.alignright.size-full.wp-image-496,img.alignright.size-full.wp-image-500{
    /* images for this page http://sharperedge.net.au/autodoors/products/sliding-doors/nga-system-framed-doors/ */
    margin-top:-40px;
  }
  .page-ngt-system-telescopic-doors div.row > div.col-md-4:nth-child(even){
    /* Styling for this page: http://sharperedge.net.au/autodoors/products/sliding-doors/ngt-system-telescopic-doors/ */;
    /*margin-left:30px;*/
  }
  div.image-container {
	    margin-left: -36px;
	}
}
@media screen and (max-width: 768px) {
  .page-ngt-system-telescopic-doors div.row > div.col-md-5,
  .page-ngt-system-telescopic-doors div.row > div.col-md-5 div {
    text-align: center;
  }
  .page-ngt-system-telescopic-doors div.row > div.col-md-5 img {
      margin-left: auto;
      margin-right: auto;
  }
}

.btn-container {
    text-align: center;
    margin-top: -7px;
}

a.btn.btn-more-details {
    background-color: #4473b9;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    top: 20px;
    display: inline-block;
}
a.btn.btn-more-details:hover {
    text-decoration: none;
    background-color: #2f5fa7;
}
.col-md-4 a.btn.btn-more-details {
    top: 0px;
}
div.product-list > .col-md-3, div.product-list > .col-md-4{
  text-align: center;
}
img.alignright.size-full.wp-image-466{
  /*http://sharperedge.net.au/autodoors/products/* image */
  margin-bottom:0px;
}
/*--------- Social Share Styles  -----------*/
.sei-social-share {
  height: 25px;
  margin-bottom: 5px; }

.single-hero-container .sei-social-share {
  text-align: center; }

.sei-social-share a {
  background-color: #eeeeee;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #ffffff;
  font-size: 13px;
  margin-right: 3px;
  padding: 0 10px; }

.sei-social-share .sei-link {
  display: inline-block;
  margin-right: 3px;
  vertical-align: top; }
  .sei-social-share .sei-link a {
    background-color: transparent;
    padding: 3px 10px; }
    .sei-social-share .sei-link a:hover {
      background-color: #898989; }

.sei-social-share a:before {
  display: none; }

.sei-social-share a.facebook {
  background-color: #4267b2; }

.sei-social-share a.googleplus {
  background-color: #FFFFFF;
  color: #000000; }
  .sei-social-share a.googleplus .fa {
    color: #DB4437; }
  .sei-social-share a.googleplus:hover {
    color: #ffffff; }

.sei-social-share a.twitter {
  background-color: #00AEED; }

.sei-social-share a.linkedin {
  background-color: #0077B5; }

.sei-social-share .IN-widget a {
  position: relative !important;
  top: 0 !important;
  background-color: #076aae !important;
  border: 1px solid #076aae !important; }

.sei-social-share .fb-like.fb_iframe_widget {
  height: 19px;
  position: relative;
  top: -8px; }

.sei-social-share a.sei-twitter {
  margin-top: 0;
  position: relative;
  top: -5px; }

.sei-social-share .fb_iframe_widget span {
  height: 28px !important; }

@-moz-document url-prefix() {
  .sei-social-share a.sei-twitter {
    margin-top: 3px; } }

/*--------- End of Social Share Styles  -----------*/
/*---------   Testimonials  -----------*/
.hms-testimonial-container {
  background-color: #f1f1f1;
  border: 1px solid;
  border-color: #EEEEEE;
  box-shadow: 1px 1px 10px #ddd;
  margin-bottom: 30px;
  padding: 20px; }
  .hms-testimonial-container .cf-title {
    font-size: 28px;
    margin: 0 0 16px 0; }
  .hms-testimonial-container .author {
    margin-top: 16px 0 0 0;
    color: #03629a;
    font-style: italic; }
  .hms-testimonial-container img {
    float: left;
    height: auto;
    margin-right: 1%;
    margin-top: 0;
    width: 100px; }

/*---------   End of Testimonials  -----------*/
.popular-posts .wpp-post-title {
  color: #076AAE;
  display: block;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: normal; }

.popular-posts .wpp-date {
  color: #333;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 0; }

.popular-posts .wpp-list li {
  margin-left: 1.3em;
  overflow: visible !important; }
  .popular-posts .wpp-list li a {
    cursor: pointer; }
  .popular-posts .wpp-list li:before {
    font-family: "FontAwesome";
    content: "\f0da";
    color: #076AAE;
    float: left;
    font-size: 1.3em;
    line-height: 0.9em;
    margin-left: -0.8em;
    vertical-align: top; }

.widget_recent_entries a {
  color: #076AAE;
  display: block;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  cursor: pointer; }

.widget_recent_entries li {
  margin-left: 1.3em; }
  .widget_recent_entries li:before {
    font-family: "FontAwesome";
    content: "\f0da";
    color: #076AAE;
    float: left;
    font-size: 1.3em;
    line-height: 0.9em;
    margin-left: -0.8em;
    vertical-align: top; }
  .widget_recent_entries li .post-date {
    font-size: 0.8em;
    font-style: italic;
    display: block;
    margin-top: 0; }

/* Tweetable Quotes */
.pullquote {
  background: #eeeeee none repeat scroll 0 0;
  border-left: 3px solid #4d3347;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 15px 25px; }
  .pullquote .tweet-quote {
    background: transparent url("../images/quote2.png") no-repeat scroll left top;
    padding-left: 30px; }
  .pullquote > p {
    font-size: 24px;
    line-height: normal; }
  .pullquote .attribution {
    margin-left: 30px; }
  .pullquote .attribution > span {
    color: #bfbfbf;
    font-family: "Lato";
    font-size: 16px; }
  .pullquote .attribution > span i {
    color: #2aa9e0;
    font-size: 30px;
    margin-right: 5px;
    position: relative;
    top: 2px; }

/* Here Images in Blog */
.single-hero-container img {
  max-height: 100%;
  max-width: 100%; }

.single-hero-container .gsps-outer {
  bottom: 20%;
  position: absolute;
  z-index: 999; }

.single-hero-container {
  animation: 0.7s ease 0.8s normal both 1 running bounce-in-up;
  margin-bottom: 25px;
  position: relative; }

div.gsps-outer {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.single-hero-container .gsps-inner {
  padding-top: 20px; }

.single-post-float-box {
  background-color: #076AAE;
  border: 3px solid #fff;
  padding: 15px; }

.post-tag-cont {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  top: -17px; }

.post-tag {
  background: #32a782 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 34px;
  padding: 0 15px;
  text-transform: uppercase; }

.single-post-float-box > h1 {
  color: #fff;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  padding: 0 25px;
  text-align: center;
  text-transform: uppercase; }

.single-post-float-box > p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase; }

.single-post-float-box p a {
  color: #fff; }

.entry-background {
  display: block;
  text-align: center;
  width: 100%;
  z-index: -99 !important; }

div.gsps-inner {
  margin: 5rem auto;
  max-width: 800px;
  overflow: hidden; }

.search-form input {
  margin-bottom: 10px; }

.sei-yarpp-related {
  margin-bottom: 15px; }

.entry-header .entry-meta {
  margin-bottom: 0;
  margin-top: -17px;
  font-size: 14px;
  text-transform: capitalize; }

.post .entry-header {
  margin-bottom: 10px; }

.single .entry-header .entry-meta {
  display: none; }

.entry, #disqus_thread {
  padding: 0; }

@media only screen and (min-width: 1024px) {
  .home-section-1, .single-hero-container {
    min-height: 86vh; } }

@media only screen and (max-width: 1082px) {
  .site-inner {
    padding: 30px 20px; }
  .content-sidebar-wrap,
  .nav-primary .wrap,
  .site-header .wrap {
    /*max-width: 768px;*/
  padding-left: 20px;
  padding-right: 20px;
    margin: 0 auto; }
  .content-sidebar .content {
    width: 100%; }
  .page-template-page-fullwidth-layered .site-container .site-inner .content-sidebar-wrap,
  .home .site-container .site-inner .content-sidebar-wrap {
    max-width: 100%; }
  .page-template-page-fullwidth-layered .site-container .site-inner .content .page .wrapper-dev .wrap,
  .page-template-page-fullwidth-layered .site-container .site-inner .content .page .entry-header,
  .home .site-container .site-inner .content-sidebar-wrap .wrap {
    /*max-width: 768px;*/
    /*padding-left: 20px;
  padding-right: 20px;*/
    margin: 0 auto; }
  .home .site-inner {
    padding: 0px 0; }
  .featuredpost .entry-header,
  .featuredpost .entry-content {
    width: 100%; }
}

@media only screen and (max-width: 1024px) {
  .single-hero-container {
    min-height: 400px; }
  .site-header .site-header-elements > div {
    font-size: 1em; } }

@media only screen and (max-width: 768px) {

  .product-list {
    text-align: center;
  }

  .textwidget.custom-html-widget a:not(:first-child){
    padding-left: 5px;
  }

  .site-header-elements .one-fourth, .site-header-elements .one-fifth {
    width: 100%; }
  .site-header-elements .one-half {
    width: 100%; }
  .site-header .site-header-elements > div {
    font-size: 1.2em; }
  .page-template-page-fullwidth-layered .entry-header,
  .page-template-page-fullwidth-layered .wrapper-dev,
  .page-template-page-fullwidth-layered .site-container .site-inner .content .page .wrapper-dev {
    padding: 0px 0px;
  }
  .grey-full-width-container > div.site-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .responsive-menu-icon {
    display: block; }
  .genesis-nav-menu .menu-item {
    width: 100%;
    text-align: left; }
  .genesis-nav-menu.responsive-menu > .menu-item-has-children::before {
    color: #FFF; }
  .nav-primary .genesis-nav-menu a {
    font-size: 1em;
    background-color: #fafafa;
    color: #333;
    border-bottom: 1px solid #DDD !important;
    padding: 10px 20px !important; }
  .nav-primary {
    width: 100%; }
  .nav-primary .genesis-nav-menu .menu-item:hover > a,
  .current-menu-item > a, .current-menu-parent > a {
    background-position: 16px 20px; }
  .nav-primary .wrap {
    padding: 0; }
  .responsive-menu-icon span {
    color: #FFF;
    font-size: 31px;
    position: relative;
    top: 0;
    font-weight: 500; }
  .parallax-home .site-inner {
    padding: 0; }
  .genesis-nav-menu.responsive-menu {
    display: none; }
  .nav-primary .responsive-menu-icon {
    margin-top: 6px;
    height: 40px;
    text-align: center;
    cursor: pointer; }
  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block; }
  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static; }
  .genesis-nav-menu.responsive-menu li.current-menu-item > a,
  .genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
  .genesis-nav-menu.responsive-menu li a,
  .genesis-nav-menu.responsive-menu li a:hover {
    border: none;
    display: block;
    padding: 20px 50px;
    text-transform: none; }
  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer; }
  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px; }
  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f347";
    float: right;
    font: normal 20px/1 'dashicons';
    height: 20px;
    padding: 15px 20px;
    right: 0;
    text-align: right;
    z-index: 9999; }
  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f343"; }
  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
    display: none; }
  .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: rgba(0, 0, 0, 0.05);
    left: auto;
    opacity: 1;
    position: relative;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99; }
  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    margin: 0; }
  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    padding: 20px 50px;
    position: relative;
    text-transform: none;
    width: 100%; }
  .site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
  .site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
  .site-header .genesis-nav-menu.responsive-menu .sub-menu,
  .site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
  .site-header .genesis-nav-menu.responsive-menu > li:hover > a,
  .site-header .genesis-nav-menu.responsive-menu a:hover {
    color: #fff; }
  .nav-primary .genesis-nav-menu.responsive-menu .sub-menu,
  .site-header .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: rgba(255, 255, 255, 0.05); }
  .sticky-wrapper {
    position: relative;
    z-index: 9999999;
    float: left;
    width: 100%; }
  .site-header {
    height: auto; }
  .site-header .wrap {
    padding-left: 1%;
    padding-right: 1%; }
  .sticky-wrapper .wrap {
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 100%; }
  .site-header .site-header-elements > div {
    height: auto;
    vertical-align: middle;
    line-height: 1.5em;
    float: none;
    text-align: center; }
  .content .home-slider-section {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; }
  .home-section-2 .widget.featuredpage {
    width: 100%;
    margin-bottom: 20px; }
  .home-section-2 #featured-page-4.widget {
    margin-left: 0;
    margin-right: 0; }
  .featured-content .entry {
    padding: 20px;
    margin-bottom: 0; }
  .home-section-2 .widget.featuredpage .entry-content {
    min-height: 120px;
    text-align: center; }
  .gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
    width: 100%; }
  .site-footer .footer {
    text-align: center;
    width: 100%;
    display: block; }
  .sei {
    text-align: center;
    width: 100%; }
  .alignleft, .alignright {
    /*width: 100%;*/
    margin: 10px auto !important; float: none; display: block; clear: both; }
  img.alignnone, .alignnone { float: none; display: block; margin: 10px auto; clear: both; }
  .featured-content .entry-header {
    padding: 0; }
  .site-inner {
    display: inline-block; }
  .content-sidebar-wrap .post-title,
  .content-sidebar .sidebar,
  .content-sidebar .content,
  .content-sidebar.page .content,
  .content-sidebar.blog .content {
    display: inline-block;
    float: none;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%; }
  .single-hero-container {
    position: static !important; }
  .single-hero-container .gsps-outer {
    bottom: auto;
    position: relative;
    top: 0;
    z-index: 999; }
  .single-hero-container .gsps-inner {
    border-top: 1px solid #fff;
    padding-top: 0; }
  div.gsps-inner {
    margin: 0; }
  .single-post-float-box {
    background-color: #076aae;
    border: medium none;
    padding: 15px 10px; }
  .single-hero-container {
    min-height: auto; } }

/**
* Order List  
*/
ol.alphalist-parenthesis{
  counter-reset: list!important;
}
ol.alphalist-parenthesis > li {
   list-style: none;
   position: relative;
   margin-bottom: 25px;
}
ol.alphalist-parenthesis li.li-none-type:before {
    display: none !important;
}

ol.alphalist-parenthesis > li:before {
    color: inherit!important;
    counter-increment: list!important;
    content: counter(list, lower-alpha) ") "!important;
    position: absolute!important;
    left: -1.4em;
    direction: ltr!important;
    margin-left: 0!important;
}