@charset "UTF-8";
/*!
Theme Name: VCL Spread the Word
*/
/* FONTS
-------------------------- */
@font-face {
  font-family: 'Myriad Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Regular"), url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/MYRIADPRO-REGULAR.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro Semibold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Semibold Italic"), url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/MYRIADPRO-SEMIBOLDIT.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro Semibold';
  font-style: normal;
  font-weight: 300;
  src: local("Myriad Pro Semibold"), url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/MYRIADPRO-SEMIBOLD.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold Italic"), url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/MYRIADPRO-BOLDIT.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro Bold';
  font-style: normal;
  font-weight: 700;
  src: local("Myriad Pro Bold"), url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/MYRIADPRO-BOLD.woff") format("woff"); }
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/fonts/fontawesome-webfont.eot#iefix&v=4.1.0") format("embedded-opentype"), url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

.fa-bar-chart-o:before {
  content: ""; }

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-rss:before {
  content: ""; }

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: ""; }

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

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

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

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

/* COMPASS
-------------------------- */
/* Uncomment if using Compass
 @import "/web/20170731213552cs_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/compass/css3";
 @import "/web/20170731213552cs_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/compass/utilities";
 @import "/web/20170731213552cs_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/compass/typography/lists";
 @import "/web/20170731213552cs_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/compass/typography/text"; */
/* RESET & BASE
------------------ */
/* DEFAULT & RESET CSS*/
/* Table of Contents
==================================================
  1 Generic Styles
  2 Resets
    A Global
    B Media
    C Forms
  3 Typography
  
  
  
/* 1 GENERIC STYLES
================================================== */
/*Mash up based on
  (A) the Bootstrap toolkit from Twitter http://twitter.github.com/bootstrap
  (B) http://csswizardry.com/web-design+/#css
  (C) WordPress image styles */
html, body {
  height: 100%; }

div {
  position: relative; }

.clear {
  clear: both; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.textcenter {
  text-align: center; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

img.alignleft {
  margin-right: 1em;
  margin-bottom: 1.8em; }
img.alignright {
  margin-left: 1em;
  margin-bottom: 1.8em; }

.text-right {
  text-align: right; }

.half {
  width: 45%;
  /* Not exactly half to account for paddings, margins etc. */ }

ul.unstyled {
  list-style-type: none; }

.hide {
  /* Hide stuff without resorting to display:none; */
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important; }

/* 2 RESETS
================================================== */
/* 2A GLOBAL RESET
Based on 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td, address, caption, cite, code, dfn, em, strong, th, var {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit; }

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

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

fieldset {
  border: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  /* Read more > http://bit.ly/qh1V0T */ }

caption, th {
  text-align: center; }

q:before, q:after {
  content: ''; }

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* The below restores some sensible defaults */
strong {
  font-weight: bold; }

em {
  font-style: italic; }

a img {
  border: none; }

/* Gets rid of IE's blue borders */
/* 2B MEDIA
Based on the Bootstrap toolkit from Twitter http://twitter.github.com/bootstrap */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/* 2C FORMS
Based on the Bootstrap toolkit from Twitter http://twitter.github.com/bootstrap */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

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

button {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

/* 3 TYPOGRAPHY
================================================== */
.alert {
  background: red;
  color: white; }

/* 'alert' has a basic style, since it's useful to have it standing out for testing purposes. */
/************************************************************************
 Borrowed from Bourbon: http://bourbon.io/docs/#html5-input-types

 Generate a variable ($all-text-inputs) with a list of all html5 input types that have a text-based input, excluding textarea.
 http://diveintohtml5.org/forms.html
************************************************************************/
/* Bare inputs */
/* Hover Pseudo-class */
/* Focus Pseudo-class */
* {
  box-sizing: border-box; }

/* BASE VARIABLES
 *******************/
/* Sizes */
/* Colors */
/* Fonts */
/* Borders */
/* =LAYOUTS
------------------ */
html {
  height: auto !important;
  min-height: 100%;
  position: relative; }

body {
  background: #fff;
  padding: 0;
  min-width: 1024px; }


#status  {
  width: 100%;
  height: 500px;
  position: absolute;
/*  left: 100%;
  top: 100%;*/
  background-image: url(/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/rolling_2.gif);
  background-repeat: no-repeat;
  background-position: 50% 60%;
  /*     margin: -100px 0 0 -100px;*/
}


#page {
  padding: 0 35px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  *width: auto;
  padding-left: 260px;
  *display: inline;
  zoom: 1; }

#main {
  clear: both;
  *width: 1333px; }

#primary {
  float: left;
  margin: 40px 30px 0 50px; }

#content {
  margin: 0;
  width: 100%;
  float: left; }

#primary.full-width,
#primary.full-width #content {
  float: none; }

#secondary {
  float: right;
  padding: 0;
  width: 250px; }

#colophon {
  clear: both;
  overflow: hidden;
  *width: auto !important;
  *position: relative !important; }

#col1 {
  display: inline-block;
  width: 71%;
  *width: 660px;
  vertical-align: top;
  *display: inline;
  zoom: 1; }

#col2 {
  display: inline-block;
  width: 25%;
  *width: 360px;
  vertical-align: top;
  margin-left: 3%;
  *display: inline;
  zoom: 1;
  margin-top: 20px; }

/* Sticky footer */
html, body {
  height: 100%; }

body {
  margin: 0px;
  padding: 0px; }

#page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -50px; }
  #page #main {
    padding: 0 0 50px 0; }

#colophon {
  height: 50px; }

.clearme {
  clear: both; }
@media screen and (max-width: 1333px) {
    #share-video-2016 h2:before, #share-video-2016 h2:after, #share-social-media-2016 h2:before, #share-social-media-2016 h2:after, #share-social-media-2016 h2:before, #share-social-media-2016 h2:after, #share-social-media-2016 h2:before, #share-social-media-2016 h2:after, #graphic-generator-2016 h2:before, #graphic-generator-2016 h2:after {
    display: none;
  }
  #col1 {
    width: 71%; }

  #col2 {
    width: 25%;
    margin-left: 3%; } }
#site-header {
  height: 117px;
  background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/VAM_SP-004-Web-Banner-1371-x-117-(pf)1.0.jpg") 225px 1px no-repeat #ffffff; }
  #site-header img {
    height: auto; }
  #site-header #vcl-logo {
    margin: 35px 80px 23px 35px;
    width: 160px; }
  #site-header #featured-header-image {
    height: 117px; }
  #site-header #va-logo {
    float: right;
    margin: 40px 35px 0 0; }

#spread_the_word_header {
  background: #00427a;
  color: #fff;
  font-size: 28px;
  padding: 10px 10px 10px 35px;
  font-weight: bold; }
  #spread_the_word_header h1 {
    font-size: 24px;
    color: #fff;
    font-weight: bold; }
  #spread_the_word_header .header_divider {
    font-weight: normal; }
  #spread_the_word_header .tagline {
    font-size: 20px;
    font-weight: normal;
    color: #E4E4E4; }

.entry-header {
  display: none; }

#access {
  background: #efefef;
  display: inline-block;
  float: left;
  height: 100%;
  position: absolute;
  padding-top: 28px;
  z-index: 1;
  min-height: 768px; }
  #access h1 {
    margin: 27px 0px 0px 35px; }
  #access div {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 225px; }
  #access ul {
    position: relative;
    left: 50%;
    padding-left: 0;
    margin: 0 !important;
    list-style: none; }
    #access ul .current-menu-item {
      background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/nav_marker.png") no-repeat right center #00427a; }
      #access ul .current-menu-item a {
        color: #fff; }
        #access ul .current-menu-item a .fa {
          color: #fff; }
        #access ul .current-menu-item a :hover {
          color: #fff; }
      #access ul .current-menu-item i {
        color: #fff; }
    #access ul li {
      position: relative;
      display: block;
      position: relative;
      right: 50%;
      margin: 7px 0;
      text-indent: -12px;
      padding: 5px 25px 5px 50px; }
      #access ul li a {
        font-size: 15px;
        display: block;
        padding: 3px 0 3px 10px;
        margin: 2px 0;
        text-decoration: none;
        cursor: pointer;
        line-height: 1.2;
        color: #525252; }
        #access ul li a .fa {
          margin-right: 5px;
          color: #00427a; }
        #access ul li a :hover {
          color: #2fa5d9; }
    #access ul:last-of-type a:after {
      content: none; }

.nav_contact_info, .nav_subscribe {
  width: 224px;
  padding: 19px 27px 20px 32px;
  font-size: 12px;
  background: #e3e3e3;
  margin-right: 0px; }

.nav_subscribe .button_small, .nav_subscribe a.tb_archivelink, .nav_subscribe .back-to-top, .nav_subscribe .container .btn, .container .nav_subscribe .btn {
  font-size: 11px;
  margin-top: 10px; }

#colophon {
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #efefef;
  z-index: 1;
  margin-bottom: -203px;
  text-align: right;
  padding: 20px; }

/* =CONTENT
------------------ */
body, input, textarea {
  color: #525252;
  font-family: "myriad-pro", helvetica, arial, san-serif;
  font-size: 14px;
  line-height: 1.625; }

/*End Variables */
/*Start Headings */
.entry-header {
  border-bottom: #d7d7d7 1px solid;
  padding-top: 27px;
  margin-bottom: 30px; }

