/* SASS MIXINS
===============================================*/
/* FONTS
===============================================*/
@font-face {
  font-family: EnzoOTLight;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/enzo/enzoot-light-webfont.eot");
  src: url("../fonts/enzo/enzoot-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/enzo/enzoot-light-webfont.woff") format("woff"), url("../fonts/enzo/enzoot-light-webfont.ttf") format("truetype"), url("../fonts/enzo/enzoot-light-webfont.svg#EnzoOTLight") format("svg"); }
@font-face {
  font-family: EnzoOTMedium;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/enzo/enzoot-medium-webfont.eot");
  src: url("../fonts/enzo/enzoot-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/enzo/enzoot-medium-webfont.woff") format("woff"), url("../fonts/enzo/enzoot-medium-webfont.ttf") format("truetype"), url("../fonts/enzo/enzoot-medium-webfont.svg#EnzoOTMedium") format("svg"); }
@font-face {
  font-family: EnzoOTMediumItalic;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/enzo/enzoot-mediumitalic-webfont.eot");
  src: url("../fonts/enzo/enzoot-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/enzo/enzoot-mediumitalic-webfont.woff") format("woff"), url("../fonts/enzo/enzoot-mediumitalic-webfont.ttf") format("truetype"), url("../fonts/enzo/enzoot-mediumitalic-webfont.svg#EnzoOTMediumItalic") format("svg"); }
@font-face {
  font-family: EnzoOTBold;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/enzo/enzoot-bold-webfont.eot");
  src: url("../fonts/enzo/enzoot-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/enzo/enzoot-bold-webfont.woff") format("woff"), url("../fonts/enzo/enzoot-bold-webfont.ttf") format("truetype"), url("../fonts/enzo/enzoot-bold-webfont.svg#EnzoOTBold") format("svg"); }
@font-face {
  font-family: EnzoOTBoldItalic;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/enzo/enzoot-bolditalic-webfont.eot");
  src: url("../fonts/enzo/enzoot-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/enzo/enzoot-bolditalic-webfont.woff") format("woff"), url("../fonts/enzo/enzoot-bolditalic-webfont.ttf") format("truetype"), url("../fonts/enzo/enzoot-bolditalic-webfont.svg#EnzoOTBoldItalic") format("svg"); }
/* Variables
------------------------------------------ */
/* GENERAL STYLES
===============================================*/
* {
  box-sizing: border-box; }

a, a:hover, a:focus {
  text-decoration: none;
  outline: none; }

.center-vertically {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/* GENERAL STYLES
===============================================*/
body {
  margin: 0;
  background-color: #e9e9e9;
  font-family: helvetica, arial, sans-serif;
  background-color: #f8f8f8;
  font-family: "EnzoOTMedium", sans-serif;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: 0.025em;
  overflow-x: hidden; }
  body.no-scroll {
    overflow: hidden; }
  @media (max-width: 767px) {
    body.no-scroll-mobile {
      overflow: hidden; } }

/* HEADINGS & TITLES
===============================================*/
.section-label {
  margin: 0 0 10px 0;
  font-family: "EnzoOTBold", sans-serif;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  color: #aaaaaa;
  font-weight: normal; }

.section-title {
  margin: 0 0 20px 0;
  font-family: "EnzoOTBold", sans-serif;
  font-size: 2em;
  line-height: 1.125em;
  font-weight: normal; }

h2.section-title {
  font-size: 2.250em; }

h3.section-title {
  font-size: 1.875em; }

.social-content-heading {
  position: relative;
  margin: 0 0 22px 0;
  padding: 5px 0 4px 30px;
  font-family: "EnzoOTBold", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  color: #aaaaaa; }
  .social-content-heading svg {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 24px;
    height: 20px; }
    .social-content-heading svg path, .social-content-heading svg polygon, .social-content-heading svg circle {
      fill: #aaaaaa; }

p {
  margin: 0 0 20px 0;
  font-size: 1em;
  line-height: 1.5em; }
  p strong {
    font-family: "EnzoOTBold", sans-serif; }
  p:last-child {
    margin-bottom: 0; }

/* CONTAINERS
===============================================*/
.max-width-container {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto; }

.section-box {
  background-color: #ffffff;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada; }

/* TAB SECTIONS
===============================================*/
.tabbed-content .tabbed-content-sections .tab-section {
  display: none !important; }
  .tabbed-content .tabbed-content-sections .tab-section.active {
    display: block !important; }

/* PRESSKIT PASSWORD
===============================================*/
.presskit-password-form-wrapper {
  padding: 20px 20px;
  background-color: #fff; }
  .presskit-password-form-wrapper h2 {
    margin: 0 0 10px 0;
    font-family: "EnzoOTBold", sans-serif;
    font-size: .9em;
    line-height: 1em;
    text-transform: uppercase;
    color: #aaaaaa;
    font-weight: normal; }
  .presskit-password-form-wrapper p {
    font-size: .8em;
    line-height: 1.125em; }
  .presskit-password-form-wrapper .spk-password-field, .presskit-password-form-wrapper .spk-password-submit {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 0;
    height: 40px; }
  .presskit-password-form-wrapper .spk-password-field {
    border: 1px solid #dadada;
    padding: 10px; }
  .presskit-password-form-wrapper .spk-password-submit {
    border: none;
    background-color: #009fdb;
    color: #fff;
    letter-spacing: 0.025em;
    padding: 0.25em 1.25em;
    font-family: "EnzoOTBold",sans-serif;
    text-transform: uppercase;
    cursor: pointer; }
  .presskit-password-form-wrapper .password-error {
    padding: .35em 0 0 0;
    font-size: .7em;
    line-height: 1em;
    color: #cc0000; }

@media (min-width: 768px) {
  .presskit-password-form-wrapper {
    font-size: 20px;
    padding: 40px 60px; } }
/* HEADER
===============================================*/
#header-table {
  background-color: #ffffff;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  width: 100%;
  font-size: 12px; }
  #header-table .table-cell {
    vertical-align: middle; }
    #header-table .table-cell:last-child {
      border: none; }
    #header-table .table-cell .left, #header-table .table-cell .right {
      display: block;
      vertical-align: middle; }
    #header-table .table-cell.col-1 {
      padding: 20px; }
    #header-table .table-cell.col-2 {
      padding: 0 20px 20px 20px; }

