@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo/Archivo-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo/Archivo-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo/Archivo-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo/Archivo-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo/Archivo-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo/Archivo-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "ArchivoExpanded";
  src: url("../fonts/archivo/ArchivoExpanded-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "ArchivoExpanded";
  src: url("../fonts/archivo/ArchivoExpanded-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "ArchivoExpanded";
  src: url("../fonts/archivo/ArchivoExpanded-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "ArchivoExpanded";
  src: url("../fonts/archivo/ArchivoExpanded-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "ArchivoExpanded";
  src: url("../fonts/archivo/ArchivoExpanded-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "ArchivoExpanded";
  src: url("../fonts/archivo/ArchivoExpanded-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "ArchivoExpanded";
  src: url("../fonts/archivo/ArchivoExpanded-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "ArchivoExpanded";
  src: url("../fonts/archivo/ArchivoExpanded-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
/* 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;
  background-color: #f8f8f8;
  font-family: "Archivo", 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 {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  color: #aaaaaa;
  font-weight: 700;
}

.section-title {
  margin: 0 0 20px 0;
  font-size: 2em;
  line-height: 1.125em;
  font-weight: 700;
}

h2.section-title {
  font-size: 2.25em;
}

h3.section-title {
  font-size: 1.875em;
}

.social-content-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 22px 0;
  min-height: 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  color: #aaaaaa;
}
.social-content-heading > svg {
  display: block;
  width: 24px;
  height: 20px;
  margin-right: 6px;
}
.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-weight: 700;
}
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: flex !important;
  flex-direction: column;
}
.tabbed-content .tabbed-content-sections .tab-section [data-order="0"] {
  order: 0;
}
.tabbed-content .tabbed-content-sections .tab-section [data-order="1"] {
  order: 1;
}
.tabbed-content .tabbed-content-sections .tab-section [data-order="2"] {
  order: 2;
}
.tabbed-content .tabbed-content-sections .tab-section [data-order="3"] {
  order: 3;
}
.tabbed-content .tabbed-content-sections .tab-section [data-order="4"] {
  order: 4;
}
.tabbed-content .tabbed-content-sections .tab-section [data-order="5"] {
  order: 5;
}
.tabbed-content .tabbed-content-sections .tab-section [data-order="6"] {
  order: 6;
}
.tabbed-content .tabbed-content-sections .tab-section [data-order="7"] {
  order: 7;
}
.tabbed-content .tabbed-content-sections .tab-section [data-order="8"] {
  order: 8;
}
.tabbed-content .tabbed-content-sections .tab-section [data-order="9"] {
  order: 9;
}

/* 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: 0.9em;
  line-height: 1em;
  text-transform: uppercase;
  color: #aaaaaa;
  font-weight: normal;
}
.presskit-password-form-wrapper p {
  font-size: 0.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: 0.35em 0 0 0;
  font-size: 0.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-size: 2em;
  line-height: 1em;
  font-weight: 700;
  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: 0.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-weight: 700;
  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.2%;
    margin-right: -5px;
    max-width: 180px;
  }
  #header-table .table-cell .right {
    width: 79.8%;
    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.25em;
  height: 1.25em;
}
#alert .alert-heading-wrapper .alert-icon svg path {
  fill: #ffba00;
}
#alert .alert-heading-wrapper .alert-heading {
  margin: 0;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 700;
}
#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 h1, #alert .alert-content h2, #alert .alert-content h3, #alert .alert-content h4, #alert .alert-content h5, #alert .alert-content h6 {
  font-weight: 700;
  line-height: 1.125em;
  margin: 0 0 8px 0;
}
#alert .alert-content h1 {
  font-size: 1.875em;
}
#alert .alert-content h2 {
  font-size: 1.75em;
}
#alert .alert-content h3 {
  font-size: 1.5em;
}
#alert .alert-content h4 {
  font-size: 1.375em;
}
#alert .alert-content h5 {
  font-size: 1.25em;
}
#alert .alert-content h6 {
  font-size: 1em;
}
#alert .alert-content p, #alert .alert-content ul, #alert .alert-content ol {
  font-size: 0.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 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 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;
  transform: scale(1);
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0);
  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 .post-image {
  margin-bottom: 20px;
}
.social-posts li:not(.add):not(.not-saved):hover {
  border-color: #d5d5d5;
  cursor: pointer;
  transform: scale(1.025);
  z-index: 1000;
  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-posts.linkedin li .post-info {
  display: flex;
  flex-direction: column;
}
.social-posts.linkedin li[data-post-type=link] .post-info .status {
  order: 0;
}
.social-posts.linkedin li[data-post-type=link] .post-info .content, .social-posts.linkedin li[data-post-type=link] .post-info .content-field-wrapper {
  order: 0;
}
.social-posts.linkedin li[data-post-type=link] .post-info .char-count-wrapper {
  order: 1;
}
.social-posts.linkedin li[data-post-type=link] .post-info .fetch-data-wrapper {
  order: 2;
}
.social-posts.linkedin li[data-post-type=link] .post-info .title, .social-posts.linkedin li[data-post-type=link] .post-info .title-field-wrapper {
  order: 3;
}
.social-posts.linkedin li[data-post-type=link] .post-info .url-wrapper {
  order: 4;
}
.social-posts.linkedin li[data-post-type=link] .post-info .time-wrapper {
  order: 5;
}
.social-posts.linkedin li[data-post-type=link] .post-info .title-field-wrapper {
  margin-bottom: 4px;
}

.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;
  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 {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #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, .media-selector .selected-media-wrapper[data-type=square] {
  padding-bottom: 100%;
}
.media-selector .selected-media-wrapper[data-type=landscape] {
  padding-bottom: 56.25%;
}
.media-selector .selected-media-wrapper[data-type=portrait] {
  padding-bottom: 125%;
}
.media-selector .selected-media-wrapper[data-type=story], .media-selector .selected-media-wrapper[data-type=reel], .media-selector .selected-media-wrapper[data-type="1080x1920"], .media-selector .selected-media-wrapper[data-type=vertical] {
  padding-bottom: 177.77%;
}
.media-selector .selected-media-wrapper.active {
  display: block;
}
.media-selector .selected-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.media-selector .selected-media .selected-media-item {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
  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);
  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, .media-selector .selected-media .selected-media-item.items-10 {
  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, .media-selector .selected-media .selected-media-item.items-9 {
  width: calc(33% - 4px);
}
.media-selector .selected-media .selected-media-item.items-5:nth-child(1), .media-selector .selected-media .selected-media-item.items-5:nth-child(2), .media-selector .selected-media .selected-media-item.items-7:nth-child(1), .media-selector .selected-media .selected-media-item.items-7:nth-child(2), .media-selector .selected-media .selected-media-item.items-8:nth-child(1), .media-selector .selected-media .selected-media-item.items-8:nth-child(2) {
  width: calc(50% - 4px);
}

.instagrams .selected-media-wrapper, .templates .selected-media-wrapper {
  margin-bottom: 20px;
}

.editable-presskit .instagrams .selected-media-wrapper, .editable-presskit .templates .selected-media-wrapper {
  margin-bottom: 36px;
}

.selected-media-slider {
  opacity: 0;
  width: 100%;
}
.selected-media-slider.flickity-enabled {
  opacity: 1;
}
.selected-media-slider .carousel-cell {
  width: 100%;
  height: 100%;
}
.selected-media-slider .flickity-viewport {
  height: 100% !important;
}
.selected-media-slider img, .selected-media-slider video {
  display: block;
  width: 100%;
  height: 100%;
}
.selected-media-slider img {
  object-fit: cover;
}
.selected-media-slider .flickity-prev-next-button {
  width: 24px;
  height: 24px;
}
.selected-media-slider .flickity-prev-next-button .flickity-button-icon {
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
}
.selected-media-slider .flickity-prev-next-button[disabled] {
  opacity: 0;
}
.selected-media-slider .flickity-page-dots {
  bottom: -25px;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
}
.selected-media-slider .flickity-page-dots .dot {
  pointer-events: all;
  float: none;
  padding: 0;
  background-color: #657786;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  transition: background-color 0.25s ease-in-out;
}
.selected-media-slider .flickity-page-dots .dot.is-selected {
  background-color: #1DA1F2;
}
.selected-media-slider .flickity-page-dots .dot:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: -1;
  width: 14px;
  height: 14px;
}

.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;
  font-weight: 300;
  color: #000;
}
.post-info .title {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 700;
}
.post-info .title:empty[contenteditable=false], .post-info .content:empty[contenteditable=false] {
  opacity: 0;
}
.post-info .content {
  overflow-wrap: break-word;
  word-break: break-word;
}
.post-info .content-label {
  margin: 0;
  font-size: 0.75em;
  line-height: 1.125em;
}
.post-info .content-label {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.7em;
  margin: 0 0 2px 0;
}
.post-info .linkedin-submitted-url, .post-info .readonly-input-wrapper .linkedin-submitted-url {
  display: block;
  font-size: 0.9em;
  line-height: 1em;
  margin-top: 0.4em;
  color: rgba(0, 0, 0, 0.55);
  word-break: break-all;
}
.post-info .content-textarea {
  width: 100%;
  display: block;
  padding: 0;
  border: none;
  background-color: transparent;
  font-family: "Archivo", sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
  resize: none;
  overflow: hidden !important;
}
.post-info .content-textarea:focus {
  outline: none;
}

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;
}
.asset-link .asset-link__thumbnail {
  margin: -11px -20px 9px -20px;
  display: block;
  width: calc(100% + 40px);
}
@media (min-width: 768px) {
  .asset-link .asset-link__thumbnail {
    display: none;
  }
}

.post-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  font-size: 1em;
  transition: background-color 0.15s ease-in-out;
}
.post-button svg, .post-button .text {
  display: block;
}
.post-button .text {
  display: inline-flex;
  align-items: center;
  padding: 0 1.071em 0 1.071em;
  border-left: 0.071em solid rgba(255, 255, 255, 0.25);
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1em;
  color: #ffffff;
  height: 2.142857em;
}
.post-button svg {
  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.tiktok {
  background-color: #000000;
}
.post-button.tiktok:hover {
  background-color: #262626;
}
.post-button.templates {
  background-color: #b0b9bc;
}
.post-button.templates:hover {
  background-color: #ccd1d3;
}

.copy-text-content, .icon-link {
  position: relative;
  display: block;
}
.copy-text-content textarea, .icon-link 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 0 60px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
  }
  .social-posts.clearfix:before, .social-posts.clearfix:after {
    display: none;
  }
  .social-posts.assets {
    grid-row-gap: 0px;
  }
  .social-posts li {
    position: relative;
    margin: 0;
    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
===============================================*/
.icon-link {
  cursor: pointer;
  display: block;
  margin: -0.5em 0 -0.5em 12px;
  font-size: 16px;
}
.icon-link svg {
  display: block;
  width: 1em;
  height: 1em;
}
.icon-link svg path {
  fill: #aaa;
}
.icon-link textarea {
  z-index: -1;
  width: 0;
  height: 0;
}
.icon-link:hover svg path {
  fill: #095860;
}

#campaigns {
  margin-top: 10px;
}
#campaigns .empty-section, #campaigns .add {
  display: none;
}

.campaign-marker {
  position: absolute;
  left: -12px;
  top: 11px;
  width: 2.313em;
  height: 2.25em;
  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.25em;
}

.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-header .section-label .expand-campaigns {
  display: inline-flex;
  align-items: center;
  padding-left: calc(30/12 * 1em);
  cursor: pointer;
  margin-left: auto;
}
.campaign .campaign-header .section-label .expand-campaigns .label {
  font-weight: 500;
  font-size: 10px;
}
.campaign .campaign-header .section-label .expand-campaigns .expand {
  display: none;
}
.campaign .campaign-header .section-label .expand-campaigns .collapse {
  display: block;
}
.campaign .campaign-header .section-label .expand-campaigns svg {
  display: block;
  width: calc(16/12 * 1em);
  height: calc(16/12 * 1em);
  margin-left: 0.75em;
  transform: rotate(180deg);
}
.campaign .campaign-header .section-label .expand-campaigns svg path {
  fill: #aaa;
}
.campaign .campaign-header .section-label .expand-campaigns:hover {
  color: #095860;
}
.campaign .campaign-header .section-label .expand-campaigns:hover svg path {
  fill: #095860;
}
.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-weight: 700;
}
.campaign .key-dates li p.key-date-description {
  margin-bottom: 14px;
}
.campaign .key-dates li:last-child .key-date-description {
  margin-bottom: 0;
}
.campaign .reminders .reminder:not(:last-child) {
  margin-bottom: 1em;
}
.campaign .reminders .reminder .reminder__header {
  margin-bottom: 0.25em;
}
.campaign .reminders .reminder .reminder__header h3, .campaign .reminders .reminder .reminder__header h4 {
  margin: 0;
  display: inline;
}
.campaign .reminders .reminder .reminder__header .reminder__title {
  padding-right: 4px;
}
.campaign .reminders .reminder .reminder__title, .campaign .reminders .reminder .reminder__date, .campaign .reminders .reminder .reminder__description {
  font-size: 16px;
}
.campaign .reminders .reminder .reminder__title {
  font-weight: 700;
}
.campaign .reminders .reminder h4.reminder__date {
  color: #aaaaaa;
  font-weight: 300;
}
.campaign .reminders .reminder .reminder__timezone {
  font-size: 12px;
  line-height: 1em;
  display: inline;
  white-space: nowrap;
}
.campaign .reminders .reminder p.reminder__description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  cursor: pointer;
}
.campaign .reminders .reminder p.reminder__description.expanded {
  display: block;
}
.campaign .reminders .reminder p.reminder__description + .expand-button {
  margin-top: 10px;
}
.campaign .reminders .reminder .expand-button {
  appearance: none;
  border: none;
  background-color: #095860;
  color: #fff;
  padding: 0.5em;
  cursor: pointer;
}
.campaign .reminders .reminder .expand-button:before {
  content: "expand";
}
.campaign .reminders .reminder .expand-button:checked:before {
  content: "collapse";
}
.campaign .reminders .reminder .add-to-calendar {
  margin-top: 0.6em;
}
.campaign.compact {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.campaign.compact .campaign-header .section-label .expand-campaigns .expand {
  display: block;
}
.campaign.compact .campaign-header .section-label .expand-campaigns .collapse {
  display: none;
}
.campaign.compact .campaign-groups {
  display: none;
}
.campaign.compact:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  z-index: 10;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}

.add-to-calendar {
  display: inline-flex;
  align-items: center;
  padding: calc(3/11 * 1em) 1em calc(4/11 * 1em) 1em;
  margin-right: 6px;
  font-family: "ArchivoExpanded", sans-serif;
  font-size: 0.6875em;
  font-weight: 500;
  border-radius: 1.5em;
  transition: all 0.075s;
}
.add-to-calendar svg {
  display: block;
  font-size: calc(16/11 * 1em);
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
}
.add-to-calendar:hover {
  transform: scale(1.05);
}

.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-flex;
  align-items: center;
  margin-bottom: 4px;
  vertical-align: top;
  padding: 8px 16px;
  border: 2px solid #dadada;
  font-size: 0.875em;
  color: #707070;
  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: #04393F;
  font-size: 16px;
  text-align: center;
  padding: 1em 1.25em 1em 1.25em;
}
footer .logo {
  display: block;
  font-size: 0.5em;
  width: 7.75em;
  height: 5em;
  margin: 0 auto 1.3em auto;
}
footer .logo svg {
  display: block;
  width: 7.75em;
  height: 5em;
}
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: 0.6875em;
}
footer .site-link {
  display: block;
  margin-bottom: 0.75em;
}
footer .tagline {
  display: inline-block;
  color: #fff;
  margin-bottom: 0.75em;
}
footer .tagline .heading, footer .tagline .sub-heading {
  display: block;
  line-height: 1em;
}
footer .tagline .heading {
  font-family: "ArchivoExpanded", sans-serif;
  font-size: 0.875em;
  margin-bottom: 0.25em;
}
footer .tagline .sub-heading {
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.08333em;
}

@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 {
    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;
  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%);
}
#page-modal .page-modal-content-wrapper .page-modal-content .loader svg {
  display: block;
  width: 4em;
  height: 4em;
  -webkit-animation: element-rotation 0.75s linear infinite;
  -moz-animation: element-rotation 0.75s linear infinite;
  -o-animation: element-rotation 0.75s linear infinite;
  animation: element-rotation 0.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-size: 1.5em;
  line-height: 1.125em;
  color: #fff;
  background-color: #095860;
  text-transform: capitalize;
}
.modal-box .modal-box-heading a {
  position: absolute;
  right: 20px;
  font-size: 0.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-size: 1.125em;
  line-height: 1.125em;
}
.modal-box .modal-box-content {
  padding: 30px 20px;
}
.modal-box .field-wrapper {
  position: relative;
}
.modal-box .field-label {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 0.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;
  transition: border-color 0.25s ease-in-out;
}
.modal-box .form-field:focus {
  border-color: #095860;
  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 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-size: 1em;
  line-height: 1.125em;
  font-weight: 700;
}
.modal-box .modal-box-linkedin-content .modal-box-linkedin-content-image {
  position: relative;
  display: block;
  margin: 0 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: 0.25em 0.75em 0.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: #095860;
}
.modal-box .modal-box-checkboxes label input:checked + .checkbox:after {
  position: absolute;
  content: "";
  left: 0.375em;
  top: 0.0625em;
  width: 0.5625em;
  height: 0.875em;
  border: solid white;
  border-width: 0 0.1875em 0.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.6em 1em;
  margin-bottom: 0.3em;
  border-radius: 0.2em;
  font-size: 1em;
  border-radius: 0.2em;
  cursor: default;
  transition: background-color 0.25s ease-in-out;
  background-color: #095860;
  cursor: pointer;
}
.form-button.close-modal-window {
  background-color: #e65377;
}
.form-button:hover {
  background-color: #0b6d77;
}
.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: #095860;
  text-decoration: underline;
}
.form-link:hover {
  color: #0b6d77;
  text-decoration: underline;
}
.form-link.close-modal-window {
  margin-top: 0.5em;
  color: #e65377;
}
.form-link.close-modal-window:hover {
  color: #095860;
  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;
  }
}
.plan-upgrade-modal-top__heading {
  font-family: "ArchivoExpanded", sans-serif;
  font-size: 1.5em;
  line-height: 1.1em;
  color: #095860;
}