.entry-title, .entry-title a {
  font-weight: normal;
  color: #555 !important; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1 {
  font-size: 22px; }

h2 {
  font-size: 16px;
  font-weight: 700; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/* Text elements */
p {
  margin-bottom: 1.5em; }

p.section-description {
  margin-bottom: 0px; }

ul, ol {
  margin: 0 0 1.5em 2.5em; }

ul {
  list-style: square; }

ol {
  list-style-type: decimal; }
  ol ol {
    list-style: upper-alpha; }
    ol ol ol {
      list-style: lower-roman; }
    ol ol ol {
      list-style: lower-alpha; }

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0; }

dl {
  margin: 0 1.5em; }

dd {
  margin-bottom: 1.5em; }

em, i {
  font-style: italic; }

blockquote {
  font-style: italic;
  font-weight: normal;
  margin: 0 3em; }

blockquote em, blockquote i, blockquote cite {
  font-style: normal; }

cite {
  color: #666;
  letter-spacing: 0.05em;
  padding-left: 60px; }

pre {
  background: #f4f4f4;
  line-height: 1.5;
  margin-bottom: 1.5em;
  overflow: auto;
  padding: 0.75em 1.5em; }

code, kbd {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym, dfn {
  border-bottom: 1px solid #000;
  cursor: help; }

address {
  display: block;
  margin: 0 0 1.5em; }

ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

.bold {
  font-weight: bold; }

/* Links */
a {
  color: #2fa5d9;
  text-decoration: none; }
  a:focus, a:active, a:hover {
    color: #47c7ff; }

/* Assistive text */
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

#access a.assistive-text:active,
#access a.assistive-text:focus {
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%; }

/* See _mixins.scss for more on this method for handling HTML5 elements */
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
textarea {
  border: 1px solid #000;
  padding: 4px 10px;
  -webkit-appearance: none; }

input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
textarea:focus {
  color: #525252; }

input[type=submit] {
  -webkit-appearance: none; }

/* Placeholders */
::placeholder {
  color: TEXTCOLOR; }

/* Search form */
.IsotopeFilter a {
  margin-right: 10px;
  color: #666;
  text-decoration: none; }

.IsotopeFilter a.current {
  font-weight: bold; }

.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity; }

/*
 * Dropit v1.1.0
 * http://dev7studios.com/dropit
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* These styles assume you are using ul and li */
.dropit {
  list-style: none;
  padding: 0;
  margin: 0; }

.dropit-trigger, .primary_filter .dropit-trigger, .secondary_filter .dropit-trigger {
  position: relative;
  background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/select_menu_arrow.png") no-repeat 240px center #2891bf; }

.primary_filter .dropit-trigger {
  width: 264px;
  background-position: 240px center; }

.secondary_filter .dropit-trigger {
  width: 109px;
  background-position: 88px center; }

.secondary_filter {
  margin-left: 20px;
  z-index: 1000000000;
  position: relative; }

.submenu, .primary_filter .dropit-submenu, .secondary_filter .dropit-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  /* dropdown left or right */
  z-index: 10000000;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  background: #2891bf;
  line-height: 1.2; }

.primary_filter .dropit-submenu {
  width: 264px; }

.secondary_filter .dropit-submenu {
  width: 109px;
  display: none; }

.options h3 {
  display: inline-block;
  margin-right: 10px; }

.options .button_large, .options .button_large_no_overlay {
  padding: 0px; }

.options .button_large a, .options .button_large_no_overlay a {
  padding: 10px;
  display: block; }

.dropit .dropit-open .dropit-submenu li a {
  padding: 8px 20px;
  font-weight: normal;
  display: block; }

.dropit .dropit-open .dropit-submenu li a:hover {
  background: #2fa5d9; }

.options {
  display: inline-block; }

/* =COMPONENTS
------------------ */
/* Includes password protection for pages and posts, 404 page */
/*Buttons*/
.button_wrapper {
  width: 100%;
  text-align: center;
  margin: 30px 0; }

.button_small, a.tb_archivelink, .back-to-top, .container .btn {
  background: #2891bf;
  font-size: 13px;
  color: #fff;
  padding: 9px 15px 9px 15px;
  display: inline-block; }

.button_small a, a.tb_archivelink a, .back-to-top a, .container .btn a {
  color: #fff; }

.button_small:hover, a.tb_archivelink:hover, .back-to-top:hover, .container .btn:hover {
  background: #2fa5d9;
  color: #fff; }

.button_large, .button_large_no_overlay {
  background: #2891bf;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 5px 15px;
  display: inline-block; }

.button_large a, .button_large_no_overlay a {
  color: #fff; }

.button_large:hover, .button_large_no_overlay:hover {
  background: #2fa5d9;
  color: #fff; }

.button_large_no_overlay {
  display: block;
  *display: inline;
  *zoom: 1;
  margin: 10px auto;
  text-align: center; }

.button_large_no_overlay:hover {
  background: #2fa5d9;
  color: #fff; }

.button_large_no_overlay a {
  color: #fff; }

/*Materials Download Buttons*/
a.item_download {
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -49px; }

a.multi_item_download {
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -109px; }

a.multi_item_download2 {
  color: #fff;
  position: absolute;
  bottom: 76px;
  left: 50%;
  margin-left: -72px; }

a.multi_download_btn, a.multi_download_btn1, a.multi_download_btn2, a.multi_download_btn3, a.multi_download_btn4, .latest_material_content a.multi_download_btn1, .latest_material_content a.multi_download_btn2, .latest_material_content a.multi_download_btn3, .latest_material_content a.multi_download_btn4 {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 90%;
  width: 90%; }

a.multi_download_btn_long, a.multi_download_long_btn1, a.multi_download_long_btn2 {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 200px; }

a.multi_download_btn1 {
  bottom: 15px; }

a.multi_download_btn2 {
  bottom: 60px; }

a.multi_download_btn3 {
  bottom: 105px; }

a.multi_download_btn4 {
  bottom: 150px; }

a.multi_download_long_btn1 {
  bottom: 30px; }

a.multi_download_long_btn2 {
  bottom: 80px; }

a.item_preview {
  color: #fff;
  position: absolute;
  right: 13px;
  top: 10px; }

a.item_preview:hover {
  color: #2fa5d9; }

/*Video Download Buttons*/
a.video_download_btn1 {
  color: #fff;
  position: absolute;
  left: 32px;
  bottom: 30px;
  text-align: center;
  max-width: 182px;
  font-size: 13px; }

a.video_download_btn2 {
  color: #fff;
  position: absolute;
  left: 230px;
  bottom: 30px;
  text-align: center;
  max-width: 150px;
  font-size: 13px; }

a.video_download_btn3 {
  color: #fff;
  position: absolute;
  left: 86px;
  bottom: 76px;
  text-align: center;
  width: 240px;
  font-size: 13px; }

div.preview_video_btn {
  font-size: 23px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 69px;
  width: 142px; }
  div.preview_video_btn a {
    color: #fff; }
    div.preview_video_btn a i {
      font-size: 40px;
      position: absolute;
      left: 0; }
    div.preview_video_btn a span {
      position: absolute;
      left: 43px;
      top: 4px; }
  div.preview_video_btn a:hover {
    color: #2891bf; }

/*Overview Page Video Download Buttons*/
a.latest_video_download_btn1 {
  color: #fff;
  text-align: center;
  max-width: 182px;
  font-size: 13px;
  display: block;
  margin: 90px auto 0 auto; }

a.latest_video_download_btn2 {
  color: #fff;
  text-align: center;
  max-width: 182px;
  font-size: 13px;
  display: block;
  margin: 20px auto 0 auto; }

div.preview_latest_video_btn {
  font-size: 23px;
  margin: 25px auto 0 auto;
  text-align: center;
  width: 142px; }
  div.preview_latest_video_btn a {
    color: #fff; }
    div.preview_latest_video_btn a i {
      font-size: 40px;
      position: absolute;
      left: 0; }
    div.preview_latest_video_btn a span {
      position: absolute;
      left: 43px;
      top: 4px; }
  div.preview_latest_video_btn a:hover {
    color: #2891bf; }

/*Overview Page Twitter Archive Button*/
/*Dropdown Menu*/
.filterGroup {
  display: inline-block; }
  .filterGroup label {
    font-weight: bold;
    font-size: 23px;
    margin-right: 8px; }

select.filter {
  -webkit-appearance: none;
  width: 240px;
  background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/select_menu_arrow.png") no-repeat 215px center #2891bf;
  color: #fff;
  border-radius: 0;
  padding: 12px 10px 12px 15px;
  margin-right: 10px;
  font-style: italic; }

/*Back to Top Button*/
.back-to-top {
  position: fixed;
  bottom: 2em;
  left: 2em;
  padding: 1em;
  display: none;
  z-index: 1000000;
  font-weight: bold; }

.back-to-top:hover {
  background-color: #2fa5d9; }

/* =PROJECT PAGES SPECIFIC
------------------ */
.hentry {
  border-bottom: 1px solid #000;
  margin: 0 0 45px;
  padding: 0 0 40px;
  position: relative;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  .page .hentry {
    border-bottom: none; }

.entry-content,
.entry-summary {
  padding: 20px 0 0; }

.entry-content table {
  border-bottom: 1px solid #000;
  margin: 0 0 1.5em;
  width: 100%; }
  .entry-content table td {
    border-top: 1px solid #000;
    padding: 6px 10px 6px 0; }
.entry-content #s {
  width: 75%; }

.comment-content table {
  border-bottom: 1px solid #000;
  margin: 0 0 1.5em;
  width: 100%; }
  .comment-content table td {
    border-top: 1px solid #000;
    padding: 6px 10px 6px 0; }
.comment-content #s {
  width: 75%; }

dl.gallery-item {
  margin: 0; }

/* Images & Embeds */
embed
iframe,
object {
  max-width: 100%; }

img {
  max-width: 100%; }
  img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto; }
  img.size-full, img.size-large {
    width: auto;
    /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }
  img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.5em; }

/* Captions */
.wp-caption {
  max-width: 100%;
  height: auto;
  margin-top: 0.5em;
  margin-bottom: 1.5em; }
  .wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
  .wp-caption .wp-caption-text {
    color: #525252;
    font-size: 85%;
    margin-bottom: 0.5em;
    padding: 5px 0;
    position: relative; }




























/* SPM 2016 CSS ADD-ONS*/
/*.coming-soon {
    left: 25%;
    z-index: 40;
    font-family: "myriad-pro",sans-serif !important;
    font-weight: bold;
    font-size: 3.5em;
    color: #00427a;
    position: absolute;
    top: 40%;
}
.coming-soon p {
  text-align: center;
}
.coming-soon-lg {
      left: 42%;
    z-index: 40;
    font-family: "myriad-pro",sans-serif !important;
    font-weight: bold;
    font-size: 3.5em;
    color: #00427a;
    position: absolute;
    top: 40%;
}
*/

/*.spm-container-2016 .overlay, 
.spm-container-2016 .share-container{
  display: none;
}*/
.ssn-content-wrap {
  margin-top: 24px;
}
.shareable-icon {
  margin-top: 43px !important;
}
.share_ssn_btn1 {
    bottom: 90px !important;
}
.share_ssn_btn2 {
    bottom: 25px !important;
}
.mcl_bethere, .mcl_powerof1 {
  font-size: 26px !important;
  border-bottom: 2px dotted #bbbbbb !important;
}
.va-wrapper {
  top: 93px;
}
a.anchors {
  color: #ffffff;
  font-family: georgia;
}
.spm-btn-180 {
  bottom: 60px !important;
}
.ssn-wrapper {
  top: 50px;
}
.bnr-wrapper {
  top: 74px;
}
.dl-campaign {
  max-width: 385px !important;
}
.thunderclap, .toolkit {
  font-size: 16px;
}
.spm-160-btn {
  width: 80px !important;
  padding: 5px 10px !important;
  font-size: 12px !important;
}
.spm-btn-320 {
  bottom: 10px !important;
}
.spm-728-btn {
  bottom: 30px !important;
}
.social_spm_btn {
  bottom: 50px !important;
}
.spm-header {
  display: block !important;
}
.georgia {
    font-weight: bold;
    font-family: georgia;
    color: #00427a;
}
.video_download_options a {
  font-family: sans-serif;
}
:focus:{
  outline: none !important;
};
input.form_button {
  background: none !important;
  color: #ffffff !important;
}
ol.form {
  margin-left: 0px;
  margin-bottom: 40px;
}
.email-title {
    font-weight: bold;
    border-bottom: 2px solid #00427a;
    padding-bottom: 5px !important;
    margin-bottom: 20px;
}
.email-subs {
  width: 100%;
  padding: 10px;
  margin: 30px 5px 0px 5px !important;
}
.email-subs-content {
  margin-bottom: 20px;
}
.spm-container-2016:after {
  content: 'Coming Soon';
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(255, 248, 229, 0.8);
  text-align: center;
  font-family: "myriad-pro",sans-serif !important;
  padding-top: 9%;
  font-size: 4em;
  font-weight: bold;
  color: #00427a;
  opacity:0;
  transition: opacity .3s ease-in-out;
}


.spm-container-2016:hover:after{
  opacity:1;
}


.spm-materials-overlay-container a.multi_download_btn2 {
  bottom: 100px;
}
.mcl-wrapper {
  top: 74px;
}
@media (max-width: 2142px) {
  .mcl-wrapper{
    top: 0px;
  }
}
@media (max-width: 1930px) {
  .mcl-wrapper{
    top: 0px;
  }
  .va-wrapper {
    top: 20px;
  }
}
@media (max-width: 1715px) {
  .bnr-wrapper{
    top: 0px;
  }
}
@media (max-width: 1700px) {
  .spm-container-2016:after{
    padding-top: 13% !important;
  }
}
@media (max-width: 1600px) {
  .spm-container-2016.small:after {
       font-size: 3em !important;
    padding-top: 43% !important;
  }
}
@media (max-width: 1512px) {
 .va-wrapper {
  top: 45px;
 }
}
@media (max-width: 1510px) {
 .mcl-wrapper {
  top: 25px;
 }
 .bnr-wrapper {
    top: 25px;
  }
}
@media (max-width: 1508px) {
 .bnr-wrapper {
    top: 25px;
  }
}
@media (max-width: 1502px) {
  .ssn-wrapper {
      top: 0px;
  }
  .ssn-content-wrap {
      margin-top: -25px;
  }
}
@media (max-width: 1500px) {
  .spm-container-2016.small:after {
     font-size: 2em !important;
  padding-top: 54% !important;
  }
    .spm-container-2016:after{
    padding-top: 17% !important;
  }
}
@media (max-width: 1300px) {
  .spm-container-2016:after{
    padding-top: 32% !important;
  }
}
@media (max-width: 1296px) {
  .ssn-wrapper {
    top: 0px;
  }
}
@media (max-width: 1200px) {
  .spm-container-2016.small:after {
    padding-top: 67% !important;
  }
}
@media (max-width: 1000px) {
  .spm-container-2016.small:after {
    padding-top: 87% !important;
  }
  .spm-container-2016:after{
    padding-top: 42% !important;
  }
}
.spm-container-2016.small:after {
    content: 'Coming Soon';
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    /* background-image: url(/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/coming_soon.png); */
    /* opacity: 0.8; */
    /* background-size: contain; */
    background: rgba(255, 248, 229, 0.8);
    text-align: center;
    font-family: "myriad-pro",sans-serif !important;
    padding-top: 25%;
    line-height: 1em;
    font-size: 3.5em;
    font-weight: bold;
    color: #00427a;
}
.subtitle {
  margin-bottom: 5px;
}
.disclaimer {
  font-size: 12px;
}
.spm-container-small {
  text-align: center
}
.spm-container-2016 {

  background-image: url(/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/bg-brown-textured.png);
  margin: 20px 0 20px 0;
  height: 380px;
  width: 32%;
  display: inline-block;
  font-family: georgia, "Times New Roman", serif;
  vertical-align: top;
  position: relative;
  overflow: hidden; }
  .spm-container-2016 .overlay {
    background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/spm-box-overlay.png") no-repeat 0 0;
    position: absolute;
    top: -250px;
    height: 532px;
    width: 100%;
    transition: .4s all;
    z-index: 1;
    background-size: 100% 100%; }
  .spm-container-2016 h2 {
    color: white;
    font-size: 22px;
    font-style: italic;
    text-align: center;
    font-weight: normal;
    position: relative;
    max-width: 300px;
    margin: 30px auto 25px auto;
    line-height: 1.3;
    position: relative;
    z-index: 2; }
  .spm-container-2016 h2:before {
    content: "";
    display: block;
    height: 5px;
    width: 35px;
    padding: 3px;
    background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/spm-header-accent.png") no-repeat 0 0;
    position: absolute;
    top: 13px; }
  .spm-container-2016 h2:after {
    content: "";
    display: block;
    height: 5px;
    width: 35px;
    padding: 3px;
    background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/spm-header-accent.png") no-repeat 0 0;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    position: absolute;
    top: 13px; }
  .spm-container-2016 .play-btn {
    position: relative;
    z-index: 2;
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 50px;
    border-radius: 100px;
    border: 2px solid #fff;
    width: 110px;
    height: 110px;
    transition: .4s all;
    margin: 80px auto 0 auto;
    box-shadow: 0 0 200px #000; }
    .spm-container-2016 .play-btn span {
      width: 0;
      height: 0;
      border-top: 13px solid transparent;
      border-left: 23px solid white;
      border-bottom: 13px solid transparent;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 0;
      top: 0; }
  .spm-container-2016 .play-btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transition: .4s all; }

.spm-container-2016:hover .overlay {
  top: 0px;
  transition: .4s all; }

.spm-container-2016:hover .share-container {
  bottom: 25px;
  transition: .4s all; }


.spm-container-2016-lg {

  background-image: url(/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/bg-brown-textured.png);
  margin: 20px 0 20px 0;
  height: 380px;
  width: 32%;
  display: inline-block;
  font-family: georgia, "Times New Roman", serif;
  vertical-align: top;
  position: relative;
  overflow: hidden; }
  .spm-container-2016-lg .overlay {
    background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/spm-box-overlay.png") no-repeat 0 0;
    position: absolute;
    top: -250px;
    height: 532px;
    width: 100%;
    transition: .4s all;
    z-index: 1;
    background-size: 100% 100%; }
  .spm-container-2016-lg h2 {
    color: white;
    font-size: 22px;
    font-style: italic;
    text-align: center;
    font-weight: normal;
    position: relative;
    max-width: 320px;
    margin: 30px auto 25px auto;
    line-height: 1.3;
    position: relative;
    z-index: 2; }
  .spm-container-2016-lg h2:before {
    content: "";
    display: block;
    height: 5px;
    width: 35px;
    padding: 3px;
    background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/spm-header-accent.png") no-repeat 0 0;
    position: absolute;
    top: 13px; }
  .spm-container-2016-lg h2:after {
    content: "";
    display: block;
    height: 5px;
    width: 35px;
    padding: 3px;
    background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/spm-header-accent.png") no-repeat 0 0;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    position: absolute;
    top: 13px; }
  .spm-container-2016-lg .play-btn {
    position: relative;
    z-index: 2;
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 50px;
    border-radius: 100px;
    border: 2px solid #fff;
    width: 110px;
    height: 110px;
    transition: .4s all;
    margin: 80px auto 0 auto;
    box-shadow: 0 0 200px #000; }
    .spm-container-2016-lg .play-btn span {
      width: 0;
      height: 0;
      border-top: 13px solid transparent;
      border-left: 23px solid white;
      border-bottom: 13px solid transparent;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 0;
      top: 0; }
  .spm-container-2016-lg .play-btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transition: .4s all; }

.spm-container-2016-lg:hover .overlay {
  top: 0px;
  transition: .4s all; }

.spm-container-2016-lg:hover .share-container {
  bottom: 25px;
  transition: .4s all; }

#share-video-2016 {
  background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/psa_thumb2.jpg") no-repeat 0 0;
  background-size: 100% auto;
/*  background-position: center;*/
  transition: 1s all;
  margin-right: 1.8%; }
  #share-video-2016 h2:before {
    left: -20px; }
  #share-video-2016 h2:after {
    right: -20px; }

#share-video-2016:hover {
/*  background-size: 110% auto;*/
  transition: 3s all; }

@media (max-width: 1500px) {
  #share-video-2016 {
    background-size: auto 100%; }

  #share-video-2016:hover {
    background-size: auto 110%; } }
#graphic-generator-2016 h2:before {
  left: 0px; }
#graphic-generator-2016 h2:after {
  right: 0px; }
#graphic-generator-2016 img {
    width: 380px;
    padding: 0px 20px;
    margin: 8px auto 0 auto;
    display: block;
    position: relative;
    z-index: 10;
}
#graphic-generator-2016 {
  margin-right: 0%;
}
#share-social-media-2016 {
  margin-right: 1.8%; }
  #share-social-media-2016 h2:before {
    left: -22px; }
  #share-social-media-2016 h2:after {
    right: -22px; }
  #share-social-media-2016 .spm-social-share-container img {
    padding: 0px 10px;
    margin: 13px auto 0 auto;
    display: block;
    position: relative;
    z-index: 10;
    width: 380px;}
  #share-social-media-2016 .spm-social-share-container .gradient-overlay {
    background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/spm-social-share-gradient.png") repeat-x 0 bottom; }

