html {
  box-sizing: border-box; }

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

.wrapper {
  width: 1140px;
  margin: 0 auto; }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 961px) and (max-width: 1140px) {
    .wrapper {
      width: 960px; } }
  @media screen and (min-width: 751px) and (max-width: 960px) {
    .wrapper {
      width: 720px;
      margin: 0 auto;
      padding: 0; } }
  @media screen and (max-width: 750px) {
    .wrapper {
      width: 90%; } }

/* -----------------------------------------------------------------
    RESET - NORMALIZE.CSS (v3.0.0)
------------------------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* -----------------------------------------------------------------
    RESET ELEMENTS - HTML5 BOILERPLATE (4.3.0)
------------------------------------------------------------------*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

address {
  font-style: normal; }

span.skype_pnh_container {
  display: none !important; }

span.skype_pnh_print_container {
  display: inline !important; }

@media print {
  * {
    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) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
.button, .small-button, .outline-button, .outline-button-blue {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .large.button, .large.small-button, .large.outline-button, .large.outline-button-blue {
    padding: 15px 25px;
    font-size: 16px; }
  .small.button, .small.small-button, .small.outline-button, .small.outline-button-blue {
    padding: 5px 10px;
    font-size: 12px; }

.left {
  float: left; }

.right {
  float: right; }

.five {
  width: 5%; }

.ten {
  width: 10%; }

.fifteen {
  width: 15%; }

.twenty {
  width: 20%; }

.twentyfive {
  width: 25%; }

.thirty {
  width: 30%; }

.thirtyfive {
  width: 35%; }

.fourty {
  width: 40%; }

.fourtyfive {
  width: 45%; }

.fifty {
  width: 50%; }

.fiftyfive {
  width: 55%; }

.sixty {
  width: 60%; }

.sixtyfive {
  width: 65%; }

.seventy {
  width: 70%; }

.seventyfive {
  width: 75%; }

.eighty {
  width: 80%; }

.eightyfive {
  width: 85%; }

.ninety {
  width: 90%; }

.ninetyfive {
  width: 95%; }

.onehundred {
  width: 100%; }

#browserAlert {
  display: none;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  background: #941111;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 18px; }

#browserAlert a {
  color: #faabab;
  font-weight: bold; }

#browserAlert a:hover {
  color: #fff; }

.lt-ie9 #browserAlert {
  display: block; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.visible-mobile {
  display: block; }
  @media screen and (min-width: 961px) and (max-width: 1140px) {
    .visible-mobile {
      display: none; } }

.visible-desktop {
  display: none; }
  @media screen and (min-width: 961px) and (max-width: 1140px) {
    .visible-desktop {
      display: block; } }

/* -----------------------------------------------------------------
	TYPOGRAPHY ELEMENTS
------------------------------------------------------------------*/
a {
  color: #19597c;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #040d12; }

.text-error {
  color: #e04419; }

.text-success {
  color: #62b51f; }

.text-warning {
  color: #e04419; }

.text-info {
  color: #5bc0de; }

::-moz-selection {
  background: #19597c;
  color: white;
  text-shadow: none; }

::selection {
  background: #19597c;
  color: white;
  text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #19597c; }

.blue {
  color: #19597c; }

.nineteen {
  font-size: 19px; }

p {
  margin: 0 0 25px 0; }

h1 {
  margin-top: 0px;
  margin-bottom: 25px; }

h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 10px; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

@media screen and (max-width: 960px) {
  h1 {
    font-size: 28px; }

  h2 {
    font-size: 25px; }

  h3 {
    font-size: 20px; }

  h4 {
    font-size: 16px; } }
blockquote {
  border-left: 5px solid #e6e6e6;
  padding-left: 20px; }
  blockquote cite {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin: 5px 0 0;
    font-style: normal; }

hr {
  border-color: #a6acae;
  clear: both;
  width: 100%;
  display: inline-block;
  margin: 25px 0; }

/* -----------------------------------------------------------------
	FORM ELEMENTS
------------------------------------------------------------------*/
label {
  display: block;
  padding: 5px 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600; }
  label .required {
    color: #e04419; }
  label.error {
    color: #e04419; }

select {
  width: 100%;
  margin-bottom: 10px; }

input,
textarea {
  display: inline-block;
  width: 100%;
  padding: 7px 8px;
  border: 1px solid #a6acae;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #363839;
  font-size: 16px;
  background: white;
  margin: 0 0 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  border-radius: 5px; }
  input:focus,
  textarea:focus {
    background: #f2f2f2; }
  input.error,
  textarea.error {
    border: 1px solid #e04419; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #363839; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #363839; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #363839; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #363839; }

.radio label,
.checkbox label {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  display: inline-block;
  padding: 0;
  margin-right: 20px; }
.radio input,
.checkbox input {
  width: auto;
  margin-right: 5px;
  display: inline-block; }

button.button,
input.button {
  border: none;
  display: inline-block;
  width: auto;
  margin-bottom: 20px;
  margin-top: 20px; }

.errormsg,
.successmsg {
  margin: 20px 0 0;
  font-size: 14px; }
  .errormsg span,
  .successmsg span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    margin: 0 10px 0 0; }

.errormsg span {
  background: #e04419; }

.successmsg span {
  background: #62b51f; }

/* -----------------------------------------------------------------
REUSABLE ELEMENTS & CLASSES
------------------------------------------------------------------*/
img,
iframe {
  display: block;
  max-width: 100%; }

.content-left img {
  height: auto !important; }

.button {
  padding: 7px 10px;
  background: #28779a;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 14px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .button:hover {
    background: #363839;
    color: white; }

.small-button {
  padding: 5px 10px;
  background: #19597c;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .small-button:hover {
    background: #363839;
    color: white; }

.outline-button {
  padding: 5px 10px;
  background: none;
  border: 1px solid #a0c6d6;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .outline-button:hover {
    background: white;
    color: #28779a; }

.outline-button-blue {
  cursor: pointer;
  padding: 5px 10px;
  background: none;
  border: 1px solid #28779a;
  text-transform: uppercase;
  color: #28779a;
  font-weight: bold;
  font-size: 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .outline-button-blue:hover {
    background: white;
    color: #28779a; }

.aligncenter {
  margin: 20px auto;
  display: block; }

.alignleft {
  float: left;
  margin: 0px 20px 20px 0; }

.alignright {
  float: right;
  margin: 0px 0 20px 20px; }

@media screen and (max-width: 750px) {
  .alignleft {
    float: none;
    margin: 20px auto;
    display: block; }

  .alignright {
    float: none;
    margin: 20px auto;
    display: block; } }
/* -----------------------------------------------------------------
	GENERAL ELEMENTS 
------------------------------------------------------------------*/
html {
  background: white; }

body {
  font-size: 16px;
  color: #363839;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  background: white; }

/* -----------------------------------------------------------------
	HEADER ELEMENTS 
------------------------------------------------------------------*/
#header {
  width: 100%;
  background: white; }
  #header .wrapper {
    position: relative; }

#logo {
  display: block;
  margin: 20px auto; }

#sticky-logo {
  display: none; }

@media screen and (max-width: 750px) {
  #logo {
    width: 250px;
    height: auto; } }
/* -----------------------------------------------------------------
	NAVIGATION ELEMENTS 
------------------------------------------------------------------*/
#nav-trigger {
  display: none;
  float: left;
  font-size: 20px;
  cursor: pointer; }

#mobile-nav {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 99;
  background: #28779a;
  padding: 10px;
  margin: 0;
  top: 105px;
  list-style: none;
  color: white; }
  #mobile-nav li {
    padding: 8px 0;
    margin: 0; }
    #mobile-nav li i {
      float: right;
      font-size: 18px;
      cursor: pointer; }
    #mobile-nav li a {
      color: white; }
    #mobile-nav li ul {
      display: none;
      list-style: none;
      margin: 0;
      padding: 5px 0; }
      #mobile-nav li ul li a {
        color: #d1e6ef; }

@media screen and (min-width: 751px) and (max-width: 960px) {
  #mobile-nav {
    top: 140px; } }
#nav {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600; }
  #nav > ul#desktop-nav {
    list-style: none;
    margin: 0;
    padding: 0; }
    #nav > ul#desktop-nav > li {
      float: left;
      margin: 0;
      padding: 0 4px 6px 4px;
      position: relative; }
      #nav > ul#desktop-nav > li > a {
        display: block;
        color: #363839;
        padding: 1px 8px; }
      #nav > ul#desktop-nav > li.nav-contact {
        font-weight: 700;
		margin-left:60px; }
        #nav > ul#desktop-nav > li.nav-contact:before {
          border-left: 1px solid #a6acae;
          content: '';
          position: absolute;
          left: 0;
          top: 3px;
          height: 15px; }
      #nav > ul#desktop-nav > li.nav-newsletter {
        font-weight: 700; }
        #nav > ul#desktop-nav > li.nav-newsletter:after {
          border-left: 1px solid #a6acae;
          content: '';
          position: absolute;
          right: 0;
          top: 3px;
          height: 15px; }
      #nav > ul#desktop-nav > li:hover > a {
        background: #19597c;
        color: white; }
      #nav > ul#desktop-nav > li.active > a {
        background: #19597c;
        color: white; }
      #nav > ul#desktop-nav > li ul {
        background: white;
        display: none;
        position: absolute;
        z-index: 9;
        border: 4px solid #eef6f9;
        width: 200px;
        text-align: center;
        margin: 0;
        padding: 0;
        list-style: none;
        left: 50%;
        margin-top: 6px;
        margin-left: -104px; }
        #nav > ul#desktop-nav > li ul:before {
          content: '';
          position: absolute;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-bottom: 6px solid #eef6f9;
          top: -10px;
          left: 50%;
          margin-left: -4px; }
        #nav > ul#desktop-nav > li ul li {
          border-bottom: 1px solid #eef6f9;
          padding: 6px 5px;
          margin: 0; }
          #nav > ul#desktop-nav > li ul li a {
            color: #363839; }
          #nav > ul#desktop-nav > li ul li:hover a {
            color: #19597c; }

