@import url();@charset "UTF-8";

/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
MIXINS.SCSS
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */

/* Fonts
-----------------------------------------------
/////////////////////////////////////////////// */

@font-face {
  font-family: 'times';
  src: url(https://berliner-freiwilligen-tag.de/times.ttf");
  font-weight: normal;
  font-style: normal;
}

/* Variables
-----------------------------------------------
/////////////////////////////////////////////// */

/* Mixins
-----------------------------------------------
/////////////////////////////////////////////// */

/* Sets the encoding of the style sheet to Unicode UTF-8. Don't move it.        */

/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
HOMEBASE.RESET.CSS
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
tt,
var,
button,
input,
select,
textarea,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}

/* Removes all rogue inconsistencies */

html {
  overflow-y: auto;
}

/* Forces scrolling */

/* Centers the main container in IE5. Text is reset back to default left in .wrapper */

/* HTML 5 Fixes
-----------------------------------------------
/////////////////////////////////////////////// */

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

/* Corrects block display not defined in IE6/7/8/9 & FF3 */

audio,
canvas,
video {
  display: block;
  *display: inline;
  *zoom: 1;
}

/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */

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

/* Prevents modern browsers from displaying 'audio' without control */

[hidden] {
  display: none;
}

/* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4. Known issue: No IE6 support */

/* FONTS
-----------------------------------------------
/////////////////////////////////////////////// */

body {
  font-size: 100%;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
}

/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units */

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

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

/* Removes text-shadow from highlights. Sets background color */

html,
option,
optgroup,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* Addresses font-family inconsistency between 'textarea' and other form elements. */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
}

/* Baseline set for heading tags, removes formatting */

small {
  font-size: 75%;
}

strong,
b,
mark {
  font-style: inherit;
  font-weight: 600;
}

em,
i,
cite,
q,
address,
dfn,
var {
  font-style: italic;
  font-weight: inherit;
}

a,
u,
ins {
  text-decoration: none;
}

del,
s {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

/* Addresses styling not present in IE7/8/9, S5, Chrome */

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Corrects font family set oddly in IE6, S4/5, Chrome */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Improves readability of pre-formatted text in all browsers */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Prevents sub and sup affecting line-height in all browsers */

/* FORMS
-----------------------------------------------
/////////////////////////////////////////////// */

label {
  cursor: pointer;
}

/* Indicates these areas have a function on-click */

textarea:active,
textarea:focus {
  cursor: text;
}

/* Changes cursor back to text indicator when using */

button,
input,
select,
textarea {
  display: block;
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* Makes inputs behave like true block-level elements. Corrects font-sizes not being inherited in all browsers. Improves vertical appearance and consistency */

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}

/* Removes default vertical scrollbar in IE6/7/8/9. Changes vertical-align to top for consistency and sense */

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

/* Indicates area has function on-click. Allows iOS buttons to be style-able. Removes innert spacing in IE7. Known issue: Inner spacing still in IE6 */

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

/* Resets the cursor to default for disabled elements */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  *height: 13px;
  *width: 13px;
}

/* Addresses box-sizing to content-box in IE8/9. Removes excess padding in IE7 */

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

/* Address appearance set to searchfield in S5/Chrome. Addresses box-sizing set to border-box in S5/Chrome */

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

/* Removes inner padding and search cancel button in S5, Chrome on OS X */

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

/* Removes inner padding and border in FF3+ */

legend {
  white-space: normal;
  *margin-left: -7px;
}

/* Corrects text not wrapping in FF3. Corrects alignment displayed oddly in IE6/7 */

/* LINKS
-----------------------------------------------
/////////////////////////////////////////////// */

a,
a:focus,
a:active,
a:visited,
a:hover {
  outline: none;
  text-decoration: none;
}

/* Removes all formatting from all links */

/* IMAGES
-----------------------------------------------
/////////////////////////////////////////////// */

img {
  border: none;
  height: auto;
  font-style: italic;
  -ms-interpolation-mode: bicubic;
}

/* Removes borders from linked images. Increases quality when scaled in IE7 */

svg:not(:root) {
  display: block;
  overflow: hidden;
}

/* Corrects overflow displayed oddly in IE9 */

/* TABLES
-----------------------------------------------
/////////////////////////////////////////////// */

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* Removes spacing between table cells. Sets to 100% width default */

td {
  vertical-align: top;
}

/* Cleans up table alignment */

/* CLEARFIX
-----------------------------------------------
/////////////////////////////////////////////// */

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* For IE 6/7 (trigger hasLayout) */

/* Sets the encoding of the style sheet to Unicode UTF-8. Don't move it.        */

/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
HOMEBASE.GRID.CSS : GRID SETUP
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */

/* Content Wrappers
-----------------------------------------------
/////////////////////////////////////////////// */

html {
  -webkit-overflow-scrolling: touch;
}

.wrapper {
  margin: 0;
  position: relative;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
  left: 0;
  width: 100%;
}

/* The .wrapper defines the overall boundary of the site. All content appears inside the .wrapper
                                                   !!! There is usually only one .wrapper per page */

.section {
  margin: 0;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: top;
}

/* The .section defines an area of the site with it's own functionality, i.e.: Header Section, Navi Section, Content Section, Footer Section
                                                   The .section always has 20 pixels of padding-left and right for mobile views. Good for content sections where text shouldn't touch screen edge.
                                                   !!! There must be at least one .section per .wrapper */

.section_full {
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 100%;
}

/* An optional .section without any padding on the sides. Good for things like Sliders that need to be flush with the screen edge. */

.row {
  margin: 0 auto;
  position: relative;
  vertical-align: top;
  max-width: 1200px;
  zoom: 1;
}

/* The .row defines a horizontal space in which .col_0X are inserted to organize content.
                                                   !!! There must be at least one .row per .section */

.row:after {
  display: block;
  clear: both;
  content: ".";
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/* We apply a clearfix here to stop the floats from messing everything up */

.row.med {
  max-width: 1400px;
}

.row.long {
  max-width: 1700px;
}

.row.full {
  max-width: none;
}

/* Gutterless Grids
-----------------------------------------------
/////////////////////////////////////////////// */

.col_08 {
  float: left;
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.gut-none .col_07 {
  float: left;
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 83.333%;
}

.gut-none .col_06 {
  float: left;
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 65%;
}

.gut-none .col_05 {
  float: left;
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 66.666%;
  padding: 130px 3em 0;
}

.gut-none .col_04 {
  float: left;
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 50%;
}

.gut-none .col_03 {
  float: left;
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 33.333%;
}

.gut-none .col_02 {
  float: left;
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 35%;
  padding-left: 40px;
}

.gut-none .col_01 {
  float: left;
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 16.666%;
}

/* Gutter Grids
-----------------------------------------------
/////////////////////////////////////////////// */

.gut-side .col_07 {
  float: left;
  margin-left: 2%;
  position: relative;
  vertical-align: top;
  width: 83%;
}

.gut-side .col_06 {
  float: left;
  margin-left: 2%;
  position: relative;
  vertical-align: top;
  width: 74.5%;
}

.gut-side .col_05 {
  float: left;
  margin-left: 2%;
  position: relative;
  vertical-align: top;
  width: 66%;
}

.gut-side .col_04 {
  float: left;
  margin-left: 2%;
  position: relative;
  vertical-align: top;
  width: 48%;
}

.gut-side .col_04:first-child {
  margin-left: 0;
}

.gut-side .col_03 {
  float: left;
  margin-left: 2%;
  position: relative;
  vertical-align: top;
  width: 32%;
}

.gut-side .col_02 {
  float: left;
  margin-left: 2%;
  position: relative;
  vertical-align: top;
  width: 23.5%;
}

.gut-side .col_01 {
  float: left;
  margin-left: 2%;
  position: relative;
  vertical-align: top;
  width: 15%;
}

.gut-side .row > [class^="col_0"]:first-child {
  margin-left: 0;
}

/* Removes left margin from first .col_0X of each .row */

/* Top Gutters
-----------------------------------------------
/////////////////////////////////////////////// */

.gut-top [class^="col_0"] {
  margin-top: 2%;
}

.gut-top-20 [class^="col_0"] {
  margin-top: 20px;
}

.gut-top-40 [class^="col_0"] {
  margin-top: 40px;
}

/* Bottom Gutters
-----------------------------------------------
/////////////////////////////////////////////// */

.gut-bot [class^="col_0"] {
  margin-bottom: 2%;
}

.gut-bot-20 [class^="col_0"] {
  margin-bottom: 20px;
}

.gut-bot-40 [class^="col_0"] {
  margin-bottom: 40px;
}

/*!
Animate.css - 
Licensed under the MIT license - 

Copyright (c) 2014 Daniel Eden
*/

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

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

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit -  */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit -  */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut75 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: .75;
  }
}

@keyframes fadeOut75 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: .75;
  }
}