.plan-upgrade-modal-top__sub-heading {
  font-size: 1.3125em;
  line-height: 1.238095em;
  font-weight: 300;
  letter-spacing: 0.025em;
}

.plan-change-confirmation__heading {
  font-size: 1.375em;
  line-height: 1.090909em;
}

.billing-changes {
  max-width: 680px;
  margin: 30px auto 0 auto;
  font-size: 0.75em;
  line-height: 1.25em;
  color: #777777;
}

/* CTA
------------------------------------------ */
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "ArchivoExpanded";
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.083333em;
  min-height: 2.833333em;
  padding: 0.5em 1.6666667em;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.cta:not(.cta--bordered) {
  border: 2px solid #095860;
  background-color: #095860;
  color: #bbeeee;
}
.cta:not(.cta--bordered) svg {
  display: block;
}
.cta:not(.cta--bordered) svg path {
  fill: #bbeeee;
}
.cta:not(.cta--bordered):hover {
  background-color: #fff;
  border-color: #fff;
  color: #095860;
}
.cta:not(.cta--bordered):hover svg path {
  transition: fill 0.15s ease-in-out;
  fill: #095860;
}
.cta.cta--green-hover:hover {
  background-color: #bbeeee;
  border-color: #bbeeee;
  color: #095860;
}
.cta.cta--green-hover:hover svg path {
  transition: fill 0.15s ease-in-out;
  fill: #095860;
}
.cta.cta--bordered {
  border: 2px solid #095860;
  color: #095860;
}
.cta.cta--bordered:hover {
  background-color: #095860;
  color: #fff;
}
.cta.cta--white:not(.cta--bordered) {
  border: 2px solid #fff;
  background-color: #fff;
  color: #095860;
}
.cta.cta--white:not(.cta--bordered) svg {
  display: block;
}
.cta.cta--white:not(.cta--bordered) svg path {
  fill: #095860;
}
.cta.cta--white:not(.cta--bordered):hover {
  background-color: #bbeeee;
  border-color: #bbeeee;
}
.cta.cta--white:not(.cta--bordered):hover svg path {
  transition: fill 0.15s ease-in-out;
  fill: #095860;
}
.cta.cta--white.cta--bordered {
  border: 2px solid #fff;
  color: #fff;
}
.cta.cta--white.cta--bordered:hover {
  background-color: #fff;
  color: #095860;
}
.cta.cta--small {
  font-size: 0.625em;
}
.cta.cta--large {
  padding: 1.25em 1.6666667em;
}
.cta.cta--disabled, .cta.plan-upgrade-link {
  background-color: #f2f2f2;
  border-color: #dadada;
  color: #c8c8c8;
}
.cta.cta--disabled svg, .cta.plan-upgrade-link svg {
  margin-left: 8px;
}
.cta.cta--disabled svg.lock-icon, .cta.plan-upgrade-link svg.lock-icon {
  position: relative;
  transform: none;
}
.cta.cta--disabled svg path, .cta.plan-upgrade-link svg path {
  fill: #c8c8c8;
}
.cta.cta--disabled:hover, .cta.plan-upgrade-link:hover {
  background-color: #f2f2f2;
  border-color: #dadada;
}