#nav > ul#desktop-nav > li:hover > ul {
  display: block; }

@media screen and (min-width: 961px) and (max-width: 1140px) {
  #nav {
    font-size: 12px; }
    #nav > ul#desktop-nav > li {
      padding: 0 0px 6px 0px; }
      #nav > ul#desktop-nav > li > a {
        padding: 1px 7px; }
		#nav > ul#desktop-nav > li.nav-contact {
		margin-left:45px;	
		}
		 }
@media screen and (max-width: 960px) {
  #nav-trigger {
    display: block; }

  #nav > ul#desktop-nav {
    display: none; } }
.top-social {
  font-size: 19px;
  line-height:1em;
  float: right; }
  .top-social a {
    color: #19597c;
    position: relative;
    display: inline-block;
    padding: 0 9px; }
    .top-social a:before {
      display: none;
      content: 'youtube';
      color: white;
      background: #19597c;
      font-size: 9px;
      position: absolute;
      padding: 0 2px;
      top: -25px;
      left: 50%;
      margin-left: -20px; }
    .top-social a:after {
      display: none;
      content: '';
      position: absolute;
      top: -8px;
      left: 50%;
      margin-left: -4px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #19597c; }
    .top-social a.social-facebook:before {
      content: 'facebook';
      margin-left: -25px; }
    .top-social a.social-twitter:before {
      content: 'twitter';
      margin-left: -20px; }
    .top-social a.social-instagram:before {
      content: 'instagram';
      margin-left: -25px; }
    .top-social a:hover:before {
      display: block; }
    .top-social a:hover:after {
      display: block; }

.home-slider {
  width: 100%;
  overflow: hidden;
  position: relative; }

.hero-caption {
  padding: 10px;
  position: absolute;
  z-index: 2;
  width: 40%;
  bottom: 15%;
  right: 10%;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 0px 40px rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 0px 40px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 40px rgba(255, 255, 255, 1);
  font-size: 18px;
  color: #19597c; }
  .hero-caption h2 {
    font-size: 30px;
    color: #19597c;
    margin-bottom: 10px; }
  .hero-caption p {
    margin: 0; }

@media screen and (min-width: 961px) and (max-width: 1140px) {
  .hero-caption {
    width: 40%;
    font-size: 14px;
    right: 30px; }
    .hero-caption h2 {
      font-size: 30px; } }
@media screen and (min-width: 751px) and (max-width: 960px) {
  .hero-caption {
    width: 720px;
    margin: 0 auto; } }
@media screen and (max-width: 960px) {
  .hero-caption {
    position: relative;
    font-size: 14px;
    right: 0;
    bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 20px 0;
    margin: 0 auto; }
    .hero-caption h2 {
      font-size: 20px; } }
@media screen and (max-width: 750px) {
  .hero-caption {
    width: 90%;
    margin: 0 auto; } }
/* -----------------------------------------------------------------
	CONTENT AREA ELEMENTS 
------------------------------------------------------------------*/
ul {
  margin: 0 0 25px 20px;
  padding: 0; }
  ul li {
    margin: 0 0 8px 0; }

ol {
  margin: 0 0 25px 20px;
  padding: 0; }
  ol li {
    margin: 0 0 8px 0; }

.newsletter-bar {
  width: 100%;
  padding: 20px 0;
  background: url(../images/bg-lightblue.gif) repeat #28779a;
  color: white;
  font-size: 14px; }
  .newsletter-bar h2 {
    font-size: 20px;
    color: white;
    margin: 0 0 10px 0; }
  .newsletter-bar p {
    margin: 0; }
  .newsletter-bar .left {
    width: 65%;
    padding-right: 20px; }
  .newsletter-bar .right {
    width: 35%;
    padding-left: 20px; }
  .newsletter-bar .button {
    background: #0f4564;
    margin-bottom: 0;
    margin-left: 8px;
    margin-top: 0;
    padding: 10px 20px; }
    .newsletter-bar .button:hover {
      background: #363839; }
  .newsletter-bar input[type="email"] {
    width: 65%;
    float: left;
    margin-bottom: 0; }

@media screen and (min-width: 961px) and (max-width: 1140px) {
  .newsletter-bar .left {
    width: 55%; }
  .newsletter-bar .right {
    width: 45%; } }
@media screen and (max-width: 960px) {
  .newsletter-bar h2 {
    font-size: 17px; }
  .newsletter-bar .left {
    width: 100%;
    padding-right: 0px; }
  .newsletter-bar .right {
    width: 100%;
    padding-left: 0px;
    margin-top: 10px; }
  .newsletter-bar input[type="email"] {
    width: 100%; }
  .newsletter-bar .button {
    margin-left: 0px;
    margin-top: 10px; } }
.stick {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px; }

.sticky {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: block;
  width: 100%;
  background: white; }
  .sticky #desktop-nav {
    display: none; }
  .sticky #nav-trigger {
    display: block;
    float: right;
    margin-top: 10px; }
  .sticky .top-social {
    display: none; }
  .sticky #logo {
    display: none; }
  .sticky #sticky-logo {
    width: 280px;
    float: left;
    display: block;
    margin: 10px 0 0 0; }
  .sticky #mobile-nav {
    top: 35px; }

