@font-face {
    font-family: 'ProximaNova';
    font-weight: 600;
    src: url(fonts/331BC2_E_0.eot);
    src: url(fonts/331BC2_E_0.eot?#iefix) format("embedded-opentype"), url(fonts/331BC2_E_0.woff2) format("woff2"), url(fonts/331BC2_E_0.woff) format("woff"), url(fonts/331BC2_E_0.ttf) format("truetype")
}

@font-face {
    font-family: 'ProximaNova';
    font-weight: 300;
    src: url(fonts/331BC2_17_0.eot);
    src: url(fonts/331BC2_17_0.eot?#iefix) format("embedded-opentype"), url(fonts/331BC2_17_0.woff2) format("woff2"), url(fonts/331BC2_17_0.woff) format("woff"), url(fonts/331BC2_17_0.ttf) format("truetype")
}
/*.container {
	width: 1040px;
}*/
html {
  position: relative;
  min-height: 100%;
}
body {
	margin-bottom: 118px; /* Margin bottom by footer height */
	color: #666;
	font-size: 0.95em;
	font-weight: 300;
}

body,
h1 {
    font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
}
h5,
h6 {
    line-height: 1.333;
}
body,
h1,
h2,
h3,
h4,
table,
table th {
    line-height: 1.3;
}
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

h1,
h3,
h5 {
    color: #000;
}
h2 {
	font-weight: 300;
	color: #000;
	font-size: 1.5em!important;
}
h3 {
	font-size: 1.25em!important;
	font-weight: 600;
}
p {
	font-size: 0.95em;
	line-height: 1.75;
}
strong {
	font-size: 1.1em;
	line-height: 1.75;
	font-weight: 600;
}

a {
	color: #725fc9;
	text-decoration: none!important;
	  -webkit-transition: color 1s ease-out;
	  -moz-transition: color 1s ease-out;
	  -o-transition: color 1s ease-out;
	  transition: color 1s ease-out;
}
a:hover {
    color: #30265d;
	text-decoration: none;
}
nav.navbar-dark {
	background-color: rgba(42,36,81,1);
	color: #fff;
	min-height: 50px;
	max-height: 50px;
}
.navbar-brand {
	padding: 25px 0 0 0;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar > .container {
	max-width: 1040px;
	padding: 0;
}
.social-wrap {
	float: right;
}
.navbar .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.navbar ul.social {
	list-style-type: none;
}

.navbar-brand img {
	max-width: 200px;
	height: auto;
}

.content {
	padding: 0px;
	margin: 0 auto;
	max-width: 1040px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
	background-image: url("../images/content-bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}

.content2 {
	padding: 0px;
	margin: 0 auto;
	max-width: 1040px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
	background-repeat: no-repeat;
	background-position: bottom left;
}


.hero-wrap {
    width: 100%!important;
    height: auto!important;
    margin: 0!important;
    padding: 0px!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.hero-cont {
    width: 100%!important;
    padding: 60px 0px 220px!important;
    float: none!important;
    margin: 0 auto!important;
    max-width: 1040px!important;
	max-height: 279px;
}




.form-bg {
	background: url("../images/form-bg.png") no-repeat center right #f4f4f4;
	padding: 1.5rem;
}

.form {
	padding-top: 15px;
}

.hs-form-iframe {
	margin: 0 auto;
	width: 100%!important;
}


.hs-button {
    font-family: 'ProximaNova', Helvetica, Arial, sans-serif!important;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    color: #fff;
    border-radius: 0px!important;
    font-size: 14px;
    padding: 12px 44px!important;
}

.hs-form-2704bf20-9e6b-4b66-88e7-d756a5c184cd_ab4d0011-f05c-4e26-88e1-67efb9027948 .hs-main-font-element, .submitted-message.hs-main-font-element a {
	font-family: 'ProximaNova', Helvetica, Arial, sans-serif!important;
    margin: 0;
    cursor: pointer!important;
    display: inline-block!important;
    font-weight: 700!important;
    position: relative!important;
    text-align: center!important;
    border-radius: 0px!important;
    padding: 12px 44px!important;
    background: #4c4184!important;
    border-color: #4c4184!important;
    color: #ffffff!important;
    font-size: 12px!important;
    line-height: 12px!important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 118px; /* Set the fixed height of the footer here */
  line-height: 118px; /* Vertically center the text there */
  background-color: #181818;
	font-size: 0.85em;
}
footer .container {
	max-width: 1040px;
	color: #fff;
}
.footer p {
	display: inline-block;
	line-height: 1.5;
}
ul.footer-links {
	list-style-type: none;
	line-height: 2;
	padding-top: 50px;
	padding-left: 0;
}
ul.footer-links li {
	display: inline-block;
}

.footer a,
.footer a:visited{
	color: #725fc9;
}
.footer a:hover {
	color: #fff;
}

    ul.footer-links li:not(:first-child)::before {
        content: '|';
        margin-left: 5px;
        margin-right: 10px;
    }

.site-footer__social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

@media screen and (max-width: 990px) {
	.footer {
		font-size: 0.75em;
	}
	.hero-cont {
		padding: 60px 0px 120px !important;
	}
	.logo-cont {
		padding: 60px 0px 120px !important;
	}

	p.hide { display: none;}
}
@media screen and (max-width: 850px) {
	
}
@media screen and (max-width: 767px) {
	body {
		margin-bottom: 218px;
	}
	.footer {
	  height: 218px; /* Set the fixed height of the footer here */
	  line-height: 18px; /* Vertically center the text there */
	  background-color: #000;
	  font-size: 0.85em;
	}
	.navbar-brand {
		padding: 0;
		margin-top: -10px;
	}
	.navbar-nav {
		margin-top: -35px;
	}
	ul.footer-links {
		padding: 30px 0;
	}
	ul.footer-links li {
		display: block;
		text-align: center;
	}
	ul.footer-links li:not(:first-child)::before {
		display: none;
	}
	.site-footer__social {
		width: 100%;
		max-width: 350px;
	}
	.hero-cont {
		padding: 60px 0px 80px !important;
	}
	.logo-cont {
		padding: 60px 0px 80px !important;
	}

}

@media screen and (min-width: 560px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    ol,
    p,
    table,
    ul {
        margin-bottom: 15px;
    }
    h1 {
        font-size: 30px;
    }
}
@media screen and (min-width: 783px) {
    h1 {
        font-size: 36px;
    }
}
@media screen and (min-width: 1024px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    ol,
    p,
    table,
    ul {
        margin-bottom: 20px;
    }
    h1 {
        font-size: 42px;
    }
}
@media screen and (min-width: 1280px) {
    h1 {
        font-size: 48px;
    }
}
h2 {
    font-size: 24px;
}
@media screen and (min-width: 783px) {
    h2 {
        font-size: 26px;
    }
}
@media screen and (min-width: 1280px) {
    h2 {
        font-size: 28px;
    }
}
h3 {
    font-size: 18px;
}
@media screen and (min-width: 783px) {
    h3 {
        font-size: 20px;
        line-height: 1.3;
    }
}
@media screen and (min-width: 1024px) {
    h3 {
        font-size: 24px;
        line-height: 1.3;
    }
}

h4 {
    font-size: 18px;
}
@media screen and (min-width: 783px) {
    h4 {
        font-size: 20px;
        line-height: 1.3;
    }
}
@media screen and (min-width: 1024px) {
    h4 {
        font-size: 24px;
        line-height: 1.3;
    }
}
h5 {
    font-size: 16px;
}
@media screen and (min-width: 783px) {
    h5 {
        font-size: 20px;
        line-height: 1.333;
    }
    .site-footer__twitter .site-footer__social,
    .site-footer__twitter-1 {
        display: none;
    }
    .site-footer__social {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .site-footer__social li:not(:last-child) {
        margin-right: 20px;
    }
}
.site-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0 auto;
	color: #fff;
    padding: 1.25rem 3.75rem 0.75rem;
}
@media screen and (min-width: 560px) {
    .site-footer__social {
        padding: 0;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media (max-device-height: 480px) and (orientation: landscape) {
    .site-footer__social_wrap {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .site-footer__social {
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
.site-footer__social a,
.site-footer__social a:visited{
    color: #fff;
	font-size: 1.5em;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.site-footer__social a:hover {
    color: #725fc9;
}
@media screen and (max-width: 450px) {
	.navbar-brand img {
		width: 180px;
	}
}
@media screen and (max-width: 390px) {
	.navbar-brand img {
		width: 150px;
	}
	.navbar-nav {
		margin-top: -20px;
	}
}



.button-78 {
  align-items: center;
  appearance: none;
  background-clip: padding-box;
  background-color: initial;
  background-image: none;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex-direction: row;
  flex-shrink: 0;
  font-family: Eina01,sans-serif;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  line-height: 24px;
  margin: 0;
  min-height: 64px;
  outline: none;
  overflow: visible;
  padding: 19px 26px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: auto;
  word-break: keep-all;
  z-index: 0;
}

@media (min-width: 768px) {
  .button-78 {
    padding: 19px 32px;
  }
}

.button-78:before,
.button-78:after {
  border-radius: 80px;
}

.button-78:before {
  background-image: linear-gradient(92.83deg, #b80000 0, #b80000 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.button-78:after {
  background-color: initial;
  background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
  bottom: 4px;
  content: "";
  display: block;
  left: 4px;
  overflow: hidden;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all 100ms ease-out;
  z-index: -1;
}

.button-78:hover:not(:disabled):before {
  background: linear-gradient(92.83deg, rgb(193, 0, 0) 0%, rgb(193, 0, 0) 100%);
}

.button-78:hover:not(:disabled):after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition-timing-function: ease-in;
  opacity: 0;
}

.button-78:active:not(:disabled) {
  color: #ccc;
}

.button-78:active:not(:disabled):before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #b80000 0, #b80000 100%);
}

.button-78:active:not(:disabled):after {
  background-image: linear-gradient(#b80000 0, #b80000 100%);
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px;
}

.button-78:disabled {
  cursor: default;
  opacity: .24;
}