/******************************************************************
Theme Name: Newy Finance
Author: Rhys Hughes
Author URI: https://rhyshughes.com.au/
Version: 4.7
******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  color: #333;
  background-color: #fff;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

.border {
  border: 1px solid #f9f9f9;
}

.transition {
  transition: background 0.2s ease,padding 0.8s linear;
}

html, body {
  height: 100%;
}

.off-canvas-wrapper-inner {
  background: #fff;
}

.logo img {
  image-rendering: -webkit-optimize-contrast;
}

table {
  margin-top: 20px;
}

table td {
  vertical-align: top;
}

table th {
  text-align: left;
}

/*********************
LINK STYLES
*********************/
a {
  color: #0072bc;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:hover {
  color: #0072bc;
}

/******************************************************************
H1, H2, H3, H4, H5 P STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {
  font-family: "Roboto Slab", serif;
  color: #333;
  margin: 2rem 0 1rem;
  text-transform: none;
  line-height: 1.2;
  font-weight: bold;
}

h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong, h4 strong, .h4 strong, h5 strong, .h5 strong, h6 strong {
  font-weight: 400;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a {
  color: #333;
  text-decoration: none;
}

h1 {
  font-size: 2.1rem;
  margin-top: 0;
  text-transform: none;
}

h2 {
  font-size: 1.6rem;
}

h2 strong {
  color: #333;
  font-weight: 400;
}

h3 {
  font-size: 1.5rem;
  text-transform: none;
  color: #0072bc;
  font-weight: normal;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.1rem;
}

/*********************
POSTS & CONTENT STYLES
*********************/
.accordion-content {
  color: #333;
}

#main {
  padding: 50px 0;
  margin: 0;
}

#content {
  z-index: 9;
}

#content td, #content li, #content p {
  font-size: 1rem;
}

#content .entry-content h2:first-child,
#content .entry-content h3:first-child,
#content .entry-content h4:first-child,
#content .entry-content h5:first-child,
#content .entry-content h6:first-child {
  margin-top: 0;
}

.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: #f9f9f9;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #f9f9f9;
  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;
}

.button, button, a.button, .wpcf7 input[type=submit] {
  background-color: #0072bc;
  color: #fff;
  padding: 15px 20px;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  letter-spacing: 1px;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px !important;
}

.button.jumbo, button.jumbo, a.button.jumbo, .wpcf7 input[type=submit].jumbo {
  font-size: 1.2rem;
  padding: 15px 30px;
}

.button:hover, button:focus, a.button:hover, .button:focus, .wpcf7 input[type=submit]:hover {
  background-color: #003b67;
  color: #fff;
}

a.button-alt {
  background-color: transparent;
  border: 1px solid #0072bc;
  color: #0072bc;
}

a.button-alt:hover {
  border: 1px solid #0072bc;
  background-color: #0072bc;
}

a.button-alt-white {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

#breadcrumbs {
  margin: 0 0 30px;
  color: #0072bc;
}

#breadcrumbs a {
  color: #333;
}

#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: 0.85rem;
}

.subpage-list li {
  list-style: none;
}

.subpage-list li a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  top: 10px;
  left: 5px;
  color: #0072bc;
}

.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: #0072bc;
  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: #0072bc;
  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: #0072bc;
}

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: #003b67;
  font-size: 0.5rem;
}

@media (min-width: 64em) {
  img.alignright {
    float: right;
    margin: 0 0 30px 30px;
  }
  img.alignleft {
    float: left;
    margin: 0 30px 30px 0;
  }
  img.aligncenter {
    margin: 0 auto 20px;
    display: block;
  }
}

ul.check-list {
  margin: 0;
}

ul.check-list li {
  list-style: none;
  position: relative;
  padding-left: 0;
  margin-bottom: 5px;
}

ul.check-list li:before {
  font-family: 'FontAwesome';
  content: "\f058";
  position: relative;
  color: #0072bc;
  font-size: 1rem;
  margin-right: 5px;
}

@media (min-width: 64em) {
  ul.split-list {
    margin: 0;
    padding: 0;
  }
  ul.split-list li {
    list-style: none;
  }
  ul.split-list .sub-list {
    float: left;
    width: 30%;
  }
}

#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: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.row-expanded.collapse > .column, .row-expanded.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.primary {
  color: #0072bc;
}

.secondary {
  color: #003b67;
}

.tertiary {
  color: #0072bc;
}

