html {
  box-sizing: border-box; }

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

.wrapper {
  width: 100%;
  margin: 0;
  padding: 0 20px; }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 767px) {
    .wrapper {
      width: 750px;
      margin: 0 auto;
      padding: 0; } }
  @media screen and (min-width: 1023px) {
    .wrapper {
      width: 960px; } }
  @media screen and (min-width: 1279px) {
    .wrapper {
      width: 1140px; } }

/* -----------------------------------------------------------------
    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="checkbox"]:focus,
input[type="radio"]:focus {
outline:1px solid #008acf;
}
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.628571429; }

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 {
  display: inline-block;
  text-decoration: none !important;
  -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 {
    padding: 15px 25px;
    font-size: 16px; }
  .small.button {
    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: 1023px) {
    .visible-mobile {
      display: none; } }

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

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?-na2qi0");
  src: url("fonts/icomoon.eot?#iefix-na2qi0") format("embedded-opentype"), url("fonts/icomoon.ttf?-na2qi0") format("truetype"), url("fonts/icomoon.woff?-na2qi0") format("woff"), url("fonts/icomoon.svg?-na2qi0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa-cheer:before {
  content: "\e600";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* -----------------------------------------------------------------
	TYPOGRAPHY ELEMENTS
------------------------------------------------------------------*/
a {
  color: #008acf;
  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: #1db4ff; }

.text-error {
  color: #c82727; }

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

.text-warning {
  color: #e4be4c; }

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

::-moz-selection {
  background: #008acf;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #008acf;
  color: #fff;
  text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #00af9d; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: gray; }

h1, h2, h3 {
  margin: 30px 0; }

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

h1 {
  font-size: 36px;
  color: #008acf; }

h2 {
  font-size: 30px;
  color: #008acf; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

h1 small {
  font-size: 24px; }

h2 small {
  font-size: 18px; }

h3 small, h4 small {
  font-size: 14px; }

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: #dbdbdb;
  margin: 2em 0; }

/* -----------------------------------------------------------------
	FORM ELEMENTS
------------------------------------------------------------------*/
label, form fieldset legend{
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }
  label .required {
    margin-left: 5px;
    color: #c82727; }
  label.error {
    color: #c82727; }

input,
textarea {
  display: inline-block;
  width: 100%;
  padding: 9px 10px;
  font-size: 14px;
  border: 1px solid #dbdbdb;
  font-family: "Roboto", sans-serif;
  color: #333;
  background: #fff;
  margin: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  input:focus,
  textarea:focus {
    background: #f2f2f2; }
  input.error,
  textarea.error {
    border: 1px solid #c82727; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #9ea1a3; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #9ea1a3; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #9ea1a3; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #9ea1a3; }
select{
width:100%;

}
textarea {
  min-height: 140px; }

input.newsletterinput{
margin-bottom:10px;
}
.checky label{
font-family: "Roboto", sans-serif;
display: inline-block;
width:80%;
vertical-align:top;
padding: 0;
margin: 5px 0;
font-weight: 400;
text-transform: none;
}
.checky input{
 width: auto;
 margin-right: 5px;
 display: inline-block;
}
.radio label,
.checkbox label {
  font-family: "Roboto", sans-serif;
  display: block;
  padding: 0;
  margin: 10px 0;
  font-weight: 400;
  text-transform: none; }
.radio input,
.checkbox input {
  width: auto;
  margin-right: 5px;
  display: inline-block; }

button.button,
input.button {
  border: none;
  display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
  width: auto; }

.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: #fff;
    margin: 0 10px 0 0; }

.errormsg span {
  background: #c82727; }

.successmsg span {
  background: #62b51f; }


.error-flag{
background: #c82727;
color:#fff;
display: none;
font-size:12px;
padding:2px 5px;
}
.error .error-flag{
display: block;
}
form .error input[type="text"]{
margin-bottom:0;
}

.errorlist{
	padding:10px;
	background: #c82727;
	color:#fff;
	margin-bottom:20px;
}
.errorlist a{
	color:#fff;
	text-decoration: underline;
}
.errorlist a:hover{
	color:#fff;
	text-decoration: none;
}

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

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

.button {
  padding: 12px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .button:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    color: #fff; }
  .button.mini {
    font-weight: 500;
    font-size: 11px;
    padding: 5px 10px 3px; }
    .button.mini.green {
      box-shadow: 0px 2px 0px 0px #008376; }
    .button.mini.blue {
      box-shadow: 0px 2px 0px 0px #00689b; }
  .button.small {
    padding: 6px 10px 4px; }
  .button.large {
    padding: 12px 20px 10px; }
  .button.green {
    background: #00af9d;
    box-shadow: 0px 4px 0px 0px #008376; }
.button.mini.pink {
    background: #e05470;
    box-shadow: 0px 2px 0px 0px #ab435a; }
    .button.green.light {
      background: #40c3b6;
      box-shadow: 0px 4px 0px 0px #00af9d; }
  .button.blue {
    background: #008acf;
    box-shadow: 0px 4px 0px 0px #00689b; }
    .button.blue.light {
      background: #40a7db;
      box-shadow: 0px 4px 0px 0px #008acf; }
  .button.purple {
    background: #201f6c; }
  .button.blue.dark {
    background:#201f6c;
	  color:#fff;
    box-shadow: none;
  }
  .button em {
    margin-left: 5px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }

.alignleft,
.alignright,
.aligncenter {
  margin: 20px auto;
  display: block;
  padding: 5px;
  border: 1px solid gray;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .alignleft.plain,
  .alignright.plain,
  .aligncenter.plain {
    border: 0; }

@media screen and (min-width: 767px) {
  .alignleft {
    float: left;
    margin: 0 30px 10px 0; } }

@media screen and (min-width: 767px) {
  .alignright {
    float: right;
    margin: 0 0 10px 30px; } }

a .alignleft:hover,
a .alignright:hover,
a .aligncenter:hover {
  border-color: #bfbfbf; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }
  .flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility:visible; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  margin: 0;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 200px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  line-height: 1;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  background: #000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center; }

.flex-direction-nav .flex-prev {
  left: 0; }

.flex-direction-nav .flex-next {
  right: 0; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #fff; }

.flex-pauseplay a:before {
  font-size: 25px;
  display: inline-block;
   }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
   }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* -----------------------------------------------------------------
    FANCYBOX STYLES (fancyBox v2.1.5)
------------------------------------------------------------------*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/scripts/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/scripts/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -26px;
  right: -26px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/scripts/fancybox/blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/scripts/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/scripts/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px; }

  #fancybox-loading div {
    background-image: url("../images/scripts/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px; } }
/* -----------------------------------------------------------------
    CHOSEN STYLES (Chosen v1.0.0)
------------------------------------------------------------------*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 0px; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border: 1px solid #dbdbdb; }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0; }
  .chosen-container a {
    cursor: pointer; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 15px;
  height: 36px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  background-clip: padding-box;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  line-height: 34px; }
  .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px; }
  .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 100%; }
    .chosen-container-single .chosen-single div b {
      display: block;
      width: 100%;
      height: 100%;
      background: #fff;
      border-left: 1px solid #dbdbdb; }
      .chosen-container-single .chosen-single div b:after {
        position: absolute;
        top: 0px;
        left: 38%;
        font-size: 20px;
        font-family: 'FontAwesome';
        content: '\f0d7';
        color: #008acf; }
.chosen-container-single .chosen-default {
  color: #333; }
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0px;
  padding: 0;
  white-space: nowrap;
  position: relative; }
  .chosen-container-single .chosen-search:after {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 14px;
    font-family: 'FontAwesome';
    content: '\f002';
    color: #dbdbdb; }
  .chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 15px 15px 50px;
    width: 100%;
    height: auto;
    outline: 0;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    background: #fff;
    border-radius: 0;
    margin: 0;
    font-size: 14px; }
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #333;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #f2f2f2;
  background-clip: padding-box;
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 7px 0 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 6px 15px;
    list-style: none;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #f2f2f2;
      color: #333;
      border-color: #dbdbdb; }
    .chosen-container .chosen-results li.no-results {
      display: list-item;
      background: #fff;
      border-color: none; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

.chosen-container-active .chosen-single {
  border: 1px solid #dbdbdb; }

.chosen-container-active .chosen-default{
	background:#f2f2f2;
}
.error .chosen-container-single .chosen-single{
	border-color:#c82727;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #dbdbdb;
  background: #f2f2f2; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active .chosen-choices {
  border: 1px solid #dbdbdb; }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single,
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

/* -----------------------------------------------------------------
	GENERAL ELEMENTS
------------------------------------------------------------------*/
html {
  background: #fff; }

body {
  font-size: 16px;
  color: #333;
  font-family: "Roboto", sans-serif;
  background: #fff;
  font-weight: 400; }
  body.int .cta-btns {
    background: #008acf;
    position: relative; }
  body.int .hero {
    margin: 40px auto; }
  body.int #content, body.int .sidebar {
    margin-bottom: 60px; }

#content a {
  text-decoration: underline;
}
#content a:hover {
  text-decoration: none;
}

.wrapper::after {
  clear: both;
  content: "";
  display: table; }

p:first-child, ul:first-child, ol:first-child, h1:first-child {
  margin-top: 0; }
p:last-child, ul:last-child, ol:last-child, h1:last-child {
  margin-bottom: 0; }

.button-wrap {
  position: relative;
  z-index: 8000;
  text-align: center; }

.table-shim {
  display: table;
  width: 100%; }
  @media screen and (min-width: 767px) {
    .table-shim {
      display: block; } }
  .table-shim .table-upper {
    display: table-header-group; }
    @media screen and (min-width: 1023px) {
      .table-shim .table-upper {
        display: block; } }
  .table-shim .table-lower {
    display: table-footer-group; }
    @media screen and (min-width: 1023px) {
      .table-shim .table-lower {
        display: block; } }

span.green {
  color: #00af9d; }

/* -----------------------------------------------------------------
	ACCESSIBILITY ELEMENTS
------------------------------------------------------------------*/
/* -----------------------------------------------------------------
	HEADER ELEMENTS
------------------------------------------------------------------*/
#header {
  border-top: 3px solid #008acf;
  padding: 15px 0 0; }
  #header::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 767px) {
    #header {
      padding-bottom: 25px; } }
  @media screen and (min-width: 1023px) {
    #header {
      padding-bottom: 15px; } }
  #header .wrapper {
    padding: 0; }

.head-social {
  text-align: center;
  padding: 0 20px; }
  @media screen and (min-width: 767px) {
    .head-social {
      padding: 0;
      float: right;
      text-align: right; } }
  @media screen and (min-width: 1023px) {
    .head-social {
      margin-bottom: 20px; } }
  .head-social .accessibility {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    color: #a9a9a9;
    margin-bottom: 15px;
    display: none; }
    @media screen and (min-width: 1023px) {
      .head-social .accessibility {
        display: block;
        text-align: right;

        margin-bottom: 10px;
         } }
    .head-social .accessibility a {
      color: #a9a9a9;
      margin: 0 4px; }
      .head-social .accessibility a:hover, .head-social .accessibility a.active {
        color: #008acf; }
    .head-social .accessibility .small {
      font-size: 12px; }
    .head-social .accessibility .med {
      font-size: 15px; }
    .head-social .accessibility .large {
      font-size: 17px; }
  .head-social .buttons {
    display: none; }
    .head-social .buttons::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 767px) {
      .head-social .buttons {
        display: block; } }
    @media screen and (min-width: 1023px) {
      .head-social .buttons {
        float: left; } }
    @media screen and (min-width: 767px) {
      .head-social .buttons a {
        display: block;
        float: left;
        margin: 0 0 20px 8px; } }
    @media screen and (min-width: 1023px) {
      .head-social .buttons a {
        margin-bottom: 0; } }
  .head-social .social {
    position: relative;
}
    .head-social .social::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 767px) {
      .head-social .social {
        display: block;

        text-align: right;
        margin-bottom: 15px; } }
    @media screen and (min-width: 1023px) {
      .head-social .social {
        float: left;
        margin-bottom: 0; } }
    .head-social .social a {
      vertical-align: top;
      display: inline-block;
      color: #fff;
      font-size: 14px;
      margin: 0 5px;
      width: 28px;
      height: 28px;
      line-height: 28px;
      text-align: center;
      padding: 0;
      -webkit-border-radius: 28px;
      border-radius: 28px; }
      .head-social .social a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8; }
      @media screen and (min-width: 767px) {
        .head-social .social a {
          margin: 0 0 0 5px; } }
      @media screen and (min-width: 1023px) {
        .head-social .social a {
          display: block;
          float: left;
          margin: 0 0 0 8px; } }
    .head-social .social .search {
      background: #fdb84c; }
      .head-social .social .search .fa-times {
        display: none; }
      .head-social .social .search.active .fa-times {
        display: inline-block; }
      .head-social .social .search.active .fa-search {
        display: none; }
    .head-social .social .extranet {
      background: #2792d1;
      font-size: 16px; }
      .head-social .social .extranet i:before {
        line-height: 28px; }
    .head-social .social .facebook {
      background: #3d5b91; }
	   .head-social .social .instagram {
      background: #14508a; }
    .head-social .social .twitter {
      background: #08b6db; }
    .head-social .social .youtube {
      background: #db0808; }
    .head-social .social .search-drop {
      background: #fbecd5;
      padding: 20px;
      position: absolute;
      top: 100%;
      margin-top: 10px;
      right: 0;
      width: 250px;
      z-index: 9000;
      display: block;
      display: none; }
      .head-social .social .search-drop input {
        margin-bottom: 10px; }

#logo {
  margin: 0 auto 20px;
  display: block; }
  @media screen and (min-width: 767px) {
    #logo {
      float: left;
      margin: 0; } }
  @media screen and (min-width: 1023px) {
    #logo {
     width: 253px;
	  height:auto;
      margin-top: 12px; } }
  @media screen and (min-width: 1279px) {
    #logo {

      } }

/* -----------------------------------------------------------------
	NAVIGATION ELEMENTS
------------------------------------------------------------------*/
#nav {
  position: relative; }
  #nav::after {
    clear: both;
    content: "";
    display: table; }

#nav ul li.mobile{
display:block;
}

nav ul[aria-expanded="true"].dropdown {
  display: block !important;
}

@media screen and (min-width: 1023px) {
	#nav ul li.mobile{
	display:none;
	}
}
  @media screen and (min-width: 767px) {
    #nav {
      background: 0;
      float: right;
      clear: right;
      width: 100%; } }
  @media screen and (min-width: 1023px) {
    #nav {
      width: auto; } }
  #nav #trigger {
    display: block;
    float: right;
    padding: 10px 20px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer; }
    #nav #trigger i {
      margin-left: 5px; }
    @media screen and (min-width: 767px) {
      #nav #trigger {
        padding: 0; } }
    @media screen and (min-width: 1023px) {
      #nav #trigger {
        display: none; } }
  #nav > ul {
    list-style: none;
    display: none;
    position: absolute;
    z-index: 8000;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
    border-bottom: 1px solid #dbdbdb; }
    @media screen and (min-width: 1023px) {
      #nav > ul {
        border: 0;
        background: 0;
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        display: block !important; }
        #nav > ul::after {
          clear: both;
          content: "";
          display: table; } }
    #nav > ul > li {
      border-top: 1px solid #dbdbdb;
      position: relative; }
      #nav > ul > li .fa-caret-down {
        position: absolute;
        top: 0;
        right: 0;
        width: 42px;
        height: 42px;
        padding: 10px;
        line-height: 42px;
        text-align: center;}
        @media screen and (min-width: 1023px) {
          #nav > ul > li .fa-caret-down {
            display: none; } }
      @media screen and (min-width: 1023px) {
        #nav > ul > li {
          border: 0;
          margin-left: 15px;
          float: left;
          padding-bottom: 10px; }
          #nav > ul > li:hover > a {
            color: #00af9d; }
          #nav > ul > li:hover > .dropdown {
            display: block !important; } }
      @media screen and (min-width: 1279px) {
        #nav > ul > li {
          margin-left: 20px; } }
      #nav > ul > li > a {
        display: block;
        font-size: 14px;
        color: #333;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 20px; }
        @media screen and (min-width: 1023px) {
          #nav > ul > li > a {
            padding: 0; } }

