html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 16px; }

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

audio,
canvas,
progress,
img,
svg,
video {
  display: inline-block;
  vertical-align: middle; }

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

[hidden],
template {
  display: none; }

a {
  background: transparent; }

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: 0; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

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

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

.clearfix:after {
  clear: both; }

/**
*
* Colours
*
*/
/**
*
* Form Elements
*
*/
/**
*
* Media query widths
*
*/
/**
*
* Responsive grid
*
*/
.row .grid-1, .row .grid-2, .row .grid-3, .row .grid-4, .row .grid-5, .row .grid-6, .row .grid-7, .row .grid-8, .row .grid-9, .row .grid-10, .row .grid-11, .row .grid-12 {
  float: left;
  text-align: left;
  height: 100%;
  vertical-align: top;
  margin-top: 0;
  margin-left: 1%;
  padding: 0 24px; }

.row .grid-1:first-child, .row .grid-2:first-child, .row .grid-3:first-child, .row .grid-4:first-child, .row .grid-5:first-child, .row .grid-6:first-child, .row .grid-7:first-child, .row .grid-8:first-child, .row .grid-9:first-child, .row .grid-10:first-child, .row .grid-11:first-child, .row .grid-12:first-child {
  margin-left: 0%; }

.row {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  vertical-align: top;
  position: relative;
  display: block;
  margin-top: 0; }
.row:before, .row:after {
  content: "";
  display: table; }
.row:after {
  clear: both; }
.row .grid-1 {
  width: 7.4159%; }
.row .grid-2 {
  width: 15.83333%; }
.row .grid-3 {
  width: 24.25%; }
.row .grid-4 {
  width: 32.66667%; }
.row .grid-5 {
  width: 40.66667%; }
.row .grid-6 {
  width: 49.5%; }
.row .grid-7 {
  width: 57.33333%; }
.row .grid-8 {
  width: 65.66667%; }
.row .grid-9 {
  width: 74%; }
.row .grid-10 {
  width: 82.33333%; }
.row .grid-11 {
  width: 90.66667%; }
.row .grid-12 {
  width: 100%; }

@media (min-width: 768px) {
  .grid-2:nth-child(3n+1),
  .grid-3:nth-child(4n+1),
  .grid-4:nth-child(3n+1) {
    margin-left: 0; } }

@media (max-width: 768px) {
  .row .grid-1 {
    margin-left: 0%;
    width: 100%; }
  .row .grid-2 {
    margin-left: 0%;
    width: 100%; }
  .row .grid-3 {
    margin-left: 0%;
    width: 100%; }
  .row .grid-4 {
    margin-left: 0%;
    width: 100%; }
  .row .grid-5 {
    margin-left: 0%;
    width: 100%; }
  .row .grid-6 {
    margin-left: 0%;
    width: 100%; }
  .row .grid-7 {
    margin-left: 0%;
    width: 100%; }
  .row .grid-8 {
    margin-left: 0%;
    width: 100%; }
  .row .grid-9 {
    margin-left: 0%;
    width: 100%; }
  .row .grid-10 {
    margin-left: 0%;
    width: 100%; }
  .row .grid-11 {
    margin-left: 0%;
    width: 100%; }
  .row .grid-12 {
    margin-left: 0%;
    width: 100%; }
  .row .grid-mobile-half:nth-child(2n+1),
  .row .grid-mobile-third:nth-child(3n+1),
  .row .grid-mobile-quarter:nth-child(4n+1) {
    margin-left: 0% !important; }
  .row .grid-mobile-half {
    width: 49%;
    margin-left: 2%; }
  .row .grid-mobile-third {
    width: 32.33333%;
    margin-left: 1.5%; }
  .row .grid-mobile-quarter {
    width: 24%;
    margin-left: 1.33333%; } }

@media (max-width: 768px) {
  .row .grid-mobile-half,
  .row .grid-mobile-third,
  .row .grid-mobile-quarter {
    margin-left: 0%;
    width: 100%; } }

@media only screen and (min-width: 1920px) {
  .poop {
    border: 1px solid red; } }

div.row div.grid-12.left {
  text-align: left; }

div.row div.grid-12.center {
  text-align: center; }

div.row div.grid-12.right {
  text-align: right; }

div.row.contained {
  margin: 0 auto;
  float: none; }
@media only screen and (min-width: 768px) {
  div.row.contained {
    max-width: 511px; } }
@media only screen and (min-width: 1024px) {
  div.row.contained {
    max-width: 834px; } }

@media only screen and (max-width: 1023px) {
  .NewsPage div.row.contained,
  .SearchResultsPage div.row.contained {
    max-width: 100%; } }

@media only screen and (min-width: 1024px) {
  .pusher {
    margin-top: 100px; } }