#main td, #main th {
  border: 1px solid #ddd;
}

.fadein {
  opacity: 0;
}

.loaded .fadein {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

input[type=text],
input[type=password] {
  box-sizing: border-box !important;
}

.accordion-panel .accordion-title {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #333;
  padding-right: 30px;
}

.accordion-panel .accordion-title:before {
  color: #0072bc;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar .widget {
  margin-bottom: 50px;
  padding: 20px;
  background-color: #f9f9f9;
}

.sidebar .widget h4, .sidebar .widget h4.widgettitle {
  color: #0072bc;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  margin-top: 0;
}

.sidebar .widget.darkbg {
  background-color: #0072bc;
  color: #fff;
}

.sidebar .widget.darkbg a.button, .sidebar .widget.darkbg p, .sidebar .widget.darkbg a, .sidebar .widget.darkbg h4, .sidebar .widget.darkbg h4.widgettitle {
  color: #fff;
}

.sidebar .widget .button {
  margin-bottom: 0;
}

.sidebar .gform_widget {
  padding: 0;
}

.sidebar ul.menu {
  margin: 0;
  padding: 0;
}

.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: #003b67;
}

.sidebar ul.menu li a {
  padding-top: 5px;
  border-bottom: 1px solid #ccc;
  color: #0072bc;
}

.sidebar ul.menu li a:hover {
  color: #003b67;
}

.sidebar ul, .sidebar li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar li a {
  color: #333;
}

.sidebar li a:hover {
  color: #0072bc;
}

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

/*********************
FOUNDATION STYLES
*********************/
.clearing-assembled.clearing-blackout a:hover {
  background: #fff;
}

/******************************************************************
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-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 400ms 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;
}

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

/*********************
HEADER STYLES
*********************/
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: none;
  float: left;
}

.top-bar,
.top-bar ul {
  background-color: transparent;
  padding: 0;
}

.header {
  z-index: 999;
  position: relative;
}

#header {
  padding-top: 0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #0072bc;
}

.logo {
  text-align: left;
  max-width: 270px;
  margin: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (min-width: 64em) {
  .logo {
    margin: 0;
  }
}

.logo img {
  image-rendering: -webkit-optimize-contrast;
}

#above-header {
  background: #0072bc;
  text-align: center;
  padding: 8px 0;
}

#above-header ul {
  text-align: center;
}

@media (min-width: 64em) {
  #above-header ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

#above-header ul li {
  line-height: 1;
}

#above-header ul li:last-child {
  border: 0;
}

#above-header ul li:last-child a {
  padding-right: 0;
}

#above-header a {
  color: #fff;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.95rem;
}

#above-header a:hover {
  color: #fff;
}

#top-bar-widget {
  font-size: 1.4rem;
}

#top-bar-widget .fal {
  font-size: 0.85em;
}

#top-bar-widget a.button {
  padding: 6px 10px;
  margin: 0;
}

@media (min-width: 64em) {
  #top-bar-widget a.button {
    margin: 0 0 0 20px;
  }
}

#top-bar-widget a {
  vertical-align: middle;
  display: inline-block;
}

#mobile-topbar #top-bar-widget {
  background: #0072bc;
  text-align: center;
  margin: 0;
  padding: 5px 0;
  font-size: 1.2rem;
}

#mobile-topbar #top-bar-widget a {
  color: #fff;
}

.header ul.off-canvas-list li {
  list-style: none;
}

.off-canvas-content {
  background-color: #fff;
  box-shadow: none;
}

.is-stuck {
  animation-duration: 0.8s;
  animation-name: fadeIn;
}

/*********************
NAVIGATION STYLES
*********************/
#primary-nav {
  position: relative;
  background-color: transparent;
  padding: 0;
  border-bottom: 0;
  margin-top: 15px;
}

#primary-nav #menu-main-menu-1 {
  text-align: center;
  display: block;
}

#primary-nav #menu-main-menu-1 > li:first-child a {
  position: relative;
  font-size: 0 !important;
  padding: 0;
  margin: 0 10px 0 0;
  width: 24px;
  height: 26px;
}

#primary-nav #menu-main-menu-1 > li:first-child a:before {
  display: block;
  margin: 0 auto;
  font-family: 'Font Awesome 5 Pro';
  font-size: 22px;
  color: #333;
  content: "\f015";
}

#primary-nav #menu-main-menu-1 > li:first-child a:hover:before {
  color: #0072bc;
}

