/******************************************************************
Theme Name: CardSmart
Author: Amebae
Author URI: http://www.amebae.com.au
Version: 4.1
******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  color: #333;
  background-color: #fff;
  font-weight: 300;
  font-family: "Roboto", sans-serif; }

.border {
  border: 1px solid #f5f5f5; }

.transition {
  transition: background 0.2s ease,padding 0.8s linear; }

html, body {
  height: 100%; }

.row {
  max-width: 65rem; }

/*********************
LINK STYLES
*********************/
a, a:active, a:focus, a:visited {
  color: #009ddc; }

a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

a:hover {
  color: #000; }

/******************************************************************
H1, H2, H3, H4, H5 P STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {
  font-weight: 300;
  font-family: "Raleway", sans-serif, sans-serif;
  color: #000;
  margin: 2rem 0 1rem;
  text-transform: none;
  line-height: 1.2; }

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a {
  color: #009ddc;
  text-decoration: none; }

h1 {
  font-size: 2.6rem;
  margin-top: 0; }

h1 span {
  font-size: 1rem;
  display: block; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.3rem; }

h4 {
  font-size: 1.2rem; }

h5 {
  font-size: 1.1rem; }

/*********************
HEADER STYLES
*********************/
#header-top {
  background-color: #000;
  color: #fff;
  padding: 10px 0; }
  #header-top #menu-top-1, #header-top #top-bar-widget {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.75rem;
    margin: 0;
    letter-spacing: 1px; }
  #header-top #menu-top-1 li {
    display: inline-block;
    margin-right: 10px; }
  #header-top #menu-top-1 li a {
    color: #fff; }
  #header-top #menu-top-1 li a:hover {
    color: #fff; }
  #header-top #top-bar-widget div a:first-child {
    margin-right: 10px; }
  #header-top #top-bar-widget a {
    color: #009ddc; }

.top-bar, .top-bar ul {
  background-color: transparent;
  padding: 0; }

.header {
  z-index: 999; }

#header {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid #e3e3e3;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1); }

.header ul.off-canvas-list li {
  list-style: none; }

.top-bar-title {
  float: none;
  margin-right: 0;
  width: 100%; }

.top-bar-left {
  float: left; }

.logo {
  text-align: left;
  margin: 0;
  max-width: 300px; }
  .logo img {
    max-width: 80%; }

.off-canvas-wrapper {
  background-color: #333; }

.off-canvas-content {
  background-color: #fff; }

.off-canvas #menu-top li {
    width: 40%;
    display: inline-block;
}

#mobile-header .row {
  z-index: 999;
  background-color: #fff; }
#mobile-header img {
  max-height: 40px;
  margin: 5px 0; }
#mobile-header a {
  color: #000;
  display: block; }

.is-stuck {
  animation-duration: 0.8s;
  animation-name: fadeIn; }

/*********************
NAVIGATION STYLES
*********************/
#primary-nav {
  position: relative; }
  #primary-nav .title-bar {
    background-color: transparent;
    padding: 0; }
  #primary-nav li a {
    color: #000;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 12px;
    display: block;
    text-align: center; }
  #primary-nav li.current-menu-item > a {
    color: #009ddc; }
  #primary-nav > ul > li:last-child {
    margin-left: 10px; }
  #primary-nav > ul > li:last-child a {
    background-color: #009ddc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #fff; }
  #primary-nav ul li a:hover {
    color: #009ddc; }
  #primary-nav ul li:last-child a:hover {
    color: #fff;
    background-color: #555;
    border-color: #555; }
  #primary-nav li ul li a {
    color: #fff;
    border-bottom: 1px solid #e6e5e6;
    font-size: 0.8rem;
    line-height: 1.1; }
  #primary-nav li ul li:last-child a {
    border-bottom: 0; }
  #primary-nav .submenu {
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.8); }
  #primary-nav .menu .active > a {
    background-color: transparent; }
  #primary-nav .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    border-color: transparent; }

#primary-nav:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  height: 1px;
  width: 100%; }