/*#preloader  {
  position: absolute;
  top: 200;
  left: 100;
  background-color: #fefefe;
  z-index: 99;
  height: 100%;
}
*/
#status  {
  width: 100%;
  height: 500px;
  position: absolute;
/*  left: 100%;
  top: 100%;*/
  background-image: url(/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/rolling_2.gif);
  background-repeat: no-repeat;
  background-position: 50% 60%;
  /*     margin: -100px 0 0 -100px;*/
}








































/* Galleries */
.gallery-caption {
  color: LINKCOLOR;
  font-size: 10px; }

#content .gallery {
  margin: 0 auto 1.5em; }
  #content .gallery a img {
    border: none; }

#content .gallery-columns-4 .gallery-item {
  width: 23%;
  padding-right: 2%; }

/* Overview Page */
#intro_text_container {
  padding: 10px 0 30px 0; }
  #intro_text_container h1 {
    font-size: 17px; }

.container {
  background: #efefef;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  box-shadow: 0 2px #e0e0e0;
  overflow: hidden;
  margin-bottom: 30px; }
  .container h2 {
    font-size: 16px;
    color: #fff;
    background: #00427a;
    padding: 15px 35px 15px 35px;
    font-weight: normal; }
    .container h2 .fa {
      margin-right: 5px; }
  .container h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px; }
  .container .announcement_date {
    font-size: 14px;
    color: #aeaeae;
    font-style: italic; }
  .container .announcement_content {
    line-height: 1.4;
    margin-bottom: 30px; }
  .container p {
    line-height: 1; }
  .container .btn {
    margin: 0 auto; }
  .container .overview_content {
    padding: 35px; }

