@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Fanwood+Text:400,400i|Lato|Quattrocento:400,700);
/*!
 *  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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.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; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0088C5;
  font-family: "Quattrocento", serif; }

h1,
.h1-style {
  font-size: 3.3125rem; }

h2,
.h2-style {
  font-size: 2.25rem; }

h3,
.h3-style {
  font-size: 1.875rem; }

h1 + p.subtitle,
h2 + p.subtitle,
h3 + p.subtitle,
h4 + p.subtitle,
h5 + p.subtitle,
h6 + p.subtitle {
  margin-bottom: 0 !important;
  font-size: 1rem !important;
  font-family: "Quattrocento", serif; }

p,
li {
  font-family: "Lato", sans-serif; }

p {
  line-height: 1.3; }

@media screen and (max-width: 47.999rem) {
  .content-wrapper {
    margin-top: 1rem; } }

@media screen and (min-width: 48rem) {
  .content-wrapper {
    padding: 1rem; } }

.content-wrapper h2 {
  font-size: 1.75rem; }

.content-wrapper h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #00638C; }

.content-wrapper p {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #7d7878; }

.content-wrapper ul,
.content-wrapper ol {
  margin-bottom: 1rem; }
  .content-wrapper ul li,
  .content-wrapper ol li {
    display: list-item;
    margin-left: 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #7d7878; }

.content-wrapper ul li {
  list-style: disc; }

.content-wrapper ol li {
  list-style: decimal; }

.content-wrapper ul.no-bullets {
  list-style: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .content-wrapper ul.no-bullets li {
    list-style: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }

.slick-arrow {
  width: 52px;
  height: 52px;
  z-index: 10; }
  .slick-arrow:before {
    display: none; }
  .slick-arrow.slick-prev {
    background-image: url("../img/icons/arrow-slider--left.svg"); }
  .slick-arrow.slick-next {
    background-image: url("../img/icons/arrow-slider--right.svg"); }

.slick-dotted.slick-slider {
  margin-bottom: 2rem; }
  @media screen and (max-width: 600px) {
    .slick-dotted.slick-slider {
      margin-bottom: 4rem; } }

.slick-dots {
  bottom: -35px; }
  .slick-dots li.slick-active button:before {
    color: #0088C5; }
  .slick-dots li button:before {
    font-size: 14px;
    color: black;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    color: #00638C;
    opacity: .5; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #F1F2F2; }
  body:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 0;
    padding: 0;
    padding-bottom: calc( 100% * 0.2335);
    /* aspect ratio of SVG source */
    background-image: url("../img/header-waves.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 105% auto;
    content: ""; }