.off-canvas {
  outline: 0; }
  .off-canvas #menu-main-menu li a i {
    width: 30px; }
  .off-canvas li {
    background-color: #333; }
  .off-canvas li a {
    background-color: #333;
    color: #fff;
    border-bottom: 1px solid #555;
    padding: 15px;
    text-transform: uppercase; }
  .off-canvas li.active a {
    background: transparent; }
  .off-canvas #close-button {
    font-size: 2em;
    background: transparent;
    top: 0;
    display: none;
    margin: 0;
    padding: 0 10px 0 0;
    line-height: 1; }
  .off-canvas #menu-main-menu li:last-child a {
    background-color: #009ddc; }
  .off-canvas .widget {
    background-color: #333;
    color: #fff;
    padding: 15px; }
  .off-canvas #menu-top {
    flex-wrap: wrap;
    background-color: #555; }
    .off-canvas #menu-top li a {
      border: 0;
      text-transform: none;
      background-color: #555; }
    .off-canvas #menu-top li {
      flex: 50%; }
    .off-canvas #menu-top li.active a {
      background: #555; }


#header .menu-icon {
  height: 21px;
  width: 15px;
  border: 0;
  outline: 0;
  border-radius: 0 !important;
  background-color: #000;
  padding: 0 15px; }

#header .menu-icon:after {
  height: 2px;
  width: 100%; }

#header .menu-icon:hover:after {
  background: #fff;
  box-shadow: 0 7px 0 #fff,0 14px 0 #fff; }

/*********************
HOME
*********************/
body.home #main {
  padding-top: 0; }
  body.home #main .large-title {
    font-size: 3rem; }

#content #featured-panel {
  background-size: cover;
  background-color: #999;
  padding: 40px 0; }
  #content #featured-panel .expanded {
    max-width: 80rem; }
  #content #featured-panel p {
    margin: 0; }
  #content #featured-panel .tertiary img {
    max-width: 50%; }
    @media (min-width: 64.063em) {
      #content #featured-panel .tertiary img {
        max-width: 100%; } }
  #content #featured-panel .primary h2 {
    letter-spacing: 1px;
    font-size: 2rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin: 0 0 10px;
    border-bottom: 3px solid #009ddc;
    padding-bottom: 15px;
    line-height: 1; }
  #content #featured-panel .primary h3 {
    color: #fff;
    margin-top: 0;
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    letter-spacing: -1px; }
  #content #featured-panel .primary p {
    color: #fff;
    font-size: 1.2rem;
    margin: 0; }
  #content #featured-panel .primary #feature-left img {
    width: 100% !important;
    height: auto !important; }
  #content #featured-panel .primary #feature-right img {
    max-width: 80%; }
  #content #featured-panel .primary a.button {
    padding: 10px 30px; }
  @media (min-width: 64.063em) {
    #content #featured-panel .primary h2 {
      font-size: 4.5rem; }
    #content #featured-panel .primary h3 {
      font-size: 2.5rem; } }

#featured-panel #gform_wrapper_1 {
  padding-top: 5px;
  padding-bottom: 30px;
  text-align: center;
  max-width: 100%;
  border-top: 0;
  border-bottom: 0;
  text-transform: uppercase;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background: #009ddc; }
  #featured-panel #gform_wrapper_1 h2 {
    margin: 0 0 10px 0;
    font-size: 1.5rem;
    text-align: center;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    color: #fff;
    letter-spacing: -1px; }
  #featured-panel #gform_wrapper_1 h2 a {
    color: #fff; }
  #featured-panel #gform_wrapper_1 p {
    font-weight: 400;
    text-align: center;
    font-size: 0.9rem;
    color: #fff;
    line-height: 1.1; }
  #featured-panel #gform_wrapper_1 .gform_footer {
    text-align: center;
    padding: 10px 0 0 !important; }
  #featured-panel #gform_wrapper_1 li {
    padding: 0; }
  #featured-panel #gform_wrapper_1 input.medium {
    padding: 5px !important;
    font-size: 0.95rem !important;
    border: 0 !important;
    background-color: #fbfbfb !important; }
  #featured-panel #gform_wrapper_1 .textarea {
    height: 60px !important;
    font-size: 1rem !important; }
  #featured-panel #gform_wrapper_1 #field_3_6 {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase; }
  #featured-panel #gform_wrapper_1 .gform_button {
    background-color: #000;
    border: 0;
    margin: 0;
    text-transform: none;
    font-family: "Raleway", sans-serif;
    font-size: 1.1rem;
    background: -moz-linear-gradient(top, #a3a3a3 0%, #c7c7c7 10%, #242424 50%, #000000 95%, #000000);
    background: -webkit-gradient(linear, left top, left bottom, from(#a3a3a3), color-stop(0.1, #c7c7c7), color-stop(0.5, #242424), color-stop(0.95, #000000), to(#000000));
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #000000;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.6);
    text-shadow: 0px -1px 0px black, 0px 1px 0px rgba(255, 255, 255, 0.2); }
  #featured-panel #gform_wrapper_1 .gform_button:hover {
    opacity: 0.7; }

#apply-now-banner {
  padding: 20px;
  background-color: #000;
  position: relative; }
  #apply-now-banner:before {
    content: "";
    display: block;
    border-top: solid 5px #009ddc;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  #apply-now-banner:hover:before {
    border-color: #fff; }
  #apply-now-banner a.button {
    font-size: 2.5rem;
    margin: 0;
    z-index: 9;
    position: relative;
    font-family: "Raleway", sans-serif;
    border-radius: 0;
    border: 0; }