.fadeOut75 {
  -webkit-animation-name: fadeOut75;
  animation-name: fadeOut75;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
       transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
       transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
       transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
       transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit -  */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit -  */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
CUSTOM ANIMATIONS.SCSS
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
HIDE-N-SEEK.CSS
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */

.show,
.desktop .desk,
.mobile .mobi {
  display: block !important;
}

.,
.desktop .,
.mobile . {
  display: inline !important;
}

.b,
.desktop .b,
.mobile .b {
  display: inline-block !important;
}

.hide,
.mobile .desk,
.desktop .mobi {
  display: none !important;
}

/* Loop Through Breakpoints
-----------------------------------------------
/////////////////////////////////////////////// */

.show-1024 {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .show-1024 {
    display: block !important;
  }

  . {
    display: inline !important;
  }

  .b {
    display: inline-block !important;
  }

  table.show-1024 {
    display: table !important;
  }

  table tr.show-1024 {
    display: table-row !important;
  }

  table th.show-1024,
  table td.show-1024 {
    display: table-cell !important;
  }

  .hide-1024 {
    display: none !important;
  }
}

.show-768 {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .show-768 {
    display: block !important;
  }

  . {
    display: inline !important;
  }

  .b {
    display: inline-block !important;
  }

  table.show-768 {
    display: table !important;
  }

  table tr.show-768 {
    display: table-row !important;
  }

  table th.show-768,
  table td.show-768 {
    display: table-cell !important;
  }

  .hide-768 {
    display: none !important;
  }
}

.show-667 {
  display: none !important;
}

@media screen and (max-width: 667px) {
  .show-667 {
    display: block !important;
  }

  . {
    display: inline !important;
  }

  .b {
    display: inline-block !important;
  }

  table.show-667 {
    display: table !important;
  }

  table tr.show-667 {
    display: table-row !important;
  }

  table th.show-667,
  table td.show-667 {
    display: table-cell !important;
  }

  .hide-667 {
    display: none !important;
  }
}

.show-480 {
  display: none !important;
}

@media screen and (max-width: 480px) {
  .show-480 {
    display: block !important;
  }

  . {
    display: inline !important;
  }

  .b {
    display: inline-block !important;
  }

  table.show-480 {
    display: table !important;
  }

  table tr.show-480 {
    display: table-row !important;
  }

  table th.show-480,
  table td.show-480 {
    display: table-cell !important;
  }

  .hide-480 {
    display: none !important;
  }
}

.show-375 {
  display: none !important;
}

@media screen and (max-width: 375px) {
  .show-375 {
    display: block !important;
  }

  . {
    display: inline !important;
  }

  .b {
    display: inline-block !important;
  }

  table.show-375 {
    display: table !important;
  }

  table tr.show-375 {
    display: table-row !important;
  }

  table th.show-375,
  table td.show-375 {
    display: table-cell !important;
  }

  .hide-375 {
    display: none !important;
  }
}

/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
MEDIAQUERIES
////////////////////////////////////////////////////////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------
Dektop
-----------------------------------------------
/////////////////////////////////////////////// */

@media screen and (max-width: 1200px) {
  .header ul > li > a {
    font-size: 16px;
    padding: 10px;
  }

  .header img {
    max-width: 200px;
  }
}

/*
Tablets
-----------------------------------------------
/////////////////////////////////////////////// */

@media screen and (max-width: 1024px) {
  .footer img.logo {
    max-width: 150px;
  }

  .banner {
    margin-bottom: 40px;
  }

  .banner.cont {
    max-height: 400px;
    min-height: 400px;
  }

  .section.content.home .col_05 {
    margin-top: 0;
    padding: 0;
  }

  .section.content.home {
    margin-top: -60px;
  }

  .content.home .center-img img {
    margin: 40px auto;
  }

  .content.home.tiles {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content.home.form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content#grid {
    padding-bottom: 40px;
  }

  .content.not-found {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content.doctors {
    padding-bottom: 40px;
  }

  .content.search {
    padding-top: 40px;
  }

  .content.contact.grid {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .content.basic {
    padding-bottom: 40px;
  }

  .content.basic h1 {
    margin-bottom: 40px;
  }

  .content.reasons {
    padding-top: 40px;
  }

  .content.reasons .reason {
    padding: 20px;
  }

  .content.contact .lgrey-bg {
    width: -webkit-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
  }

  .content.physician .col_04 {
    width: 100%;
    margin-left: 0;
  }

  .content.physician .dr-photo {
    margin: 0;
    margin-bottom: 20px;
    max-width: 300px;
    height: 350px;
  }
}

@media screen and (max-width: 960px) {
  .content.doctors .group ul > li {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .content.doctors .group ul > li:nth-child(2n+1) {
    margin-left: 0;
  }

  .content.contact .lgrey-bg ul > li:first-child {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .banner .bot ul > li > a {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .banner .bot {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .banner .bot ul {
    display: block;
  }

  .banner .bot ul > li > a {
    display: block;
    width: 200px;
    text-align: center;
    margin: 0 auto;
  }

  .banner .bot ul > li > a img {
    max-width: 40px;
    padding-right: 10px;
  }

  .content.home.tiles .container {
    height: auto;
  }

  .content.home.tiles .container .tile-group.half {
    width: 100%;
    margin-bottom: 10px;
  }

  .content.home.tiles .container .tile .inner h2 {
    font-size: 24px;
  }

  .content#grid ul > li {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }

  .content.contact.grid > .row > ul.flex {
    display: block;
  }

  .content.contact .lgrey-bg {
    width: 100%;
    margin-bottom: 20px;
  }

  .content.contact .lgrey-bg ul > li:first-child {
    display: block;
  }

  .content.contact .col_05,
  .content.contact .col_03 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .content.reasons h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .content.reasons p {
    margin-bottom: 20px;
  }

  .content.reasons .reason {
    padding-left: 0;
    padding-right: 0;
  }

  .content.reasons .col_04 {
    width: 100%;
    margin-left: 0;
  }
}

/*
Cellular
-----------------------------------------------
/////////////////////////////////////////////// */

@media screen and (max-width: 667px) {
  .banner h1 {
    font-size: 38px;
  }

  .banner.cont {
    margin-bottom: 0;
    max-height: 300px;
    min-height: 300px;
  }

  .content.doctors .group ul {
    margin: 0 0 0 0;
  }

  .content.doctors .col_02 {
    width: 100%;
  }

  .sidebar > li {
    display: none;
  }

  .sidebar > li.curr {
    display: block !important;
  }

  .sidebar > li > a:hover {
    background: #004677;
  }

  .sidebar > li > i.fa {
    display: block;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 20px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .sidebar > li > i.fa.flip {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .content.doctors .col_06 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .stick.header.home.notes-shown {
    top: 58px !important;
  }

  .banner.cont {
    max-height: 200px;
    min-height: 200px;
  }

  .black-bg-trans .flex {
    display: block;
  }

  .black-bg-trans .flex h2 {
    width: 100% !important;
    margin-bottom: 20px !important;
    text-align: center !important;
  }

  .black-bg-trans .flex .btn {
    display: block;
    text-align: center;
  }

  .content#grid ul {
    display: block;
  }

  .content#grid ul > li {
    width: 100%;
  }

  .content.doctors .group ul > li {
    width: 100%;
    margin-left: 0;
  }

  .content.doctors .group ul > li:nth-child(3n+1) {
    margin-left: 0;
  }
}

.boxing {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.transition {
  -webkit-transition: all .5s;
  transition: all .5s;
}

ul.mobile {
  padding: 10px !important;
  display: none;
  cursor: pointer;
  list-style-type: none !important;
  z-index: 99999;
  margin: 0;
  float: right;
  position: absolute;
  right: 0;
  top: 10px;
}

ul.mobile.fixed {
  position: fixed;
  top: 30px;
}

.mobile > li {
  background: #004677;
  width: 35px;
  height: 3px;
  padding: 0;
  margin-top: 5px;
  border-radius: 1px;
  border-radius: 1px;
  clear: left;
  list-style-type: none;
}

.mobile > li:first-child {
  margin: 0;
}

.mobile.clicked {
  background: transparent;
  margin-top: 10px;
}

.mobile.clicked > li {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  margin-top: -4px;
  background: #004677;
}

.mobile.clicked > li:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.mobile.clicked > li:last-child {
  display: none;
}

.mobile.inside {
  float: right;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  margin-top: 10px;
  margin-right: 10px;
}

.mobile.inside li {
  margin-bottom: -4px;
}

body.active {
  overflow-y: auto;
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
}

body.active .overlay {
  display: block;
}

body.active .header .nav-bot img {
  display: none;
}

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

.mobi-header {
  padding: 10px 20px;
  position: absolute;
  height: 55px;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 999;
  -webkit-box-shadow: 1px 1px 17px rgba(156, 156, 156, 0.65);
          box-shadow: 1px 1px 17px rgba(156, 156, 156, 0.65);
}

.mobi-header img {
  max-width: 120px;
}

.nav-mobile i {
  font-size: 18px;
  float: right;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.mobile-wrap {
  /* Permalink - use to edit and share this gradient:  */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(43%, white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, white 43%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 0%, white 43%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, white 43%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  width: 100%;
  padding: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

body.active,
html.active {
  overflow: hidden;
  height: 100%;
}

body.active .mobile-wrap {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  top: 80px;
}

body.active .wrapper {
  height: 100%;
  overflow: hidden;
}

/****************
** Mobile 1st Layer Nav
****************/

@media screen and (max-width: 1024px) {
  .nav {
    float: left;
  }

  .nav-mobile {
    padding-top: 0;
    font-size: 0;
  }

  .nav-mobile .flex {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-mobile .button-group {
    margin-top: 0;
  }

  .nav-mobile img {
    max-width: 250px;
    padding: 10px 20px;
    background: #333;
  }

  .nav-mobile a {
    padding: 0;
    font-size: 14px !important;
  }

  .nav-mobile > ul {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
  }

  .single-practice .nav-mobile > ul {
    margin-top: 0px;
  }

  .nav-mobile > ul > li {
    margin: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
  }

  .nav-mobile > ul > li > a {
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #004677;
    margin: 0 20px;
    display: block;
    font-size: 14px !important;
    text-align: left;
    background: #004677;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .nav-mobile > ul > li > a:hover {
    background: #fff;
    color: #004677;
  }

  .nav-mobile .search {
    position: relative;
    background: #fff;
    padding: 10px 0;
  }

  .nav-mobile .search .screen-reader-text {
    visibility: hidden;
    width: 0;
    height: 0;
  }

  .nav-mobile .search input[type="submit"] {
    background: #004677;
    color: #fff;
    padding: 9.5px 10px;
    width: 60px;
    font-size: 16px;
    font-family: 'lato',sans-serif;
  }

  .nav-mobile .search input[type="text"] {
    margin-bottom: 0;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    padding: 8px 20px;
    font-family: 'lato',sans-serif;
  }
}

.item,
.wrapper,
ul li i:before,
ul li i:after {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.flipIn,
h1,
ul li,
.acf-content .wrapper {
  -webkit-animation: flipdown 0.25s ease-in-out both;
          animation: flipdown 0.25s ease-in-out both;
}

.no-select,
h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.content.careers .accordion li .item:nth-child(even),
.content.news .accordion li .item:nth-child(even) {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #e4e0dd;
}

.content.careers .accordion li .item:nth-child(even) .wrapper,
.content.news .accordion li .item:nth-child(even) .wrapper {
  background: none !important;
  border-top: none !important;
}

.content.careers .accordion li .item p,
.content.news .accordion li .item p {
  margin-bottom: 0;
}

.accordion {
  list-style: none;
  -webkit-perspective: 900;
          perspective: 900;
  padding: 0;
  margin: 10px 0 30px;
}

.accordion ul {
  margin-bottom: 20px;
}

.accordion > li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-top: 10px;
  border-bottom: 1px solid #cccccc;
  border-bottom: 1px solid #e4e0dd;
  background: #ffffff;
  min-height: 50px;
  font-size: 16px;
}

.accordion > li:nth-of-type(1) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.accordion > li:nth-of-type(2) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.accordion > li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}

.accordion > li:nth-of-type(4) {
  -webkit-animation-delay: .55s;
          animation-delay: .55s;
}

.accordion > li:nth-of-type(5) {
  -webkit-animation-delay: .65s;
          animation-delay: .65s;
}

.accordion > li:nth-of-type(6) {
  -webkit-animation-delay: .75s;
          animation-delay: .75s;
}

.accordion > li:last-of-type {
  padding-bottom: 0;
}

.accordion > li:hover i {
  opacity: .9;
}

.accordion > li i {
  position: relative;
  top: 10px;
  left: 30px;
  opacity: .5;
  z-index: 1000;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

.accordion > li i:before,
.accordion > li i:after {
  content: "";
  position: absolute;
  background-color: #b19672;
  width: 3px;
  height: 9px;
}

.accordion > li i:before {
  -webkit-transform: translate(-2px, 0) rotate(45deg);
          transform: translate(-2px, 0) rotate(45deg);
}

.accordion > li i:after {
  -webkit-transform: translate(2px, 0) rotate(-45deg);
          transform: translate(2px, 0) rotate(-45deg);
}

.accordion > li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
  opacity: 0;
}

.accordion > li input[type=checkbox] ~ .p,
.accordion > li input[type=checkbox]:unchecked ~ .item {
  opacity: 1;
  padding: 30px;
}

.accordion > li input[type=checkbox]:checked ~ .item {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  padding: 0;
}

.accordion > li input[type=checkbox]:checked ~ i:before {
  -webkit-transform: translate(2px, 0) rotate(45deg);
          transform: translate(2px, 0) rotate(45deg);
}

.accordion > li input[type=checkbox]:checked ~ i:after {
  -webkit-transform: translate(-2px, 0) rotate(-45deg);
          transform: translate(-2px, 0) rotate(-45deg);
}

.accordion > li h2 {
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #b19672;
}

.accordion > li .item:nth-child(even) {
  border: 1px solid #e4e0dd;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 3px;
  margin-top: 12px;
}

.accordion > li .item:nth-child(even) .wrapper {
  background: #e4e0dd;
  border-top: 1px solid #f9f9f9;
}

.accordion > li .item .wrapper {
  padding: 20px;
}

.accordion > li .item h4 {
  font-size: 18px;
  font-weight: 400;
  display: inline;
  text-transform: none;
  color: #434343;
}

.accordion > li .item h4:before {
  display: inline;
  font-size: 14px;
  content: "\25BA";
  margin-left: -17px;
  padding-right: 3px;
}

.accordion > li br {
  display: block;
  height: 0;
  margin-top: 10px;
}

.accordion > li h5 {
  margin-bottom: .2em;
}

.accordion > li p {
  color: #434343;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-top: 10px;
  z-index: 2;
  margin-bottom: 1.2em;
}

.accordion > li p > strong {
  font-size: 18px;
}

.accordion > li .btn {
  display: inline-block;
  font-family: 'proxima-nova', sans-serif;
  padding: 11px 20px;
  font-size: 20px;
  margin-bottom: 5px;
}

.accordion ul > li {
  background: none;
  border: none;
}

@-webkit-keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }

  5% {
    opacity: .1;
  }

  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg);
  }

  83% {
    opacity: .25;
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg);
  }

  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg);
  }

  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }

  5% {
    opacity: .1;
  }

  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg);
  }

  83% {
    opacity: .25;
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg);
  }

  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg);
  }

  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

.faq {
  margin-bottom: 30px;
}

.faq .question {
  font-weight: bold;
  cursor: pointer;
  color: #333;
  margin: 20px 0;
  font-weight: 400;
}

.faq .question:before {
  content: '+';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: transparent;
  border: 1px solid #004677;
  border-radius: 100px;
  text-align: center;
  color: #004677;
  padding-left: 1px;
  padding-top: 1px;
  margin-right: 10px;
}

.faq .answer {
  display: none;
  margin-left: 40px;
}

.faq .answer a {
  text-decoration: underline;
}

.faq .question.open:before {
  content: '\2013';
  width: 20px;
  height: 20px;
}

.flipIn.title,
.flipIn.acf-content,
.accordion2.title,
.accordion2.acf-content {
  -webkit-animation: flipdown 0.25s ease both;
          animation: flipdown 0.25s ease both;
}

.about .accordion2 h5 {
  color: #003c61;
  margin-bottom: 10px;
  text-transform: normal;
}

#practice-news .accordion2 {
  margin-top: 40px;
}

.accordion2 {
  margin-bottom: 20px;
}

.accordion2 .title {
  cursor: pointer;
  padding-bottom: 12px;
  margin: 13px 0 15px;
  position: relative;
  border-bottom: 1px solid #e4e0dd;
}

.accordion2 .title:nth-of-type(1) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.accordion2 .title:nth-of-type(2) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.accordion2 .title:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}

.accordion2 .title:nth-of-type(4) {
  -webkit-animation-delay: .55s;
          animation-delay: .55s;
}

.accordion2 .title:nth-of-type(5) {
  -webkit-animation-delay: .65s;
          animation-delay: .65s;
}

.accordion2 .title:nth-of-type(6) {
  -webkit-animation-delay: .75s;
          animation-delay: .75s;
}

.accordion2 .title:last-of-type {
  padding-bottom: 0;
}

.accordion2 .title:hover i {
  opacity: .9;
}

.accordion2 .title h2 {
  font-size: 20px;
  line-height: 30px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #b19672;
  margin-bottom: 0;
  padding-bottom: 12px;
}