#primary-nav #menu-main-menu-1 > li.current-menu-item:first-child a:before {
  color: #0072bc;
}

#primary-nav li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

#primary-nav li a {
  color: #333;
  padding: 10px 5px;
  display: block;
  text-transform: none;
  font-size: 0.95rem;
  font-weight: normal;
}

@media (min-width: 90em) {
  #primary-nav li a {
    padding: 10px 12px;
    font-size: 1rem;
  }
}

#primary-nav li a:hover {
  background: transparent;
  color: #0072bc;
}

#primary-nav li:last-child a {
  padding-right: 0;
}

#primary-nav li.current-menu-item > a {
  color: #0072bc;
}

#primary-nav li ul li a {
  color: #fff;
  line-height: 1.1;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#primary-nav li ul li a:hover {
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.5);
}

#primary-nav li ul li.current-menu-item > a {
  color: #fff;
}

#primary-nav li ul li:last-child a {
  border-bottom: 0;
}

#primary-nav .submenu {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  background: #0072bc;
  border: 0;
}

#primary-nav .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: transparent;
}

.menu .active > a {
  background-color: transparent;
}

.off-canvas-wrapper {
  background-color: #003b67;
}

.off-canvas {
  outline: 0;
  border: 0;
  background-color: #003b67;
}

.off-canvas #menu-main-menu {
  margin-top: 50px;
}

.off-canvas li {
  background-color: #003b67;
}

.off-canvas li a {
  background-color: #003b67;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px;
}

.off-canvas li a:after {
  border-color: #0072bc transparent transparent;
}

.off-canvas li a:hover {
  color: #0072bc;
}

.off-canvas li ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.off-canvas li ul li a {
  border: 0;
  font-size: 0.9em;
  padding: 15px 10px 15px 30px;
}

.off-canvas .menu .active > a {
  color: #fff;
  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;
  color: #003b67;
}

.off-canvas .widget {
  color: #fff;
  padding: 15px;
}

.off-canvas .widget a {
  color: #0072bc;
}

#mobile-header {
  padding: 0;
}

#mobile-header a.nav-toggle {
  color: #0072bc;
  display: block;
}

#wrapper .gform_wrapper {
  margin: 0;
  width: 100% !important;
}

#wrapper .gform_wrapper .gform_body {
  width: 100%;
}

#wrapper .gform_wrapper ul.gform_fields {
  list-style: none outside none;
  margin: 0;
  padding: 15px 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#wrapper .gform_wrapper li.gfield {
  margin: 0 0 5px;
  background-image: none;
  padding: 0;
  flex: 0 0 100%;
}

#wrapper .gform_wrapper li.gfield.gf_left_half, #wrapper .gform_wrapper li.gfield.gf_right_half {
  flex: 0 0 49%;
}

#wrapper .gform_wrapper li.gfield.gform_validation_container {
  display: none;
}

#wrapper .gform_wrapper li:before {
  content: none !important;
}

#wrapper .gform_wrapper div.validation_error {
  color: red !important;
  font-size: 0.75em !important;
  font-weight: normal !important;
  line-height: 1 !important;
  margin: 0 0 5px 0 !important;
  border-color: red !important;
  padding: 15px;
  text-align: center;
}

#wrapper .gform_wrapper li.gfield_error {
  padding: 0 !important;
  max-width: 100% !important;
}

#wrapper .gform_wrapper li.gfield_error input.medium {
  border: 1px solid red !important;
}

#wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
#wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  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: -15px 0 15px 0 !important;
  color: #777;
}

#wrapper .gform_wrapper .validation_message {
  display: none;
}

#wrapper .gform_wrapper .medium,
#wrapper .gform_wrapper input[type="text"],
#wrapper .gform_wrapper select,
#wrapper .gform_wrapper textarea {
  font-size: 1rem !important;
  color: #333;
  width: 100%;
  padding: 5px 10px !important;
  margin: 0;
  box-shadow: none;
  position: relative;
  border: 1px solid #ddd;
  background: #fff;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px !important;
}

#wrapper .gform_wrapper .gform_heading {
  font-size: 1rem;
}

#wrapper .gform_wrapper .textarea {
  height: 150px !important;
  padding: 10px !important;
}

#wrapper .gform_wrapper .gform_page_footer {
  border: 0 !important;
}

#wrapper .gform_wrapper .gform_footer,
#wrapper .gform_wrapper .gform_page_footer {
  text-align: left;
  padding: 5px 15px 20px;
  width: 100%;
  text-align: center;
}