.latest_video_content {
  max-width: 940px;
  margin: 30px auto; }
  .latest_video_content .latest_video_item {
    background: #efefef;
    width: 401px;
    display: inline-block;
    vertical-align: top;
    margin: 41px 33px;
    *display: inline;
    zoom: 1; }
    .latest_video_content .latest_video_item .video_download_container, .latest_video_content .latest_video_item .radio_download_container {
      margin: 0px; }
    .latest_video_content .latest_video_item .item_wrapper {
      position: relative; }
      .latest_video_content .latest_video_item .item_wrapper img {
        display: block; }
      .latest_video_content .latest_video_item .item_wrapper .item_overlay {
        background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/transparent_bg.png") repeat 0 0 transparent;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 2;
        display: none;
        -moz-animation-duration: .25s;
        -webkit-animation-duration: .25s;
        -o-animation-duration: .25s; }
        .latest_video_content .latest_video_item .item_wrapper .item_overlay a.preview {
          display: block;
          color: #fff; }
        .latest_video_content .latest_video_item .item_wrapper .item_overlay a.item_preview {
          color: #fff;
          position: absolute;
          right: 13px;
          top: 20px; }
        .latest_video_content .latest_video_item .item_wrapper .item_overlay a.item_preview:hover {
          color: #2fa5d9; }
    .latest_video_content .latest_video_item .item_name {
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
      margin-top: 20px;
      height: 30px; }
@media (max-width: 1634px) {
  .latest_video_content .latest_video_item {
    width: 400px !important;
    display: block;
    margin: 41px auto;
  }
    a.latest_video_download_btn1 {
    margin: 75px auto 0 auto;
  }
}
#feature_box {
  background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/bg-gradient-tan.png") no-repeat center bottom;
  background-size: cover; }
  #feature_box #feature_image1 {
    display: inline-block;
    vertical-align: bottom;
    width: 45%;
    margin-left: 2%;
    float:left; }
  #feature_box #feature_image2 {
        display: inline-block;
    vertical-align: bottom;
    width: 18%;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 10px;}
  #feature_box .feature_text {
        display: inline-block;
    margin: 0px 20px 20px 20px;;
    width: 48%;}
    #feature_box .feature_text p {
      font-size: 16px;
      line-height: 1.4;
      padding-right: 25px; }
    #feature_box .feature_text p.emphasis {
      font-size: 17px;
      font-weight: bold; }
    #feature_box .feature_text .button_small, #feature_box .feature_text a.tb_archivelink, #feature_box .feature_text .back-to-top, #feature_box .feature_text .container .btn, .container #feature_box .feature_text .btn {
      margin-right: 20px; }