#home-content {
  background-color: #fff;
  padding: 40px 0;
  margin: 0; }
  #home-content h1 {
    margin-bottom: 20px; }
  #home-content h2 {
    text-transform: uppercase;
    font-size: 1rem;
    margin-top: 0; }
  #home-content ul {
    margin: 0 0 40px;
    padding: 0; }
  #home-content li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px; }
  #home-content li:before {
    font-family: 'FontAwesome';
    content: "\f138";
    position: absolute;
    top: 0px;
    left: 0;
    color: #000;
    font-size: 1rem; }

#fc-partners {
  padding: 40px 0;
  border-top: 1px solid #ddd; }

#fc-benefits {
  background-color: #f9f9f9;
  padding: 30px 0 50px; }
  #fc-benefits h3 {
    font-weight: 400;
    color: #009ddc;
    border-bottom: 1px dotted #009ddc;
    display: inline-block;
    margin-top: 10px; }
  #fc-benefits .subtitle {
    margin-bottom: 50px; }
  #fc-benefits a p {
    color: #333; }
  #fc-benefits img {
    display: block;
    margin: 0 auto; }
  #fc-benefits a:hover h3 {
    color: #000;
    border-color: #000; }

#home-cta {
  padding: 50px;
  background-color: #111;
  background-size: cover;
  color: #fff; }
  #home-cta h2 {
    color: #fff; }
  #home-cta .info p {
    max-width: 70%;
    display: block;
    margin: 40px auto;
    font-size: 1.3rem; }
  #home-cta a.button {
    font-size: 1.22rem; }

.slick-slide {
  text-align: center; }

.slick-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.slick-slide img {
  vertical-align: middle;
  display: inline-block; }

.partners-slider.slick-initialized {
  transition: opacity 0.3s ease-in;
  opacity: 1; }

.slick-prev,
.slick-next {
  font-size: 60px;
  line-height: 1;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -50px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'FontAwesome';
  opacity: .75;
  color: #999;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: "\f104"; }

[dir='rtl'] .slick-prev:before {
  content: "\f104"; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: "\f105"; }

[dir='rtl'] .slick-next:before {
  content: "\f105"; }

#app-panel {
  margin-bottom: 0;
  overflow: hidden; }
  #app-panel p, #app-panel .columns, #app-panel img.aligncenter {
    margin-bottom: 0; }
  @media (min-width: 64.063em) {
    #app-panel h2 {
      margin-top: 60px; }
    #app-panel .store-links {
      margin-top: 60px; } }

/*********************
POSTS & CONTENT STYLES
*********************/
#main {
  padding: 40px 0; }

#content {
  z-index: 9; }

#content p {
  font-size: 1rem; }

.byline {
  color: #999; }

/* entry content */
.entry-content {
  padding-top: 0px;
  overflow: hidden; }

.entry-content dd {
  margin-left: 0;
  font-size: .9em;
  color: #787878;
  margin-bottom: 1.5em; }

.entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #f5f5f5;
  border: 1px solid #cecece;
  padding: 10px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #f5f5f5;
  padding: 5px;
  /* images inside wp-caption */ }

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%; }