#wrapper .gform_wrapper .gform_footer .button,
#wrapper .gform_wrapper .gform_page_footer .button {
  margin: 0;
  position: relative;
  font-size: 1.5rem;
  line-height: 1;
  border: 0;
  padding: 15px 35px;
  margin: 0;
  width: 100%;
  background: #003b67;
  color: #fff;
}

#wrapper .gform_wrapper .gform_footer .button:hover,
#wrapper .gform_wrapper .gform_page_footer .button:hover {
  background: #0072bc;
  color: #fff;
}

#wrapper .gform_wrapper label {
  font-size: 1rem;
  color: #333;
  font-weight: normal;
}

#wrapper .gform_wrapper li.hidden_label label {
  display: none;
}

#wrapper .gform_wrapper span.gfield_required {
  display: none;
}

#wrapper .gform_wrapper h3.gform_title {
  color: #0072bc;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  margin: 0 0 30px;
}

#wrapper .gform_wrapper .gform_button {
  text-align: center;
  padding: 15px 30px;
}

#wrapper .gform_wrapper img.gform_ajax_spinner {
  display: none !important;
}

#wrapper .gform_wrapper body ul li.field_description_below div.ginput_container_radio,
#wrapper .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
  margin-top: 5px;
  margin-bottom: 0;
}

#wrapper .gform_wrapper body ul li.field_description_below div.ginput_container_radio input,
#wrapper .gform_wrapper ul li.field_description_below div.ginput_container_checkbox input {
  margin: 0;
}

#wrapper .gform_wrapper ::-webkit-input-placeholder {
  color: #333;
}

#wrapper .gform_wrapper :-moz-placeholder {
  color: #333;
}

#wrapper .gform_wrapper ::-moz-placeholder {
  color: #333;
}

#wrapper .gform_wrapper :-ms-input-placeholder {
  color: #333;
}

#wrapper .gform_wrapper ::-ms-input-placeholder {
  color: #333;
}

#wrapper .gform_wrapper ::placeholder {
  color: #333;
}

#wrapper .gform_wrapper ::placeholder {
  color: #333;
}

/*********************
HOME
*********************/
body.home #main {
  padding: 0;
}

#home-featured {
  padding-top: 0;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 64em) {
  #home-featured {
    background-image: none !important;
  }
}

#home-featured .mask {
  position: relative;
  padding: 30px 0;
}

@media (min-width: 64em) {
  #home-featured .mask {
    padding: 0 0 50px;
    background: rgba(0, 0, 0, 0.3);
  }
}

#home-featured .feature-text {
  font-size: 1.2rem;
  padding-bottom: 20px;
  font-weight: normal;
  line-height: 1;
  color: #333;
}

@media (min-width: 64em) {
  #home-featured .feature-text {
    color: #fff;
  }
}

#home-featured .feature-text img {
  margin-top: 20px;
}

#home-featured .feature-text ul {
  margin: 0;
}

@media (min-width: 64em) {
  #home-featured .feature-text ul.sub-list {
    width: 50%;
  }
}

#home-featured .feature-text ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 1.3rem;
}

#home-featured .feature-text ul li:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f058";
  position: absolute;
  color: #333;
  font-size: 1rem;
  margin-left: -20px;
  top: 3px;
}

@media (min-width: 64em) {
  #home-featured .feature-text ul li:before {
    color: #fff;
  }
}

#home-featured .feature-text h2 {
  color: #333;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  max-width: 570px;
}

@media (min-width: 64em) {
  #home-featured .feature-text h2 {
    color: #fff;
  }
}

@media (min-width: 64em) {
  #home-featured .feature-text h2 {
    margin: 0 0px 10px;
    font-size: 1.5rem;
  }
}

#home-featured .feature-text h1 {
  font-size: 2rem;
  color: #0072bc;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}

@media (min-width: 64em) {
  #home-featured .feature-text h1 {
    color: #fff;
  }
}

@media (min-width: 64em) {
  #home-featured .feature-text h1 {
    font-size: 4rem;
  }
}

#home-featured .feature-text h3 {
  font-size: 1.2rem;
  color: #333;
  font-weight: normal;
  margin-top: 10px;
}

@media (min-width: 64em) {
  #home-featured .feature-text h3 {
    color: #fff;
  }
}

#home-featured #gform_wrapper_1 {
  margin-top: 30px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

