.caption-input {
  border:0;
  width: 100%;
  text-align:center;
}
.caption-input:focus {
  outline:0;
}

.save-publish-ribbon {
  background-color:white;
  position: fixed;
  width:100%;
  z-index:3000;
  bottom: 0;
  padding:20px 0px;
  border-top: solid 2px whitesmoke;
  box-shadow: 5px 5px 5px 5px;
  width:102%;
}

#logo-link-input {
  border:0;
  width:100%;
}

#logo-link-input:focus, #logo-link-input:active, #section-1-header:focus, #section-1-text:focus, #section-1-video-embed-link:focus, #section-2-header:focus, #section-2-sub-section-1-text:focus, #section-2-sub-section-1-header:focus, #section-2-sub-section-2-text:focus, #section-2-sub-section-2-header:focus, #section-2-sub-section-3-text:focus, #section-2-sub-section-3-header:focus, #jobs-section-header:focus {
  outline:0;
}

.add-attachment-btn {
  background-color: #ebecf0;
  padding: 2px 10px;
  cursor: pointer;
  font-size:10px;
}

#section-1-header {
  font-size: 22px;
  line-height: 28px;
  border:0;
  width:100%;
}

#section-1-text {
  border:0;
  width: 100%;
  height:250px !important;
}

.mce-container {
  border: 0 !important;
}

#section-1-video-embed-link {
  border:0;
  width:100%;
}

#section-2-header, #jobs-section-header {
  border:0;
  width:100%;
  text-align:center;
      margin-bottom: 60px;
    font-family: Poppins,sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 6px;
    color: #2b2b2b;
}

#section-1-video-input-container {
    padding: 10px 0px;
    background: white;
    border: solid 1px;
    width: 400px;
}

#section-2-sub-section-1-text, #section-2-sub-section-2-text, #section-2-sub-section-3-text {
  border:0;
  width:100%;
  text-align:center;
  font-size: 14px;
  line-height: 26px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #777a8d;
  height:125px !important;
}

#section-2-sub-section-1-header, #section-2-sub-section-2-header, #section-2-sub-section-3-header {
  border:0;
  width:100%;
  text-align:center;
}

#section-2-sub-section-1-icon, #section-2-sub-section-2-icon, #section-2-sub-section-3-icon {
  cursor:pointer;
}

.icon-chooser {
  font-size: 24px;
  cursor:pointer;
}

#publish-changes-btn:focus {
  outline:0;
}

#status-bar {
  position:fixed;
  text-align:center;
  z-index:5000;
  top:0;
  width:100%;
  display:none;
}

#status-bar-text-container {
  color:black;
  font-weight:bold;
  border-color: #f0c36d;
  background-color: #f9edbe;
  padding:5px;
  display:inline-block;
  min-width:200px;
}

#status-bar-text {
  display:inline;
}

#page-blocker {
  display:none;
  position: fixed;
  z-index: 4000;
  background-color:black;
  width:100vw;
  height: 100vw;
  top: 0;
  opacity: 0.5;
}

#select-icon-modal > .modal-dialog > .modal-content > .modal-body > .row > .col-sm-2 {
  padding-top: 20px;
}

#header-title::-webkit-input-placeholder {
    color:white;
}
#header-title:-moz-placeholder {
    /* FF 4-18 */
    color: white;
}
#header-title::-moz-placeholder {
    /* FF 19+ */
    color: white;
}
#header-title:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
}