@media screen and (max-width: 750px) {
  .sticky #sticky-logo {
    width: 200px;
    margin-top: 15px; } }
.home-ctas {
  width: 100%;
  background: #f1f1f1;
  padding: 30px 0; }

.cta-box {
  width: 31.2%;
  float: left;
  background: url(../images/bg-medblue.gif) repeat #28779a;
  color: white;
  text-align: center;
  margin-right: 3%; }
  .cta-box img {
    width: 100%;
    height: auto; }
  .cta-box h2 {
    margin: 0 0 10px 0;
    font-size: 20px; }
  .cta-box.dark-pattern {
    background: url(../images/bg-darkblue.gif) repeat #19597c; }
  .cta-box.light-pattern {
    background: url(../images/bg-lightblue.gif) repeat #28779a; }
  .cta-box .container {
    width: 100%;
    padding: 20px 10px; }
  .cta-box a {
    color: white; }
  .cta-box.last {
    margin-right: 0; }

@media screen and (min-width: 751px) and (max-width: 960px) {
  .cta-box {
    width: 48%; } }
@media screen and (max-width: 750px) {
  .cta-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    font-size: 14px; }
    .cta-box h2 {
      font-size: 17px; } }
.imagehover {
  display: block;
  position: relative; }
  .imagehover:before {
    content: '';
    background: rgba(93, 191, 234, 0.6);
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: height 0.2s;
    -webkit-transition: height 0.2s;
    /* Safari 3.1 to 6.0 */ }
  .imagehover:hover:before {
    height: 100%; }
  .imagehover:hover:after {
    content: "\f002";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    margin-left: -10px;
    margin-top: -10px;
    font-family: "FontAwesome"; }

.video-thumb-icon {
  display: block;
  position: relative; }
  .video-thumb-icon:before {
    content: "\f04b";
	opacity:0.55;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    margin-left: -20px;
    margin-top: -25px;
    font-family: "FontAwesome"; }

.home-blurb-events {
  width: 100%;
  padding: 30px 0;
  color: #535151; }
  .home-blurb-events h1{
	font-size:24px;  
  }
  .home-blurb-events .left {
    width: 48%; }
	.home-blurb-events .left p:last-child{
	margin-bottom:0;	
	}
  .home-blurb-events .right {
    width: 48%; }

@media screen and (max-width: 960px) {
  .home-blurb-events .left {
    width: 100%; }
  .home-blurb-events .right {
    width: 100%; 
	margin-top:25px;} }
@media screen and (max-width: 750px) {
  .home-blurb-events h1 {
    font-size: 20px; }
  .home-blurb-events h3 {
    font-size: 20px; } }
.home-event-row {
  background: #b5cad5;
  border-left: 3px solid #28779a;
  border-bottom: 2px solid white;
  width: 100%;
  font-size: 14px;
  padding: 10px; }
  .event-slider{
	position:relative;  
  }
  .home-event-row .eventnote {
      margin-bottom: 10px;
	  font-weight:bold;
	  display:block;
	  font-size:11px;
	  color:red; }
  .home-event-row .date {
    float: left;
    width: 50px;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    text-align: center;
    font-weight: bold;
    background: white;
    color: #19597c;
    line-height: 1.2em;
    padding: 3px 0; }
	.home-event-next{
	display:inline-block;
	font-size: 13px;
	line-height:1.6em;
	color: rgba(167, 167, 167, 1);
	top:-38px;
	border:2px solid #a7a7a7;
	border-radius:100px;
	text-align:center;
	width:25px;
	height:25px;	
	right:0;
	position:absolute;
	}
	.home-event-next:hover, .home-event-prev:hover{
	color:#000;
	border-color:#000;	
	}
	.home-event-prev{
	display:inline-block;
	font-size: 13px;
	line-height:1.6em;
	color: rgba(167, 167, 167, 1);
	top:-38px;
	border:2px solid #a7a7a7;
	border-radius:100px;
	text-align:center;
	width:25px;
	height:25px;	
	right:30px;
	position:absolute;
	}
    .home-event-row .date span.day {
      font-size: 24px;
	  display:block;
      line-height: 1em; }
  .home-event-row .info {
    float: left;
    width: 80%;
    margin-left: 20px; }
  .home-event-row h5 {
    margin: 0 0 5px 0; }
  .home-event-row h6 {
    color: #363839; }
  .home-event-row.light {
    background: #d6e1e7; }


@media screen and (max-width: 750px) {
  .home-event-row .info {
    width: 70%; } }
.home-banners {
  padding: 0px 0 30px 0; }
  .home-banners .left {
    width: 48%;
    height: auto; }
  .home-banners .right {
    width: 48%;
    height: auto; }

@media screen and (max-width: 750px) {
  .home-banners .left {
    width: 100%;
    margin-bottom: 20px; }
  .home-banners .right {
    width: 100%; } }
.partner-logos {
  background: #f1f1f1;
  padding: 8px 0;
  width: 100%;
  text-align: center; }
  .partner-logos ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .partner-logos ul li {
      margin: 0;
      display: inline-block;
      vertical-align: middle;
      padding: 8px 20px; }
@media screen and (max-width: 750px) {
	.partner-logos {
	display:none;
	}
}
/* -----------------------------------------------------------------
	FOOTER ELEMENTS 
------------------------------------------------------------------*/
#footer {
  width: 100%;
  background: url(../images/bg-medblue.gif) repeat #28779a;
  padding: 20px 0;
  color: white;
  font-size: 13px; }
  #footer .left {
    font-size: 12px;
    width: 45%; }
  #footer .right {
    float: right; }
  #footer a {
    color: white;
    text-decoration: underline; }
    #footer a:hover {
      text-decoration: none;
      color: white; }
  #footer .col {
    width: 16.6%;
    float: left;
    padding-right: 20px; }
    #footer .col a {
      text-decoration: none; }
      #footer .col a:hover {
        color: #94d1f1; }
    #footer .col ul {
      margin: 0 0 15px 0;
      padding: 0;
      list-style: none; }
      #footer .col ul li {
        margin: 0 0 5px 0; }
        #footer .col ul li:first-child {
          text-transform: uppercase;
          font-weight: bold; }
  #footer .sharing {
    text-transform: uppercase;
    color: #6dacce;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px; }
    #footer .sharing i {
      font-size: 25px; }
      #footer .sharing i:hover {
        color: white; }
    #footer .sharing span {
      padding-right: 15px;
      display: inline-block;
      vertical-align: middle; }

