@import url(normalize.css);
@import url(animate.min.css);
@import url(jquery.smartSticky.min.css);

/* viewport */

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
@-o-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
@viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

/* Font-face declarations */

@font-face {
    font-family: 'montserratblack';
    src: url('montserrat-black-webfont.woff2') format('woff2'),
         url('montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('montserrat-bold-webfont.woff2') format('woff2'),
         url('montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratitalic';
    src: url('montserrat-italic-webfont.woff2') format('woff2'),
         url('montserrat-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('montserrat-regular-webfont.woff2') format('woff2'),
         url('montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* the Basics */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #19415d;
}
a:hover {
	color: #5d798d;
}
a img {
	border: 0;
	color: #B0D5D7;
}
strong {
	font-family: 'montserratbold';
	font-weight: normal;
}
html {
    color: #777;
    font: normal 1.25em/1.7em 'montserratregular';
}
body {
	background-color: #FFF;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}

/* back to top */

#back-to-top {
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: -30px;
    width: 70px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 25px 0 0 25px;
    display: none;
    cursor: pointer;
    z-index: 10003;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
#back-to-top::before {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	background: url(images/top.png) no-repeat center center;
	left: 4px;
	top: 4px;
	opacity: .5;
}
#back-to-top:hover {
	right: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#back-to-top:hover:before {
	opacity: .8;
}

/* navigation */

#special-logo-placement {
    position: absolute;
    top: 3px;
    left: 20px;
    padding: 0;
    width: 320px;
    height: 34px;
    overflow: visible;
    z-index: 1;
}
#special-logo-placement img {
    height: 30px;
    width: auto;
}
.sticky-logo {
    display: none;
}
#togglebox {
    display: none;
}
.nav-wrapper {
    width: 100%;
    height: 40px;
    background: #0097CC;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}
.main-nav, .positioned-special {
    max-width: 1200px;
    height: 40px;
    margin: auto;
    position: relative;
}
.main-nav ul {
    height: 40px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-nav li {
    list-style: none;
    padding: 4px 2px 2px 2px;
}
.main-nav li:hover {
    background: #FAC69B;
}
.main-nav li a {
    text-transform: uppercase;
    color: #FFF;
    font: normal .8em 'montserratregular';
    padding: 11px 15px 10px 15px;
}

/* home */

#base {
    width: 100%;
}
#header {
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0;
    background-color: #000;
}
.header-contact {
    position: absolute;
    top: 0;
    right: 12px;
}
.header-contact-call {
    color: #FFF;
    font: normal 2.2em/1em 'montserratblack';
    text-align: right;
    margin: 0;
}
.header-contact-call span {
    color: #BBB;
    font: normal .5em/1em 'montserratregular';
}
.container {
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.flexible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background: #000;
    height: 140px;
    padding: 0 12px;
}
#logo img {
    height: 122px;
    width: auto;
    margin-top: 10px;
}
#logo img:hover {
    -webkit-filter: hue-rotate(90deg);
    filter: hue-rotate(90deg);
    -webkit-transform: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.slideshow {
    width: 100%;
    height: calc(100vh - 140px);
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slogan {
    max-width: 1000px;
    padding: 50px;
    background: rgba(0, 0, 0, 0.5);
}
.slogan h1 {
    font: normal 2.5em/1.5em 'montserratbold';
    margin: 0;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
}
.section-wrapper {
    width: 100%;
    padding: 20px;
}
.white {
    background: #FFF;
}
.light {
    background: #EEE;
}
.dark {
    background: rgba(0, 32, 49, 0.9);
}
.home-copy, .copy {
    padding: 50px 0;
}
.home-copy p, .copy p {
    max-width: 900px;
    margin: auto;
}
.section-title h1 {
    text-align: center;
    font: normal 2.2em 'montserratregular';
    text-transform: uppercase;
    color: #3E7BAA;
    margin: 40px 0 30px 0;
}
.section-title h2 {
    text-align: center;
    font: normal 2em 'montserratregular';
    text-transform: uppercase;
    color: #3E7BAA;
    padding: 80px 0 0 0;
    margin: -30px 0 30px 0;
}
.readmore {
    font-size: 75%;
    color: #C54F58;
}

/* services */

.service-list, .testimonial-list {
    margin-bottom: 20px;
}
.service-item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 228px;
    flex: 0 1 228px;
    margin: 0 .5% 13px .5%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    border: 5px solid #00a1d0;
}
.service-item-img {
    width: 100%;
    height: 200px;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    border: 5px solid #00A1D0;
}
.service-item-text {
    text-align: center;
    font-size: 85%;
    line-height: 1em;
}
.service-item-text h3 {
    font: normal 1em 'montserratbold';
    color: #246D96;
}
.button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; right: 0; bottom: 0; left: 0;
}
.button:hover {
    background-color: rgba(218, 75, 85, 0.3);
}
.service-pop {
    display: none;
}
.service-pop h3 {
    color: #015F96;
    text-align: center;
}
.service-pop-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.service-pop-img, .service-pop-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 400px;
    flex: 0 1 400px;
}
.service-pop-text p {
    padding: 0 0 0 25px;
    max-width: 400px;
}
.service-pop-img img {
    max-width: 400px;
    height: auto;
}
.service-pop-lg-img img {
    max-width: 500px;
    height: auto;
}

