@charset "UTF-8";
/*
Theme Name: The Orthopedic Institute of Wisconsin
Theme URI: https://www.theorthoinstitute.com
Description: A theme template created  by Jigsaw, LLC for The Orthopedic Institute of Wisconsin
Author: Martin Defatte
Author URI: http://www.jigsawllc.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template:
Version: 1.0
*/
/* @group #SASS Import
================================================== */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

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

/* @group #SASS variables http://sass-lang.com/guide
================================================== */
/* color palette */
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}
/*
examples of how to darken or lighten
.item {
	background: darken($color-basic-link, 30%);
}
.item  {
	background: lighten($color-basic-link, 30%);
}
*/
/* @end */
/* #SASS mixins http://sass-lang.com/guide
================================================== */
/*
button {
	@include rounded(6px);
}
*/
/*
button {
	@include linear-gradient(#42b3e2, #1a6798);
}
*/
/* retinize a background image */
/* needs files to folow this pattern "filename.png" and "filename-2x.png"
.element {
	@include retinize('file-name', 'png', 24px, 24px); // uses 50% actual size to constrain the size, visually, thereby doubling the pixel depth
}
*/
/*
img.preload{
    @include opacity(0);
    &.complete{
        @include opacity(1);
    }
}
*/
/*
img { 
  @include filter(grayscale, 100%);
}
*/
/* #Media Queries
================================================== */
/* usage
#content {
	float: left;
	width: 70%;
	@include responsive(larger-than-mobile) {
		width: 80%;
	}
	@include responsive(larger-than-desktop) {
		width: 50%;
		font-size: 14px;
	}
	@include responsive(larger-than-desktophd) {
		float: none;
		width: 100%;
		font-size: 12px;
	}
}
*/
/* @end */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/* For devices larger than 400px */
/* Larger than mobile */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
/* For devices larger than 550px */
/* Larger than tablet */
@media (min-width: 750px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.6666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 280px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}
.pushy a {
  display: block;
  color: #b3b3b1;
  padding: 15px 30px;
  text-decoration: none;
}
.pushy a:hover {
  color: #FFF;
}
.pushy ul:first-child {
  margin-top: 10px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  transform: translate3d(-280px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  transform: translate3d(280px, 0, 0);
}

.pushy-right {
  transform: translate3d(280px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  transform: translate3d(-280px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /*button{
      width: 100%;
      color: #b3b3b1;
      padding: 15px 30px;
      text-align: left;
      background: transparent;
      border: 0;

      &:hover{
          color: #FFF;
      }
  }*/
  /* Submenu Icon */
  /*> a::after, 
  > button::after {
      content: '';
      display: block;
      height: 11px;
      width: 8px;
      position: absolute;
      top: 50%;
      right: 15px;
      background: url("../img/arrow.svg") no-repeat;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      transition: transform 0.2s;
  }*/
}
.pushy-submenu ul {
  padding-left: 0;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}

/* marty */
.pushy-submenu .toggle,
#pushy .menu-item-has-children .toggle {
  position: absolute;
  right: 0;
  z-index: 2;
  /*a:link,
  a:visited {
  	//background: darken($primary-orange, 5%);
  	color: $white;
  }
  a:hover {
  	background: $brand-primary-orange;
  	color: $white;
  }*/
}
.pushy-submenu .toggle a,
#pushy .menu-item-has-children .toggle a {
  display: block;
  font-size: 15px;
  width: 27px;
  padding: 17px;
  padding-left: 18px;
  padding-right: 24px;
  text-align: center;
  box-sizing: border-box;
  text-align: center;
}
.pushy-submenu .toggle:link, .pushy-submenu .toggle:visited,
#pushy .menu-item-has-children .toggle:link,
#pushy .menu-item-has-children .toggle:visited {
  color: #E8E8E8;
}
.pushy-submenu .toggle:hover,
#pushy .menu-item-has-children .toggle:hover {
  color: #FFF;
  background: #0E3F74;
}

.pushy-submenu-open > .toggle .fa-angle-down {
  display: block;
}
.pushy-submenu-open > .toggle .fa-angle-right {
  display: none;
}

.pushy-submenu-closed > .toggle .fa-angle-down {
  display: none;
}
.pushy-submenu-closed > .toggle .fa-angle-right {
  display: block;
}

/*#pushy .menu-item-has-children {
	.menu-item-has-children,
	.pushy-submenu-closed,
	.pushy-submenu-open {
		.toggle {
			display:none;
		}
	}
}*/
/* end of marty */
/* Submenu Movement */
.pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed > .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open > ul {
  max-height: 1000px;
  visibility: visible;
}
.pushy-submenu-open > .pushy-link {
  opacity: 1;
}
.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
  transform: translateY(-50%) rotate(90deg);
}

html, body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* disable webkit tap highlight */
}

#container {
  position: relative;
}

.pushy ul:first-child {
  margin-top: 0 !important;
}

#pushy {
  background: #333333;
  font-weight: normal !important;
  /*a{
  	padding: 12px 20px;
  	color: $black;
  	&:hover,
  	&:focus{
  		color: $white;
  	}
  }*/
}
#pushy ul {
  margin-bottom: 0;
}
#pushy ul li {
  margin-bottom: 0;
}
#pushy ul ul {
  margin-bottom: 0;
  margin-top: 0;
}
#pushy ul ul li {
  margin-bottom: 0;
}
#pushy ul ul li a {
  padding-left: 30px;
}
#pushy .pushy-content {
  display: -moz-flex;
  display: flex;
  flex-wrap: nowrap;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
#pushy .pushy-content .menu-btn {
  width: 5rem;
  height: 5rem;
  /*color: $white;
  &:hover,
  &:focus{
  	color: $white;
  }*/
  display: -moz-flex;
  display: flex;
  flex-wrap: nowrap;
  -moz-justify-content: center;
  justify-content: center;
  align-content: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  #pushy .pushy-content .menu-btn {
    display: -moz-flex;
    display: flex;
  }
}
#pushy .pushy-content .pushyInnerWrapper {
  width: calc(100% - 5rem);
}
#pushy .searchform {
  padding: 1.5rem;
  display: -moz-flex;
  display: flex;
  flex-wrap: nowrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-content: center;
  -moz-align-items: center;
  align-items: center;
}
#pushy .searchform .fa-search {
  margin-right: 1rem;
  color: #FFF;
}
#pushy .searchform input[type=search] {
  width: 100%;
}
#pushy .searchform input[type=submit] {
  display: none;
}
#pushy ul.primary-menu {
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.8rem;
  list-style-type: none;
  margin: 0;
}
#pushy ul.primary-menu a {
  color: #ACACAC;
}
#pushy ul.primary-menu a:hover, #pushy ul.primary-menu a:focus {
  color: #333333;
  background: #E8E8E8;
  text-decoration: none;
}
#pushy ul.primary-menu .sub-menu {
  font-weight: 300;
  list-style-type: none;
  margin: 0;
  background: rgb(43.35, 43.35, 43.35);
}
#pushy ul.primary-menu .sub-menu a {
  color: rgb(247.35, 247.35, 247.35);
}
#pushy ul.primary-menu .sub-menu a:hover, #pushy ul.primary-menu .sub-menu a:focus {
  color: #FFF;
  background: rgb(43.35, 43.35, 43.35);
}
#pushy ul.primary-menu .sub-menu li {
  border-bottom: 1px solid rgb(71.4, 71.4, 71.4);
}
#pushy ul.primary-menu .sub-menu li:last-of-type {
  border-bottom: 0;
}
#pushy ul.primary-menu li {
  border-bottom: 1px solid rgb(71.4, 71.4, 71.4);
}
#pushy ul.primary-menu li.current-menu-item > a {
  color: #FFF;
}
#pushy ul.primary-menu li.current-menu-item > a:hover, #pushy ul.primary-menu li.current-menu-item > a:focus {
  color: #FFF;
  background: transparent;
}
#pushy ul.primary-menu li.fullWidth {
  display: none;
}
#pushy ul.utility-menu {
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.8rem;
  list-style-type: none;
}
#pushy ul.utility-menu li {
  border-bottom: 1px solid rgb(71.4, 71.4, 71.4);
}
#pushy ul.utility-menu li:last-of-type {
  border-bottom: 0;
}
#pushy ul.utility-menu li.current-menu-item > a {
  color: #FFF;
}
#pushy ul.utility-menu li.current-menu-item > a:hover, #pushy ul.utility-menu li.current-menu-item > a:focus {
  color: #FFF;
  background: transparent;
}
#pushy ul.utility-menu a[href^="tel:"] {
  /* Larger than desktop */
}
#pushy ul.utility-menu a[href^="tel:"]:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f095";
  font-family: "FontAwesome";
  margin-right: 0.4rem;
}
@media (min-width: 1000px) {
  #pushy ul.utility-menu a[href^="tel:"] {
    color: #FFF !important;
    pointer-events: auto;
  }
}
#pushy ul.utility-menu a {
  color: #ACACAC;
}
#pushy ul.utility-menu a:hover, #pushy ul.utility-menu a:focus {
  color: #333333;
  background: #E8E8E8;
  text-decoration: none;
}

.menu-btn {
  display: inline-block;
  width: 27px;
  text-align: center;
  color: #3b5f7f;
  cursor: pointer;
  font-weight: 400;
  font-size: 27px;
  /* Larger than desktop */
}
.menu-btn:hover, .menu-btn:focus {
  color: #0b79bf;
}
@media (min-width: 1000px) {
  .menu-btn {
    display: none;
  }
}

/* 
Column mixins by Tiffany Brown (@webinista / webinista.com) 
Public domain licensed, because, really who couldn't come up with this on their own?
It's not required, but I'd appreciate you letting me know if you found these useful :-).
*/
.center {
  text-align: center;
}

a img {
  border: none;
}

blockquote {
  background: rgba(255, 255, 255, 0.65);
  margin-left: 4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  border-left: 5px solid #0b79bf;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote cite {
  display: inline-block;
  display: italic;
  color: #0b79bf;
}
blockquote cite::before {
  content: "—";
  margin-left: 2rem;
}

img.alignnone, img.aligncenter, img.alignright, img.alignleft {
  display: block;
  margin-bottom: 1rem;
  /* Larger than phablet (also point when grid becomes active) */
}
@media (min-width: 550px) {
  img.alignnone, img.aligncenter, img.alignright, img.alignleft {
    margin-bottom: 2rem;
  }
}
img.alignright, img.alignleft {
  /* Larger than phablet (also point when grid becomes active) */
}
img.alignright {
  /* Larger than phablet (also point when grid becomes active) */
}
@media (min-width: 550px) {
  img.alignright {
    float: right;
    margin-left: 2rem;
  }
}
img.alignleft {
  /* Larger than phablet (also point when grid becomes active) */
}
@media (min-width: 550px) {
  img.alignleft {
    float: left;
    margin-right: 2rem;
  }
}
img.aligncenter {
  /* Larger than phablet (also point when grid becomes active) */
}
@media (min-width: 550px) {
  img.aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
}
img.alignnone {
  /* Larger than phablet (also point when grid becomes active) */
}
.alignright,
.alignleft {
  /* Larger than phablet (also point when grid becomes active) */
}
.alignright {
  /* Larger than phablet (also point when grid becomes active) */
}
@media (min-width: 550px) {
  .alignright {
    float: right;
    margin-left: 4rem;
  }
}

.alignleft {
  /* Larger than phablet (also point when grid becomes active) */
}
@media (min-width: 550px) {
  .alignleft {
    float: left;
    margin-right: 4rem;
  }
}

/* @end */
/* @group #Wordpress Captions
================================================== */
.wp-caption {
  background: #333333;
  color: #E8E8E8;
  text-align: center;
  margin-bottom: 1rem;
}
.wp-caption.aligncenter {
  /* Larger than phablet (also point when grid becomes active) */
}
@media (min-width: 550px) {
  .wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-caption img {
  border: 1px solid #000;
  margin: 5px;
}
.wp-caption p.wp-caption-text {
  font-size: 1.4rem;
  padding: 5px;
  padding-top: 0;
  margin-bottom: 0;
}

/* @end */
/* @group #Wordpress Comments
================================================== */
#comments_template {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #CCC;
}
#comments_template label {
  color: #999;
}