.accordion2 .title i {
  position: relative;
  top: 10px;
  left: 30px;
  opacity: .5;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

.accordion2 .title i:before,
.accordion2 .title i:after {
  content: "";
  position: absolute;
  background-color: #b19672;
  width: 3px;
  height: 9px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.accordion2 .title i:before {
  -webkit-transform: translate(2px, 0) rotate(45deg);
          transform: translate(2px, 0) rotate(45deg);
}

.accordion2 .title i:after {
  -webkit-transform: translate(-2px, 0) rotate(-45deg);
          transform: translate(-2px, 0) rotate(-45deg);
}

.accordion2 .acf-content {
  display: none;
}

.accordion2 .acf-content .wrapper {
  background: #e4e0dd;
  padding: 20px;
  width: auto !important;
  margin-bottom: 20px;
}

.accordion2 .acf-content .wrapper:last-of-type {
  margin-bottom: 0;
}

.accordion2 .acf-content .wrapper ul {
  margin-bottom: 20px;
}

.accordion2 .acf-content .wrapper ul > li {
  font-weight: 300 !important;
  padding-bottom: 4px !important;
  min-height: auto !important;
  margin-bottom: 0 !important;
}

.accordion2 .acf-content .wrapper .flex {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.accordion2 .acf-content .wrapper .flex iframe {
  width: 33%;
  height: 215px;
  margin-bottom: 20px;
}

.accordion2 .acf-content .wrapper .yt-grid {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.accordion2 .acf-content .wrapper .yt-grid .youtube-player {
  width: 32%;
  height: 210px;
  padding: 0;
  display: inline-block;
  margin-bottom: 20px;
}

.accordion2 .acf-content .wrapper .yt-grid .youtube-player .title {
  color: white;
  padding: 3px;
  margin-top: 0;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 12;
  position: relative;
}

.accordion2 .title.open i:before {
  -webkit-transform: translate(-2px, 0) rotate(45deg);
          transform: translate(-2px, 0) rotate(45deg);
}

.accordion2 .title.open i:after {
  -webkit-transform: translate(2px, 0) rotate(-45deg);
          transform: translate(2px, 0) rotate(-45deg);
}

.tracking-in-expand {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2018-6-18 13:52:53
 * w: , t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

/* Sets the encoding of the style sheet to Unicode UTF-8. Don't move it.
----------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  TABLE OF CONTENTS
////////////////////////////////////////////////////////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------
01 - GENERAL STUFF FIRST
02 - LAYOUT
2A   - Header
2B   - Navigation
2C   - Banner
2D   - Content
2E   - Footer
2F   - Desktop
2G   - Mobile
2H   - Internet Explorer

FONTS USED
--------------------------------------------------------------------------------------------------


----------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
01 - STYLE.CSS : GENERAL STUFF FIRST
////////////////////////////////////////////////////////////////////////////////////////////////////
-------------------------------------------------\------------------------------------------------ */

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

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

html {
  overflow-x: hidden !important;
}

html,
body {
  height: 100%;
}

body {
  font-family: "lato", Arial, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.125em;
  display: block;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-template-page-about .content,
.single-practice .content {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}

.single-practice body {
  display: block !important;
}

img {
  max-width: 100%;
  display: block;
  vertical-align: bottom;
}

/* Responsive images. Also, fixed spacing at bottom of image sometimes. */

div,
span,
ol,
ol li,
ul,
ul li {
  font-family: "lato", Arial, Verdana, sans-serif;
  font-weight: 300;
  list-style-type: none;
  vertical-align: top;
}

span {
  vertical-align: baseline;
}

ol li {
  line-height: 22px;
  margin-bottom: 20px;
}

/* Fixes alignment issues */

p {
  font-family: "lato", Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300 !important;
  line-height: 25px;
  margin-bottom: 30px;
  vertical-align: top;
}

p span {
  font-weight: 300 !important;
}

/* Makes all paragraphs have 1em scaling margin on bottom. */

[class^="col_0"] p:last-child {
  margin-bottom: 0;
}

/* Makes last paragraph in containers have 0px margin on bottom. */

hr {
  color: rgba(51, 51, 51, 0.05);
  border: 1px solid;
  margin: 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  display: block;
  line-height: 1.125em;
  margin-bottom: 10px;
  color: #333;
  font-family: "corporate-a", Arial, Verdana, sans-serif;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 18px;
  font-family: "lato", Arial, Verdana, sans-serif;
  font-weight: 600;
}

h6 {
  font-size: 14px;
}

a,
img {
  font-family: "lato", Arial, Verdana, sans-serif;
  text-decoration: none;
  border: none;
  outline: none;
  color: #00495d;
}

/* Default definition for all links. */

b {
  vertical-align: baseline;
}

.italic {
  font-style: italic;
  vertical-align: baseline;
}

.svg path {
  -webkit-transition: fill .35s ease;
  transition: fill .35s ease;
}

.center {
  float: none;
  text-align: center;
  margin: 0 auto;
}

.transition {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.muted {
  color: rgba(51, 51, 51, 0.5);
}

.vam {
  position: relative;
  height: 100%;
  margin: 0 auto;
}

.vam .filler {
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.vam .section {
  display: inline-block;
  vertical-align: middle;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex.fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex.flex-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex.vert {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex.grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex .flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-25 {
  width: 25%;
}

.more-link {
  margin-top: 0;
  font-weight: bold;
  font-style: italic;
  display: inline-block;
}

/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
02 - STYLE.CSS : LAYOUT
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */

body {
  background: #fff;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body.load {
  opacity: 1;
}

.wrapper {
  /*max-width: 1920px; margin: 0 auto; overflow-y: auto; height: 100%;*/
  position: relative;
  top: -1px;
}

.slick-dots {
  position: relative;
  margin-left: 3px;
  padding-bottom: 30px;
  padding-top: 0;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
}

.slick-dots li button:before {
  width: 10px;
  height: 10px;
  background: rgba(0, 70, 119, 0.8);
  content: '';
}

.slick-slider li a .service {
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
  color: #717171;
}

.slick-slider li a .service:after {
  content: '';
  display: block;
  border-bottom: 2px solid transparent;
  width: 80px;
  margin: 0 auto;
  padding: 6px;
}

.slick-slider li a:hover .service {
  color: #434343;
}

.slick-slider li a:hover .service:after {
  border-bottom: 2px solid #004677;
}

.slick-slider li {
  padding-left: 8px !important;
  padding-right: 8px !important;
  text-align: center;
}

.slick-slider li a {
  border-bottom: 1px solid !important;
  padding-bottom: 4px;
}

.slick-slider .arrow {
  position: absolute;
  top: 0;
  bottom: -webkit-calc(100% - 200px);
  bottom: calc(100% - 200px);
  width: 48px;
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  z-index: 3;
  font-size: 80px;
  padding-top: 84px;
  padding-left: 6px;
  cursor: pointer;
}

.slick-slider .arrow .fa {
  font-size: 30px;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: middle;
}

.slick-slider .arrow.next {
  right: 0px;
  padding-left: 18px;
  /* Permalink - use to edit and share this gradient:  */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(89%, #003e6a), to(#004677));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #003e6a 89%, #004677 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #003e6a 89%, #004677 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #003e6a 89%, #004677 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#004677',GradientType=1 );
  /* IE6-9 */
}

.slick-slider .arrow.prev {
  left: 0px;
  /* Permalink - use to edit and share this gradient:  */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#004677), color-stop(11%, #003e6a), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, #004677 0%, #003e6a 11%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, #004677 0%, #003e6a 11%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #004677 0%, #003e6a 11%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004677', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
}

.slick-slide img {
  margin: 0 0 20px !important;
}

.center-img img {
  margin: 0 auto;
}

.btn {
  color: #fff;
  padding: 10px 15px;
  display: block;
  font-size: 16px;
  font-weight: 300;
  border-radius: 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn.btn-white.trans {
  background: rgba(255, 255, 255, 0.4);
}

.btn.btn-white.trans:hover {
  background: #fff;
  color: #333;
}

.btn.btn-blue {
  background: #004677;
  border: 1px solid #004677;
}

.btn.btn-blue:hover {
  background: transparent;
  color: #004677;
}

input[type="date"] {
  border: 1px solid #e3e8ec;
  padding: 10px;
}

input[type="text"],
textarea,
select {
  position: relative;
  border: 1px solid #e3e8ec;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 16px;
  font-family: "lato", Arial, Verdana, sans-serif;
}

input[type="text"].error,
textarea.error,
select.error {
  border: 1px solid #f35b60;
}

input[type="submit"] {
  width: 200px;
  margin-bottom: 0;
  font-family: "lato", Arial, Verdana, sans-serif;
}

select {
  -webkit-border-radius: 0px !important;
  height: 54px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: #fff;
  background-image: url(https://berliner-freiwilligen-tag.de/svg%3e");
  background-size: 30px;
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 16px !important;
  font-weight: 100 !important;
  color: #434343 !important;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 18px;
  line-height: 1.5em;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

input:focus ~ .floating-label {
  top: 5px;
  left: 20px;
  font-size: 11px;
  opacity: 1;
}

form .flex div.form-radios {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}

form .flex div.form-radios:last-of-type {
  margin-right: 0;
}

#email-form input,
#email-form textarea,
#email-form select {
  margin-top: 5px !important;
  margin-bottom: 10px;
}

#email-form select {
  height: 44px;
}

#email-form .form-required {
  color: red;
}

#email-form .form-group p {
  font-size: 16px;
}

#email-form p {
  margin-bottom: 10px;
}

#email-form .flex div {
  position: relative;
  width: 100% !important;
  margin-right: 10px;
}

#email-form .flex div p {
  width: 100% !important;
  margin-bottom: 5px;
  font-size: 16px;
}

#email-form .flex div ul {
  margin-bottom: 10px;
  display: inline !important;
}

#email-form .flex div .form-item {
  margin-left: 30px;
}

#email-form .flex div:last-of-type {
  margin-right: 0;
}

#email-form .flex div input[type=checkbox]:not(old),
#email-form .flex div input[type=radio]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
  display: inline;
}

#email-form .flex div input[type=checkbox]:not(old) + label,
#email-form .flex div input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: -2em;
  line-height: 1.5em;
}

#email-form .flex div input[type=checkbox]:not(old) + label > span,
#email-form .flex div input[type=radio]:not(old) + label > span {
  display: inline-block;
  width: 0.875em;
  height: 0.875em;
  margin: 0.25em 0.5em 0.25em 0.25em;
  border: 0.0625em solid silver;
  border-radius: 0.25em;
  background: #e0e0e0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e0e0e0));
  background-image: -webkit-linear-gradient(#f0f0f0, #e0e0e0);
  background-image: -o-linear-gradient(#f0f0f0, #e0e0e0);
  background-image: linear-gradient(#f0f0f0, #e0e0e0);
  vertical-align: bottom;
}

#email-form .flex div input[type=checkbox]:not(old):checked + label > span,
#email-form .flex div input[type=radio]:not(old):checked + label > span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#f0f0f0));
  background-image: -webkit-linear-gradient(#e0e0e0, #f0f0f0);
  background-image: -o-linear-gradient(#e0e0e0, #f0f0f0);
  background-image: linear-gradient(#e0e0e0, #f0f0f0);
}

#email-form .flex div input[type=checkbox]:not(old):checked + label > span:before {
  content: '\2713';
  display: block;
  width: 1em;
  color: #99cc66;
  font-size: 0.875em;
  line-height: 1em;
  text-align: center;
  text-shadow: 0 0 0.0714em #73994d;
  font-weight: bold;
}

#email-form .flex div input[type=radio]:not(old):checked + label > span > span {
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: 0.125em;
  border: 0.0625em solid #73994d;
  border-radius: 0.125em;
  background: #004677;
}

.msg#error {
  color: #f35b60;
  margin-top: 20px;
  margin-bottom: 20px;
}

.msg#success {
  color: #004677;
  margin-top: 20px;
  margin-bottom: 20px;
}

.lgray-bg {
  background: #e4e0dd;
}

ul.add-li {
  padding-left: 20px;
  list-style: none;
}

ul.add-li > li a {
  padding-bottom: 5px;
}

ul.add-li > li a:hover {
  text-decoration: underline;
}

ul.add-li > li a:nth-of-type(2) {
  display: block;
  margin-left: 16px;
}

li.bullet-arrow {
  margin-bottom: 10px;
  line-height: 1.5em;
}

/*2A. Header
-----------------------------------------------
/////////////////////////////////////////////// */

.header {
  padding: 0px;
}

.header .row {
  padding: 10px;
}

.stick.header {
  background: #fff;
  position: fixed;
  top: 44px;
  z-index: 1000 !important;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header .logo {
  width: 360px;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 16px 0;
}

.stick.header.home {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.stick.header.home.scroll {
  background: #fff;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  top: 0px;
  max-height: 136px;
}

.header.scroll {
  background: white;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
}

.header.scroll .search {
  top: 10px;
}

.header.scroll .logo {
  max-width: 250px;
  padding: 10px 0;
}

.header.scroll ul {
  margin-top: 0;
}

.header.scroll ul > li > a {
  font-size: 16px;
  padding: 10px;
  position: relative;
  right: -13px;
}

.header.scroll #sp-filter {
  top: 98px;
  -webkit-transition: none;
  transition: none;
}

/*.header .search                                             { opacity: 1; z-index: 10; position: absolute; top: 15px; right: 0; background: transparent; padding: 0; transition: all .3s; }
.header .search .screen-reader-text                         { visibility: hidden; width: 0; height: 0; }
.header .search.active                                      { opacity: 1; bottom: -125px; z-index: 0; }
// .header .search input[type="submit"]                        { background: $blue; color: $white; padding: 21px 20px; width: 60px; }
.header .search input[type="text"]                          { margin-bottom: 0; height: 40px; padding: 8px; margin-right: 18px;font-size: 18px; width: 235px;}
.header .search input[type="text"]::-webkit-input-placeholder {
  color: $m-gray !important;
  font-size: 18px;
  font-weight: 300;
}
.header .search input {
  text-indent: 30px;
}
.header .search img {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 24px;
}*/

.header form {
  opacity: 1;
  z-index: 10;
  position: absolute;
  top: 15px;
  right: 0;
  background: transparent;
  padding: 0;
  width: 300px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header form div {
  font-size: 0;
  width: 100% !important;
}

.header form label {
  display: none;
}

.header form input {
  border: 1px solid #ccc;
  outline: 0;
  font-size: 16px;
  height: 38px;
  width: 100%;
  padding: 0 10px;
  font-weight: 700;
  margin-bottom: 0;
}

.header form input[type="submit"] {
  border: none;
  height: 38px;
  width: 60px;
  border: none;
  background: #004677;
  color: #fff;
}

.header form button[type="submit"] {
  position: absolute;
  right: 5px;
  height: 38px;
  border: none;
  background: #fff;
  color: #000;
}

#header.notes-closed {
  top: 0px !important;
}

.stick.header.home.notes-shown {
  top: 44px !important;
}

/*2B. Nav
-----------------------------------------------
/////////////////////////////////////////////// */

.nav {
  position: relative;
  top: 10px;
}

.nav li a {
  padding-bottom: 0;
}

.nav > li > a {
  display: block;
  padding: 15px;
  font-size: 18px;
  font-weight: 400;
  background: transparent;
  color: #333;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.nav > li > a:hover,
.nav > li > a.current,
.nav > li > a:active,
.nav li a:focus,
.nav li .has-dd.active {
  background: #004677;
  color: #fff;
}

.nav li.current-menu-item a {
  background: rgba(0, 70, 119, 0.75);
}

.current-menu-item a {
  color: #fff !important;
}

.has-dd a:after {
  position: relative;
  top: -1px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 5px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(51, 51, 51, 0.5);
}

.has-dd.current-menu-item a:after,
.has-dd:hover a:after,
.has-dd a.active:after {
  border-top: 6px solid rgba(255, 255, 255, 0.5);
}

#sp-filter {
  background-color: #004677;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient:  */
  background: #004677;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#004677), color-stop(53%, #004d8c), to(#003a60));
  background: -webkit-linear-gradient(top, #004677 0%, #004d8c 53%, #003a60 100%);
  background: -o-linear-gradient(top, #004677 0%, #004d8c 53%, #003a60 100%);
  background: linear-gradient(to bottom, #004677 0%, #004d8c 53%, #003a60 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004677', endColorstr='#003a60',GradientType=0 );
  /* IE6-9 */
  width: 100%;
  max-height: 0;
  top: 136px;
  position: absolute;
  color: white;
  left: 0;
  right: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#sp-filter .filter {
  color: #fff;
  padding: 20px;
  margin: auto;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

#sp-filter .filter .wrapper {
  width: 1200px;
  margin: 0 auto;
}

#sp-filter .filter h4 {
  color: #fff;
  font-family: "corporate-a", Arial, Verdana, sans-serif !important;
  text-transform: none !important;
  font-size: 30px !important;
  display: inline-block;
  margin: 0 auto !important;
}

#sp-filter .filter .btn-gold {
  background: #b19672;
  color: #fff;
  width: auto;
  position: absolute;
  top: -2px;
  right: 10px;
  font-size: 15px;
  padding: 10px 14px;
}

#sp-filter .filter .letters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 4px;
}

#sp-filter .filter .letters a {
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

#sp-filter .filter .letters a:hover {
  color: #004677;
  background: #fff;
}

#sp-filter .filter .letters a.current {
  color: #004677;
  background: #fff;
}

#sp-filter .filter .letters a.empty {
  opacity: .35;
  cursor: default;
}