.latest_video_content {
  max-width: 940px;
  margin: 30px auto; }
    .latest_video_content .latest_video_item .video_download_container, .latest_video_content .latest_video_item .radio_download_container {
      margin: 0px; }
    .latest_video_content .latest_video_item .item_wrapper {
      position: relative; }
      .latest_video_content .latest_video_item .item_wrapper img {
        display: block; }
      .latest_video_content .latest_video_item .item_wrapper .item_overlay {
        background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/transparent_bg.png") repeat 0 0 transparent;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 2;
        display: none;
        -moz-animation-duration: .25s;
        -webkit-animation-duration: .25s;
        -o-animation-duration: .25s; }
        .latest_video_content .latest_video_item .item_wrapper .item_overlay a.preview {
          display: block;
          color: #fff; }
        .latest_video_content .latest_video_item .item_wrapper .item_overlay a.item_preview {
          color: #fff;
          position: absolute;
          right: 13px;
          top: 20px; }
        .latest_video_content .latest_video_item .item_wrapper .item_overlay a.item_preview:hover {
          color: #2fa5d9; }
    .latest_video_content .latest_video_item .item_name {
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
      margin-top: 20px;
      height: 30px; }

.latest_announcement_content {
  max-width: 940px;
  margin: 30px auto;
  padding: 0px 20px; }
  .latest_announcement_content .latest_announcement_item {
    background: #efefef;
    width: 21%;
    display: inline-block;
    vertical-align: top;
    margin: 0 6%;
    zoom: 1; }
    .latest_announcement_content .latest_announcement_item .video_download_container, .latest_announcement_content .latest_announcement_item .radio_download_container {
      margin: 0px; }
    .latest_announcement_content .latest_announcement_item .item_wrapper {
      position: relative;
      display: inline-block; }
      .latest_announcement_content .latest_announcement_item .item_wrapper img {
        display: inline-block; }
      .latest_announcement_content .latest_announcement_item .item_wrapper .item_overlay {
        background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/transparent_bg.png") repeat 0 0 transparent;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 2;
        display: none;
        -moz-animation-duration: .25s;
        -webkit-animation-duration: .25s;
        -o-animation-duration: .25s; }
    .latest_announcement_content .latest_announcement_item .item_name {
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
      margin-top: 20px;
      height: 30px; }

.latest_material_content {
  max-width: 940px;
  margin: 30px auto;
  padding: 0px 20px; }
  .latest_material_content .button_large, .latest_material_content .button_large_no_overlay, .latest_material_content .button_large_no_overlay {
    font-size: 12px; }
  .latest_material_content a.multi_download_btn, .latest_material_content a.multi_download_btn1, .latest_material_content a.multi_download_btn2, .latest_material_content a.multi_download_btn3, .latest_material_content a.multi_download_btn4 {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 130px; }
  .latest_material_content a.multi_download_btn_long, .latest_material_content a.multi_download_long_btn1, .latest_material_content a.multi_download_long_btn2 {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 200px; }
  .latest_material_content a.multi_download_btn1 {
    bottom: 20px; }
  .latest_material_content a.multi_download_btn2 {
    bottom: 60px; }
  .latest_material_content a.multi_download_btn3 {
    bottom: 100px; }
  .latest_material_content a.multi_download_btn4 {
    bottom: 140px; }
  .latest_material_content .latest_material_item {
    background: #efefef;
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin: 0 4%;
    zoom: 1;}
    .latest_material_content .latest_material_item .video_download_container, .latest_material_content .latest_material_item .radio_download_container {
      margin: 0px; }
    .latest_material_content .latest_material_item .item_wrapper {
      position: relative; }
      .latest_material_content .latest_material_item .item_wrapper img {
        display: block; }
      .latest_material_content .latest_material_item .item_wrapper .item_overlay {
        background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/transparent_bg.png") repeat 0 0 transparent;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 2;
        display: none;
        -moz-animation-duration: .25s;
        -webkit-animation-duration: .25s;
        -o-animation-duration: .25s; }
    .latest_material_content .latest_material_item .item_name {
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
      margin-top: 20px;
      height: 30px; }

@media (max-width: 1260px) {
        .latest_material_content .latest_material_item .item_wrapper img {
        display: block;
        margin: 0 auto; }
          .latest_material_content .latest_material_item {
    background: #efefef;
    width: 100%;
    display: block;
    vertical-align: top;
    margin: 0 4%;
    zoom: 1;}
    .latest_material_content .latest_material_item:nth-child(1) .item_wrapper .item_overlay {
    margin-right: auto;
    margin-left: auto;
    width: 175px;
    left: 0;
    right: 0;
  }
      .latest_material_content .latest_material_item:nth-child(2) .item_wrapper .item_overlay {
    margin-right: auto;
    margin-left: auto;
    width: 174px;
    left: 0;
    right: 0;
  }
  .latest_material_content .latest_material_item:nth-child(3) .item_wrapper .item_overlay {
    margin-right: auto;
    margin-left: auto;
    width: 174px;
    left: 0;
    right: 0;
  }
    .latest_material_content .latest_material_item:nth-child(4) .item_wrapper .item_overlay {
    margin-right: auto;
    margin-left: auto;
    width: 174px;
    left: 0;
    right: 0;
  }

}
.overview_announcement_container {
  padding: 40px; }

#overview_calendar #secondary {
  float: none;
  margin: 35px auto 0 auto; }
#overview_calendar .list-date {
  display: none; }
#overview_calendar .list-info h2 {
  background: none;
  padding: 0px; }
#overview_calendar .tribe_mini_calendar_widget {
  padding: 35px; }
#overview_calendar .button_wrapper {
  margin-bottom: 30px; }

#overview_twitter {
  height: 700px;
  margin-top: 25px; }
  #overview_twitter .widget_wordpress-tweets {
    padding: 30px; }
  #overview_twitter .tb_header {
    display: none; }
  #overview_twitter div.tb_tweet {
    border-top: none;
    margin: 0 0 17px 0; }
  #overview_twitter .tb_tweetlist {
    padding: 35px 35px 0 35px;
    border: none; }

#comments {
  display: none; }

.tribe-mini-calendar-event {
  border-bottom: 1px solid #ccc !important;
  padding-bottom: 10px !important; }

#tribe-events-pg-template {
  max-width: none; }

.tribe-events-list-separator-month {
  margin: 0px; }

a.tb_archivelink {
  float: none !important; }

@media (max-width: 1600px) {
  #feature_box {
    text-align: center; }
    #feature_box #feature_image1 {
    width: 300px;
    padding: 15px 0 0 15px;
    float: none;}
    #feature_box #feature_image2 {
    display: block;
    margin: 0 auto;}
    #feature_box .feature_text {
      display: inline-block;
      margin: 40px 0 40px 30px;
      max-width: 500px;
      vertical-align: top;
      width: auto; } }
@media (max-width: 1320px) {
  #feature_image1 {
    display: block !important;
    margin: 0 auto !important;
    margin-left: auto !important; }

  .feature_text {
    display: block;
    width: 100% !important;
    text-align: center;
    max-width: 100% !important;
    margin: 30px auto !important; }
    .feature_text p {
      padding: 0 30px; } }
/* Announcements Page */
.announcement {
  padding: 35px;
  width: 370px;
  display: inline-block;
  vertical-align: top;
  margin: 10px 20px 10px 0px; }

.lightwindow_content_hidden {
  display: none; }

/* SPC Training Page */
.secondary_filterGroup {
  display: none; }

#isotope-list #container {
  display: none; }

#isotope-list #isotope_container {
  overflow: visible !important; }

#isotope-list .social_media_content {
  width: 225px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  min-height: 350px; }