.wp-caption p.wp-caption-text {
  font-size: .85em;
  margin: 4px 0 7px;
  text-align: center; }

.wpcf7 input[type=submit], .button, button, a.button {
  background-color: #009ddc;
  color: #fff;
  font-weight: 300;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 0.85rem;
  padding: 10px 20px;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #fff; }

.wpcf7 input[type=submit]:hover, .button:hover, button:focus, a.button:hover, .button:focus {
  background-color: #555;
  border-color: #555; }

a.button-alt {
  background-color: transparent;
  border: 2px solid #009ddc;
  color: #009ddc; }

a.button-alt:hover {
  border: 2px solid #009ddc;
  bacground-color: #009ddc; }

a.button-alt-white {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff; }

#breadcrumbs {
  margin: 0 0 30px;
  color: #000; }

#breadcrumbs .separator {
  font-weight: 700;
  color: #999;
  margin-top: 5px;
  display: inline; }

#content .post-container {
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative; }

#main .gfield_checkbox li input {
  margin: 5px 0 0 0;
  padding: 0; }

#main .gfield_checkbox li label {
  font-size: 1.1rem; }

img.alignright {
  float: right;
  margin: 10px 0 25px 25px; }

img.alignleft {
  float: left;
  margin: 10px 20px 20px 0; }

img.aligncenter {
  margin: 20px auto;
  display: block; }

.subpage-list li {
  list-style: none; }

.subpage-list li a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  top: 10px;
  left: 5px;
  color: #009ddc; }

.subpage-list li a {
  display: block;
  margin-bottom: 5px;
  border: 1px solid #eee;
  position: relative;
  padding-left: 25px;
  font-size: 1.2rem;
  padding: 10px 10px 10px 25px; }

#content .pagination {
  text-align: center; }

#content .pagination a {
  display: inline-block;
  float: none; }

#content .pagination li a {
  color: #009ddc;
  line-height: inherit;
  border: 1px solid #ccc; }

#content .pagination li {
  display: inline-block;
  float: none; }

.pagination span {
  display: inline-block;
  float: none;
  margin: 0 10px; }

.pagination span.current {
  background-color: #009ddc;
  margin: 0; }

.pagination a:hover {
  color: black; }

.button-group li:first-child {
  margin-right: 10px; }

.inline-list {
  margin: 1rem auto 1.0625rem auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }

.inline-list > li {
  list-style: none;
  float: none;
  margin-left: 10px;
  display: inline-block; }

.inline-list > li:first-child {
  margin-left: 0 !important; }

.inline-list > li > * {
  display: inline-block; }

#main ul.arrow-list {
  list-style: none; }

ul.arrow-list li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px; }

ul.arrow-list li:before {
  font-family: 'FontAwesome';
  content: "\f054";
  position: absolute;
  top: 0;
  left: 0;
  color: #009ddc; }

ul.bullet-list {
  margin: 0; }
  ul.bullet-list li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #999;
    padding-bottom: 5px; }
  ul.bullet-list li:before {
    font-family: 'FontAwesome';
    content: "\f111";
    position: absolute;
    top: 7px;
    left: 0;
    color: #000;
    font-size: 0.5rem; }

#main ol {
  list-style: number; }
  #main ol li {
    margin-left: 20px;
    margin-bottom: 0.5rem; }

.gallery-item {
  float: left;
  width: 30%;
  margin-right: 10px; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666; }

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #666; }

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #666; }