/*
ol#comments {
	margin:0px;
	padding:0px;
	margin-top:20px;
	li {
		margin:0px;
		padding:0px;
		position:relative;
		padding-left:60px;
		list-style:none;
		padding-bottom:20px;
		margin-bottom:20px;
		border-bottom:1px solid #e5e5e5;
	}
	.avatar {
		position:absolute;
		top:0px;
		left:0px;
	}
	small a {
		font-weight:normal;
		color:#999999;
	}
}
*/
ul.commentlist {
  margin: 20px 0px 20px 0px;
  padding: 0px;
  /*border: 1px dotted #FFF;*/
  background-color: #eee;
}
ul.commentlist ul {
  margin: 20px 0px 20px 0px;
  padding: 0px;
  border-left: 3px solid #d2ccb6;
}
ul.commentlist ul li {
  border: 0px;
  /*background-color:#ffffff;*/
  overflow: auto;
  padding-bottom: 0px;
}
ul.commentlist li {
  margin: 0px;
  position: relative;
  padding: 10px 10px 10px 80px;
}
ul.commentlist .avatar {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #dedede;
}
ul.commentlist .commentmetadata {
  font-size: 0.8em;
}
ul.commentlist ul.children li {
  padding-right: 0;
}
ul.commentlist #respond {
  padding-top: 20px;
}
ul.commentlist #respond li {
  margin: 0px;
  position: relative;
  padding: 0 0 10px 30px;
}

div.comment-meta.commentmetadata {
  margin-bottom: 5px;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button:not(.fancybox-button),
.button:not(.fancybox-button),
input[type=submit]:not(.fancybox-button),
input[type=reset]:not(.fancybox-button),
input[type=button]:not(.fancybox-button) {
  box-sizing: border-box;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #000;
  border: 1px solid rgb(193.75, 193.75, 193.75);
  background-color: rgb(193.75, 193.75, 193.75);
}
button:not(.fancybox-button):hover, button:not(.fancybox-button):focus,
.button:not(.fancybox-button):hover,
.button:not(.fancybox-button):focus,
input[type=submit]:not(.fancybox-button):hover,
input[type=submit]:not(.fancybox-button):focus,
input[type=reset]:not(.fancybox-button):hover,
input[type=reset]:not(.fancybox-button):focus,
input[type=button]:not(.fancybox-button):hover,
input[type=button]:not(.fancybox-button):focus {
  outline: 0;
  text-decoration: none;
  border: 1px solid rgb(168.25, 168.25, 168.25);
  background-color: rgb(168.25, 168.25, 168.25);
}
button:not(.fancybox-button).button-primary,
.button:not(.fancybox-button).button-primary,
input[type=submit]:not(.fancybox-button).button-primary,
input[type=reset]:not(.fancybox-button).button-primary,
input[type=button]:not(.fancybox-button).button-primary {
  color: #FFF;
  border: 1px solid #333333;
  background-color: #333333;
}
button:not(.fancybox-button).button-primary:hover, button:not(.fancybox-button).button-primary:focus,
.button:not(.fancybox-button).button-primary:hover,
.button:not(.fancybox-button).button-primary:focus,
input[type=submit]:not(.fancybox-button).button-primary:hover,
input[type=submit]:not(.fancybox-button).button-primary:focus,
input[type=reset]:not(.fancybox-button).button-primary:hover,
input[type=reset]:not(.fancybox-button).button-primary:focus,
input[type=button]:not(.fancybox-button).button-primary:hover,
input[type=button]:not(.fancybox-button).button-primary:focus {
  color: rgb(216.75, 216.75, 216.75);
  background-color: rgb(12.75, 12.75, 12.75);
  border-color: rgb(12.75, 12.75, 12.75);
}

/* #Layout
================================================== */
* {
  box-sizing: border-box;
}

html {
  text-align: center;
}

body {
  text-align: left;
  background: #333333;
  color: #333333;
}

a {
  color: #0b79bf;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

.obscure {
  position: absolute;
  left: -9999px;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9 ; /* ie8 */
  vertical-align: top;
}

video {
  width: 100% !important;
  height: auto !important;
}

header {
  background: #FFF;
}
header #emergencyMessage {
  background: #E86B0C;
  padding: 1rem 0;
  text-align: center;
}
header #emergencyMessage p {
  margin-bottom: 0;
  color: #FFF;
  line-height: 1.4;
  font-weight: 700;
}
header #emergencyMessage p a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: underline;
}
header #emergencyMessage p a:hover, header #emergencyMessage p a:focus {
  color: #FFF;
}
header .utilityNavGroup {
  width: 100%;
  background: #0b79bf;
  display: none;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  header .utilityNavGroup {
    display: block;
  }
}
header .utilityNavGroup .twelve {
  display: -moz-flex;
  display: flex;
  flex-wrap: nowrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-content: center;
  -moz-align-items: center;
  align-items: center;
}
header .utilityNavGroup .twelve form {
  margin: 0;
  padding: 0;
}
header .utilityNavGroup .twelve form input {
  margin: 0;
}
header .utilityNavGroup .twelve .utilNavSocialNavGroup {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  align-content: center;
  -moz-align-items: center;
  align-items: center;
}
header .utilityNavGroup .twelve .utilNavSocialNavGroup .utility-menu {
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
  list-style-type: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  align-content: center;
  -moz-align-items: center;
  align-items: center;
}
header .utilityNavGroup .twelve .utilNavSocialNavGroup .utility-menu li {
  margin: 0;
  padding: 0;
  margin-left: 2rem;
}
header .utilityNavGroup .twelve .utilNavSocialNavGroup .utility-menu li:first-of-type {
  margin-left: 0;
}
header .utilityNavGroup .twelve .utilNavSocialNavGroup .utility-menu li a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.4rem;
}
header .utilityNavGroup .twelve .utilNavSocialNavGroup .utility-menu li a:hover, header .utilityNavGroup .twelve .utilNavSocialNavGroup .utility-menu li a:focus {
  color: white;
  text-decoration: none;
}
header .utilityNavGroup .twelve .utilNavSocialNavGroup .utility-menu li a[href^="tel:"] {
  /* Larger than desktop */
}
header .utilityNavGroup .twelve .utilNavSocialNavGroup .utility-menu li a[href^="tel:"]:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f095";
  font-family: "FontAwesome";
  margin-right: 0.4rem;
}
@media (min-width: 1000px) {
  header .utilityNavGroup .twelve .utilNavSocialNavGroup .utility-menu li a[href^="tel:"] {
    color: rgba(255, 255, 255, 0.85) !important;
    pointer-events: none;
  }
}
header .utilityNavGroup .twelve .utilNavSocialNavGroup .socialBookmarks {
  margin: 0;
  padding: 0;
}
header .utilityNavGroup .twelve .utilNavSocialNavGroup .socialBookmarks li {
  margin: 0;
  padding: 0;
  margin-left: 1rem;
}
header .utilityNavGroup .twelve .utilNavSocialNavGroup .socialBookmarks li a {
  color: rgba(255, 255, 255, 0.5);
}
header .utilityNavGroup .twelve .utilNavSocialNavGroup .socialBookmarks li a:hover, header .utilityNavGroup .twelve .utilNavSocialNavGroup .socialBookmarks li a:focus {
  color: white;
}
header .logoPrimaryNavGroup {
  width: 100%;
  padding: 1rem 0;
  /* Larger than tablet */
}
@media (min-width: 750px) {
  header .logoPrimaryNavGroup {
    padding: 2rem 0;
  }
}
header .logoPrimaryNavGroup .twelve {
  display: -moz-flex;
  display: flex;
  flex-wrap: nowrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-content: center;
  -moz-align-items: center;
  align-items: center;
}
header .logoPrimaryNavGroup .twelve .logo {
  width: calc(100% - 40px);
  text-align: left;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  header .logoPrimaryNavGroup .twelve .logo {
    width: 100%;
    text-align: center;
  }
}
header .logoPrimaryNavGroup .twelve .logo img {
  max-width: 300px;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  header .logoPrimaryNavGroup .twelve .logo img {
    max-width: 544px;
  }
}
header .logoPrimaryNavGroup .twelve .menu-btn {
  width: 40px;
}

.logoParadeWrapper {
  background: #FFF;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.logoParadeWrapper h6 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2rem;
  text-align: center;
  display: block;
  padding: 1rem;
  background: #E8E8E8;
}
.logoParadeWrapper #logoParade {
  width: 100%;
  height: 50px;
  position: relative;
  /*.scrollingHotSpotLeft {
  	background-position: center;
  	left: 0px;
  	width: 10%;
  	height: 100%;
  	position: absolute;
  	z-index: 200;
  	min-width: 75px;
  	background-repeat: repeat;
  }
  .scrollingHotSpotLeftVisible {
  	//filter: alpha(opacity = 35);
  	zoom: 1;
  	opacity: 0.35;
  	background-repeat: no-repeat;
  	background-color: $white;
  	//-moz-opacity: 0.35;
  }
  .scrollingHotSpotRight {
  	background-position: center;
  	width: 10%;
  	height: 100%;
  	right: 0px;
  	position: absolute;
  	z-index: 200;
  	min-width: 75px;
  	background-repeat: repeat;
  }
  .scrollingHotSpotRightVisible {
  	//filter: alpha(opacity = 35);
  	zoom: 1;
  	opacity: 0.35;
  	background-repeat: no-repeat;
  	background-color: $white;
  	//-moz-opacity: 0.35;
  }*/
}
.logoParadeWrapper #logoParade .scrollWrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.logoParadeWrapper #logoParade .scrollWrapper .scrollableArea {
  width: auto;
  height: 100%;
  position: relative;
}
.logoParadeWrapper #logoParade .scrollWrapper .scrollableArea a {
  float: left;
  padding: 0px;
  margin: 0 2rem;
}

footer {
  background: #333333;
  color: #FFF;
  padding: 4rem 0;
}
footer .twelve .navCopyrightGroup {
  /*width: 100%;
  @include responsive(larger-than-tablet) {
  	width: calc(33% - 10px);
  }
  @include responsive(larger-than-desktop) {
  	width: calc(100%/2 - 10px);
  }*/
}
footer .twelve .navCopyrightGroup .copyright {
  text-align: center;
  margin-bottom: 1rem;
}
footer .twelve .navCopyrightGroup .copyright p {
  color: #FFF;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}
footer .twelve .navCopyrightGroup .copyright p span {
  display: block;
  /* Larger than tablet */
}
@media (min-width: 750px) {
  footer .twelve .navCopyrightGroup .copyright p span {
    display: inline;
    margin-left: 0.5rem;
  }
}
footer .twelve .navCopyrightGroup .affiliates {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  justify-content: center;
}
footer .twelve .navCopyrightGroup .affiliates li {
  margin: 0 2rem;
  margin-bottom: 2rem;
  padding: 0;
  /*img {
  	width: 100%;
  	max-width: 200px;
  }*/
}
footer .twelve .navCopyrightGroup .socialBookmarks {
  /* Larger than tablet */
}
@media (min-width: 750px) {
  footer .twelve .navCopyrightGroup .socialBookmarks {
    -moz-justify-content: center;
    justify-content: center;
  }
}
footer .twelve .navCopyrightGroup .socialBookmarks li a {
  color: rgba(255, 255, 255, 0.5);
}
footer .twelve .navCopyrightGroup .socialBookmarks li a:hover, footer .twelve .navCopyrightGroup .socialBookmarks li a:focus {
  color: white;
}
footer .twelve .navCopyrightGroup .footer-menu-container ul.menu-footer-menu {
  margin: 0;
  margin-bottom: 2rem;
  list-style-type: none;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  justify-content: center;
  /*@include responsive(larger-than-tablet) {
  	@include justify-content(flex-end);
  }*/
}
footer .twelve .navCopyrightGroup .footer-menu-container ul.menu-footer-menu li {
  margin: 0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
footer .twelve .navCopyrightGroup .footer-menu-container ul.menu-footer-menu li a {
  margin: 0;
  text-transform: uppercase;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #0b79bf;
  text-decoration: none;
}
footer .twelve .navCopyrightGroup .footer-menu-container ul.menu-footer-menu li a:hover, footer .twelve .navCopyrightGroup .footer-menu-container ul.menu-footer-menu li a:focus {
  color: #FFF;
}

#contentWrapper {
  background: #FFF;
}
#contentWrapper .mainContent,
#contentWrapper aside.sidebar {
  padding: 4rem 0;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  #contentWrapper .mainContent,
  #contentWrapper aside.sidebar {
    padding: 7rem 0;
  }
}

body.error404 .mainContent {
  text-align: center;
}
body.error404 .mainContent iframe {
  margin-top: 2rem;
}

body.page-id-1660 #contentWrapper .mainContent h2 span,
body.page-id-1351 #contentWrapper .mainContent h2 span {
  display: block;
  /* Larger than tablet */
}
@media (min-width: 750px) {
  body.page-id-1660 #contentWrapper .mainContent h2 span,
  body.page-id-1351 #contentWrapper .mainContent h2 span {
    display: inline;
  }
}

#contentWrapper .mainContent h2 span {
  color: #0b79bf;
}