#sp-filter .filter .letters a.empty:hover {
  color: #fff;
  background: none;
}

#sp-filter .filter .sp-list {
  -webkit-column-count: 4;
  -moz-column-count: 4;
       column-count: 4;
  list-style: none;
  font-size: 16px;
  padding: 0;
  margin-bottom: 30px;
}

#sp-filter .filter .sp-list li {
  list-style-position: inside;
  margin-bottom: 20px;
}

#sp-filter .filter .sp-list a {
  color: #fff !important;
  top: 0 !important;
  right: 0 !important;
}

#sp-filter.expand {
  max-height: 240px;
}

.has-dropdown:hover .filter {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1000;
}

#breadcrumbs {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 200;
}

#breadcrumbs a {
  text-decoration: none !important;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

/*2C. Banner
-----------------------------------------------
/////////////////////////////////////////////// */

.banner {
  position: relative;
  background-size: cover !important;
  background-position: 50% 50%;
  background-repeat: no-repeat !important;
  max-height: 600px !important;
  margin-bottom: 40px !important;
  padding: 20px;
  width: 100%;
}

.banner.shadows {
  position: relative;
}

.banner.shadows:before {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.35) inset;
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.35) inset;
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.banner .stars {
  width: auto;
  height: 24px;
  display: inline-block;
  margin-bottom: 20px;
}

.banner iframe {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 580px;
}

.banner .row,
.banner .col_08 {
  position: static;
}

.banner.page {
  max-height: 600px !important;
  margin-top: 100px !important;
  margin-bottom: 40px !important;
}

.banner .bot {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.banner .bot ul > li > a {
  color: #fff;
  padding: 5px 15px;
  display: block;
  font-size: 18px;
  font-weight: 400;
  border-radius: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.banner .bot ul > li > a:hover {
  background: rgba(255, 255, 255, 0.4);
}

.banner .bot ul > li > a img {
  padding-right: 15px;
}

.banner h1 {
  color: #333;
}

.banner h1 strong {
  padding-left: 50px;
}

.banner.cont {
  max-height: 675px;
}

.b,
mark,
strong {
  font-weight: 600;
}

/*2D. Content
-----------------------------------------------
/////////////////////////////////////////////// */

.content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  color: #333;
}

.content.about {
  overflow: hidden;
}

.content h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

.content.home {
  margin-top: -110px;
}

.content h2 {
  font-size: 42px;
  text-align: left;
  margin-bottom: 18px;
  font-weight: 300;
}

.content h3 {
  font-weight: 300;
  font-size: 33px;
  margin: 0px 0;
}

.content h4 {
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  margin: 5px 0;
  font-weight: 600;
}

.content p {
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  margin-bottom: 20px;
}

.content hr {
  margin: 10px 0;
}

.content h5 span {
  font-weight: 300;
  font-size: 18px;
}

.content h5 a {
  font-weight: 100;
  color: #004677;
}

.content .btn {
  min-width: 140px;
  text-align: center;
  text-decoration: none !important;
}

.content.home h5 {
  font-size: 24px;
}

.home-news {
  -webkit-column-count: 2;
  -moz-column-count: 2;
       column-count: 2;
  list-style: none;
  font-size: 14px;
  padding: 0;
}

.home-news li {
  list-style-position: inside;
  margin-bottom: 20px;
  min-height: 40px;
}

.home-news li:before {
  font-size: 12px;
  content: '\25BA';
}

.home-news li a {
  color: #333;
  font-weight: normal;
  font-family: 'lato', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.home-news li a.underline {
  text-decoration: underline;
}

.content.specialties h3 {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 24px;
}

.content.specialties .img-left {
  position: relative;
  left: -140px;
}

.content.home .specialties ul > li {
  text-align: center;
}

.content.home .center-img img {
  margin: 70px auto;
}

.specialties-directory {
  margin-top: 30px;
  margin: 0 auto;
}

.specialties-directory h2 {
  font-size: 32px;
  text-align: center;
  margin: 20px auto 40px;
}

.specialties-directory ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
       column-count: 3;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  list-style: none;
  font-size: 14px;
  padding: 0;
  margin-bottom: 20px;
}

.specialties-directory ul li {
  list-style-position: inside;
  padding-left: 18px;
  margin-bottom: 20px;
}

.specialties-directory ul li a {
  font-weight: normal;
  font-family: 'lato', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.specialties-directory ul li a:hover {
  text-decoration: underline;
}

.specialties-directory ul li a.underline {
  text-decoration: underline;
}

.content.careers h3 {
  margin-bottom: 20px;
}

.content.careers h4 {
  margin-top: 6px;
  text-align: left;
}

.content.careers p {
  font-weight: 300;
}

.content.careers .note {
  color: #004677;
  font-weight: 600;
}

.content.careers .row > .col_06 {
  width: 69%;
}

.content.careers .contact-us {
  background: #e4e0dd;
  padding: 20px !important;
  width: 28%;
}

.content.careers .contact-us .address,
.content.careers .contact-us .phone {
  font-size: 17px;
  line-height: 20px;
}

.content.careers .btn.btn-blue.apply {
  width: 90px;
  min-width: 90px;
  padding: 5px 2px;
  display: inline-block;
  float: right;
  margin-top: 20px;
  margin-left: 20px;
}

.single-career p a.btn {
  width: 180px;
  color: #fff;
  padding: 10px 15px;
  display: block;
  font-size: 16px;
  font-weight: 300;
  border-radius: 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #004677;
  border: 1px solid #004677;
  text-align: center;
  text-decoration: none !important;
}

.single-career .content ul {
  margin: 20px;
}

.single-career .content ul li {
  font-size: 18px;
  list-style-type: none;
  line-height: 1.6rem;
  text-indent: -18px;
}

.single-career .content ul li:before {
  font-size: 12px;
  content: "\25BA";
  margin-right: 5px;
}

.content.contact .row:last-of-type {
  margin-bottom: 10px;
}

.content.contact p:last-of-type {
  font-size: 16px;
}

.content.contact p b {
  font-weight: 600;
}

.content.contact h5 {
  line-height: 24px;
  margin-bottom: 15px;
}

.content.contact .note {
  font-size: 17px;
  line-height: 27px;
  font-style: italic;
  color: #717171;
  font-weight: 300;
}

.content.contact .send-message form {
  background: #e4e0dd;
  padding: 20px;
}

.content.contact .send-message label {
  font-size: 18px;
  margin-bottom: 14px;
  display: inline-block;
}

.content.contact .send-message input[type='text'] {
  height: 54px;
}

.content.contact .send-message input[type='checkbox'] {
  display: inline !important;
  width: auto;
  height: 16px;
  margin-right: 6px;
}

.content.contact .send-message .btn {
  font-size: 16px;
  font-weight: 300;
  width: 100px;
}

.content.contact .send-message .radio-buttons {
  margin: 10px 0;
}

.content.contact .send-message .radio-buttons input[type='radio'] {
  display: inline-block;
  width: auto;
}

.content.contact .send-message .radio-buttons label {
  display: inline-block !important;
  font-weight: 300;
  font-size: 16px;
  margin-right: 40px;
  position: relative;
  top: 3px;
  left: 9px;
}

.content.home.form {
  padding-top: 70px;
  padding-bottom: 70px;
}

.content#grid {
  padding-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

.content#grid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content#grid ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-calc(33.33% - 15px);
  width: calc(33.33% - 15px);
  padding: 20px;
  background: #f5f5f5;
  color: #004677;
  margin-bottom: 20px;
}

.content#grid h1 {
  text-align: center;
  margin-bottom: 40px;
}

.content.doctors {
  padding-bottom: 70px;
  font-family: 'proxima-nova', sans-serif;
}

.content.doctors.search-results {
  margin-top: 150px;
}

.content.doctors h1 {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: left;
}

.content.doctors h3 {
  font-size: 16px;
  font-family: "lato", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase !important;
  margin-bottom: 0;
}

.content.doctors .sidebar > li {
  position: relative;
}

.content.doctors .sidebar > li > a {
  display: block;
  padding: 10px 20px;
  background: #f5f5f5;
}

.content.doctors .sidebar > li > a:hover,
.content.doctors .sidebar > li > a.current {
  background: #004677;
  color: #fff;
}

.content.doctors .col_06 {
  padding-left: 50px;
}

.content.doctors h2 {
  font-weight: 300;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 20px;
}

.content.doctors h2 .blue {
  font-size: 24px;
  color: #004677;
  text-transform: uppercase;
}