:-ms-input-placeholder {
  color: #666; }

.row-expanded.collapse > .column, .row-expanded.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.primary {
  color: #009ddc; }

.secondary {
  color: #000; }

.tertiary {
  color: #fff; }

.dark {
  color: #333; }

#main td, #main th {
  border: 1px solid #ddd; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 1.2rem;
  color: #000; }

.title-bg {
  position: relative;
  z-index: 1;
  text-align: center; }
  .title-bg span:before {
    border-top: 1px solid #ccc;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1; }
  .title-bg span {
    background: #fff;
    padding: 0 15px; }

.fadein {
  opacity: 0; }

.loaded .fadein {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

/******************************************************************
Site Specific
******************************************************************/
#pricing-table td {
  text-align: center; }
#pricing-table th {
  text-align: left;
  font-weight: normal; }
#pricing-table h2 {
  font-size: 1.5rem;
  font-weight: bold; }
#pricing-table h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0; }
#pricing-table .highlight td, #pricing-table .highlight th {
  background-color: #fff; }
#pricing-table td i.fa-check {
  color: #97c282; }

#content p.large, #content .large p {
  font-size: 1.5em; }

#content p.highlight {
  color: #000; }

#content .no-bottom {
  margin-bottom: 0; }

#title-container {
  padding: 50px 0;
  background-color: #111;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-image: url(assets/images/banner-bg.jpg); }
  #title-container .title {
    z-index: 99;
    position: relative; }
  #title-container h1 {
    line-height: 1;
    letter-spacing: 1px;
    color: #fff; }
  #title-container .subheading {
    font-size: 2rem;
    font-weight: 300;
    color: #fff; }
  #title-container .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.7);
    z-index: 9;
    display: none; }

#title-container.light {
  padding: 120px 0 80px; }
  #title-container.light h1, #title-container.light .subheading {
    color: #fff; }
  #title-container.light .mask {
    display: block; }

#main table tbody tr:nth-child(even) {
  background-color: #fff; }

h1.page-title {
  font-size: 2.5rem;
  margin: 0; }

.layout-panel {
  margin-bottom: 50px;
  position: relative; }
  .layout-panel .columns {
    margin-bottom: 30px; }

#content .layout-panel {
  background-size: cover; }
  #content .layout-panel .lead p {
    font-size: 1.5rem; }
  #content .layout-panel .row {
    position: relative; }
  #content .layout-panel .jumbo h1, #content .layout-panel .jumbo h2, #content .layout-panel .jumbo h3, #content .layout-panel .jumbo h4, #content .layout-panel .jumbo h5, #content .layout-panel .jumbo h6 {
    font-size: 3rem; }
  #content .layout-panel.fuel-partners-panel {
    padding-bottom: 60px; }

#content .cta-panel.light h4, #content .cta-panel.light p {
  color: #fff; }

#content .highlight {
  background-color: #f5f5f5;
  padding: 30px 0 10px; }

#main .cta-panel {
  background-color: #f5f5f5;
  background-size: cover;
  margin-bottom: 0;
  padding: 80px 0 70px; }
  #main .cta-panel h4 {
    font-size: 2.6rem;
    margin-bottom: 30px;
    margin-top: 0; }
  #main .cta-panel p {
    font-size: 1.3rem;
    margin-bottom: 30px; }
  #main .cta-panel .button {
    font-size: 1.2rem; }

.no-border {
  border: 0 !important; }

.partners-panel h2, .fuel-partners-panel h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 50px; }

#map-canvas {
  width: 100%;
  height: 400px; }

#map-container h2 {
  margin-top: 0; }

#wrapper #form-container {
  margin-top: -70px;
  position: relative; }
  #wrapper #form-container #gform_wrapper_1 {
    padding: 40px 55px 50px 40px; }

#wrapper #form-container #gform_confirmation_wrapper_1 {
  margin-top: 100px;
  font-size: 1.4rem; }

#wrapper #footer-cta #gform_confirmation_wrapper_1 {
  padding: 100px 0;
  text-align: center; }

#contact-details-container {
  margin-top: 40px; }
  #contact-details-container h3 {
    font-weight: 400; }

body.page-template-template-full-width #main {
  padding-top: 0; }

body.page-id-20041 #main a {
  color: #059843; }