.mainContent h1 {
  color: #000;
}
.mainContent h2 {
  color: #333333;
}
.mainContent h3 {
  color: rgb(142.75, 142.75, 142.75);
}
.mainContent h4 {
  color: rgb(18.07, 119.4288888889, 183.93);
}
.mainContent h5 {
  color: #333333;
}
.mainContent h6 {
  color: #000;
}
.mainContent p + h2, .mainContent p + h3, .mainContent p + h4, .mainContent p + h5, .mainContent p + h6,
.mainContent table + h2,
.mainContent table + h3,
.mainContent table + h4,
.mainContent table + h5,
.mainContent table + h6,
.mainContent ul + h2,
.mainContent ul + h3,
.mainContent ul + h4,
.mainContent ul + h5,
.mainContent ul + h6,
.mainContent ol + h2,
.mainContent ol + h3,
.mainContent ol + h4,
.mainContent ol + h5,
.mainContent ol + h6 {
  margin-top: 2rem;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  .mainContent p + h2, .mainContent p + h3, .mainContent p + h4, .mainContent p + h5, .mainContent p + h6,
  .mainContent table + h2,
  .mainContent table + h3,
  .mainContent table + h4,
  .mainContent table + h5,
  .mainContent table + h6,
  .mainContent ul + h2,
  .mainContent ul + h3,
  .mainContent ul + h4,
  .mainContent ul + h5,
  .mainContent ul + h6,
  .mainContent ol + h2,
  .mainContent ol + h3,
  .mainContent ol + h4,
  .mainContent ol + h5,
  .mainContent ol + h6 {
    margin-top: 4rem;
  }
}
.mainContent ul,
.mainContent ol,
.mainContent li {
  line-height: 1.3;
}

a.btn {
  box-sizing: border-box;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  border-radius: 2px;
  color: #FFF;
  background: #0b79bf;
}
a.btn:hover {
  background: rgb(9.6113861386, 105.7252475248, 166.8886138614);
  text-decoration: none;
}

/*.featuredImage { 
	background-color: $black;
	background-size: cover;
	background-position: center center; 
	background-repeat: no-repeat; 
	position: relative;
	height: auto;
	min-height: 200px;

	@include flexbox;
	@include flex-wrap(wrap);
	@include justify-content(center);
	@include align-content(center);

	@include responsive(larger-than-desktop) {
		min-height: 300px;
	}
	@include responsive(larger-than-desktophd) {
		min-height: 400px;
	}

	.dimmer {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba($burnt-coral, 1);
		mix-blend-mode: multiply;
	}
	.pageTitleOverlay {
		position: relative;
		z-index: 3;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;

		@include box-sizing;
		padding: 4rem 0;
		@include responsive(larger-than-desktop)  {
			padding: 7rem 0;
		}

		@include flexbox;
		@include flex-wrap(wrap);
		@include justify-content(center);
		@include align-content(center);
		@include align-items(center);

		.container {
			.columns {
				text-align:center;
				color: $white;
				h1 {
					color: $white;
					font-weight: 400;
					margin-bottom: 0;
					font-size: 3.6rem;
					@include responsive(larger-than-desktop) {
						font-size: 5rem;
					}
				}
			}
		}
	}
}*/
span.shortDate {
  /* Larger than phablet (also point when grid becomes active) */
}
@media (min-width: 550px) {
  span.shortDate {
    display: none;
  }
}
span.longDate {
  display: none;
  /* Larger than phablet (also point when grid becomes active) */
}
@media (min-width: 550px) {
  span.longDate {
    display: inline;
  }
}

.accordion h4 {
  display: block;
  line-height: 100%;
  padding: 20px;
  margin-bottom: 0;
}
.accordion h4 span.icon {
  margin-right: 10px;
}
.accordion h4 .fa {
  float: right;
}
.accordion .ui-accordion-content-active {
  padding-top: 0;
}
.accordion .ui-accordion-content-active p:last-of-type {
  margin-bottom: 0;
}
.socialBookmarks {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 32px;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  justify-content: center;
  /* Larger than tablet */
}
@media (min-width: 750px) {
  .socialBookmarks {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.socialBookmarks li {
  margin-bottom: 1rem;
  margin-right: 0.5rem;
}
.socialBookmarks li:last-of-type {
  margin-right: 0;
}
.socialBookmarks li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
}
.socialBookmarks li a:hover, .socialBookmarks li a:focus {
  color: white;
}
.socialBookmarks li a span {
  display: none;
}

/*body.search {
	.posts {
		.entry {
			padding-bottom: 2rem;
			margin-bottom: 2rem;
			border-bottom: 1px solid $link;
			.blogExcerpt {
				h2 {
					font-size: 2.2rem;
					font-weight: 600;
					margin-bottom: .5rem;
				}
				.postDate {
					margin-bottom: 1rem;
					font-size: 1.2rem;
				}
				p {

				}
				.entryMetaGroup {
					@include flexbox;
					@include flex-wrap(nowrap);
					@include justify-content(space-between);
					.entryMeta{
						font-size: 1.2rem;
						.filedUnder {
							margin-bottom: .5rem;
						}
					}
					.readMore {

					}
				}
			}
		}
	}
	.sidebar {
		.widget_recent_entries {
			ul {
				li {
					padding-bottom: 1rem;
					margin-bottom: 1rem;
					border-bottom: 1px solid $link;
				}
			}
		}
	}
}*/
body.search .posts .entry {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #E8E8E8;
}
body.search .posts .entry:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
body.search .posts .entry .entryMetaGroup .filedUnder {
  display: none;
}

/* #Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  text-transform: none;
  color: #333333;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
}

h1 {
  font-size: 4rem;
  /* Larger than phablet (also point when grid becomes active) */
}
@media (min-width: 550px) {
  h1 {
    font-size: 5rem;
  }
}

h2 {
  font-size: 3.6rem;
  /* Larger than phablet (also point when grid becomes active) */
}
@media (min-width: 550px) {
  h2 {
    font-size: 4.2rem;
  }
}

h3 {
  font-size: 3rem;
  /* Larger than phablet (also point when grid becomes active) */
}
@media (min-width: 550px) {
  h3 {
    font-size: 3.6rem;
  }
}

h4 {
  font-size: 2.4rem;
  /* Larger than phablet (also point when grid becomes active) */
}
@media (min-width: 550px) {
  h4 {
    font-size: 3rem;
  }
}

h5 {
  font-size: 1.8rem;
  /* Larger than phablet (also point when grid becomes active) */
}
@media (min-width: 550px) {
  h5 {
    font-size: 2.4rem;
  }
}

h6 {
  font-size: 1.5rem;
  /* Larger than phablet (also point when grid becomes active) */
}
@media (min-width: 550px) {
  h6 {
    font-size: 1.5rem;
  }
}

/*abbr {
	//font-size: .9em;
	// http://webtypography.net/3.2.2
    font-variant-caps: all-small-caps;
	font-variant-numeric: oldstyle-nums;
	font-style: normal;
	letter-spacing: 0.1em;
}*/
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup {
  font-size: 0.6em;
  vertical-align: super;
}

p {
  margin-top: 0;
}

.postDate,
.entryMeta {
  font-size: 0.8em;
  line-height: 100%;
}

.mainContent ul {
  margin-left: 1.75rem;
  list-style: disc;
  font-size: 1.8rem;
}
.mainContent ul li {
  margin: 0;
  margin-bottom: 1rem;
}

/* @end */
.primaryNavWrapper {
  background: #0b79bf;
  text-transform: uppercase;
  display: none;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  .primaryNavWrapper {
    display: block;
  }
}
.primaryNavWrapper nav {
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
}
.primaryNavWrapper nav * {
  box-sizing: border-box;
}
.primaryNavWrapper nav a {
  color: #FFF;
  text-decoration: none;
}
.primaryNavWrapper nav a:hover {
  color: #FFF;
}
.primaryNavWrapper nav > ul {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  /* Larger than tablet */
  /* Larger than Desktop HD */
}
@media (min-width: 750px) {
  .primaryNavWrapper nav > ul {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .primaryNavWrapper nav > ul {
    font-size: 1.6rem;
  }
}
.primaryNavWrapper nav > ul > li.current-menu-item, .primaryNavWrapper nav > ul > li.current-page-ancestor {
  background: #0E3F74;
  /*&::before{
  	display: block;
  	content: "";
  	height: 3px;
  	width: 100%;
  	background: $dark-blue;
  	position: relative;
  	top:-3px;
  	left: 0;
  }
  &:hover {
  	&::before {
  		background: $black;
  	}
  }*/
}
.primaryNavWrapper nav > ul > li.current-menu-item a, .primaryNavWrapper nav > ul > li.current-page-ancestor a {
  color: #FFF;
}
.primaryNavWrapper nav > ul > li.current-menu-item.menu-item-has-children > a::after, .primaryNavWrapper nav > ul > li.current-page-ancestor.menu-item-has-children > a::after {
  border: 5px solid transparent;
  border-top-color: #FFF;
  border-top-color: rgba(255, 255, 255, 0.5);
}
.primaryNavWrapper nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2;
}
.primaryNavWrapper nav ul li {
  margin: 0;
  position: relative;
}
.primaryNavWrapper nav ul li:hover {
  background: #0E3F74;
}
.primaryNavWrapper nav ul li:hover > ul {
  opacity: 1;
  display: block;
  height: auto;
  transition: 2s height;
  background: #0E3F74;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.primaryNavWrapper nav ul li:hover > ul > li {
  width: 100%;
}
.primaryNavWrapper nav ul li:hover > ul > li:hover {
  background: #3b5f7f;
}
.primaryNavWrapper nav ul li:hover > ul > li.current-menu-item a {
  color: rgb(138.2419354839, 171.3387096774, 200.7580645161);
}
.primaryNavWrapper nav ul li:hover > ul > li.current-menu-item a:hover {
  color: #FFF;
}
.primaryNavWrapper nav ul li:hover > ul > li.menu-item-has-children > a {
  padding-right: 2.5em;
  *padding-right: 1em;
}
.primaryNavWrapper nav ul li:hover > ul > li.menu-item-has-children > a:after {
  border: 5px solid transparent;
  border-left-color: #FFF;
  border-left-color: rgba(255, 255, 255, 0.5);
  right: 0.5em;
}
.primaryNavWrapper nav ul li:hover > ul > li.menu-item-has-children > a:focus:after {
  border-left-color: #FFF;
}
.primaryNavWrapper nav ul li:hover > ul a {
  color: #FFF;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.3rem;
}
.primaryNavWrapper nav ul li:hover > ul a:hover {
  color: #FFF;
}
.primaryNavWrapper nav ul li a {
  position: relative;
  display: block;
  padding: 0.75em 1em;
  /* Larger than Desktop HD */
}
@media (min-width: 1200px) {
  .primaryNavWrapper nav ul li a {
    font-size: 1.6rem;
  }
}
.primaryNavWrapper nav ul li.menu-item-has-children > a {
  padding-right: 2.5em;
  *padding-right: 1em;
}
.primaryNavWrapper nav ul li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #FFF;
  border-top-color: rgba(255, 255, 255, 0.5);
}
.primaryNavWrapper nav ul li.menu-item-has-children > a:focus:after {
  border-top-color: #FFF;
}
.primaryNavWrapper nav ul li.menu-item-has-children:hover > a {
  color: #FFF;
}
.primaryNavWrapper nav ul li.menu-item-has-children:hover > a:after {
  border-top-color: #FFF;
}
.primaryNavWrapper nav ul ul {
  background: #FFF;
  opacity: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  transition: height 3s;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  width: 300px;
  min-width: 100%;
}
.primaryNavWrapper nav ul ul li {
  position: relative;
  left: 0%;
}
.primaryNavWrapper nav ul ul li a {
  color: #0E3F74;
  /* Larger than Desktop HD */
}
@media (min-width: 1200px) {
  .primaryNavWrapper nav ul ul li a {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.primaryNavWrapper nav ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
}
.primaryNavWrapper nav ul ul ul li:hover {
  position: relative;
}

.patientPortal a:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f023";
  font-family: "FontAwesome";
  margin-right: 0.4rem;
}

