/*--------------------------------------------------------------

# Bourbon

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i");
/*--------------------------------------------------------------

# Neat

--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

/*--------------------------------------------------------------

# Mixins

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# REM
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Font weight
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Outer margin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Outer margin - The better method of doing it
--------------------------------------------------------------*/
/*--------------------------------------------------------------

# Base

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Asides
--------------------------------------------------------------*/
.archive .format-aside .entry-title,
.blog .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 3px;
  background: #61bb46;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Copy
--------------------------------------------------------------*/
p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: "Open Sans", sans-serif; }

abbr,
acronym {
  border-bottom: 1px dotted #666666;
  cursor: help; }

ins,
mark {
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  font-size: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: max-width 800px 8) {
    html {
      font-size: 9px; } }
  @media screen and (min-width: max-width 580px 4) {
    html {
      font-size: 8px; } }

*,
*:after,
*:before {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote,
q {
  quotes: "" ""; }
  blockquote:after, blockquote:before,
  q:after,
  q:before {
    content: ""; }

hr {
  background-color: #666666;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ol,
ul {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Fields
--------------------------------------------------------------*/
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"],
textarea {
  color: #666666;
  border: 1px solid #666666;
  border-radius: 3px; }
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="text"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    color: #666666; }

input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Headings
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

h1 {
  font-size: 34px;
  font-size: 3.4rem;
  margin: 0 0 1.3em;
  padding: 0; }

h2 {
  font-size: 26px;
  font-size: 2.6rem;
  margin: 0 0 1.3em;
  padding: 0; }

h3 {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 1.3em;
  padding: 0; }

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 1.3em;
  padding: 0; }

h5 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 1.3em;
  padding: 0; }

h6 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 1.3em;
  padding: 0; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
# Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.group-blog .byline,
.single .byline {
  display: inline; }

.entry-content,
.entry-summary,
.page-content {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #666666;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------

# Theme Folder

--------------------------------------------------------------*/
body {
  margin: 0px !important; }

header-wrapper {
  background: white;
  padding: 10px 0px; }
  .header-wrapper .header-panel {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }
    .header-wrapper .header-panel::after {
      clear: both;
      content: "";
      display: block; }
    @media only screen and (max-width: 1400px) {
      .header-wrapper .header-panel {
        margin-left: 30px;
        margin-right: 30px; } }
    @media only screen and (max-width: 800px) {
      .header-wrapper .header-panel {
        margin-left: 20px;
        margin-right: 20px; } }
    @media only screen and (max-width: 500px) {
      .header-wrapper .header-panel {
        margin-left: 20px;
        margin-right: 20px; } }
    .header-wrapper .header-panel .logo-card-1 {
      float: left;
      display: block;
      margin-right: 1.78571%;
      width: 32.14286%; }
      .header-wrapper .header-panel .logo-card-1:last-child {
        margin-right: 0; }
      @media screen and (max-width: 800px) {
        .header-wrapper .header-panel .logo-card-1 {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 49.10714%;
          margin-left: 0%; }
          .header-wrapper .header-panel .logo-card-1:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 600px) {
        .header-wrapper .header-panel .logo-card-1 {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 100%;
          text-align: center;
          margin: 20px 0px; }
          .header-wrapper .header-panel .logo-card-1:last-child {
            margin-right: 0; } }
      .header-wrapper .header-panel .logo-card-1 img {
        width: 100%;
        height: auto;
        display: block;
        max-width: 320px; }
        @media screen and (max-width: 600px) {
          .header-wrapper .header-panel .logo-card-1 img {
            display: inline-block; } }
    .header-wrapper .header-panel .logo-card-2 {
      float: left;
      display: block;
      margin-right: 1.78571%;
      width: 23.66071%;
      margin-left: 42.41071%;
      text-align: right; }
      .header-wrapper .header-panel .logo-card-2:last-child {
        margin-right: 0; }
      .header-wrapper .header-panel .logo-card-2 p {
        font-size: 32px;
        font-size: 3.2rem;
        margin: 0px;
        color: #384047; }
        .header-wrapper .header-panel .logo-card-2 p a {
          color: #384047;
          text-decoration: none;
          font-weight: bold;
          -webkit-transition: all 0.3 ease-in-out;
          -moz-transition: all 0.3 ease-in-out;
          -o-transition: all 0.3 ease-in-out;
          transition: all 0.3 ease-in-out; }
          .header-wrapper .header-panel .logo-card-2 p a:hover, .header-wrapper .header-panel .logo-card-2 p a:focus {
            text-decoration: underline;
            -webkit-transition: all 0.3 ease-in-out;
            -moz-transition: all 0.3 ease-in-out;
            -o-transition: all 0.3 ease-in-out;
            transition: all 0.3 ease-in-out; }
      @media screen and (max-width: 1200px) {
        .header-wrapper .header-panel .logo-card-2 {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 40.625%;
          margin-left: 25.44643%; }
          .header-wrapper .header-panel .logo-card-2:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 800px) {
        .header-wrapper .header-panel .logo-card-2 {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 49.10714%;
          margin-left: 0%; }
          .header-wrapper .header-panel .logo-card-2:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 600px) {
        .header-wrapper .header-panel .logo-card-2 {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 100%;
          margin-left: 0%;
          text-align: center;
          margin: 0px 0px 20px 0px; }
          .header-wrapper .header-panel .logo-card-2:last-child {
            margin-right: 0; }
          .header-wrapper .header-panel .logo-card-2 p {
            font-size: 28px;
            font-size: 2.8rem; } }

.showcase-background-image-wrapper {
  background: #384047 ;
  padding: 25px 0px;
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .showcase-background-image-wrapper {
      padding: 30px 0px;
      background-size: cover; } }
  .showcase-background-image-wrapper .showcase-information-inner-wrapper {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }
    .showcase-background-image-wrapper .showcase-information-inner-wrapper::after {
      clear: both;
      content: "";
      display: block; }
    @media only screen and (max-width: 1400px) {
      .showcase-background-image-wrapper .showcase-information-inner-wrapper {
        margin-left: 30px;
        margin-right: 30px; } }
    @media only screen and (max-width: 800px) {
      .showcase-background-image-wrapper .showcase-information-inner-wrapper {
        margin-left: 20px;
        margin-right: 20px; } }
    @media only screen and (max-width: 500px) {
      .showcase-background-image-wrapper .showcase-information-inner-wrapper {
        margin-left: 20px;
        margin-right: 20px; } }
    .showcase-background-image-wrapper .showcase-information-inner-wrapper .product-title-card {
      float: left;
      display: block;
      margin-right: 1.78571%;
      width: 49.10714%; }
      .showcase-background-image-wrapper .showcase-information-inner-wrapper .product-title-card:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        .showcase-background-image-wrapper .showcase-information-inner-wrapper .product-title-card {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 100%; }
          .showcase-background-image-wrapper .showcase-information-inner-wrapper .product-title-card:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 800px) {
        .showcase-background-image-wrapper .showcase-information-inner-wrapper .product-title-card {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 100%; }
          .showcase-background-image-wrapper .showcase-information-inner-wrapper .product-title-card:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 580px) {
        .showcase-background-image-wrapper .showcase-information-inner-wrapper .product-title-card {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 100%; }
          .showcase-background-image-wrapper .showcase-information-inner-wrapper .product-title-card:last-child {
            margin-right: 0; } }
      .showcase-background-image-wrapper .showcase-information-inner-wrapper .product-title-card h1 {
        color: white;
        font-size: 36px;
        font-size: 3.6rem;
        margin-bottom: 20px; }
        @media screen and (max-width: 580px) {
          .showcase-background-image-wrapper .showcase-information-inner-wrapper .product-title-card h1 {
            font-size: 36px;
            font-size: 3.6rem; } }

.property-details-wrapper {
  width: 100%;
  background: #384047;
  overflow: hidden;
  border-top: 10px solid #08b2af; }
  .property-details-wrapper .property-details-inner-wrapper {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px; }
    .property-details-wrapper .property-details-inner-wrapper::after {
      clear: both;
      content: "";
      display: block; }
    @media only screen and (max-width: 1400px) {
      .property-details-wrapper .property-details-inner-wrapper {
        margin-left: 30px;
        margin-right: 30px; } }
    @media only screen and (max-width: 800px) {
      .property-details-wrapper .property-details-inner-wrapper {
        margin-left: 20px;
        margin-right: 20px; } }
    @media only screen and (max-width: 500px) {
      .property-details-wrapper .property-details-inner-wrapper {
        margin-left: 20px;
        margin-right: 20px; } }
    .property-details-wrapper .property-details-inner-wrapper .product-details-card {
      float: left;
      display: block;
      margin-right: 1.78571%;
      width: 66.07143%; }
      .property-details-wrapper .property-details-inner-wrapper .product-details-card:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        .property-details-wrapper .property-details-inner-wrapper .product-details-card {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 100%; }
          .property-details-wrapper .property-details-inner-wrapper .product-details-card:last-child {
            margin-right: 0; } }
    .property-details-wrapper .property-details-inner-wrapper .product-details-form-card {
      float: left;
      display: block;
      margin-right: 1.78571%;
      width: 32.14286%;
      margin-left: 67.85714%; }
      .property-details-wrapper .property-details-inner-wrapper .product-details-form-card:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        .property-details-wrapper .property-details-inner-wrapper .product-details-form-card {
          min-height: auto;
          margin: 125px 0px; } }
      @media screen and (max-width: 1024px) {
        .property-details-wrapper .property-details-inner-wrapper .product-details-form-card {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 100%;
          margin-left: 0%;
          min-height: 100%;
          margin: 20px 0px; }
          .property-details-wrapper .property-details-inner-wrapper .product-details-form-card:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 800px) {
        .property-details-wrapper .property-details-inner-wrapper .product-details-form-card {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 100%;
          margin-left: 0%; }
          .property-details-wrapper .property-details-inner-wrapper .product-details-form-card:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 580px) {
        .property-details-wrapper .property-details-inner-wrapper .product-details-form-card {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 100%;
          margin-left: 0%; }
          .property-details-wrapper .property-details-inner-wrapper .product-details-form-card:last-child {
            margin-right: 0; } }
    .property-details-wrapper .property-details-inner-wrapper h2 {
      font-size: 33px;
      font-size: 3.3rem;
      font-weight: 200;
      color: white;
      padding:0px; }
      @media screen and (max-width: 800px) {
        .property-details-wrapper .property-details-inner-wrapper h2 {
          font-size: 30px;
          font-size: 3rem; } }
      .property-details-wrapper .property-details-inner-wrapper h2 span {
        color: #08b2af;
        font-weight: bold; }
    .property-details-wrapper .property-details-inner-wrapper ul {
      margin: 15px 0px;
      padding: 0px 30px;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: bold;
      color: white; }
      @media screen and (max-width: 800px) {
        .property-details-wrapper .property-details-inner-wrapper ul {
          font-size: 22px;
          font-size: 2.2rem; } }
      .property-details-wrapper .property-details-inner-wrapper ul li {
        padding: 10px 0px; }
        .property-details-wrapper .property-details-inner-wrapper ul li:first-child {
          padding-top: 0px; }
    .property-details-wrapper .property-details-inner-wrapper .product-details-form-card {
      position: relative; }
      .property-details-wrapper .property-details-inner-wrapper .product-details-form-card h2 {
        font-weight: bold; }
      .property-details-wrapper .property-details-inner-wrapper .product-details-form-card .form-wrapper {
        position: fixed;
        max-width: 371px;
        background: #ECF0F4;
        padding: 0px 10px;
        top: 0px; }
        .property-details-wrapper .property-details-inner-wrapper .product-details-form-card .form-wrapper.thank-you-message h2 {
          margin-bottom: 15px; }
        .property-details-wrapper .property-details-inner-wrapper .product-details-form-card .form-wrapper.thank-you-message p {
          font-size: 24px;
          font-size: 2.4rem;
          text-align: center; }
        @media screen and (max-width: 1200px) {
          .property-details-wrapper .property-details-inner-wrapper .product-details-form-card .form-wrapper {
            right: 20px; } }
        @media screen and (max-width: 1024px) {
          .property-details-wrapper .property-details-inner-wrapper .product-details-form-card .form-wrapper {
            position: relative;
            width: 100%;
            max-width: 100%;
            margin-top: 0px;
            right: 0px;
            bottom: 0px;
            top: 0px; } }
        .property-details-wrapper .property-details-inner-wrapper .product-details-form-card .form-wrapper.thank-you-message {
          bottom: 38%; }
          @media screen and (max-width: 1000px) {
            .property-details-wrapper .property-details-inner-wrapper .product-details-form-card .form-wrapper.thank-you-message {
              bottom: 0px; } }
        .property-details-wrapper .property-details-inner-wrapper .product-details-form-card .form-wrapper h2 {
          text-align: center;
          font-size: 26px;
          font-size: 2.6rem;
          color: #384047;
          margin-bottom: 20px; }
        .property-details-wrapper .property-details-inner-wrapper .product-details-form-card .form-wrapper input {
          -webkit-border-radius: 0;
          border-radius: 0; }
        .property-details-wrapper .property-details-inner-wrapper .product-details-form-card .form-wrapper input[type="text"],
        .property-details-wrapper .property-details-inner-wrapper .product-details-form-card .form-wrapper input[type="email"] {
          width: 100%;
          margin: 5px 0px;
          padding: 10px;
          font-size: 16px;
          font-size: 1.6rem;
          -webkit-border-radius: none;
          -moz-border-radius: none;
          border-radius: 0;
          -webkit-appearance: none; }
        .property-details-wrapper .property-details-inner-wrapper .product-details-form-card .form-wrapper input[type="submit"] {
          margin: 30px 0px 30px 0px;
          background: #384047;
          color: white;
          padding: 15px 20px;
          border: 2px solid transparent;
          -webkit-box-shadow: 0px;
          box-shadow: 0px;
          width: 100%;
          font-size: 18px;
          font-size: 1.8rem;
          text-transform: uppercase;
          font-weight: bold;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          -webkit-box-shadow: none;
          box-shadow: none;
          border-radius: 0 !important;
          text-align: center;
          -moz-border-radius: none !important;
          -webkit-border-radius: none !important;
          -webkit-appearance: none; }
          .property-details-wrapper .property-details-inner-wrapper .product-details-form-card .form-wrapper input[type="submit"]:hover, .property-details-wrapper .property-details-inner-wrapper .product-details-form-card .form-wrapper input[type="submit"]:focus {
            border: 2px solid #384047;
            color: #384047;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -webkit-box-shadow: none;
            box-shadow: none;
            background: #ffffff; }
        .property-details-wrapper .property-details-inner-wrapper .product-details-form-card .form-wrapper .privacy-notice p {
          font-size: 12px;
          font-size: 1.2rem;
          color: #6B7175;
          margin-top: 20px; }

.footer-outer-wrapper {
  background-color: #ffffff;
  padding: 10px 0px; }
  .footer-outer-wrapper .footer-content-panel {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px; }
    @media only screen and (max-width: 1400px) {
      .footer-outer-wrapper .footer-content-panel {
        margin-left: 30px;
        margin-right: 30px; } }
    @media only screen and (max-width: 800px) {
      .footer-outer-wrapper .footer-content-panel {
        margin-left: 20px;
        margin-right: 20px; } }
    @media only screen and (max-width: 500px) {
      .footer-outer-wrapper .footer-content-panel {
        margin-left: 20px;
        margin-right: 20px; } }
    .footer-outer-wrapper .footer-content-panel::after {
      clear: both;
      content: "";
      display: block; }
    .footer-outer-wrapper .footer-content-panel .footer-content-1 {
      float: left;
      display: block;
      margin-right: 1.78571%;
      width: 49.10714%;
      margin-left: -101.78571%; }
      .footer-outer-wrapper .footer-content-panel .footer-content-1:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1200px) {
        .footer-outer-wrapper .footer-content-panel .footer-content-1 {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 32.14286%;
          margin-left: -101.78571%; }
          .footer-outer-wrapper .footer-content-panel .footer-content-1:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 1024px) {
        .footer-outer-wrapper .footer-content-panel .footer-content-1 {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 40.625%;
          margin-left: -101.78571%; }
          .footer-outer-wrapper .footer-content-panel .footer-content-1:last-child {
            margin-right: 0; }
          .footer-outer-wrapper .footer-content-panel .footer-content-1 p {
            text-align: center; } }
      @media screen and (max-width: 800px) {
        .footer-outer-wrapper .footer-content-panel .footer-content-1 {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 100%;
          margin-left: 0%; }
          .footer-outer-wrapper .footer-content-panel .footer-content-1:last-child {
            margin-right: 0; }
          .footer-outer-wrapper .footer-content-panel .footer-content-1 p {
            text-align: center; } }
      @media screen and (max-width: 580px) {
        .footer-outer-wrapper .footer-content-panel .footer-content-1 {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 100%;
          margin-left: 0%; }
          .footer-outer-wrapper .footer-content-panel .footer-content-1:last-child {
            margin-right: 0; }
          .footer-outer-wrapper .footer-content-panel .footer-content-1 p {
            text-align: center; } }
    .footer-outer-wrapper .footer-content-panel .footer-content-2 {
      float: left;
      display: block;
      margin-right: 1.78571%;
      width: 49.10714%;
      margin-left: 50.89286%; }
      .footer-outer-wrapper .footer-content-panel .footer-content-2:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1200px) {
        .footer-outer-wrapper .footer-content-panel .footer-content-2 {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 66.07143%;
          margin-left: 33.92857%; }
          .footer-outer-wrapper .footer-content-panel .footer-content-2:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 1024px) {
        .footer-outer-wrapper .footer-content-panel .footer-content-2 {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 57.58929%;
          margin-left: 42.41071%;
          text-align: center; }
          .footer-outer-wrapper .footer-content-panel .footer-content-2:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 800px) {
        .footer-outer-wrapper .footer-content-panel .footer-content-2 {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 100%;
          margin-left: 0%; }
          .footer-outer-wrapper .footer-content-panel .footer-content-2:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 580px) {
        .footer-outer-wrapper .footer-content-panel .footer-content-2 {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 100%;
          margin-left: 0%; }
          .footer-outer-wrapper .footer-content-panel .footer-content-2:last-child {
            margin-right: 0; } }
      .footer-outer-wrapper .footer-content-panel .footer-content-2 ul {
        margin: 0px;
        padding: 0px;
        text-align: right;
        list-style-type: 0px; }
        @media screen and (max-width: 1024px) {
          .footer-outer-wrapper .footer-content-panel .footer-content-2 ul {
            text-align: center; } }
        .footer-outer-wrapper .footer-content-panel .footer-content-2 ul li {
          display: inline-block;
          padding: 0px 15px; }
          @media screen and (max-width: 1024px) {
            .footer-outer-wrapper .footer-content-panel .footer-content-2 ul li {
              text-align: center; } }
          @media screen and (max-width: 580px) {
            .footer-outer-wrapper .footer-content-panel .footer-content-2 ul li {
              display: block;
              padding: 10px 0px;
              text-align: center; } }
      @media screen and (max-width: 580px) {
        .footer-outer-wrapper .footer-content-panel .footer-content-2 {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 100%; }
          .footer-outer-wrapper .footer-content-panel .footer-content-2:last-child {
            margin-right: 0; } }
    .footer-outer-wrapper .footer-content-panel p {
      margin: 10px 0px; }
      .footer-outer-wrapper .footer-content-panel p a {
        text-transform: uppercase;
        text-decoration: none;
        color: #384047;
        -webkit-transition: all 0.3 ease-in-out;
        -moz-transition: all 0.3 ease-in-out;
        -o-transition: all 0.3 ease-in-out;
        transition: all 0.3 ease-in-out; }
        .footer-outer-wrapper .footer-content-panel p a:hover, .footer-outer-wrapper .footer-content-panel p a:focus {
          -webkit-transition: all 0.3 ease-in-out;
          -moz-transition: all 0.3 ease-in-out;
          -o-transition: all 0.3 ease-in-out;
          transition: all 0.3 ease-in-out;
          color: #F2445E; }

.sponsor-logo-wrapper {
  width: 100%;
  overflow: hidden;
  background: #ECF0F4;
  padding: 40px 0px; }
  .sponsor-logo-wrapper .sponsor-logo-inner-wrapper {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 1400px) {
      .sponsor-logo-wrapper .sponsor-logo-inner-wrapper {
        margin-left: 30px;
        margin-right: 30px; } }
    @media only screen and (max-width: 800px) {
      .sponsor-logo-wrapper .sponsor-logo-inner-wrapper {
        margin-left: 20px;
        margin-right: 20px; } }
    @media only screen and (max-width: 500px) {
      .sponsor-logo-wrapper .sponsor-logo-inner-wrapper {
        margin-left: 20px;
        margin-right: 20px; } }
    .sponsor-logo-wrapper .sponsor-logo-inner-wrapper::after {
      clear: both;
      content: "";
      display: block; }
    .sponsor-logo-wrapper .sponsor-logo-inner-wrapper .sponsor-logo-card {
      float: left;
      display: block;
      margin-right: 1.78571%;
      width: 15.17857%; }
      .sponsor-logo-wrapper .sponsor-logo-inner-wrapper .sponsor-logo-card:last-child {
        margin-right: 0; }
      @media screen and (max-width: 800px) {
        .sponsor-logo-wrapper .sponsor-logo-inner-wrapper .sponsor-logo-card {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 100%;
          width: 48%;
          text-align: center; }
          .sponsor-logo-wrapper .sponsor-logo-inner-wrapper .sponsor-logo-card:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 580px) {
        .sponsor-logo-wrapper .sponsor-logo-inner-wrapper .sponsor-logo-card {
          float: left;
          display: block;
          margin-right: 1.78571%;
          width: 100%;
          text-align: center; }
          .sponsor-logo-wrapper .sponsor-logo-inner-wrapper .sponsor-logo-card:last-child {
            margin-right: 0; } }

.btn-submit {
  border-radius: 0px;
  background: #08b2af; }

/*Thank you page*/
.confirmation-wrapper {
  background: #4f314d;;
  border-top: 10px solid #08b2af; }
  .confirmation-wrapper .confirmation-inner-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0px; }
    @media only screen and (max-width: 1400px) {
      .confirmation-wrapper .confirmation-inner-container {
        margin-left: 30px;
        margin-right: 30px; } }
    @media only screen and (max-width: 800px) {
      .confirmation-wrapper .confirmation-inner-container {
        margin-left: 20px;
        margin-right: 20px; } }
    @media only screen and (max-width: 500px) {
      .confirmation-wrapper .confirmation-inner-container {
        margin-left: 20px;
        margin-right: 20px; } }
    .confirmation-wrapper .confirmation-inner-container::after {
      clear: both;
      content: "";
      display: block; }
    .confirmation-wrapper .confirmation-inner-container .confirmation-message {
      float: left;
      display: block;
      margin-right: 1.78571%;
      width: 100%; }
      .confirmation-wrapper .confirmation-inner-container .confirmation-message:last-child {
        margin-right: 0; }
      .confirmation-wrapper .confirmation-inner-container .confirmation-message h2 {
        font-size: 28px;
        font-size: 2.8rem;
        font-weight: bold;
        color: white;
        margin-bottom: 15px; }
      .confirmation-wrapper .confirmation-inner-container .confirmation-message p {
        color: white;
        font-size: 26px;
        font-size: 2.6rem; }