/* fancybox */

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #00A1D0;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: -webkit-gradient(linear,
        left bottom, left top,
        from(rgba(0, 0, 0, .85)),
        color-stop(50%, rgba(0, 0, 0, .3)),
        color-stop(65%, rgba(0, 0, 0, .15)),
        color-stop(75.5%, rgba(0, 0, 0, .075)),
        color-stop(82.85%, rgba(0, 0, 0, .037)),
        color-stop(88%, rgba(0, 0, 0, .019)),
        to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}












/* testimonials */

#home .testimonial-container {
    position: relative;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #EEE;
    padding: 25px;
    margin: 1%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
#home .testimonial-text {
    margin: 0 0 10px 0;
    font-size: 85%;
    color: #3e7baa;
}
#home .citation {
    text-align: right;
    color: #99676F;
    font-style: oblique;
    font-size: 75%;
}
#home .testimonial-link {
    position: absolute;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0; right: 0; bottom: 0; left: 0;
}
#home .testimonial-link:hover {
    background-color: rgba(209, 82,	89, 0.5);
}
#home .testimonial-link span {
    opacity: 0;
}
#home .testimonial-link:hover span {
    font: normal 1.2em 'montserratbold';
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.copy {
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #EEE;
}
.CommentList {
    margin: 0;
    padding: 0;
}
.CommentListItem {
    position: relative;
    list-style: none;
    padding: 20px 60px;
    margin: 15px 0;
    border: 1px solid #EEE;
    border-radius: 4px;
    background-color: #F9F9F9;
    background-image: url(images/openquote.png), url(images/closequote.png);
    background-position:  left top, right bottom;
    background-repeat: no-repeat, no-repeat;
}
.CommentText {
    margin: 0 auto 20px auto;
    max-width: 900px;
    
}
.CommentHeader {
    position: absolute;
    display: block;
    right: 60px;
    bottom: -10px;
    font-style: oblique;
    color: #3D86B1;
}
.CommentHeader:before{
    content: '- ';
}
.testimonial-container {
    padding: 10px 20px 20px 20px;
    border-bottom: 1px solid #EEE;
}
.testimonial-form {
    background-color: #DDD;
    padding: 20px;
}
#CommentForm {
    max-width: 900px;
    margin: 20px auto 40px auto;
}
#CommentForm_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #EEE;
    max-width: 900px;
    padding: 0 25px;
    margin: 0 0 40px 0;
    border: 1px solid #FFF;
    border-radius: 10px;
}
.CommentFormCite, .CommentFormEmail {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
}
.CommentFormCite label, .CommentFormEmail label, .CommentFormText label {
    display: block;
}
#CommentForm_cite, #CommentForm_email, #CommentForm_text {
    width: 100%;
    color: #4B4C4E;
    font-size: 90%;
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 4px;
    padding: 5px;
}
.CommentFormText, CommentFormSubmit {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
#CommentForm_submit {
    background: #D7555C;
    padding: 9px 15px 6px 15px;
    border: none;
    font: normal 1em 'montserratbold';
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
}
#CommentForm_submit:hover {
    background: #00A1D0;
}
.error {
    color: red;
}
.pending {
    color: green;
    font: normal 1em 'montserratregular';
}