@media screen and (max-width: 960px) {
  #footer .sharing .share-title {
    display: block; }
  #footer .left {
    width: 100%;
    text-align: center;
    margin-top: 20px; }
  #footer .right {
    width: auto;
    float: none;
    margin: 0 auto; } }
.mobile-off {
  display: block; }

@media screen and (max-width: 960px) {
  .mobile-off {
    display: none; } }
.bg-blue {
  background: #eef6f9;
  padding: 40px 0; }
.bg-blue.lessbottom{
padding-bottom:20px;	
}
.internal-left {
  float: left;
  width: 65%; }

@media screen and (min-width: 751px) and (max-width: 960px) {
  .internal-left {
    width: 55%; } }
@media screen and (max-width: 750px) {
  .internal-left {
    width: 100%; } }
#sidebar {
  width: 30%;
  float: right; }
  #sidebar .cta-box {
    margin-bottom: 25px;
    margin-right: 0;
    width: 100%; }
#sidebar .cta-box:last-child{
margin-bottom:15px;	
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  #sidebar {
    width: 40%; } }
@media screen and (max-width: 750px) {
  #sidebar {
    width: 100%; } }
	#sidebar .cta-box h2{
		font-size:15px;
		color:#fff;
	}
	#sidebar .cta-box .container{
	font-size:14px;	
	}