.content.doctors .group {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.content.doctors .group.active {
  opacity: 1;
  height: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.content.doctors .group.active > p {
  margin: 0 0;
  padding: 28px 28px 8px 0;
  border-bottom: 1px solid rgba(0, 70, 119, 0.3);
}

.content.doctors .group.active > p a {
  font-weight: 600;
}

.content.doctors .group.active > p a:hover {
  text-decoration: underline;
}

.content.doctors .group.active ul > li > a:hover {
  text-decoration: underline;
}

.content.doctors .group.active ul > li a h3 {
  color: #004677 !important;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.content.doctors .group.active ul > li:hover a h3 {
  color: #004677 !important;
  border-bottom: 1px solid #004677;
}

.content.doctors .group ul > li {
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.content.doctors ul {
  margin-bottom: 0;
}

.content.doctors ul > li {
  font-size: 16px;
}

.content.doctors ul > li div {
  line-height: 36px;
}

.content.doctors .group ul > li .img {
  margin-bottom: 4px;
}

.content.doctors .group ul > li p {
  font-size: 18px;
  margin-bottom: 0px;
}

.content.doctors .group ul > li p:last-child {
  margin-bottom: 5px;
}

.content.doctors .group ul > li .addresses > p {
  font-weight: 300;
  display: inline-block;
  font-size: 18px;
  margin: 5px 40px 15px 0;
  line-height: 20px;
  border-left: 1px solid #ddd;
  padding-left: 10px;
  min-width: 250px;
}

.content.doctors .group ul > li .addresses > p a {
  font-size: 14px;
  padding: 0;
  text-decoration: underline;
}

.content.doctors .group ul > li .addresses > p a:after {
  content: '\BB';
  display: inline-block;
}

.content.doctors .group ul > li a .img {
  border: 1px solid #eee;
  width: 200px;
  height: 200px;
}

.content.doctors.services {
  margin-top: 150px;
}

.content.doctors.services p {
  line-height: 1.5em;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
}

.content.doctors.services .group ul {
  margin: 0 0 0 0;
}

.content.doctors.services .group ul > li {
  width: 100%;
  margin: 0;
  padding: 10px 0;
}

.content.doctors.services .group ul > li > a {
  font-family: 'proxima-nova', sans-serif;
  color: #333;
  padding: 5px 0;
}

.content.doctors.services .group ul > li > p:last-child {
  color: #333;
  font-size: 16px;
}

.content.doctors.services .group h3 {
  text-transform: none;
  font-weight: 700;
}

.content.doctors.services .group ul.bullets {
  margin-left: 20px;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.content.doctors.services .group ul.bullets > li {
  list-style-type: disc;
}

.content.doctors.services ul.bullets {
  margin-left: 20px;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.content.doctors.services ul.bullets > li {
  list-style-type: disc;
}

. .group h2 {
  font-size: 24px;
  color: #004677;
  text-transform: uppercase;
}

. .group h3 {
  font-weight: 700;
  text-transform: none;
  padding-bottom: 20px;
  margin-bottom: 0;
  display: block;
}

. .group ul {
  margin-bottom: 20px;
  margin-left: 20px;
}

. .group ul > li {
  list-style-type: disc;
  line-height: 1.5em;
  width: 100%;
  margin-left: 0;
}

. .group p {
  line-height: 1.5em;
  margin-bottom: 20px !important;
}

.content.basic h1 {
  text-align: center;
}

.content.basic h2 {
  font-size: 24px;
  color: #004677;
  text-transform: uppercase;
}

.content.basic p {
  line-height: 1.5em;
}

.content.basic {
  padding-bottom: 70px;
}

.content.doctors.services .group ul > li {
  padding: 10px 0 20px;
}

.content.doctors.services .group ul > li a {
  display: block;
}

.content.physician {
  padding-top: 50px;
  padding-bottom: 70px;
}

.content.physician .dr-photo {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 20px;
  height: 400px;
}

.content.physician h2 {
  font-size: 24px;
  color: #b19672;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "lato", Arial, Verdana, sans-serif;
}

.content.physician h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.content.physician ul {
  padding-bottom: 30px;
}

.content.physician ul > li {
  font-size: 18px;
  margin-bottom: 10px;
  text-indent: -18px;
}

.content.physician ul > li:before {
  font-size: 12px;
  content: "\25BA";
}

.content.physician p {
  font-size: 18px;
  line-height: 1.5em;
}

.content.physician hr {
  height: 1px;
  background: #ddd;
  width: 100%;
  margin: 20px 0;
}

.content.search {
  margin-top: 150px;
}

.content.search h1 {
  margin-bottom: 30px;
}

.content.search h3 {
  color: #004677;
  font-size: 24px;
  padding: 10px 0;
}

.content.search p {
  margin-bottom: 10px;
}

.content.search a {
  color: #004677;
}

.content.search a.read-more {
  text-decoration: underline;
}

.content.search ul > li {
  border-bottom: 1px solid #eee;
}

.content.not-found a.btn {
  max-width: 250px;
  text-align: center;
  margin-bottom: 30px;
}

.single .content.news {
  padding-top: 180px;
}

ul.about-ul,
ul.content-list {
  font-size: 18px;
  padding: 0;
}

ul.about-ul li > ul,
ul.content-list li > ul {
  margin-top: 10px;
  margin-left: 40px;
}

ul.about-ul li > ul > li,
ul.content-list li > ul > li {
  list-style-type: square;
  margin-bottom: 10px;
}

ul.about-ul > li,
ul.content-list > li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 40px;
  margin: 10px 0;
  min-height: 30px;
  background: none;
  border: none;
}

ol {
  padding: 0;
  counter-reset: item;
}

ol li {
  list-style-position: inside;
  margin-left: 40px;
  background: none;
  border: none;
  line-height: 22px;
  margin-bottom: 20px;
}

ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: bold;
}

.content.page {
  margin-top: 150px;
}

.content.page.all-locations {
  margin-top: 0;
}

.content.about a,
.content.page a {
  font-weight: 100;
}

.content.about a:hover,
.content.page a:hover {
  text-decoration: underline;
}

.content.about a.btn,
.content.page a.btn {
  text-align: center;
  width: 200px !important;
  text-decoration: none;
}

.content.about .mission,
.content.page .mission {
  margin-left: 40px;
  line-height: 30px;
}

.content.about .mission li,
.content.page .mission li {
  font-weight: 300;
  margin-bottom: 10px;
}

.content.about small,
.content.page small {
  color: #717171;
  font-weight: 100;
}

.content.about .insurance-list,
.content.page .insurance-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
       column-count: 2;
  list-style: none;
  line-height: 25px;
  padding: 0;
  margin-top: 20px;
}

.content.about .insurance-list li,
.content.page .insurance-list li {
  list-style-position: inside;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}

.content.about .pay-my-bill,
.content.page .pay-my-bill {
  margin-left: 40px;
}

.content.about .pay-my-bill li,
.content.page .pay-my-bill li {
  font-size: 18px;
  line-height: 25px;
}

.content.about .pay-my-bill li:before,
.content.page .pay-my-bill li:before {
  font-size: 12px;
  content: "\25BA";
}

.content.about .btn.btn-blue,
.content.page .btn.btn-blue {
  width: auto;
  text-align: center !important;
}

.content.news p,
.content.contact p {
  margin-bottom: 20px;
  line-height: 30px;
}

.content.news hr,
.content.contact hr {
  margin: 30px 0;
}

.drfinder .header {
  padding: 26px;
  text-align: center;
  background: #004677;
  color: #fff;
  font-size: 24px;
}

.drfinder form {
  padding: 20px;
  background: #e4e0dd;
}

.drfinder label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

.drfinder input,
.drfinder select {
  height: 54px;
}

.drfinder button {
  display: inline;
  border-radius: 0;
  width: 100px;
  padding: 13px 5px;
  font-size: 16px;
  background: #004677;
}

.advanced-search form {
  padding: 20px;
  background: #e4e0dd;
}

.advanced-search label {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  margin-bottom: 10px;
}

.advanced-search input,
.advanced-search select {
  height: 54px;
  margin: 10px 0 20px 0;
  color: #717171;
  font-size: 16px;
}

.advanced-search p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 14px;
}

.advanced-search button {
  background: #004677;
  color: #fff;
  display: inline;
  border-radius: 0;
  width: 100px;
  padding: 10px 5px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 100;
}

/*2E. Foot
-----------------------------------------------
/////////////////////////////////////////////// */

.footer {
  background: #004677;
  padding-top: 20px;
  padding-bottom: 5px;
  color: #fff;
  font-weight: 400;
}

.footer .logo {
  margin: 30px 0 40px;
}

.footer .link-heading {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}

.footer .location p {
  font-size: 16px;
  line-height: 24px;
  margin-top: -4px;
  font-weight: 300;
}

.footer .location p .note {
  opacity: .5;
}

.footer ul > li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.footer ul > li:last-child {
  margin-right: 0;
}

.footer ul > li a {
  margin-right: 0;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 16px;
}

.footer .location a {
  color: rgba(255, 255, 255, 0.75);
}

.copyright {
  text-align: center;
  font-size: 14px;
  padding: 18px;
  color: rgba(255, 255, 255, 0.75);
  position: relative;
  bottom: 0;
  background: #003d68;
}

.ada-compliance {
  font-size: 14px;
  opacity: .5;
  padding: 0;
  margin: 0;
}

.social a {
  display: block !important;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
  -webkit-filter: drop-shadow(2px 2px 0px rgba(51, 51, 51, 0.75));
  filter: drop-shadow(2px 2px 0px rgba(51, 51, 51, 0.75));
}

.facebook {
  background-image: url(https://berliner-freiwilligen-tag.de/svg%3e");
}

.twitter {
  background-image: url(https://berliner-freiwilligen-tag.de/svg%3e");
}

.youtube {
  background-image: url(https://berliner-freiwilligen-tag.de/svg%3e");
}

.share {
  background-image: url(https://berliner-freiwilligen-tag.de/svg%3e");
}

/*2F. Desktop
-----------------------------------------------
/////////////////////////////////////////////// */

/*2G. Mobile
-----------------------------------------------
/////////////////////////////////////////////// */

/*2H. Internet Explorer
-----------------------------------------------
/////////////////////////////////////////////// */

/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
03 - STYLE.CSS : WORDPRESS CORE
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */

.alignnone {
  margin: 5px 20px 10px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  text-align: center;
}

.alignright {
  float: right;
  margin: 5px 0 18px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 18px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto;
  width: 100% !important;
  max-width: 250px;
  padding: 10px 10px 5px;
}

.wp-caption img {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border-radius: 4px;
}

.wp-caption p.wp-caption-text {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 5px 7px;
  line-height: 1.25;
}

/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
04 - STYLE.CSS : ALERTS
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */

.has-mtsnb {
  padding-top: 43px;
}

.mtsnb {
  font-size: 16px !important;
}

.mtsnb a {
  color: #fff !important;
  text-decoration: underline !important;
}

.mtsnb .message {
  font-size: 16px !important;
}

.mtsnb .alerts,
.alerts {
  background: #b19672;
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  -webkit-transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000;
  text-align: center;
  padding: 13px;
}

.mtsnb .alerts img,
.mtsnb .alerts svg,
.alerts img,
.alerts svg {
  display: inline-block;
  margin: 0 10px;
}

.mtsnb .alerts .bell,
.alerts .bell {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 24px !important;
  height: 24px !important;
  fill: white !important;
  vertical-align: text-bottom;
}

.mtsnb .alerts span,
.alerts span {
  font-weight: 400;
  vertical-align: baseline;
}

.mtsnb .alerts a,
.alerts a {
  color: #ffffff !important;
  font-weight: 400;
  text-decoration: underline;
}

.closebtn {
  color: white;
  font-weight: bold;
  font-size: 36px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: .45;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  float: right;
  position: relative;
  top: -18px;
}

.closebtn:after {
  content: '\D7';
}

.closebtn:hover {
  color: #ffffff;
  opacity: 1;
}

.mtsnb-custom-content .bell {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 24px !important;
  height: 24px !important;
  fill: white !important;
  vertical-align: text-bottom;
}

/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
05 - STYLE.CSS : Single Practice Pages
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */

-link {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #333;
}

.leadership-list {
  font-size: 18px;
  margin-top: 10px;
  color: #000000;
  margin-left: 0 !important;
}

.leadership-list li {
  display: inline-block;
  margin: 0 4px 10px;
}

.leadership-list li:before {
  display: none;
}

.leadership-list li a {
  font-size: 14px;
  display: inline-block;
  max-width: 215px;
  color: #333 !important;
}

.leadership-list li a p {
  font-family: "lato", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300 !important;
  margin: 0;
}

.leadership-list li a  {
  margin-top: 10px;
  font-weight: 800 !important;
  line-height: 20px;
}

.leadership-list li a p.role {
  font-style: italic;
  line-height: 20px;
}

.leadership-list li a p.practice {
  font-weight: 300;
}

.leadership-list li a:hover {
  text-decoration: underline;
}

.leadership-list li a div {
  margin-top: 10px;
  text-align: left;
}

.leadership-list li a em {
  font-weight: 100 !important;
}

.leadership-list li a .img {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: 50% 0 !important;
  width: 100%;
  width: 215px !important;
  height: 215px !important;
}

.doctors-list {
  font-size: 18px;
  margin-top: 20px;
  color: #000000;
  margin-left: 0 !important;
  -webkit-column-count: 1 !important;
  -moz-column-count: 1 !important;
       column-count: 1 !important;
}

.doctors-list li {
  display: inline-block;
  margin: 0 6px 20px;
}

.doctors-list li:before {
  display: none;
}

.doctors-list li a {
  font-size: 00px;
  display: inline-block;
  max-width: 215px;
}

.doctors-list li a:hover {
  text-decoration: underline;
}

.doctors-list li a div {
  margin-top: 10px;
}

.doctors-list li a img {
  display: block;
  max-width: 215px;
  height: 215px;
}

#practice-about {
  display: block;
}

#practice-news,
#practice-contact,
#practice-services,
#practice-patients,
#practice-referals,
div[id^="practice-"] {
  display: none;
}

.content.single.physician {
  margin-top: 150px;
}

.postid-511 .nav li.news {
  display: none;
}

.cv-link {
  position: relative;
  top: -45px;
  left: 7px;
  text-decoration: underline;
}

.content.single.practice a.btn {
  width: 200px;
}

.content.single.practice a:hover {
  text-decoration: underline;
}

.content.single.practice table {
  border: 1px solid #e4e0dd;
  margin-left: 40px;
  margin-bottom: 30px;
}

.content.single.practice table td {
  border: 1px solid #e4e0dd;
  padding: 4px;
}

#myForm table {
  margin-left: 0;
}

#myForm table table,
#myForm table table td {
  border: none;
}

#myForm table .btn {
  display: inline;
  border-radius: 0;
  width: 100px;
  padding: 13px 5px;
  font-size: 16px;
  background: #004677;
}

#myForm table input[type=submit] {
  width: auto;
  margin-bottom: 0;
  border: 1px solid black;
  font-family: lato,Arial,Verdana,sans-serif;
}