.profile-image-wrapper {
  position: relative; }
  .profile-image-wrapper .basic-logo {
    position: absolute;
    z-index: 1;
    left: 18px;
    top: 20px; }
  .profile-image-wrapper .logo {
    font-size: 13.1771vw;
    display: block;
    width: 15vw; }
    .profile-image-wrapper .logo img {
      display: block;
      width: 100%; }

.profile-image {
  background-color: #333333;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center; }

@media (min-width: 768px) {
  .profile-image {
    padding-bottom: 18.3016%; }

  .profile-image-wrapper .basic-logo {
    left: 3.5vw;
    top: 1.5vw; } }
@media (min-width: 1366px) {
  .profile-image-wrapper {
    position: relative; }
    .profile-image-wrapper .basic-logo {
      left: 54px;
      top: 25px; }
    .profile-image-wrapper .logo {
      width: 200px; } }
.presskit-title {
  margin: 0;
  font-family: "EnzoOTBold", sans-serif;
  font-size: 2em;
  line-height: 1em;
  font-weight: normal;
  letter-spacing: 0.025em; }

.social-accounts {
  display: inline-block; }
  .social-accounts.empty-section {
    margin-top: 0; }
  .social-accounts .social-link {
    display: none;
    vertical-align: middle;
    padding: 0 4px; }
    .social-accounts .social-link svg {
      display: block;
      width: 20px;
      height: 21px; }
      .social-accounts .social-link svg path, .social-accounts .social-link svg polygon {
        fill: #000; }
    .social-accounts .social-link.active {
      display: inline-block; }
    .social-accounts .social-link:first-child {
      padding-left: 0; }
    .social-accounts .social-link:last-child {
      padding-right: 0; }

/* hashtags */
.hashtags {
  line-height: 1.125em; }
  .hashtags li a.hashtag {
    position: relative;
    display: inline-block;
    padding: 4px 0;
    color: #000;
    word-break: break-all; }
    .hashtags li a.hashtag .hashtag-subnav {
      display: none;
      position: absolute;
      z-index: 1;
      left: 0;
      top: calc( 100% - 2px );
      background-color: #f8f8f8;
      border: 1px solid #e6e6e6;
      border-bottom: none;
      font-size: 1.125em;
      min-width: 100%;
      -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.08);
      box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.08); }
      .hashtags li a.hashtag .hashtag-subnav .hashtag-link {
        position: relative;
        display: block;
        border-bottom: 1px solid #e6e6e6; }
        .hashtags li a.hashtag .hashtag-subnav .hashtag-link svg, .hashtags li a.hashtag .hashtag-subnav .hashtag-link .label {
          display: inline-block;
          vertical-align: middle; }
        .hashtags li a.hashtag .hashtag-subnav .hashtag-link svg {
          position: absolute;
          display: inline-block;
          width: 1.5em;
          height: 1.5em;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .hashtags li a.hashtag .hashtag-subnav .hashtag-link .label {
          padding: 1.125em 1.125em 1.125em 3.125em;
          font-size: .5em;
          line-height: 1em;
          text-transform: uppercase;
          white-space: nowrap; }
        .hashtags li a.hashtag .hashtag-subnav .hashtag-link.twitter svg path {
          fill: #aaaaaa; }
        .hashtags li a.hashtag .hashtag-subnav .hashtag-link.twitter .label {
          color: #444444; }
        .hashtags li a.hashtag .hashtag-subnav .hashtag-link.instagram svg path {
          fill: #aaaaaa; }
        .hashtags li a.hashtag .hashtag-subnav .hashtag-link.instagram .label {
          color: #444444; }
        .hashtags li a.hashtag .hashtag-subnav .hashtag-link:hover {
          background-color: #aaaaaa; }
          .hashtags li a.hashtag .hashtag-subnav .hashtag-link:hover.twitter svg path {
            fill: #fff; }
          .hashtags li a.hashtag .hashtag-subnav .hashtag-link:hover.twitter .label {
            color: #fff; }
          .hashtags li a.hashtag .hashtag-subnav .hashtag-link:hover.instagram svg path {
            fill: #fff; }
          .hashtags li a.hashtag .hashtag-subnav .hashtag-link:hover.instagram .label {
            color: #fff; }
    .hashtags li a.hashtag:hover .hashtag-subnav {
      display: block; }
  .hashtags.brand-hashtags {
    font-size: 1em;
    padding: 1px 0 0 0; }
    .hashtags.brand-hashtags li {
      margin: 1px 0; }
      .hashtags.brand-hashtags li .divider {
        display: none; }
      .hashtags.brand-hashtags li .hashtag {
        padding: 0.222em 0.222em 0.222em 0; }
      .hashtags.brand-hashtags li a.hashtag {
        display: block; }
  .hashtags.campaign-hashtags {
    font-size: 1em; }
    .hashtags.campaign-hashtags li {
      float: left; }
      .hashtags.campaign-hashtags li .divider {
        color: #dadada; }
      .hashtags.campaign-hashtags li:last-child .divider {
        display: none; }

@media (max-width: 767px) {
  .hashtags li a.hashtag .hashtag-subnav {
    font-size: 1.25em;
    display: block; } }
/*

	.header-nav {
		display: inline-block;
		font-size: 16px;
		line-height: 1.125em;
		padding: 6px;
		a {
			font-family: $EnzoOTBold;
			color: #000000;
			&:hover {
				color: #aaaaaa;
				.icon {
					svg {
						path, polygon {
							fill: #aaaaaa;
						}
					}					
				}
			}			
		}
		.header-nav-link {
			.icon, .text {
				display: inline-block;
				vertical-align: middle;
			}
			.icon {
				margin-right: 10px;
				svg {
					display: block;
				}
			}
			display: inline-block;
			padding: 3px 12px 3px 12px;
			border-right: 1px solid #e3e3e3;

			
		}
	}

*/
/* contacts */
.contacts {
  display: block;
  margin: 0 0 10px 0; }
  .contacts .view-contacts, .contacts .edit-contacts {
    display: inline-block;
    font-size: 16px;
    line-height: 1.125em;
    padding: 3px 12px 2px 0;
    font-family: "EnzoOTBold", sans-serif;
    color: #000000; }
    .contacts .view-contacts .icon, .contacts .view-contacts .text, .contacts .edit-contacts .icon, .contacts .edit-contacts .text {
      display: inline-block;
      vertical-align: middle; }
    .contacts .view-contacts .icon, .contacts .edit-contacts .icon {
      margin-right: 10px; }
      .contacts .view-contacts .icon svg, .contacts .edit-contacts .icon svg {
        display: block;
        width: 24px;
        height: 16px; }
    .contacts .view-contacts:hover, .contacts .edit-contacts:hover {
      color: #aaaaaa; }
      .contacts .view-contacts:hover .icon svg path, .contacts .view-contacts:hover .icon svg polygon, .contacts .edit-contacts:hover .icon svg path, .contacts .edit-contacts:hover .icon svg polygon {
        fill: #aaaaaa; }
  .contacts.empty-section {
    margin-top: 0; }
    .contacts.empty-section .view-contacts {
      display: none; }

@media (min-width: 480px) {
  #header-table .table-cell .left, #header-table .table-cell .right {
    display: inline-block;
    vertical-align: middle; }
  #header-table .table-cell .left {
    width: 20.20%;
    margin-right: -5px;
    max-width: 180px; }
  #header-table .table-cell .right {
    width: 79.80%;
    padding: 20px 40px; } }
@media (min-width: 768px) {
  #header-table {
    display: table;
    font-size: 14px; }
    #header-table .table-cell {
      display: table-cell;
      vertical-align: top;
      border-bottom: none; }
      #header-table .table-cell.col-1 {
        width: 50%;
        padding: 10px 20px 10px 60px; }
      #header-table .table-cell.col-2 {
        width: 50%;
        padding: 11px 60px 10px 20px;
        text-align: right; }
      #header-table .table-cell.col-3 {
        width: 17.2767%; }

  .contacts {
    display: inline-block;
    margin: 7px -4px 7px 0; }

  .social-accounts {
    border-left: 1px solid #aaaaaa;
    padding-left: 16px; } }
@media (min-width: 992px) {
  #header-table {
    font-size: 18px; } }
@media (min-width: 1160px) {
  #header-table {
    font-size: 20px; } }
@media (min-width: 1366px) {
  #header-table, .max-width-side-borders {
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada; } }
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  background-color: #000; }
  .responsive-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#alert .responsive-video[style~="text-align:"] {
  opacity: 0; }
#alert .alert-video {
  max-width: 600px; }
  #alert .alert-video.center .responsive-video[style~="text-align:"], #alert .alert-video.right .responsive-video[style~="text-align:"], #alert .alert-video.left .responsive-video[style~="text-align:"] {
    opacity: 1; }
  #alert .alert-video.center {
    margin: 0 auto; }
  #alert .alert-video.right {
    margin: 0 0 0 auto; }
  #alert .alert-video.left {
    margin: 0 auto 0 0; }