.element {
  background: #efefef;
  padding: 25px 25px 10px 25px;
  margin: 0 30px 30px 0px; }
  .element .item_wrapper {
    position: relative; }
    .element .item_wrapper img {
      display: block; }
    .element .item_wrapper .item_overlay {
      background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/transparent_bg.png") repeat 0 0 transparent;
      position: absolute;
      height: 100%;
      width: 100%;
      z-index: 2;
      display: none;
      -moz-animation-duration: .25s;
      -webkit-animation-duration: .25s;
      -o-animation-duration: .25s; }
      .element .item_wrapper .item_overlay a.preview {
        display: block;
        color: #fff; }
      .element .item_wrapper .item_overlay a.item_preview {
        color: #fff;
        position: absolute;
        right: 13px;
        top: 10px; }
      .element .item_wrapper .item_overlay a.item_preview:hover {
        color: #2fa5d9; }
  .element .item_name {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-top: 20px;
    height: 30px; }

/* Videos Page */
.no_filter_header {
  margin: 0px !important;
  height: 120px !important; }

.page-template-videos-php .item_name {
  font-size: 17px;
  text-align: left;
  margin-bottom: 10px;
  border-bottom: 1px dotted #b8222b; }

.page-template-videos-php .item_description {
  width: 400px; }

.video_download_container, .radio_download_container {
  background: #2891bf;
  padding: 21px;
  position: absolute;
  width: 402px;
  height: 226px;
  top: 0;
  right: 0px;
  left: 0;
  z-index: 3;
  font-size: 13px;
  display: none;
  margin: 25px 0 0 25px;
  overflow: auto; }
  .video_download_container h4, .radio_download_container h4 {
    color: #ade6ff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2; }
  .video_download_container .video_download_option, .radio_download_container .video_download_option {
    background: #2b7da1;
    padding: 25px;
    overflow: hidden; }
  .video_download_container h5, .radio_download_container h5 {
    color: #fff;
    font-weight: bold;
    font-size: 14px; }
  .video_download_container a, .radio_download_container a {
    color: #fff;
    display: block; }
  .video_download_container a:hover, .radio_download_container a:hover {
    color: #ade6ff; }
  .video_download_container .tooltip_button, .radio_download_container .tooltip_button {
    background: #155c7b;
    border: 2px dashed #10465d;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px;
    bottom: 170px;
    line-height: 1.2; }
  .video_download_container .close_btn, .radio_download_container .close_btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px; }
  .video_download_container .close_btn:hover, .radio_download_container .close_btn:hover {
    color: #b8222b; }

/* Radio Page */

.radio-element {
  width: 276px;
}
.radio-element:nth-child(2) .item_name {
  height: 40px;
  font-size: 14px;
}
.page-template-radio-php .item_name {
  font-size: 17px;
  text-align: left;
  margin-bottom: 10px;
  border-bottom: 1px dotted #b8222b; }

.page-template-radio-php .item_description {
  width: 226px; }

.radio_download_container {
  width: 226px;
  height: 226px; }
  .radio_download_container h4 {
    color: #ade6ff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2; }
  .radio_download_container .radio_download_option {
    background: #2b7da1;
    padding: 25px;
    overflow: hidden; }
  .radio_download_container h5 {
    color: #fff;
    font-weight: bold;
    font-size: 14px; }
  .radio_download_container a {
    color: #fff;
    display: block; }
  .radio_download_container a:hover {
    color: #ade6ff; }
  .radio_download_container .tooltip_button {
    background: #155c7b;
    border: 2px dashed #10465d;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px;
    bottom: 170px;
    line-height: 1.2; }
  .radio_download_container .close_btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px; }
  .radio_download_container .close_btn:hover {
    color: #b8222b; }

/* Materials Page */
.inactive {
  display: none; }

.active {
  display: inline-block; }

#poster_section_header {
  background: #fff;
  display: block; }

.section_description_included {
  height: auto !important; }

.section_description {
  margin-bottom: 0px; }

.isotope_category_header, .isotope_category_description {
  width: 100%;
  display: block;
  background: none;
  padding: 0px;
  margin: 50px 0 0 0; }

.isotope_category_description {
  margin: 0; }

.isotope_category_header h2, .isotope_category_description h2 {
  font-size: 30px;
  border-bottom: 2px dotted #b8222b;
  margin-bottom: 20px; }

.isotope_category_subheader {
  width: 100%;
  display: block;
  background: none;
  padding: 0px;
  margin: 30px 0 0 0;
  height: 50px; }

.isotope_category_subheader h3 {
  font-size: 25px; }

.banner_instructions {
  margin: 20px 0 10px 0;
  font-weight: bold; }

.embed_code, .embed_link {
  border-color: #c7c7c7;
  font-size: 12px;
  width: 100%;
  *width: auto; }

.embed_link {
  height: 50px;
  *width: auto; }

/* Universal Styles */
/* Universal Styles */
.video_item_description {
  width: 400px; }

.video_item_name {
  font-size: 18px;
  text-align: left;
  margin: 10px 0 10px 0;
  font-weight: bold;
  border-bottom: 1px dotted #b8222b; }

.page-link {
  clear: both;
  display: block;
  margin: 0 0 1.5em; }
  .page-link span {
    margin-right: 6px; }

/* Uncomment if you have a custom home page
@import "/web/20170731213552cs_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/home";*/
#post-21 {
  margin-bottom: 0px;
  padding-bottom: 0px; }
  #post-21 .entry-header {
    display: block; }

.page-id-21 #page {
  padding-left: 260px !important; }

.page-template-suicide_prevention_month-php .hentry {
  padding: 0px; }

.page-template-suicide_prevention_month-php {
  overflow: hidden; }

.page-template-suicide_prevention_month-php .hentry {
  margin: 0 0 15px; }

h1.spm-title {
  font-family: georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 29px;
  color: #014b85 !important; }

p.subtitle {
  font-size: 18px; }

.spm-container {
  background: #014b85;
  margin: 20px 0 20px 0;
  height: 380px;
  width: 32%;
  display: inline-block;
  font-family: georgia, "Times New Roman", serif;
  vertical-align: top;
  position: relative;
  overflow: hidden; }
  .spm-container .overlay {
    background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/spm-box-overlay.png") no-repeat 0 0;
    position: absolute;
    top: -250px;
    height: 532px;
    width: 100%;
    transition: .4s all;
    z-index: 1;
    background-size: 100% 100%; }
  .spm-container h2 {
    color: white;
    font-size: 22px;
    font-style: italic;
    text-align: center;
    font-weight: normal;
    position: relative;
    max-width: 300px;
    margin: 30px auto 25px auto;
    line-height: 1.3;
    position: relative;
    z-index: 2; }
  .spm-container h2:before {
    content: "";
    display: block;
    height: 5px;
    width: 35px;
    padding: 3px;
    background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/spm-header-accent.png") no-repeat 0 0;
    position: absolute;
    top: 13px; }
  .spm-container h2:after {
    content: "";
    display: block;
    height: 5px;
    width: 35px;
    padding: 3px;
    background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/spm-header-accent.png") no-repeat 0 0;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    position: absolute;
    top: 13px; }
  .spm-container .play-btn {
    position: relative;
    z-index: 2;
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 50px;
    border-radius: 100px;
    border: 2px solid #fff;
    width: 110px;
    height: 110px;
    transition: .4s all;
    margin: 80px auto 0 auto;
    box-shadow: 0 0 200px #000; }
    .spm-container .play-btn span {
      width: 0;
      height: 0;
      border-top: 13px solid transparent;
      border-left: 23px solid white;
      border-bottom: 13px solid transparent;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 0;
      top: 0; }
  .spm-container .play-btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transition: .4s all; }

.spm-container:hover .overlay {
  top: 0px;
  transition: .4s all; }

.spm-container:hover .share-container {
  bottom: 25px;
  transition: .4s all; }

.spm-see-more-btn {
  color: #00427a; }
  .spm-see-more-btn .arrow {
    background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/blue-arrow.png") no-repeat 0 0;
    display: inline-block;
    width: 18px;
    height: 9px; }

#share-video {
  background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/im_good_thumb_spc.jpg") no-repeat 0 0;
  background-size: 100% auto;
  transition: 1s all;
  margin-right: 2%; }
  #share-video h2:before {
    left: -13px; }
  #share-video h2:after {
    right: -13px; }

#share-video:hover {
  background-size: 110% auto;
  transition: 3s all; }

@media (max-width: 1500px) {
  #share-video {
    background-size: auto 100%; }

  #share-video:hover {
    background-size: auto 110%; } }
.video_download_container, .radio_download_container {
  margin: 0px;
  width: 100%;
  height: 100%; }
  .video_download_container h4, .radio_download_container h4 {
    margin: 10px 0 10px 0;
    font-family: Myriad Pro Regular, helvetica, arial, san-serif; }
  .video_download_container h5, .radio_download_container h5 {
    font-family: Myriad Pro Regular, helvetica, arial, san-serif; }

#share-social-media {
  margin-right: 2%; }
  #share-social-media h2:before {
    left: -1px; }
  #share-social-media h2:after {
    right: -1px; }
  #share-social-media .spm-social-share-container img {
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 10;
    width: 220px; }
  #share-social-media .spm-social-share-container .gradient-overlay {
    background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/spm-social-share-gradient.png") repeat-x 0 bottom; }

#graphic-generator h2:before {
  left: -18px; }
#graphic-generator h2:after {
  right: -18px; }
#graphic-generator img {
  margin: 40px auto 0 auto;
  display: block;
  position: relative;
  z-index: 10; }

#shareable-materials {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100% !important;
  padding-bottom: 80px; }
  #shareable-materials .overlay {
    background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/spm-box-overlay-large.png") no-repeat center 0;
    background-size: 100% 100%;
    height: 2672px !important;
    top: -2100px; }
  #shareable-materials h2:before {
    left: -30px; }
  #shareable-materials h2:after {
    right: -30px; }
  #shareable-materials .row {
    display: block;
    text-align: center;
    position: relative;
    z-index: 2; }

.item-wrapper {
  display: inline-block;
  vertical-align: top; }
  .item-wrapper .item {
    margin: 15px;
    cursor: pointer; }
    .item-wrapper .item img {
      display: block; 
      margin: 0 auto;}
    .item-wrapper .item .item_overlay {
      background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/transparent_bg.png") repeat 0 0 transparent;
      position: absolute;
      height: 100%;
      width: 100%;
      z-index: 2;
      display: none;
      -moz-animation-duration: .25s;
      -webkit-animation-duration: .25s;
      -o-animation-duration: .25s; }
      .item-wrapper .item .item_overlay a.item_download {
        color: #fff;
        position: absolute;
        bottom: 30px;
        left: 0;
        margin: auto;
        right: 0;
        display: inline-block;
        width: 100px; }
  .item-wrapper .item-title {
    font-family: georgia, "Times New Roman", serif;
    font-style: italic;
    color: white;
    font-size: 17px; }

#shareable-materials:hover .overlay {
  top: 0px;
  transition: .4s all; }

