/* 
    Style.css is shared by Advanced Banner, Callout and Feature portlets
*/
.PO-wrapper {
  font-family: Arial;
  font-size: 16px;
  margin: 0px auto;
  border: 3px solid #1d2228;
  box-sizing: border-box;
  position: relative; }

/*- Off Screen style for accessibility -*/
.PO-offScreen {
  position: absolute;
  top: -1000000px;
  left: -1000000px; }

/*- Portlet top Breadcrumbs -*/
.PO-navigationBar {
  background: #1d2228;
  color: #ffffff;
  padding: 10px 10px 10px 10px;
  font-size: 12px;
  font-weight: 600;
  display: table;
  width: 100%;
  box-sizing: border-box; }
  .PO-navigationBar a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal; }
    .PO-navigationBar a:hover {
      text-decoration: underline; }

/*- Portlet Settings Bar -*/
.PO-settingsBar {
  background: #2E353E;
  color: #ffffff;
  padding: 10px;
  font-size: 0.9em;
  /*- Portlet Settings Bar dividers -*/
  /*- Portlet Settings Bar buttons -*/
  /*- Portlet Settings Bar dropdown styles -*/ }
  .PO-settingsBar ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .PO-settingsBar ul > li {
      display: inline;
      position: relative; }
  .PO-settingsBar span {
    display: inline-block;
    margin: 0px;
    font-size: 18px; }
  .PO-settingsBar a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    padding: 4px;
    display: inline-block;
    transition: background 0.2s ease-in-out; }
    .PO-settingsBar a:hover {
      background: #49545F;
      border-radius: 3px; }
  .PO-settingsBar .PO-settingsDropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0px;
    width: 200px;
    z-index: 3; }
    .PO-settingsBar .PO-settingsDropdown ul {
      background: #ffffff;
      border-radius: 4px;
      overflow: hidden;
      border: 1px solid #cccccc;
      border-top: none; }
    .PO-settingsBar .PO-settingsDropdown .triangle {
      width: 100%;
      display: block;
      height: 10px; }
      .PO-settingsBar .PO-settingsDropdown .triangle:after {
        content: '';
        position: relative;
        display: block;
        left: 14px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 10px 8px;
        border-color: transparent transparent #ffffff transparent;
        z-index: 2; }
    .PO-settingsBar .PO-settingsDropdown li {
      display: block; }
      .PO-settingsBar .PO-settingsDropdown li a {
        color: #333333;
        border-radius: 0px;
        display: block;
        padding: 10px;
        /*font-weight: bold;*/
        border-bottom: 1px solid #eeeeee; }
        .PO-settingsBar .PO-settingsDropdown li a em {
          margin: 0px 10px 0px 5px;
          transition: all 0.2s ease-in-out;
          color: #2E353E; }
        .PO-settingsBar .PO-settingsDropdown li a:hover {
          background: #EAEFF0; }
          .PO-settingsBar .PO-settingsDropdown li a:hover em {
            transform: scale(1.1, 1.1); }
      .PO-settingsBar .PO-settingsDropdown li:last-child a {
        border-bottom: 0px; }

/*- Portlet information/settings/controls area -*/
.PO-controlsTop {
  background: #EAEFF0;
  border-bottom: 4px solid #a8a9ab;
  padding: 15px; }
  .PO-controlsTop .PO-title:not(:empty) {
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 15px; }

/*- Portlet Search Bar -*/
.PO-search {
  background: #D7E0E2;
  padding: 10px;
  margin-top: 15px;
  font-weight: 600;
  position: relative;
  /*- Portlet Settings Bar dropdown styles -*/ }
  .PO-search input[type="text"] {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 0.01em; }
    .PO-search input[type="text"]:focus + .PO-searchDropdown {
      display: block; }
  .PO-search .PO-searchDropdown {
    display: none;
    position: absolute;
    top: calc(100% - 10px);
    left: 10px;
    width: calc(100% - 20px);
    z-index: 3; }
    .PO-search .PO-searchDropdown ul {
      background: #ffffff;
      border-radius: 4px;
      overflow: hidden;
      border: 1px solid #cccccc;
      border-top: none;
      list-style: none;
      margin: 0px;
      padding: 0px; }
    .PO-search .PO-searchDropdown li {
      display: block; }
      .PO-search .PO-searchDropdown li a {
        color: #333333;
        border-radius: 0px;
        display: block;
        padding: 10px;
        text-decoration: none;
        border-bottom: 1px solid #eeeeee; }
        .PO-search .PO-searchDropdown li a > em {
          margin: 0px 10px 0px 5px;
          transition: all 0.2s ease-in-out;
          color: #2E353E; }
        .PO-search .PO-searchDropdown li a:hover {
          background: #EAEFF0; }
          .PO-search .PO-searchDropdown li a:hover em {
            transform: scale(1.1, 1.1); }
        .PO-search .PO-searchDropdown li a span {
          font-size: 0.8em;
          color: #a7a3a3;
          float: right;
          transform: translate(0, 0.1em);
          /*em { color: #2E353E; }*/ }
        .PO-search .PO-searchDropdown li a small {
          font-size: 1em;
          color: #206E9E; }
      .PO-search .PO-searchDropdown li:last-child a {
        border-bottom: 0px; }

/*- PAGING -*/
.PO-paging {
  background: #2E353E;
  padding: 10px 10px 5px 10px; }
  .PO-paging:after {
    content: '';
    display: block;
    clear: both; }
  .PO-paging ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left; }
    .PO-paging ul li {
      float: left; }
      .PO-paging ul li a, .PO-paging ul li span {
        font-weight: bold;
        font-size: 0.9em;
        transition: background 0.2s ease-in-out;
        text-decoration: none;
        color: #ffffff;
        display: block;
        padding: 10px;
        border-radius: 3px; }
        .PO-paging ul li a.active:not(span), .PO-paging ul li a:hover:not(span), .PO-paging ul li span.active:not(span), .PO-paging ul li span:hover:not(span) {
          background: #49545F; }
    .PO-paging ul:after {
      content: '';
      display: block;
      clear: both; }
  .PO-paging .PO-pageCount {
    font-size: 0.8em;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    float: right; }

/*- Portlet mobile styles -*/
.PO-wrapper.PO-mobileView .PO-pageButton, .PO-wrapper.PO-mobileView .PO-pageCount {
  float: none;
  text-align: center; }

.PO-wrapper.PO-mobileView .PO-pageButton li {
  float: none;
  display: inline-block; }

/*-- In Merged --*/
.button {
  border: 1px solid #ccc;
  border-color: #c4cccc #acb5b5 #6f7777;
  background: #F5F5F5;
  padding: 5px 5px 4px 5px;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
  cursor: pointer;
  margin: 2px; }

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


.PO-televoxList .PO-contentArea {
  padding: 20px; }
  .PO-televoxList .PO-contentArea:after {
    content: '';
    display: block;
    clear: both; }

.PO-televoxList .PO-contentArea ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .PO-televoxList .PO-contentArea ul .TL-contentInputs:after {
    content: '';
    display: block;
    clear: both; }
  .PO-televoxList .PO-contentArea ul .TL-contentInputs ul {
    width: 46%;
    padding: 0px 2% 0px 2%;
    float: left; }
    .PO-televoxList .PO-contentArea ul .TL-contentInputs ul > li:first-child {
      margin-bottom: 20px; }
  .PO-televoxList .PO-contentArea ul .TL-contentInputs .TL-richText {
    padding: 0; }
    .PO-televoxList .PO-contentArea ul .TL-contentInputs .TL-richText ul {
      width: 96%;
      float: none; }

.TL-btn {
  line-height: 35px;
  display: inline-block;
  background: #333333;
  color: #ffffff;
  border-radius: 3px;
  margin-left: 10px;
  text-align: center;
  padding: 0 10px 0 10px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
}
  .TL-btn.TL-delete {
    background: #e74c3c;
    float: right; }
  .TL-btn.TL-addItem {
    background: #2ecc71;
    margin: 0; }
  .TL-btn:hover {
    opacity: 0.8; 
    color: #ffffff;
    text-decoration: none;
  }
  .TL-btn.TL-move {
    cursor: ns-resize; }

    .TL-btn.TL-cancel {
    background: #e74c3c;
    float: right; }

.TL-itemControlBtns {
  margin-top: 10px; }
  .TL-itemControlBtns:after {
    content: '';
    display: block;
    clear: both; }
  .TL-itemControlBtns ul {
    float: right; }
    .TL-itemControlBtns ul li {
      float: left; }

.TL-titleAC .TL-btn {
  width: 35px;
  padding: 0 0 0 0; }

.TL-titleAC {
  border-bottom: 3px solid #eeeeee;
  padding: 8px;
  color: #333333;
  display: table;
  width: calc(100% - 16px); 
  width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
  .TL-titleAC > span {
    display: table-cell;
    vertical-align: middle; }
    .TL-titleAC > span.TL-open {
      width: 45px; }
      .TL-titleAC > span.TL-open .TL-toggleButton {
        margin: 0 10px 0 0; }
  .TL-titleAC:after {
    content: '';
    display: block;
    clear: both; }
  .TL-titleAC span {
    line-height: 35px; }
    .TL-titleAC span.TL-titleText input {
      border: none;
      background: transparent;
      font-size: 20px;
      font-weight: 300;
      padding: 0px 0px 0px 5px;
      display: inline;
      cursor: pointer;
      width: 100%;
      position: relative;
      z-index: 2;
      pointer-events: none; }
    .TL-titleAC span.TL-listControl {
      float: right; }

.TL-contentInputs {
  padding: 15px 0 15px 0; }
  .TL-contentInputs .TL-floatedColumns {
    margin-top: 20px; }
    .TL-contentInputs .TL-floatedColumns:first-child {
      margin-top: 0; }
    .TL-contentInputs .TL-floatedColumns:after {
      content: '';
      display: block;
      clear: both; }
  .TL-contentInputs ul:after {
    content: '';
    display: block;
    clear: both; }
  .TL-contentInputs .TL-label {
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 5px;
    line-height: 30px; }
  .TL-contentInputs input[type="text"] {
    width: calc(100% - 2px);
    padding: 0 10px 0 10px;
    line-height: 35px;
    font-size: 16px;
    border: 1px solid #b9b9b9;
    box-sizing: border-box;
    border-radius: 3px; }
    .TL-contentInputs input[type="text"][disabled="disabled"] {
      background: #f1f1f1; 
      padding-right: 35px;
    }
  .TL-contentInputs input[type=checkbox] {
    position: absolute;
    left: -999999999px; }
    .TL-contentInputs input[type=checkbox] + label:before {
      font-family: FontAwesome;
      display: inline-block;
      margin-right: 15px;
      position: relative;
      top: 3px;
      line-height: 25px;
      font-size: 20px;
      text-indent: 3px; }
    .TL-contentInputs input[type=checkbox] + label:before {
      content: "\f00c";
      color: transparent;
      width: 25px;
      height: 25px;
      border: 1px solid #b9b9b9;
      border-radius: 3px; }
    .TL-contentInputs input[type=checkbox]:focus + label:before {
      border: 1px solid #b9b9b9; }
    .TL-contentInputs input[type=checkbox] + label:before {
      letter-spacing: 10px; }
    .TL-contentInputs input[type=checkbox]:checked + label:before {
      content: "\f00c";
      color: #000000; }
    .TL-contentInputs input[type=checkbox]:checked + label:before {
      letter-spacing: 5px; }
  .TL-contentInputs .TL-fileSelect {
    position: relative; }
    .TL-contentInputs .TL-fileSelect input {
      width: calc(100% - 42px); }
    .TL-contentInputs .TL-fileSelect .TL-btn {
      position: absolute; }
      .TL-contentInputs .TL-fileSelect .TL-btn.TL-fileRemove {
        top: 1px;
        right: 44px;
        background: transparent;
        color: #e74c3c; }
      .TL-contentInputs .TL-fileSelect .TL-btn.TL-fileBrowse {
        top: 1px;
        right: 0;
        margin: 0;
        background: #eeeeee;
        color: #333333; }
  .TL-contentInputs .TL-richText {
    padding: 20px 2% 0px 2%; }

.TL-listItem {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 10px; }
  .TL-listItem.active {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px; }
  .TL-listItem:last-child {
    margin-bottom: 0; }
  .TL-listItem .TL-contentInputs {
    display: none; }
  .TL-listItem.active .TL-contentInputs {
    display: block; }
  .TL-listItem.active .TL-toggleButton em:before {
    content: "\f068"; }

    .TL-listItem.hide {
    display:none; }

    span.TL-required {
    font-size: 0.6em;
    color: #e74c3c;
    margin-left: 5px;
}
.TL-renderTemplate select {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 35px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .TL-renderTemplate select.TL-templateList {
    margin-top: 5px; }

.PO-televoxList.PO-mobileView .PO-contentArea ul .TL-contentInputs ul {
  width: 96%;
  padding: 0px 2% 0px 2%;
  float: left; }

.PO-title input {
  width: calc(100% - 2px);
  padding: 0 10px 0 10px;
  line-height: 35px;
  font-size: 16px;
  border: 1px solid #b9b9b9;
  box-sizing: border-box;
  border-radius: 3px; }
.PO-title .TL-label {
  font-size: 16px; }

.TL-connectedSortable {
  border: 2px dashed transparent; }

.TL-topErrors {
    margin-bottom: 20px;
}

.TL-topErrors span.TL-errorTitle {
    font-size: 18px;
    text-align: center;
    display: block;
    background: #e74c3c;
    padding: 12px;
    color: #ffffff;
    border-radius: 3px;
}

.TL-Hidden
{
    display:none;
}

.TL-contentInputs .TL-inputError .TL-label {
    color: #e74c3c; }
  .TL-contentInputs .TL-inputError input, .TL-contentInputs .TL-inputError select {
    border-color: #e74c3c; }
.PO-controlsTop .TL-inputError .TL-label {
    color: #e74c3c;
}
.PO-controlsTop .TL-label {
    font-weight: bold;
}

.TL-titleAC span.TL-titleText input.TL-hasErrors::-webkit-input-placeholder {
        /* Chrome */
        color: #e74c3c; }
      .TL-titleAC span.TL-titleText input.TL-hasErrors:-ms-input-placeholder {
        /* IE 10+ */
        color: #e74c3c; }
      .TL-titleAC span.TL-titleText input.TL-hasErrors::-moz-placeholder {
        /* Firefox 19+ */
        color: #e74c3c;
        opacity: 1; }
      .TL-titleAC span.TL-titleText input.TL-hasErrors:-moz-placeholder {
        /* Firefox 4 - 18 */
        color: #e74c3c;
        opacity: 1; }

      .PO-controlsTop .TL-inputError input, .PO-controlsTop .TL-inputError select {
    border-color: #e74c3c;
}

/* feature portlet */

.TL-richEditor ul:after {
    content:normal;
    display:inline !important;
    float:left;
}

.TL-richEditor .reEditorModes
{
    width:100%;
}

.reContentCell iframe
{
    height:100%;
}

.PO-wrapper.PO-televoxList
{
    background-color: white;
}