/* ALERT
===============================================*/
#alert {
  margin-bottom: 8px;
  padding: 1.5em 20px 1.5em 20px;
  font-size: 14px; }
  #alert.empty-section {
    display: none; }
  #alert .alert-heading-wrapper {
    position: relative;
    font-size: 1.125em; }
    #alert .alert-heading-wrapper .alert-icon {
      position: absolute;
      left: 0;
      top: 0;
      display: none;
      margin-right: 10px;
      font-size: 1em; }
      #alert .alert-heading-wrapper .alert-icon svg {
        display: block;
        width: 1.250em;
        height: 1.250em; }
        #alert .alert-heading-wrapper .alert-icon svg path {
          fill: #ffba00; }
    #alert .alert-heading-wrapper .alert-heading {
      margin: 0;
      font-family: "EnzoOTBold", sans-serif;
      font-size: 1em;
      line-height: 1.25em;
      font-weight: normal; }
      #alert .alert-heading-wrapper .alert-heading.centered {
        text-align: center; }
      #alert .alert-heading-wrapper .alert-heading .alert-icon, #alert .alert-heading-wrapper .alert-heading .text {
        vertical-align: top; }
  #alert .alert-content {
    margin-top: 6px;
    margin-bottom: 4px; }
    #alert .alert-content:empty {
      margin-top: 0;
      margin-bottom: 0; }
    #alert .alert-content em {
      font-family: "EnzoOTMediumItalic", sans-serif; }
      #alert .alert-content em strong {
        font-family: "EnzoOTBoldItalic", sans-serif; }
    #alert .alert-content h1, #alert .alert-content h2, #alert .alert-content h3, #alert .alert-content h4, #alert .alert-content h5, #alert .alert-content h6 {
      font-family: "EnzoOTBold", sans-serif;
      font-weight: normal;
      line-height: 1.125em;
      margin: 0 0 8px 0; }
    #alert .alert-content h1 {
      font-size: 1.875em; }
    #alert .alert-content h2 {
      font-size: 1.750em; }
    #alert .alert-content h3 {
      font-size: 1.500em; }
    #alert .alert-content h4 {
      font-size: 1.375em; }
    #alert .alert-content h5 {
      font-size: 1.250em; }
    #alert .alert-content h6 {
      font-size: 1em; }
    #alert .alert-content p, #alert .alert-content ul, #alert .alert-content ol {
      font-size: .9em;
      line-height: 1.125em;
      margin: 0 0 1em 0; }
      #alert .alert-content p:last-child, #alert .alert-content ul:last-child, #alert .alert-content ol:last-child {
        margin-bottom: 0; }
      #alert .alert-content p em, #alert .alert-content ul em, #alert .alert-content ol em {
        font-family: "EnzoOTMediumItalic", sans-serif; }
      #alert .alert-content p strong, #alert .alert-content ul strong, #alert .alert-content ol strong {
        font-family: "EnzoOTBold", sans-serif;
        font-weight: normal; }
        #alert .alert-content p strong em, #alert .alert-content ul strong em, #alert .alert-content ol strong em {
          font-family: "EnzoOTBoldItalic", sans-serif;
          font-style: normal; }
      #alert .alert-content p em, #alert .alert-content ul em, #alert .alert-content ol em {
        font-family: "EnzoOTMediumItalic", sans-serif;
        font-style: normal; }
        #alert .alert-content p em strong, #alert .alert-content ul em strong, #alert .alert-content ol em strong {
          font-family: "EnzoOTBoldItalic", sans-serif;
          font-weight: normal;
          font-style: normal; }
    #alert .alert-content a {
      text-decoration: underline; }
    #alert .alert-content ul {
      list-style: disc outside; }
    #alert .alert-content ol {
      list-style: decimal outside; }
    #alert .alert-content ul, #alert .alert-content ol {
      padding: 0 0 0 1em; }
      #alert .alert-content ul li, #alert .alert-content ol li {
        margin: 0 0 .75em 0; }