header {
  /*.primary-menu-container {
  	font-family: $font-stack-sans;
  	font-weight: 600;
  }
  .utilityMenuGroup {
  	background: lighten($grey-1, 12%);
  	font-family: $font-stack-sans;
  	text-transform: uppercase;
  	font-size: 1.2rem;
  	a {
  		color: $charcoal;
  		&:hover,
  		&:focus{
  			color: $black;
  		}
  	}
  	nav {
  		ul {
  			list-style-type: none;
  			margin-left: 0;
  			margin-bottom: 0;
  			line-height: 28px;
  			@include flexbox;
  			@include flex-wrap(wrap);
  			@include justify-content(flex-start);
  			li {
  				list-style-type: none;
  				margin-left: 0;
  				margin-bottom: 0;
  				border-right: 1px solid $grey-1;
  				a {
  					padding: 0 2rem;
  				}
  				&.current-menu-item,
  				&.current_page_parent {
  					a {
  						color: $blue;
  					}
  				}
  				&:first-of-type {
  					a {
  						padding-left: 0;
  					}
  				}
  				&:last-of-type{
  					border-right: 0;
  				}
  			}
  		}
  	}
  }
  .toggleSearchWrapperAlt {
  	.fa-times{
  		display:none;
  	}
  	&.open {
  		.fa-search {
  			display:none;
  		}
  		.fa-times{
  			display: inline-block;
  		}
  	}
  }*/
  /*.toggleSearchWrapper {
  	@include flexbox;
  	@include flex-wrap(nowrap);
  	@include justify-content(space-between);
  	@include align-content(center);
  	@include align-items(center);
  	//padding: .5rem 0;
  	.fa-times{
  		display:none;
  	}
  	a {
  		color: rgba($white, .5);
  		&:hover,
  		&:focus{
  			color: $white;
  		}
  	}
  	&.open {
  		background: $dark-blue;
  		color: $white;
  		padding: .5rem 2rem;
  		padding-right: 1rem;
  		position:absolute;
  		right: 7.25rem;
  		.fa-search {
  			padding: 0 .5rem;
  		}
  		.fa-times{
  			display: inline-block;
  			padding-left: 1rem;
  			//font-size: 19px;
  		}
  		a {
  			color: rgba($white, 1);
  			&:hover,
  			&:focus{
  				color: $white;
  			}
  		}
  	}
  	.searchFormWrapper  {
  		.searchform {
  			input[type="search"]{
  				margin-bottom: 0;
  				margin-left: .5rem;
  				height: 27px;
  				@include box-sizing;
  				width: 240px;
  			}
  			input[type="submit"]{
  				margin-bottom: 0;
  				padding: 0 1rem;
  				height: 27px;
  				@include box-sizing;
  				display:none;// hide this on desktop / header version to mimic old site.
  			}
  		}
  	}
  }*/
}

/*.searchFormWrapperAlt {
	background: lighten($grey-1, 12%);
	padding: 2rem;
	@include flexbox;
	@include flex-wrap(nowrap);
	@include justify-content(center);
	@include align-content(center);
	@include align-items(center);
	.fa-search {
		padding-right:1rem;
	}
	input[type="search"]{
		width: 360px;
	}
	input[type="submit"]{
		display:none;// hide this on desktop / header version to mimic old site.
	}
}*/
/*.siblingAndChildNav {
	background: $dark-blue;
	.parentBranding {

		background: $charcoal;
		padding: 1rem 0;
		color: $white;
		text-transform: uppercase;
		font-size: 1.4rem;
		letter-spacing: 1px;
		text-align:center;
		font-weight: 700;
	}
	nav {
		display: none;
		@include responsive(larger-than-tablet) {
			display: block;
		}
		ul {
			list-style-type: none;
			margin: 0;
			@include flexbox;
			@include flex-wrap(wrap);
			@include justify-content(center);
			@include align-content(center);
			@include align-items(center);
			li {
				margin: 0;
				//width: 100%;
				a {
					color: $white;
					text-transform: uppercase;
					font-size: 1.4rem;
					display: block;
					padding: 2rem;
					text-align:center;
					&:hover,
					&:focus{
						background: $medium-blue;
						text-decoration: none;
					}
				}
				&.current_page_item {
					a {
						background: $medium-blue;
						//pointer-events: none;
						cursor: default;
					}
				}
			}
		}
	}
}*/
/*#sticky-wrapper {
	z-index: 2;
	position:relative;
	.parentBranding {
		display:none;
	}
	&.is-sticky {
		.siblingAndChildNav  {
			.parentBranding {
				display: block;
			}
			//background: $white;
			//box-shadow: 0 0 2px 0 rgba($black, 0.2);
			//border-bottom: 1px solid rgba($black, 0.1);
			nav {
				ul {
					//margin-bottom: 1rem;
				}
			}
		}
	}
}*/
/*footer {
	ul.menu-footer-menu {
		margin: 0;
		list-style-type: none;
		@include flexbox;
		@include flex-wrap(wrap);
		@include justify-content(center);
		li {
			margin: 0;
			//margin-right: 2rem;
			&:last-of-type{
				//margin-right: 0;
			}
			a {
				margin: 0;
				text-transform: uppercase;
				@include headlines(500);
				color: $link;
				text-decoration:none;
				&:hover,
				&:focus{
					color: $white;
				}
			}
		}
	}
}*/
/*nav.pushy{
	ul {
		list-style-type: none;
		margin-left: 0;
		li {
			list-style-type: none;
			margin-left: 0;
		}
	}
}*/
.sidebar ul {
  list-style-type: none;
  margin-left: 0;
}
.sidebar ul li {
  list-style-type: none;
  margin-left: 0;
}

/*.socialBookmarks{
	list-style-type:none;
	margin-left: 0;
	margin-bottom: 0;
	font-size: 26px;
	@include flexbox;
	@include flex-wrap(wrap);
	@include justify-content(flex-end);
	span {
		display:none;
	}
	li {
		margin-bottom: 0;
		//margin-left: 1rem;
		//height: 26px;
		&:first-of-type{
			//margin-left: 0;
		}
	}
	a{
		color: rgba($white, .5);
		//padding: 0px 2px;
		//display: block;
		//height: 26px;
		.fa {
			//display:inline-block;
		}
		&:hover,
		&:focus {
			color: rgba($white, 1);
		}
	}
}*/
.wp-pagenavi {
  margin-bottom: 6rem;
  color: #0b79bf;
  text-align: center;
  /* Larger than phablet (also point when grid becomes active) */
}
@media (min-width: 550px) {
  .wp-pagenavi {
    text-align: left;
  }
}
.wp-pagenavi .extend,
.wp-pagenavi .smaller,
.wp-pagenavi .larger {
  display: none;
  /* Larger than phablet (also point when grid becomes active) */
}
@media (min-width: 550px) {
  .wp-pagenavi .extend,
  .wp-pagenavi .smaller,
  .wp-pagenavi .larger {
    display: inline;
  }
}
.wp-pagenavi a {
  color: #0b79bf;
}
.wp-pagenavi a:hover, .wp-pagenavi a:focus {
  text-decoration: none;
}
.wp-pagenavi span.current {
  color: #000;
  border-color: #000;
}
.wp-pagenavi span.pages,
.wp-pagenavi a.page,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  border: 1px solid #E8E8E8;
}