body.page-id-20041 a.button-alt {
  color: #059843;
  border: 2px solid #059843; }
body.page-id-20041 #title-container {
  background-image: none;
  background-color: #059843;
  color: #fff; }
  body.page-id-20041 #title-container h1 {
    color: #fff; }
body.page-id-20041 #main .cta-panel {
  background: #059843;
  color: #fff; }
  body.page-id-20041 #main .cta-panel h4 {
    color: #fff; }
  body.page-id-20041 #main .cta-panel a.button {
    background: #059843;
    color: #fff; }
  body.page-id-20041 #main .cta-panel a.button:hover {
    background-color: #000; }

body.page-id-20039 #main a {
  color: #049bd9; }
body.page-id-20039 a.button-alt {
  color: #049bd9;
  border: 2px solid #049bd9; }
body.page-id-20039 #title-container {
  background-image: none;
  background-color: #049bd9;
  color: #fff; }
  body.page-id-20039 #title-container h1 {
    color: #fff; }
body.page-id-20039 #main .cta-panel {
  background: #049bd9;
  color: #fff; }
  body.page-id-20039 #main .cta-panel h4 {
    color: #fff; }
  body.page-id-20039 #main .cta-panel a.button {
    background: #049bd9;
    color: #fff; }
  body.page-id-20039 #main .cta-panel a.button:hover {
    background-color: #000; }

.pricing-table {
  border: solid 1px #DDDDDD;
  margin-bottom: 0; }
  .pricing-table li {
    border-bottom: dotted 1px #DDDDDD;
    padding: 0.875rem 1.125rem; }
    .pricing-table li:last-child {
      border-bottom: 0; }
    .pricing-table li h5 {
      margin: 0; }
  .pricing-table i.fa-check {
    color: #97c282; }
  .pricing-table .title {
    background-color: #f5f5f5;
    border-bottom: 0; }
  .pricing-table .button {
    margin: 0; }

body.page-id-19303 .accordion-content p {
  position: relative;
  padding-left: 20px; }

body.page-id-19303 .accordion-content p:before {
  font-family: 'FontAwesome';
  content: "\f1c1";
  position: absolute;
  left: 0;
  color: #000; }

.roadsideassist-table td {
  text-align: center; }

.roadsideassist-table h5, .roadsideassist-table .button {
  margin: 0; }

.primary-bg {
  background: #009ddc;
  color: #fff !important; }
  .primary-bg h1, .primary-bg h2, .primary-bg h3, .primary-bg h4, .primary-bg h5, .primary-bg h6 {
    color: #fff; }

.content-box-percentage {
  font-size: 3em;
  color: #009ddc; }

.tab-panel ul.tabs {
  border: 0;
  border-bottom: 1px solid #ddd; }
.tab-panel .tabs-title a {
  font-size: 1rem;
  border: 1px solid #ddd;
  border-bottom: 0;
  margin-right: 5px;
  border-radius: 4px 4px 0 0; }
.tab-panel .tabs-panel {
  padding: 50px 1em; }

/* Posts */
#content .post-container {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f5f5f5; }
  #content .post-container .post-meta .tags {
    font-size: 0.8rem; }
  #content .post-container .post-meta .tags a {
    color: #333; }
  #content .post-container .post-meta .share ul {
    margin: 0; }
  #content .post-container .post-meta .share {
    font-size: 0.8rem; }
  #content .post-container .post-meta .share i {
    color: #333; }
  #content .post-container .fa {
    color: #009ddc; }
  #content .post-container h2 {
    text-transform: none;
    font-weight: bold;
    margin-top: 0; }
  #content .post-container .meta {
    color: #999;
    font-style: italic;
    margin: 20px 0; }
    #content .post-container .meta a {
      color: #999; }
    #content .post-container .meta span {
      display: inline-block; }
    #content .post-container .meta .author {
      margin-right: 20px; }
  #content .post-container .post-thumb {
    position: relative; }
  #content .post-container .date {
    position: absolute;
    color: #fff;
    text-align: center;
    left: 20px;
    background-color: #009ddc;
    width: 60px;
    height: 60px; }
    #content .post-container .date .date-inner {
      padding-top: 10px;
      position: relative;
      z-index: 9; }
    #content .post-container .date span {
      display: block;
      line-height: 1;
      color: #fff; }
  #content .post-container .button {
    margin-top: 20px; }

.blog-nav {
  margin-bottom: 20px; }

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */ }

#respond ul {
  margin-left: 0; }

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: .7335em 10px;
  /* end .commentlist li ul.children */ }

.commentlist li:last-child {
  margin-bottom: 0; }

.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */ }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
  background: #e7e7e7; }

.commentlist li.depth-3 {
  background: #dadada; }

.commentlist .vcard {
  margin-left: 50px; }

.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal; }

.commentlist .vcard time {
  float: right; }

.commentlist .vcard time a {
  color: #999;
  text-decoration: none; }