.toggle-trigger {
  width: 100%;
  background: #d1e6ef;
  padding: 7px 7px 7px 40px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #19597c;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer; }
  .toggle-trigger:hover {
    background: #28779a;
    color: white; }
  .toggle-trigger.question-trigger:before {
    font-size: 20px;
    color: #7199b0;
    position: absolute;
    top: 3px;
    left: 7px;
    content: 'Q.'; }
  .toggle-trigger.link-trigger:before {
    font-size: 20px;
    color: #7199b0;
    position: absolute;
    top: 3px;
    left: 7px;
    font-weight: normal;
    font-family: "FontAwesome";
    content: "\f0c1"; }
	 .toggle-trigger .title {
	display:inline-block;
	width:90%;
	vertical-align:top; 
	 }
  .toggle-trigger i {
    float: right;
    font-size: 25px; }

.toggle-container {
  width: 100%;
  padding: 10px 0 0 0;
  display: none; }
  .toggle-container h5.link-title {
    margin: 0 0 0 0;
    color: #363839; }
  .toggle-container hr {
    margin: 0 0 20px 0; }

.contact-row {
  width: 100%;
  display: inline-block;
  clear: both;
  margin-bottom: 10px; }
  .contact-row .icon {
    background: #9cc0d0;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 36px;
    color: white;
    float: left;
    padding-top: 4px; }
  .contact-row .info {
    float: left;
    width: 85%;
    margin-left: 20px; }
    .contact-row .info h5 {
      margin: 0;
      font-size: 16px; }

@media screen and (max-width: 960px) {
  .contact-row {
    margin-bottom: 0px; }
    .contact-row .icon {
      width: 40px;
      height: 40px;
      font-size: 25px;
      padding-top: 2px; }
    .contact-row .info {
      width: 70%; } }
.section-selection {
  background: #28779a;
  color: #fff;
  width: 150px;
  float: right;
  text-transform: uppercase;
  position: relative;
  padding: 5px;
  font-size: 13px;
  line-height: 1 em;
  cursor: pointer; }
  .section-selection i {
    margin-top: 3px;
    float: right; }
  .section-selection .selection-list {
    position: absolute;
    display: none;
    background: #28779a;
    font-size: 11px;
    width: 100%;
    padding: 5px;
    left: 0; }
    .section-selection .selection-list a {
      display: block;
	  color:#fff;
      padding: 5px 0; }

@media screen and (max-width: 750px) {
  .section-selection {
    width: 100%;
    margin-bottom: 20px; } }
h1.main-title {
  float: left;
  width: 80%; }

@media screen and (min-width: 751px) and (max-width: 960px) {
  h1.main-title {
    width: 70%; } }
@media screen and (max-width: 750px) {
  h1.main-title {
    width: 100%; } }
.store-row {
  width: 100%;
  display: inline-block;
  clear: both;
  border-top: 1px solid #a6acae;
  padding-top: 20px;
  margin-bottom: 20px; }
  .store-row.first {
    border-top: 0; 
	padding-top:0;}
  .store-row.featured {
    padding: 20px;
    background: #d1e6ef;
    border-top: none; }
    .store-row.featured .left {
      width: 30%; }
    .store-row.featured .right {
      width: 70%; }
  .store-row .event-date {
    font-size: 15px;
    color: #28779a;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold; }
  .store-row .event-loc {
    font-size: 14px;
    color: #363839;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: bold; }
    .store-row .event-loc .type {
      padding-left: 20px; }
	  .store-row .event-loc .eventnote {
      padding-left: 20px;
	  color:red; }
	  @media screen and (max-width: 750px) {
		  .store-row .event-loc .type{
			display:block;
			padding-left:0;  
		  }
		 .store-row .event-loc .eventnote {
		padding-left:0;
		display:block;	 
		 }
	  }
  .store-row .dnl-btn {
    margin-bottom: 20px; }
  .store-row p {
    margin-bottom: 20px; }
  .store-row h2 {
    font-size: 19px;
    margin-bottom: 15px;
    text-transform: none; }
  .store-row .book-price {
    margin-bottom: 15px;
    width: 100%;
    padding: 5px 8px 2px 8px;
    font-size: 13px;
    background: #d1e6ef;
    text-transform: uppercase; }
    .store-row .book-price span {
      display: inline-block;
      vertical-align: top;
      padding: 0 20px 5px 0; }
      .store-row .book-price span.red {
        color: #e04419; }
  .store-row .left {
    width: 15%;
    float: left; }
  .store-row .right {
    width: 85%;
    padding-left: 30px;
    float: right; }
  .store-row .blue-box {
    width: 100%;
    padding: 10px;
    background: #19597c;
    color: white;
    text-align: center;
    margin-top: 10px; }
    .store-row .blue-box h6 {
      color: white;
      font-size: 11px;
      margin-bottom: 10px; }
  .store-row .blue-box-mobile {
    display: none;
    width: 100%;
    margin-bottom: 10px;
    color: #28779a; }
    .store-row .blue-box-mobile h6 {
      color: #28779a;
      font-size: 11px;
      margin-bottom: 10px; }
    .store-row .blue-box-mobile a {
      width: 100%;
      text-align: center; }
  .store-row .book-share {
    font-size: 21px;
    color: #28779a; }
    .store-row .book-share span {
      display: inline-block;
      vertical-align: middle;
      padding-right: 8px; }
    .store-row .book-share .share-title {
      color: #757474;
      font-size: 14px;
      font-weight: bold;
      display: inline-block;
      vertical-align: middle;
      text-transform: uppercase; }

.featured-tag {
  width: 100%;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding: 8px;
  background: #28779a;
  margin-bottom: 10px; }

@media screen and (min-width: 751px) and (max-width: 960px) {
  .store-row .left {
    width: 20%; }
  .store-row .right {
    width: 80%; } }
@media screen and (max-width: 750px) {
  .store-row .left {
    width: 100%; }
    .store-row .left img {
      width: 50%;
      height: auto; }
  .store-row .dnl-btn {
    margin-bottom: 10px; }
  .store-row .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px; }
  .store-row.featured {
    padding: 20px;
    background: #d1e6ef;
    border-bottom: none; }
    .store-row.featured .left {
      width: 100%; }
    .store-row.featured .right {
      width: 100%; }
  .store-row .blue-box {
    display: none; }
  .store-row .blue-box-mobile {
    display: block; } }
.blue-info-box {
  background: #d1e6ef;
  padding: 20px;
  width: 100%;
  font-size: 13px; }
  .blue-info-box p {
    margin-bottom: 15px; }

.section-divider {
  text-transform: uppercase;
  font-weight: bold;
  color: #19597c;
  background: #d1e6ef;
  width: 100%;
  padding: 5px 8px;
  margin-bottom: 25px;
  font-size: 20px;
  clear: both; }

.download-col {
  width: 31.3%;
  margin: 0 3% 25px 0;
  float: left;
  position: relative; }
  .download-col .download-file-box {
    position: absolute;
    width: 100%;
    padding: 10px;
    bottom: 0; }
  .download-col .small-button {
    width: 100%;
    text-align: center;
    margin-top: 10px; }
  .download-col img {
    width: 100%;
    height: auto; }
  .download-col.last {
    margin-right: 0; }

@media screen and (min-width: 961px) and (max-width: 1140px) {
  .download-col .small-button {
    font-size: 10px; } }
@media screen and (min-width: 751px) and (max-width: 960px) {
  .download-col .small-button {
    font-size: 8px; } }
@media screen and (max-width: 750px) {
  .download-col .download-file-box {
    padding: 0;
    position: relative; }
  .download-col .small-button {
    font-size: 10px; } }
.synopsis-trigger {
  margin-bottom: 10px;
  margin-right: 5px; }

.excerpt-trigger {
  margin-bottom: 10px;
  margin-right: 5px; }

.qa-trigger {
  margin-bottom: 10px; }

.synopsis-content {
  display: none;
  margin-top: 15px; }
  .synopsis-content h6 {
    margin-bottom: 10px; }

.excerpt-content {
  display: none;
  margin-top: 15px; }
  .excerpt-content h6 {
    margin-bottom: 10px; }

.qa-content {
  display: none;
  margin-top: 15px; }
  .qa-content h6 {
    margin-bottom: 10px; }

.load-more-bar {
  text-align: center;
  padding: 5px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  background: #d1e6ef;
  color: #19597c; 
  margin-bottom:15px;}
  .load-more-bar:hover {
    background: #28779a;
    color: white; }

.form-left {
  width: 50%;
  padding-right: 20px;
  clear: left;
  float: left; }

.form-right {
  width: 50%;
  padding-left: 20px;
  clear: right;
  float: right; }

@media screen and (max-width: 960px) {
  .form-left {
    width: 100%;
    padding-right: 0px; }

  .form-right {
    width: 100%;
    padding-left: 0px; } }
.form-note {
  clear: both;
  margin-bottom: 10px; }

.workshop-header {
  width: 100%;
  position: relative;
  margin-bottom: 30px; }
  
  .workshop-header img {
    position: relative;
    z-index: 0;
	margin-bottom:30px; }


.workshop-col {
  width: 50%;
  float: left;
  margin: 0px 0 25px 0;
  padding: 0 20px 0 0;
  clear: left; }
  .workshop-col  ul{
	margin-bottom:0;  
  }
  .workshop-col.right {
    padding: 0 0 0 20px;
    clear: right; }
  .workshop-col h2 {
    font-size: 20px;
    text-transform: none;
    background: #19597c;
    color: white;
    padding: 10px;
    margin: 0 0 5px 0; }
  .workshop-col h3 {
    font-size: 17px;
    color: #363839;
    margin-bottom: 15px; }
  .workshop-col img {
    margin-bottom: 25px;
    width: 100%;
    height: auto; }
  .workshop-col .more-info {
    width: 100%;
    text-transform: uppercase;
    color: #19597c;
    font-weight: bold;
    font-size: 14px;
    background: #d1e6ef;
    padding: 5px 8px;
    margin-bottom: 15px;
    cursor: pointer; }
    .workshop-col .more-info i {
      float: right;
      font-size: 17px; }
  .workshop-col .info-container {
    display: none; }
  .workshop-col .workshop-row {
    border-bottom: 1px solid #a6acae;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    width: 100%; }
    .workshop-col .workshop-row.last {
      border-bottom: 0; }
    .workshop-col .workshop-row .event-date {
      font-size: 15px;
      color: #19597c;
      margin: 0;
      text-transform: uppercase;
      font-weight: bold; }
    .workshop-col .workshop-row .event-loc {
      font-size: 13px;
      color: #363839;
      margin: 0 0 20px 0;
      text-transform: uppercase;
      font-weight: bold; }
      .workshop-col .workshop-row .event-loc .type {
        padding-left: 30px; }

@media screen and (max-width: 750px) {
  .workshop-col {
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0; }
    .workshop-col.right {
      padding: 0; }
    .workshop-col img {
      width: 100%;
      height: auto; } }
.blog-col {
  width: 31.2%;
  float: left;
  margin: 0px 3% 25px 0; }
  .blog-col.last {
    margin-right: 0; }
  .blog-col img {
    margin-bottom: 20px;
    border: 1px solid #a6acae; }
  .blog-col h2 {
    font-size: 16px;
    margin: 0 0 5px 0; }
  .blog-col p {
    font-size: 14px; }

@media screen and (max-width: 750px) {
  .blog-col {
    width: 100%;
    margin: 0px 0 20px 0; } }
.online-workshops-container {
  background: #f1f1f1;
  padding: 20px;
  width: 100%;
  clear: both;
  margin: 30px 0 20px 0; }

.online-col {
  width: 18.5%;
  float: left;
  margin: 0 1.8% 20px 0; }
  .online-col.last {
    margin: 0; }
  .online-col p {
    margin: 0 0 10px 0; }
  .online-col .button {
    font-size: 14px;
    padding: 5px 8px; }
  .online-col img {
    margin-bottom: 20px;
    width: 100%;
    height: auto; }

@media screen and (min-width: 751px) and (max-width: 960px) {
  .online-col {
    width: 31%; } }
@media screen and (max-width: 750px) {
  .online-col {
    width: 100%;
    margin: 0 0 20px 0; } }
.workshop-date {
  margin: 0 0 5px 0;
  color: #19597c; }

.workshop-title {
  margin: 0 0 5px 0; }

.workshop-place {
  margin: 0 0 30px 0;
  color: #363839; }

.workshop-place .eventnote{
color:red;
padding-left:20px;	
}
@media screen and (max-width: 750px) {
	.workshop-place .eventnote{
	color:red;
	padding-left:0px;	
	display: block;
	}
}
.workshop-reg-btn {
  margin: 0 0 30px 0; }

.soul-col {
  float: left;
  width: 31%;
  margin: 0 3% 25px 0;
  font-size: 14px; }
  .soul-col.last {
    margin-right: 0; }
  .soul-col img {
    border: 1px solid #28779a;
    margin-bottom: 15px;
    width: 100%;
    height: auto; }
  .soul-col p {
    margin: 0 0 15px 0; }
  .soul-col h6 {
    font-size: 16px;
    margin-bottom: 5px; }

@media screen and (max-width: 750px) {
  .soul-col {
    width: 100%; } }
.internal-articles-left {
  float: left;
  width: 65%; }

@media screen and (min-width: 751px) and (max-width: 960px) {
  .internal-articles-left {
    width: 100%; } }
@media screen and (max-width: 750px) {
  .internal-articles-left {
    width: 100%; } }
#sidebar-articles {
  width: 30%;
  float: right; }
  #sidebar-articles .cta-box {
    margin-bottom: 25px;
    margin-right: 0;
    width: 100%; }

@media screen and (min-width: 751px) and (max-width: 960px) {
  #sidebar-articles {
    width: 100%; } }
@media screen and (max-width: 750px) {
  #sidebar-articles {
    width: 100%; } }
#social-feeds {
  display: block;
  margin-bottom: 25px; }
  #social-feeds .left {
    width: 50%;
    padding-right: 20px; }
  #social-feeds .right {
    width: 50%;
    padding-left: 20px; }

@media screen and (max-width: 750px) {
  #social-feeds {
    display: none; } }
.article-row {
  width: 100%;
  border-bottom: 1px solid #a6acae;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0px;
  font-size: 15px;
  line-height: 1.3em; }
  .article-row .title {
    font-weight: bold; }
  .article-row .date {
    font-size: 13px;
    display: inline-block;
    padding-right: 10px; }
  .article-row .click {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block; }

#stToolPop_logo {
  margin: 10px !important; }

#stToolPop {
  display: none; }