a {
  color: #00638C; }
  a:hover {
    color: #00638C; }

header,
footer,
.site-content {
  position: relative; }

footer,
.site-content {
  z-index: 10; }

.site-content {
  flex: 1;
  -ms-flex: auto;
  padding-bottom: 2rem; }
  @media screen and (max-width: 61.938rem) {
    .site-content {
      padding-top: 2rem; } }

.columns,
.columns--2 {
  columns: 2; }
  @media screen and (max-width: 47.999rem) {
    .columns,
    .columns--2 {
      columns: 1; } }

.columns--3 {
  columns: 3; }
  @media screen and (max-width: 47.999rem) {
    .columns--3 {
      columns: 1; } }

.columns--4 {
  columns: 4; }
  @media screen and (max-width: 47.999rem) {
    .columns--4 {
      columns: 1; } }

hr.short {
  width: 80px;
  margin-left: 0;
  border: 2px solid #F0E886; }

@media screen and (min-width: 62rem) {
  a[href^="tel"] {
    cursor: text; }
    a[href^="tel"]:hover {
      text-decoration: none !important; } }

.card.hide {
  display: none; }

.nav.nav-pills {
  margin: 1em 0; }
  .nav.nav-pills .nav-item {
    margin-right: 0.5rem; }
    .nav.nav-pills .nav-item:last-child {
      margin-right: 0; }
  @media screen and (max-width: 61.938rem) {
    .nav.nav-pills[role="tablist"] {
      display: none; } }

@media screen and (max-width: 61.938rem) {
  .tab-content {
    margin-top: 2rem; } }

.tab-content .mfcc-panel {
  padding: 2rem; }
  .tab-content .mfcc-panel .content-wrapper {
    padding: 0; }

@media screen and (max-width: 61.938rem) {
  .tab-content .tab-pane {
    display: block;
    margin-bottom: 2rem; } }

.btn {
  padding: 0.875rem 2.5rem;
  border-radius: 100em;
  outline: none !important;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-glow: none !important;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .btn .the-text {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    font-family: "Lato", sans-serif; }
  @media screen and (min-width: 62rem) {
    .btn.active, .btn:hover {
      background-color: #F0E886; }
      .btn.active .the-text, .btn:hover .the-text {
        color: #00638C; } }
  .btn:focus, .btn.focus {
    box-shadow: none; }
  .btn--white {
    background-color: white; }
  .btn--yellow {
    background-color: #F0E886; }
    .btn--yellow .the-text {
      color: #333; }
  .btn.btn-primary {
    background-color: #0088C5;
    border: none; }
    @media screen and (min-width: 62rem) {
      .btn.btn-primary:hover {
        background-color: #F0E886; }
        .btn.btn-primary:hover .the-text {
          color: #00638C; } }

.content-cards {
  margin-top: 2rem;
  margin-bottom: -2rem; }

.content-card .card-block {
  padding: 1.5rem 2.5rem; }

.content-card .card-title {
  font-size: 1.5rem; }

.content-card p {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #7d7878; }

.content-card__featured-image {
  height: 20rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

@media screen and (min-width: 62rem) and (max-width: 75rem) {
  .content-card .btn {
    display: block;
    padding: 0.875rem 0; } }

.icon-cards {
  margin-top: 0; }
  @media screen and (min-width: 48rem) and (max-width: 61.938rem) {
    .icon-cards {
      margin-bottom: -2rem; } }
  @media screen and (max-width: 61.938rem) {
    .icon-cards .row {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; } }
  @media screen and (max-width: 47.999rem) {
    .icon-cards .row {
      display: block;
      flex: none; } }
  @media screen and (max-width: 61.938rem) {
    .icon-cards .row .col-md {
      display: block;
      flex: none;
      width: 50%;
      max-width: none;
      margin-bottom: 2rem; } }
  @media screen and (max-width: 47.999rem) {
    .icon-cards .row .col-md {
      width: 100%; } }

.icon-card {
  display: block;
  height: 100%;
  padding: 1rem;
  background: white;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  box-shadow: rgba(0, 0, 0, 0.05) 0 4px 5px; }
  .icon-card:hover, .icon-card:focus {
    text-decoration: none !important; }
  @media screen and (min-width: 62rem) {
    .icon-card:hover {
      box-shadow: rgba(0, 0, 0, 0.15) 1px 10px 20px; } }
  @media screen and (min-width: 62rem) {
    .icon-card {
      margin-bottom: 0; }
      .icon-card:hover .icon-card__heading:after {
        transform: translate3d(0, 0, 0); }
      .icon-card:hover .icon-card__icon:after {
        background-color: #F0E886; } }
  .icon-card__icon {
    position: relative;
    margin: 1rem 0; }
    .icon-card__icon:after {
      position: absolute;
      z-index: 15;
      top: 60%;
      left: 50%;
      width: 140px;
      height: 140px;
      background-color: #eefaff;
      border-radius: 100%;
      content: "";
      transform: translate3d(-50%, -50%, 0);
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
    .icon-card__icon img {
      position: relative;
      z-index: 40;
      display: block;
      width: 100%;
      max-width: 80px;
      margin: 0 auto; }
  .icon-card__heading {
    position: relative;
    z-index: 25;
    display: flex;
    overflow: hidden;
    height: 45px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #0088C5;
    text-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    justify-content: center; }
    .icon-card__heading:after {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #00638C;
      content: "";
      transform: translate3d(-100%, 0, 0);
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
    .icon-card__heading .the-text {
      position: relative;
      z-index: 5;
      color: white;
      font-family: "Lato", sans-serif; }
  .icon-card__content {
    font-size: 0.775rem;
    line-height: 1.3;
    color: #7d7878;
    font-family: "Lato", sans-serif; }

.physician-cards {
  margin-top: 2rem;
  margin-bottom: -2rem; }

.physician-card {
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.05) 0 4px 5px; }
  @media screen and (min-width: 62rem) {
    .physician-card {
      display: flex;
      flex-direction: row; } }
  @media screen and (min-width: 62rem) {
    .physician-card__featured-image,
    .physician-card .card-block {
      width: 50%; } }
  .physician-card .card-block {
    background-color: #0088C5; }
  .physician-card .card-title,
  .physician-card .card-sub-title,
  .physician-card p {
    color: white; }
  .physician-card .card-title {
    margin: 0;
    margin-bottom: 0.25rem;
    font-size: 1.5rem; }
  .physician-card .card-sub-title,
  .physician-card p {
    font-size: 0.75rem; }
  .physician-card .card-sub-title {
    font-size: 0.9rem;
    font-style: italic;
    font-family: "Fanwood Text", serif; }
  .physician-card p {
    margin-bottom: 1rem;
    line-height: 1.5; }
  .physician-card .btn {
    display: block; }
  .physician-card__featured-image {
    min-height: 368px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 62rem) {
      .physician-card__featured-image {
        height: 25rem;
        background-position: center top; } }

.title-cards {
  margin-top: 2rem;
  margin-bottom: -2rem; }

.title-card {
  height: 100%; }
  .title-card .card-block {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 61.938rem) {
      .title-card .card-block {
        display: block;
        flex: none; } }
  .title-card .card-title {
    margin: 0;
    font-size: 1.5rem; }
    @media screen and (max-width: 61.938rem) {
      .title-card .card-title {
        display: block;
        margin-bottom: 1rem; } }
  .title-card__featured-image {
    height: 20rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.card-container {
  margin-bottom: 2rem; }

.doctor-carousel__item {
  display: inline-block;
  width: 100%;
  max-width: 31%;
  margin: 0 10px;
  text-decoration: none !important; }
  @media screen and (min-width: 62rem) {
    .doctor-carousel__item:hover .doctor-carousel__image {
      box-shadow: rgba(0, 0, 0, 0.15) 1px 10px 20px; }
    .doctor-carousel__item:hover .doctor-carousel__name, .doctor-carousel__item:hover .doctor-carousel__title {
      text-decoration: none !important; } }

.doctor-carousel__image {
  height: 30rem;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  box-shadow: rgba(0, 0, 0, 0.05) 0 4px 5px; }

.doctor-carousel__meta {
  text-align: center; }

.doctor-carousel__name {
  margin: 1rem 0 0.5rem;
  font-size: 1.4rem;
  color: #0088C5; }

.doctor-carousel__title {
  font-style: italic;
  color: #7d7878;
  font-family: "Fanwood Text", serif; }

.doctor-carousel .slick-arrow.slick-prev {
  left: -65px; }
  @media screen and (min-width: 1200px) and (max-width: 1300px) {
    .doctor-carousel .slick-arrow.slick-prev {
      left: -25px; } }
  @media screen and (min-width: 61.938rem) and (max-width: 1100px) {
    .doctor-carousel .slick-arrow.slick-prev {
      left: -20px; } }
  @media screen and (max-width: 61.938rem) {
    .doctor-carousel .slick-arrow.slick-prev {
      left: -15px; } }

.doctor-carousel .slick-arrow.slick-next {
  right: -65px; }
  @media screen and (min-width: 1200px) and (max-width: 1300px) {
    .doctor-carousel .slick-arrow.slick-next {
      right: -25px; } }
  @media screen and (min-width: 61.938rem) and (max-width: 1100px) {
    .doctor-carousel .slick-arrow.slick-next {
      right: -20px; } }
  @media screen and (max-width: 61.938rem) {
    .doctor-carousel .slick-arrow.slick-next {
      right: -15px; } }

.doctor-carousel .slick-dots {
  bottom: -35px; }

.gallery .slide img {
  max-width: 100%; }

.gallery .slick-prev {
  left: 10px; }

.gallery .slick-next {
  right: 10px; }

.image-carousel__item img {
  display: block;
  width: 100%;
  max-width: 100%; }

.image-carousel .slick-arrow.slick-prev {
  left: 10px; }

.image-carousel .slick-arrow.slick-next {
  right: 10px; }

.posts-carousel .content-card {
  margin: 0 0.5rem; }
  .posts-carousel .content-card p {
    font-size: 0.75rem; }

.posts-carousel .slick-prev {
  left: -60px; }
  @media screen and (min-width: 1200px) and (max-width: 1300px) {
    .posts-carousel .slick-prev {
      left: -25px; } }
  @media screen and (min-width: 61.938rem) and (max-width: 1100px) {
    .posts-carousel .slick-prev {
      left: -20px; } }
  @media screen and (max-width: 61.938rem) {
    .posts-carousel .slick-prev {
      left: -15px; } }

.posts-carousel .slick-next {
  right: -60px; }
  @media screen and (min-width: 1200px) and (max-width: 1300px) {
    .posts-carousel .slick-next {
      right: -25px; } }
  @media screen and (min-width: 61.938rem) and (max-width: 1100px) {
    .posts-carousel .slick-next {
      right: -20px; } }
  @media screen and (max-width: 61.938rem) {
    .posts-carousel .slick-next {
      right: -15px; } }

.team-carousel__item {
  margin: 0 0.5%; }
  .team-carousel__item__inner {
    position: relative;
    width: 207px;
    height: 207px;
    margin: 0 auto;
    border-radius: 100em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .team-carousel__item--active .team-carousel__overlay {
    opacity: 1; }

.team-carousel__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 136, 197, 0.84);
  border-radius: 100em;
  text-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  justify-content: center; }
  @media screen and (max-width: 61.938rem) {
    .team-carousel__overlay:focus {
      opacity: 1; } }
  @media screen and (min-width: 62rem) {
    .team-carousel__overlay:hover {
      opacity: 1; } }
  .team-carousel__overlay h3,
  .team-carousel__overlay h4 {
    color: white; }
  .team-carousel__overlay h3 {
    margin-bottom: 10px;
    font-size: 1.25rem; }
  .team-carousel__overlay h4 {
    max-width: 125px;
    margin-top: 10px;
    font-size: 0.875rem;
    font-style: italic;
    font-family: "Fanwood Text", serif; }
  .team-carousel__overlay hr {
    margin: 0 auto; }

.team-carousel .slick-prev {
  left: -65px; }
  @media screen and (max-width: 1200px) {
    .team-carousel .slick-prev {
      left: 0; } }
  @media screen and (max-width: 61.938rem) {
    .team-carousel .slick-prev {
      left: -15px; } }
  @media screen and (max-width: 600px) {
    .team-carousel .slick-prev {
      left: 0; } }

.team-carousel .slick-next {
  right: -65px; }
  @media screen and (max-width: 1200px) {
    .team-carousel .slick-next {
      right: 0; } }
  @media screen and (max-width: 61.938rem) {
    .team-carousel .slick-next {
      right: -15px; } }
  @media screen and (max-width: 600px) {
    .team-carousel .slick-next {
      right: 0; } }

.testimonials-panel h2 {
  padding-bottom: 2rem;
  text-align: center; }

.testimonials-carousel {
  max-width: 720px;
  margin: 0 auto; }
  .testimonials-carousel__video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #eefaff;
    background-repeat: no-repeat;
    background-position: center; }
    .testimonials-carousel__video iframe {
      position: absolute; }
  .testimonials-carousel .slick-dots {
    bottom: -35px;
    left: 20px;
    text-align: left; }

.types-of-cancer-carousel-section .container {
  max-width: 1040px; }

.types-of-cancer-carousel-section .slick-prev {
  left: -55px; }
  @media screen and (min-width: 1200px) and (max-width: 1300px) {
    .types-of-cancer-carousel-section .slick-prev {
      left: -25px; } }
  @media screen and (min-width: 61.938rem) and (max-width: 1100px) {
    .types-of-cancer-carousel-section .slick-prev {
      left: -20px; } }
  @media screen and (max-width: 61.938rem) {
    .types-of-cancer-carousel-section .slick-prev {
      left: -15px; } }

.types-of-cancer-carousel-section .slick-next {
  right: -55px; }
  @media screen and (min-width: 1200px) and (max-width: 1300px) {
    .types-of-cancer-carousel-section .slick-next {
      right: -25px; } }
  @media screen and (min-width: 61.938rem) and (max-width: 1100px) {
    .types-of-cancer-carousel-section .slick-next {
      right: -20px; } }
  @media screen and (max-width: 61.938rem) {
    .types-of-cancer-carousel-section .slick-next {
      right: -15px; } }

@media screen and (min-width: 500px) {
  .types-of-cancer-carousel-section .content-card {
    margin: 0 0.5rem; } }

.types-of-cancer-carousel-section .content-card .card-title {
  font-size: 1.4rem; }

.types-of-cancer-carousel-section .content-card p {
  font-size: 0.75rem; }

.appointment-request {
  margin-bottom: 0 !important; }
  .appointment-request h2,
  .appointment-request h3,
  .appointment-request h4 {
    color: white; }
  .appointment-request .content-with-form__content {
    background-color: #004D6A; }
    .appointment-request .content-with-form__content .contact-widget {
      max-width: 100%;
      margin-bottom: 1rem; }
      @media screen and (min-width: 62rem) {
        .appointment-request .content-with-form__content .contact-widget {
          width: 49%;
          margin-right: 2%;
          margin-bottom: 2%; } }
      .appointment-request .content-with-form__content .contact-widget__wrapper {
        margin-bottom: -2%; }
        @media screen and (min-width: 62rem) {
          .appointment-request .content-with-form__content .contact-widget__wrapper {
            display: flex;
            flex-wrap: wrap; } }
      .appointment-request .content-with-form__content .contact-widget__text {
        max-width: 200px; }
      .appointment-request .content-with-form__content .contact-widget:nth-child(2n) {
        margin-right: 0; }
    .appointment-request .content-with-form__content h2 {
      margin-bottom: 1em;
      font-size: 1.75rem; }
    .appointment-request .content-with-form__content h3 {
      margin-bottom: 1rem;
      font-size: 1.5rem; }

.contact-widget {
  max-width: 290px;
  padding: 1rem;
  background-color: #00638C; }
  .contact-widget__row {
    display: flex;
    padding: 0.5rem 0;
    align-items: center; }
    .contact-widget__row:not(:last-child) {
      border-bottom: 1px solid #0088C5; }
    .contact-widget__row:first-child {
      padding-top: 0; }
    .contact-widget__row:last-child {
      padding-bottom: 0; }
  .contact-widget__text {
    margin-bottom: 0 !important;
    font-size: 12px;
    color: white !important;
    font-family: "Lato", sans-serif; }
  .contact-widget .contact-widget__text a {
    color: white; }
    .contact-widget .contact-widget__text a:hover {
      color: white;
      text-decoration: underline; }
  .contact-widget__icon {
    width: 100%;
    max-width: 1.75rem;
    margin-right: 0.5rem; }

.content-with-form {
  margin: 2rem 0; }
  .content-with-form__wrapper {
    display: block;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.05) 0 4px 5px; }
    @media screen and (max-width: 62rem) {
      .content-with-form__wrapper {
        flex-direction: column; } }
  .content-with-form__content {
    padding: 2rem;
    background-color: white; }
    @media screen and (min-width: 62rem) {
      .content-with-form__content {
        width: 60%; } }
    @media screen and (max-width: 61.938rem) {
      .content-with-form__content {
        width: 100%;
        order: 2; } }
  @media screen and (min-width: 62rem) {
    .content-with-form .cta-form {
      width: 40%; } }
  @media screen and (max-width: 61.938rem) {
    .content-with-form .cta-form {
      width: 100%;
      order: 1; } }
  @media screen and (min-width: 62rem) {
    .content-with-form .content-columns {
      column-gap: 40px;
      columns: 200px; } }

.physician-credentials {
  display: block;
  margin: 1rem 0;
  padding: 0;
  color: white; }
  .physician-credentials__credential {
    position: relative;
    margin-left: 1rem;
    list-style: none;
    font-size: 0 !important;
    /* fix for inline-block whitespace */
    line-height: 0 !important; }
    .physician-credentials__credential:before {
      position: absolute;
      top: 0;
      left: -1rem;
      display: block;
      font-size: 0.5rem;
      line-height: 1rem;
      content: "\2022"; }
    .physician-credentials__credential span {
      font-size: 0.75rem;
      line-height: 1rem; }
      .physician-credentials__credential span.institution:before, .physician-credentials__credential span.location:before {
        content: ", "; }

.cta-form {
  padding: 2rem;
  background-image: url("../img/form-bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .cta-form__main-heading,
  .cta-form p {
    color: white; }
  .cta-form__sub-heading {
    margin-top: 5px;
    font-size: 0.875rem;
    font-style: italic;
    color: white;
    letter-spacing: 0.5px;
    font-family: "Quattrocento", serif; }
  .cta-form .form-content {
    font-size: 0.875rem; }
  .cta-form .gform_confirmation_message {
    padding: 1rem;
    background: #fff;
    font-size: 0.875rem;
    color: #00638C;
    font-family: "Lato", sans-serif; }
  .cta-form .gform_wrapper span.gform_description {
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 0.875rem;
    font-style: normal;
    color: white;
    letter-spacing: 0.5px;
    font-family: "Quattrocento", serif; }
  .cta-form .gform_wrapper div.validation_error {
    margin-bottom: 0;
    padding: 1rem 0.5rem;
    background-color: #F0E886;
    border: none;
    font-size: 0.875rem;
    font-weight: normal;
    color: #00638C;
    font-family: "Lato", sans-serif; }
  .cta-form .gform_wrapper .gform_body ul.gform_fields li.gfield {
    padding-right: 0; }
  .cta-form .gform_wrapper .gform_body ul.gform_fields li.gfield label,
  .cta-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_complex label {
    display: none !important; }
  .cta-form .gform_wrapper .gform_body ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .cta-form .gform_wrapper .gform_body ul.gform_fields li.gfield select,
  .cta-form .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    margin-left: 0 !important;
    padding: 10px;
    background-color: transparent;
    border: none;
    border-bottom: 2px #fff solid;
    outline: none;
    font-size: 0.9rem;
    color: #fff;
    letter-spacing: normal; }
    .cta-form .gform_wrapper .gform_body ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
    .cta-form .gform_wrapper .gform_body ul.gform_fields li.gfield select::-webkit-input-placeholder,
    .cta-form .gform_wrapper .gform_body ul.gform_fields li.gfield textarea::-webkit-input-placeholder {
      color: #fff; }
    .cta-form .gform_wrapper .gform_body ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
    .cta-form .gform_wrapper .gform_body ul.gform_fields li.gfield select::-moz-placeholder,
    .cta-form .gform_wrapper .gform_body ul.gform_fields li.gfield textarea::-moz-placeholder {
      color: #fff; }
    .cta-form .gform_wrapper .gform_body ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
    .cta-form .gform_wrapper .gform_body ul.gform_fields li.gfield select:-ms-input-placeholder,
    .cta-form .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:-ms-input-placeholder {
      color: #fff; }
    .cta-form .gform_wrapper .gform_body ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
    .cta-form .gform_wrapper .gform_body ul.gform_fields li.gfield select:-moz-placeholder,
    .cta-form .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:-moz-placeholder {
      color: #fff; }
  .cta-form .gform_wrapper .gform_body ul.gform_fields li.gfield select {
    padding: 10px 5px; }
    .cta-form .gform_wrapper .gform_body ul.gform_fields li.gfield select:active, .cta-form .gform_wrapper .gform_body ul.gform_fields li.gfield select:focus {
      background-color: #019fd1; }
  .cta-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_complex .address_country {
    width: 100%;
    padding-right: 0; }
  @media screen and (min-width: 641px) {
    .cta-form .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
      max-width: none !important;
      margin-bottom: 0 !important;
      padding-top: 0;
      padding-bottom: 0;
      background-color: transparent;
      border: none; } }
  .cta-form .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .cta-form .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error select,
  .cta-form .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error textarea {
    border-bottom-color: #F0E886;
    color: #fff; }
    .cta-form .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
    .cta-form .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error select::-webkit-input-placeholder,
    .cta-form .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error textarea::-webkit-input-placeholder {
      color: #F0E886; }
    .cta-form .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
    .cta-form .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error select::-moz-placeholder,
    .cta-form .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error textarea::-moz-placeholder {
      color: #F0E886; }
    .cta-form .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
    .cta-form .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error select:-ms-input-placeholder,
    .cta-form .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error textarea:-ms-input-placeholder {
      color: #F0E886; }
    .cta-form .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
    .cta-form .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error select:-moz-placeholder,
    .cta-form .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error textarea:-moz-placeholder {
      color: #F0E886; }
  .cta-form .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_contains_required div.ginput_container {
    margin-top: 0 !important; }
  .cta-form .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_contains_required div.gfield_description {
    display: none; }
  .cta-form .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0; }
    .cta-form .gform_wrapper .gform_footer .btn.btn-primary {
      margin-top: 1.5rem;
      padding-right: 3.75rem;
      padding-left: 3.75rem;
      background: #fff;
      color: #000;
      letter-spacing: 2px;
      font-family: "Lato", sans-serif; }

.locations-widget-wrapper {
  position: relative; }
  @media screen and (min-width: 62rem) {
    .locations-widget-wrapper {
      height: 26.875rem; } }

.locations-widget-nav {
  position: absolute;
  z-index: 10;
  top: 1rem;
  left: 2rem;
  padding: 1rem 1rem 1.5rem;
  background-color: #0088C5; }
  @media screen and (max-width: 61.938rem) {
    .locations-widget-nav {
      position: relative;
      top: 0;
      left: auto;
      padding: 1rem 1rem 0; } }

@media screen and (max-width: 61.938rem) {
  .tab-nav {
    overflow: hidden; } }

.tab-nav__item {
  display: inline-block;
  margin-right: 10px; }
  @media screen and (max-width: 61.938rem) {
    .tab-nav__item {
      display: inline-block;
      float: left;
      width: 50%;
      margin: 0;
      margin-bottom: 1rem;
      text-align: center; } }
  .tab-nav__item:last-child {
    margin-right: 0; }
  .tab-nav__item--active .tab-nav__link:after {
    width: 100%; }

.tab-nav__link {
  padding: 5px;
  text-decoration: none;
  position: relative; }
  .tab-nav__link:after {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #0088C5;
    left: .875rem;
    bottom: -2px;
    content: '';
    display: block; }
  @media screen and (min-width: 62rem) {
    .tab-nav__link:hover:after {
      width: 60%; } }
  @media screen and (min-width: 62rem) {
    .tab-nav__link:hover {
      text-decoration: none; }
      .tab-nav__link:hover:after {
        width: 100%; } }
  .tab-nav__link:after {
    left: 0;
    background-color: #68b3a8; }

.tab-nav .the-text {
  display: inline-block;
  padding: 5px 0;
  color: white; }

.locations-widget {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 26.875rem;
  transition: all 0.5s ease-in-out; }
  @media screen and (max-width: 61.938rem) {
    .locations-widget {
      height: auto; } }
  .locations-widget .slick-list,
  .locations-widget .slick-track {
    height: 100%; }
  .locations-widget__images {
    display: block;
    float: left;
    width: 65%;
    height: 100%; }
    @media screen and (max-width: 61.938rem) {
      .locations-widget__images {
        float: none;
        width: 100%;
        height: 24rem; } }
  .locations-widget__image {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .locations-widget__details {
    float: left;
    width: 35%;
    height: 100%;
    padding: 2rem;
    background-image: url(../img/form-bg-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 61.938rem) {
      .locations-widget__details {
        float: none;
        width: 100%;
        height: auto; } }
  .locations-widget__detail {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-start; }
    .locations-widget__detail .inner {
      width: 100%; }
    .locations-widget__detail.slick-current {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      pointer-events: all; }
      @media screen and (max-width: 61.938rem) {
        .locations-widget__detail.slick-current {
          display: block; } }
      .locations-widget__detail.slick-current .locations-widget__main-heading {
        opacity: 1 !important; }
      .locations-widget__detail.slick-current .check-list,
      .locations-widget__detail.slick-current .btn-transition-wrapper {
        opacity: 1 !important; }
  .locations-widget__main-heading,
  .locations-widget .check-list,
  .locations-widget .btn-transition-wrapper {
    transition: all .5s ease-in-out;
    opacity: 0; }
  .locations-widget__main-heading {
    margin-bottom: 1rem;
    font-size: 2rem;
    color: white;
    transition-delay: 0.2s;
    font-family: "Quattrocento", serif; }
  .locations-widget .check-list {
    transition-delay: 0.5s; }
    .locations-widget .check-list li {
      color: white; }
      .locations-widget .check-list li a {
        color: white; }
  .locations-widget .btn-transition-wrapper {
    transition: all 0.5s ease-in-out;
    transition-delay: 1.2s; }

.logo-and-text {
  display: flex;
  padding: 1rem 0;
  align-items: center;
  justify-content: center; }
  .logo-and-text .left,
  .logo-and-text .right {
    display: inline-block; }
    @media screen and (min-width: 62rem) {
      .logo-and-text .left,
      .logo-and-text .right {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem; } }
  @media screen and (max-width: 61.938rem) {
    .logo-and-text .inner {
      text-align: center; } }
  .logo-and-text .left .logo {
    position: relative;
    top: 4px;
    display: block;
    width: 100%;
    max-width: 8.75rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 62rem) {
      .logo-and-text .left .logo {
        margin-left: 0;
        margin-right: 1rem;
        margin-bottom: 0; } }
  .logo-and-text .right {
    display: block;
    padding-top: 1rem;
    border-top: 3px solid #F0E886; }
    @media screen and (min-width: 62rem) {
      .logo-and-text .right {
        display: inline-block;
        padding-left: 1.5rem;
        border-top: none;
        border-left: 3px solid #F0E886; } }
    .logo-and-text .right p {
      font-size: 1.05rem;
      color: #00638C;
      font-family: "Quattrocento", serif; }
      .logo-and-text .right p em {
        font-size: 1.175rem;
        font-style: italic;
        color: #8b8b8b;
        font-family: "Fanwood Text", serif; }
        .logo-and-text .right p em a {
          color: #0088C5;
          text-decoration: underline; }

.map-and-directions {
  margin-top: 2rem; }
  @media screen and (min-width: 48rem) {
    .map-and-directions__wrapper {
      display: flex; } }
  .map-and-directions__map {
    height: 24rem; }
    @media screen and (max-width: 47.999rem) {
      .map-and-directions__map {
        width: 100%; } }
    @media screen and (min-width: 48rem) {
      .map-and-directions__map {
        width: 100%; } }
    @media screen and (min-width: 62rem) {
      .map-and-directions__map {
        width: 66.6666%; } }
  .map-and-directions__directions-form {
    padding: 3rem;
    background-image: url("../img/form-bg-1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 47.999rem) {
      .map-and-directions__directions-form {
        display: none; } }
    @media screen and (min-width: 48rem) {
      .map-and-directions__directions-form {
        width: 50%; } }
    @media screen and (min-width: 62rem) {
      .map-and-directions__directions-form {
        width: 33.3333%; } }
    .map-and-directions__directions-form h2 {
      margin-bottom: 1rem;
      font-size: 1.75rem;
      color: white;
      font-family: "Quattrocento", serif; }
    .map-and-directions__directions-form .form-control {
      padding: 10px;
      background-color: transparent;
      border-top: none;
      border-right: none;
      border-bottom: 2px #fff solid;
      border-left: none;
      border-radius: 0;
      outline: none;
      font-size: 0.9rem;
      color: #fff;
      font-family: "Lato", sans-serif; }
      .map-and-directions__directions-form .form-control::-webkit-input-placeholder {
        color: #fff; }
      .map-and-directions__directions-form .form-control::-moz-placeholder {
        color: #fff; }
      .map-and-directions__directions-form .form-control:-ms-input-placeholder {
        color: #fff; }
      .map-and-directions__directions-form .form-control:-moz-placeholder {
        color: #fff; }
      .map-and-directions__directions-form .form-control:focus, .map-and-directions__directions-form .form-control:active {
        background-color: transparent;
        border-bottom-color: #F0E886;
        outline: none;
        box-shadow: none;
        color: white; }
      .map-and-directions__directions-form .form-control:disabled, .map-and-directions__directions-form .form-control[readonly] {
        background-color: transparent; }
        .map-and-directions__directions-form .form-control:disabled:focus, .map-and-directions__directions-form .form-control:disabled:active, .map-and-directions__directions-form .form-control[readonly]:focus, .map-and-directions__directions-form .form-control[readonly]:active {
          border-bottom-color: white; }
    .map-and-directions__directions-form .form-group {
      margin-bottom: 1.5rem; }
    .map-and-directions__directions-form .btn {
      margin-top: 0.5rem;
      padding-right: 3.5rem;
      padding-left: 3.5rem; }

.mfcc-panel {
  padding: 3rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0 4px 5px; }
  @media screen and (max-width: 61.938rem) {
    .mfcc-panel {
      padding: 2rem; } }

.block .mfcc-panel .content-wrapper {
  padding: 0; }

footer {
  z-index: 25;
  padding-bottom: 4rem;
  background-color: #002E42; }
  footer .logo-wrapper {
    display: flex;
    margin-top: -2rem;
    margin-bottom: 2rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #003A53;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 640px) {
      footer .logo-wrapper {
        margin-top: 0; } }
    footer .logo-wrapper img {
      display: block;
      width: 100%;
      max-width: 25.625rem; }
  @media screen and (max-width: 62rem) {
    footer .widget {
      margin-bottom: 2rem; }
      footer .widget:last-child {
        margin-bottom: 0; } }
  footer .widget_provider img {
    display: block;
    width: 100%;
    max-width: 10.9375em;
    height: auto; }
  footer .widget_provider p em {
    display: block;
    margin-top: 10px;
    font-size: 1.2rem;
    color: #004a69;
    letter-spacing: 0.5px;
    font-family: "Fanwood Text", serif; }
  footer .widget_contact .call-us-text {
    display: block;
    margin-bottom: 7px;
    font-size: 1.5rem;
    color: white;
    font-family: "Quattrocento", serif; }
  footer .widget_contact .phone-text {
    display: block;
    padding: 0 0 10px;
    font-size: 0.85rem;
    color: white;
    font-family: "Lato", sans-serif; }
    footer .widget_contact .phone-text a {
      color: white;
      cursor: text; }
  footer .widget_contact .social-media {
    display: flex;
    flex-direction: row;
    margin: 2rem 0 0 0;
    padding: 0;
    list-style: none; }
    footer .widget_contact .social-media__item {
      display: inline-block;
      margin: 0;
      padding: 0;
      list-style: none; }
    footer .widget_contact .social-media__link {
      display: block;
      width: 40px;
      height: 40px;
      margin-right: 7px;
      font-size: 0;
      line-height: 0;
      position: relative; }
      footer .widget_contact .social-media__link:after {
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        position: absolute;
        width: 0;
        height: 1px;
        background-color: #0088C5;
        left: .875rem;
        bottom: -2px;
        content: '';
        display: block; }
      @media screen and (min-width: 62rem) {
        footer .widget_contact .social-media__link:hover:after {
          width: 60%; } }
      footer .widget_contact .social-media__link:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        content: ""; }
      footer .widget_contact .social-media__link:after {
        left: 0;
        background-color: #F0E886; }
      footer .widget_contact .social-media__link[href*="facebook"]:before {
        background-image: url(../img/icons/icon-facebook.svg); }
      footer .widget_contact .social-media__link[href*="twitter"]:before {
        background-image: url(../img/icons/icon-twitter.svg); }
      footer .widget_contact .social-media__link[href*="youtube"]:before {
        background-image: url(../img/icons/icon-youtube.svg); }
      footer .widget_contact .social-media__link[href*="linkedin"]:before {
        background-image: url(../img/icons/icon-linkedin.svg); }
  footer .widget_nav_menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer .widget_nav_menu ul li {
      display: block;
      float: left;
      clear: both;
      position: relative; }
      footer .widget_nav_menu ul li:after {
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        position: absolute;
        width: 0;
        height: 1px;
        background-color: #0088C5;
        left: .875rem;
        bottom: -2px;
        content: '';
        display: block; }
      @media screen and (min-width: 62rem) {
        footer .widget_nav_menu ul li:hover:after {
          width: 60%; } }
      footer .widget_nav_menu ul li:after {
        bottom: 13px;
        left: 0; }
      footer .widget_nav_menu ul li a {
        display: block;
        max-width: 105px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: 0.775rem;
        line-height: 1.2;
        color: white;
        text-decoration: none; }

header {
  z-index: 25; }
  @media screen and (max-width: 61.938rem) {
    header {
      display: flex;
      flex-direction: column; } }
  header .masthead.navbar[class*="toggle"] {
    flex-direction: column;
    padding: 0; }
  header .logo {
    display: flex;
    margin: 0;
    padding: 1rem 0 2rem;
    text-decoration: none;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 61.938rem) {
      header .logo {
        padding: 1rem 0 1rem 0.5rem;
        justify-content: left; } }
    @media screen and (max-width: 640px) {
      header .logo {
        height: 6.5rem; } }
    header .logo a {
      text-decoration: none; }
      header .logo a.navbar-brand {
        margin: 0;
        padding: 0; }
    header .logo img {
      display: block;
      max-width: 15.625rem; }
      @media screen and (max-width: 640px) {
        header .logo img {
          max-width: 12rem; } }
  header .navbar-toggler {
    top: 1.5rem;
    right: 0.5rem;
    width: 56px;
    height: 56px;
    padding: 0;
    border-width: 1px;
    border-color: #0088C5;
    border-radius: 0;
    outline: none;
    cursor: pointer; }
    header .navbar-toggler .navbar-toggler__bar {
      position: absolute;
      top: 25px;
      left: 10px;
      display: block;
      width: 34px;
      height: 0;
      background: #0088C5;
      transition: all 0.15s ease-out; }
      header .navbar-toggler .navbar-toggler__bar:before, header .navbar-toggler .navbar-toggler__bar:after {
        position: absolute;
        left: 0;
        display: block;
        width: 34px;
        height: 3px;
        background: #0088C5;
        content: "";
        transition: all 0.3s ease-out;
        transform-origin: center center; }
      header .navbar-toggler .navbar-toggler__bar:before {
        top: 0;
        transform: rotate(45deg); }
      header .navbar-toggler .navbar-toggler__bar:after {
        top: 0;
        bottom: auto;
        transform: rotate(-45deg); }
    header .navbar-toggler.collapsed .navbar-toggler__bar {
      height: 3px; }
      header .navbar-toggler.collapsed .navbar-toggler__bar:before, header .navbar-toggler.collapsed .navbar-toggler__bar:after {
        transition: all 0.15s ease-out;
        transform: none; }
      header .navbar-toggler.collapsed .navbar-toggler__bar:before {
        top: -10px; }
      header .navbar-toggler.collapsed .navbar-toggler__bar:after {
        top: auto;
        bottom: -10px; }
  header .prologue {
    width: 100%;
    padding: 0.5rem; }
    @media screen and (max-width: 61.938rem) {
      header .prologue {
        display: flex;
        flex-direction: column;
        order: 2; } }
    @media screen and (min-width: 62rem) {
      header .prologue {
        display: flex;
        padding: 1rem;
        justify-content: space-between; } }
    @media screen and (max-width: 640px) {
      header .prologue {
        padding-top: 0; } }
  @media screen and (max-width: 61.938rem) {
    header .top-navigation-menu__item {
      text-align: center; } }
  @media screen and (min-width: 62rem) {
    header .top-navigation-menu__item {
      display: inline-block;
      margin-right: 5px; } }
  header .top-navigation-menu__item--has-children {
    position: relative; }
    @media screen and (min-width: 62rem) {
      header .top-navigation-menu__item--has-children:hover .top-navigation-menu__link {
        background-color: #00638C;
        border-color: #00638C;
        border-radius: 0; }
        header .top-navigation-menu__item--has-children:hover .top-navigation-menu__link strong {
          color: white; }
      header .top-navigation-menu__item--has-children:hover .top-navigation-menu__sub-menu {
        opacity: 1;
        pointer-events: all; } }
  header .top-navigation-menu__link {
    display: block;
    padding: 0.3rem 0.875rem;
    /* Patient Login */
    /* Locations Menu */ }
    header .top-navigation-menu__link:not([title*="Patient Login"]) {
      position: relative; }
      header .top-navigation-menu__link:not([title*="Patient Login"]):after {
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        position: absolute;
        width: 0;
        height: 1px;
        background-color: #0088C5;
        left: .875rem;
        bottom: -2px;
        content: '';
        display: block; }
      @media screen and (min-width: 62rem) {
        header .top-navigation-menu__link:not([title*="Patient Login"]):hover:after {
          width: 60%; } }
    @media screen and (max-width: 61.938rem) {
      header .top-navigation-menu__link {
        margin: 5px 0; } }
    @media screen and (min-width: 62rem) {
      header .top-navigation-menu__link {
        display: inline-block; }
        header .top-navigation-menu__link:hover {
          text-decoration: none !important; }
          header .top-navigation-menu__link:hover strong {
            text-decoration: none !important; } }
    header .top-navigation-menu__link strong {
      font-size: 0.875em;
      font-weight: normal;
      color: #00638C; }
    header .top-navigation-menu__link[title*="Patient Login"] {
      padding: 0.3rem 1.75rem;
      border-radius: 100em;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00ceee+0,0088c5+100 */
      background: #00ceee;
      /* Old browsers */
      background: -moz-linear-gradient(left, #00ceee 0%, #0088c5 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #00ceee 0%, #0088c5 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #00ceee 0%, #0088c5 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ceee', endColorstr='#0088c5',GradientType=1 );
      /* IE6-9 */ }
      @media screen and (min-width: 62rem) {
        header .top-navigation-menu__link[title*="Patient Login"] {
          -webkit-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out; }
          header .top-navigation-menu__link[title*="Patient Login"]:hover {
            background: white !important; }
            header .top-navigation-menu__link[title*="Patient Login"]:hover strong {
              color: #00638C; } }
      header .top-navigation-menu__link[title*="Patient Login"] strong {
        color: white; }
    header .top-navigation-menu__link[href*="locations"] {
      position: relative;
      padding-right: 3rem;
      border: 1px solid #7EB0A6;
      border-radius: 100em; }
      @media screen and (min-width: 62rem) {
        header .top-navigation-menu__link[href*="locations"]:hover {
          background-color: #00638C;
          border-color: #00638C; }
          header .top-navigation-menu__link[href*="locations"]:hover strong {
            color: white; } }
      header .top-navigation-menu__link[href*="locations"]:after {
        display: none !important; }
      header .top-navigation-menu__link[href*="locations"]:before {
        position: absolute;
        top: 11px;
        right: 14px;
        display: block;
        width: 11px;
        height: 6px;
        background-image: url(../img/icons/caret-down.svg);
        background-repeat: no-repeat;
        background-size: cover;
        content: ""; }
        @media screen and (max-width: 61.938rem) {
          header .top-navigation-menu__link[href*="locations"]:before {
            top: 20px;
            right: 24px;
            width: 15px;
            height: 8px; } }
      header .top-navigation-menu__link[href*="locations"].active:before {
        transform: scaleY(-1); }
      header .top-navigation-menu__link[href*="locations"] strong {
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out; }
    @media screen and (max-width: 61.938rem) {
      header .top-navigation-menu__link[title*="Patient Login"], header .top-navigation-menu__link[href*="locations"] {
        padding: 1rem; } }
  header .top-navigation-menu__sub-menu {
    background-color: #F0E886; }
    @media screen and (max-width: 61.938rem) {
      header .top-navigation-menu__sub-menu {
        position: relative;
        left: auto;
        display: block;
        visibility: hidden;
        height: 0;
        border-radius: 0.875rem; } }
    @media screen and (min-width: 62rem) {
      header .top-navigation-menu__sub-menu {
        position: absolute;
        z-index: 20;
        top: 100%;
        left: 50%;
        width: 100%;
        opacity: 0;
        transform: translate3d(-50%, 0, 0);
        pointer-events: none;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out; } }
    header .top-navigation-menu__sub-menu--expanded {
      visibility: visible;
      height: auto; }
    header .top-navigation-menu__sub-menu__item {
      display: block;
      background-color: transparent; }
      header .top-navigation-menu__sub-menu__item:not(:last-child) {
        border-bottom: 1px solid #0088C5; }
    header .top-navigation-menu__sub-menu__link {
      display: block;
      padding: 1rem;
      text-align: center;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      @media screen and (min-width: 62rem) {
        header .top-navigation-menu__sub-menu__link {
          padding: 0.5rem; }
          header .top-navigation-menu__sub-menu__link:hover {
            background-color: #00638C;
            text-decoration: none; }
            header .top-navigation-menu__sub-menu__link:hover strong {
              color: #F0E886; } }
      header .top-navigation-menu__sub-menu__link strong {
        font-size: 0.8rem;
        color: #00638C;
        letter-spacing: 0; }
      header .top-navigation-menu__sub-menu__link:after {
        left: 50%;
        transform: translate3d(-50%, 0, 0); }
  @media screen and (min-width: 1030px) {
    header .top-navigation-menu__cta-text {
      cursor: text; } }
  @media screen and (max-width: 61.938rem) {
    header .top-navigation-menu__cta-text {
      padding-top: 0.5rem; } }
  header .top-navigation-menu__cta-text:after {
    display: none !important; }
  header .top-navigation-menu__cta-text p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #00638C;
    font-family: "Fanwood Text", serif; }
    header .top-navigation-menu__cta-text p strong {
      font-weight: bold;
      font-family: "Lato", sans-serif; }
  header .main-navigation-menu {
    display: flex;
    align-content: center;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    justify-content: center; }
    header .main-navigation-menu--fixed {
      position: fixed;
      top: 0;
      width: 100%;
      background-color: #00638C; }
    header .main-navigation-menu.collapse {
      display: none; }
      header .main-navigation-menu.collapse.show {
        display: flex; }
    @media screen and (max-width: 61.938rem) {
      header .main-navigation-menu {
        width: 100%;
        padding: 0; } }
    header .main-navigation-menu__wrapper, header .main-navigation-menu__item {
      background-color: #00638C; }
    @media screen and (max-width: 61.938rem) {
      header .main-navigation-menu__wrapper {
        width: 100%; } }
    @media screen and (min-width: 62rem) {
      header .main-navigation-menu__wrapper {
        padding: 0 1.25rem; } }
    header .main-navigation-menu__item {
      position: relative; }
      @media screen and (max-width: 61.938rem) {
        header .main-navigation-menu__item {
          border-bottom: 1px solid #0088C5;
          text-align: center; } }
      @media screen and (min-width: 62rem) {
        header .main-navigation-menu__item {
          display: inline-block; }
          header .main-navigation-menu__item:hover .main-navigation-menu__sub-menu {
            opacity: 1 !important;
            transform: translate3d(-50%, 0, 0);
            pointer-events: auto !important; } }
      header .main-navigation-menu__item--active > .main-navigation-menu__link:after {
        width: 100%; }
        @media screen and (max-width: 61.938rem) {
          header .main-navigation-menu__item--active > .main-navigation-menu__link:after {
            left: 50%;
            width: 200px;
            transform: translate3d(-50%, 0, 0); } }
      header .main-navigation-menu__item--has-children .sub-menu-toggle {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        width: 44px;
        height: 44px;
        background-color: rgba(255, 255, 255, 0.15);
        background-image: url(../img/icons/white-triangle-down.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px 8.5px; }
        @media screen and (min-width: 62rem) {
          header .main-navigation-menu__item--has-children .sub-menu-toggle {
            display: none; } }
        header .main-navigation-menu__item--has-children .sub-menu-toggle i {
          display: none; }
        header .main-navigation-menu__item--has-children .sub-menu-toggle--active {
          transform: scaleY(-1); }
      @media screen and (min-width: 62rem) {
        header .main-navigation-menu__item--columns .main-navigation-menu__sub-menu {
          display: flex;
          width: 26rem;
          flex-wrap: wrap; } }
      @media screen and (min-width: 62rem) {
        header .main-navigation-menu__item--columns .main-navigation-menu__sub-menu .main-navigation-menu__item {
          width: 33%; } }
    header .main-navigation-menu__link {
      display: inline-block;
      padding: 1rem;
      font-size: 0.8rem;
      font-weight: 400;
      color: white;
      letter-spacing: 1px;
      font-family: "Lato", sans-serif;
      position: relative; }
      header .main-navigation-menu__link:after {
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        position: absolute;
        width: 0;
        height: 1px;
        background-color: #0088C5;
        left: .875rem;
        bottom: -2px;
        content: '';
        display: block; }
      @media screen and (min-width: 62rem) {
        header .main-navigation-menu__link:hover:after {
          width: 60%; } }
      header .main-navigation-menu__link:hover {
        color: white;
        text-decoration: none; }
      @media screen and (max-width: 61.938rem) {
        header .main-navigation-menu__link {
          display: block; } }
      header .main-navigation-menu__link:focus {
        color: white; }
      header .main-navigation-menu__link:after {
        bottom: 5px;
        left: 0;
        background-color: #7EB0A6; }
      @media screen and (min-width: 62rem) {
        header .main-navigation-menu__link:hover strong {
          color: white; }
        header .main-navigation-menu__link:hover:after {
          width: 100%; } }
    header .main-navigation-menu__sub-menu {
      background-color: #F0E886; }
      @media screen and (max-width: 61.938rem) {
        header .main-navigation-menu__sub-menu {
          display: none; } }
      @media screen and (min-width: 62rem) {
        header .main-navigation-menu__sub-menu {
          position: absolute;
          top: 100%;
          left: 50%;
          width: 22rem;
          opacity: 0;
          transform: translate3d(-50%, -10px, 0);
          pointer-events: none;
          -webkit-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out; } }
      @media screen and (max-width: 61.938rem) {
        header .main-navigation-menu__sub-menu--expanded {
          display: block; } }
      header .main-navigation-menu__sub-menu .main-navigation-menu__item {
        display: block;
        background-color: transparent; }
      header .main-navigation-menu__sub-menu .main-navigation-menu__link {
        display: block;
        text-align: center; }
        header .main-navigation-menu__sub-menu .main-navigation-menu__link strong {
          color: #00638C;
          letter-spacing: 0; }
        header .main-navigation-menu__sub-menu .main-navigation-menu__link:after {
          left: 50%;
          transform: translate3d(-50%, 0, 0); }
        @media screen and (min-width: 62rem) {
          header .main-navigation-menu__sub-menu .main-navigation-menu__link:hover {
            text-decoration: none; }
            header .main-navigation-menu__sub-menu .main-navigation-menu__link:hover:after {
              width: 50% !important; } }

.hero-section {
  max-width: 1280px;
  opacity: 0;
  transform: translate(0, 20px);
  animation: fade-in 1s forwards;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  box-shadow: rgba(0, 0, 0, 0.05) 0 4px 5px; }

@keyframes fade-in {
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
  @media screen and (max-width: 61.938rem) {
    .hero-section {
      flex-direction: column; } }
  @media screen and (min-width: 62rem) {
    .hero-section {
      margin: -1rem auto 0; } }
  .hero-section .hero-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: cover; }
  .hero-section__featured-image {
    height: 18rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .hero-section__footer {
    position: relative; }
  .hero-section__breadcrumbs-wrapper {
    position: absolute;
    top: -42px;
    padding: 14px;
    background-color: rgba(255, 255, 255, 0.95); }
  .hero-section__breadcrumbs {
    display: flex; }
    .hero-section__breadcrumbs__item {
      font-size: 14px;
      color: #000;
      letter-spacing: 1px;
      font-family: "Lato", sans-serif; }
      .hero-section__breadcrumbs__item:not(:last-child) {
        margin-right: 2px; }
        .hero-section__breadcrumbs__item:not(:last-child) a:after {
          display: inline-block;
          margin: 0 5px;
          content: ">"; }
    .hero-section__breadcrumbs a {
      color: #0088C5; }
  .hero-section__page-intro {
    padding: 1rem 2rem;
    background-color: white; }
    .hero-section__page-intro h1,
    .hero-section__page-intro h2,
    .hero-section__page-intro h3,
    .hero-section__page-intro h4,
    .hero-section__page-intro h5,
    .hero-section__page-intro h6 {
      display: block;
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 62rem) {
        .hero-section__page-intro h1,
        .hero-section__page-intro h2,
        .hero-section__page-intro h3,
        .hero-section__page-intro h4,
        .hero-section__page-intro h5,
        .hero-section__page-intro h6 {
          display: inline-block;
          align-items: center; } }
      .hero-section__page-intro h1.title,
      .hero-section__page-intro h1.title,
      .hero-section__page-intro h3.title,
      .hero-section__page-intro h4.title,
      .hero-section__page-intro h5.title,
      .hero-section__page-intro h6.title {
        margin: 0 0 1rem 0;
        padding: 0 0 1rem 0;
        border-bottom: 1px solid #F0E886;
        font-size: 2.5rem; }
        @media screen and (max-width: 61.938rem) {
          .hero-section__page-intro h1.title,
          .hero-section__page-intro h1.title,
          .hero-section__page-intro h3.title,
          .hero-section__page-intro h4.title,
          .hero-section__page-intro h5.title,
          .hero-section__page-intro h6.title {
            display: block; } }
        @media screen and (min-width: 62rem) {
          .hero-section__page-intro h1.title,
          .hero-section__page-intro h1.title,
          .hero-section__page-intro h3.title,
          .hero-section__page-intro h4.title,
          .hero-section__page-intro h5.title,
          .hero-section__page-intro h6.title {
            margin: 0 2rem 0 0;
            padding: 1.5rem 2rem 1.5rem 0;
            border-right: 1px solid #F0E886;
            border-bottom: none; } }
      .hero-section__page-intro .subtitle,
      .hero-section__page-intro .subtitle,
      .hero-section__page-intro .subtitle,
      .hero-section__page-intro .subtitle,
      .hero-section__page-intro .subtitle,
      .hero-section__page-intro .subtitle {
        max-width: 500px;
        font-size: 1rem;
        color: #8b8b8b; }
        @media screen and (max-width: 61.938rem) {
          .hero-section__page-intro .subtitle,
          .hero-section__page-intro .subtitle,
          .hero-section__page-intro .subtitle,
          .hero-section__page-intro .subtitle,
          .hero-section__page-intro .subtitle,
          .hero-section__page-intro .subtitle {
            display: block;
            max-width: none; } }
  .hero-section--has-cta-form {
    display: flex; }
    @media screen and (min-width: 62rem) {
      .hero-section--has-cta-form .cta-form {
        width: 40%; } }
    .hero-section--has-cta-form .hero-image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      @media screen and (min-width: 62rem) {
        .hero-section--has-cta-form .hero-image {
          width: 60%; } }

.check-list {
  margin-bottom: 1.5em;
  transition-delay: 0.6s; }
  .check-list li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 30px;
    line-height: 1.5; }
    .check-list li:before {
      position: absolute;
      top: 5px;
      left: 0;
      display: inline-block;
      width: 20px;
      height: 20px;
      background-image: url("../img/icons/yellow-circle-check.svg");
      background-repeat: no-repeat;
      content: ""; }

.search-bar {
  margin: 2rem 0;
  text-align: center; }
  .search-bar__main-input {
    width: 90%;
    max-width: 30rem;
    padding: 1.5rem;
    background-color: #0088C5;
    background-image: url(../img/icons/icon-search.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 1.5rem;
    border: none;
    font-size: 1.5rem;
    color: white;
    letter-spacing: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    font-family: "Quattrocento", serif; }
  .search-bar ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.41); }
  .search-bar ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.41); }
  .search-bar :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.41); }
  .search-bar :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.41); }

.section-title {
  margin-bottom: 1rem; }
  @media screen and (min-width: 62rem) {
    .section-title {
      display: flex; } }
  .section-title .left,
  .section-title .right {
    text-align: center; }
    @media screen and (min-width: 62rem) {
      .section-title .left,
      .section-title .right {
        display: inline-block;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem; } }
  @media screen and (min-width: 62rem) {
    .section-title .left {
      min-width: 270px;
      text-align: left; } }
  .section-title .left .section-heading {
    color: #0088C5; }
    @media screen and (max-width: 61.938rem) {
      .section-title .left .section-heading {
        margin-bottom: 1rem; } }
  .section-title .right {
    display: inline-block;
    padding-left: 1.5rem;
    border-left: 3px solid #F0E886;
    font-size: 0.875rem;
    color: #7d7878; }
    @media screen and (min-width: 62rem) {
      .section-title .right {
        max-width: 300px;
        text-align: left; } }
    @media screen and (max-width: 61.938rem) {
      .section-title .right {
        display: block;
        padding: 1rem 0 0;
        border-top: 3px solid #F0E886;
        border-left: none; } }

.section {
  margin-top: 2rem; }

main.archive.types-of-cancer .content-cards {
  margin-bottom: -1.5rem; }
  @media screen and (max-width: 61.938rem) {
    main.archive.types-of-cancer .content-cards {
      margin-bottom: -2rem; } }
  @media screen and (min-width: 62rem) {
    main.archive.types-of-cancer .content-cards__wrapper {
      display: flex;
      flex-wrap: wrap; } }

@media screen and (min-width: 62rem) {
  main.archive.types-of-cancer .content-card {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%; } }

@media screen and (max-width: 61.938rem) {
  main.archive.types-of-cancer .content-card {
    margin-bottom: 2rem; } }

main.archive.types-of-cancer .content-card:nth-child(4n) {
  margin-right: 0; }

main.single.locations .location-content,
main.single.locations .location-info {
  margin-top: 2rem; }

main.single.our-physicians {
  margin-bottom: 0; }
  main.single.our-physicians .physician-content-wrapper {
    min-height: 470px;
    margin-top: 2rem; }
    @media screen and (min-width: 48rem) {
      main.single.our-physicians .physician-content-wrapper {
        display: flex; } }
    main.single.our-physicians .physician-content-wrapper .content-wrapper {
      padding: 2rem;
      background-color: white; }
      @media screen and (min-width: 48rem) {
        main.single.our-physicians .physician-content-wrapper .content-wrapper {
          width: 39%; } }
    main.single.our-physicians .physician-content-wrapper .featured-image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      @media screen and (max-width: 47.999rem) {
        main.single.our-physicians .physician-content-wrapper .featured-image {
          height: 24rem; } }
      @media screen and (min-width: 48rem) {
        main.single.our-physicians .physician-content-wrapper .featured-image {
          width: 61%; } }
  main.single.our-physicians .content-wrapper p {
    font-size: 0.75rem; }
  main.single.our-physicians .content-wrapper ul li,
  main.single.our-physicians .content-wrapper ol li {
    font-size: 0.75rem; }
  main.single.our-physicians .our-team {
    margin-top: 2rem; }
    main.single.our-physicians .our-team .container {
      max-width: 980px; }
    main.single.our-physicians .our-team .intro {
      margin-bottom: 2rem; }
      main.single.our-physicians .our-team .intro h2 {
        font-size: 1.75rem; }
      main.single.our-physicians .our-team .intro hr {
        display: inline-block; }

main.single.post .post-content {
  margin: 2rem 0; }
  main.single.post .post-content .content-wrapper {
    padding: 0; }

main.single.post .similar-posts .intro {
  margin-bottom: 2rem; }
  main.single.post .similar-posts .intro h3 {
    color: #00638C; }
  main.single.post .similar-posts .intro hr.short {
    margin: 1rem auto 0; }

main.single.post .similar-posts .container {
  max-width: 1040px; }

main.homepage .hero-section {
  box-shadow: rgba(0, 0, 0, 0.15) 1px 10px 20px; }

main.page .page-content {
  margin: 2rem 0 0 0; }
  main.page .page-content .content-wrapper {
    padding: 0; }




/* Careers Page **/


.accordion {
  margin: 0 auto 100px;
  border-top: 1px solid #d9e5e8;
}
.accordion li {
  border-bottom: 1px solid #d9e5e8;
  position: relative;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0 4px 5px;
  margin-bottom: 15px;
}
.accordion li .mfcc-careers-more {
  display: none;
  padding: 10px 30px 30px;
  color: #6b97a4;
}
.accordion h2 {
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 47.999rem) {
  .accordion h2 {
    font-size: 1rem; } }

.read-more-careers {
  position: absolute;
  margin-right: 1em;
  background-color: #efe885;
  width: 100%;
  max-width: 50px;
  height: 50px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  font: 34px/1 sans-serif;
  text-align: center;
}
@media screen and (max-width: 47.999rem) {
  .read-more-careers {
    max-width: 35px;
    height: 35px; } }

.accordion .mfcc-careers {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  font-size: 14px;
  font-size: 0.875rem;
  text-indent: 15px;
  user-select: none;
  transition: 500ms;
}
.accordion .mfcc-careers-more {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  padding: 10px;
}
.mfcc-careers-more p {
    font-size: 1rem;
    color: #8b8b8b;
    margin-bottom: 10px;
}
.mfcc-careers-more a {
    background-color: #0088c2;
    color: #fff;
    display: inline-block;
    padding: 10px 55px;
    margin-top: 1em;
    font-size: 1.1rem;
    border-radius: 30px;
    letter-spacing: 1px;
    transition: 500ms;
}
.mfcc-careers-more a:hover {
    background-color: #EFE97E;
    text-decoration: none;
    color: #0088c2;
}
.x-line {
    background: #0088C4;
    width: 100%;
    max-width: 25px;
    height: 1px;
    display: block;
    transition: 500ms;
}
.x-line1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 500ms;
}
.x-line2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(90deg);
    transition: 500ms;
}
.mfcc-careers.active .read-more-careers {
    background: #0088c3;
    transform: rotate(45deg);
    top: 27px;
}
@media screen and (max-width: 47.999rem) {
  .mfcc-careers.active .read-more-careers {
    top: 10px; } }
    
.mfcc-careers.active .x-line {
    background: #EFE97E;
}
