@font-face {
  font-family: 'AbeatbyKai';
  src: url('../fonts/abeakrg.eot');
  src: url('../fonts/abeakrg.eot?#iefix') format('embedded-opentype'),
       url('../fonts/abeakrg.woff') format('woff'),
       url('../fonts/abeakrg.ttf') format('truetype'),
       url('../fonts/abeakrg.svg#AbeatbyKai') format('svg');
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family: "Socialico";
  src: url("../fonts/Socialico.eot?") format("eot"),
    url("../fonts/Socialico.woff") format("woff"),
    url("../fonts/Socialico.ttf") format("truetype"),
    url("../fonts/Socialico.svg#Socialico") format("svg");
  font-weight:normal;
  font-style:normal;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  background: #fff;
  color: #464646;
  text-align: left;
}

td {
  font-size: 12px;
  font-family: 'Arial', sans-serif;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #7088bd;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  color: #7088bd;
  font-family: 'AbeatbyKai', sans-serif;
  font-weight: normal;
  margin: 0 0 0.5em;
  line-height: 1.1em;
}

h1 { font-size: 36px; }
h2 { font-size: 32px; }
h3 { font-size: 28px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

#page-wrap {
  min-width: 1100px;
  overflow: hidden;
}

.container {
  width: 1080px;
  margin: auto;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

#bottom-row .bottom-row-right a,
#social-links a,
.side-menu > ul > li > a,
.blue-button,
.styled-form .styled-check input[type="checkbox"] + label:before,
.styled-form .styled-check input[type="radio"] + label:before,
.animated {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#top-row {
  background: #7088bd;
  text-align: right;
}

#top-row .container > div {
  float: right;
}

#top-row a {
  display: block;
  float: left;
  line-height: 23px;
  padding: 5px 27px;
  background: #283144;
  color: #fff;
  text-decoration: none;
  margin-left: 2px;
  font-size: 16px;
  font-family: 'AbeatbyKai', sans-serif;
}

#top-row a:hover,
#top-row a:focus {
  background: #36496f;
  color: #fff;
  text-decoration: none;
}

.sidemenuLinks {
  color: #7088bd;
  text-decoration: none;
  font-size: 17px;
  line-height: 30px;
  font-family: 'AbeatbyKai', sans-serif;
}
.pronouncedTitles {
  color: #7088bd;
  text-decoration: none;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  font-family: 'AbeatbyKai', sans-serif;
}

#header {
  color: #fff;
  background: #3f425b;
  -webkit-box-shadow: 1px 3px 8px rgba(1,1,1,.3);
	-moz-box-shadow: 1px 3px 8px rgba(1,1,1,.3);
	box-shadow: 1px 3px 8px rgba(1,1,1,.3);
}

#logo {
  float: left;
  padding: 25px 0 21px;
}

#tagline {
  float: right;
  font-size: 16px;
  font-family: 'AbeatbyKai', sans-serif;
  line-height: 20px;
  padding-top: 35px;
}

#bottom-row {
  background: #3f425b;
  padding: 56px 0 60px;
  color: #fff;
}

#bottom-row .bottom-row-left {
  width: 560px;
  float: left;
  font-size: 20px;
  font-family: 'AbeatbyKai', sans-serif;
  line-height: 28px;
  padding: 15px 0;
}

#bottom-row .bottom-row-right {
  float: right;
  width: 445px;
  text-align: center;
}

#bottom-row .bottom-row-right a {
  display: inline-block;
  vertical-align: top;
  border: solid 1px #fff;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  padding: 10px;
  font-family: 'AbeatbyKai', sans-serif;
  width: 295px;
  text-decoration: none;
}

#bottom-row .bottom-row-right a:hover {
  background: #fff;
  color: #3f425b;
  text-decoration: none;
}

#footer {
  position: relative;
  background: #7088bd;
  color: #fff;
  padding: 55px 0 35px;
  text-align: center;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: none;
}

#social-links {
  text-align: center;
  padding: 0 0 30px;
  font-size: 0;
}

#social-links a {
  font-family: 'Socialico';
  font-size: 67px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  margin: 0 10px;
}

#social-links a:hover {
  text-decoration: none;
  color: #3f425b;
}

.footer-text {
  line-height: 2;
  text-decoration: none;
}
.footer-text a {
	text-decoration: none;
}
.footer-text a:hover {
	text-decoration: none;
}

#footer:before {
  width: 40px;
  height: 25px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  content: "";
  display: block;
  font-size: 0;
  background: url("../images/footer-arrow.png") no-repeat center;
  z-index: 1;
}

#footer:after {
  content: "";
  display: block;
  font-size: 0;
  position: absolute;
  z-index: 0;
  top: 4px;
  left: 0;
  width: 100%;
  border-top: solid 1px #fff;
}

#slideshow {
  background: #ebebeb;
  position: relative;
}

#slideshow:after {
  display: block;
  content: "";
  font-size: 0;
  height: 73px;
  width: 100%;
  top: 100%;
  left: 0;
  background: url("../images/slideshow-shadow.png") no-repeat center top;
  position: absolute;
}

#slideshow .tp-bullets {
  bottom: 20px !important;
}

#slideshow .slide-title {
  width: 500px;
  white-space: normal;
}

#slideshow .slide-text-box {
  width: 450px;
  white-space: normal;
  font-size: 14px;
  color: #3f425b;
  line-height: 2.142;
}