#home-featured #gform_wrapper_1 .custom-header,
#home-featured #gform_wrapper_1 .enquiry-form {
  margin: 0;
}

#home-featured .gform_wrapper h2.gsection_title {
  margin-top: 30px !important;
}

#home-featured .gform_wrapper .gsection {
  padding-bottom: 10px !important;
}

#home-featured #gform_1 {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
  border-top: 0;
  border-bottom: 0;
  margin: 20px 0;
  color: #fff;
  position: relative;
  display: block;
  padding: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px !important;
}

#home-featured #gform_1 .textarea {
  height: 80px !important;
}

#home-featured #gform_1 .gform_footer {
  padding-bottom: 20px;
}

#home-featured #gform_1 .custom-header {
  background: #0072bc;
  padding-top: 15px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

#home-featured #gform_1 .custom-header h2 {
  font-size: 2rem;
  color: #fff;
  margin: 0 0 10px;
}

#home-featured #gform_1 .custom-header h2 a {
  color: #fff;
}

#home-featured #gform_1 ul.gform_fields {
  padding: 110px 15px 0;
}

.button {
  font-family: "Open Sans", sans-serif;
}

#home-testimonials {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  background: #003b67;
}

@media (min-width: 64em) {
  #home-testimonials {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

#home-testimonials h2 {
  display: inline-block;
  margin: 0 0 40px;
  color: #fff;
}

#home-testimonials h2 strong {
  border-bottom: 2px solid #0072bc;
  padding-bottom: 10px;
}

#home-testimonials .owl-stage-outer {
  padding-top: 0;
}

#home-testimonials .owl-nav {
  margin-top: 10px;
  text-align: center;
  top: 50%;
  width: 100%;
  position: absolute;
  margin-top: -50px;
}

#home-testimonials .owl-nav > div {
  display: inline-block;
  color: #0072bc;
  position: absolute;
  font-size: 4rem;
}

#home-testimonials .owl-nav .owl-prev {
  left: 0;
}

#home-testimonials .owl-nav .owl-next {
  right: 0;
}

#home-testimonials .single-testimonial {
  background-color: #fff;
  padding: 40px;
  margin: 30px 0;
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}

#home-testimonials .single-testimonial blockquote {
  border: 0;
}

#home-testimonials .single-testimonial blockquote:before {
  font-family: 'FontAwesome';
  content: "\f10d";
  display: inline-block;
  top: 0;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  color: #fff;
  background: #0072bc;
  padding: 5px 10px;
  line-height: 1;
  border: 5px solid #0072bc;
  border-radius: 50%;
  font-size: 2rem;
}

#home-testimonials .single-testimonial p {
  color: #333;
}

@media (min-width: 64em) {
  #home-testimonials .single-testimonial p {
    font-size: 1.4rem;
  }
}

#home-testimonials .single-testimonial h4 {
  color: #0072bc;
  float: none !important;
  font-size: 1rem;
}

@media (min-width: 64em) {
  #home-testimonials .single-testimonial h4 {
    font-size: 1.4rem;
  }
}

#home-lenders {
  text-align: center;
  background: #fff;
  margin: 0;
  padding: 30px 0;
}

#home-lenders h2 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  text-transform: uppercase;
}

@media (min-width: 64em) {
  #home-lenders h2 {
    margin: 0;
    font-size: 1.1rem;
  }
}

#home-lenders img {
  max-height: 55px;
  width: auto;
  max-width: 150px;
  image-rendering: -webkit-optimize-contrast;
  display: block;
  margin: 0 auto;
}

#home-lenders .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

#home-lenders .owl-nav > div .fa {
  font-size: 2em;
  color: #ccc;
}

#home-lenders .owl-nav > div {
  margin-top: -8px;
}

#home-lenders .owl-item {
  text-align: center;
}

#home-lenders .owl-prev {
  width: 15px;
  position: absolute;
  top: 40%;
  margin-left: -20px;
}

#home-lenders .owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  right: -25px;
}

#home-cta {
  background: #003b67;
  color: #fff;
  padding: 40px 0;
  text-align: center;
  margin: 0;
}

@media (min-width: 64em) {
  #home-cta {
    text-align: left;
  }
  #home-cta .text2 img {
    position: absolute;
    left: 0;
    top: -50px;
  }
  #home-cta .text2 {
    padding-left: 170px;
    position: relative;
  }
}