.page
.banner .banner-text {
  position: absolute;
  top: 40%;
}

.page
.banner .banner-text h1 {
  font-family: 'lato', sans-serif;
  font-size: 72px;
  font-weight: bold;
  margin-bottom: 0;
}

.page
.banner .banner-text h4 {
  text-transform: uppercase;
  font-family: "lato", Arial, Verdana, sans-serif;
  font-size: 24px;
}

.page
.banner .banner-text h1.light {
  color: #fff !important;
}

.single-practice .banner.page {
  margin-top: 147px !important;
}

.single-practice .banner-text {
  position: relative;
  height: -webkit-calc(100% - 50px);
  height: calc(100% - 50px);
  color: #333;
  text-align: center;
  top: 30%;
}

.single-practice .banner-text .right {
  position: absolute;
  top: 23vh;
  right: 1%;
  width: 500px;
}

.single-practice .banner-text .left {
  position: absolute;
  top: 23vh;
  left: 1%;
  width: 500px;
}

.single-practice .banner-text .light {
  color: #fff !important;
}

.single-practice .banner-text h2 {
  font-size: 72px;
  font-weight: 300;
  font-family: "lato", Arial, Verdana, sans-serif;
  font-style: italic;
  color: inherit;
}

.single-practice .banner-text h3 {
  font-size: 60px;
  font-weight: 300;
  font-family: "lato", Arial, Verdana, sans-serif;
  font-style: italic;
  color: inherit;
}

.single-practice .banner-text h4 {
  font-family: "lato", Arial, Verdana, sans-serif;
  color: inherit;
  font-size: 30px;
}

.single-practice .banner-text p {
  margin: 0;
}

.single-practice .content h5 {
  text-transform: capitalize !important;
  color: #014576;
  font-size: 18px;
}

.single-practice .content p,
.single-practice .content p span {
  margin: 0;
  margin-bottom: 20px;
}

.single-practice .content p a,
.single-practice .content p span a {
  text-decoration: underline;
}

.single-practice .content p a[href^="tel"],
.single-practice .content p span a[href^="tel"] {
  text-decoration: none;
}

.single-practice #practice-contact .locations > p {
  font-size: 18px;
}

.single-practice #practice-contact .locations > p a {
  font-size: 16px;
}

.single-practice #practice-contact .locations > p a:after {
  content: "\BB";
  display: inline-block;
}

.single-practice .content h3 {
  text-align: center;
  margin: 20px 0 40px;
}

.single-practice .practice-footer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-practice .practice-footer * {
  display: block !important;
}

.single-practice .practice-footer a {
  margin: 0 10px;
}

.single-practice .practice-footer a:hover {
  text-decoration: underline !important;
}

.single-practice .practice-footer a:first-of-type {
  margin-left: 0;
}

.single-practice .practice-footer a:last-of-type {
  margin-right: 0;
}

.single-practice .practice-footer a img {
  min-width: 407px;
  height: 244px;
}

.single-practice .practice-footer a span {
  text-align: center;
  font-size: 21px;
  margin: 20px 0 40px;
}

.single-practice .photo {
  background-size: cover;
  background-position: center 0;
  width: 460px;
  height: 400px;
  z-index: 3;
  position: relative;
  border-left: 30px solid #fff;
  margin-bottom: 44px !important;
}

.single-practice .photo.alignright {
  margin-left: 0 !important;
}

.back-home {
  position: absolute;
  top: 15px;
  right: 300px;
}

.back-home .btn {
  font-weight: 600;
  font-size: 16px;
  font-family: 'proxima-nova', sans-serif;
  text-transform: uppercase;
  min-width: 200px;
  color: #004677;
  background: none;
  min-width: 310px;
}

.back-home .btn svg {
  vertical-align: bottom;
  margin-right: 6px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
  fill: #004677 !important;
}

.header.scroll .back-home {
  top: 8px;
  -webkit-transition: 0s all;
  transition: 0s all;
}

.single.practice div .long {
  -webkit-column-count: 2;
  -moz-column-count: 2;
       column-count: 2;
}

.content.single.practice .container div > ul {
  list-style: none;
  font-size: 16px;
  padding: 0;
  margin-left: 40px;
  margin-bottom: 30px;
}

.content.single.practice .container div > ul li {
  list-style-position: inside;
  min-height: 30px;
  margin-bottom: 20px;
  line-height: 22px;
}

.content.single.practice .container div > ul li:before {
  font-size: 12px;
  content: '\25BA';
  margin-right: 4px;
}

.content.single.practice .container div > ul li a {
  font-weight: 300;
  font-family: 'lato', sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.content.single.practice .container div > ul li a:hover {
  text-decoration: underline;
}

.content.single.practice .container div > ul li a.underline {
  text-decoration: underline;
}

.flex.flex-sb.flex-list ul {
  width: 50%;
}

.flex.flex-sb.flex-list ul li:first-child:before {
  display: none !important;
}

a[href$='.pdf']:after {
  content: 'PDF';
  display: inline-block;
  color: rgba(0, 70, 119, 0.5);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  padding: 0 3px;
  margin-left: 5px;
  cursor: default;
}

.boxes {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 20px;
}

.boxes * {
  display: block !important;
}

.boxes a {
  width: 50%;
  margin: 0 10px;
}

.boxes a:hover {
  text-decoration: underline !important;
}

.boxes a:first-of-type {
  margin-left: 0;
}

.boxes a:last-of-type {
  margin-right: 0;
}

.boxes a span {
  text-align: center;
  font-size: 21px;
  margin: 20px 0 40px;
}

.services-available {
  font-size: 14px;
  font-style: italic;
  display: block;
}

.content.all-locations .locations-list .practice {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  background: #e4e0dd;
  padding: 20px;
}

.content.all-locations .locations-list .practice a {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(0, 70, 119, 0.75);
  text-decoration: none;
}

.content.all-locations .locations-list .practice p {
  display: inline-block;
  font-size: 18px;
  margin: 15px 34px 5px 0;
  line-height: 20px;
  border-left: 1px solid #ddd;
  min-width: 250px;
}

.content.all-locations .locations-list .practice p .services-available {
  display: none;
}

.content.all-locations .locations-list .practice p a {
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
  display: block;
  text-decoration: underline;
}

.content.all-locations .locations-list .practice p a:after {
  content: '\BB';
  display: inline-block;
}

/* hide all on-campus locations from list*/

.locations-list .practice:nth-of-type(2),
.locations-list .practice:nth-of-type(8),
.locations-list .practice:nth-of-type(11),
.locations-list .practice:nth-of-type(12),
.locations-list .practice:nth-of-type(16),
.locations-list .practice:nth-of-type(17),
.locations-list .practice:nth-of-type(18),
.locations-list .practice:nth-of-type(23),
.locations-list .practice:nth-of-type(26),
.locations-list .practice:nth-of-type(29),
.locations-list .practice:nth-of-type(36),
.locations-list .practice:nth-of-type(37) {
  display: none;
}

.locations-list .practice p.on-campus {
  display: none !important;
}

#referals:target {
  background: #004677;
}

#referals:not(:target) {
  background: none;
}

/* ----------------------------------------------
 * Generated by Animista on 2018-6-18 14:12:17
 * w: , t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */

.messages .message {
  color: #004677;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.messages .message span {
  font-size: 24px;
  font-weight: 600;
  display: block;
}

.messages .message#error {
  color: #fff;
  background-color: red;
}

.messages .message.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-top: rem-calc(10px);
}

.stick.header {
  z-index: 1000 !important;
}

/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
MEDIAQUERIES - Justin
////////////////////////////////////////////////////////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------
Desktop
-----------------------------------------------
/////////////////////////////////////////////// */

@media screen and (max-width: 1400px) {
  .single-practice .practice-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .single-practice .practice-footer a img {
    min-width: initial;
    width: 300px;
    height: auto;
  }
}

/*
Tablets
-----------------------------------------------
/////////////////////////////////////////////// */

@media screen and (max-width: 1024px) {
  .banner,
  .banner.page {
    margin-top: 100px !important;
    height: 300px !important;
  }

  .content.about .mission,
  .content.page .mission,
  ol li {
    margin-top: -5px;
    margin-left: 20px;
    line-height: 25px;
  }

  .content.about .mission li,
  .content.page .mission li {
    margin-bottom: 10px !important;
  }

  ul.about-ul,
  ul.content-list {
    margin-left: 40px;
  }

  ul.about-ul > li,
  ul.content-list > li {
    padding-left: 0;
    margin: 0 0 10px 0;
    list-style-position: outside;
    line-height: 25px;
  }

  .nav-mobile {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }

  .has-mtsnb .nav-mobile {
    padding-top: 60px;
  }

  .single-practice .nav-mobile {
    margin-top: 70px;
  }

  .nav-mobile img {
    display: none;
  }

  .nav-mobile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .nav-mobile .search input[type="text"] {
    width: 100% !important;
  }

  .single-practice .header .logo {
    padding-top: 60px;
  }

  .single-practice ul.mobile {
    padding-top: 70px !important;
  }

  ul.mobile.clicked {
    margin-top: 0;
  }

  ul.mobile.clicked > li {
    margin: 0;
  }

  ul.mobile.clicked > li:nth-child(1) {
    -webkit-transform: translate3d(2px, 2px, 0) rotate(45deg) !important;
            transform: translate3d(2px, 2px, 0) rotate(45deg) !important;
  }

  ul.mobile.clicked > li:nth-child(2) {
    -webkit-transform: translate3d(-1px, -1px, 0) rotate(-45deg) !important;
            transform: translate3d(-1px, -1px, 0) rotate(-45deg) !important;
  }

  .header .back-home {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #004677;
  }

  .header .back-home::before,
  .header .back-home::after {
    content: '';
    top: 0;
    position: absolute;
    background-color: #004677;
    width: 100%;
    height: 100%;
  }

  .header .back-home::before {
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .header .back-home::after {
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  .header .back-home .btn {
    color: #fff;
    text-align: center;
    padding: 20px;
  }

  .header .back-home .btn svg {
    display: inline-block;
    fill: #ffffff !important;
    height: 20px;
    width: 20px;
  }

  .stick.header.home {
    background-color: #fff;
  }

  .stick.header.home.notes-shown {
    top: 39px !important;
  }

  .header {
    padding-left: 20px;
    padding-right: 20px;
    top: 0px !important;
  }

  .header .search {
    display: none;
  }

  .header .row {
    margin-top: 0 !important;
  }

  ul.mobile {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .single-practice .practice-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  [class^="col_0"],
  .row {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 40px !important;
    padding-left: 0 !important;
  }

  [class^="col_0"]:first-child,
  .row:first-child {
    margin-top: 0px !important;
  }

  #breadcrumbs
.banner {
    margin-bottom: 0;
  }

  .banner::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 0.25);
  }

  .single-practice .banner::after {
    display: none !important;
  }

  .banner .banner-text h1 {
    font-size: 40px;
    position: relative;
  }

  .content p {
    font-size: 16px;
    line-height: 25px;
  }

  .content h2 {
    font-size: 32px;
  }

  .content.contact h4 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .content.contact p {
    margin-bottom: 5px;
    line-height: 25px;
  }

  .accordion > li {
    font-weight: 300;
  }

  .accordion > li p {
    margin-top: 0;
  }

  .alignright {
    display: none;
  }

  .specialties-directory h2 {
    display: none;
  }

  .specialties-directory ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  .content.doctors .group ul > li .addresses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .content.doctors .group ul > li .addresses > p {
    margin-top: 10px;
    width: 100%;
  }

  .content.doctors .group ul > li .addresses > p:first-child {
    margin-top: 0;
  }

  .footer .row.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer .flex-25 {
    width: 100%;
  }

  .footer .location {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }

  .footer .loogo {
    display: none;
  }

  .footer .link-heading {
    padding: 10px;
    background-color: #00375e;
    color: #fff;
    margin-bottom: 0;
  }

  .footer .link-heading + ul {
    padding: 10px;
    margin-bottom: 20px;
  }

  .section.content.home .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .section.content.home .row .col_05 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100% !important;
    display: block !important;
  }

  .section.content.home .row .col_03 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100% !important;
    display: block !important;
    margin-top: 30px !important;
  }

  .content.page,
  .content.doctors.search-results,
  .content.doctors.services,
  .content.all-locations {
    margin-top: 100px;
  }

  section.content {
    display: block;
  }

  .mtsnb .message {
    font-size: 14px !important;
  }

  .mtsnb .mtsnb-container {
    padding: 10px 50px !important;
  }

  .mtsnb-custom-content .bell {
    top: 1px;
    width: 18px !important;
    height: 18px !important;
  }

  .content.contact .send-message .radio-buttons label {
    width: 250px;
  }

  .radio-buttons .row .col_04:last-of-type {
    margin-top: 0 !important;
  }

  .single-practice .practice-footer a {
    margin: 0 0 !important;
  }

  .single-practice .banner-text {
    position: relative;
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
    color: #333;
    text-align: center;
    top: 30%;
  }

  .single-practice .banner-text h2 {
    font-size: 40px;
  }

  .single-practice .banner-text h3 {
    font-size: 28px;
  }

  .single-practice .banner-text h4 {
    font-size: 20px;
  }

  .single-practice .banner-text .right {
    position: relative !important;
    top: 11vh;
    right: 1%;
    width: 100%;
  }

  .single-practice .banner-text .left {
    position: relative !important;
    top: 11vh;
    left: 1%;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .single-practice .banner-text {
    position: relative;
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
    color: #333;
    text-align: center;
    top: 30%;
  }

  .single-practice .banner-text h2 {
    font-size: 30px;
  }

  .single-practice .banner-text h3 {
    font-size: 22px;
  }

  .single-practice .banner-text h4 {
    font-size: 18px;
  }

  .single-practice .banner-text .right {
    position: relative !important;
    right: 1%;
    width: 100%;
  }

  .single-practice .banner-text .left {
    position: relative !important;
    left: 1%;
    width: 100%;
  }
}