/* contact */

.contact {
    background: #000 url(images/footer-mascot.png) no-repeat bottom right;
    padding: 0 0 50px 0;
}
.contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.contact-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
}
.contact-item span {
    color: #FFAC4D;
}
.contact-item p {
    margin: 10px 0;
}
.contact-item a {
    color: #00A1D0;
}
.contact-item a:hover {
    color: #FFF;
}
.address {
    padding: 70px 0 0 10px;
}

/* footer */

#foot-content {
	
}

.legal {
	width: 100%;
	font-size: .7em;
	margin: 20px 0;
	text-align: center;
	color: #959595;
}
.legal a {
	color: #959595;
}
.legal a:hover {
	color: #555;
}

/* CMS styles and styles needed for CKEditor positioning */

#editpage {
	position: fixed;
	top: 0;
	left: 0; 
	z-index: 201;
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
}
#editpage:hover {
	background: #ffffcc;
	color: #000; 
}
.align_left {
	float: left;
	margin: 0 1em 0.5em 0; 
	position: relative;
	top: 0.5em;
	max-width: 50%; 
}
.align_right {
	float: right;
	margin: 0 0 0.5em 1em;
	max-width: 50%; 
}
.align_center {
	display: block;
	margin: 1em auto; 
	position: relative;
	top: 0.5em;
}
figure {
	display: inline-block;
	margin: 1em 0;
}
figure figcaption {
	font-style: italic;
	font-size: 70%;
	padding: 0;
	border-bottom: 1px solid #DDD;
}

/*  Helper classes  */

.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}

/* media queries */