.slide-button {
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  border: solid 1px #7088bd;
  font-size: 18px;
  font-family: 'AbeatbyKai', sans-serif;
  text-decoration: none;
  line-height: 25px;
  padding: 10px 30px;
}

.slide-button + .slide-button {
  margin-left: 10px;
}

.button-full:hover,
.button-empty {
  color: #7088bd !important;
  background: transparent;
}

.button-empty:hover,
.button-full {
  color: #fff !important;
  background: #7088bd;
}

#sidebar {
  width: 18.15%;
  float: left;
}

#content-column {
  width: 78.15%;
  float: right;
}

#page-content {
  padding: 40px 0 30px;
}

.side-menu {
  border: solid 1px #7088bd;
  background: #f1f2f2;
  margin: 0 0 30px;
  padding: 15px 25px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}

.side-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-menu > ul > li {
  display: block;
  position: relative;
}

.side-menu > ul > li + li {
  border-top: solid 1px #d7d7d7;
}

.side-menu > ul > li > a {
  display: block;
  font-family: 'AbeatbyKai', sans-serif;
  font-size: 16px;
  color: #7088bd;
  text-decoration: none;
  line-height: 21px;
  padding: 7px 0;
}

.side-menu > ul > li > a:hover {
  color: #3f425b;
  text-decoration: none;
}

.side-menu > ul > li.active:after {
  width: 15px;
  height: 17px;
  display: block;
  content: "";
  font-size: 0;
  background: url("../images/side-menu-arrow.png") no-repeat right center;
  position: absolute;
  right: -26px;
  top: 50%;
  margin-top: -8px;
}

.side-menu > ul > li.active > a {
  color: #3f425b;
}

#page-content p {
  font-size: 14px;
  line-height: 2;
  margin: 0 0 1em;
}

.styled-form {
  padding-top: 30px;
}

.styled-form .form-group {
  padding: 0 0 20px;
}

.styled-form .form-group label {
  display: block;
  padding: 0 25px 5px;
  color: #7088bd;
  font-size: 16px;
  font-family: 'AbeatbyKai', sans-serif;
  line-height: 20px;
}

.styled-form .form-group .form-control {
  color: #636363;
  font-size: 16px;
  font-family: 'AbeatbyKai', sans-serif;
  border: solid 1px #7088bd;
  background: #f1f2f2;
  line-height: 20px;
  padding: 10px 25px;
  width: 100%;
  outline: none;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}

.form-control2 {
  color: #636363;
  font-size: 16px;
  font-family: 'AbeatbyKai', sans-serif;
  border: solid 1px #7088bd;
  background: #f1f2f2;
  line-height: 20px;
  padding: 10px 25px;
  width: 40px;
  outline: none;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}

.styled-form .row-two-fields {
  margin: 0 -17px;
}

.styled-form .row-two-fields > .form-group {
  width: 50%;
  float: left;
  padding-left: 17px;
  padding-right: 17px;
}

.styled-form hr {
  border: none;
  border-top: solid 1px #959595;
  margin: 25px 0;
}

.styled-form .styled-check {
  position: relative;
  display: block;
}

.styled-form .styled-check input[type="checkbox"],
.styled-form .styled-check input[type="radio"] {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.styled-form .styled-check + .styled-check {
  margin-top: 15px;
}

.styled-form .styled-check label {
  line-height: 22px;
  padding: 5px 0 5px 52px;
  cursor: pointer;
}

.styled-form .styled-check input[type="checkbox"] + label:before,
.styled-form .styled-check input[type="radio"] + label:before {
  display: block;
  content: "";
  font-size: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  border: solid 1px #7088bd;
  background: #f1f2f2;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}

.styled-form .styled-check input[type="checkbox"] + label:before {
  background: #f1f2f2 url("../images/icon-check.png") no-repeat -42px center;
}

.styled-form .styled-check input[type="checkbox"]:checked + label:before {
  background-position: center;
}

.styled-form .styled-check input[type="radio"] + label:before {
  background: #f1f2f2 url("../images/icon-radio.png") no-repeat -42px center;
}

.styled-form .styled-check input[type="radio"]:checked + label:before {
  background-position: center;
}

.styled-form .styled-select {
  border: solid 1px #7088bd;
  background: #f1f2f2;
  color: #636363;
  font-size: 16px;
  font-family: 'AbeatbyKai', sans-serif;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  padding: 10px;
  outline: none;
}

.styled-form .styled-select option {
  padding: 5px;
}

.blue-button {
  color: #fff;
  text-decoration: none;
  outline: none;
  border: none;
  font-size: 16px;
  font-family: 'AbeatbyKai', sans-serif;
  background: #7088bd;
  cursor: pointer;
  line-height: 22px;
  padding: 10px 40px;
  display: inline-block;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

.blue-button.active,
.blue-button:hover,
.blue-button:focus {
  background: #3f425b;
}

.blue-button + .blue-button {
  margin-left: 15px;
}

.blue-button.button-big {
  font-size: 22px;
  line-height: 28px;
  padding: 15px 40px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}

#processing {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 50px);
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255,255,255, 0.2);
  border-right: 1.1em solid rgba(255,255,255, 0.2);
  border-bottom: 1.1em solid rgba(255,255,255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loaderText {
  position: absolute;
  top: calc(50% + 70px);
  left: calc(50% - 50px);
  color: #fff;
  width: 100px;
  font-size: 18px;
}