.share-container {
  bottom: -35px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  transition: .4s all; }
  .share-container a.btn, .connect-btn {
    border-radius: 100px;
    border: 2px solid #fff;
    color: #fff;
    font-family: georgia, "Times New Roman", serif;
    font-style: italic;
    padding: 5px 25px;
    font-size: 17px;
    margin-right: 10px; }
  .share-container a.btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transition: .5s all; }
  .connect-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transition: .5s all; 
    color: #ffffff;}
  .share-container a.share-twitter {
    background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/spm-twitter-share.png") no-repeat center center;
    background-color: #34c6d4;
    display: inline-block;
    padding: 16px;
    border: 0px;
    vertical-align: middle;
    margin-left: 10px; }
  .share-container a.share-twitter:hover {
    background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/spm-twitter-share.png") no-repeat center center;
    background-color: #3dd5e4; }
  .share-container a.share-fb {
    background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/spm-fb-share.png") no-repeat center center;
    background-color: #3b5998;
    display: inline-block;
    padding: 16px;
    border: 0px;
    vertical-align: middle; }
  .share-container a.share-fb:hover {
    background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/spm-fb-share.png") no-repeat center center;
    background-color: #4062a8; }
  .share-container p {
    display: inline-block;
    font-family: georgia, "Times New Roman", serif;
    color: white;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 0px; }

.modal-on {
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%; }

.go-back {
  z-index: 10;
  font-size: 24px;
  font-family: georgia, "Times New Roman", serif;
  font-style: italic;
  color: white;
  display: inline-block;
  position: fixed;
  padding-left: 52px;
  right: 50px;
  top: 50px; }

.go-back:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/close-x.png") no-repeat center center #aa2b32;
  padding: 10px;
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  position: absolute;
  left: 0px; }

.spm-video-container {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  overflow-y: scroll;
  overflow-x: hidden;
  top: 0;
  left: 0;
  z-index: 10000000;
  text-align: center; }
  .spm-video-container .embed-container {
    padding-bottom: 41.55%;
    height: 0;
    overflow: hidden;
    width: 70%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .spm-video-container .embed-container iframe, .spm-video-container .embed-container object, .spm-video-container .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.spm-materials-overlay-container {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  overflow-y: scroll;
  overflow-x: hidden;
  top: 0;
  left: 0;
  z-index: 10000000;
  text-align: center; }
  .spm-materials-overlay-container .row {
    max-width: 900px;
    margin: 0 auto; }
  .spm-materials-overlay-container h2 {
    color: white;
    font-size: 50px;
    font-family: georgia, "Times New Roman", serif;
    font-weight: normal;
    font-style: italic;
    position: relative;
    padding-top: 100px; }
  .spm-materials-overlay-container h2:before {
    content: "";
    display: inline-block;
    height: 5px;
    width: 35px;
    padding: 3px;
    background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/spm-header-accent.png") no-repeat 0 0;
    padding: 8px 2px; }
  .spm-materials-overlay-container h2:after {
    content: "";
    display: inline-block;
    height: 5px;
    width: 35px;
    padding: 3px;
    background: url("/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/vcl_spread_the_word/images/spm-header-accent.png") no-repeat 0 0;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    padding: 8px 2px; }
  .spm-materials-overlay-container h3 {
    color: white;
    font-size: 30px;
    font-family: georgia, "Times New Roman", serif;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    width: 400px;
    margin-top: 20px;
    font-weight: normal;
    font-style: italic;
    margin: 60px auto 25px auto; }
  .spm-materials-overlay-container .banner_ad {
    background: rgba(255, 255, 255, 0.2);
    padding: 25px 25px 10px 25px;
    margin: 0 30px 30px 0px;
    display: inline-block !important;
    color: white; }
    .spm-materials-overlay-container .banner_ad .item_wrapper {
      position: relative; }
      .spm-materials-overlay-container .banner_ad .item_wrapper img {
        display: block; }
      .spm-materials-overlay-container .banner_ad .item_wrapper .item_overlay {
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 2;
        display: none;
        -moz-animation-duration: .25s;
        -webkit-animation-duration: .25s;
        -o-animation-duration: .25s; }
        .spm-materials-overlay-container .banner_ad .item_wrapper .item_overlay a.preview {
          display: block;
          color: #fff; }
        .spm-materials-overlay-container .banner_ad .item_wrapper .item_overlay a.item_preview {
          color: #fff;
          position: absolute;
          right: 13px;
          top: 10px; }
        .spm-materials-overlay-container .banner_ad .item_wrapper .item_overlay a.item_preview:hover {
          color: #2fa5d9; }
    .spm-materials-overlay-container .banner_ad .video_download_container, .spm-materials-overlay-container .banner_ad .radio_download_container {
      background: #2891bf;
      padding: 21px;
      position: absolute;
      width: 402px;
      height: 226px;
      top: 0;
      right: 0px;
      left: 0;
      z-index: 3;
      font-size: 13px;
      display: none;
      margin: 25px 0 0 25px;
      overflow: scroll; }
      .spm-materials-overlay-container .banner_ad .video_download_container h4, .spm-materials-overlay-container .banner_ad .radio_download_container h4 {
        color: #ade6ff;
        font-weight: bold;
        font-size: 20px; }
      .spm-materials-overlay-container .banner_ad .video_download_container .video_download_option, .spm-materials-overlay-container .banner_ad .radio_download_container .video_download_option {
        background: #2b7da1;
        padding: 25px;
        overflow: hidden; }
      .spm-materials-overlay-container .banner_ad .video_download_container h5, .spm-materials-overlay-container .banner_ad .radio_download_container h5 {
        color: #fff;
        font-weight: bold;
        font-size: 14px; }
      .spm-materials-overlay-container .banner_ad .video_download_container a, .spm-materials-overlay-container .banner_ad .radio_download_container a {
        color: #fff;
        display: block; }
      .spm-materials-overlay-container .banner_ad .video_download_container a:hover, .spm-materials-overlay-container .banner_ad .radio_download_container a:hover {
        color: #ade6ff; }
      .spm-materials-overlay-container .banner_ad .video_download_container .tooltip_button, .spm-materials-overlay-container .banner_ad .radio_download_container .tooltip_button {
        background: #155c7b;
        border: 2px dashed #10465d;
        display: block;
        text-align: center;
        color: #fff;
        padding: 10px;
        bottom: 170px;
        line-height: 1.2; }
      .spm-materials-overlay-container .banner_ad .video_download_container .close_btn, .spm-materials-overlay-container .banner_ad .radio_download_container .close_btn {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 16px; }
      .spm-materials-overlay-container .banner_ad .video_download_container .close_btn:hover, .spm-materials-overlay-container .banner_ad .radio_download_container .close_btn:hover {
        color: #b8222b; }
    .spm-materials-overlay-container .banner_ad .item_name {
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
      margin-top: 20px;
      height: 30px; }
.im-good {
  height: 55px !important;
  font-size: 15px !important;
}
/* =BLOG SPECIFIC
------------------ */
/* Blog Styles */
/* =Pager Navigation
-------------------------------------------------------------- */
#content nav {
  clear: both;
  overflow: hidden;
  padding: 0 0 1.5em; }

.nav-previous {
  float: left;
  width: 50%; }

.nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/* Singular navigation */
#nav-single {
  float: right;
  position: relative;
  top: -0.3em;
  text-align: right;
  z-index: 1; }
  #nav-single .nav-previous,
  #nav-single .nav-next {
    float: none;
    width: auto; }
  #nav-single .nav-next {
    padding-left: .5em; }

.widget {
  clear: both;
  margin: 0;
  padding: 0 0 20px; }

.widget-title {
  color: #525252;
  text-align: left; }

.widget ul {
  margin: 0; }
  .widget ul ul {
    margin-left: 1.5em; }

/* Special Classes */
.no-border {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0; }

/* Search Widget */
.widget_search form {
  margin: 0 0 10px; }
.widget_search #s {
  width: 95%;
  display: inline-block; }

#comments-title {
  padding: 0 0 2.6em; }

.nopassword,
.nocomments {
  color: #525252;
  font-size: 24px;
  margin: 26px 0; }

.commentlist {
  list-style: none;
  margin: 0 auto;
  width: 100%; }
  .commentlist > li.comment {
    position: relative; }
  .commentlist pingback {
    margin: 0 0 10px;
    padding: 10px; }
  .commentlist .children {
    list-style: none;
    margin: 0 0 10px 20px; }
    .commentlist .children .children {
      margin: 10px 0 10px 10px; }
    .commentlist .children li.comment {
      position: relative; }

article.comment {
  border-bottom: 1px solid #000;
  padding: 10px 0; }

.comment-meta {
  margin-bottom: 12px; }
  .comment-meta .fn,
  .comment-meta time {
    font-style: normal;
    display: block;
    clear: right;
    color: #525252; }

.avatar {
  float: left;
  padding-right: 10px;
  vertical-align: bottom; }

.comment-content p {
  margin-bottom: 1em; }
  .comment-content p:last-of-type {
    margin-bottom: 0; }

/* Post author highlighting */
.commentlist > li.bypostauthor,
.commentlist .children > li.bypostauthor {
  border: 1px solid #000;
  padding: 5px 10px; }

.entry-title,
.entry-title a {
  clear: both;
  color: #2fa5d9;
  line-height: 1em;
  padding-bottom: 0.5em; }

.entry-meta {
  clear: both; }

.entry-date {
  color: LINKCOLOR;
  font-size: 11px;
  padding-bottom: 2px; }

/* Handle sticky posts */
/* Comment Form */
#respond {
  margin: 0 0 1.5em;
  position: relative;
  width: 100%; }
  #respond .comment-form-author,
  #respond .comment-form-email,
  #respond .comment-form-url,
  #respond .comment-form-comment {
    position: relative;
    margin: 5px 0 0; }
    #respond .comment-form-author label,
    #respond .comment-form-email label,
    #respond .comment-form-url label,
    #respond .comment-form-comment label {
      color: #525252;
      display: inline-block;
      padding: 0px 10px 8px;
      position: relative;
      z-index: 1; }
  #respond input[type="email"], #respond input[type="number"], #respond input[type="password"], #respond input[type="search"], #respond input[type="tel"], #respond input[type="text"], #respond input[type="url"], #respond input[type="color"], #respond input[type="date"], #respond input[type="datetime"], #respond input[type="datetime-local"], #respond input[type="month"], #respond input[type="time"], #respond input[type="week"],
  #respond textarea {
    position: relative;
    float: left;
    display: inline-block; }
  #respond input[type="email"], #respond input[type="number"], #respond input[type="password"], #respond input[type="search"], #respond input[type="tel"], #respond input[type="text"], #respond input[type="url"], #respond input[type="color"], #respond input[type="date"], #respond input[type="datetime"], #respond input[type="datetime-local"], #respond input[type="month"], #respond input[type="time"], #respond input[type="week"] {
    width: 255px; }
  #respond textarea {
    width: 90%;
    min-height: 150px;
    resize: vertical; }
  #respond .form-submit {
    float: left;
    margin: 0 0; }
  #respond input[type=submit] {
    cursor: pointer;
    margin: 10px 0; }
  #respond .logged-in-as a {
    color: #525252; }
  #respond p {
    margin-bottom: 1em; }