html {
  font-style: normal;
  color: #2c2226;
  font-family: 'Open Sans', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lora', serif; }

a, a:visited {
  color: #7bc3e8; }

h2 {
  margin-top: 36px;
  position: relative;
  color: #235374; }
h2:after {
  position: absolute;
  content: '';
  dispay: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -6px;
  background: -moz-linear-gradient(left, rgba(123, 195, 232, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(123, 195, 232, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(123, 195, 232, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(123, 195, 232, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(123, 195, 232, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(123, 195, 232, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a67bc3e8', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */ }

.row ul {
  list-style: none; }
.row ul li {
  position: relative;
  margin-bottom: 10px; }
.row ul li:before {
  position: absolute;
  content: '';
  dispay: block;
  width: 6px;
  height: 6px;
  left: -18px;
  margin-top: 8px;
  background: #7bc3e8; }

p {
  font-weight: 300;
  text-align: left; }

.center {
  text-align: center; }

.button,
button {
  outline: none;
  position: relative;
  border: 0;
  text-decoration: none;
  border-radius: 7px;
  padding: 14px 45px;
  color: white;
  transition: opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 2;
  margin-top: 24px;
  background: #235374; }
.button.small,
button.small {
  border-radius: 4px;
  padding: 4px 17px 3px;
  font-size: 18px;
  background-position: -10% 0;
  font-size: 16px; }
.button:hover,
button:hover {
  opacity: 0.95; }

/**
* Polymer ripple effect
*/
.menu a,
.rippleDark,
.ripple {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0; }

.ripple .ink {
  background: rgba(255, 255, 255, 0.25); }

.menu a .ink,
.rippleDark .ink {
  background: rgba(123, 195, 232, 0.25); }

.ink {
  display: block;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.ink.animate {
  -webkit-animation: ripple 360ms linear;
  animation: ripple 360ms linear; }

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }

@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5); } }

.sod_select,
.sod_select * {
  user-select: none; }

/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
.sod_select {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  outline: 0;
  z-index: 3;
  padding: 12px;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 6px;
  transition: all 120ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/* Down arrow */
.sod_select:after {
  position: absolute;
  content: '';
  dispay: block;
  right: 20px;
  top: 20px; }

/* Change the border color on hover, focus and when open */
.sod_select.open,
.sod_select.focus {
  border: 1px solid #000;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5); }

.sod_select.focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

/* When the entire SoD is disabled, go crazy! */
.sod_select.disabled {
  cursor: not-allowed; }

/* The "label", or whatever we should call it. Keep the first three lines for truncating. */
.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 15px; }

/* Options list wrapper */
.sod_select .sod_list_wrapper {
  transition: all 480ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  border-radius: 6px;
  top: 100%;
  left: 0;
  display: none;
  height: auto;
  width: 100%;
  margin: 10px 0 0 0;
  background: white;
  border: 1px solid #dddddd;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  border-top: none;
  z-index: 1;
  overflow: hidden; }

/* Shows the option list (don't edit) */
.sod_select.open .sod_list_wrapper {
  display: block; }

/* Don't display the options when  */
.sod_select.disabled.open .sod_list_wrapper {
  display: none; }

/* When the option list is displayed above the SoD */
.sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: 100%;
  border-top: 1px solid #eee;
  border-bottom: none; }

/* Options list container */
.sod_select .sod_list {
  display: block;
  overflow-y: auto;
  padding: 0;
  margin: 0; }

/* All the options. Keep the first three lines for truncating... */
.sod_select .sod_option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 10px 10px;
  list-style-type: none; }

/* Optgroups */
.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
  background: inherit;
  color: #939393;
  font-size: 10px;
  font-style: italic; }

/* Children of an optgroup */
.sod_select .sod_option.groupchild {
  padding-left: 20px; }

/* Used together with placeholderOption / data-placeholder-option */
.sod_select .sod_option.is-placeholder {
  display: none; }

/* Disabled option */
.sod_select .sod_option.disabled {
  background: inherit;
  color: #cccccc; }

/* Hover state for options, also used when a user uses his/hers up/down keys */
.sod_select .sod_option.active {
  background: #f7f7f7;
  background: url("../../images/non-sprite/green-80.png");
  color: white; }

/*Make room for the check mark */
.sod_select .sod_option.selected {
  padding-right: 25px; }

/* Displays a check mark for the selected option */
.sod_select .sod_option.selected:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  color: #808080;
  height: 9px;
  width: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K); }

/* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
.sod_select.no_highlight .sod_option.selected {
  font-weight: 300; }

.sod_select.no_highlight .sod_option.selected:before {
  display: none; }

.sod_select .sod_option.link {
  /* If data-link is set on a specific option */ }

.sod_select .sod_option.linkexternal {
  /* If data-link-external is set on a specific option */ }

/* Hide native select */
.sod_select select {
  display: none !important; }

/* The native select in touch mode. Keep this first line. Sorry, keep everything. */
.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1; }

.error .sod_select {
  border: 1px solid red; }

.contactUs {
  background: #7bc3e8;
  padding: 24px 24px 56px;
  text-align: center;
  margin-bottom: -48px; }
.contactUs:before, .contactUs:after {
  content: "";
  display: table; }
.contactUs:after {
  clear: both; }
.contactUs .grid-12 {
  margin: 0 auto !important;
  max-width: 834px;
  float: none; }

.contactHref a {
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  margin-top: -12px;
  display: block; }
@media only screen and (max-width: 967px) {
  .contactHref a {
    font-size: 24px; } }

/**
*
* Standard input elements
*
*/
input[type="text"],
input[type="email"],
input[type="password"], textarea {
  width: 100%;
  background: white;
  padding: 12px 12px;
  border-radius: 6px;
  border: 1px solid #dddddd;
  outline: none;
  transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: relative;
  z-index: 2;
  -webkit-appearance: none; }

textarea {
  resize: none;
  height: 150px; }

::-webkit-input-placeholder {
  font-style: italic;
  color: #bbbbbb; }

:-moz-placeholder {
  font-style: italic;
  color: #bbbbbb; }

::-moz-placeholder {
  font-style: italic;
  color: #bbbbbb; }

:-ms-input-placeholder {
  font-style: italic;
  color: #bbbbbb; }

.inputWrap {
  width: 100%;
  display: block;
  position: relative;
  float: left; }
.inputWrap > label {
  display: block;
  color: #235374;
  margin: 24px 0 12px; }
.inputWrap label.error {
  position: absolute;
  left: 0;
  bottom: 20px;
  transition: all 480ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-size: 14px;
  color: #c53844;
  margin: 0; }
.inputWrap.error input, .inputWrap.error textarea {
  border: 1px solid #c53844; }
.inputWrap.error label.error {
  bottom: -22px; }
.inputWrap.error.textarea label.error {
  bottom: -16px; }

.submit {
  margin: 24px 0; }

/**
*
* Checkbox and radio inputs
*
*/
.prettycheckbox,
.prettyradio {
  display: inline-block;
  padding: 0;
  margin: 0 24px 0 6px;
  position: relative; }
.prettycheckbox > a,
.prettyradio > a {
  display: block;
  float: left;
  cursor: pointer;
  margin: 0;
  left: 0;
  position: absolute;
  margin: 5px 0 0 -3px; }
.prettycheckbox > a:focus,
.prettyradio > a:focus {
  outline: 0 none; }
.prettycheckbox label,
.prettyradio label {
  display: block;
  float: left;
  margin: 7px 5px 7px 0;
  cursor: pointer;
  padding-left: 36px; }
.prettycheckbox a.disabled,
.prettycheckbox label.disabled,
.prettyradio a.disabled,
.prettyradio label.disabled {
  cursor: not-allowed; }

.slick-slider {
  position: relative;
  display: block;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

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

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

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

html, body {
  background: rgba(123, 195, 232, 0.03);
  width: 100%;
  height: 100%; }

header {
  margin: 0 auto;
  padding: 24px; }
header:before, header:after {
  content: "";
  display: table; }
header:after {
  clear: both; }
header .logo {
  float: left;
  font-family: 'Lora', serif;
  font-size: 32px;
  position: relative;
  display: block;
  padding-left: 120px;
  margin-top: 36px; }
header .logo a, header .logo a:visited {
  text-decoration: none;
  color: #2c2226; }
header .logo span {
  display: block; }
header .logo:before, header .logo:after {
  position: absolute;
  content: '';
  dispay: block;
  background: #7bc3e8;
  height: 2px;
  top: 50%;
  margin-top: -2px;
  margin-left: 120px;
  transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
header .logo:before {
  width: 88px;
  left: 72px; }
header .logo:after {
  width: 54px;
  left: 2px; }
header .logo b {
  position: absolute;
  left: 0px;
  top: -34px; }
header .logo:hover:before, header .logo:hover:after {
  background: #235374; }
header .menu {
  margin-top: 48px;
  border-bottom: 2px solid #7bc3e8;
  float: right;
  display: block; }
header .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }
header .menu ul li {
  display: block;
  position: relative;
  float: left; }
header .menu ul li.current_page_item:after {
  position: absolute;
  content: '';
  dispay: block;
  height: 2px;
  width: 100%;
  bottom: -2px;
  background: #235374; }
header .menu ul li a, header .menu ul li a:visited {
  position: relative;
  display: block;
  text-decoration: none;
  color: #2c2226;
  padding: 12px 24px; }
header .menu ul li a.phone, header .menu ul li a:visited.phone {
  background: #7bc3e8;
  color: white;
  border-radius: 4px 4px 0 0; }
@media only screen and (max-width: 967px) {
  header .menu ul li a {
    font-size: 14px;
    padding: 8px 12px; } }
header .closeNav {
  display: block;
  position: absolute;
  right: 12px;
  z-index: 99;
  top: -56px;
  transition: all 480ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer; }
header .closeNav.active {
  top: 12px; }
@media only screen and (max-width: 767px) {
  header .menu {
    padding-top: 40px;
    position: fixed;
    with: 100%;
    left: 0;
    right: 0;
    top: -120%;
    background: #eee;
    margin: 0;
    z-index: 9;
    -webkit-box-shadow: 0 5px 40px 0 rgba(35, 83, 116, 0.7);
    box-shadow: 0 5px 40px 0 rgba(35, 83, 116, 0.7);
    transition: top 480ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  header .menu.active {
    top: 0; }
  header .menu ul {
    width: 100%; }
  header .menu ul li {
    float: none;
    widith: 100%;
    position: relative;
    border-bottom: 1px solid #ddd;
    transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  header .menu ul li:last-child {
    border: none; }
  header .menu ul li:last-child a {
    border-radius: 0; }
  header .menu ul li:hover, header .menu ul li.current_page_item {
    background: rgba(123, 195, 232, 0.1); }
  header .menu ul li:hover:after, header .menu ul li.current_page_item:after {
    display: none; }
  header .menu ul li a {
    font-size: 20px; }
  header .navburger {
    width: 36px;
    position: absolute;
    top: 76px;
    right: 36px;
    cursor: pointer; }
  header .navburger i {
    background: #7bc3e8;
    width: 100%;
    display: block;
    height: 4px;
    margin: 6px 0; } }

@media only screen and (max-width: 479px) {
  header .navburger {
    top: 12px;
    right: 12px; } }

footer {
  margin: 48px auto 0;
  padding: 36px;
  background: #235374;
  border-top: 3px solid #7bc3e8;
  color: #d2eaf7;
  overflow: hidden;
  position: relative; }
footer:after {
  position: absolute;
  content: '';
  dispay: block;
  background: url("../../images/logo-large.png");
  width: 900px;
  height: 900px;
  top: 24px;
  right: 0;
  left: 10%; }
footer .menu ul {
  padding: 0;
  list-style: none; }
footer .menu li:last-child {
  display: none; }

.copyright {
  margin-top: 36px;
  display: block;
  font-size: 11px;
  opacity: 0.4; }

#testimonials {
  margin-top: -12px;
  font-size: 13px; }

.homePage {
  margin: 36px auto;
  padding: 24px;
  background: rgba(123, 195, 232, 0.3) url("../../images/bg.png");
  border-top: 3px solid rgba(35, 83, 116, 0.5);
  border-bottom: 3px solid rgba(35, 83, 116, 0.5); }
.homePage .grid-12 h1 {
  text-align: center; }
.homePage .grid-12 h3 {
  color: #235374;
  line-height: 1.8;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 22px; }
.homePage .grid-12 h3 span {
  opacity: 0.2; }

.homePageAlt .grid-12 {
  text-align: center; }

.homePageAlt h4 {
  min-height: 140px;
  line-height: 1.8;
  color: #235374;
  display: inline-block;
  padding-left: 240px;
  position: relative;
  margin: 36px auto 24px;
  padding-top: 36px; }
@media only screen and (max-width: 767px) {
  .homePageAlt h4 {
    display: block;
    padding-left: 0; } }

.homePageAlt img {
  position: absolute;
  left: 0;
  width: 200px;
  margin-top: -36px;
  border: 2px solid #235374; }
@media only screen and (max-width: 1023px) {
  .homePageAlt img {
    margin: 0px auto 24px !important; } }
@media only screen and (max-width: 767px) {
  .homePageAlt img {
    position: relative;
    display: block;
    margin: -48px auto 24px !important; } }

.no-flexboxlegacy.no-touch.no-canvas .icon-large-x, .no-flexboxlegacy.no-touch.no-canvas header .closeNav, header .no-flexboxlegacy.no-touch.no-canvas .closeNav,
.icon-large-x,
header .closeNav {
  display: inline-block;
  background-image: url(../../images/sprites.png);
  background-position: -124px 0px;
  width: 22px;
  height: 22px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-logo, .no-flexboxlegacy.no-touch.no-canvas header .logo b, header .logo .no-flexboxlegacy.no-touch.no-canvas b,
.icon-logo,
header .logo b {
  display: inline-block;
  background-image: url(../../images/sprites.png);
  background-position: 0px 0px;
  width: 120px;
  height: 120px; }

@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-resolution: 240dpi) {

  .icon-large-x,
  header .closeNav {
    background-image: url(../../images/sprites-retina.png);
    background-size: 146px 120px; }

  .icon-logo,
  header .logo b {
    background-image: url(../../images/sprites-retina.png);
    background-size: 146px 120px; } }