/*
Cellular
-----------------------------------------------
/////////////////////////////////////////////// */

@media screen and (max-width: 667px) {
  .content.about .insurance-list,
  .content.page .insurance-list,
  .specialties-directory ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .specialties-directory ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .specialties-directory ul {
    text-align: center;
  }

  .specialties-directory ul li {
    padding-left: 0;
  }

  .home-news {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .stick.header.home.notes-shown {
    top: 58px !important;
  }

  .content.doctors .group ul > li {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .stick.header.home.notes-shown {
    top: 58px;
  }
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100 !important;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
  top: 150px;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(https://berliner-freiwilligen-tag.de/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.btn-group .btn {
  margin-right: 10px;
}

.btn-group .btn:last-child {
  margin-left: 0;
}

.btn-group .btn-blue {
  display: block;
  background: #004677;
  color: #fff;
  padding: 20px;
  border-radius: 0;
  border: 1px solid #004677;
}

.btn-group .btn-blue:hover {
  color: #004677;
  background: rgba(255, 255, 255, 0.5);
}

.btn-group .btn-lblue {
  display: block;
  background: #26a9e3;
  color: #fff;
  padding: 20px;
  border-radius: 0;
  border: 1px solid #26a9e3;
}

.btn-group .btn-lblue:hover {
  color: #004677;
  border: 1px solid #004677;
  background: rgba(255, 255, 255, 0.5);
}

.btn-group.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .navi {
  padding: 0;
}

.header .navi > .flex {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .navi #menu-single-practice-nav {
  padding-top: 15px;
}

.header .logo {
  width: 200px;
  padding: 10px 0;
}

.header form {
  position: relative;
  top: 0;
}

.header form .search-form {
  padding-right: 0;
}

.header form input {
  border: none;
  background: #fff;
}

.header form input[type=submit] {
  background: #fff;
}

.header .top-bar {
  position: relative;
  height: auto;
  opacity: 1;
  background: #004677;
  padding: 15px 20px;
  overflow-y: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.header .top-bar .contact {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .top-bar .contact li {
  margin-right: 40px;
}

.header .top-bar svg {
  margin-right: 10px;
}

.header .top-bar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-top: 5px;
}

.header .top-bar .row {
  padding: 0;
  background: transparent;
}

.header .top-bar .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.header .top-bar .social a {
  margin-left: 15px;
  margin-top: 0;
  -webkit-filter: none;
          filter: none;
}

.header.scroll .top-bar {
  padding: 0;
  height: 0;
  opacity: 0;
}

.header.scroll .back-home {
  top: 0;
}

.header.scroll #sp-filter {
  top: 76px;
}

.header.scroll ul > li > a {
  right: 0;
}

#sp-filter {
  top: 76px;
}

#sp-filter .filter .btn-gold {
  background: #26a9e3;
}

.back-home {
  position: absolute !important;
  right: 15px !important;
  left: auto !important;
}

.back-home a {
  text-align: right;
}

.nav > li > a {
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px;
}

.banner {
  max-height: 800px !important;
}

.banner .search {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #004677;
  padding-top: 20px;
  padding-bottom: 20px;
}

.banner .search .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner .search .searchform {
  width: 90% !important;
}

.banner .search #searchsubmit {
  background-color: #004677;
  border: 1px solid #fff;
  padding: 10px 20px;
  margin-left: 10px;
  width: auto;
}

.banner .search input {
  margin-bottom: 0;
  background: #0e4f77;
  border: 1px solid #fff;
  color: #fff;
  width: 400px;
}

.banner .search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.banner .search input:-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.banner .search input::-ms-placeholder {
  /* IE 10+ */
  color: #fff;
}

.banner .search input:placeholder {
  /* IE 10+ */
  color: #fff;
}

.banner .search .label {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 0;
}

.banner .search.search-transparent {
  position: relative;
  left: auto;
  right: auto;
  background: transparent;
}

.banner .search.search-transparent .searchform {
  width: 100% !important;
}

.banner .screen-reader-text {
  display: none;
}

.banner.home {
  margin-bottom: 0 !important;
}

.-banner {
  max-height: 200px !important;
  background: transparent !important;
}

@media screen and (max-width: 1200px) {
  .header ul > li > a {
    padding: 15px;
  }

  .top-bar {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .-banner {
    margin-top: 0 !important;
    height: 75px !important;
  }

  .has-mtsnb .header {
    top: 50px !important;
  }

  .header {
    padding: 0;
  }

  .header .logo {
    max-width: 150px;
    padding: 15px 0;
  }

  .header.scroll .logo {
    max-width: 120px;
  }

  .back-home {
    left: 0 !important;
    right: 0 !important;
  }

  .active .top-bar {
    padding: 0;
    height: 0;
    opacity: 0;
  }

  .active ul > li > a {
    right: 0;
  }
}

@media screen and (max-width: 667px) {
  .has-mtsnb .header {
    top: 70px !important;
  }
}

.footer .col_02 {
  padding-left: 0;
}

.footer .logo {
  margin-top: 60px;
}

.footer ul > li {
  margin-bottom: 20px;
}

.footer ul > li a {
  color: #fff;
}

.footer .flex-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer .location a {
  -webkit-filter: none;
          filter: none;
}

.footer a[href$='.pdf']:after {
  display: none;
}

.footer .instagram {
  background: url(https://berliner-freiwilligen-tag.de/instagram.svg");
}

@media screen and (max-width: 1024px) {
  .footer .loogo {
    display: block;
  }

  .footer .loogo .logo {
    display: none;
  }

  .footer .col_06 {
    margin-top: 0 !important;
  }

  .footer .flex-container {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer .link-heading {
    border: 1px solid #004677;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .footer .link-heading span {
    float: right;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }

  .footer .link-heading + ul {
    height: 0;
    overflow-y: hidden;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .footer .link-heading.expand span i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .footer .link-heading.expand + ul {
    height: auto;
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer .link-heading:hover {
    cursor: pointer;
    color: #004677;
    background: rgba(255, 255, 255, 0.5);
  }
}

.home .banner {
  height: -webkit-calc(100% + 85px) !important;
  height: calc(100% + 85px) !important;
  max-height: 900px !important;
  min-height: 768px !important;
  /*max-height: none !important;*/
}

.home .banner .banner-text {
  position: relative;
}

.home .banner .banner-text h2 {
  color: #004677;
  font-family: sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.5em;
}

.home .banner .banner-text h2 strong {
  display: block;
  color: #000;
  font-family: 'times';
  font-size: 90px;
  text-transform: none;
  margin: 15px 0 0;
  line-height: 1em;
}

.home .banner .doc-search {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #004677;
  padding-top: 20px;
  padding-bottom: 20px;
}

.home .banner .doc-search .label {
  font-size: 22px;
}

.home .banner .doc-search .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home .banner .doc-search .searchform {
  width: 90% !important;
}

.home .banner .doc-search input[type="submit"] {
  background-color: #004677;
  border: 1px solid #fff;
  padding: 10px 20px;
  margin-left: 10px;
  width: auto;
}

.home .banner .doc-search input {
  margin-bottom: 0;
  background: #0e4f77;
  border: 1px solid #fff;
  color: #fff;
  width: 400px;
}

.home .banner .doc-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.home .banner .doc-search input:-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.home .banner .doc-search input::-ms-placeholder {
  /* IE 10+ */
  color: #fff;
}

.home .banner .doc-search input:placeholder {
  /* IE 10+ */
  color: #fff;
}

.home .banner .doc-search .label {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 0;
}

.home .banner .doc-search.search-transparent {
  position: relative;
  left: auto;
  right: auto;
  background: transparent;
  z-index: 1;
}

.home .banner .doc-search.search-transparent .searchform {
  width: 100% !important;
}

.home .boxes {
  margin-top: 0;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home .boxes .box {
  position: relative;
  height: 500px;
  width: -webkit-calc(50% - 1px);
  width: calc(50% - 1px);
}

.home .boxes .blue-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 70, 119, 0);
  z-index: 1;
  -webkit-transition: background .1s;
  transition: background .1s;
}

.home .boxes .blue-overlay > div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.home .boxes .blue-overlay:hover {
  text-decoration: none !important;
  background: rgba(0, 70, 119, 0.3);
}

.home .latest-news {
  background: url(https://berliner-freiwilligen-tag.de/news-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 0;
  margin-top: 50px;
  margin-bottom: 40px;
}

.home .latest-news h5 {
  color: #fff;
  font-size: 24px;
}

.home .latest-news .feat-img {
  position: relative;
  width: 90%;
  height: 330px;
  top: -60px;
  left: 5%;
  z-index: 1;
}

.home .latest-news .square-outline {
  position: absolute;
  width: 90%;
  height: 330px;
  top: -90px;
  border: 3px solid #26a9e3;
}

.home .latest-news .excerpt span {
  display: inline;
  line-height: 25px;
  font-size: 18px;
}

.home .latest-news .excerpt p {
  display: inline;
}

.home .latest-news .btn-group {
  margin-top: 20px;
}

.home .specialties {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.home .specialties .arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.home .specialties .arrows .view-all {
  display: block;
  text-decoration: underline;
  margin-right: 30px;
}

.home .specialties .arrows .arrow {
  display: block;
  margin-right: 30px;
}

.home .specialties .arrows .prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 10px;
}

.home .specialties .slick-slider li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home .specialties .slick-slider .slider-img {
  position: relative;
  height: 300px;
  margin-bottom: 0;
}

.home .specialties .slick-slider .slider-img p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 22px;
  background: rgba(0, 70, 119, 0.7);
  margin-bottom: 0;
  padding: 10px;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.home .specialties .slick-slider .slider-img:hover p {
  background: rgba(0, 70, 119, 0.9);
}

.home .careers {
  padding-top: 80px;
  padding-bottom: 80px;
}

.home .careers h2 {
  color: #004677;
  font-family: sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.5em;
}

.home .careers h2 strong {
  display: block;
  color: #000;
  font-family: 'times';
  font-size: 85px;
  text-transform: none;
  margin: 15px 0 40px;
  line-height: 1em;
}

.home .welcome {
  padding-top: 80px;
  padding-bottom: 80px;
}

.home.content {
  margin-top: 0;
}

.home.content h1 {
  color: #004677;
  font-family: sans-serif;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5em;
}

.home.content h1 strong {
  display: block;
  color: #000;
  font-family: 'times';
  text-align: center;
  font-size: 70px;
  text-transform: none;
  margin: 15px 0 50px;
  line-height: 1em;
}

@media screen and (max-width: 1920px) {
  .home .banner {
    background-position: center 0 !important;
    max-height: 800px !important;
  }
}

@media screen and (max-width: 1200px) {
  .home .banner .banner-text h2 strong {
    font-size: 70px;
  }
}

@media screen and (max-width: 1024px) {
  .home {
    margin-top: 0 !important;
  }

  .home .banner {
    height: 95vh !important;
    max-height: 768px !important;
    min-height: 768px !important;
  }

  .home .banner .banner-text {
    top: 30%;
    float: right;
    width: 50% !important;
  }

  .home .banner .banner-text h2 {
    font-size: 20px;
    line-height: 1em;
  }

  .home .banner .banner-text h2 strong {
    font-size: 40px;
  }

  .home .banner .doc-search {
    /*.flex {
					margin-left: 20px;
					margin-right: 20px;
				}*/
  }

  .home .banner .doc-search .label {
    font-size: 20px;
    line-height: 1.25em;
  }

  .home .banner:after {
    display: none;
    background-color: transparent;
  }

  .home .boxes .box {
    height: 300px;
  }

  .home .boxes .blue-overlay > div {
    font-size: 20px;
  }

  .home .latest-news {
    padding-bottom: 40px;
  }

  .home .latest-news .col_04 {
    margin-top: 0 !important;
  }

  .home .latest-news .feat-img {
    height: 270px;
  }

  .home .latest-news .btn-group .btn-blue {
    border: 1px solid #26a9e3;
  }

  .home .latest-news .btn-group .btn-blue:hover {
    border: 1px solid #004677;
  }

  .home .careers .col_04 {
    width: 48% !important;
  }

  .home .careers h2 {
    font-size: 20px;
    line-height: 1em;
  }

  .home .careers h2 strong {
    font-size: 40px;
  }

  .home.content h1 {
    font-size: 20px;
    line-height: 1em;
  }

  .home.content h1 strong {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .home .banner {
    height: 95vh !important;
    max-height: 650px !important;
    min-height: 600px !important;
  }

  .home .banner .banner-text {
    top: 40px;
  }

  .home .banner .doc-search .flex {
    display: block;
  }

  .home .banner .doc-search .flex.vert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .home .banner .doc-search .label {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .home .banner .banner-text {
    width: 60% !important;
  }

  .home .banner .banner-text h2 strong {
    font-size: 28px;
  }

  .home .latest-news .feat-img {
    height: 250px;
  }

  .home .boxes {
    display: block;
    margin-bottom: 30px;
  }

  .home .boxes .box {
    width: 100%;
    height: 200px;
    margin-bottom: 2px;
  }

  .home .careers .col_04 {
    width: 100% !important;
  }

  .home .careers h2 strong {
    font-size: 28px;
  }

  .home.content h1 strong {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .home .banner .banner-text {
    width: 70% !important;
  }

  .home .latest-news .feat-img {
    height: 200px;
    width: 100%;
    left: 0;
  }
}

@media screen and (max-width: 320px) {
  .home .banner .banner-text {
    top: 20px;
  }

  .home .latest-news .feat-img {
    height: 170px;
  }
}

.single.practice {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.single.practice .row {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.single.practice .boxes {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single.practice .boxes .box {
  position: relative;
  height: 500px;
  width: -webkit-calc(50% - 1px);
  width: calc(50% - 1px);
}

.single.practice .boxes .blue-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 70, 119, 0);
  z-index: 1;
  -webkit-transition: background .1s;
  transition: background .1s;
}

.single.practice .boxes .blue-overlay > div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.single.practice .boxes .blue-overlay:hover {
  text-decoration: none !important;
  background: rgba(0, 70, 119, 0.3);
}

@media screen and (max-width: 1024px) {
  .single.practice .boxes .box {
    height: 300px;
  }

  .single.practice .boxes .blue-overlay > div {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .single.practice .boxes {
    display: block;
  }

  .single.practice .boxes .box {
    width: 100%;
    height: 200px;
    margin-bottom: 2px;
  }
}

.find-a-doc h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px !important;
  margin-bottom: 20px !important;
}

.find-a-doc h2 {
  font-family: 'lato', sans-serif;
  color: #004677;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 20px !important;
  margin-bottom: 20px;
}

.find-a-doc .row {
  max-width: 1400px;
  margin: 0 auto;
}

.find-a-doc .doc-search {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #004677;
  padding-top: 20px;
  padding-bottom: 20px;
}

.find-a-doc .doc-search .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.find-a-doc .doc-search .searchform {
  width: 90% !important;
}

.find-a-doc .doc-search input[type="submit"] {
  background-color: #004677;
  border: 1px solid #fff;
  padding: 10px 20px;
  margin-left: 10px;
  width: auto;
}

.find-a-doc .doc-search input {
  margin-bottom: 0;
  background: #0e4f77;
  border: 1px solid #fff;
  color: #fff;
  width: 600px;
}

.find-a-doc .doc-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.find-a-doc .doc-search input:-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.find-a-doc .doc-search input::-ms-placeholder {
  /* IE 10+ */
  color: #fff;
}

.find-a-doc .doc-search input:placeholder {
  /* IE 10+ */
  color: #fff;
}

.find-a-doc .doc-search .label {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 0;
}

.find-a-doc .doc-search.search-transparent {
  position: relative;
  left: auto;
  right: auto;
  top: 40%;
  background: transparent;
  z-index: 1;
}

.find-a-doc .doc-search.search-transparent .searchform {
  width: 100% !important;
}

.find-a-doc .advanced-search li {
  display: block;
  margin-bottom: 10px;
}

.find-a-doc .results {
  margin-bottom: 50px;
  font-weight: 400;
}

.find-a-doc .results .blue {
  color: #004677;
  font-weight: 700;
}

.find-a-doc #select-specialty {
  padding: 0;
  background: transparent;
}

.find-a-doc #select-specialty select {
  height: 100% !important;
  padding: 0;
  border: none;
  overflow-y: auto;
  overflow-x: hidden;
}

.find-a-doc #select-specialty label {
  position: relative;
  display: block;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  padding-bottom: 0;
  margin-bottom: 15px;
  white-space: normal;
  word-wrap: break-word;
}

.find-a-doc #select-specialty label a {
  color: #333;
  text-decoration: none;
}

.find-a-doc #select-specialty label a:hover {
  color: #004677;
}

.find-a-doc #select-specialty label:hover {
  cursor: pointer;
  color: #004677;
  font-weight: 700;
}

.find-a-doc #select-specialty label:hover:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: #004677;
}

.find-a-doc #select-specialty label.current-spec {
  color: #004677;
  font-weight: 700;
}

.find-a-doc #select-specialty label.current-spec:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: #004677;
}