.commentlist .vcard time a:hover {
  text-decoration: underline; }

.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff; }

.commentlist .comment_content p {
  margin: .7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: .875rem;
  padding-right: 1.75rem;
  padding-bottom: .9375rem;
  padding-left: 1.75rem;
  font-size: .8125rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFF;
  transition: background-color 300ms ease-out;
  float: right; }

.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  background-color: #007095; }

.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  color: #FFF; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }

.respond-form form {
  margin: .75em 0; }

.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: .7335em; }

.respond-form form li label, .respond-form form li small {
  display: none; }

.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */ }

.respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
  background: #fff; }

.respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px; }

.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px .7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
@media (min-width: 40.063em) {
  .sidebar {
    padding: 0 0 50px; } }
.sidebar .widget {
  padding: 0;
  margin-bottom: 50px; }
.sidebar .widget:last-child {
  border: 0; }
.sidebar .button {
  margin-bottom: 0; }
.sidebar h4.widgettitle {
  color: #000;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  margin-top: 0; }
.sidebar ul.menu {
  margin: 0;
  padding: 0;
  display: block; }
  .sidebar ul.menu li {
    display: block;
    list-style: none;
    position: relative;
    padding-left: 5px;
    margin-bottom: 5px; }
  .sidebar ul.menu li:before {
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    top: 3px;
    font-size: 0.85rem;
    left: 0;
    color: #000; }
  .sidebar ul.menu li a {
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    color: #009ddc; }
  .sidebar ul.menu li a:hover {
    color: #000; }
  .sidebar ul.menu .active > a {
    background-color: transparent;
    color: #000; }
.sidebar ul, .sidebar li {
  list-style: none;
  margin: 0;
  padding: 0; }
.sidebar li a {
  color: #333; }
.sidebar li a:hover {
  color: #009ddc; }
.sidebar .widget_recent_entries li {
  font-size: 0.9rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.3; }
.sidebar .widget_search {
  padding: 20px 0; }
  .sidebar .widget_search .screen-reader-text {
    display: none; }
  .sidebar .widget_search label, .sidebar .widget_search input {
    display: inline-block; }
  .sidebar .widget_search label {
    width: 60%; }
.sidebar .gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0; }
.sidebar #gform_widget-2 {
  padding: 0; }
.sidebar #gform_wrapper_1 {
  background-color: #f5f5f5;
  padding: 20px 0;
  margin-top: 0;
  padding: 20px;
  text-align: left;
  max-width: 100%;
  color: #fff;
  text-transform: uppercase;
  color: #fff; }
  .sidebar #gform_wrapper_1 h4 {
    text-align: center;
    margin-top: 0;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem; }
  .sidebar #gform_wrapper_1 h4 a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: bold; }
  .sidebar #gform_wrapper_1 p {
    color: #fff; }
.sidebar .widget_subpages ul {
  border: 1px solid #eee; }
.sidebar .widget_subpages ul li {
  border-bottom: 1px solid #eee;
  padding: 5px 5px 5px 8px;
  margin: 0; }
.sidebar .widget_subpages ul li:last-child {
  border: 0; }
.sidebar #gform_wrapper_2 h4 {
  text-align: center;
  margin-top: 0;
  font-family: "Roboto", sans-serif; }
.sidebar #gform_wrapper_2 h4 a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold; }
.sidebar #gform_wrapper_2 p {
  color: #fff; }
.sidebar #gform_wrapper_2 .gform_button {
  width: 100%; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both; }

.footer {
  background-color: #fff;
  margin-top: 0px;
  padding: 50px 0 50px;
  text-align: center;
  font-size: 0.85rem;
  border-top: 1px solid #eee; }
  .footer ul {
    margin: 0;
    padding: 0;
    line-height: 1; }
  .footer li {
    margin-right: 5px;
    display: inline-block;
    float: none;
    line-height: 1; }
  .footer li a:after {
    content: '/';
    position: relative;
    left: 5px; }
  .footer ul li:last-child a:after {
    content: none; }
  .footer ul li:first-child a {
    cursor: default;
    color: #ccc !important; }
  .footer li a {
    color: #ccc;
    padding: 0;
    padding-right: 5px;
    line-height: 1; }
  .footer li a:hover {
    color: #fff; }
  .footer .widget {
    font-size: 1.3em;
    line-height: 1;
    margin-bottom: -2px; }
  .footer #footer-top {
    margin-bottom: 30px; }
    .footer #footer-top a .fa {
      color: #999;
      margin-left: 25px; }
    .footer #footer-top a .fa:hover {
      color: #009ddc; }
  .footer a {
    color: #333; }
  .footer a:hover {
    color: #009ddc; }

#footer-cta {
  margin: 50px 0 100px;
  font-size: 1.4rem;
  color: #fff; }
  #footer-cta .cta-top {
    background-color: #fff;
    padding: 40px 50px 20px; }
  #footer-cta .button {
    margin-bottom: -60px;
    text-transform: none;
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    position: relative;
    z-index: 99; }
  #footer-cta #cta-form {
    position: relative;
    z-index: 9; }

/* end .footer-links */
/*********************
FOUNDATION STYLES
*********************/
.clearing-assembled.clearing-blackout a:hover {
  background: #fff; }

/*********************
Gravity STYLES
*********************/
#wrapper .gform_wrapper {
  padding: 25px 20px 90px 20px;
  color: #555;
  width: 100% !important; }
  #wrapper .gform_wrapper ul.gform_fields {
    list-style: none outside none;
    margin: 0;
    padding: 0 !important; }
  #wrapper .gform_wrapper li {
    margin: 0;
    background-image: none;
    padding: 0; }
  #wrapper .gform_wrapper li:before {
    content: none !important; }
  #wrapper .gform_wrapper .gform_footer {
    margin: 0 !important;
    padding-bottom: 0 !important; }
  #wrapper .gform_wrapper div.validation_error {
    color: #555 !important;
    font-size: 0.75em !important;
    font-weight: normal !important;
    line-height: 1 !important;
    margin: 0 0 5px 0 !important; }
  #wrapper .gform_wrapper li.gfield_error {
    padding: 0 !important; }
  #wrapper .gform_wrapper li.gfield_error input.medium {
    border: 1px solid #fff !important;
    margin: 0 !important; }
  #wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, #wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin: 0 !important; }
  #wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-left: 0 !important; }
  #wrapper .gform_wrapper .gfield_description {
    padding: 0 !important;
    margin: 5px 0 15px 0 !important;
    color: #777; }
  #wrapper .gform_wrapper .validation_message {
    display: none; }
  #wrapper .gform_wrapper .medium, #wrapper .gform_wrapper .textarea {
    display: block;
    width: 100% !important;
    height: auto !important;
    padding: 15px 15px !important;
    font-size: 1.2rem !important;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd !important; }
  #wrapper .gform_wrapper .gform_heading {
    font-size: 1.3rem; }
  #wrapper .gform_wrapper .textarea {
    height: 150px !important;
    padding: 5px !important; }
  #wrapper .gform_wrapper .gform_page_footer {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important; }
  #wrapper .gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center; }
  #wrapper .gform_wrapper label {
    font-size: 1.2rem;
    color: #555!important; }
  #wrapper .gform_wrapper span.gfield_required {
    display: none; }
  #wrapper .gform_wrapper h3.gform_title {
    color: #009ddc;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.2rem; }
  #wrapper .gform_wrapper .gform_button {
    text-align: center; }
  #wrapper .gform_wrapper img.gform_ajax_spinner {
    display: none !important; }

/* Small */
@media only screen and (max-width: 40em) {
  .top-bar {
    margin-top: 60px; } }
/*
MEDIUM
*/
@media only screen and (min-width: 40.063em) {
  #header-top #top-bar-widget {
    margin-left: 30px; }

  #primary-nav li a {
    font-size: 0.85rem; }

  .slick-prev {
    left: -25px; }

  .slick-next {
    right: -25px; } }
/* Large */
@media only screen and (min-width: 64.063em) {
  #title-container {
    padding: 80px 0 70px; } }
/*
XLARGE
*/
/*
XXLARGE
*/
@media print {
  /******************************************************************
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }

  a:after, a:visited:after {
    content: " (" attr(href) ")"; }

  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: .5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none; } }

/*# sourceMappingURL=style.css.map */