.dropdown {
  list-style: none;
  display: none;
  margin: 0;
  padding: 0;
  background: #00af9d;
  z-index: 8000; }
  @media screen and (min-width: 1023px) {
    .dropdown {
      position: absolute;
      top: 100%;
      left: 0;
      width: 250px;
      background: none; }
      .dropdown:before {
        bottom: 100%;
        left: 10px;
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        border-bottom: 10px solid #00af9d;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent; } }
  .dropdown ul {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    background: #40c3b6; }
    @media screen and (min-width: 1023px) {
      .dropdown ul {
        background: none;
        position: absolute;
        top: 0;
        left: 100%;
        width: 250px;
        padding-left: 10px; }
        .dropdown ul:before {
          left: 0px;
          top: 10px;
          content: "";
          position: absolute;
          height: 0;
          width: 0;
          border-bottom: 10px solid transparent;
          border-right: 10px solid #00af9d;
          border-top: 10px solid transparent; } }
  @media screen and (min-width: 1023px) {
    .dropdown.drop-left ul {
      left: auto;
      right: 100%;
      padding: 0 10px 0 0; }
      .dropdown.drop-left ul:before {
        left: auto;
        right: 0; } }
  .dropdown li {
    position: relative;
    border-bottom: 1px solid #5acab9; }
    .dropdown li:last-child {
      border: 0; }
    .dropdown li i {
      color: #fff; }
    @media screen and (min-width: 1023px) {
      .dropdown li:hover > a {
        background: #40c3b6; }
      .dropdown li:hover > ul {
        display: block !important; } }
  .dropdown a {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px; }
    @media screen and (min-width: 1023px) {
      .dropdown a {
        font-size: 13px;
        padding: 10px 15px;
        background: #00af9d; } }

/* -----------------------------------------------------------------
	CONTENT AREA ELEMENTS
------------------------------------------------------------------*/
.cta-btns {
  z-index: 6000;
  width: 100%;
  background: #008acf;
  position: relative; }
  .cta-btns::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 767px) {
    .cta-btns {
      background: rgba(0, 138, 207, 0.75);
      position: absolute; } }
  .cta-btns .wrapper {
    padding: 0; }
  .cta-btns a {
    width: 33.33333333%;
    float: left;
    display: block;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 138, 207, 0); }
    .cta-btns a.donate {
      background: #e05470; }
      .cta-btns a.donate:hover {
        background: #bf435c; }
    .cta-btns a:first-child {
      border-left: 1px solid rgba(255, 255, 255, 0.25); }
    .cta-btns a:hover {
      background: #40a7db; }
    @media screen and (min-width: 767px) {
      .cta-btns a {
        padding: 20px; } }
    .cta-btns a span {
      display: none; }
      @media screen and (min-width: 767px) {
        .cta-btns a span {
          display: inline;
          vertical-align: middle;
          margin-right: 10px; } }
    .cta-btns a img {
      height: 26px;
      display: inline; }

.flex-direction-nav a {
  background: none;
  font-size: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-top: -24px; }
  @media screen and (min-width: 1023px) {
    .flex-direction-nav a {
      height: 60px;
      font-size: 60px;
      margin-top: -35px; } }
  .flex-direction-nav a em {
    line-height: 1;
    display: block; }
.flex-direction-nav .flex-prev {
  left: 4%; }
.flex-direction-nav .flex-next {
  right: 4%; }

@media screen and (min-width: 767px) {
  .hero .grad:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5000;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-image: -moz-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.35) 50%);
    background-image: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.35) 50%);
    background-image: linear-gradient(to   , rgba(0, 0, 0, 0.35) 50%); } }
.hero .text {
  text-align: center;
  z-index: 6000;
  color: #00af9d;
  padding: 30px 20px; }
  @media screen and (min-width: 767px) {
    .hero .text {
      position: absolute;
      padding: 0;
      bottom: 10%;
      left: 50%;
      width: 100%;
      max-width: 600px;
      color: #fff;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media screen and (min-width: 1023px) {
    .hero .text {
      max-width: 800px; } }
.hero .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px; }
  @media screen and (min-width: 767px) {
    .hero .title {
      font-size: 34px;
      margin-bottom: 10px; } }
  @media screen and (min-width: 1023px) {
    .hero .title {
      font-size: 48px; } }
.hero .blurb {
  line-height: 1.25;
  font-weight: 100;
  margin-bottom: 40px;
  display: none; }
  @media screen and (min-width: 767px) {
    .hero .blurb {
      font-size: 18px;
      display: block; } }
  @media screen and (min-width: 1023px) {
    .hero .blurb {
      font-size: 24px; } }
.hero .flex-direction-nav {
  display: none; }
  @media screen and (min-width: 767px) {
    .hero .flex-direction-nav {
      display: block; }
      .hero .flex-direction-nav a {
        margin-top: 0; } }

.breadcrumbs {
  color: #a9a9a9;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 0;
  border-bottom: 1px solid #dbdbdb; }
  .breadcrumbs a {
    color: #a9a9a9;
    text-decoration: underline; }
    .breadcrumbs a:hover, .breadcrumbs a.active {
      color: #008acf; }
    .breadcrumbs a:hover {
      text-decoration: none; }
  .breadcrumbs .divider {
    margin: 0 10px; }

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 1em 0; }
  .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.events {
  background: url(../images/img-clouds.jpg) no-repeat top center/cover;
  position: relative;
  padding-bottom: 60px; }
  .events:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/img-overlay.png); }
  .events .title {
    background: #008acf;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding: 7px 20px;
    margin-bottom: 60px; }
    .events .title:before {
      height: 0;
      width: 0;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-top: 9px solid #008acf;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      position: absolute;
      top: 100%;
      left: 50%;
      content: ""; }
  .events .main-block {
    margin-bottom: 60px;
    position: relative; }
    .events .main-block::after {
      clear: both;
      content: "";
      display: table; }
  .events .flex-direction-nav a {
    top: 5px;
    margin-top: 0; }
    @media screen and (min-width: 1023px) {
      .events .flex-direction-nav a {
        margin-top: -45px;
        top: 50%; } }
  .events .event-block {
    margin-bottom: 40px; }
	.events .event-block a{
	overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
	}
    .events .event-block:nth-child(2n) {
      margin-bottom: 0; }
    @media screen and (min-width: 767px) {
      .events .event-block {
        width: 48%;
        float: left;
        margin-bottom: 0; }
        .events .event-block:nth-child(2n) {
          float: right; } }
  .events .date {
    background: #00af9d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center; }
  .events .lower {
    padding: 20px 20px 30px;
    background: #fff;
    box-shadow: 0 5px 0px rgba(0, 0, 0, 0.1); }
    .events .lower::after {
      clear: both;
      content: "";
      display: table; }
  .events img {
    margin: 0 auto 20px;
    width: 150px !important; }
    @media screen and (min-width: 1023px) {
      .events img {
        float: left;
        margin: 0; } }
  @media screen and (min-width: 1023px) {
    .events .text {
      margin-left: 175px; } }
  .events .name {
    text-transform: uppercase;
    color: #008acf;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1em; }

.infograph {
  padding: 70px 0;
  background: #f5f5f5; }
  @media screen and (min-width: 767px) {
    .infograph {
      background: url(../images/img-group.jpg) no-repeat top center/cover; } }
  .infograph img {
    width: auto;
    margin: 0 auto 35px; }
    .infograph img:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 767px) {
      .infograph img {
        width: 30%;
        float: left;
        margin: 0 5% 0 0; }
        .infograph img:last-child {
          margin-right: 0; } }

.champions {
  padding: 60px 0;
  background: #e3f2fa;
  border-top: 6px solid #fff;
  border-bottom: 1px solid #fff; }
  .champions .wrapper {
    position: relative; }
  .champions .title {
    font-size: 40px;
    color: #00af9d;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px; }
    @media screen and (min-width: 1023px) {
      .champions .title {
        position: absolute;
        top: 0;
        left: 245px;
        line-height: 1; } }
    @media screen and (min-width: 1279px) {
      .champions .title {
        font-size: 46px; } }
  .champions .block {
    margin-bottom: 40px; }
    @media screen and (min-width: 767px) {
      .champions .block {
        margin-bottom: 0; } }
    .champions .block img {
      width: 200px;
      border-radius: 200px;
      border: 8px solid #cad5dd;
      margin: 0 auto 20px; }
      @media screen and (min-width: 1023px) {
        .champions .block img {
          margin: 0 0 60px;
          float: left; } }
  @media screen and (min-width: 1023px) {
    .champions .text {
      margin-left: 245px;
      padding-top: 60px; } }
  .champions .text p {
    margin: 1.5em 0; }
  .champions .name {
    text-transform: uppercase;
    color: #008acf;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4; }
  .champions .desc {
    color: #a9a9a9;
    line-height: 1.4; }
  .champions .banner img {
    width: auto;
    margin: 0 auto; }
    @media screen and (min-width: 1023px) {
      .champions .banner img {
        width: 250px;
        margin: 0; } }
    @media screen and (min-width: 1279px) {
      .champions .banner img {
        width: auto; } }
  .champions .table-shim {
    position: relative; }
    @media screen and (min-width: 767px) {
      .champions .table-shim .table-upper {
        width: 100%;
        float: left; } }
    @media screen and (min-width: 1023px) {
      .champions .table-shim .table-upper {

        width: auto;
        float: none; } }
    @media screen and (min-width: 1279px) {
      .champions .table-shim .table-upper {
         } }
    .champions .table-shim .table-lower {
      display: table-footer-group; }
      @media screen and (min-width: 767px) {
        .champions .table-shim .table-lower {
          width: 35%;
          float: right; } }
      @media screen and (min-width: 1023px) {
        .champions .table-shim .table-lower {
          width: auto; } }
  .champions .flex-direction-nav li a {
    top: 85px;
    margin-top: 0;
    line-height: 1;
    font-size: 34px;
    width: 34px;
    height: 34px;
    color: #a9a9a9; }
    @media screen and (min-width: 1023px) {
      .champions .flex-direction-nav li a {
        top: 215px; }
        .champions .flex-direction-nav li a.flex-prev {
          left: 40px; }
        .champions .flex-direction-nav li a.flex-next {
          left: 126px; } }

.sharing {
  text-transform: uppercase; }
  .sharing .title {
    color: #008acf;
    margin: 0 10px 5px 0; }
    @media screen and (min-width: 767px) {
      .sharing .title {
        display: inline-block; } }
    .sharing .title em {
      color: #e05470; }
  .sharing span {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    margin-left: 5px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .sharing span:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
    .sharing span.st_facebook_custom {
      background: #3d5b91; }
    .sharing span.st_twitter_custom {
      background: #08b6db; }
    .sharing span.st_googleplus_custom {
      background: #d04c32; }
    .sharing span.st_email_custom {
      background: #008acf; }
    .sharing span.st_linkedin_custom {
      background: #006fa6; }
    .sharing span.st_sharethis_custom {
      background: #48ba10; }
  .sharing.fixed {
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 7000;
    background: #fff;
    border: 1px solid #dbdbdb;
    display: none; }
    @media screen and (min-width: 767px) {
      .sharing.fixed {
        display: block; } }
    .sharing.fixed .title {
      text-align: center;
      margin: 0;
      font-size: 11px;
      font-weight: 700;
      padding: 10px;
      border-bottom: 1px solid #dbdbdb; }
      .sharing.fixed .title i {
        display: block;
        margin: 0 auto;
        font-size: 16px; }
    .sharing.fixed span {
      margin: 10px auto;
      display: block; }
      .sharing.fixed span em {
        display: block;
        line-height: 28px; }

.toggles {
  margin: 0.5em 0; }
  .toggles .block {
    margin-bottom: 6px; }
  .toggles .trigger {
    padding: 10px 60px 10px 20px;
    background: #00af9d;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    line-height: 1.2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .toggles .trigger:hover {
      background: #40c3b6; }
    .toggles .trigger:before, .toggles .trigger:after {
      position: absolute;
      top: 50%;
      right: 20px;
      display: block;
      font-family: "FontAwesome";
      font-weight: normal;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .toggles .trigger:before {
      content: "\f055"; }
    .toggles .trigger:after {
      content: "\f056";
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    .toggles .trigger.active:before {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    .toggles .trigger.active:after {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  .toggles .hidey {
    padding: 20px;
    background: #e5f7f4;
    display: none; }
    .toggles .hidey::after {
      clear: both;
      content: "";
      display: table; }
  .toggles.internal img {
    border: 3px solid #008acf;
    padding: 0 !important; }
  .toggles.directory .person {
    margin-bottom: 25px; }
    .toggles.directory .person:last-child {
      margin-bottom: 0; }
  .toggles.directory .title {
    text-transform: uppercase;
    color: #00af9d;
    font-weight: 700; }
  .toggles.directory .name {
    font-weight: 700; }
  .toggles.directory .note {
    font-style: italic; }
  .toggles.awards .person {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dbdbdb; }
    .toggles.awards .person:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
  .toggles.awards .year {
    float: left;
    background: #008acf;
    color: #fff;
    font-weight: 700;
    padding: 2px 10px;
	max-width:65px;
	word-wrap:break-word;
	line-height:1.2em;}
  .toggles.awards .info {
    margin-left: 75px; }
  .toggles.awards .name {
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase; }
  .toggles.awards .meta {
    color: #a9a9a9; }
    .toggles.awards .meta span {
      margin-right: 10px; }
    .toggles.awards .meta i {
      margin-right: 5px; }
  .toggles .resources {
    margin: 0 !important; }

.resources {
  margin: 2em 0; }
  .resources .row {
    background: #e3f2fa;
    color: #008acf;
    font-weight: 700;
    position: relative;
    margin: 10px 0; }
    .resources .row::after {
      clear: both;
      content: "";
      display: table; }
    .resources .row:first-child {
      margin-top: 0; }
    .resources .row:last-child {
      margin-bottom: 0; }
  .resources .doc {
    position: relative;
    padding: 10px 10px 10px 35px; }
    .resources .doc:before {
      content: "\f1c1";
      position: absolute;
      top: 8px;
      left: 10px;
      display: block;
      font-family: "FontAwesome";
      font-weight: 400; }
    @media screen and (min-width: 767px) {
      .resources .doc {
        padding: 5px 125px 5px 35px; }
        .resources .doc:before {
          top: 4px; } }
  .resources a {
    background: #008acf;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 15px;
    display: block;
    text-align: center; }
    .resources a:hover {
      background: #40a7db; }
    @media screen and (min-width: 767px) {
      .resources a {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        padding: 0;
        width: 110px; }
        .resources a span {
          position: absolute;
          top: 50%;
          left: 50%;
          display: block;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

.sort-block {
  margin: 2em 0; }
  .sort-block .upper {
    padding: 5px 20px;
    background: #008acf;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase; }
  .sort-block .lower {
    padding: 10px 15px;
    background: #e3f2fa; }
    .sort-block .lower::after {
      clear: both;
      content: "";
      display: table; }
  .sort-block .text {
    font-size: 11px;
    color: #008acf;
	  padding-right:10px;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    line-height: 36px; }
  .sort-block .chosen-contain {
	  width:calc(100% - 95px);
	  display: inline-block;
    margin-bottom: 0; }
  .sort-block.data .lower::after {
    clear: both;
    content: "";
    display: table; }

 .sort-block .sort-button{
	padding:10px 10px 8px 14px;
}
 .sort-block.data .col {
     margin-bottom:10px; }
  @media screen and (min-width: 767px) {
    .sort-block.data .col {
      width: 48%;
	  margin-bottom: 0;}
      .sort-block.data .col:first-child {
        float: left; }
        .sort-block.data .col:first-child .chosen-contain {
          margin-left: 30px; }
      .sort-block.data .col:last-child {
        float: right; }
        .sort-block.data .col:last-child .chosen-contain {
          margin-left: 30px; } }
  .sort-block.awards .chosen-contain {
    margin-left: 105px; }
  .sort-block.province .chosen-contain {
    margin-left: 115px; }
  .sort-block.event .row::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 767px) {
    .sort-block.event .col {
      width: 48%; }
      .sort-block.event .col:first-child {
        float: left; }
        .sort-block.event .col:first-child .chosen-contain {
          margin-left: 105px; }
      .sort-block.event .col:last-child {
        float: right; }
        .sort-block.event .col:last-child .chosen-contain {
          margin-left: 95px; } }
  .sort-block .checkboxes .text {
    line-height: 30px; }
  .sort-block .checkboxes .checkbox {
    margin-left: 105px; }
  .sort-block .checkboxes label {
    display: inline-block;
    margin: 0 10px 10px 0; }

.clinics::after {
  clear: both;
  content: "";
  display: table; }
.clinics .clinic {
  margin-bottom: 20px; }
  @media screen and (min-width: 767px) {
    .clinics .clinic {
      width: 50%;
      float: left; } }
.clinics .name {
  color: #00af9d;
  font-weight: 700;
  text-transform: uppercase; }
.clinics .contact {
  margin-top: 20px; }

@media screen and (min-width: 1023px) {
  .content-left {
    width: 65%;
    float: left; } }

.content-left a {
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (min-width: 1023px) {
  .sidebar {
    width: 30%;
    float: right; }
	.sidebar.cf-registry-side{
	margin-top:30px;
	}
	}
.sidebar .events {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #40a7db; }
  .sidebar .events::after {
    clear: both;
    content: "";
    display: table; }
  .sidebar .events .title {
    font-size: 20px;
    margin-bottom: 20px; }
  .sidebar .events .main-block {
    margin-bottom: 0;
    padding: 0 20px;
    position: relative; }
  .sidebar .events .event-block {
    width: 100%; }
  .sidebar .events img {
    display: none; }
  .sidebar .events .text {
    margin: 0; }
  .sidebar .events .flex-direction-nav li a {
    bottom: 12px;
    top: auto;
    color: #008acf;
    font-size: 35px;
    height: 35px;
    width: 35px; }
    .sidebar .events .flex-direction-nav li a.flex-prev {
      left: 20px; }
    .sidebar .events .flex-direction-nav li a.flex-next {
      right: 20px; }
.sidebar .champions {
  text-align: center;
  padding: 25px 20px 30px;
  font-size: 14px;
  margin-bottom: 40px; }
  .sidebar .champions .title {
    position: relative;
    left: auto;
    top: auto;
    font-size: 34px; }
  .sidebar .champions .block {
    margin-bottom: 0;
    position: relative; }
  .sidebar .champions img {
    float: none;
    width: 145px;
    margin: 0 auto 20px;
    border-width: 5px; }
  .sidebar .champions .name {
    font-size: 20px; }
  .sidebar .champions .text {
    margin: 0;
    padding: 0; }
  .sidebar .champions .flex-direction-nav li a {
    top: 55px; }
    .sidebar .champions .flex-direction-nav li a.flex-prev {
      left: 0; }
    .sidebar .champions .flex-direction-nav li a.flex-next {
      right: 0;
      left: auto; }
.sidebar .categories {
  margin-bottom: 40px;
  background: #e3f2fa;
  padding: 20px 20px 15px;
  text-transform: uppercase;
  font-weight: 700; }
  .sidebar .categories::after {
    clear: both;
    content: "";
    display: table; }
  .sidebar .categories .title {
    margin-bottom: 15px;
    font-size: 25px;
    color: #00af9d; }
  .sidebar .categories a {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    background: #40a7db;
    color: #fff;
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 15px; }
    .sidebar .categories a:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
.sidebar .image-block {
  margin-bottom: 40px; }
  .sidebar .image-block img {
    width: auto;
    margin: 0 auto; }

.blog-cats a {
  color: #008acf;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: #e3f2fa;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 4px 8px; }
  .blog-cats a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }

.listing {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbdb; }
  .listing.blog .title {
    color: #00af9d;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 20px;
    font-weight: 700; }
    .listing.blog .title:hover {
      color: #40c3b6; }
  .listing.blog .date {
    color: #a9a9a9;
    margin-bottom: 20px; }
  .listing.champion::after, .listing.event::after {
    clear: both;
    content: "";
    display: table; }
  .listing.champion img, .listing.event img {
    margin: 0 auto 30px;
    border: 3px solid #00af9d;
    width: 200px; }
    @media screen and (min-width: 767px) {
      .listing.champion a + .text, .listing.champion img + .text, .listing.event a + .text, .listing.event img + .text {
    margin-left: 240px; }
      .listing.champion img, .listing.event img {
        float: left;
        margin: 0; } }
  .listing.champion .name, .listing.event .name {
    font-size: 20px;
    color: #008acf;
    text-transform: uppercase;
    font-weight: 700; }
  .listing.champion .meta, .listing.event .meta {
    color: #a9a9a9; }
    .listing.champion .meta span, .listing.event .meta span {
      margin-right: 10px; }
    .listing.champion .meta i, .listing.event .meta i {
      margin-right: 5px; }
  .listing.event .name:hover {
    color: #1db4ff; }
  .listing.event .blog-cats {
    margin-top: 5px; }
  .listing + .load-more {
    background: #e3f2fa;
    color: #008acf;
    text-align: center;
    font-weight: 700;
    display: block;
    padding: 6px 10px;
    margin-top: -40px;
    text-transform: uppercase; }
    .listing + .load-more:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }

.sponsors {
  margin: 2em 0 1.5em; }
  .sponsors img {
    display: inline-block;
    margin: 0 5px 9px 0; }

.champion-deets .image .button, .event-deets .image .button {
  display: none; }
.champion-deets .image > img, .event-deets .image > img {
  margin: 0 auto 30px;
  border: 3px solid #00af9d;
  width: 200px; }
@media screen and (min-width: 767px) {
  .champion-deets .image, .event-deets .image {
    float: left; }
    .champion-deets .image .button, .event-deets .image .button {
      display: inline-block; }
    .champion-deets .image + .text, .event-deets .image + .text {
      margin-left: 240px; } }
.champion-deets .name, .event-deets .name {
  font-size: 25px;
  line-height:1.2em;
  color: #008acf;
  text-transform: uppercase;
  font-weight: 700; }
.champion-deets .meta, .event-deets .meta {
  color: #a9a9a9;
  margin-bottom:20px;}
  .champion-deets .meta span, .event-deets .meta span {
    margin-right: 10px; }
  .champion-deets .meta i, .event-deets .meta i {
    margin-right: 5px; }
.champion-deets .sponsors, .event-deets .sponsors {
  text-align: center; }
  @media screen and (min-width: 767px) {
    .champion-deets .sponsors img, .event-deets .sponsors img {
      display: block; } }
.champion-deets .blog-cats, .event-deets .blog-cats {
  margin-top: 5px; }

.event-data .row {
  font-weight: 700;
  padding: 10px; }
  .event-data .row::after {
    clear: both;
    content: "";
    display: table; }
  .event-data .row:nth-child(even) {
    background: #f5f5f5; }
  .event-data .row .left {
    width: 100%;
    color: #00af9d;
    text-transform: uppercase; }
    @media screen and (min-width: 767px) {
      .event-data .row .left {
        width: 45%; } }
  .event-data .row .right {
    width: 100%; }
    @media screen and (min-width: 767px) {
      .event-data .row .right {
        width: 50%; } }

.blog-post .date {
  font-size: 18px;
  color: #a9a9a9; }
.blog-post .title {
  text-transform: uppercase;
  color: #008acf;
  font-weight: 700;
  line-height: 1.1;
  font-size: 30px;
  margin-bottom: 30px; }
.blog-post .blog-bottom {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #dbdbdb; }
  .blog-post .blog-bottom::after {
    clear: both;
    content: "";
    display: table; }
  .blog-post .blog-bottom .blog-cats {
    margin-bottom: 20px; }
    @media screen and (min-width: 767px) {
      .blog-post .blog-bottom .blog-cats {
        margin: 0;
        width: 50%;
        float: left; } }
  .blog-post .blog-bottom .back {
    font-weight: 700; }
    @media screen and (min-width: 767px) {
      .blog-post .blog-bottom .back {
        float: right; } }

.pagination {
  text-align: right;
  clear:both;
  display:block;
  width:100%;
  margin-top: 35px; }
  .pagination ul{
  margin:0;
  padding:0;
  list-style: none;
  }
   .pagination li{
  margin:0;
  padding:0;
  display: inline-block;
  }
  .pagination a {
    display: inline-block;
    color: #008acf;
    font-weight: 700;
    font-size: 20px;
    margin: 0 10px; }
    .pagination a:hover, .pagination a.active {
      color: #00af9d; }

.clinic-info .name {
  font-weight: 700;
  color: #00af9d;
  text-transform: uppercase; }

.def-table .row {
  border-bottom: 1px solid #dbdbdb; }
  .def-table .row::after {
    clear: both;
    content: "";
    display: table; }
  .def-table .row.head {
    background: #f0f0f0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    display: none;
    border-bottom: 0; }
    @media screen and (min-width: 767px) {
      .def-table .row.head {
        display: block; } }
.def-table .col {
  padding: 10px 0; }
  .def-table .col strong {
    display: block; }
  @media screen and (min-width: 767px) {
    .def-table .col {
      width: 33%;
      float: left;
      padding: 10px; }
      .def-table .col strong {
        display: none; } }

form.volunteer .row::after {
  clear: both;
  content: "";
  display: table; }
@media screen and (min-width: 767px) {
  form.volunteer .row {
    margin-bottom: 20px; } }
form.volunteer .col {
  margin-bottom: 20px; }
  @media screen and (min-width: 767px) {
    form.volunteer .col {
      margin-bottom: 0;
      width: 48%;
      float: left; }
      form.volunteer .col:nth-child(2n) {
        float: right; }
      form.volunteer .col.full {
        width: 100%;
        float: none; } }

.community-block .region-trigger {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase; }
.community-block .map-contain {
  background: url(../images/img-canada-map.jpg) center center no-repeat;
  background-size: cover;
  padding: 30px; }
  @media screen and (min-width: 767px) {
    .community-block .map-contain {
      padding: 50px 20%; } }
  @media screen and (min-width: 1279px) {
    .community-block .map-contain {
      padding: 60px 25%; } }
.community-block .button {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  padding: 8px 20px; }
  .community-block .button:last-child {
    margin-bottom: 0; }
.community-block .west {
  background: #00af9d;
  box-shadow: 0px 4px 0px 0px #008376; }
.community-block .prair {
  background: #8683bb;
  box-shadow: 0px 4px 0px 0px #65628c; }
.community-block .ne-ont {
  background: #fab653;
  box-shadow: 0px 4px 0px 0px #bc893e; }
.community-block .cs-ont {
  background: #e05979;
  box-shadow: 0px 4px 0px 0px #a8435b; }
.community-block .que {
  background: #45b779;
  box-shadow: 0px 4px 0px 0px #34895b; }
.community-block .atl {
  background: #851c57;
  box-shadow: 0px 4px 0px 0px #641541; }

.chart-title {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin: 2em 0 1em; }

.chart-body {
  margin: 2em 0; }

.chart-legend {
  margin: 2em 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 20px; }
  .chart-legend ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .chart-legend ul::after {
      clear: both;
      content: "";
      display: table; }
  .chart-legend li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px; }
    @media screen and (min-width: 767px) {
      .chart-legend li {
        width: 50%;
        float: left; } }
  .chart-legend span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0; }

.available-meds .block {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 30px;
  cursor: pointer;
  margin-bottom: 15px; }
  .available-meds .block.left {
	  float:none;
  }
  .available-meds .block.right {
	  float:none;
  }
  @media screen and (min-width: 767px) {
	   .available-meds .block{
		float:left;
		width: 50%;
	   }
    .available-meds .block.left {
      width: 50%;
	  padding-right:10px;
      float: left;
	  clear:left;}
	  .available-meds .block.right {
      width: 50%;
	   padding-right:10px;
      float: right;
	  clear:right; }
	  }
.available-meds .block:hover .description {
  display: block;
}

.available-list-row{
	width:100%;
	clear:both;
	display: inline-block;
	padding-bottom:15px;
	border-bottom:1px dotted #dbdbdb;
	margin-bottom:15px;
}
.available-list-row:last-of-type{
	border-bottom: none;
	padding-bottom:0px;
	margin-bottom:0px;
}
.available-meds .block .description {
  display: none;
  position: absolute;
  top: 50%;
  left: 30px;
  background: white;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 6000;
  padding: 10px;
  border: 1px solid #dbdbdb;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.available-meds .color {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0; }
.available-meds .name {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 20px; }
  .available-meds .name.multiline{
	line-height:1.2em;
  }
.available-meds .available-list::after {
  clear: both;
  content: "";
  display: table; }
.available-meds .available-legend {
  border-top: 1px solid #dbdbdb;
  padding-top: 30px;
  margin: 15px 0; }
  .available-meds .available-legend::after {
    clear: both;
    content: "";
    display: table; }
  .available-meds .available-legend .name {
    font-size: 10px; }

/* -----------------------------------------------------------------
	FOOTER ELEMENTS
------------------------------------------------------------------*/
#footer {
  border-top: 6px solid #008acf;
  font-size: 14px;
  font-weight: 700; }
  #footer p {
    margin: 0.75em 0; }
    #footer p:first-child {
      margin-top: 0; }
    #footer p:last-child {
      margin-bottom: 0; }
  #footer .upper {
    padding: 25px 0 30px; }
    #footer .upper::after {
      clear: both;
      content: "";
      display: table; }
  #footer .lower {
    background: #f5f5f5;
    padding: 20px 0; }
    #footer .lower::after {
      clear: both;
      content: "";
      display: table; }

#footer .lower .left{
	width: 100%;
	text-align: center;
}
#footer .lower .right{
	width: 100%;
	float:right;
	text-align: center;
}
@media screen and (min-width: 767px) {
	#footer .lower .left{
	width:50%;
	text-align: left;
	}
	#footer .lower .right{
	width: 50%;
	float:right;
	text-align: right;
	}
}
  #footer .foot-logo {
    width: 180px; }
  #footer .address {
    font-weight: 500; }
    @media screen and (min-width: 1023px) {
      #footer .address {
        float: left; } }
  #footer .row {
    position: relative;
    padding-left: 20px;
    margin-top: 20px; }
    #footer .row:before {
      position: absolute;
      top: 5px;
      left: 0px;
      font-family: "FontAwesome";
      color: #a9a9a9;
      line-height: 1;
      display: block; }
  #footer .map:before {
    content: "\f041"; }
  #footer .phone:before {
    content: "\f095"; }
  #footer .gift:before {
    content: "\f06b"; }
  #footer .navigation {
    margin-top: 25px;
    text-transform: uppercase;
	display:none;}
	@media screen and (min-width: 767px) {
		#footer .navigation {
		display:block;
		}
	}
    @media screen and (min-width: 1023px) {
      #footer .navigation {
        float: right;
		text-align:right;
		width:60%;
        margin-top: 0; } }
		@media screen and (min-width: 1423px) {
      #footer .navigation {
		  width:auto;
	  }
		}
    #footer .navigation a {
      color: #333;
      margin: 0 0 10px;
      display: block; }
      @media screen and (min-width: 767px) {
        #footer .navigation a {
          display: inline-block;
          margin: 0 10px 0 0; } }
      @media screen and (min-width: 1023px) {
        #footer .navigation a {
          margin: 0 0 0 15px; } }
      #footer .navigation a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8; }
  #footer .icons {
    margin-top: 25px; }
    #footer .icons::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 1023px) {
      #footer .icons {
        text-align: right; } }
    #footer .icons a {
      width: 30%;
      margin: 0 5% 0 0;
      float: left; }
      #footer .icons a:last-child {
        margin-right: 0; }
      @media screen and (min-width: 767px) {
        #footer .icons a {
          width: auto;
          float: none; } }
    #footer .icons img {
      margin: 0 auto; }
  #footer .sharing {
    margin-top: 20px;
    float: left; }
    @media screen and (min-width: 1023px) {
      #footer .sharing {
        float: right;
        margin-top: 0; } }

/* -----------------------------------------------------------------
	IE FIXES
------------------------------------------------------------------*/
/* -----------------------------------------------------------------
	EXTRAS
------------------------------------------------------------------*/
.row::after {
  clear: both;
  content: "";
  display: table; }

.half, .third, .forty, .twenty {
  width: 100%; }
  .half::after, .third::after, .forty::after, .twenty::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 767px) {
    .half, .third, .forty, .twenty {
      float: left; } }

.half img, .third img {
  margin: 30px auto auto; }
.half a, .third a {
  text-transform: uppercase;
  font-weight: bolder; }

.forty, .twenty {
  padding: 10px; }

.alt {
  font-size: 14px; }
  .alt .hidey {
    padding: 0; }
  .alt .row {
    border-bottom: 1px solid #ccc; }
    .alt .row:last-child {
      border-bottom: none; }
  .alt .forty {
    font-weight: 700; }
  .alt span.mobi {
    font-style: italic;
    padding-right: 5px; }
    @media screen and (min-width: 767px) {
      .alt span.mobi {
        display: none; } }

@media screen and (min-width: 767px) {
  .half {
    width: 50%; }

  .third {
    width: 30%; }

  .forty {
    width: 40%;
    padding-left: 20px; }

  .twenty {
    width: 20%; } }
.tab-head {
  display: none;
  font-size: 14px; }
  @media screen and (min-width: 767px) {
    .tab-head {
      display: block;
      background: #0089D2;
      color: white; }
      .tab-head::after {
        clear: both;
        content: "";
        display: table; } }

.spec-title {
  padding: 5px 20px;
  background: #00B09D;
  margin-top: 30px; }
  .spec-title h4 {
    color: #fff; }

.spec-table {
  background: #E4F7F4; }
  .spec-table::after {
    clear: both;
    content: "";
    display: table; }

.col-left, .col-right {
  width: 100%;
  padding-right: 20px;
  padding: 20px; }
  .col-left::after, .col-right::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 767px) {
    .col-left, .col-right {
      float: left;
      width: 50%; } }

.col-right {
  border-top: 1px solid #ccc; }
  @media screen and (min-width: 767px) {
    .col-right {
      border-top: none;
      border-left: 1px solid #ccc; } }

.bmi-mean-title{
margin:20px 0 0px 0;
font-size:19px;
}
.fev-percent-title{
margin:20px 0 0px 0;
color:#008acf;
font-size:19px;
}

/* -----------------------------------------------------------------
	NEW BLOG CF INSIGHTS
------------------------------------------------------------------*/
.bg-color{
background:#e4f1fa;
}
.bg-color .sidebar .champions{
background:#fff;
}
body.int .hero.blogheader{
margin-top:20px;
margin-bottom:20px;
}
@media screen and (min-width: 767px) {
	body.int .hero.blogheader{
	margin-top:40px;
	margin-bottom:40px;
	}
}
.blog-header{
display:none;
}
.mobile-blog-header{
display:block;
width:100%;
}
@media screen and (min-width: 767px) {
	.blog-header{
	display:block;
	}
	.mobile-blog-header{
	display:none;
	}
}
.blog-content{
clear:both;
display:inline-block;
width:100%;
}

.blog-main{
width:100%;
float:left;
}

.blog-right{
width:100%;
float:right;
}
.blog-detail-main{
width:100%;
float:left;
}
.blog-sidebar{
display:none;
float:right;
}
@media screen and (min-width: 767px) {
	.blog-main{
	width:47%;
	}

	.blog-right{
	width:47%;
	}

}

@media screen and (min-width: 1023px) {
	.blog-main{
	width:65%;
	}

	.blog-right{
	width:31%;
	}

	.blog-detail-main{
	width:65%;
	}
	.blog-sidebar{
	width:31%;
	display:block;
	}
}

.blog-search-contain{
width:100%;
padding:15px;
border-top:4px solid #008acf;
background:#fff;
display:inline-block;
margin-bottom:20px;
}
@media screen and (min-width: 767px) {
	.blog-search-contain{
	margin-bottom:40px;
	}
}
.blog-search-contain .checkbox{
margin-bottom:10px;
}

.blog-search-contain .checkbox label{
display:inline-block;
margin:0 10px 10px 0;
}

.blog-search-contain .text {
font-size: 11px;
color: #008acf;
text-transform: uppercase;
font-weight: 700;
margin-bottom:5px;
}

.blog-search-contain .text.left {
margin-top:7px;
}

.blog-search-contain .dropy{
width:100%;
float:left;
margin-left:0px;
}
@media screen and (min-width: 1023px) {
	.blog-search-contain .dropy{
	width:40%;
	margin-left:20px;
	}
}

.featured-blog-post, .normal-blog-post{
width:100%;
background:#fff;
margin-bottom:20px;
}
@media screen and (min-width: 767px) {
	.featured-blog-post, .normal-blog-post{
	margin-bottom:40px;
	}
}
.featured-blog-post h2{
font-size:19px;
margin:0 0 5px 0;
}
@media screen and (min-width: 1023px) {
	.featured-blog-post h2{
	font-size:23px;
	}
}
.normal-blog-post h2{
font-size:19px;
margin:0 0 5px 0;
}
.blog-listing-contain{
padding:20px;
width:100%;
line-height:1.4em;
}
.featured-blog-post img, .normal-blog-post img{
border:3px solid #00ae9d;
}
.blog-categories{
width:100%;
margin-bottom:20px;
}
.blog-categories a{
padding:3px 5px;
font-size:12px;
background:#c7f0ec;
color:#00ae9d;
border-radius:5px;
text-transform:uppercase;
font-weight:600;
}
.blog-categories a:hover{
background:#00ae9d;
color:#fff;
}
.blog-post-info{
color:#959799;
font-size:15px;
}
.blog-post-info span{
display:inline-block;
vertical-align:middle;
margin-right:10px;
}
.blog-post-info i{
font-size:14px;
}
.blog-main-col-one{
width:100%;
float:left;
}
.blog-main-col-two{
width:100%;
float:right;
}

@media screen and (min-width: 1023px) {
	.blog-main-col-one{
	width:47%;

	}
	.blog-main-col-two{
	width:47%;

	}
}
.blog-share{
font-size:16px;
font-weight:600;
padding:10px 0;
width:100%;
margin:30px 0;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
text-transform:uppercase;
}
.blog-share .title{
display:inline-block;
margin-right:15px;
vertical-align:middle;
}
.blog-share span{
color:#008acf;
cursor:pointer;
display:inline-block;
margin-right:15px;
vertical-align:middle;
}
.blog-archives{
background:#fff;
width:100%;
padding:20px 20px 10px 20px;
display:inline-block;
margin-bottom:30px;
font-weight:600;
}
.blog-archives h3{
margin-top:0;
margin-bottom:20px;
}
.blog-archives .arch-row{
padding:10px 0 3px;
border-top:1px solid #ccc;
width:100%;
display:inline-block;
}
.blog-archives .arch-row:last-child{
padding-bottom:0;
}
.blog-archives .arch-col-one{
width:50%;
float:left;
padding-right:10px;
}
.blog-archives .arch-col-two{
width:50%;
float:right;
padding-left:10px;
}

.blog-search{
background:#fff;
width:100%;
padding:20px;
display:inline-block;
margin-bottom:30px;
}
.blog-search button{
background:none;
color:#008acf;
font-size:22px;
border:none;
margin-left:10px;
}
.blog-search input{
width:83%;
}
.blog-subscribe{
background:#00af9d;
width:100%;
padding:10px 20px;
display:inline-block;
margin-bottom:30px;
}
.blog-subscribe h4{
margin:0;
color:#fff;
}
.blog-subscribe h4 a{
color:#fff;
}
.blog-email-subscribe{
background:#fff;
width:100%;
padding:20px;
display:inline-block;
margin-bottom:0px;
line-height:1.2em;
font-size:15px;
}
.blog-email-subscribe button{
background:none;
color:#008acf;
font-size:22px;
border:none;
margin-left:10px;
}
.blog-email-subscribe input{
width:83%;
}
.blog-email-subscribe h5{
margin-top:0;
margin-bottom:10px;
font-size:18px;
}


.new-search-table{
width:100%;
display:inline-block;
}
.new-search-headers{
background:#000;
color:#fff;
text-transform:uppercase;
font-weight:bold;
font-size:15px;
}
.new-search-row{
width:100%;
display:inline-block;
clear:both;
}
.new-search-col{
width:20%;
float:left;
}

.circle-row{
width:100%;
display:inline-block;
clear:both;
padding:0;
}
.circle-icon-registry{
background:#008acf;
width:40px;
height:40px;
text-align:center;
color:#fff;
border-radius:100px;
float:left;
padding:5px 0 0 0;
font-size:18px;
}
.circle-info{
width:calc(100% - 50px);
float:right;
}
.registry-row{
width:100%;
display:inline-block;
clear:both;
padding:25px 0;
border-top:1px solid #dbdbdb;
}
.registry-row img{
display:block;
margin:0 auto;
width:200px;
height:auto;
margin-bottom:20px;
}
@media screen and (min-width: 767px) {
	.registry-row img{
	float:right;
	margin-bottom:0;
	}
}
.registry-col-left{
float:left;
width:100%;
}
@media screen and (min-width: 767px) {
	.registry-col-left{
	width:calc(100% - 230px);
	}
}

.registry-sidebar-graphic{
margin-bottom:30px;
}

@media screen and (min-width: 767px) {
.registry-sidebar-graphic{
margin-bottom:80px;
}
}

.badge-logo-panel{
width:100%;
text-align: center;
}

.badge-logo-panel img{
display: inline-block;
vertical-align: middle;
padding:20px;
}

.video-module{
font-size:12px;
margin:30px 0;
display: block;
}

.skip-to-content:focus{
clip:auto;
height:auto;
width:auto;
font-size:12px;
top:5px;
left:5px;
}

.margin-top-twenty{
	margin-top:15px;
}
.hero-owl{
	width:100%;
	position:relative;
	background: #e3f2fa;
}
@media screen and (min-width: 767px) {
  .hero-owl .grad:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5000;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-image: -moz-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.35) 50%);
    background-image: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.35) 50%);
    background-image: linear-gradient(to   , rgba(0, 0, 0, 0.35) 50%); } }
.hero-owl .text {
  text-align: center;
  z-index: 6000;
  color: #00af9d;
  padding: 30px 20px; }
  @media screen and (min-width: 767px) {
    .hero-owl .text {
      position: absolute;
      padding: 0;
      bottom: 10%;
      left: 50%;
      width: 100%;
      max-width: 600px;
      color: #fff;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media screen and (min-width: 1023px) {
    .hero-owl .text {
      max-width: 800px; } }
.hero-owl h2 {
  color: white;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px; }
  @media screen and (min-width: 767px) {
    .hero-owl h2 {
      font-size: 34px;
      margin-bottom: 10px; } }
  @media screen and (min-width: 1023px) {
    .hero-owl h2 {
      font-size: 48px; } }
.hero-owl h3 {
  color: white;
  line-height: 1.25;
  font-weight: 100;
  margin-bottom: 40px;
  display: none; }
  @media screen and (min-width: 767px) {
    .hero-owl h3 {
      font-size: 18px;
      display: block; } }
  @media screen and (min-width: 1023px) {
    .hero-owl h3 {
      font-size: 24px; } }

.hero-owl .button.secondary.play{
	position: absolute;
	left:20px;
	bottom: 20px;
	z-index: 2;
	background: none;
	border: none;
	padding:0;
}
.hero-owl .button.secondary.stop{
	position: absolute;
	left:40px;
	bottom: 20px;
	z-index: 2;
	background: none;
	border: none;
	padding:0;
}
.hero-owl .button.secondary:focus{
	color:#e05470;
}
.hero-owl .owl-carousel .owl-nav button.owl-next{
	position: absolute;
	top:50%;
	right:5%;
	color:#fff;
	font-size:60px;
	line-height: 100%;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.35);
}
.hero-owl .owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	top:50%;
	left:5%;
	color:#fff;
	font-size:60px;
	line-height: 100%;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.35);
}

.team-pages{
	padding-top:40px;
}
.team-pages .button{
	margin-right:10px;
	margin-bottom: 10px;
}

.blog-cta{
background: #1b8bcc; /* Old browsers */
background: -moz-linear-gradient(top, #1b8bcc 0%, #0b74b1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #1b8bcc 0%,#0b74b1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #1b8bcc 0%,#0b74b1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b8bcc', endColorstr='#0b74b1',GradientType=0 ); /* IE6-9 */
color:#fff;
font-size:23px;
line-height: 1.4em;
letter-spacing: 0.01em;
font-weight: 500;
padding:30px;
width:100%;
margin:30px 0;
}
.blog-cta a{
color: #fff;
text-decoration: underline;
}
.blog-cta a.ctaghost{
	color:#fff;
	background:none;
	border:2px solid #fff;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	text-shadow: none;
	text-decoration: none;
	padding:5px 20px;

}
.blog-cta a.ctaghost:hover{
	background:#fff;
	color: #1b8bcc;
}


.donate-popup{
	position: absolute;
	z-index: 9999;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	display: none;
}
.donate-popup .overlay{
	background:rgba(0,0,0,0.7);
	position: fixed;
	top:0;
	bottom:0;
	width:100%;
	height: 100%;
	z-index: 0;
}
.donate-popup .popup{
	background:white;
	padding:20px;
	z-index: 2;
	width:90%;
	max-width: 530px;
	display: block;
	margin:0 auto;
	margin-top:10%;
	position: relative;
	text-align: center;
}

.donate-popup .popup h2{
	margin:0 0 10px 0;
}
.donate-popup .popup .close-donate{
	position: absolute;
	top:0px;
	right:10px;
	font-size:20px;
	color:#008acf;
	cursor: pointer;
}
.donate-popup .donate-button{
	background:#008acf;
	color:#fff;
	padding:8px 15px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
	margin:5px;
	width:100%;
	text-align: center;
	border-radius: 5px;
}
@media screen and (min-width: 767px) {
	.donate-popup .donate-button{
	width:calc(50% - 15px);
	}
}
.donate-popup .donate-button:hover{
	color:#fff;
	background:#00af9d;
}
  @media screen and (min-width: 767px) {
	  .donate-popup .popup{
		width:50%;
	  }
}

.purple-title{
	color:#201f6c;
}
.purple-trials-box{
	padding:20px;
	color:#201f6c;
	background:#e8e8f0;
	margin:30px 0;
}
.canact-logo{
	display: block;
	margin:20px auto;
}
@media screen and (min-width: 767px) {
	.canact-logo{
	float:right;
	margin:0 0 30px 30px;
	}
}
.canact-popup-trigger{
	background:#201f6c;
	color:#fff;
	margin-top: 20px;
}
.canact-testimonials{
	background:#e8e8f0;
	padding:50px;
	position: relative;
	font-size: 20px;
	text-align: center;
	margin-top: 30px;
}
.canact-testimonials .name{
	text-transform: uppercase;
	font-weight: 700;
	color:#201f6c;
	font-size: 14px;
}
.canact-testimonials:before{
	content:'\f10d';
	font-family: fontawesome;
	position: absolute;
	top:-15px;
	left:50%;
	margin-left:-15px;
	font-size:25px;
	color:#201f6c;
}
.canact-testimonials:after{
	content:'\f10e';
	font-family: fontawesome;
	position: absolute;
	top:-15px;
	left:50%;
	margin-left:15px;
	font-size:25px;
	color:#201f6c;
}

.canact-testimonials .owl-carousel .owl-nav button.owl-next, .canact-testimonials .owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	top:50%;
	font-size:40px;
	line-height: 1em;
	margin-top: -20px;
}
.canact-testimonials .owl-carousel .owl-nav button.owl-next{
	right:-30px;
}
.canact-testimonials .owl-carousel .owl-nav button.owl-prev{
	left:-30px;
}

.canact-popup{
	position: fixed;
	z-index: 9999;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	display: none;
}
.canact-popup .overlay{
	background:rgba(0,0,0,0.7);
	position: fixed;
	top:0;
	bottom:0;
	width:100%;
	height: 100%;
	z-index: 0;
}
.canact-popup .popup{
	background:white;
	padding:20px;
	z-index: 2;
	width:90%;
	max-width: 530px;
	display: block;
	left:50%;
	margin-left:-265px;
	top:10%;
	position: absolute;
	text-align: left;
}
  @media screen and (max-width: 767px) {
	  .canact-popup .popup{
		margin-left: auto;
		left:5%;
	  }
}
.canact-popup .popup .close-canact{
	position: absolute;
	top:0px;
	right:10px;
	font-size:20px;
	color:#008acf;
	cursor: pointer;
}

.staytogether{
	display: inline-block;
}
.canact-popup .popup h2{
	font-size:25px;
	text-transform: none;
	margin-top: 0;
}
.canact-popup .popup .button{
	font-size:15px;
	margin-right:10px;
	padding:6px 20px;
}
.canact-popup .popup input{
	margin-bottom: 20px;
}

.stat-blocks-blue{
	background:#bde1f3;
	color:#008acf;
	text-transform: uppercase;
	padding:20px;
	font-size:20px;
	line-height: 1.1em;
}
.stat-blocks-blue a{
	color:#008acf;
}
.stat-blocks-blue a:hover{
	color:#00af9d;
}
.stat-blocks-green{
	background:#bdeae6;
	color:#00af9d;
	text-transform: uppercase;
	padding:20px;
	font-size:20px;
	line-height: 1.1em;
}
.stat-blocks-green a{
	color:#00af9d;
}
.stat-blocks-green a:hover{
	color:#008acf;
}
.stat-blocks-blue a.button, .stat-blocks-green a.button{
	color:#fff;
	margin-top: 10px;
	margin-bottom: 0;
}
.flex-block{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 0 40px 0;
}
.third-block{
	width:100%;
	margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
	.third-block{
	width:31.5%;
	margin-right:2.2%;
	margin-bottom: 20px;
	}
	.third-block:nth-child(3n + 3){
		margin-right:0;
	}
}
.half-block{
	width:100%;
	margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
	.half-block{
	width:48.4%;
	margin-right:2.2%;
	margin-bottom: 0px;
	}
	.half-block:nth-child(2n + 1){
		margin-right: 0;
	}
}
.fivefeetsocial{
	width:100%;
	margin-bottom: 20px;
}
.fivefeetsocial img{
	display: inline-block;
	vertical-align: middle;
	margin-right:8px;
}
.fivefeetsocial:first-of-type{
	margin-right: 10px;
}
@media screen and (min-width: 480px) {
	.fivefeetsocial{
		width:auto;
	}
}

form.griddy .row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
form.griddy .row .col {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (min-width: 767px) {
  form.griddy .row {
    flex-direction: row;
  }
  form.griddy .row .col {
    width: calc(50% - 15px);
  }
  form.griddy .row .col:nth-child(2) {
    margin-left: 30px;
  }
  form.griddy .row .col.full {
    width: 100%;
  }
}

.contact-row {
  display: flex;
  flex-direction: column;
}
.contact-row .block {
  width: 100%;
  margin-bottom: 20px;
}
.contact-row h4,
.contact-row h4 + p {
  margin: 0;
}

@media screen and (min-width: 767px) {
  .contact-row {
    flex-direction: row;
  }
  .contact-row .block {
    width: calc((100% / 3) - (40px / 3));
    margin-right: 20px;
  }
  .contact-row .block:last-child {
    margin-right: 0;
    width: auto;
  }
}

.alertbar {
  background: #fdb84c;
  font-size: 14px;
  font-weight: bolder;
  padding: 5px 0;
}
.alertbar .wrapper {
  position: relative;
  padding-right: 30px;
}
.alertbar .wrapper p {
  margin: 0;
}
.alertbar .wrapper button {
  position: absolute;
  right: 20px;
  top: 0;
  background: transparent;
  border: none;
  background: #fff;
  text-align: center;
  padding: 3px 5px;
  line-height: 1;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.alertbar .wrapper button:hover {
  background: #333;
  color: #fdb84c;
}
@media screen and (min-width: 767px) {
  .alertbar .wrapper button {
    right: 0;
  }
}

.read-more-wrap {
  margin: 1em 0;
}

.read-more-wrap .hidden-more {
  display: none;
  margin-top: 1em;
}


/* HOMEPAGE BLOG & NEWS */
.hero-owl {
  background: #008acf;
}
.blog-news {
  background: #e3f2fa;
  padding: 60px 0;
}
.blog-news .postlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-news .postlist .normal-blog-post,
.blog-news .postlist .normal-blog-post.news-post {
  width: 100%;
}
.blog-news .blog-categories {
  margin-top: 5px;
}
@media screen and (min-width: 767px) {
  .blog-news .postlist .normal-blog-post {
    width: calc(50% - 20px);
  }
  .blog-news .postlist .normal-blog-post.news-post {
    width: 100%;
  }
}
@media screen and (min-width: 1023px) {
  .blog-news .postlist .normal-blog-post,
  .blog-news .postlist .normal-blog-post.news-post {
    width: calc((100% / 3) - 20px);
  }
}