/*.breadcrumbWrapper {
	padding: $globalPaddingUnit/2 0;
	font-size: 1.4rem;
}*/
/* flexible content modules */
.flexibleContentModules section {
  /*
  //margin-bottom: 4rem;
  &:last-of-type{
  	//margin-bottom: 0;
  }
  .mainContent {
  	//margin-bottom: 0;
  }
  */
  padding: 4rem 0;
  /* Larger than desktop */
  /*
  &:first-of-type.section-bg-color-white {
  	padding-top: 0;
  	@include responsive(larger-than-desktop) {
  		padding-top: 0;
  	}
  }
  */
}
@media (min-width: 1000px) {
  .flexibleContentModules section {
    padding: 7rem 0;
  }
}
.flexibleContentModules section.bkg-white + .bkg-white {
  padding-top: 0;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  .flexibleContentModules section.bkg-white + .bkg-white {
    padding-top: 0;
  }
}
.flexibleContentModules section:first-of-type.bkg-white {
  /* Larger than desktop */
}
.flexibleContentModules section.bkg-grey + .bkg-grey {
  padding-top: 0;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  .flexibleContentModules section.bkg-grey + .bkg-grey {
    padding-top: 0;
  }
}
.flexibleContentModules section:first-of-type.bkg-grey {
  /* Larger than desktop */
}
.flexibleContentModules section.bkg-blue + .bkg-blue {
  padding-top: 0;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  .flexibleContentModules section.bkg-blue + .bkg-blue {
    padding-top: 0;
  }
}
.flexibleContentModules section:first-of-type.bkg-blue {
  /* Larger than desktop */
}
.flexibleContentModules section.bkg-black + .bkg-black {
  padding-top: 0;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  .flexibleContentModules section.bkg-black + .bkg-black {
    padding-top: 0;
  }
}
.flexibleContentModules section:first-of-type.bkg-black {
  /* Larger than desktop */
}
.flexibleContentModules section:first-of-type.bkg-white {
  padding-top: 0;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  .flexibleContentModules section:first-of-type.bkg-white {
    padding-top: 0;
  }
}
.flexibleContentModules section:first-of-type.bkg-grey, .flexibleContentModules section:first-of-type.bkg-blue, .flexibleContentModules section:first-of-type.bkg-black {
  padding: 4rem 0;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  .flexibleContentModules section:first-of-type.bkg-grey, .flexibleContentModules section:first-of-type.bkg-blue, .flexibleContentModules section:first-of-type.bkg-black {
    padding: 7rem 0;
  }
}
.flexibleContentModules section.bkg-white {
  background-color: #FFF;
  color: #333333;
}
.flexibleContentModules section.bkg-white h1 {
  color: #000;
}
.flexibleContentModules section.bkg-white h2 {
  color: #333333;
}
.flexibleContentModules section.bkg-white h3 {
  color: #333333;
}
.flexibleContentModules section.bkg-white h4 {
  color: #000;
}
.flexibleContentModules section.bkg-white h5 {
  color: #333333;
}
.flexibleContentModules section.bkg-white h6 {
  color: #000;
}
.flexibleContentModules section.bkg-white ul,
.flexibleContentModules section.bkg-white ol {
  color: #333333;
}
.flexibleContentModules section.bkg-grey {
  background-color: #333333;
  color: #FFF;
}
.flexibleContentModules section.bkg-grey h1 {
  color: #FFF;
}
.flexibleContentModules section.bkg-grey h2 {
  color: #FFF;
}
.flexibleContentModules section.bkg-grey h3 {
  color: #FFF;
}
.flexibleContentModules section.bkg-grey h4 {
  color: #FFF;
}
.flexibleContentModules section.bkg-grey h5 {
  color: #FFF;
}
.flexibleContentModules section.bkg-grey h6 {
  color: #FFF;
}
.flexibleContentModules section.bkg-grey ul,
.flexibleContentModules section.bkg-grey ol {
  color: #FFF;
}
.flexibleContentModules section.bkg-grey blockquote {
  color: #FFF;
}
.flexibleContentModules section.bkg-blue {
  background-color: #0b79bf;
  color: #FFF;
}
.flexibleContentModules section.bkg-blue h1 {
  color: #FFF;
}
.flexibleContentModules section.bkg-blue h2 {
  color: #FFF;
}
.flexibleContentModules section.bkg-blue h3 {
  color: #FFF;
}
.flexibleContentModules section.bkg-blue h4 {
  color: #FFF;
}
.flexibleContentModules section.bkg-blue h5 {
  color: #FFF;
}
.flexibleContentModules section.bkg-blue h6 {
  color: #FFF;
}
.flexibleContentModules section.bkg-blue ul,
.flexibleContentModules section.bkg-blue ol {
  color: #FFF;
}
.flexibleContentModules section.bkg-blue blockquote {
  color: #FFF;
}
.flexibleContentModules section.bkg-black {
  background-color: #000;
  color: #E8E8E8;
}
.flexibleContentModules section.bkg-black h1 {
  color: #FFF;
}
.flexibleContentModules section.bkg-black h2 {
  color: #FFF;
}
.flexibleContentModules section.bkg-black h3 {
  color: #FFF;
}
.flexibleContentModules section.bkg-black h4 {
  color: #FFF;
}
.flexibleContentModules section.bkg-black h5 {
  color: #FFF;
}
.flexibleContentModules section.bkg-black h6 {
  color: #FFF;
}
.flexibleContentModules section.bkg-black ul,
.flexibleContentModules section.bkg-black ol {
  color: #FFF;
}
.flexibleContentModules section.bkg-black blockquote {
  color: #FFF;
}
.flexibleContentModules section.featured_services_nav {
  /* Larger than tablet */
  /*h6 {
  	margin-bottom: .5rem;
  }*/
}
.flexibleContentModules section.featured_services_nav nav {
  /*background-color: $charcoal;
  ul {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	@include flexbox;
  	@include flex-wrap(wrap);
  	@include justify-content(space-between);
  	@include align-content(center);
  	@include align-items(center);
  	@include responsive(larger-than-tablet) {
  		@include justify-content(center);
  	}
  	li {
  		//@include align-content(center);
  		@include align-self(stretch);
  		margin: 0;
  		padding: 0;
  		width: 50%;
  		//@include flex-grow(2);
  		@include responsive(larger-than-tablet) {
  			@include flex-grow(4);
  			width: 25%;
  			//text-align: center;
  		}
  		a {
  			line-height: 1;
  			display: block;
  			font-family: $font-stack-headlines;
  			text-transform: uppercase;
  			color: $white;
  			padding: 1rem 1.5rem;
  			width: 100%;
  			height: 100%;
  			@include flexbox;
  			@include flex-wrap(wrap);
  			//@include justify-content(center);
  			@include align-content(center);
  			@include align-items(center);
  			@include responsive(larger-than-tablet) {
  				@include justify-content(center);
  				text-align: center;
  			}
  			&:hover,
  			&:focus {
  				background: lighten($charcoal, 25%);
  				color: $white;
  				text-decoration: none;
  			}
  		}
  	}
  }*/
}
.flexibleContentModules section.featured_services_nav nav ul {
  list-style-type: none;
  margin: 0;
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: stretch;
  align-items: stretch;
}
.flexibleContentModules section.featured_services_nav nav ul li {
  list-style-type: none;
  margin: 0;
  width: 100%;
  margin-bottom: 2rem;
  /* Larger than tablet */
  /* Larger than desktop */
  /* Larger than Desktop HD */
}
@media (min-width: 750px) {
  .flexibleContentModules section.featured_services_nav nav ul li {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .flexibleContentModules section.featured_services_nav nav ul li {
    width: calc(33.3333333333% - 20px);
  }
}
.flexibleContentModules section.featured_services_nav nav ul li a {
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-content: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
  background: #E8E8E8;
  padding: 2rem;
}
.flexibleContentModules section.featured_services_nav nav ul li a:hover, .flexibleContentModules section.featured_services_nav nav ul li a:active {
  text-decoration: none;
  background: rgb(211.6, 211.6, 211.6);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.flexibleContentModules section.featured_services_nav nav ul li a h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0;
}
.flexibleContentModules section.videos {
  padding-bottom: 3rem;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  .flexibleContentModules section.videos {
    padding-bottom: 6rem;
  }
}
.flexibleContentModules section.videos .videoGalleryWrapper {
  padding: 0 1rem;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  justify-content: center;
  align-content: center;
}
.flexibleContentModules section.videos .videoGalleryWrapper .videoEntry {
  -moz-flex-grow: 4;
  flex-grow: 4;
  margin: 0 1rem;
  margin-bottom: 2rem;
  width: calc(50% - 20px);
  /* Larger than desktop */
  /* Larger than Desktop HD */
}
@media (min-width: 1000px) {
  .flexibleContentModules section.videos .videoGalleryWrapper .videoEntry {
    width: calc(25% - 40px);
  }
}
@media (min-width: 1200px) {
  .flexibleContentModules section.videos .videoGalleryWrapper .videoEntry {
    width: calc(20% - 50px);
  }
}
.flexibleContentModules section.contentBlockContactCTA .mainContent.eight {
  /* Larger than tablet */
  /* Larger than desktop */
}
@media (min-width: 750px) {
  .flexibleContentModules section.contentBlockContactCTA .mainContent.eight {
    margin: 0 auto;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .flexibleContentModules section.contentBlockContactCTA .mainContent.eight {
    margin-left: 0;
    width: 65.3333333333%;
  }
}
.flexibleContentModules section.contentBlockContactCTA .contactCTA.four {
  /* Larger than tablet */
  /* Larger than desktop */
  background: #E8E8E8;
  padding: 2rem;
}
@media (min-width: 750px) {
  .flexibleContentModules section.contentBlockContactCTA .contactCTA.four {
    margin: 0 auto;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .flexibleContentModules section.contentBlockContactCTA .contactCTA.four {
    margin-left: 4%;
    width: 30.6666666667%;
  }
}
.flexibleContentModules section.contentBlockContactCTA .contactCTA.four .btnWrapper {
  margin-bottom: 2rem;
}
.flexibleContentModules section.contentBlockContactCTA .contactCTA.four .locationsCTADirectory {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.flexibleContentModules section.contentBlockContactCTA .contactCTA.four .locationsCTADirectory li {
  line-height: 1;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
.flexibleContentModules section.contentBlockContactCTA .contactCTA.four a[href^="tel:"] {
  font-size: 2rem;
}
.flexibleContentModules section.multiColumnContentBlock h2 {
  text-align: center;
}
.flexibleContentModules section.multiColumnContentBlock .multiColumnsDirectory {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 2rem;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  .flexibleContentModules section.multiColumnContentBlock .multiColumnsDirectory {
    margin-bottom: 0;
  }
}
.flexibleContentModules section.multiColumnContentBlock .multiColumnsDirectory .singleColumn {
  width: 100%;
  max-width: 400px;
  background: rgba(255, 255, 255, 0.22);
  padding: 2rem;
  margin-bottom: 2rem;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  .flexibleContentModules section.multiColumnContentBlock .multiColumnsDirectory .singleColumn {
    width: calc(33.3333333333% - 40px);
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .flexibleContentModules section.multiColumnContentBlock .multiColumnsDirectory .singleColumn:last-of-type {
    margin-right: 0;
  }
}
.flexibleContentModules section.multiColumnContentBlock .multiColumnsDirectory .singleColumn h3 {
  text-align: center;
}
.flexibleContentModules section.multiColumnContentBlock .multiColumnsDirectory .singleColumn ul li {
  margin-bottom: 0.5rem;
}
.flexibleContentModules section.multiColumnContentBlock .multiColumnsDirectory .singleColumn ul li:last-of-type {
  margin-bottom: 0;
}
.flexibleContentModules section.recentNews div.six {
  margin-bottom: 4rem;
  /* Larger than tablet */
}
@media (min-width: 750px) {
  .flexibleContentModules section.recentNews div.six {
    margin-bottom: 0;
  }
}
.flexibleContentModules section.recentNews h3 {
  margin-bottom: 1rem;
  line-height: 1;
}
.flexibleContentModules section.recentNews .postDate {
  margin-bottom: 1rem;
}
.flexibleContentModules section.recentNews .entryMetaGroup {
  display: -moz-flex;
  display: flex;
  flex-wrap: nowrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-content: center;
  -moz-align-items: center;
  align-items: center;
}
.flexibleContentModules section.callToAction {
  text-align: center;
}
.flexibleContentModules section.callToAction p {
  font-size: 1.8rem;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.flexibleContentModules section.callToAction p + .button {
  margin-top: 2rem;
}
.flexibleContentModules section.photoGalleryWrapper ul.photoGallery {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-content: center;
  list-style-type: none;
  margin: 0;
}
.flexibleContentModules section.photoGalleryWrapper ul.photoGallery li.photoEntry {
  width: 50%;
  -moz-flex-grow: 2;
  flex-grow: 2;
  /* Larger than phablet (also point when grid becomes active) */
  /* Larger than tablet */
  /* Larger than desktop */
  /* Larger than Desktop HD */
  margin: 0;
}
@media (min-width: 550px) {
  .flexibleContentModules section.photoGalleryWrapper ul.photoGallery li.photoEntry {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .flexibleContentModules section.photoGalleryWrapper ul.photoGallery li.photoEntry {
    width: 25%;
  }
}
.flexibleContentModules section.photoGalleryWrapper ul.photoGallery li.photoEntry img {
  width: 100%;
}
.flexibleContentModules section.threeColumnCTAblock .four.columns {
  /* Larger than mobile */
  /* Larger than tablet */
  /* Larger than desktop */
  margin-bottom: 4rem;
  /* Larger than desktop */
}
@media (min-width: 750px) {
  .flexibleContentModules section.threeColumnCTAblock .four.columns {
    margin: 0 auto;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .flexibleContentModules section.threeColumnCTAblock .four.columns {
    margin-left: 4%;
    width: 30.6666666667%;
  }
  .flexibleContentModules section.threeColumnCTAblock .four.columns:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1000px) {
  .flexibleContentModules section.threeColumnCTAblock .four.columns {
    margin-bottom: 0rem;
  }
}
.flexibleContentModules section.threeColumnCTAblock .four.columns a {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.flexibleContentModules section.threeColumnCTAblock .four.columns a img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.flexibleContentModules section.threeColumnCTAblock .four.columns a .msgOverlay {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 2rem;
  background-color: rgba(11, 121, 191, 0.75);
}
.flexibleContentModules section.threeColumnCTAblock .four.columns a .msgOverlay h3 {
  color: #FFF;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.flexibleContentModules section.threeColumnCTAblock .four.columns a .msgOverlay p {
  color: #FFF;
  font-size: 1.2rem;
}
.flexibleContentModules section.threeColumnCTAblock .four.columns a:hover, .flexibleContentModules section.threeColumnCTAblock .four.columns a:focus {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.35);
}
.flexibleContentModules section.threeColumnCTAblock .four.columns a:hover .msgOverlay, .flexibleContentModules section.threeColumnCTAblock .four.columns a:focus .msgOverlay {
  background-color: #0b79bf;
}
.gform_wrapper input {
  margin-bottom: 0;
}

/*body.page {
	.mainContent {
		.gform_wrapper {
			ul.gfield_checkbox,
			ul.gfield_radio {
				li {
					@include flexbox;
					@include flex-wrap(nowrap);
					@include justify-content(flex-start);
					@include align-content(center);
					@include align-items(center);
					width: 48%;
					@include responsive(larger-than-desktophd) {
						width: 23%;
					}
					@include responsive(larger-than-desktophd) {
						//width: 18%;
					}
				}
			}
		}
	}
}*/
.gform_wrapper .imageSamples {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  /* Larger than tablet */
}
@media (min-width: 750px) {
  .gform_wrapper .imageSamples {
    flex-wrap: nowrap;
  }
}
.gform_wrapper .imageSamples li {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
  /* Larger than tablet */
  text-align: center;
}
@media (min-width: 750px) {
  .gform_wrapper .imageSamples li {
    flex: 1 1 0;
    max-width: none;
  }
}
.gform_wrapper .imageSamples li img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.gform_wrapper .imageSamples li h4 {
  margin-top: 0.5rem;
}
.gform_wrapper label {
  line-height: 100%;
  margin-bottom: 0px !important;
}
.gform_wrapper label.gfield_label {
  margin-top: 0 !important;
}
.gform_wrapper select,
.gform_wrapper input[type=text] {
  margin-bottom: 0;
}
.gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}
.gform_wrapper .ginput_container {
  margin-top: 0;
  margin-bottom: 1rem;
}
.gform_wrapper .ginput_left {
  clear: both;
}
.gform_wrapper .ginput_container_consent {
  margin-left: 0;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.gform_wrapper .ginput_container_consent input[type=checkbox] {
  margin-top: 0;
  margin-right: 6px;
}
.gform_wrapper .ginput_container_consent label {
  margin-bottom: 0 !important;
}
.gform_wrapper .ginput_container_checkbox .gfield_checkbox,
.gform_wrapper .ginput_container_checkbox .gfield_radio,
.gform_wrapper .ginput_container_radio .gfield_checkbox,
.gform_wrapper .ginput_container_radio .gfield_radio {
  margin-left: 0;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.gform_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice,
.gform_wrapper .ginput_container_checkbox .gfield_radio .gchoice,
.gform_wrapper .ginput_container_radio .gfield_checkbox .gchoice,
.gform_wrapper .ginput_container_radio .gfield_radio .gchoice {
  width: calc(50% - 10px);
  margin-bottom: 1rem;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  .gform_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice,
  .gform_wrapper .ginput_container_checkbox .gfield_radio .gchoice,
  .gform_wrapper .ginput_container_radio .gfield_checkbox .gchoice,
  .gform_wrapper .ginput_container_radio .gfield_radio .gchoice {
    width: calc(33.3333333333% - 10px);
  }
}
.gform_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice input[type=radio],
.gform_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice input[type=checkbox],
.gform_wrapper .ginput_container_checkbox .gfield_radio .gchoice input[type=radio],
.gform_wrapper .ginput_container_checkbox .gfield_radio .gchoice input[type=checkbox],
.gform_wrapper .ginput_container_radio .gfield_checkbox .gchoice input[type=radio],
.gform_wrapper .ginput_container_radio .gfield_checkbox .gchoice input[type=checkbox],
.gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio],
.gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=checkbox] {
  margin-top: 0;
  margin-right: 6px;
}
.gform_wrapper .ginput_container_checkbox label,
.gform_wrapper .ginput_container_radio label {
  margin-bottom: 0 !important;
}
.gform_wrapper .ginput_container_consent {
  margin-left: 0;
  display: -moz-flex;
  display: flex;
  flex-wrap: nowrap;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.gform_wrapper#gform_wrapper_6 .gfield_radio .gchoice {
  width: 100%;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  .gform_wrapper#gform_wrapper_6 .gfield_radio .gchoice {
    width: 100%;
  }
}
.gform_wrapper#gform_wrapper_6 .gfield_radio .gchoice input[type=radio] {
  margin-right: 0;
}
.gform_wrapper .gfield--type-address label {
  font-weight: 400;
}
.gform_wrapper .readonly-date {
  pointer-events: none;
  color: #555;
}

.placeholder {
  color: #aaa;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

.searchform input#s {
  margin-bottom: 0;
  display: inline;
}

/*these styles make forms firefox friendly*/
input[type=text],
input[type=email],
input[type=password],
textarea {
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-left: 0.5em;
  color: #999;
}

input:focus,
textarea:focus {
  color: #000;
  background-color: #FFFDC2;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #FFF;
  border: 1px solid #D1D1D1;
  box-shadow: none;
  box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

.placeholder {
  color: #aaa;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #333333;
  opacity: 1;
}

::placeholder {
  color: #333333;
  opacity: 1;
}

a[href^="tel:"] {
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  a[href^="tel:"] {
    color: inherit !important;
    pointer-events: none;
  }
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc outside;
}

ol {
  list-style: decimal outside;
}

ol,
ul {
  margin: 0;
  padding: 0;
  margin-left: 2rem;
}
ol li,
ul li {
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 1.5rem 0 1.5rem 3rem;
}

/* Code
 –––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}

@keyframes kenburns {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    transform: scale(1.3);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
body.page-template-page_template_home {
  /*#homeSlideNavWrapper {
  	background: $white;
  	text-align: center;
  	display: none;
  	@include responsive(larger-than-tablet) {
  		display: block;
  	}
  	ul#homeSlideNav {
  		display: inline-flex;
  		margin: 0 auto;	
  		padding: 2rem 0 1rem;
  		list-style: none;
  		font-size: 2.3rem;
  		border-bottom: 1px solid $dark-blue;
  		li {
  			display: inline-table;
  			margin: 0 2.5rem;
  			a {
  				color: $dark-blue;
  				width: 100%;
  				font-weight: 700;
  				&:hover,
  				&.active {
  					//font-weight: 700;

  					text-decoration: none;
  				}

  			}
  		}
  	}
  }*/
}
body.page-template-page_template_home .big-carousel .owl-carousel {
  background: #000;
}
body.page-template-page_template_home .big-carousel .owl-carousel .carousel-slide {
  background: #000;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  justify-content: center;
  align-content: center;
  -moz-align-items: center;
  align-items: center;
  overflow: hidden;
  height: 160px;
  /* Larger than phablet (also point when grid becomes active) */
  /* Larger than tablet */
  /* Larger than desktop */
  /* Larger than Desktop HD */
  /*.message{
  	z-index: 3;
  	position: absolute;
  	width: 100%;
  	text-align: center;
  	h2 {
  		color: $white;
  		margin-bottom: 0;
  		a {
  			color: $white;
  			text-decoration: none;
  			&:hover,
  			&:focus {
  				text-decoration: none;
  				color: $raspberry;
  			}
  		}
  	}	
  }*/
}
@media (min-width: 550px) {
  body.page-template-page_template_home .big-carousel .owl-carousel .carousel-slide {
    height: 300px;
  }
}
@media (min-width: 750px) {
  body.page-template-page_template_home .big-carousel .owl-carousel .carousel-slide {
    height: 340px;
  }
}
@media (min-width: 1000px) {
  body.page-template-page_template_home .big-carousel .owl-carousel .carousel-slide {
    height: 360px;
  }
}
@media (min-width: 1200px) {
  body.page-template-page_template_home .big-carousel .owl-carousel .carousel-slide {
    height: 460px;
  }
}
body.page-template-page_template_home .big-carousel .owl-carousel .carousel-slide .dimmer {
  background: rgba(59, 95, 127, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
body.page-template-page_template_home .big-carousel .owl-carousel .carousel-slide img,
body.page-template-page_template_home .big-carousel .owl-carousel .carousel-slide picture {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}
body.page-template-page_template_home .big-carousel .owl-carousel .owl-item.active picture {
  animation: kenburns 30s infinite;
}
body.page-template-page_template_home .owl-carousel {
  position: relative;
}
body.page-template-page_template_home .owl-carousel .owl-nav button {
  margin-top: -32px;
  position: absolute;
  top: 50%;
  font-size: 64px;
  height: 64px;
  color: rgba(255, 255, 255, 0.65);
}
body.page-template-page_template_home .owl-carousel .owl-nav button i.fa {
  vertical-align: top;
}
body.page-template-page_template_home .owl-carousel .owl-nav button:focus, body.page-template-page_template_home .owl-carousel .owl-nav button:hover {
  color: white;
}
body.page-template-page_template_home .owl-carousel .owl-nav button.owl-prev {
  left: 1rem;
}
body.page-template-page_template_home .owl-carousel .owl-nav button.owl-next {
  right: 1rem;
}
body.page-template-page_template_home .owl-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 999999;
  bottom: 1rem;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  body.page-template-page_template_home .owl-dots {
    top: auto;
  }
}
body.page-template-page_template_home .owl-dots button {
  margin-bottom: 0;
  width: 15px;
  height: 15px;
  margin: 0 0.5rem;
}
body.page-template-page_template_home .owl-dots button.owl-dot {
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #FFF;
}
body.page-template-page_template_home .owl-dots button.owl-dot:hover {
  border: 2px solid #FFF;
}
body.page-template-page_template_home .owl-dots button.owl-dot.active {
  background-color: #FFF;
  border: 2px solid #FFF;
}

body.post-type-archive-physicians .flexibleContentModules {
  padding-bottom: 4rem;
}
body.post-type-archive-physicians .physiciansDirectory {
  list-style-type: none;
  margin: 0;
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: stretch;
  align-items: stretch;
}
body.post-type-archive-physicians .physiciansDirectory li {
  list-style-type: none;
  margin: 0;
  width: 100%;
  margin-bottom: 2rem;
  /* Larger than tablet */
  /* Larger than desktop */
  /* Larger than Desktop HD */
}
@media (min-width: 750px) {
  body.post-type-archive-physicians .physiciansDirectory li {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  body.post-type-archive-physicians .physiciansDirectory li {
    width: calc(33.3333333333% - 20px);
  }
}
body.post-type-archive-physicians .physiciansDirectory li a {
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background: #E8E8E8;
  padding: 2rem;
}
body.post-type-archive-physicians .physiciansDirectory li a .staffMeta {
  width: 100%;
}
body.post-type-archive-physicians .physiciansDirectory li a .staffMeta h2 {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
}
body.post-type-archive-physicians .physiciansDirectory li a .staffMeta .specialties {
  margin-bottom: 2rem;
}
body.post-type-archive-physicians .physiciansDirectory li a .thumb {
  width: 100%;
}
body.post-type-archive-physicians .physiciansDirectory li a:hover, body.post-type-archive-physicians .physiciansDirectory li a:active {
  text-decoration: none;
  background: rgb(211.6, 211.6, 211.6);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

body.post-type-archive-services .flexibleContentModules {
  padding-bottom: 4rem;
}
body.post-type-archive-services .servicesDirectory {
  list-style-type: none;
  margin: 0;
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: stretch;
  align-items: stretch;
}
body.post-type-archive-services .servicesDirectory li {
  list-style-type: none;
  margin: 0;
  width: 100%;
  margin-bottom: 2rem;
  /* Larger than tablet */
  /* Larger than desktop */
  /* Larger than Desktop HD */
}
@media (min-width: 750px) {
  body.post-type-archive-services .servicesDirectory li {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  body.post-type-archive-services .servicesDirectory li {
    width: calc(33.3333333333% - 20px);
  }
}
body.post-type-archive-services .servicesDirectory li a {
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-content: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
  background: #E8E8E8;
  padding: 2rem;
}
body.post-type-archive-services .servicesDirectory li a:hover, body.post-type-archive-services .servicesDirectory li a:active {
  text-decoration: none;
  background: rgb(211.6, 211.6, 211.6);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
body.post-type-archive-services .servicesDirectory li a h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0;
}
body.post-type-archive-services .contactCTA {
  background: #E8E8E8;
  padding: 2rem;
  margin-top: 4rem;
}
body.post-type-archive-services .contactCTA h4 {
  color: #0b79bf;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

body.post-type-archive-healthinfo {
  /*
  .healthinfoDirectory {
  	list-style-type:none;
  	margin: 0;
  	@include box-sizing;
  	@include flexbox;
  	@include flex-wrap(wrap);
  	@include justify-content(space-between);
  	//@include align-content(center);
  	//@include align-items(center);
  	 @include align-items(stretch);
  	li {
  		list-style-type:none;
  		margin: 0;
  		width: 100%;
  		margin-bottom: 2rem;
  		//@include align-self(stretch);

  		//background: pink;
  		@include responsive(larger-than-tablet) {
  			width: calc(100%/2 - 20px);
  		}
  		@include responsive(larger-than-desktop) {
  			//width: calc(100%/3 - 20px);
  		}
  		@include responsive(larger-than-desktophd) {
  			width: calc(100%/3 - 20px);
  		}
  		a {
  			@include box-sizing;
  			@include flexbox;
  			@include flex-wrap(wrap);
  			@include justify-content(space-between);
  			//@include flex-direction(column);
  			@include align-content(center);
  			@include align-items(center);
  			height: 100%;
  			background: $grey-1;
  			padding: 2rem;
  			&:hover,
  			&:active {
  				text-decoration: none;
  				background: darken($grey-1, 8%);
  				box-shadow: 2px 2px 6px rgba($black,.2);
  			}
  			h2 {
  				//font-size: 2.4rem;
  				font-size: 2.2rem;
  				font-weight: bold;
  				margin-bottom: 0;
  			}
  		}
  	}
  }*/
}
body.post-type-archive-healthinfo .flexibleContentModules {
  padding-bottom: 4rem;
}
body.post-type-archive-healthinfo .healthinfoDirectoryWrapper .twelve {
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: stretch;
  align-items: stretch;
}
body.post-type-archive-healthinfo .healthinfoDirectoryWrapper .twelve .healthInfoSection {
  width: 100%;
  margin-top: 4rem;
  /* Larger than tablet */
  /* Larger than Desktop HD */
}
@media (min-width: 750px) {
  body.post-type-archive-healthinfo .healthinfoDirectoryWrapper .twelve .healthInfoSection {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1200px) {
  body.post-type-archive-healthinfo .healthinfoDirectoryWrapper .twelve .healthInfoSection {
    width: calc(33.3333333333% - 40px);
  }
}
body.post-type-archive-healthinfo .healthinfoDirectoryWrapper .twelve .healthInfoSection.featuredArticle {
  width: 100%;
  margin-top: 0;
}
body.post-type-archive-healthinfo .healthinfoDirectoryWrapper .twelve .healthInfoSection.featuredArticle .featuredArticleInner {
  width: 100%;
  /* Larger than tablet */
}
@media (min-width: 750px) {
  body.post-type-archive-healthinfo .healthinfoDirectoryWrapper .twelve .healthInfoSection.featuredArticle .featuredArticleInner {
    width: 65.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }
}
body.post-type-archive-healthinfo .healthinfoDirectoryWrapper .twelve .healthInfoSection.featuredArticle .featuredArticleInner .featuredInnerWrapper {
  width: 100%;
  background: #E8E8E8;
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
}
body.post-type-archive-healthinfo .healthinfoDirectoryWrapper .twelve .healthInfoSection.featuredArticle .featuredArticleInner .featuredInnerWrapper .thumb {
  box-sizing: border-box;
  width: 33.3333333333%;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  align-self: stretch;
  /* Larger than tablet */
  /* Larger than desktop */
  /* Larger than Desktop HD */
}
body.post-type-archive-healthinfo .healthinfoDirectoryWrapper .twelve .healthInfoSection.featuredArticle .featuredArticleInner .featuredInnerWrapper .thumb img {
  width: 100%;
  /* Larger than Desktop HD */
}
@media (min-width: 1200px) {
  body.post-type-archive-healthinfo .healthinfoDirectoryWrapper .twelve .healthInfoSection.featuredArticle .featuredArticleInner .featuredInnerWrapper .thumb img {
    display: none;
  }
}
@media (min-width: 750px) {
  body.post-type-archive-healthinfo .healthinfoDirectoryWrapper .twelve .healthInfoSection.featuredArticle .featuredArticleInner .featuredInnerWrapper .thumb {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  body.post-type-archive-healthinfo .healthinfoDirectoryWrapper .twelve .healthInfoSection.featuredArticle .featuredArticleInner .featuredInnerWrapper .thumb {
    width: 33.3333333333%;
  }
}
body.post-type-archive-healthinfo .healthinfoDirectoryWrapper .twelve .healthInfoSection.featuredArticle .featuredArticleInner .featuredInnerWrapper .featuredMeta {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding: 2rem;
  /* Larger than tablet */
  /* Larger than desktop */
  /* Larger than Desktop HD */
}
@media (min-width: 750px) {
  body.post-type-archive-healthinfo .healthinfoDirectoryWrapper .twelve .healthInfoSection.featuredArticle .featuredArticleInner .featuredInnerWrapper .featuredMeta {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  body.post-type-archive-healthinfo .healthinfoDirectoryWrapper .twelve .healthInfoSection.featuredArticle .featuredArticleInner .featuredInnerWrapper .featuredMeta {
    width: 66.6666666667%;
  }
}
body.post-type-archive-healthinfo .healthinfoDirectoryWrapper .twelve .healthInfoSection.featuredArticle .featuredArticleInner .featuredInnerWrapper .featuredMeta h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: 600;
  /* Larger than tablet */
}
@media (min-width: 750px) {
  body.post-type-archive-healthinfo .healthinfoDirectoryWrapper .twelve .healthInfoSection.featuredArticle .featuredArticleInner .featuredInnerWrapper .featuredMeta h3 {
    font-size: 3.6rem;
  }
}
body.post-type-archive-healthinfo .healthinfoDirectoryWrapper .twelve .healthInfoSection.featuredArticle .featuredArticleInner .featuredInnerWrapper .featuredMeta h4 {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  /* Larger than tablet */
}
@media (min-width: 750px) {
  body.post-type-archive-healthinfo .healthinfoDirectoryWrapper .twelve .healthInfoSection.featuredArticle .featuredArticleInner .featuredInnerWrapper .featuredMeta h4 {
    font-size: 3rem;
  }
}
body.post-type-archive-healthinfo .healthinfoDirectoryWrapper .twelve .healthInfoSection.featuredArticle .featuredArticleInner .featuredInnerWrapper .featuredMeta p {
  margin-bottom: 0;
  line-height: 1.1;
  font-size: 1.2rem;
  /* Larger than tablet */
}
@media (min-width: 750px) {
  body.post-type-archive-healthinfo .healthinfoDirectoryWrapper .twelve .healthInfoSection.featuredArticle .featuredArticleInner .featuredInnerWrapper .featuredMeta p {
    font-size: 1.5rem;
  }
}
body.post-type-archive-healthinfo .contactCTA {
  background: #E8E8E8;
  padding: 2rem;
  margin-top: 4rem;
}
body.post-type-archive-healthinfo .contactCTA h4 {
  color: #0b79bf;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

body.post-type-archive-locations {
  /*
  #contentWrapper {
  	padding-bottom: 4rem;
  }
  h1 {
  	display: block;
  	background: $black-true;
  	color: $white-true;
  	font-size: 2.8rem;
  	padding: 2rem;
  	line-height: 1;
  	margin-bottom: 4rem;
  }
  */
}
body.post-type-archive-locations .locationDirectory {
  list-style-type: none;
  margin: 0;
}
body.post-type-archive-locations .locationDirectory li {
  list-style-type: none;
  margin: 0;
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-content: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: 1px solid #333333;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}
body.post-type-archive-locations .locationDirectory li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
body.post-type-archive-locations .locationDirectory li .map_canvas {
  width: 150px;
  height: 150px;
}
body.post-type-archive-locations .locationDirectory li .locationMeta {
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: calc(100% - 170px);
}
body.post-type-archive-locations .locationDirectory li .locationMeta .address {
  width: 100%;
  /* Larger than tablet */
  /* Larger than Desktop HD */
}
@media (min-width: 750px) {
  body.post-type-archive-locations .locationDirectory li .locationMeta .address {
    width: calc(62% - 20px);
  }
}
@media (min-width: 1200px) {
  body.post-type-archive-locations .locationDirectory li .locationMeta .address {
    width: calc(75% - 20px);
  }
}
body.post-type-archive-locations .locationDirectory li .locationMeta .address h2 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}
body.post-type-archive-locations .locationDirectory li .locationMeta .address .locationType {
  font-weight: 700;
  color: #333333;
  margin: 0.25rem 0 0.5rem;
}
body.post-type-archive-locations .locationDirectory li .locationMeta .locationCTA {
  width: 100%;
  /* Larger than tablet */
  /* Larger than Desktop HD */
}
@media (min-width: 750px) {
  body.post-type-archive-locations .locationDirectory li .locationMeta .locationCTA {
    width: 38%;
  }
}
@media (min-width: 1200px) {
  body.post-type-archive-locations .locationDirectory li .locationMeta .locationCTA {
    width: 25%;
  }
}
body.post-type-archive-locations .locationDirectory li .locationMeta .locationCTA .btnWrapper {
  margin-top: 1rem;
}

body.single-services .contactCTA,
body.single-healthinfo .contactCTA {
  background: #E8E8E8;
  padding: 2rem;
  margin-top: 4rem;
}
body.single-services .contactCTA h4,
body.single-healthinfo .contactCTA h4 {
  color: #0b79bf;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
body.single-services .sidebar .thumb,
body.single-healthinfo .sidebar .thumb {
  margin-bottom: 4rem;
}
body.single-services .sidebar .contactCTA,
body.single-healthinfo .sidebar .contactCTA {
  margin-bottom: 4rem;
}
body.single-services .sidebar .btnWrapper.backTo,
body.single-healthinfo .sidebar .btnWrapper.backTo {
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  body.single-services .sidebar .btnWrapper.backTo,
  body.single-healthinfo .sidebar .btnWrapper.backTo {
    display: none;
  }
}

body.single-healthinfo .disclaimerCTA {
  background: #E8E8E8;
  padding: 2rem;
  margin-top: 4rem;
}
body.single-healthinfo .disclaimerCTA h4 {
  color: #0b79bf;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
body.single-healthinfo .sidebar .siblingAndChildNav {
  margin-bottom: 4rem;
  background: #E8E8E8;
  padding: 2rem;
}
body.single-healthinfo .sidebar .siblingAndChildNav h4 {
  color: #000;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
body.single-healthinfo .sidebar .siblingAndChildNav ul {
  margin-bottom: 0;
}
body.single-healthinfo .sidebar .siblingAndChildNav ul li:last-of-type {
  margin-bottom: 0;
}
body.single-healthinfo .sidebar .siblingAndChildNav ul li.current_page_item {
  font-weight: bold;
}

body.single-locations .mainContent {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-content: center;
  -moz-align-items: center;
  align-items: center;
}
body.single-locations .mainContent .pageTitle {
  width: 100%;
}
body.single-locations .mainContent .pageTitle h5 {
  margin-bottom: 0.5rem;
}
body.single-locations .mainContent .pageTitle h1 {
  font-size: 3.4rem;
  /* Larger than phablet (also point when grid becomes active) */
}
@media (min-width: 550px) {
  body.single-locations .mainContent .pageTitle h1 {
    font-size: 4.2rem;
  }
}
body.single-locations .mainContent .locationType {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 1rem;
  /* Larger than phablet (also point when grid becomes active) */
}
@media (min-width: 550px) {
  body.single-locations .mainContent .locationType {
    font-size: 2rem;
  }
}
body.single-locations .mainContent .addressWrapper {
  width: 100%;
  margin-bottom: 2rem;
  /* Larger than tablet */
}
@media (min-width: 750px) {
  body.single-locations .mainContent .addressWrapper {
    width: 48%;
  }
}
body.single-locations .mainContent .btnWrapper {
  width: 100%;
  margin-bottom: 2rem;
  /* Larger than tablet */
}
body.single-locations .mainContent .btnWrapper a {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 750px) {
  body.single-locations .mainContent .btnWrapper {
    width: 48%;
    text-align: right;
  }
}
body.single-locations .mainContent .map_canvas {
  width: 100%;
  height: 400px;
}

body.single-physicians #contentWrapper #content {
  padding-top: 4rem;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  body.single-physicians #contentWrapper #content {
    padding-top: 7rem;
  }
}
body.single-physicians #contentWrapper .physicanHeader {
  background: #E8E8E8;
  margin-bottom: 4rem;
  padding: 2rem;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-content: center;
  -moz-align-items: center;
  align-items: center;
}
body.single-physicians #contentWrapper .physicanHeader h1 {
  margin-bottom: 1rem;
  font-size: 3.6rem;
  font-weight: bold;
}
body.single-physicians #contentWrapper .physicanHeader h2 {
  margin-bottom: 1rem;
  font-size: 2.6rem;
}
body.single-physicians #contentWrapper .physicanHeader .specialties {
  margin-bottom: 2rem;
}
body.single-physicians #contentWrapper .physicanHeader blockquote {
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2rem;
  border-left: none;
}
body.single-physicians #contentWrapper .physicanHeader blockquote p {
  position: relative;
  color: #0b79bf;
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
  font-size: 2.2rem;
}
body.single-physicians #contentWrapper .physicanHeader blockquote p:before {
  content: open-quote;
  position: absolute;
  left: -1rem;
}
body.single-physicians #contentWrapper .physicanHeader blockquote p:after {
  content: close-quote;
}
body.single-physicians #contentWrapper .physicanHeader .thumb img {
  width: 100%;
}
body.single-physicians #contentWrapper .mainContent {
  padding-top: 0;
}
body.single-physicians #contentWrapper .relatedLocations h5 {
  margin-bottom: 2rem;
}
body.single-physicians #contentWrapper .relatedLocations h6 {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
body.single-physicians #contentWrapper .relatedLocations ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 4rem;
}
body.single-physicians #contentWrapper .relatedLocations ul li {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #E8E8E8;
}
body.single-physicians #contentWrapper .relatedLocations ul li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
body.single-physicians #contentWrapper .cvDownload {
  margin-bottom: 4rem;
}
body.single-physicians #contentWrapper .retiredCTA {
  margin-bottom: 1rem;
  font-weight: bold;
}