@media (min-width: 768px) {
  #alert {
    font-size: 16px;
    margin-bottom: 8px;
    padding: 1.5em 60px 1.5em 60px; } }
/* SOCIAL POSTS
===============================================*/
.social-posts-wrapper.empty-section {
  display: none; }

.social-posts li {
  position: relative;
  border: 1px solid #dadada;
  margin: 0 0 30px 0;
  background-color: #ffffff;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0);
  -webkit-transition: border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -moz-transition: border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out, -moz-transform 0.15s ease-in-out;
  transition: border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out, transform 0.15s ease-in-out; }
  .social-posts li .post-button, .social-posts li .form-button {
    margin: 0 0 15px 20px; }
  .social-posts li .post-info .empty-section {
    display: none; }
  .social-posts li:not(.add):not(.not-saved):hover {
    border-color: #d5d5d5;
    cursor: pointer;
    -ms-transform: scale(1.025);
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
    z-index: 1000;
    -webkit-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.25); }
  .social-posts li .content a:hover {
    text-decoration: underline; }
.social-posts.assets li {
  margin-bottom: 10px; }

.social-post-item {
  display: block;
  position: relative;
  z-index: 1; }

.media-display-wrapper {
  display: none; }
  .media-display-wrapper.active {
    display: block; }

#media-item-hover {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  position: absolute;
  z-index: 1000000;
  width: 80%;
  background-color: #d0d0d0;
  border: 4px solid #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
  #media-item-hover:after {
    content: '';
    position: absolute;
    left: -13px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ffffff;
    box-shadow: none; }
  #media-item-hover img {
    width: 100%; }
  #media-item-hover.active {
    opacity: 1; }