#home-cta h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 1.8rem;
}

#home-cta p {
  font-size: 1.4rem;
  text-transform: none;
}

@media (min-width: 64em) {
  #home-cta p {
    text-align: left;
    margin: 0;
  }
}

#home-cta .button {
  margin: 0;
  background: #fff;
  color: #333;
  font-size: 1.3rem;
  display: block;
}

#home-cta .button:hover {
  background: #0072bc;
  color: #fff;
}

#home-services {
  text-align: center;
  margin-bottom: 0;
  padding: 40px 0;
}

#home-services h2 {
  text-transform: uppercase;
  font-size: 2rem;
}

#home-services img {
  width: 100%;
}

#home-services .cell {
  position: relative;
  margin-bottom: 20px;
}

#home-services h3 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-weight: bold;
  z-index: 2;
  margin: -20px 0 0;
  text-shadow: 1px 1px 3px #000;
}

#home-services h3 strong {
  color: #fff;
  font-family: "Roboto Slab", serif;
  display: block;
}

#home-services .overlay {
  opacity: 1;
  position: absolute;
  top: 0;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

#home-services a:hover .overlay {
  background: rgba(0, 114, 188, 0.8);
}

#home-author {
  padding: 0;
  margin: 0;
  text-align: center;
}

@media (min-width: 64em) {
  #home-author {
    text-align: left;
    padding: 50px;
	background-size: cover;
  }
}

@media (max-width: 64em) {
  #home-author {
    background-image: none !important;
  }
}

#home-author .text {
  padding: 30px 0;
}

#home-author .image-wrapper p {
  margin: 0;
}

#home-author h2 {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #333;
}

@media (min-width: 64em) {
  #home-author h2 {
    color: #fff;
  }
}

#home-author h3 {
  font-size: 1.5rem;
  margin-top: 0;
  color: #333;
}

@media (min-width: 64em) {
  #home-author h3 {
    color: #fff;
  }
}

#home-author p {
  font-size: 1.2rem;
  color: #333;
}

@media (min-width: 64em) {
  #home-author p {
    color: #fff;
  }
}

#home-author .button {
  text-shadow: none;
}

#wrapper .lead {
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 64em) {
  #wrapper .lead p {
    font-size: 1.5rem;
  }
  #wrapper .lead h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  #wrapper .lead h3 {
    font-size: 1.1rem;
    margin: 0 0 30px;
  }
}

#wrapper .grid-container.full {
  max-width: 100rem;
}

body.home .layout-panel {
  padding: 50px 0;
}

/******************************************************************
Site Specific
******************************************************************/
body.page-child #page-categories {
  display: none;
}

.layout-panel {
  padding: 0px 0;
  margin: 0 0 10px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.layout-panel.alt-bg {
  background-color: #0072bc;
}

.layout-panel.no-bottom {
  margin-bottom: 0;
}

.layout-panel.darkbg {
  background-color: #0072bc;
  color: #fff;
}

.layout-panel.darkbg a.button, .layout-panel.darkbg p, .layout-panel.darkbg a, .layout-panel.darkbg h2, .layout-panel.darkbg h3, .layout-panel.darkbg h4, .layout-panel.darkbg h5 {
  color: #fff;
}

.layout-panel.lightbg {
  background-color: #fff;
}

.layout-panel.greybg {
  background-color: #f9f9f9;
}

.layout-panel.extrapad .cell {
  padding: 20px;
}

.layout-panel .cell > h2:first-child {
  margin-top: 0;
}

.layout-panel .cell.extrapad {
  padding: 40px 50px;
}

.layout-panel.shortrow {
  max-width: 50rem;
  margin-bottom: 30px;
}

.layout-panel.shortrow h2 {
  margin-top: 10px;
}

.layout-panel.shortrow img {
  max-height: 250px;
}

.layout-panel.grid-panel a {
  display: block;
  background-size: cover;
  background-position: center center;
  color: #fff;
  min-height: 280px;
  padding-top: 235px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
}

.layout-panel.grid-panel a:hover {
  opacity: 0.8;
}

.layout-panel.grid-panel p {
  color: #fff;
}

.layout-panel.grid-panel h3 {
  color: #fff;
  margin: 0;
  font-size: 1.2rem;
  display: block;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 3px solid #0072bc;
}

.layout-panel.staff {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.layout-panel.staff h3 {
  margin-top: 0;
}

.layout-panel.large-icon-grid a {
  color: #333;
  padding: 30px 15px;
  position: relative;
  display: block;
}

.layout-panel.large-icon-grid .tile {
  border: 1px solid #dddddd;
}

.layout-panel.large-icon-grid h3 {
  margin: 0;
  padding: 10px;
  font-size: 1.3rem;
}

.layout-panel.large-icon-grid .tile:hover {
  background-color: #f1f1f1;
}

.layout-panel.large-icon-grid img {
  width: 100%;
}

.post h3 {
  margin: 0 0 30px;
  font-size: 1.8rem;
}

#archive-wrapper .post {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}

.post .price {
  background-color: rgba(213, 177, 65, 0.8);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 1.2rem;
  padding: 20px;
  line-height: 1;
  pointer-events: none;
}

.post .post-image {
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}

.post .post-image img {
  width: 100%;
}

.post .post-title {
  margin-bottom: 30px;
}

.post .post-title h2 {
  margin: 0;
}

.room-wrapper .post .post-title h2 {
  margin-bottom: 10px;
}

.post .post-details {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.1);
  width: 80%;
  margin: -50px auto;
  position: relative;
  padding: 30px;
  text-align: center;
}

.post .button {
  display: inline-block;
  font-size: 1.2rem;
  padding: 20px 30px;
  margin-top: 40px;
}

#single-post {
  margin-bottom: 50px;
}