body.blog .featuredImage,
body.single-post .featuredImage {
  min-height: 100px;
  /* Larger than desktop */
  /* Larger than Desktop HD */
}
@media (min-width: 1000px) {
  body.blog .featuredImage,
  body.single-post .featuredImage {
    min-height: 150px;
  }
}
@media (min-width: 1200px) {
  body.blog .featuredImage,
  body.single-post .featuredImage {
    min-height: 200px;
  }
}
body.blog .featuredImage .pageTitleOverlay,
body.single-post .featuredImage .pageTitleOverlay {
  padding: 2rem 0;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  body.blog .featuredImage .pageTitleOverlay,
  body.single-post .featuredImage .pageTitleOverlay {
    padding: 3.5rem 0;
  }
}
body.blog aside.sidebar ul,
body.single-post aside.sidebar ul {
  margin: 0;
}
body.blog aside.sidebar ul li.widget,
body.single-post aside.sidebar ul li.widget {
  margin: 0;
}
body.blog aside.sidebar ul li.widget.widget_archive label.screen-reader-text, body.blog aside.sidebar ul li.widget.widget_search label.screen-reader-text,
body.single-post aside.sidebar ul li.widget.widget_archive label.screen-reader-text,
body.single-post aside.sidebar ul li.widget.widget_search label.screen-reader-text {
  position: absolute;
  left: -9999px;
}
body.blog aside.sidebar ul li.widget.widget_search,
body.single-post aside.sidebar ul li.widget.widget_search {
  margin-bottom: 2rem;
}
body.blog aside.sidebar ul li.widget.widget_lastfm ul li,
body.single-post aside.sidebar ul li.widget.widget_lastfm ul li {
  font-size: 1.2rem;
  margin-left: 0 !important;
  line-height: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
body.blog aside.sidebar ul li.widget.widget_lastfm ul li:last-of-type,
body.single-post aside.sidebar ul li.widget.widget_lastfm ul li:last-of-type {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
body.blog aside.sidebar ul li.widget.widget_lastfm ul li a,
body.single-post aside.sidebar ul li.widget.widget_lastfm ul li a {
  display: block;
}
body.blog aside.sidebar ul li.widget.widget_lastfm ul li br,
body.single-post aside.sidebar ul li.widget.widget_lastfm ul li br {
  display: none;
}
body.blog aside.sidebar ul li.widget.widget_recent_entries ul li a,
body.single-post aside.sidebar ul li.widget.widget_recent_entries ul li a {
  display: block;
  line-height: 1.1;
}
body.blog aside.sidebar ul li.widget.widget_recent_entries ul li span.post-date,
body.single-post aside.sidebar ul li.widget.widget_recent_entries ul li span.post-date {
  display: block;
}
body.blog aside.sidebar ul li.widget h5.widgettitle,
body.single-post aside.sidebar ul li.widget h5.widgettitle {
  text-transform: uppercase;
  margin-bottom: 1rem;
}
body.blog aside.sidebar ul li.widget ul,
body.single-post aside.sidebar ul li.widget ul {
  margin-bottom: 2rem;
}
body.blog aside.sidebar ul li.widget ul li,
body.single-post aside.sidebar ul li.widget ul li {
  margin: 0;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  /* Larger than desktop */
  border-bottom: 1px solid rgb(193.75, 193.75, 193.75);
}
@media (min-width: 1000px) {
  body.blog aside.sidebar ul li.widget ul li,
  body.single-post aside.sidebar ul li.widget ul li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
body.blog aside.sidebar ul li.widget ul li:last-of-type,
body.single-post aside.sidebar ul li.widget ul li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

body.blog .mainContent .posts .entry {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgb(193.75, 193.75, 193.75);
}
body.blog .mainContent .posts .entry h2 {
  margin-bottom: 1rem;
}
body.blog .mainContent .posts .entry .postDate {
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
body.blog .mainContent .posts .entry .entryMetaGroup {
  display: -moz-flex;
  display: flex;
  flex-wrap: nowrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-content: center;
  -moz-align-items: center;
  align-items: center;
}
.entryMeta {
  font-size: 1.2rem;
}
.entryMeta .tags {
  margin-top: 0.5rem;
}

body.single-post .pageTitle {
  color: #FFF;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 3.6rem;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  body.single-post .pageTitle {
    font-size: 5rem;
  }
}
body.single-post .pageTitle a {
  color: #FFF;
}
body.single-post .pageTitle a:hover, body.single-post .pageTitle a:focus {
  color: #FFF;
}
body.single-post .mainContent .pageTitle {
  /* Larger than tablet */
}
@media (min-width: 750px) {
  body.single-post .mainContent .pageTitle {
    text-align: center;
  }
}
body.single-post .mainContent .pageTitle h1 {
  color: #0b79bf;
  line-height: 1.1;
  margin-bottom: 1.75rem;
}
body.single-post .mainContent .postDate {
  /* Larger than tablet */
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  font-size: 1.2rem;
  position: relative;
}
@media (min-width: 750px) {
  body.single-post .mainContent .postDate {
    text-align: center;
  }
}
body.single-post .mainContent .postDate::after {
  content: "";
  width: 10rem;
  position: absolute;
  bottom: 0;
  left: 0;
  /* Larger than tablet */
  height: 2px;
  background: #333333;
}
@media (min-width: 750px) {
  body.single-post .mainContent .postDate::after {
    left: 50%;
    margin-left: -5rem;
  }
}
body.single-post .blogAsideWrapper {
  background: #000;
  padding: 4rem 0;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  body.single-post .blogAsideWrapper {
    padding: 7rem 0;
  }
}
body.single-post .blogAsideWrapper aside.sidebar {
  color: #E8E8E8;
}
body.single-post .blogAsideWrapper aside.sidebar > ul {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
body.single-post .blogAsideWrapper aside.sidebar ul li.widget.widget_archive {
  width: 100%;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  body.single-post .blogAsideWrapper aside.sidebar ul li.widget.widget_archive {
    width: calc(25% - 20px);
    -moz-order: 5;
    order: 5;
  }
}
body.single-post .blogAsideWrapper aside.sidebar ul li.widget.widget_archive select {
  color: #333333;
}
body.single-post .blogAsideWrapper aside.sidebar ul li.widget.widget_search {
  width: 100%;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  body.single-post .blogAsideWrapper aside.sidebar ul li.widget.widget_search {
    -moz-order: 1;
    order: 1;
  }
}
body.single-post .blogAsideWrapper aside.sidebar ul li.widget.widget_categories {
  width: 100%;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  body.single-post .blogAsideWrapper aside.sidebar ul li.widget.widget_categories {
    width: calc(25% - 20px);
    -moz-order: 4;
    order: 4;
  }
}
body.single-post .blogAsideWrapper aside.sidebar ul li.widget.widget_recent_comments {
  width: 100%;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  body.single-post .blogAsideWrapper aside.sidebar ul li.widget.widget_recent_comments {
    width: calc(25% - 20px);
    -moz-order: 2;
    order: 2;
    display: none;
  }
}
body.single-post .blogAsideWrapper aside.sidebar ul li.widget.widget_recent_entries {
  width: 100%;
  /* Larger than desktop */
}
@media (min-width: 1000px) {
  body.single-post .blogAsideWrapper aside.sidebar ul li.widget.widget_recent_entries {
    width: calc(50% - 20px);
    -moz-order: 1;
    order: 1;
  }
}
body.single-post .blogAsideWrapper aside.sidebar ul li.widget h5.widgettitle {
  color: #E8E8E8;
}
body.single-post .blogAsideWrapper aside.sidebar ul li.widget ul li {
  /* Larger than desktop */
  border-bottom: 1px solid #333333;
}
body.single-post .blogAsideWrapper aside.sidebar ul li.widget ul li:last-of-type {
  border-bottom: none;
}
body.single-post .authorMetaWrapper {
  padding-bottom: 4rem;
}
body.single-post .authorMetaWrapper .authorMetaInner {
  display: -moz-flex;
  display: flex;
  flex-wrap: nowrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-content: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  background: rgb(247.3, 247.3, 247.3);
  position: relative;
}
body.single-post .authorMetaWrapper .authorMetaInner::before {
  content: "";
  width: 10rem;
  position: absolute;
  top: -2rem;
  left: 50%;
  margin-left: -5rem;
  height: 2px;
  background: #333333;
}
body.single-post .authorMetaWrapper .authorMetaInner .authorThumb {
  width: 33%;
}
body.single-post .authorMetaWrapper .authorMetaInner .authorThumb img {
  margin-bottom: 0;
}
body.single-post .authorMetaWrapper .authorMetaInner .authorMeta {
  width: 67%;
  padding: 2rem;
}
body.single-post .authorMetaWrapper .authorMetaInner .authorMeta .postedBy {
  color: #000;
  font-size: 1.6rem;
}
body.single-post .authorMetaWrapper .authorMetaInner .authorMeta .postedBy span {
  color: #0b79bf;
}
/*body.blog,
body.category,
body.archive.date,
//body.single-post,
body.search,
body.search-results,
body.post-type-archive-patientstories {
	.posts {
		.entry {
			@include flexbox;
			@include flex-wrap(wrap);
			@include justify-content(space-between);
			//@include align-content(center);
			//@include align-items(center);
			h2 {
				text-transform: none;
				//font-weight: 400;
				font-size: 1.6rem;
				margin-bottom: 1rem;
			}
			.thumb {
				width: 100px;
				img {
					width: 100%;
				}
				@include responsive(larger-than-desktop) {
					width: 162px;
				}
			}
			.blogExcerpt {
				width: calc(100% - 112px);
				font-size: 1.4rem;
				@include responsive(larger-than-desktop) {
					width: calc(100% - 182px);
				}
			}
		}
	}
}
body.single-post {
	.posts {
		.entry {
			.thumb {
				float:left;
				margin-right: 2rem;
				margin-bottom: 2rem;
			}
		}
	}
}

body.single-patientstories {
	.posts {
		.entry {
			.thumb {
				float:right;
				margin-left: 2rem;
				margin-bottom: 2rem;
			}
		}
	}
}

body.blog,
body.category,
body.archive.date,
body.single-post,
body.search,
body.search-results,
body.post-type-archive-patientstories,
body.single-patientstories {

	.blogHeroImage {
		img {
			width: 100%;
		}
	}

	.pageTitle {
		h1 {
			display: block;
			background: $black;
			color: $white;
			font-size: 2.8rem;
			padding: 2rem;
			line-height: 1;
			margin-bottom: 4rem;
		}
	}




	.postDate,
	.entryMeta,
	.readMore {
		a:link,
		a:visited{
			color: $default-link-color;
		}
		a:hover{
			color: $black;
			text-decoration: none;
		}
	}
	.postDate {
		margin-bottom: $globalPaddingUnit;
		margin-top: -5px;
	}
	.posts {
		.entry{
			padding-bottom: $globalPaddingUnit*2;
			margin-bottom: $globalPaddingUnit*2;
			border-bottom: 1px solid $grey-5;
			&:last-of-type {
				//padding-bottom: 0;
				//margin-bottom: 0;
				border-bottom: none;
			}
			h1 {
				font-size: 2.4rem;
				font-family: $font-stack-serif;
				font-weight: 700;
				@include responsive(larger-than-phablet) {
					font-size: 2.8rem;
				}
			}
		}
	}
	.readMore {
		text-align: right;
	}
	.filedUnder {
		margin-bottom:6px;
	}

	.sidebar {
		ul {
			margin: 0;
			ul:not(.socialBookmarks) {
				margin: 0;
				li {
					margin: 0;
					margin-bottom: $globalPaddingUnit/2;
					padding-bottom: $globalPaddingUnit/2;
					border-bottom: 1px solid darken($grey-5, 12%);
					&:last-of-type {
						border-bottom: 0;
					}
				}
			}
			ul.socialBookmarks {
				margin-bottom: $globalPaddingUnit/2;
				padding-bottom: $globalPaddingUnit/2;
			}
		}
	}
}
body.single-post,
body.single-patientstories {
	.mainContent {
		//h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			text-transform:none;
		}
	}
}

#respond {
	form {
		ul {
			list-style-type: none;
			margin: 0;
			li {
				margin: 0;
			}
		}
	}
}*/
.flexibleContentModules {
  background: #FFF;
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 6rem;
  box-sizing: border-box;
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory .intro {
  text-align: center;
  margin-bottom: 4rem;
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory .intro h1 {
  color: grey;
  line-height: 1;
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory .moduleStats {
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
  background: #e6e6e6;
  padding: 2rem;
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory .moduleStats div {
  width: 100%;
  /* Larger than tablet */
}
@media (min-width: 750px) {
  .flexibleContentModules section.ACF_flexibleContentModuleDirectory .moduleStats div {
    width: calc(33.3333333333% - 20px);
    text-align: center;
  }
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory ul.ACF_flexLayoutModuleDirectory {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory ul.ACF_flexLayoutModuleDirectory li {
  box-sizing: border-box;
  background: #e6e6e6;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 4rem;
  /* Larger than phablet (also point when grid becomes active) */
  /* Larger than tablet */
  /* Larger than desktop */
}
@media (min-width: 550px) {
  .flexibleContentModules section.ACF_flexibleContentModuleDirectory ul.ACF_flexLayoutModuleDirectory li {
    width: calc(50% - 20px);
  }
}
@media (min-width: 750px) {
  .flexibleContentModules section.ACF_flexibleContentModuleDirectory ul.ACF_flexLayoutModuleDirectory li {
    width: calc(33.3333333333% - 20px);
  }
}
@media (min-width: 1000px) {
  .flexibleContentModules section.ACF_flexibleContentModuleDirectory ul.ACF_flexLayoutModuleDirectory li {
    width: calc(25% - 20px);
  }
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory ul.ACF_flexLayoutModuleDirectory li .thumb {
  margin-bottom: 1rem;
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory ul.ACF_flexLayoutModuleDirectory li .thumb img {
  border: 1px solid black;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory ul.ACF_flexLayoutModuleDirectory li .thumb img:hover {
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory ul.ACF_flexLayoutModuleDirectory li .layoutMetaWrapper {
  height: 100%;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory ul.ACF_flexLayoutModuleDirectory li .layoutMetaWrapper .layoutMeta .label {
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding: 0 1rem;
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory ul.ACF_flexLayoutModuleDirectory li .layoutMetaWrapper .layoutMeta h4 {
  margin-bottom: 0.5rem;
  padding: 0 1rem;
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory ul.ACF_flexLayoutModuleDirectory li .layoutMetaWrapper .layoutMeta h5.varName {
  display: none;
  padding: 0 1rem;
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory ul.ACF_flexLayoutModuleDirectory li .layoutMetaWrapper .layoutMeta p.useNum {
  color: grey;
  padding: 0 1rem;
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory ul.ACF_flexLayoutModuleDirectory li .layoutMetaWrapper .layoutMeta .unusedNotice {
  padding: 0 1rem;
  margin-top: 1rem;
  font-size: 0.8em;
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory ul.ACF_flexLayoutModuleDirectory li .layoutMetaWrapper .layoutMeta .unusedNotice h5 {
  margin-bottom: 0;
  color: rgb(178.5, 0, 0);
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory ul.ACF_flexLayoutModuleDirectory li .layoutMetaWrapper .layoutMeta .unusedNotice p {
  margin-bottom: 0;
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory ul.ACF_flexLayoutModuleDirectory li .layoutMetaWrapper .moduleUsageWrapper .btnWrapper {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory ul.ACF_flexLayoutModuleDirectory li .layoutMetaWrapper .moduleUsageWrapper .toggleUses {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory ul.ACF_flexLayoutModuleDirectory li .layoutMetaWrapper .moduleUsageWrapper .toggleUses ul {
  margin: 0;
  padding: 0;
  margin-left: 2rem;
  width: 100%;
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory ul.ACF_flexLayoutModuleDirectory li .layoutMetaWrapper .moduleUsageWrapper .toggleUses ul li {
  background: none;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5rem;
}
.flexibleContentModules section.ACF_flexibleContentModuleDirectory ul.ACF_flexLayoutModuleDirectory li .layoutMetaWrapper .moduleUsageWrapper .toggleUses ul li:last-of-type {
  margin-bottom: 0;
}

/* @end */

/*# sourceMappingURL=style.css.map */