a.comment-reply-link {
  color: #2fa5d9;
  display: inline-block;
  text-decoration: none;
  margin-top: 10px; }

#cancel-comment-reply-link {
  color: #525252;
  display: block;
  position: absolute;
  right: 1.5em;
  text-decoration: none;
  top: 1.1em;
  margin-left: 10px;
  text-decoration: none; }

.commentlist #respond {
  margin: 1.5em 0 0;
  width: auto; }

.form-allowed-tags {
  display: none; }

.comment-subscription-form {
  clear: both;
  display: block; }

/* EVEMTS CALENDAR
-------------------------- */
#tribe-bar-form input[type="text"] {
  display: block !important; }

.tribe-mini-calendar-event-state {
  padding-top: 5px; }

/*LIGHTWINDOW
-------------------------- */
#lightwindow_overlay {
  /* REQUIRED */
  display: none;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 500;
  /* REQUIRED */ }

#lightwindow {
  /* REQUIRED */
  /* Of Note - The height and width of this element are set to 0px */
  display: none;
  visibility: hidden;
  position: absolute;
  z-index: 999;
  line-height: 0px;
  /* REQUIRED */ }

#lightwindow_container {
  /* REQUIRED */
  display: none;
  visibility: hidden;
  position: absolute;
  /* REQUIRED */
  padding: 0 0 0 0;
  margin: 0 0 0 0; }

/* IE6 needs this or it messes with our positioning */
* html #lightwindow_container {
  overflow: hidden; }

#lightwindow_contents {
  overflow: hidden;
  z-index: 0;
  position: relative;
  border: 10px solid #ffffff;
  background-color: #ffffff; }

#lightwindow_loading {
  /* REQUIRED */
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 9999;
  position: absolute;
  /* REQUIRED */
  background-color: #f0f0f0;
  padding: 10px; }

#lightwindow_loading_shim {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%; }

#lightwindow_loading span {
  font-size: 12px;
  line-height: 32px;
  color: #444444;
  float: left;
  padding: 0 10px 0 0; }

#lightwindow_loading span a,
#lightwindow_loading span a:link,
#lightwindow_loading span a:visited {
  color: #09F;
  text-decoration: none;
  cursor: pointer; }

#lightwindow_loading span a:hover,
#lightwindow_loading span a:active {
  text-decoration: underline; }

#lightwindow_loading img {
  float: left;
  margin: 0 10px 0 0; }

/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/
#lightwindow_navigation {
  /* REQUIRED */
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  /* REQUIRED */ }

/* We need to shim the navigation for IE, though its more of a sub-floor */
#lightwindow_navigation_shim {
  /* REQUIRED */
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  /* REQUIRED */ }

#lightwindow_navigation a,
#lightwindow_navigation a:link,
#lightwindow_navigation a:visited,
#lightwindow_navigation a:hover,
#lightwindow_navigation a:active {
  /* REQUIRED */
  outline: none;
  /* REQUIRED */ }

#lightwindow_previous,
#lightwindow_next {
  width: 49%;
  height: 100%;
  background: transparent url(/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/images/lightwindow/blank.gif) no-repeat;
  /* Trick IE into showing hover */
  display: block; }

#lightwindow_previous {
  float: left;
  left: 0px; }

#lightwindow_next {
  float: right;
  right: 0px; }

#lightwindow_previous:hover,
#lightwindow_previous:active {
  background: url(/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/images/lightwindow/prevlabel.gif) left 15% no-repeat; }

#lightwindow_next:hover,
#lightwindow_next:active {
  background: url(/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/images/lightwindow/nextlabel.gif) right 15% no-repeat; }

#lightwindow_previous_title,
#lightwindow_next_title {
  display: none; }

#lightwindow_galleries {
  width: 100%;
  position: absolute;
  z-index: 50;
  display: none;
  overflow: hidden;
  margin: 0 0 0 10px;
  bottom: 0px;
  left: 0px; }

#lightwindow_galleries_tab_container {
  width: 100%;
  height: 0px;
  overflow: hidden; }

a#lightwindow_galleries_tab,
a:link#lightwindow_galleries_tab,
a:visited#lightwindow_galleries_tab {
  display: block;
  height: 20px;
  width: 77px;
  float: right;
  line-height: 22px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  font-size: 11px;
  color: #ffffbe;
  background: url(/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/images/lightwindow/black-70.png) repeat 0 0 transparent; }

* html a#lightwindow_galleries_tab,
* html a:link#lightwindow_galleries_tab,
* html a:visited#lightwindow_galleries_tab {
  background: none;
  background-color: #000000;
  opacity: .70;
  filter: alpha(opacity=70); }

a:hover#lightwindow_galleries_tab,
a:active#lightwindow_galleries_tab {
  color: #ffffbe; }

#lightwindow_galleries_tab_span {
  display: block;
  height: 20px;
  width: 63px;
  padding: 0 7px 0 7px; }

#lightwindow_galleries_tab .up {
  background: url(/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/images/lightwindow/arrow-up.gif) no-repeat 60px 5px transparent; }

#lightwindow_galleries_tab .down {
  background: url(/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/images/lightwindow/arrow-down.gif) no-repeat 60px 6px transparent; }

#lightwindow_galleries_list {
  background: url(/web/20170731213552im_/http://spreadtheword.veteranscrisisline.net/wp-content/themes/images/lightwindow/black-70.png) repeat 0 0 transparent;
  overflow: hidden;
  height: 0px; }

* html #lightwindow_galleries_list {
  background: none;
  background-color: #000000;
  opacity: .70;
  filter: alpha(opacity=70); }

.lightwindow_galleries_list {
  width: 200px;
  float: left;
  margin: 0 0 10px 0;
  padding: 10px; }

.lightwindow_galleries_list h1 {
  color: #09F;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 0 5px 0;
  font-size: 16px; }

.lightwindow_galleries_list li {
  margin: 5px 0 5px 0;
  list-style-type: none; }

.lightwindow_galleries_list a,
.lightwindow_galleries_list a:link,
.lightwindow_galleries_list a:visited {
  display: block;
  line-height: 22px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  padding: 0 0 0 10px;
  font-size: 11px; }

.lightwindow_galleries_list a:hover,
.lightwindow_galleries_list a:active {
  background: #000000;
  color: #ffffbe;
  border-left: 3px solid #ffffbe;
  padding: 0 0 0 7px; }

#lightwindow_data {
  /* REQUIRED */
  position: absolute;
  /* REQUIRED */ }

#lightwindow_data_slide {
  /* REQUIRED */
  position: relative;
  /* REQUIRED */ }

#lightwindow_data_slide_inner {
  background-color: #ffffff;
  padding: 0 10px 10px 10px; }

#lightwindow_data_caption {
  padding: 10px 0 0 0;
  color: #666666;
  line-height: 25px;
  background-color: #ffffff;
  clear: both; }

#lightwindow_data_details {
  background-color: #f0f0f0;
  padding: 0 10px 0 10px;
  height: 20px; }

#lightwindow_data_author_container {
  width: 40%;
  text-align: right;
  color: #666666;
  font-style: italic;
  font-size: 10px;
  line-height: 20px;
  float: right;
  overflow: hidden; }

#lightwindow_data_gallery_container {
  font-size: 10px;
  width: 40%;
  text-align: left;
  color: #666666;
  line-height: 20px;
  float: left;
  overflow: hidden; }

#lightwindow_title_bar {
  height: 25px;
  overflow: hidden; }

#lightwindow_title_bar_title {
  color: #ffffbe;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  float: left; }

a#lightwindow_title_bar_close_link,
a:link#lightwindow_title_bar_close_link,
a:visited#lightwindow_title_bar_close_link {
  float: right;
  text-align: right;
  cursor: pointer;
  color: #ffffbe;
  line-height: 25px;
  padding: 0;
  margin: 0 40px 0 0; }

a:hover#lightwindow_title_bar_close_link {
  color: #b8222b; }

a#lightwindow_title_bar_close_link, a:link#lightwindow_title_bar_close_link, a:visited#lightwindow_title_bar_close_link {
  color: #ffffff;
  font-size: 20px; }

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/
#lightwindow p {
  color: #000000;
  padding-right: 10px;
  line-height: 1.2; }

#lightwindow_contents {
  line-height: 1.2;
  padding: 0px;
  border: 0px; }

.page-template-announcements-php #lightwindow_contents {
  padding: 40px; }

/*ANIMATIONS
-------------------------- */
                 /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 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%,100%,20%,50%,80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%,100%,20%,50%,80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%,100%,50% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@keyframes flash {
  0%,100%,50% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%,100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,40%,60%,80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }
@keyframes shake {
  0%,100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,40%,60%,80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%,20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.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: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.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 fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    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% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) 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 center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    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: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    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: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    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: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    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: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-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% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -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: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-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: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-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: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    -ms-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    -ms-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  100% {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom; } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    -ms-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    -ms-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top; } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top; } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

/*
     FILE ARCHIVED ON 21:35:52 Jul 31, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:43:50 Aug 10, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/