.event-trigger{
cursor:pointer;	
}
.event-trigger .more{
display:inline-block;	
}
.event-trigger .less{
display:none;	
}
.event-trigger.active .more{
display:none;
}
.event-trigger.active .less{
display:inline-block;
}
.event-content{
	margin-top:20px;
display:none;	
}
.testimonial-block{
font-size:20px;
text-align:center;
width:100%;	
color:#1f6073;
font-family: 'Amiri', serif;
font-style:italic;
margin:0 auto;
padding:30px;
line-height:1.2em;
margin:25px 0;
}
.testimonial-block.keyline{
border:1px solid #ccc;	
}
.testimonial-block.no-top-margin{
margin-top:0;	
}
@media screen and (max-width: 750px) {
	.testimonial-block{
	width:100%;	
	padding:15px;
	}
}
.testimonial-block .quote{
font-size:45px;
display:inline-block;
line-height:0.04em;
vertical-align:bottom;
color:#38849a;	
font-weight:bold;
font-style:normal;
font-family:Helvetica, Arial, sans-serif;

}
.testimonial-name{
font-family:"Open Sans","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;	
font-weight:bold;
text-transform:uppercase;
font-size:13px;
font-style:normal;
display:block;
text-align:center;
}

.media-left{
width:50%;
float:left;	
padding-right:20px;
}
.media-right{
width:50%;
float:right;	
padding-left:20px;
clear:right;
}
.media-left ul, .media-right ul{
line-height:1.2em;	
}
.media-left ul li, .media-right ul li{
	margin-bottom:5px;
}
@media screen and (max-width: 960px) {
	.media-left{
	width:100%;
	padding-right:0px;
	}
	.media-right{
	width:100%;
	padding-left:0px;
	}
}
/* -----------------------------------------------------------------
	IE FIXES
------------------------------------------------------------------*/
