/* -------------------- imports -------------------- */
.sidr{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:none;overflow-y:auto;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#333;color:#fff;-webkit-box-shadow:inset 0 0 5px 5px #222;-moz-box-shadow:inset 0 0 5px 5px #222;box-shadow:inset 0 0 5px 5px #222}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{font-size:11px;font-weight:normal;padding:0 15px;margin:0 0 5px;color:#fff;line-height:24px;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));background-image:-webkit-linear-gradient(#4d4d4d,#1a1a1a);background-image:-moz-linear-gradient(#4d4d4d,#1a1a1a);background-image:-o-linear-gradient(#4d4d4d,#1a1a1a);background-image:linear-gradient(#4d4d4d,#1a1a1a);-webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)}.sidr p{font-size:13px;margin:0 0 12px}.sidr p a{color:rgba(255,255,255,0.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #1a1a1a;border-bottom:1px solid #4d4d4d}.sidr ul li{display:block;margin:0;line-height:48px;border-top:1px solid #4d4d4d;border-bottom:1px solid #1a1a1a}.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{border-top:none;line-height:49px}.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #222;-moz-box-shadow:inset 0 0 15px 3px #222;box-shadow:inset 0 0 15px 3px #222}.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#fff}.sidr ul li ul{border-bottom:none;margin:0}.sidr ul li ul li{line-height:40px;font-size:13px}.sidr ul li ul li:last-child{border-bottom:none}.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{border-top:none;line-height:41px}.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #222;-moz-box-shadow:inset 0 0 15px 3px #222;box-shadow:inset 0 0 15px 3px #222}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(255,255,255,0.8);padding-left:30px}.sidr form{margin:0 15px}.sidr label{font-size:13px}.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{width:100%;font-size:13px;padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:none;background:rgba(0,0,0,0.1);color:rgba(255,255,255,0.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#333;background:#fff}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(255,255,255,0.9)}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* -------------------- variables -------------------- */
/* -------------------- base -------------------- */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Raleway', 'Arial', sans-serif;
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
input[type=text],
input[type=email],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
textarea {
  overflow: auto;
}
select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #fff !important;
}
/* -------------------- wordpress -------------------- */
.alignleft {
  margin: 0 15px 5px 0;
  float: left;
}
.alignright {
  margin: 0 0 5px 15px;
  float: right;
}
.aligncenter {
  margin: 0 auto 5px;
  display: block;
  text-align: center;
}
/* -------------------- layout -------------------- */
.wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1000px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.wrapper:before,
.wrapper:after {
  content: '';
  display: table;
}
.wrapper:after {
  clear: both;
}
@media only screen and (max-width: 1040px) {
  .wrapper {
    padding: 0 20px;
  }
}
/* -------------------- modules -------------------- */
.sidr-button {
  display: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 978px) {
  .sidr-button {
    display: block;
    float: right;
    padding: 23px 20px 10px 0;
  }
}
@media only screen and (max-width: 680px) {
  .sidr-button {
    position: absolute;
    float: none;
    padding: 20px 0 0 25px;
    top: 80px;
    left: 50%;
  }
}
.sidr-button img {
  width: 22px;
  height: 24px;
}
@media only screen and (max-width: 440px) {
  .sidr-active .sidr-button {
    left: auto;
    right: 15px;
  }
}
#sidr,
#sidr ul,
#sidr ul li,
#sidr ul li a {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #634c79;
  font-family: 'Raleway', 'Arial', sans-serif;
  line-height: 40px;
}
body {
  background: #fff;
}
@media only screen and (max-width: 978px) {
  body {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 680px) {
  body {
    padding-top: 140px;
  }
}
.header {
  height: 130px;
  background: #fff;
  z-index: 99;
  width: 100%;
  top: 0px;
}
@media only screen and (max-width: 978px) {
  .header {
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  }
}
@media only screen and (max-width: 680px) {
  .header {
    height: 140px;
  }
}
.header .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1106px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.header .wrapper:before,
.header .wrapper:after {
  content: '';
  display: table;
}
.header .wrapper:after {
  clear: both;
}
.header .wrapper .header-logo {
  margin: 20px 0 0;
  float: left;
}
@media only screen and (max-width: 1146px) {
  .header .wrapper .header-logo {
    margin: 20px 20px;
  }
}
@media only screen and (max-width: 978px) {
  .header .wrapper .header-logo {
    margin: 10px 20px;
  }
}
@media only screen and (max-width: 680px) {
  .header .wrapper .header-logo {
    float: none;
    text-align: center;
    display: block;
  }
}
.header .wrapper .header-logo img {
  width: 304px;
  height: auto;
}
@media only screen and (max-width: 978px) {
  .header .wrapper .header-logo img {
    width: 148px;
    height: auto;
  }
}
.header .wrapper .login-sm {
  display: none;
}
@media only screen and (max-width: 978px) {
  .header .wrapper .login-sm {
    display: inline-block;
    float: right;
    color: #fff;
    font-weight: 400;
    background: #634b78 none repeat scroll 0% 0%;
    padding: 8px 15px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 19px 20px 0px 0px;
  }
}
@media only screen and (max-width: 680px) {
  .header .wrapper .login-sm {
    position: absolute;
    right: 20px;
    margin: 24px 0 0;
  }
}
@media only screen and (max-width: 500px) {
  .header .wrapper .login-sm {
    right: 50%;
    margin-right: -132px;
  }
}
.header .wrapper .header-text-size {
  float: right;
  margin: 55px 0 0 30px;
}
@media only screen and (max-width: 1146px) {
  .header .wrapper .header-text-size {
    margin: 55px 20px 0 0;
  }
}
@media only screen and (max-width: 978px) {
  .header .wrapper .header-text-size {
    margin: 23px 20px 0 0;
  }
}
@media only screen and (max-width: 680px) {
  .header .wrapper .header-text-size {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.header .wrapper .header-text-size a {
  display: inline-block;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.header .wrapper .header-text-size a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.header .wrapper .header-text {
  float: right;
  color: #634b78;
  font-size: 30px;
  font-weight: 300;
  margin: 55px 5px 0 0;
  line-height: 1;
}
@media only screen and (max-width: 978px) {
  .header .wrapper .header-text {
    margin: 31px 5px 0 0;
    font-size: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .header .wrapper .header-text {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .header .wrapper .header-text {
    display: block;
    text-align: center;
    float: none;
    display: block;
    width: 100%;
    font-size: 18px;
    margin: 10px 0 0;
  }
}
.header .wrapper .header-social {
  float: right;
  margin: 48px 0 0;
}
@media only screen and (max-width: 1146px) {
  .header .wrapper .header-social {
    padding: 0 10px 0 0;
  }
}
@media only screen and (max-width: 978px) {
  .header .wrapper .header-social {
    margin: 23px 0 0;
  }
}
@media only screen and (max-width: 680px) {
  .header .wrapper .header-social {
    float: none;
    margin: 0;
    position: absolute;
    margin-left: -57px;
    left: 50%;
    top: 100px;
    padding: 0;
  }
}
.header .wrapper .header-social a {
  display: inline-block;
  margin: 0 0 0 15px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 978px) {
  .header .wrapper .header-social a {
    margin: 0 0 0 10px;
  }
}
.header .wrapper .header-social a img {
  height: 37px;
}
@media only screen and (max-width: 978px) {
  .header .wrapper .header-social a img {
    height: 24px;
  }
}
.header .wrapper .header-social a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.nav,
.header-sticky {
  height: 68px;
  background: #634b78;
  position: absolute;
  z-index: 9;
  width: 100%;
}
@media only screen and (max-width: 1146px) {
  .nav,
  .header-sticky {
    padding: 0 20px 0 0;
  }
}
@media only screen and (max-width: 978px) {
  .nav,
  .header-sticky {
    display: none;
  }
}
.nav .wrapper,
.header-sticky .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1106px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.nav .wrapper:before,
.header-sticky .wrapper:before,
.nav .wrapper:after,
.header-sticky .wrapper:after {
  content: '';
  display: table;
}
.nav .wrapper:after,
.header-sticky .wrapper:after {
  clear: both;
}
.nav .wrapper .header-nav,
.header-sticky .wrapper .header-nav {
  float: right;
}
.nav .wrapper .header-nav ul li,
.header-sticky .wrapper .header-nav ul li {
  float: left;
}
.nav .wrapper .header-nav ul li a,
.header-sticky .wrapper .header-nav ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 68px;
  padding: 0 10px;
  display: block;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media only screen and (max-width: 1050px) {
  .nav .wrapper .header-nav ul li a,
  .header-sticky .wrapper .header-nav ul li a {
    padding: 0 7px;
    font-size: 15px;
  }
}
.nav .wrapper .header-nav ul li.current-menu-item > a,
.header-sticky .wrapper .header-nav ul li.current-menu-item > a,
.nav .wrapper .header-nav ul li.current-page-ancestor > a,
.header-sticky .wrapper .header-nav ul li.current-page-ancestor > a,
.nav .wrapper .header-nav ul li:hover > a,
.header-sticky .wrapper .header-nav ul li:hover > a {
  color: #60a845;
}
.nav .wrapper .header-login,
.header-sticky .wrapper .header-login {
  color: #634b78;
  float: right;
  background: #fff;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  padding: 8px 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 17px 0 0 20px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.nav .wrapper .header-login:hover,
.header-sticky .wrapper .header-login:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.header-sticky {
  position: fixed;
  top: -100px;
  width: 100%;
  z-index: 9999;
  background: #634b78;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  height: 50px;
}
.header-sticky .wrapper .header-nav ul li a {
  line-height: 50px;
}
.header-sticky .wrapper .header-login {
  padding: 4px 15px;
  margin: 12px 0 0 20px;
}
.scrolling .header-sticky {
  top: 0px;
}
.single-post #menu-item-78 > a,
.archive #menu-item-78 > a {
  color: #fff;
}
.footer {
  background: #634c79;
  padding: 28px 0 20px;
}
.footer .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1106px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.footer .wrapper:before,
.footer .wrapper:after {
  content: '';
  display: table;
}
.footer .wrapper:after {
  clear: both;
}
@media only screen and (max-width: 1146px) {
  .footer .wrapper {
    padding: 0 20px;
  }
}
.footer .wrapper .footer-logo {
  float: left;
  margin: 0 33px 0 0;
}
@media only screen and (max-width: 767px) {
  .footer .wrapper .footer-logo {
    float: none;
    margin: 0 0 20px;
  }
}
.footer .wrapper .footer-logo img {
  width: 101px;
  height: 96px;
}
.footer .wrapper .footer-text {
  float: left;
  margin: 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .footer .wrapper .footer-text {
    margin: 0 0 20px;
    float: none;
  }
}
.footer .wrapper .footer-text p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.15;
  margin: 0 0 12px;
}
.footer .wrapper .footer-text p a {
  color: inherit;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.footer .wrapper .footer-text p a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.footer .wrapper .footer-text p strong {
  font-weight: 700;
}
.footer .wrapper .footer-text span {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.footer .wrapper .footer-nav {
  float: right;
  margin: 80px 0 0;
}
@media only screen and (max-width: 1146px) {
  .footer .wrapper .footer-nav {
    display: none;
  }
}
.footer .wrapper .footer-nav ul li {
  float: left;
  padding: 0 5px;
  border-right: 1px solid #fff;
}
.footer .wrapper .footer-nav ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  display: block;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.footer .wrapper .footer-nav ul li a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.footer .wrapper .footer-nav ul li:last-child {
  padding-right: 0px;
  border: none;
}
.footer .wrapper .footer-design {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1146px) {
  .footer .wrapper .footer-design {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .wrapper .footer-design {
    position: relative;
    float: right;
    right: 0;
  }
}
.footer .wrapper .footer-design p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.footer .wrapper .footer-design p img {
  width: 104px;
  height: 32px;
  position: relative;
  top: 8px;
  margin: 0 0 0 5px;
}
.contact {
  margin: 0 0 48px;
}
@media only screen and (max-width: 1000px) {
  .contact {
    margin: 0 20px 20px;
  }
}
.contact .gform_validation_container,
.contact .gform_ajax_spinner,
.contact .validation_error {
  display: none;
}
.contact .wrapper {
  background: #e3eddb;
  padding: 34px 34px 20px;
}
@media only screen and (max-width: 600px) {
  .contact .wrapper {
    padding: 20px;
  }
}
.contact .wrapper .gform_title {
  color: #634b78;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.contact .wrapper .validation_message {
  font-size: 12px;
  color: #f00;
  margin: 2px 0 0;
}
.contact .wrapper .gform_wrapper ul li {
  margin: 0 0 9px;
}
.contact .wrapper .gform_wrapper ul li .gfield_label {
  display: none;
}
.contact .wrapper .gform_wrapper ul li input[type=text],
.contact .wrapper .gform_wrapper ul li textarea {
  width: 100%;
  border: none;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Raleway', 'Arial', sans-serif;
  padding: 8px 15px;
}
.contact .wrapper .gform_wrapper ul li ::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #a7a9ac;
}
.contact .wrapper .gform_wrapper ul li :-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #a7a9ac;
}
.contact .wrapper .gform_wrapper ul li ::-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #a7a9ac;
}
.contact .wrapper .gform_wrapper ul li :-ms-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #a7a9ac;
}
.contact .wrapper .gform_wrapper ul li textarea {
  height: 84px;
  resize: none;
}
.contact .wrapper .gform_wrapper ul li.left {
  float: left;
  width: 48.5%;
}
@media only screen and (max-width: 600px) {
  .contact .wrapper .gform_wrapper ul li.left {
    float: none;
    width: 100%;
  }
}
.contact .wrapper .gform_wrapper ul li.right {
  float: right;
  width: 48.5%;
}
@media only screen and (max-width: 600px) {
  .contact .wrapper .gform_wrapper ul li.right {
    float: none;
    width: 100%;
  }
}
.contact .wrapper .gform_wrapper .gform_footer {
  clear: both;
  padding: 10px 0 0;
}
.contact .wrapper .gform_wrapper .gform_footer input[type=submit] {
  float: right;
  font-family: 'Raleway', 'Arial', sans-serif;
  font-weight: 500;
  background: #634c79;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  padding: 3px 25px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.contact .wrapper .gform_wrapper .gform_footer input[type=submit]:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.hero {
  margin: 0;
}
.hero .slick-dots {
  bottom: 50px;
}
@media only screen and (max-width: 1146px) {
  .hero .slick-dots {
    bottom: 10px;
  }
}
.hero .slick-dots li {
  margin: 0 20px;
}
@media only screen and (max-width: 1146px) {
  .hero .slick-dots li {
    margin: 0 5px;
  }
}
.hero .slick-dots li button {
  width: 28px;
  height: 28px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 1146px) {
  .hero .slick-dots li button {
    width: 14px;
    height: 14px;
  }
}
.hero .slick-dots li button:before {
  display: none;
}
.hero .slick-dots li.slick-active button {
  background: #634c79;
}
.hero .item {
  position: relative;
  min-height: 250px;
}
.hero .item .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
}
.hero .item .caption .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1106px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  height: 100%;
}
.hero .item .caption .wrapper:before,
.hero .item .caption .wrapper:after {
  content: '';
  display: table;
}
.hero .item .caption .wrapper:after {
  clear: both;
}
.hero .item .caption .wrapper p {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #634b78;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.15;
  width: 60%;
}
@media only screen and (max-width: 1146px) {
  .hero .item .caption .wrapper p {
    font-size: 40px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .item .caption .wrapper p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .hero .item .caption .wrapper p {
    font-size: 18px;
  }
}
.hero .item .caption .wrapper .caption-holder {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(156,182,137,0.85);
  max-width: 400px;
  padding: 35px;
}
@media only screen and (max-width: 1146px) {
  .hero .item .caption .wrapper .caption-holder {
    left: 20px;
  }
}
@media only screen and (max-width: 978px) {
  .hero .item .caption .wrapper .caption-holder {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .hero .item .caption .wrapper .caption-holder {
    max-width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .hero .item .caption .wrapper .caption-holder {
    max-width: 70%;
  }
}
.hero .item .caption .wrapper .caption-holder h5 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 978px) {
  .hero .item .caption .wrapper .caption-holder h5 {
    font-size: 24px;
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 700px) {
  .hero .item .caption .wrapper .caption-holder h5 {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
.hero .item .caption .wrapper .caption-holder label {
  display: inline-block;
  color: #634b79;
  background: #fff;
  padding: 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: none;
}
@media only screen and (max-width: 700px) {
  .hero .item .caption .wrapper .caption-holder label {
    padding: 6px;
    font-size: 12px;
  }
}
.hero .item .caption .wrapper .caption-holder.purple {
  background: rgba(148,129,159,0.8);
}
.hero .item .caption .wrapper .caption-holder.right {
  right: 0px;
}
@media only screen and (max-width: 1146px) {
  .hero .item .caption .wrapper .caption-holder.right {
    left: auto;
    right: 20px;
  }
}
.hero .item .caption .wrapper .caption-holder:hover label {
  background: #634b79;
  color: #fff;
}
.blurb {
  padding: 30px 0;
  text-align: center;
  background: #60a845;
}
@media only screen and (max-width: 767px) {
  .blurb {
    padding: 20px 0;
  }
}
.blurb p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .blurb p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .blurb .blurb-more {
    display: none;
  }
}
.blurb .blurb-more-button {
  display: none;
}
@media only screen and (max-width: 767px) {
  .blurb .blurb-more-button {
    display: block;
    width: 30px;
    height: 20px;
    display: block;
    margin: 0 auto;
    position: relative;
  }
}
.blurb .blurb-more-button:before,
.blurb .blurb-more-button:after {
  position: absolute;
  content: '';
  top: 8px;
  left: -6px;
  width: 25px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.blurb .blurb-more-button:after {
  left: auto;
  right: -6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.features {
  padding: 30px 0;
}
.features .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.166666666666664%;
  margin-left: 0%;
  margin-right: 3%;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  display: block;
  text-align: center;
}
.features .item:before,
.features .item:after {
  content: '';
  display: table;
}
.features .item:after {
  clear: both;
}
.features .item:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 767px) {
  .features .item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 20px;
    text-align: center;
  }
  .features .item:before,
  .features .item:after {
    content: '';
    display: table;
  }
  .features .item:after {
    clear: both;
  }
  .features .item:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .features .item:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 440px) {
  .features .item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
  }
  .features .item:before,
  .features .item:after {
    content: '';
    display: table;
  }
  .features .item:after {
    clear: both;
  }
  .features .item:nth-child(3n) {
    margin-right: 3%;
    float: left;
  }
  .features .item:nth-child(3n+1) {
    clear: none;
  }
  .features .item:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .features .item:nth-child(2n+1) {
    clear: both;
  }
}
.features .item img {
  width: 100%;
  height: auto;
  margin: 0 auto 15px;
  display: block;
  max-width: 115px;
}
@media only screen and (max-width: 440px) {
  .features .item img {
    max-width: 80px;
  }
}
.features .item p {
  color: #634b78;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
}
@media only screen and (max-width: 1040px) {
  .features .item p br {
    display: none;
  }
}
.features .item:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.home-text {
  margin: 10px 0 40px;
}
.home-text h1,
.home-text h2 {
  color: #634b78;
  font-size: 43px;
  font-weight: 300;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .home-text h1,
  .home-text h2 {
    font-size: 30px;
  }
}
.home-text p,
.home-text ul li {
  color: #414042;
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 10px;
}
.home-text ul {
  margin: 0 0 10px;
}
.home-text ul li {
  padding: 0 0 0 38px;
  position: relative;
}
.home-text ul li:before {
  position: absolute;
  content: '•';
  color: #414042;
  font-family: "Raleway";
  font-size: 17px;
  left: 0;
  top: -2px;
}
.home-text a {
  color: #634b78;
  font-family: "Raleway";
  font-size: 17px;
  font-weight: 700;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.home-text a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.home-text .left {
  float: left;
  width: 50%;
  border-right: 2px dotted #634b78;
  padding: 0 30px 0 0;
}
@media only screen and (max-width: 978px) {
  .home-text .left {
    width: 100%;
    float: none;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border: none;
    border-bottom: 2px dotted #634b78;
  }
}
.home-text .right {
  float: right;
  width: 50%;
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 978px) {
  .home-text .right {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.latest-carousel .slick-prev,
.latest-carousel .slick-next {
  left: 0;
  background: url("../img/latest-nav.png");
  -webkit-background-size: 31px 50px;
  -moz-background-size: 31px 50px;
  background-size: 31px 50px;
  width: 31px;
  height: 50px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 440px) {
  .latest-carousel .slick-prev,
  .latest-carousel .slick-next {
    top: 13px;
    background: url("../img/latest-nav.png");
    -webkit-background-size: 15px 25px;
    -moz-background-size: 15px 25px;
    background-size: 15px 25px;
    width: 15px;
    height: 25px;
  }
}
.latest-carousel .slick-next {
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.latest-carousel .slick-prev:before,
.latest-carousel .slick-next:before {
  display: none;
}
.latest-carousel .slick-prev:hover,
.latest-carousel .slick-next:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.latest-carousel .item {
  padding: 0 65px;
}
@media only screen and (max-width: 440px) {
  .latest-carousel .item {
    padding: 0;
  }
}
@media only screen and (max-width: 440px) {
  .latest-carousel .item h2 {
    padding: 0 30px;
  }
}
.sub {
  padding: 0 0 50px;
}
.sub .sub-main {
  padding: 30px 0 0;
  float: left;
  width: 56.6%;
}
@media only screen and (max-width: 767px) {
  .sub .sub-main {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
.sub .sub-full {
  padding: 30px 0 0;
}
.sub .sub-sidebar {
  float: right;
  width: 32.7%;
}
@media only screen and (max-width: 767px) {
  .sub .sub-sidebar {
    float: none;
    width: 100%;
  }
}
.sub .sub-sidebar ul.sub-nav {
  background: #9fc485;
  padding: 50px 50px 35px;
  margin: 0 0 70px;
}
@media only screen and (max-width: 978px) {
  .sub .sub-sidebar ul.sub-nav {
    padding: 20px 20px 1px;
    margin: 0 0 30px;
  }
}
.sub .sub-sidebar ul.sub-nav li {
  margin: 0 0 15px;
}
@media only screen and (max-width: 978px) {
  .sub .sub-sidebar ul.sub-nav li {
    margin: 0 0 10px;
  }
}
.sub .sub-sidebar ul.sub-nav li a {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.15;
  display: block;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media only screen and (max-width: 978px) {
  .sub .sub-sidebar ul.sub-nav li a {
    font-size: 20px;
  }
}
.sub .sub-sidebar ul.sub-nav li.active > a,
.sub .sub-sidebar ul.sub-nav li:hover > a {
  color: #634b78;
}
.sub .sub-sidebar p {
  color: #634b78;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4;
}
@media only screen and (max-width: 978px) {
  .sub .sub-sidebar p {
    font-size: 20px;
  }
}
.sub .sub-sidebar p strong {
  font-weight: 700;
}
.sub .sub-sidebar .news-links {
  border-left: 2px dotted #634b78;
}
@media only screen and (max-width: 767px) {
  .sub .sub-sidebar .news-links {
    border: none;
  }
}
.sub .sub-sidebar .news-links ul {
  margin: 0 0 0 18px;
  padding: 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .sub .sub-sidebar .news-links ul {
    margin: 0;
  }
}
.sub .sub-sidebar .news-links ul li {
  margin: 0 0 10px;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .sub .sub-sidebar .news-links ul li {
    padding: 0;
  }
}
.sub .sub-sidebar .news-links ul li a {
  color: #634b78;
  font-size: 24px;
  font-weight: 300;
  display: block;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .sub .sub-sidebar .news-links ul li a {
    font-size: 20px;
  }
}
.sub .sub-sidebar .news-links ul li a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.sub .sub-sidebar .news-links ul:first-of-type {
  border-bottom: 2px dotted #634b78;
  padding: 0 0 20px;
}
.sub .sub-sidebar .news-links ul:first-of-type li a {
  font-weight: 700;
}
.sub .sub-sidebar .news-links ul:last-of-type li:first-child {
  display: none;
}
.user-content h1,
.user-content h2 {
  color: #634b78;
  font-size: 43px;
  font-weight: 300;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .user-content h1,
  .user-content h2 {
    font-size: 30px;
  }
}
.user-content h3 {
  color: #634b78;
  font-size: 24px;
  font-weight: 300;
  margin: 30px 0 10px;
}
.user-content p,
.user-content ul li {
  color: #414042;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 7px;
}
.user-content p a,
.user-content ul li a {
  color: #634b78;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.user-content p a:hover,
.user-content ul li a:hover {
  color: #000;
}
.user-content p strong,
.user-content ul li strong {
  font-weight: 700;
}
.user-content ul {
  margin: 10px 0 10px;
}
.user-content ul li {
  padding: 0 0 0 10px;
  position: relative;
}
.user-content ul li:before {
  position: absolute;
  content: '•';
  color: #414042;
  font-family: "Raleway";
  font-size: 17px;
  left: 0;
  top: -2px;
}
.user-content .halves {
  *zoom: 1;
}
.user-content .halves:before,
.user-content .halves:after {
  content: '';
  display: table;
}
.user-content .halves:after {
  clear: both;
}
.user-content .halves .half {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.user-content .halves .half:before,
.user-content .halves .half:after {
  content: '';
  display: table;
}
.user-content .halves .half:after {
  clear: both;
}
.user-content .halves .half:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 767px) {
  .user-content .halves .half {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .user-content .halves .half:first-child {
    margin-left: auto;
  }
  .user-content .halves .half:last-child {
    margin-right: auto;
  }
}
.user-content .video-holder {
  margin: 10px 0;
}
.news {
  *zoom: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  margin: 0 0 30px;
  display: block;
}
.news:before,
.news:after {
  content: '';
  display: table;
}
.news:after {
  clear: both;
}
.news img {
  float: left;
}
@media only screen and (max-width: 560px) {
  .news img {
    float: none;
  }
}
.news .text {
  overflow: hidden;
  padding: 10px 0 0 44px;
}
@media only screen and (max-width: 560px) {
  .news .text {
    padding: 10px 0 0;
  }
}
.news .text p {
  color: #414042;
  font-size: 17px;
  font-weight: 400;
}
.news .text p strong {
  font-weight: 700;
  color: #634b78;
}
.news:last-of-type {
  margin: 0;
}
.news:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.file-link {
  display: block;
  color: #634b78;
  font-size: 24px;
  font-weight: 300;
  padding: 0 0 0 48px;
  margin: 15px 0 5px;
  background: url("../img/file-link.png") left top no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .file-link {
    font-size: 20px;
  }
}
.file-link:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.lwa {
  *zoom: 1;
  width: auto;
  max-width: 500px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  background: #d4cdd9;
  padding: 27px 14px;
  margin-top: 10px;
}
.lwa:before,
.lwa:after {
  content: '';
  display: table;
}
.lwa:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .lwa {
    padding: 20px;
  }
}
.lwa .lwa-username-label,
.lwa .lwa-password-label,
.lwa .lwa-submit-links {
  display: none;
}
.lwa input[type=text],
.lwa input[type=password] {
  border: none;
  padding: 5px 10px;
  width: 100%;
  color: #a7a9ac;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .lwa input[type=text],
  .lwa input[type=password] {
    margin: 0;
  }
}
.lwa input[type=submit] {
  border: none;
  font-family: 'Lato', 'Arial', sans-serif;
  display: inline-block;
  background: #634b78;
  padding: 3px 10px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
}
.lwa input[type=submit]:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.register-link a {
  width: 500px;
  display: inline-block;
  background: #634b78;
  padding: 10px;
  color: #fff !important;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 540px) {
  .register-link a {
    width: 100%;
    font-size: 20px;
  }
}
.register-link a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
#simplr-form {
  *zoom: 1;
  width: auto;
  max-width: 500px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  background: #d9e7ce;
  padding: 27px 14px;
}
#simplr-form:before,
#simplr-form:after {
  content: '';
  display: table;
}
#simplr-form:after {
  clear: both;
}
#simplr-form label {
  display: none;
}
#simplr-form input[type=text] {
  border: none;
  padding: 5px 10px;
  width: 100%;
  color: #a7a9ac;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 5px;
}
#simplr-form input[type=submit] {
  border: none;
  font-family: 'Lato', 'Arial', sans-serif;
  display: inline-block;
  background: #634b78;
  padding: 3px 10px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  margin: 10px 0 0;
}
#simplr-form input[type=submit]:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.simplr-message.error {
  *zoom: 1;
  width: auto;
  max-width: 500px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  color: #f00;
  margin-bottom: 5px;
}
.simplr-message.error:before,
.simplr-message.error:after {
  content: '';
  display: table;
}
.simplr-message.error:after {
  clear: both;
}
.career-main {
  float: left;
  width: 48.7%;
  padding: 55px 0 0;
}
@media only screen and (max-width: 767px) {
  .career-main {
    width: 100%;
    float: none;
    padding: 30px 0 0;
  }
}
.career-sidebar {
  float: right;
  width: 48.4%;
  padding: 55px 0 0;
}
@media only screen and (max-width: 767px) {
  .career-sidebar {
    width: 100%;
    float: none;
    padding: 20px 0 0;
  }
}
.employment-form {
  background: #634b79;
  padding: 33px;
}
.employment-form .gform_validation_container,
.employment-form .gform_ajax_spinner,
.employment-form .validation_error {
  display: none;
}
.employment-form .validation_message {
  color: #fff;
  font-size: 12px;
  margin: 2px 0 0;
}
.employment-form .gform_title {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.employment-form ul li {
  margin: 0 0 9px;
}
.employment-form ul li .gfield_label {
  display: none;
}
.employment-form ul li input[type=text] {
  width: 100%;
  border: none;
  padding: 7px 10px;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  font-family: 'Raleway', 'Arial', sans-serif;
}
.employment-form ul li ::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #a7a9ac;
}
.employment-form ul li :-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #a7a9ac;
}
.employment-form ul li ::-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #a7a9ac;
}
.employment-form ul li :-ms-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #a7a9ac;
}
.employment-form ul li.show-label {
  *zoom: 1;
  padding: 5px 0;
}
.employment-form ul li.show-label:before,
.employment-form ul li.show-label:after {
  content: '';
  display: table;
}
.employment-form ul li.show-label:after {
  clear: both;
}
.employment-form ul li.show-label .gfield_label {
  display: block;
  float: left;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (max-width: 480px) {
  .employment-form ul li.show-label .gfield_label {
    float: none;
    margin: 0 0 5px;
  }
}
.employment-form ul li.show-label select,
.employment-form ul li.show-label input[type=file] {
  float: right;
}
@media only screen and (max-width: 480px) {
  .employment-form ul li.show-label select,
  .employment-form ul li.show-label input[type=file] {
    float: none;
  }
}
.employment-form input[type=submit] {
  border: none;
  padding: 5px 20px;
  background: #d4cdd9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #634b78;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  margin: 5px 0 0;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.employment-form input[type=submit]:hover {
  background: #fff;
}
#wppb-login-wrap {
  *zoom: 1;
  width: auto;
  max-width: 500px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  background: #d4cdd9;
  padding: 27px 14px;
  margin: 10px auto 20px;
}
#wppb-login-wrap:before,
#wppb-login-wrap:after {
  content: '';
  display: table;
}
#wppb-login-wrap:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  #wppb-login-wrap {
    padding: 20px;
  }
}
#wppb-login-wrap label {
  display: none;
}
#wppb-login-wrap input[type=text],
#wppb-login-wrap input[type=password] {
  border: none;
  padding: 5px 10px;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 5px;
}
@media only screen and (max-width: 767px) {
  #wppb-login-wrap input[type=text],
  #wppb-login-wrap input[type=password] {
    margin: 0;
  }
}
#wppb-login-wrap input[type=text] ::-webkit-input-placeholder,
#wppb-login-wrap input[type=password] ::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #a7a9ac;
}
#wppb-login-wrap input[type=text] :-moz-placeholder,
#wppb-login-wrap input[type=password] :-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #a7a9ac;
}
#wppb-login-wrap input[type=text] ::-moz-placeholder,
#wppb-login-wrap input[type=password] ::-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #a7a9ac;
}
#wppb-login-wrap input[type=text] :-ms-input-placeholder,
#wppb-login-wrap input[type=password] :-ms-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #a7a9ac;
}
#wppb-login-wrap input[type=submit] {
  border: none;
  font-family: 'Lato', 'Arial', sans-serif;
  display: inline-block;
  background: #634b78;
  padding: 3px 10px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
}
#wppb-login-wrap input[type=submit]:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.wppb-error {
  margin: 0 auto;
  text-align: center;
}
#simplr-form {
  *zoom: 1;
  width: auto;
  max-width: 500px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  background: #d9e7ce;
  padding: 27px 14px;
}
#simplr-form:before,
#simplr-form:after {
  content: '';
  display: table;
}
#simplr-form:after {
  clear: both;
}
#simplr-form label {
  display: none;
}
#simplr-form input[type=text] {
  border: none;
  padding: 5px 10px;
  width: 100%;
  color: #a7a9ac;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 5px;
}
#simplr-form input[type=submit] {
  border: none;
  font-family: 'Lato', 'Arial', sans-serif;
  display: inline-block;
  background: #634b78;
  padding: 3px 10px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  margin: 10px 0 0;
}
#simplr-form input[type=submit]:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.wppb-register-user {
  padding: 20px;
  background: #634c79;
}
.wppb-register-user ul {
  list-style: none;
}
.wppb-register-user ul li {
  padding: 0;
}
.wppb-register-user ul li label {
  display: none;
  color: #fff;
  font-size: 16px;
}
.wppb-register-user ul li label[for=custom_indemnity] {
  display: block;
}
.wppb-register-user ul li ul.wppb-radios {
  *zoom: 1;
}
.wppb-register-user ul li ul.wppb-radios:before,
.wppb-register-user ul li ul.wppb-radios:after {
  content: '';
  display: table;
}
.wppb-register-user ul li ul.wppb-radios:after {
  clear: both;
}
.wppb-register-user ul li ul.wppb-radios li {
  float: left;
  width: 80px;
}
.wppb-register-user ul li ul.wppb-radios li input {
  width: 20px;
  float: left;
}
.wppb-register-user ul li ul.wppb-radios li label {
  display: block;
}
.wppb-register-user ul li h4 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.wppb-register-user ul li span {
  color: #fff;
  font-size: 14px;
  padding: 2px 0px;
}
.wppb-register-user ul li span.wppb-form-error {
  color: #fff;
  background: #f00;
  padding: 2px 5px;
}
.wppb-register-user ul li input[type=text],
.wppb-register-user ul li input[type=password] {
  border: none;
  padding: 5px 10px;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 5px;
}
.wppb-register-user ul li .styled-select {
  width: 100%;
  height: 31px;
  overflow: hidden;
  background: #fff url("../img/select.png") center right 10px no-repeat;
  position: relative;
  margin: 0 0 12px;
}
.wppb-register-user ul li .styled-select select {
  background: transparent;
  width: 120%;
  padding: 5px 10px;
  font-size: 18px !important;
  line-height: 1;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 31px;
  -webkit-appearance: none;
  color: #000 !important;
}
.wppb-register-user ul li ::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #a7a9ac;
}
.wppb-register-user ul li :-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #a7a9ac;
}
.wppb-register-user ul li ::-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #a7a9ac;
}
.wppb-register-user ul li :-ms-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #a7a9ac;
}
.wppb-register-user ul li:before {
  display: none;
}
.wppb-register-user input[type=submit] {
  border: none;
  font-family: 'Lato', 'Arial', sans-serif;
  display: inline-block;
  background: #d4cdd9;
  padding: 3px 10px;
  color: #634c79 !important;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  margin: 10px 0 0;
  font-weight: 700;
}
.wppb-register-user input[type=submit]:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
#wppb-register-user-other-health-professionals {
  background: #82b662;
}
#wppb-register-user-other-health-professionals input[type=submit] {
  background: #fff;
  color: #82b662 !important;
}