#single-post h3 {
  color: #0072bc;
  text-transform: uppercase;
  margin: 0 0 30px;
}

#single-post #gallery {
  margin-bottom: 50px;
}

#single-post .post-desc {
  margin: 30px 0;
}

#single-post .post-image {
  margin-bottom: 50px;
  text-align: left;
}

#wrapper #sidebar1 .gform_wrapper {
  margin-top: 0;
}

#wrapper #sidebar1 .gform_wrapper .enquiry-form {
  margin-top: 0;
  border: 1px solid #ccc;
}

#wrapper #sidebar1 .gform_wrapper .enquiry-form .custom-header {
  padding: 0;
  text-align: center;
}

#wrapper #sidebar1 .gform_wrapper .enquiry-form .custom-header h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 5px;
  text-align: center;
}

#wrapper #sidebar1 .gform_wrapper .enquiry-form .custom-header p {
  font-size: 0.8rem;
}

#wrapper #sidebar1 .gform_wrapper .enquiry-form ul.gform_fields {
  background: #f9f9f9;
}

#wrapper #sidebar1 .gform_wrapper .enquiry-form .gform_footer {
  background: #f9f9f9;
  margin: 0;
}

#wrapper #sidebar1 .gform_wrapper .enquiry-form .gform_footer .gform_button {
  margin: 0;
  display: block;
  width: 100%;
}

#title-container {
  margin: 0 0 20px;
  color: #333;
}

#title-container h1 {
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 40px;
  font-size: 1.8rem;
  color: #333;
  display: block;
}

#title-container .subheading {
  font-weight: normal;
  font-family: "Roboto Slab", serif;
  font-size: 1.2rem;
  border-bottom: 1px solid #eee;
  margin-top: -10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#title-container .button {
  background: #003b67;
}

#title-container .button-alt {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

h1.page-title {
  font-size: 2.5rem;
  margin: 0;
}

#content p.large, #content .large p {
  font-size: 1.5em;
}

#content p.highlight {
  color: #003b67;
}

#content .no-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

#main table tbody tr:nth-child(even) {
  background-color: #fff;
}

#content .cta-panel.light h4, #content .cta-panel.light p {
  color: #fff;
}

#content .highlight {
  background-color: #f9f9f9;
  padding: 30px 0 10px;
}

#main .cta-panel {
  background-color: #f9f9f9;
  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;
}

.primary-bg {
  background: #0072bc;
  color: #fff !important;
}

.primary-bg h1, .primary-bg h2, .primary-bg h3, .primary-bg h4, .primary-bg h5, .primary-bg h6 {
  color: #fff;
}

#contact-page-form {
  background-color: #f9f9f9;
  padding: 20px;
  border: 1px solid #ccc;
}

#wrapper #contact-details-container {
  padding-bottom: 80px;
}

#wrapper #contact-details-container #gform_wrapper_5 .button {
  font-size: 1.5rem;
}

#wrapper #contact-details-container #gform_wrapper_5 .enquiry-form {
  border: 0;
  padding: 0;
}