.media-selector .selected-media-wrapper {
  position: relative;
  background-color: #d0d0d0;
  padding-bottom: 56.25%;
  display: none;
  border-bottom: 1px solid #dadada; }
  .media-selector .selected-media-wrapper.square {
    padding-bottom: 100%; }
  .media-selector .selected-media-wrapper.active {
    display: block; }
.media-selector .selected-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .media-selector .selected-media .selected-media-item {
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .media-selector .selected-media .selected-media-item video {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      background-color: #000000; }
    .media-selector .selected-media .selected-media-item .remove-media-item {
      display: none;
      position: absolute;
      top: 5px;
      right: 5px;
      z-index: 1;
      -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.75); }
      .media-selector .selected-media .selected-media-item .remove-media-item svg {
        display: block;
        width: 16px;
        height: 16px; }
        .media-selector .selected-media .selected-media-item .remove-media-item svg path {
          fill: #ffffff; }
      .media-selector .selected-media .selected-media-item .remove-media-item:hover {
        background-color: white; }
        .media-selector .selected-media .selected-media-item .remove-media-item:hover svg path {
          fill: #ff0000; }
    .media-selector .selected-media .selected-media-item.items-1 {
      width: calc(100% - 4px); }
    .media-selector .selected-media .selected-media-item.items-2, .media-selector .selected-media .selected-media-item.items-4 {
      width: calc(50% - 4px); }
    .media-selector .selected-media .selected-media-item.items-3, .media-selector .selected-media .selected-media-item.items-5, .media-selector .selected-media .selected-media-item.items-6, .media-selector .selected-media .selected-media-item.items-7, .media-selector .selected-media .selected-media-item.items-8 {
      width: calc(33% - 4px); }

.post-image {
  height: 0;
  padding-bottom: 52.25%;
  margin: -1px -1px 0 -1px;
  overflow: hidden;
  background-size: cover;
  background-position: center; }

.instagrams li .post-image {
  position: relative;
  padding-bottom: 100%; }
  .instagrams li .post-image .instagram-video-icon {
    display: none; }
.instagrams li.video .post-image .instagram-video-icon {
  position: absolute;
  left: 6px;
  bottom: 6px;
  display: block;
  width: 50px; }
  .instagrams li.video .post-image .instagram-video-icon img {
    width: 100%; }
.instagrams li.video .post-image[style*="default-thumb-instagram"] .instagram-video-icon {
  display: none; }

/* CONTENT FIELD TEXTAREA
===============================================*/
.content-field-wrapper {
  display: none; }

.post-info {
  padding: 15px 20px 12px 20px;
  font-size: 1em;
  color: #000; }
  .post-info .title {
    margin: 0 0 6px 0;
    padding: 0;
    font-family: "EnzoOTBold", sans-serif;
    font-size: 1em;
    line-height: 1.125em;
    font-weight: normal; }
  .post-info .title:empty[contenteditable="false"], .post-info .content:empty[contenteditable="false"] {
    opacity: 0; }
  .post-info .content {
    overflow-wrap: break-word; }
  .post-info .content-label {
    margin: 0;
    font-size: 0.750em;
    line-height: 1.125em; }
  .post-info .content-label {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.700em;
    margin: 0 0 2px 0; }
  .post-info .linkedin-submitted-url, .post-info .readonly-input-wrapper .linkedin-submitted-url {
    display: block;
    font-size: .9em;
    line-height: 1em;
    margin-top: 0.4em;
    color: rgba(0, 0, 0, 0.55);
    word-break: break-all; }

li[data-model="linkedin"] .post-info .content:empty {
  display: none; }

.asset-link {
  display: block;
  padding: 11px 20px 9px 20px;
  font-size: 1em;
  text-align: center; }

.post-button {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 0 0 1.875em;
  font-size: 1em;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out; }
  .post-button .text {
    display: inline-block;
    height: 2.143em;
    padding: 0.571em 1.071em 0.429em 1.071em;
    border-left: 0.071em solid rgba(255, 255, 255, 0.25);
    font-family: "EnzoOTBold", sans-serif;
    font-size: 0.875em;
    line-height: 1em;
    color: #ffffff; }
  .post-button svg {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 1.875em;
    height: 1.875em; }
  .post-button.facebook {
    background-color: #3b5998; }
    .post-button.facebook .text .share-text {
      display: none; }
    .post-button.facebook .text .post-text {
      display: inline-block; }
    .post-button.facebook.post .text .share-text {
      display: none; }
    .post-button.facebook.post .text .post-text {
      display: inline-block; }
    .post-button.facebook.share .text .share-text, .post-button.facebook.link .text .share-text {
      display: inline-block; }
    .post-button.facebook.share .text .post-text, .post-button.facebook.link .text .post-text {
      display: none; }
    .post-button.facebook:hover {
      background-color: #718dc8; }
  .post-button.twitter {
    background-color: #55acee; }
    .post-button.twitter:hover {
      background-color: #83c3f3; }
  .post-button.instagram {
    background-color: #3f729b; }
    .post-button.instagram:hover {
      background-color: #6698c1; }
  .post-button.linkedin {
    background-color: #007bb6; }
    .post-button.linkedin:hover {
      background-color: #04adff; }
  .post-button.templates {
    background-color: #b0b9bc; }
    .post-button.templates:hover {
      background-color: #ccd1d3; }

.copy-text-content {
  position: relative;
  display: block; }
  .copy-text-content textarea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 none transparent;
    margin: 0;
    padding: 0;
    outline: none;
    resize: none;
    overflow: hidden;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.025em;
    background-color: transparent; }

@media (min-width: 768px) {
  .social-posts {
    margin: 0 -20px 30px -20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .social-posts li {
      position: relative;
      float: left;
      width: calc( 33.3% - 40px );
      margin: 0 20px 35px 20px;
      padding: 0 0 46px 0; }
      .social-posts li:after {
        right: 20px;
        left: 20px; }
      .social-posts li .post-button, .social-posts li .form-button {
        margin: 0;
        position: absolute;
        left: 20px;
        bottom: 15px;
        z-index: 0; }
    .social-posts.assets {
      margin-bottom: 8px; }
      .social-posts.assets li {
        padding: 0;
        margin-bottom: 15px; } }
/* CAMPAIGNS
===============================================*/
#campaigns {
  margin-top: 10px; }
  #campaigns .empty-section, #campaigns .add {
    display: none; }

.campaign-marker {
  position: absolute;
  left: -12px;
  top: 11px;
  width: 2.313em;
  height: 2.250em;
  background-size: cover;
  background-position: center;
  background-image: url(../images/campaign-marker-shadow.png);
  font-size: 0.75em; }
  .campaign-marker svg {
    display: block;
    width: 2.313em;
    height: 2.250em; }

.campaign {
  margin-bottom: 20px;
  border-bottom: solid 5px; }
  .campaign .campaign-header {
    position: relative;
    width: 100%;
    z-index: 10; }
    .campaign .campaign-header > .table-cell.col-1 {
      padding: 20px; }
  .campaign .campaign-timeline {
    margin-top: 20px; }
  .campaign .right-table .table-row .table-cell {
    padding-left: 20px;
    padding-right: 20px;
    padding: 20px; }
  .campaign .right-table .table-row.bottom .table-cell {
    border-top: 1px solid #dadada;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px); }
  .campaign .key-dates li .key-date-title {
    font-family: "EnzoOTBold", sans-serif; }
  .campaign .key-dates li p.key-date-description {
    margin-bottom: 14px; }
  .campaign .key-dates li:last-child .key-date-description {
    margin-bottom: 0; }

.campaign-groups {
  border-top: 1px solid #dadada; }
  .campaign-groups .tabbed-content-nav {
    border-bottom: 1px solid #dadada;
    padding: 10px 20px 6px 20px; }
    .campaign-groups .tabbed-content-nav .tab-link {
      position: relative;
      display: inline-block;
      margin-bottom: 4px;
      vertical-align: top;
      padding: 8px 16px;
      border: 2px solid #dadada;
      font-size: 0.875em;
      color: #aaaaaa;
      cursor: pointer; }
      .campaign-groups .tabbed-content-nav .tab-link.active {
        background-color: #dadada; }
      .campaign-groups .tabbed-content-nav .tab-link .label {
        vertical-align: middle;
        display: inline-block;
        cursor: pointer; }
  .campaign-groups .tabbed-content-sections {
    padding: 20px; }

@media (min-width: 768px) {
  .campaign-marker {
    font-size: 1em;
    left: 0;
    top: 14px; }

  .campaign-groups .tabbed-content-nav {
    padding: 0;
    margin-top: -1px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .campaign-groups .tabbed-content-nav .tab-link {
      margin-bottom: -1px;
      margin-top: 0;
      padding: 0.889em 3.333em;
      border: none;
      border-right: 1px solid #dadada;
      border-bottom: 1px solid #dadada;
      border-top: 1px solid #dadada;
      font-size: 1.125em; }
      .campaign-groups .tabbed-content-nav .tab-link.active {
        margin-bottom: -1px;
        border-bottom: 1px solid #fff;
        background-color: #fff; }
  .campaign-groups .tabbed-content-sections {
    padding: 38px 60px 20px 60px; }

  .campaign .campaign-header {
    display: table; }
    .campaign .campaign-header > .table-cell {
      display: table-cell; }
      .campaign .campaign-header > .table-cell.col-1 {
        padding: 28px 60px 20px 60px;
        border-right: 1px solid #dadada; }
      .campaign .campaign-header > .table-cell.col-2 {
        width: 34.7731%;
        height: 100%;
        vertical-align: top; }
  .campaign .right-table {
    display: table;
    width: 100%;
    height: 100%; }
    .campaign .right-table .table-row {
      width: 100%;
      display: table-row; }
      .campaign .right-table .table-row .table-cell {
        display: table-cell;
        border-top: 1px solid #dadada; }
      .campaign .right-table .table-row.bottom {
        height: 26.6666%; }
      .campaign .right-table .table-row:first-child .table-cell {
        border-top: none; } }
/* BRAND CONTENT
===============================================*/
#brand-content {
  padding: 20px; }
  #brand-content.empty-section {
    display: none; }

@media (min-width: 768px) {
  #brand-content {
    padding: 20px 60px; } }
/* FOOTER
===============================================*/
footer {
  position: relative;
  background-color: #1b1b1b;
  font-size: 16px;
  text-align: center;
  padding: 1em 1.25em 1em 1.25em; }
  footer .logo {
    display: block;
    font-size: .5em;
    width: 7.750em;
    height: 5.000em;
    margin: 0 auto 1.300em auto; }
    footer .logo svg {
      display: block;
      width: 7.750em;
      height: 5.000em; }
      footer .logo svg path {
        fill: #ffffff; }
  footer a {
    display: inline-block;
    color: #fff;
    line-height: 1.125em; }
  footer .footer-column-right {
    color: #fff;
    font-size: .6875em; }
  footer .site-link {
    display: block;
    margin-bottom: .75em; }
  footer .tagline {
    display: inline-block;
    color: #fff;
    font-size: .875em;
    margin-bottom: .75em; }
    footer .tagline .heading, footer .tagline .sub-heading {
      display: block;
      line-height: 1em; }
    footer .tagline .heading {
      font-size: 1em;
      margin-bottom: .125em; }
    footer .tagline .sub-heading {
      font-size: .8em;
      text-transform: uppercase; }

@media (min-width: 768px) {
  footer {
    font-size: 16px; }
    footer .logo {
      margin: 0; }
    footer .copyright {
      padding-left: 2em; }
    footer .site-link {
      margin-bottom: 0; }
    footer .tagline {
      font-size: 1em;
      margin: 0 0 0 1.5em; }
    footer .footer-columns {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      footer .footer-columns .footer-column-left, footer .footer-columns .footer-column-right {
        width: 50%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
      footer .footer-columns .footer-column-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      footer .footer-columns .footer-column-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
/* Modal
------------------------------------------ */
#page-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  overflow-y: auto; }
  #page-modal .hit-area {
    display: block;
    content: '';
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0; }
  #page-modal.active {
    display: block; }
  #page-modal a.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    font-size: 1em;
    z-index: 1; }
    #page-modal a.modal-close svg {
      display: block;
      width: 24px;
      height: 24px;
      fill: #cc0000;
      -webkit-transition: fill 0.25s ease-in-out;
      -moz-transition: fill 0.25s ease-in-out;
      transition: fill 0.25s ease-in-out; }
    #page-modal a.modal-close:hover svg {
      fill: #ff0000; }
  #page-modal .page-modal-content-wrapper {
    position: relative;
    z-index: 1;
    display: table;
    width: 100%;
    height: calc( 100% - 120px );
    max-width: 1170px;
    margin: 60px auto; }
    #page-modal .page-modal-content-wrapper .page-modal-content {
      position: relative;
      z-index: 1;
      display: table-cell;
      padding: 0 30px; }
      #page-modal .page-modal-content-wrapper .page-modal-content.vertical-align-middle {
        vertical-align: middle; }
      #page-modal .page-modal-content-wrapper .page-modal-content .loader {
        display: block;
        width: 4em;
        height: 4em;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%); }
        #page-modal .page-modal-content-wrapper .page-modal-content .loader svg {
          display: block;
          width: 4em;
          height: 4em;
          -webkit-animation: element-rotation .75s linear infinite;
          -moz-animation: element-rotation .75s linear infinite;
          -o-animation: element-rotation .75s linear infinite;
          animation: element-rotation .75s linear infinite; }
  #page-modal .modal-loader {
    display: block;
    width: 60px;
    margin: 0 auto; }

#postingModalIframe {
  background-color: #fff;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: block;
  border: 1px solid #d0d0d0; }

@media (max-width: 767px) {
  #postingModalIframe {
    width: 100%; } }
.modal-box {
  position: relative;
  z-index: 1;
  border: 1px solid #dadada;
  max-width: 600px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: center; }
  .modal-box .modal-box-heading {
    position: relative;
    margin: 0;
    padding: 15px 20px;
    font-family: "EnzoOTMedium", sans-serif;
    font-size: 1.5em;
    line-height: 1.125em;
    font-weight: normal;
    color: #fff;
    background-color: #009fdb;
    text-transform: capitalize; }
    .modal-box .modal-box-heading a {
      position: absolute;
      right: 20px;
      font-size: .75em;
      color: #000; }
      .modal-box .modal-box-heading a .text {
        display: none; }
      .modal-box .modal-box-heading a .text, .modal-box .modal-box-heading a svg {
        vertical-align: middle; }
      .modal-box .modal-box-heading a svg {
        display: inline-block;
        width: 1.125em;
        height: 1.125em; }
        .modal-box .modal-box-heading a svg path {
          fill: #2AA429; }
  .modal-box .modal-box-sub-heading {
    margin: 0;
    padding: 0 0 15px 0;
    font-family: "EnzoOTMedium", sans-serif;
    font-size: 1.125em;
    line-height: 1.125em;
    font-weight: normal; }
  .modal-box .modal-box-content {
    padding: 30px 20px; }
  .modal-box .field-wrapper {
    position: relative; }
  .modal-box .field-label {
    display: block;
    margin-bottom: 4px;
    font-family: "EnzoOTBold", sans-serif;
    font-size: .75em;
    line-height: 1.125em; }
  .modal-box .form-field {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ededed;
    padding: 10px 10px 10px 0;
    font-size: 1em;
    color: #606060;
    -webkit-transition: border-color 0.25s ease-in-out;
    -moz-transition: border-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out; }
    .modal-box .form-field:focus {
      border-color: #009fdb;
      outline: none; }
    .modal-box .form-field.is-unique {
      padding-right: 25px; }
    .modal-box .form-field.social-accounts-field {
      padding-right: 25px; }
  .modal-box .modal-box-image {
    display: block;
    width: 100%; }
  .modal-box .modal-box-linkedin-heading {
    margin: 0 0 .5em 0;
    font-family: "EnzoOTMedium", sans-serif;
    font-size: 1em;
    color: #009fdb; }
  .modal-box .modal-box-linkedin-content {
    border: 1px solid #dadada;
    padding: 1em;
    margin: 0 0 1.5em 0; }
    .modal-box .modal-box-linkedin-content .modal-box-linkedin-content-title {
      margin: 0;
      font-family: "EnzoOTBold", sans-serif;
      font-size: 1em;
      line-height: 1.125em;
      font-weight: normal; }
    .modal-box .modal-box-linkedin-content .modal-box-linkedin-content-image {
      position: relative;
      display: block;
      margin: 0 0 .75em 0;
      background-size: cover;
      background-position: center;
      padding-bottom: 56.25%;
      background-color: rgba(0, 0, 0, 0.05); }
      .modal-box .modal-box-linkedin-content .modal-box-linkedin-content-image:after {
        content: 'No Image Set';
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        color: #cccccc; }
  .modal-box .modal-box-checkboxes {
    margin: 0 0 2.5em 0;
    font-size: 1em; }
    .modal-box .modal-box-checkboxes label {
      position: relative;
      display: inline-block;
      padding: .25em .75em .25em 1.75em;
      cursor: pointer; }
      .modal-box .modal-box-checkboxes label .checkbox {
        position: absolute;
        top: 50%;
        left: 0;
        background-color: #dadada;
        width: 1.25em;
        height: 1.25em;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .modal-box .modal-box-checkboxes label input {
        position: absolute;
        opacity: 0; }
      .modal-box .modal-box-checkboxes label input:checked + .checkbox {
        background-color: #009fdb; }
        .modal-box .modal-box-checkboxes label input:checked + .checkbox:after {
          position: absolute;
          content: '';
          left: .375em;
          top: .0625em;
          width: .5625em;
          height: .875em;
          border: solid white;
          border-width: 0 .1875em .1875em 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.form-button {
  display: inline-block;
  background-color: #d0d0d0;
  color: #ffffff;
  border: none;
  padding: 0.600em 1em;
  margin-bottom: 0.300em;
  border-radius: 0.200em;
  font-size: 1em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  -ms-border-radius: 0.2em;
  border-radius: 0.2em;
  cursor: default;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  background-color: #009fdb;
  cursor: pointer; }
  .form-button.close-modal-window {
    background-color: #e65377; }
  .form-button:hover {
    background-color: #00b2f5; }
  .form-button.disabled {
    background-color: #d0d0d0;
    cursor: default; }
  .form-button.cancel {
    color: #666666;
    background-color: #d0d0d0; }
    .form-button.cancel:hover {
      background-color: #dddddd; }

.form-link {
  display: inline-block;
  font-size: 1em;
  color: #009fdb;
  text-decoration: underline; }
  .form-link:hover {
    color: #00b2f5;
    text-decoration: underline; }
  .form-link.close-modal-window {
    margin-top: .5em;
    color: #e65377; }
    .form-link.close-modal-window:hover {
      color: #009fdb;
      text-decoration: underline; }

@media (min-width: 768px) {
  .modal-box .modal-box-heading {
    padding: 15px 40px; }
    .modal-box .modal-box-heading a {
      right: 40px; }
      .modal-box .modal-box-heading a .text {
        display: inline-block; }
  .modal-box .modal-box-content {
    padding: 30px 40px; } }
/* Contacts
------------------------------------------ */
.contact-list {
  margin-top: -15px;
  margin-bottom: 30px; }
  .contact-list.empty, .contact-list.non-editable {
    margin-top: 0;
    margin-bottom: 0; }
  .contact-list li {
    font-size: 1em;
    line-height: 1.125em;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    padding-top: 10px; }
    .contact-list li p {
      margin-bottom: 0; }
    .contact-list li:last-child {
      margin-bottom: 0;
      border: none; }
    .contact-list li .name, .contact-list li .title {
      margin: 0;
      font-weight: normal; }
    .contact-list li .name {
      font-family: "EnzoOTBold", sans-serif;
      font-size: 1em;
      margin-bottom: 4px; }
    .contact-list li .title {
      font-family: "EnzoOTLight", sans-serif;
      font-size: 0.938em; }

.demo-signup {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  display: inline-block;
  background-color: #009fdb;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -ms-border-radius: 1.5em;
  border-radius: 1.5em;
  color: #fff;
  letter-spacing: 0.025em;
  padding: 0.5em 1.25em;
  text-transform: uppercase;
  font-family: "EnzoOTBold",sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.125s ease-in-out;
  -moz-transition: background-color 0.125s ease-in-out;
  transition: background-color 0.125s ease-in-out; }
  .demo-signup:hover {
    background-color: #00aeef; }

/* MEDIA QUERIES
===============================================*/
/* ANIMATION
===============================================*/
@-webkit-keyframes element-rotation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes element-rotation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes element-rotation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes element-rotation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* WYSIWYG
===============================================*/
.wysiwyg {
  font-size: 1em; }
  .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    margin: 0;
    font-family: "EnzoOTBold", sans-serif;
    line-height: 1.25em;
    font-weight: normal; }
    .wysiwyg h1:not(:last-child), .wysiwyg h2:not(:last-child), .wysiwyg h3:not(:last-child), .wysiwyg h4:not(:last-child), .wysiwyg h5:not(:last-child), .wysiwyg h6:not(:last-child) {
      margin-bottom: .25em; }
  .wysiwyg h1 {
    font-size: 1.875em; }
  .wysiwyg h2 {
    font-size: 1.75em; }
  .wysiwyg h3 {
    font-size: 1.5em; }
  .wysiwyg h4 {
    font-size: 1.375em; }
  .wysiwyg h5 {
    font-size: 1.25em; }
  .wysiwyg h6 {
    font-size: 1.125em; }
  .wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg pre {
    line-height: 1.25em; }
    .wysiwyg p:not(:last-child), .wysiwyg ul:not(:last-child), .wysiwyg ol:not(:last-child), .wysiwyg pre:not(:last-child) {
      margin-bottom: .75em; }
  .wysiwyg ul, .wysiwyg ol {
    padding-left: 2em; }
    .wysiwyg ul li:not(:last-child), .wysiwyg ol li:not(:last-child) {
      margin-bottom: .5em; }
  .wysiwyg ul li {
    list-style: disc outside; }
  .wysiwyg ol li {
    list-style: decimal outside; }
  .wysiwyg pre {
    display: block;
    font-family: monospace;
    color: #888;
    white-space: pre; }
  .wysiwyg strong {
    font-family: "EnzoOTBold", sans-serif;
    font-weight: normal; }
  .wysiwyg a {
    color: #009fdb; }
    .wysiwyg a:hover {
      text-decoration: underline; }

/*# sourceMappingURL=presskit.css.map */
