@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

img {
  border: 0;
}

figure {
  margin: 1em 40px;
}

button {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after {
    content: "";
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h3 {
    page-break-after: avoid;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.71429;
  color: #3F5D77;
  background-color: #fff;
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #3F5D77;
  text-decoration: none;
}

a:hover, a:focus {
  color: #219FFF;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

h3, h5, .h2 {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: #3F5D77;
}

.h2, h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}

h5 {
  margin-top: 12px;
  margin-bottom: 12px;
}

h7 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.h2 {
  font-size: 60px;
}

h3 {
  font-size: 48px;
}

h5 {
  font-size: 24px;
}

h7 {
  font-size: 24px;
}

p {
  margin: 0 0 12px;
}

.text-center {
  text-align: center;
}

.text-primary {
  color: #1A4569;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #1A4569;
}

ul {
  margin-top: 0;
  margin-bottom: 12px;
}

ul ul {
  margin-bottom: 0;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 13px 39px;
  font-size: 14px;
  line-height: 1.71429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus {
  color: #fff;
  text-decoration: none;
}

.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-primary {
  color: #fff;
  background-color: #1A4569;
  border-color: #1A4569;
}

.btn-primary:focus {
  color: #fff;
  background-color: #2fa39f;
  border-color: #1e6765;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2fa39f;
  border-color: #2d9b97;
}

.btn-primary:active {
  color: #fff;
  background-color: #2fa39f;
  border-color: #2d9b97;
}

.btn-primary:active:hover, .btn-primary:active:focus {
  color: #fff;
  background-color: #278784;
  border-color: #1e6765;
}

.btn-primary:active {
  background-image: none;
}

@-ms-viewport {
  width: device-width;
}

/*
 * Bootstrap Toolkit
 */
.page a:focus {
  outline: 0;
}

p {
  margin: 0;
}

html p a:hover {
  text-decoration: none;
}

.shell {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.shell {
  min-width: 300px;
  max-width: 480px;
}

@media (min-width: 768px) {
  .shell {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .shell {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .shell {
    max-width: 1200px;
  }
}

.range {
  margin-left: -15px;
  margin-right: -15px;
}

[class*="cell-"] {
  padding-left: 15px;
  padding-right: 15px;
}

* + .range {
  margin-top: 50px;
}

* + [class*='cell-'] {
  margin-top: 30px;
}

@media (min-width: 480px) {
  .range {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .range > [class*='cell'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 480px) {
  .range > .cell-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  * + [class*='cell-sm-'] {
    margin-top: 0;
  }
  .range-sm-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .range-sm-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .range-sm-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .range > .cell-sm-66 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  * + [class*='cell-md-'] {
    margin-top: 0;
  }
  .range > .cell-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-md-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .range > .cell-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.text-center {
  text-align: center;
}

body {
  font-size: 16px;
}

h3, h5, .h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #219FFF;
  text-transform: uppercase;
}

h3 > span, .h2 > span {
  font-size: inherit;
}

h5 a {
  display: inline;
  font: inherit;
  letter-spacing: inherit;
  transition: .33s all ease;
}

h5 a, h5 a:active, h5 a:focus {
  color: #219FFF;
}

h5 a:hover {
  color: #3F5D77;
}

.h2 {
  font-size: 28px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .h2 {
    line-height: 1.1;
    font-size: 38px;
  }
}

@media (min-width: 992px) {
  .h2 {
    line-height: 1.2;
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  .h2 {
    line-height: 1.2;
    font-size: 60px;
  }
}

h3 {
  font-size: 26px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  h3 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  h3 {
    font-size: 38px;
  }
}

@media (min-width: 1200px) {
  h3 {
    line-height: 1.25;
    font-size: 48px;
  }
}

h5 {
  font-size: 18px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  h5 {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  h5 {
    line-height: 1.5;
    font-size: 24px;
  }
}

h7 {
  font-size: 18px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  h7 {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  h7 {
    line-height: 1.5;
    font-size: 24px;
  }
}

* + .big {
  margin-top: 18px;
}

@media (min-width: 768px) {
  * + .big {
    margin-top: 30px;
  }
}

.big {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .big {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .big {
    font-size: 22px;
    line-height: 34px;
  }
}

@media (min-width: 1200px) {
  .big {
    font-size: 24px;
    line-height: 36px;
  }
}

.bg-gray-darker, .bg-gray-dark, .bg-gray-dark h3, .bg-gray-dark h5 {
  color: #fff;
}

.bg-gray-dark a, .bg-gray-dark a:active, .bg-gray-dark a:focus {
  color: #219FFF;
}

.bg-gray-dark a:hover {
  color: #fff;
}

.bg-gray-darker {
  background: #09314F;
  fill: #09314F;
}

.bg-gray-dark {
  background: #3F5D77;
  fill: #3F5D77;
}

.bg-primary {
  background: #172937;
  fill: #1A4569;
}

.bg-gray-lighter {
  background: #f4f4f4;
  fill: #f4f4f4;
}

.page .text-primary {
  color: #1A4569;
}

.page .text-white {
  color: #fff;
}

.text-bold, strong {
  font-weight: 700;
}

.btn {
  padding: 15px 39px 11px 39px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  transition: .3s ease-out;
}

.btn:focus, .btn:active, .btn:active:focus {
  outline: none;
}

.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

html .page .btn-primary {
  color: #fff;
  background-color: #1A4569;
  border-color: #1A4569;
  border-bottom: 4px solid #219FFF;
}

html .page .btn-primary:focus, html .page .btn-primary:hover, html .page .btn-primary:active {
  color: #fff;
  background-color: #219FFF;
  border-color: #219FFF;
}

html .page .btn-primary:active {
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

html .page .btn-primary:active:hover, html .page .btn-primary:active:focus {
  color: #fff;
  background-color: #219FFF;
  border-color: #219FFF;
}

figure img {
  width: 100%;
  height: auto;
  max-width: none;
}

@media (min-width: 0px) {
  .image-wrap-variant-4 {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .image-wrap-variant-4 {
    margin-top: 0px;
  }
}

.unit {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.unit-body {
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}

.unit-left {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.unit {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.unit > [class*='unit-']:first-child {
  padding-top: 0;
}

.unit > .unit-left + .unit-body {
  padding-left: 0;
  padding-top: 20px;
}

.unit-horizontal {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.unit-horizontal > .unit-left + .unit-body {
  padding-top: 0;
  padding-left: 30px;
}

.unit-spacing-sm.unit > [class*='unit-']:first-child {
  padding-top: 0;
}

.unit-spacing-sm.unit > .unit-left + .unit-body {
  padding-left: 0;
  padding-top: 23px;
}

.unit-spacing-sm.unit-horizontal > .unit-left + .unit-body {
  padding-top: 0;
  padding-left: 23px;
}

.section-66 {
  padding-top: 66px;
  padding-bottom: 66px;
}

@media (min-width: 992px) {
  .section-md-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
}

.section-top-30 {
  padding-top: 30px;
}

.section-top-40 {
  padding-top: 40px;
}

.section-top-66 {
  padding-top: 66px;
}

@media (min-width: 768px) {
  .section-sm-top-87 {
    padding-top: 87px;
  }
}

@media (min-width: 992px) {
  .section-md-top-66 {
    padding-top: 66px;
  }
  .section-md-top-115 {
    padding-top: 115px;
  }
}

.section-bottom-66 {
  padding-bottom: 66px;
}

@media (min-width: 768px) {
  .section-sm-bottom-60 {
    padding-bottom: 60px;
  }
  .section-sm-bottom-100 {
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .section-md-bottom-90 {
    padding-bottom: 90px;
  }
}

@media (min-width: 1200px) {
  .section-lg-bottom-140 {
    padding-bottom: 140px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  color: #219FFF;
  background-color: #fff;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
}

body .white-bk {
	color: #3f5d77;	
}

.page {
  overflow: hidden;
}

/*
* @section      Page Header
* @description  This section holds specific style redeclarations for some
*               of common elements in page header
*/
.page-head {
  background-color: #09314F;
}

/*
* @section      Page Content
* @description  This section holds specific style redeclarations for some
*               of common elements in page content
*/
.page-content {
  position: relative;
  z-index: 1;
}

/*
* @section      Page Footer
* @description  This section holds specific style redeclarations for some
*               of common elements in page footer
*/
.page-foot {
  padding: 32px 0;
  background-color: #09314F;
}

@media (min-width: 768px) {
  .page-foot {
    padding: 64px 0;
  }
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: .33s all ease-out;
}

a, a:active, a:focus {
  color: #219FFF;
}

a:hover, a:focus {
  color: #219FFF;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a[href*='mailto'] {
  white-space: nowrap;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  min-width: 64px;
  height: auto;
}

.brand-inline {
  white-space: nowrap;
}

.brand-inline > * {
  display: inline-block;
  vertical-align: middle;
}

.brand-inline > * + * {
  margin-left: 0;
}

.rights {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  vertical-align: baseline;
}

* + p {
  margin-top: 15px;
}

* + .btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  * + .btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  * + .btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .icon-box-variant-2 {
    padding-right: 35px;
  }
  .icon-box-variant-2 .unit-left {
    position: relative;
    top: 10px;
  }
}

.post {
  text-align: center;
}

.pricing-box {
  padding-bottom: 0px;
  text-align: center;
  background: #fff;
}

/*.pricing-box:hover .pricing-box-price {
  background: #219FFF;
}*/

.pricing-box-header {
  padding: 30px;
}

.pricing-box-header > * {
  color: #1A4569;
}

.pricing-box-price {
  padding: 21px 15px;
  color: #fff;
  background: #1A4569;
  transition: .33s all ease;
}

.price {
  font-size: 18px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .pricing-box {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 480px) {
  .price {
    font-size: 26px;
  }
}

html .page .offset-top-0 {
  margin-top: 0;
}

html .page .offset-top-12 {
  margin-top: 12px;
}

html .page .offset-top-25 {
  margin-top: 25px;
}

html .page .offset-top-40 {
  margin-top: 0px;
}

html .page .offset-top-45 {
  margin-top: 45px;
}

html .page .offset-top-60 {
  margin-top: 60px;
}

@media (min-width: 992px) {
  html .page .offset-md-top-0 {
    margin-top: 0;
  }
  html .page .offset-md-top-45 {
    margin-top: 45px;
  }
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.image-wrap-variant-1 img {
  width: 385px;
  margin-left: -10px;
}

.rd-navbar-brand .brand-name {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
	
@media (min-width: 480px) {
  .image-wrap-variant-1 img {
    margin-left: -10px;
  }

	.rd-navbar-brand .brand-name {
	  font-size: 26px;
	  line-height: 1;
	  text-transform: uppercase;
	}
}

@media (min-width: 768px) {
  .image-wrap-variant-1 img {
    width: 145%;
    margin: 0 0 -50px -40px;
  }

	.rd-navbar-brand .brand-name {
	  font-size: 30px;
	  line-height: 1;
	  text-transform: uppercase;
	}
}

@media (min-width: 992px) {
  .image-wrap-variant-1 img {
    width: 140%;
    margin: 0 0 -25px -60px;
  }

	.rd-navbar-brand .brand-name {
	  font-size: 33px;
	  line-height: 1;
	  text-transform: uppercase;
	}
}

@media (min-width: 1200px) {
  .image-wrap-variant-1 img {
    width: 140%;
    margin: 0 0 0 -100px;
  }

	.rd-navbar-brand .brand-name {
	  font-size: 36px;
	  line-height: 1;
	  text-transform: uppercase;
	}
}

.image-wrap-variant-4 {
  text-align: center;
}

@media (min-width: 768px) {
  .image-wrap-variant-4 img {
    width: 80%;
    margin-right: -40px;
  }
}

@media (min-width: 992px) {
  .image-wrap-variant-4 img {
    width: 486px;
    margin: 74px 0 0 0;
  }
}

@media (min-width: 1200px) {
  .image-wrap-variant-4 img {
    width: auto;
    margin: 10px 0 0 0;
  }
}

/*
* Navbar components
*/
.rd-navbar-panel {
  background: #09314F;
  padding: 30px;
  border-bottom: solid 1px #1A4569;
  text-align: center;
}

.rd-navbar-brand {
  display: inline-block;
  transition: none !important;
  font-weight: 300;
}

.rd-navbar-brand > * {
  display: inline-block;
  vertical-align: middle;
}

.rd-navbar-brand .brand-name, .rd-navbar-brand .brand-name:focus, .rd-navbar-brand .brand-name:active, .rd-navbar-brand .brand-name:hover {
  color: #219FFF;
}

.img-one-line {
	min-width: 32px;
	min-height: 32px;
	width: 32px;
	height: 32px;
}

@media (min-width: 768px) {
	.btn-primary-one-line {
		padding: 8px 8px 8px 8px;
	}

	.btn-primary-one-line img {
		min-width: 32px; 
		width: 32px;
	}

	.img-one-line {
		min-width: 48px;
		min-height: 48px;
		width: 48px;
		height: 48px;
	}
}

@media (min-width: 992px) {
	.btn-primary-one-line {
		padding: 8px 8px 8px 8px;
	}

	.btn-primary-one-line img {
		min-width: 32px; 
		width: 32px;
	}

	.img-one-line {
		min-width: 48px;
		min-height: 48px;
		width: 48px;
		height: 48px;
	}
}

@media (min-width: 1200px) {
	.btn-primary-one-line {
		padding: 10px 10px 10px 10px;
	}

	.btn-primary-one-line img {
		min-width: 48px; 
		width: 48px;
	}

	.img-one-line {
		min-width: 64px;
		min-height: 64px;
		width: 64px;
		height: 64px;
	}
}