#wrapper #contact-details-container #gform_wrapper_5 textarea.medium {
  height: 150px !important;
}

#wrapper #contact-details-container h2 {
  margin-top: 10px;
}

#wrapper #contact-details-container #map-canvas {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}

#wrapper #contact-details-container .contact-details td {
  vertical-align: top;
}

#wrapper #contact-details-container .contact-details td h4 {
  margin-top: 0;
}

/* Posts */
#content .post-container,
#content .post-grid {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#content .post-container .cell,
#content .post-grid .cell {
  margin-bottom: 20px;
}

#content .post-container h2,
#content .post-grid h2 {
  text-transform: none;
  margin-top: 0;
}

#content .post-container p,
#content .post-grid p {
  line-height: 2;
}

#content .post-container .meta,
#content .post-grid .meta {
  font-size: 0.85em;
  color: #999;
  margin: 20px 0;
}

#content .post-container .meta a,
#content .post-grid .meta a {
  color: #999;
}

#content .post-container .meta span,
#content .post-grid .meta span {
  display: inline-block;
}

#content .post-container .meta .author,
#content .post-grid .meta .author {
  margin-right: 20px;
}

#content .post-container .post-thumb,
#content .post-grid .post-thumb {
  position: relative;
  margin-bottom: 20px;
}

#content .post-container .post-thumb img,
#content .post-grid .post-thumb img {
  width: 100%;
}

#content .post-container .button,
#content .post-grid .button {
  margin-top: 20px;
}

.form-wrapper {
  padding: 20px;
  background: #f9f9f9;
}

/*********************
FOOTER STYLES
*********************/
#footer-cta {
  margin: 0;
  font-size: 1.3rem;
  color: #fff;
  background: #0072bc;
  text-align: center;
  padding: 30px 0 10px;
}

#footer-cta .widgettitle {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (min-width: 64em) {
  #footer-cta .widgettitle {
    font-size: 2rem;
  }
}

#footer-cta .button {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  position: relative;
  z-index: 99;
  margin: 20px 0 10px;
  background: #003b67;
  padding: 15px 30px;
}

#footer-cta .button:hover {
  background: #fff;
  color: #0072bc;
}

@media (min-width: 64em) {
  #footer-cta .button {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 0 10px;
  }
}

#footer-cta a {
  color: #fff;
}

#footer {
  margin-top: 0px;
  text-align: center;
  color: #333;
  background-color: #f8f8f8;
}

#footer a {
  color: #333;
  font-family: "Roboto Slab", serif;
}

#footer #footer-top {
  margin-bottom: 0;
  padding: 30px 0 0;
  font-size: 1.2rem;
}

#footer .footer-logo {
  max-width: 250px;
}

#footer .menu {
  padding: 30px 0 0;
  margin: 0;
  text-align: center;
  display: block;
}

#footer .menu li {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 64em) {
  #footer .menu li {
    margin: 0 5px;
    display: inline-block;
  }
}

#footer .menu li a {
  font-size: 1rem;
  color: #777;
}

#footer .menu li a:hover {
  color: #0072bc;
}

#footer #footer-top {
  padding-bottom: 50px;
}

#footer #footer-top p {
  font-size: 1.3rem;
}

#footer #footer-top ul.social-list {
  margin: 0 0 20px;
  padding: 0;
}

#footer #footer-top ul.social-list li {
  list-style: none;
  display: inline-block;
}

#footer #footer-top .fa-stack {
  font-size: 1.5rem;
  color: #0072bc;
}

#footer #footer-top .fa-stack-1x {
  color: #fff;
}

#footer #footer-bottom {
  background-color: #edeff1;
  padding: 20px 0;
}

#footer #footer-bottom p {
  font-size: 0.85rem;
  color: #777;
}

#footer #footer-bottom a {
  color: #777;
}

#footer #footer-bottom a:hover {
  color: #0072bc;
}

.screen-reader-text {
  display: none;
}

.flex-video, .responsive-embed {
  padding-bottom: 100%;
  min-height: 2000px;
}

@media (min-width: 64em) {
  .hidedesktop {
    display: none !important;
  }
}

.hidemobile {
  display: none !important;
}

@media (min-width: 64em) {
  .hidemobile {
    display: block !important;
  }
}

.gform_confirmation_wrapper {
    background: #fff;
    padding: 20px;
    min-height: 340px;
    margin: 50px 0;
    display: flex;
    align-items: center;
}

/*# sourceMappingURL=style.css.map */