.find-a-doc #select-specialty input {
  display: none;
}

.find-a-doc .group {
  padding-left: 3px;
  padding-right: 3px;
}

.find-a-doc .group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.find-a-doc .group ul:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.find-a-doc .group li {
  display: none;
  margin-right: 0;
  /*width: calc(25% - 30px) !important;*/
  width: -webkit-calc(25% - 30px) !important;
  width: calc(25% - 30px) !important;
  margin-right: 30px !important;
  margin-top: 40px !important;
  -webkit-box-shadow: 2px 4px 6px #ccc;
          box-shadow: 2px 4px 6px #ccc;
}

.find-a-doc .group li.show {
  display: block;
}

.find-a-doc .group a {
  display: block;
  padding: 0 30px 0 30px;
  text-align: center;
}

.find-a-doc .group a:hover {
  text-decoration: underline;
}

.find-a-doc .group em {
  display: block;
  padding: 0 30px 20px 30px;
  text-align: center;
}

.find-a-doc .group .img {
  height: 200px;
  width: 100% !important;
  max-width: 200px;
  margin: -40px auto 20px;
}

.find-a-doc .group .dr-name {
  margin-top: 20px;
  font-size: 16px !important;
  text-align: center;
}

.find-a-doc .group .dr-name strong {
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .find-a-doc h1 {
    font-size: 24px !important;
  }

  .find-a-doc .doc-search.search-transparent {
    top: 30%;
  }

  .find-a-doc .group li {
    width: -webkit-calc(33.33% - 30px) !important;
    width: calc(33.33% - 30px) !important;
  }

  .find-a-doc h2 {
    margin-bottom: 0;
    padding: 15px;
    border: 1px solid #004677;
  }

  .find-a-doc h2 i {
    position: absolute;
    right: 20px;
    top: 17px;
  }

  .find-a-doc h2:hover {
    cursor: pointer;
  }

  .find-a-doc #select-specialty {
    height: 0;
    overflow-y: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .find-a-doc #select-specialty label {
    background: #004677;
    color: #fff;
    padding: 10px;
    border: 1px solid #004677;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .find-a-doc #select-specialty label a {
    color: #fff;
  }

  .find-a-doc #select-specialty label:hover {
    background: #fff;
  }

  .find-a-doc #select-specialty label:hover a {
    color: #004677;
  }

  .find-a-doc #select-specialty.expand {
    height: auto;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .find-a-doc .group li {
    width: -webkit-calc(50% - 30px) !important;
    width: calc(50% - 30px) !important;
  }
}

@media screen and (max-width: 500px) {
  .find-a-doc .group li {
    width: 100% !important;
  }
}

.blog {
  padding-left: 0;
  padding-right: 0;
}

.blog .row {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.blog h1 {
  font-family: 'lato', sans-serif;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 40px;
}

.blog h2 {
  font-family: 'lato', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25em;
  text-transform: uppercase;
}

.blog .feat-img {
  width: -webkit-calc(65% - 30px);
  width: calc(65% - 30px);
  /*height: 450px;*/
  height: auto;
  margin-right: 30px;
}

.blog .current-post {
  width: 35%;
  padding: 20px;
}

.blog .current-post h2 {
  font-family: 'lato', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25em;
  margin-bottom: 30px;
}

.blog .post {
  background: #f9f9f9;
  -webkit-box-shadow: 2px 2px 6px #f1f1f1;
          box-shadow: 2px 2px 6px #f1f1f1;
  padding: 20px;
  margin-bottom: 40px;
}

.blog .post .excerpt {
  max-width: 80%;
  margin: 0 auto 0 0;
}

.blog .post .read-more {
  display: block;
  color: #004677;
  font-weight: 700;
  margin-bottom: 40px;
}

.blog .post .read-more:hover {
  text-decoration: underline;
}

.blog .post.current {
  padding: 0;
}

.blog .date {
  color: #004677;
  margin-bottom: 10px;
}

.blog .posts {
  width: 75%;
}

.blog .sidebar-wrapper {
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  margin-left: 30px;
}

.blog .toggle-sidebar {
  position: relative;
  display: block;
  font-family: 'lato', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25em;
  color: #fff;
  background: #004677;
  padding: 20px;
  margin: 0;
  border: 1px solid #004677;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blog .toggle-sidebar i {
  position: absolute;
  right: 20px;
  top: 25px;
}

.blog .toggle-sidebar:hover {
  background: #fff;
  color: #004677;
  cursor: pointer;
}

.blog .toggle-sidebar:hover i {
  color: #004677;
}

.blog .sidebar {
  background: #004677;
  padding: 20px;
  min-height: 650px;
  height: auto;
}

.blog .sidebar h3 {
  font-family: 'lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 40px;
  color: #fff;
}

.blog .sidebar ul {
  list-style-type: none;
  padding-left: 30px;
  padding-right: 30px;
}

.blog .sidebar a {
  display: block;
  color: #fff;
  padding-bottom: 20px;
  text-transform: capitalize;
}

.blog .sidebar a:hover {
  text-decoration: underline;
}

.blog .boxes {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog .boxes .box {
  position: relative;
  height: 500px;
  width: -webkit-calc(50% - 1px);
  width: calc(50% - 1px);
}

.blog .boxes .blue-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 70, 119, 0);
  z-index: 1;
  -webkit-transition: background .1s;
  transition: background .1s;
}

.blog .boxes .blue-overlay > div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog .boxes .blue-overlay:hover {
  text-decoration: none !important;
  background: rgba(0, 70, 119, 0.3);
}

@media screen and (max-width: 1024px) {
  .blog .post.current {
    display: block;
  }

  .blog .older {
    display: block;
  }

  .blog .feat-img {
    width: 100%;
    height: 300px;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .blog .current-post {
    width: 100%;
  }

  .blog .posts {
    width: 100%;
  }

  .blog .sidebar-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .blog .sidebar {
    min-height: 0;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .blog .sidebar.expand {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 1;
  }

  .blog .boxes .box {
    height: 300px;
  }

  .blog .boxes .blue-overlay > div {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .blog .boxes {
    display: block;
  }

  .blog .boxes .box {
    width: 100%;
    height: 200px;
    margin-bottom: 2px;
  }

  .blog .feat-img {
    height: 250px;
  }
}

@media screen and (max-width: 400px) {
  .blog .feat-img {
    height: 200px;
  }
}

.single-blog {
  /*ol {
		li {
			list-style-type: decimal;
			margin-left: 20px;

			p {
				margin-bottom: 10px;
			}
		}
	}*/
}

.single-blog h1 {
  font-family: 'lato', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25em;
  text-transform: uppercase;
}

.single-blog h2 {
  font-family: 'lato', sans-serif;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 40px;
}

.single-blog h3,
.single-blog h4 {
  font-family: 'lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25em;
  text-transform: uppercase;
}

.single-blog ul li {
  list-style-type: disc;
  margin-left: 20px;
}

.single-blog ul li p {
  margin-bottom: 10px;
}

.single-blog .back-link {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 50px;
}

.single-blog .back-link:hover {
  text-decoration: underline;
}

.single-blog .blog-content {
  width: -webkit-calc(75% - 30px);
  width: calc(75% - 30px);
  margin-right: 30px;
}

.single-blog .author a {
  color: #004677;
  text-decoration: underline;
}

.single-blog .sidebar-wrapper {
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  margin-left: 30px;
}

.single-blog .post-navi span {
  display: block;
  color: #004677;
  font-weight: 700;
}

.single-blog .post-navi span:hover {
  text-decoration: underline;
}

.single-blog .post-navi .fa-chevron-left {
  margin-right: 10px;
}

.single-blog .post-navi .fa-chevron-right {
  margin-left: 10px;
}

.single-blog .toggle-sidebar {
  position: relative;
  display: block;
  font-family: 'lato', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25em;
  color: #fff;
  background: #004677;
  padding: 20px;
  margin: 0;
  border: 1px solid #004677;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-blog .toggle-sidebar i {
  position: absolute;
  right: 20px;
  top: 25px;
}

.single-blog .toggle-sidebar:hover {
  background: #fff;
  color: #004677;
  cursor: pointer;
}

.single-blog .toggle-sidebar:hover i {
  color: #004677;
}

.single-blog .sidebar {
  background: #004677;
  padding: 20px;
  min-height: 450px;
  height: auto;
  margin-bottom: 20px;
}

.single-blog .sidebar h3 {
  font-family: 'lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 40px;
  color: #fff;
}

.single-blog .sidebar ul {
  list-style-type: none;
  padding-left: 30px;
  padding-right: 30px;
}

.single-blog .sidebar ul li {
  list-style-type: none;
  margin-left: 0;
}

.single-blog .sidebar a {
  display: block;
  color: #fff;
  padding-bottom: 20px;
  text-transform: capitalize;
}

.single-blog .sidebar a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .single-blog {
    padding-top: 110px !important;
  }

  .single-blog .older {
    display: block;
  }

  .single-blog .back-link {
    margin-bottom: 30px;
  }

  .single-blog .blog-content {
    width: 100%;
  }

  .single-blog .sidebar-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .single-blog .sidebar {
    min-height: 0;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .single-blog .sidebar.expand {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 1;
  }

  .single-blog .post-navi {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