/* 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-weight: 700;
  font-size: 1em;
  margin-bottom: 4px;
}
.contact-list li .title {
  font-weight: 300;
  font-size: 0.938em;
}

.demo-signup {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  display: inline-block;
  background-color: #095860;
  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);
  transition: background-color 0.125s ease-in-out;
}
.demo-signup:hover {
  background-color: #0b6973;
}

/* 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;
  line-height: 1.25em;
  font-weight: 700;
}
.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: 0.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 {
  font-weight: 300;
  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: 0.75em;
}
.wysiwyg ul, .wysiwyg ol {
  padding-left: 2em;
}
.wysiwyg ul li:not(:last-child), .wysiwyg ol li:not(:last-child) {
  margin-bottom: 0.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 a {
  color: #095860;
}
.wysiwyg a:hover {
  text-decoration: underline;
}

/* POSTS
===============================================*/
.posts-group {
  margin-bottom: 40px;
}

body.editable-presskit .posts-group {
  margin-bottom: 60px;
}

/* 10+ CAMPAIGN LOADER
===============================================*/
div[data-campaigns] {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  padding: 14px 20px;
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 1em;
  font-family: "ArchivoExpanded", sans-serif;
  text-transform: uppercase;
  color: #095860;
}
div[data-campaigns] .loader {
  display: block;
  margin-left: 10px;
  font-size: 20px;
  height: 1em;
  width: 1em;
  animation: element-rotation 0.75s linear infinite;
}
div[data-campaigns] .loader path {
  fill: #095860;
}

/*# sourceMappingURL=presskit.css.map */