@media only screen and (max-width: 1100px) {
    .contact {
        background: none;
        background-color: #000;
    }
}
@media only screen and (max-width: 724px) {
	
   .mobilesidemenu, .mobilesidemenu * {
    	-webkit-box-sizing: border-box;
    	box-sizing: border-box;
	}
	.mobilesidemenu input[type="checkbox"] {
		/* checkbox used to toggle menu state */
    	position: absolute;
    	left: 0;
    	top: 0;
    	visibility: hidden;
	}
	.mobilesidemenu > label {
    	z-index: 10;
        display: block;
        position: absolute;
        font-size: 7px;
        width: 4em;
        height: 3.5em;
        margin: 7px 0 0 0;
        right: 20px;
        background: transparent;
        text-indent: -1000px;
        border: .75em solid #FFF;
        border-width: .75em 0;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
	}
	.mobilesidemenu > label::before, .mobilesidemenu > label::after {
    	content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: .7em;
        top: 50%;
        margin-top: -0.35em;
        left: 0;
        background: #FFF;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
	}
	.mobilesidemenu nav {
    	/* NAV menu inside container */
    	margin: 0;
    	padding: 40px 0 0 0;
    	position: fixed;
    	text-transform: uppercase;
    	border-left: 1px solid gray;
    	width: 310px;
    	/* width of nav menu */
    	height: 100%;
    	right: -311px;
    	/* set left to -width of menu */
    	top: 0;
    	z-index: 10000;
		-webkit-transform: translate3d(0, 0, 0); /* trigger hardware acceleration */
		transform: translate3d(0, 0, 0);
    	background: #FFF;
    	overflow-y: scroll;
    	/* Old browsers */
    	-webkit-transition: all 0.3s ease-in;
    	transition: all 0.3s ease-in;
    	/* transition for animating nav in and out */
	}
	.main-nav > ul {
    	display: block;
    }
	.mobilesidemenu ul {
    	/* UL menu inside container */
    	list-style: none;
    	margin: 0;
    	padding: 0;
    	width: 100%;
	}
	.mobilesidemenu li {
		border-bottom: 1px solid #F2D7AC;
		display: block;
	}
	.mobilesidemenu li a {
    	display: block;
    	text-decoration: none;
    	margin: 0;
    	padding: 5px 0 5px 10px;
    	color: #19415d;
	}
	.mobilesidemenu li a:hover {
    	color: white;
	}
	.mobilesidemenu nav label {
    	/* label button inside nav to close menu */
    	cursor: pointer;
    	position: absolute;
    	left: 0;
    	top: 0;
    	border-radius: 0 0 40px 0;
    	width: 40px;
    	height: 30px;
    	text-align: center;
	}
	.mobilesidemenu nav label::after {
    	/* label button x */
    	content: "x";
    	color: #89C850;
    	background: url(images/closeicon.png) no-repeat center center;
    	display: block;
    	margin-top: 2px;
    	margin-left: 4px;
    	-webkit-transition: all 0.3s ease-in;
    	transition: all 0.3s ease-in;
	}
	.mobilesidemenu .mobileoverlay {
    	/* overlay that covers entire page when menu is open */
    	position: fixed;
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	width: 100%;
    	height: 100%;
    	left: 0;
    	top: 0;
    	opacity: .6;
    	background: black;
    	z-index: 1001;
    	visibility: hidden;
	}
	.mobilesidemenu .mobileoverlay label {
    	/* label of overlay that closes menu when clicked on */
    	width: 100%;
    	height: 100%;
    	position: absolute;
	}
	.mobilesidemenu nav label:hover::after {
    	/* state of NAV label::after when mouse moves over */
    	-webkit-transform: rotatey(180deg);
    	transform: rotatey(180deg);
    	/* flip labels vertically onMouseover */
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ label {
    	/* state of main menu label when menu is open  */
    	border-color: transparent;
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ label::before {
    	/* state of main menu label::before when menu is open  */
    	-webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ label::after {
    	/* state of main menu label::after when menu is open  */
    	-webkit-transform: rotate(45deg);
    	transform: rotate(45deg);
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ nav {
    	/* state of NAV when menu is open  */
    	right: 0;
    	/* set left to 0 to animate it into view  */
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ div.mobileoverlay {
    	/* state of overlay when menu is open  */
    	visibility: visible;
	}
}
@media only screen and (max-width: 660px) {
    #logo {
        background: transparent;
        height: 100px;
        z-index: 1;
    }
    #logo img {
        height: 80px;
    }
    #testimonials .flexible {
        display: block;
    }
    .slogan h1 {
        font: normal 2em/1em 'montserratbold';
    }
    .contact-box {
        display: block;
    }
    .address {
        padding: 0;
    }
}
@media only screen and (max-width: 550px) {
    .header-contact-call {
        font: normal 1.2em/1em 'montserratblack';
    }
    .header-contact-call span {
        font: normal .9em/1em 'montserratregular';
    }
    .header-contact {
        top: 45px;
    }
}
@media only screen and (max-width: 400px) {
    .header-contact {
        display: none;
    }
    #logo {
        left: 50%;
        margin-left: -100px !important;
    }
    .slogan h1 {
        font: normal 1.5em/1em 'montserratbold';
    }
}
@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !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) ")";
    }

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

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

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

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

    h2,
    h3 {
        page-break-after: avoid;
    }
}