@font-face {
  font-family: 'gooddogregular';
  src: url("/_Content/fonts/GoodDog-webfont.eot");
  src: url("/_Content/fonts/GoodDog-webfont.eot?#iefix") format("embedded-opentype"), url("/_Content/fonts/GoodDog-webfont.woff") format("woff"), url("/_Content/fonts/GoodDog-webfont.ttf") format("truetype"), url("/_Content/fonts/GoodDog-webfont.svg#gooddogregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.js-movebar {
  width: 100% !important; }
  .js-movebar.sticky {
    position: fixed;
    top: 5px;
    width: inherit !important; }

#pagebuild-overlay {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  width: -moz-calc(100% - 240px);
  width: -webkit-calc(100% - 240px);
  width: calc(100% - 240px);
  height: 100%;
  z-index: 3000; }
  #pagebuild-overlay .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.8; }
  #pagebuild-overlay .message {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left: 50%;
    margin-left: -33px;
    color: black;
    text-align: center; }
  #pagebuild-overlay i {
    font-size: 32px;
    margin-bottom: 5px; }
  #pagebuild-overlay p {
    font-size: 18px;
    margin-bottom: 0; }

.header.navbar {
  z-index: 4000; }

.item-list {
  font-size: 14px; }
  .item-list .row {
    margin-bottom: 35px; }
    .item-list .row .row {
      margin-left: 0;
      margin-right: 0; }
  .item-list label {
    display: block;
    margin-bottom: 0;
    font-weight: bold;
    color: #00a19a; }
  .item-list input[type="text"], .item-list textarea, .item-list select {
    width: 75%;
    height: 30px;
    padding: 5px 10px;
    margin-top: 3px;
    font-size: 13px;
    outline: none; }
    .item-list input[type="text"]:focus, .item-list textarea:focus, .item-list select:focus {
      border: 1px solid #f8b133; }
  .item-list select {
    padding: 0 5px;
    border-color: #cbd5dd; }
  .item-list textarea {
    height: 100px;
    padding: 5px 10px; }
  .item-list input[type="file"] {
    margin-top: 3px; }
  .item-list input[type="checkbox"], .item-list input[type="radio"] {
    width: 15px;
    height: 15px; }
  .item-list .other label {
    font-weight: normal;
    color: #808080; }
  .item-list .check-title {
    padding: 0 15px;
    color: #808080; }
    .item-list .check-title span {
      display: block;
      padding-bottom: 5px;
      border-bottom: 1px solid #eee;
      margin-bottom: 10px; }
  .item-list .field-validation-error {
    float: left;
    width: 100%;
    font-size: 12px;
    color: red; }
  @media only screen and (max-width: 736px) {
    .item-list .row {
      margin-bottom: 0; }
    .item-list .item {
      margin-bottom: 15px; }
    .item-list input[type="text"], .item-list textarea, .item-list select {
      width: 100%; } }

.ui-widget-content {
  z-index: 4000; }

.panel-heading .title {
  font-size: 18px;
  font-weight: bold; }

.editor-title label {
  color: #00a19a;
  text-align: left !important; }

.clear {
  clear: both; }

.move-buttons a {
  margin: 3px 0 3px 10px; }

h2, h3, h4 {
  color: #d50032;
  font-weight: bold; }

.center {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.pod {
  float: left;
  width: 100%;
  max-width: 310px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: white; }
  .pod:last-child {
    margin-bottom: 0; }
  .pod iframe {
    height: 250px; }
  .pod.text h3 {
    height: auto;
    min-height: 90px; }
  .pod.text .bot {
    padding: 20px 30px; }
  .pod.twitter {
    padding: 30px; }
  .pod.yellow {
    background-image: url(/_Content/images/side-pod-yellow.png); }
  .pod.green {
    background-image: url(/_Content/images/side-pod-green-big.png); }
    .pod.green .btn {
      background-color: #f9b234; }
  .pod.small {
    padding: 0; }
    .pod.small img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .pod.small.green .btn {
      background-color: #f9b234; }
    .pod.small h3 {
      width: 65%;
      padding: 25px 10px 10px 30px; }
    .pod.small p {
      width: 65%;
      padding: 10px 10px 0 30px;
      margin-bottom: 0; }
    .pod.small .btn-container {
      width: 65%;
      padding: 10px 30px;
      padding-bottom: 30px; }
    .pod.small .main-img {
      width: 40%;
      position: absolute;
      right: 0;
      bottom: 0;
      top: auto;
      left: auto;
      height: auto; }
  .pod img {
    float: left;
    width: 100%; }
  .pod .top {
    float: left;
    width: 100%;
    margin-top: 7px;
    background-size: 85% 100%;
    background-repeat: no-repeat;
    background-position-x: center; }
  .pod .bot {
    float: left;
    width: 100%;
    padding: 0 30px; }
  .pod .btn-container {
    float: left;
    width: 100%;
    padding-bottom: 25px; }
    .pod .btn-container .btn {
      float: left; }
  .pod h3 {
    float: left;
    width: 100%;
    font-family: "Museo W01_700", Arial, sans-serif;
    font-size: 190%;
    color: white;
    margin-bottom: 10px; }
  .pod p {
    margin-bottom: 15px;
    font-size: 14px; }

.print-logo {
  display: none;
  width: 35%;
  margin: 0 auto; }

.print-only {
  display: none; }

#sortable_paginate {
  padding: 15px 0; }
  #sortable_paginate a {
    margin-left: 10px;
    padding: 5px 12px;
    background-color: #177bbb;
    border: 1px solid #177bbb;
    color: white;
    cursor: pointer;
    font-size: 14px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
    #sortable_paginate a:hover {
      color: white;
      background-color: #146ca4;
      border-color: #136397; }
  #sortable_paginate .paginate_disabled_previous, #sortable_paginate .paginate_disabled_next {
    display: none; }

#sortable .btn {
  margin: 2px; }

#sortable .btn-hold {
  float: right;
  width: 15%;
  padding: 0 5px; }

#sortable .name {
  float: left;
  width: 85%; }

#dashboard {
  float: left;
  width: 100%; }
  #dashboard .pod {
    position: relative;
    float: left;
    width: 100%;
    max-width: none;
    min-height: 196px;
    padding: 20px;
    margin: 15px 0;
    border: 1px solid #e8e8e8;
    background-color: #f0f0f0;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    #dashboard .pod:hover {
      border-color: #d50032; }
    #dashboard .pod.button-ver:hover {
      border-color: #e8e8e8; }
    #dashboard .pod h4 {
      float: left;
      width: 100%;
      margin: 0 0 10px;
      font-family: "Museo W01_700", Arial, sans-serif;
      font-size: 18px;
      color: #d50032;
      text-transform: uppercase; }
      #dashboard .pod h4 i {
        margin-right: 5px; }
    #dashboard .pod p {
      float: left;
      width: 100%;
      color: #808080;
      margin-bottom: 0; }
    #dashboard .pod a {
      float: left;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    #dashboard .pod .button {
      margin: 20px 2% 0 0;
      padding: 5px 10px;
      width: 48%;
      height: auto;
      position: relative;
      border: 1px solid #ddd;
      font-family: "Museo W01_700", Arial, sans-serif;
      text-transform: uppercase;
      color: #00a19a;
      -o-border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
      #dashboard .pod .button:nth-child(2n) {
        margin-right: 0;
        margin-left: 2%; }
      #dashboard .pod .button:hover {
        border-color: #00a19a; }

.feedback-pod p {
  height: 60px;
  margin-bottom: 5px;
  overflow: hidden; }
  .feedback-pod p.full {
    height: auto; }

.feedback-pod a {
  display: inline-block;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  border: 1px dashed grey;
  border-left: none;
  border-right: none; }
  .feedback-pod a:hover {
    color: #00a19a; }

.feedback-pod .item {
  margin-bottom: 5px; }
  .feedback-pod .item:last-child {
    margin-bottom: 0; }
  .feedback-pod .item i {
    margin-right: 2px; }

.feedback-pod .remove {
  position: relative;
  font-size: 16px;
  cursor: pointer;
  top: 2px; }
  .feedback-pod .remove:hover {
    color: #00a19a; }

.page-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  padding: 2% 0;
  overflow-y: auto;
  background: url(/_Content/images/overlay/white-bg.png); }
  .page-overlay p {
    color: #333333;
    font-family: "Avenir LT W01_45 Book1475508", Arial, sans-serif;
    font-size: 300%; }
  .page-overlay .title {
    margin-bottom: 45px; }
  .page-overlay.loading .title {
    margin-bottom: 0; }

.breadcrumb {
  margin-top: 10px; }

.sorting-table tbody tr {
  cursor: move; }

.datatable .highlight {
  background-color: #FFFF88; }

.button-in-input {
  position: absolute;
  top: 8px;
  right: 20px; }

.accordian-drag {
  display: none;
  background: url(/_Content/images/icon/drag-bg.png) darkseagreen;
  width: 100px;
  height: 25px;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -50px;
  margin-top: -12.5px;
  z-index: 9999;
  cursor: move;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  border-top: 0; }

.image-drag {
  display: none;
  background: url(/_Content/images/icon/drag-bg.png) darkseagreen;
  width: 100px;
  height: 25px;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -50px;
  margin-top: -12.5px;
  z-index: 9999;
  cursor: move;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  border-top: 0; }

.accordian-row.drag:hover .accordian-drag {
  display: block; }

.image-row.drag:hover .image-drag {
  display: block; }

.add-page-zone {
  border: 1px dashed darkseagreen;
  color: darkseagreen; }
  .add-page-zone:hover {
    border-color: #709b70;
    color: #709b70; }

.add-block-container {
  border: 1px dashed cornflowerblue;
  color: cornflowerblue; }
  .add-block-container:hover {
    border-color: #567cc1;
    color: #567cc1; }

.add-page-block {
  border: 1px dashed indianred;
  color: indianred;
  padding: 6px 12px; }
  .add-page-block:hover {
    border-color: #a94444;
    color: #a94444; }

.info-box .panel-heading {
  cursor: pointer; }
  .info-box .panel-heading i {
    position: relative;
    top: 2px;
    font-size: 18px; }

.info-box h4 {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px; }

.info-box p {
  float: left;
  width: 100%; }

.info-box :first-child {
  margin-top: 0; }

.info-box :last-child {
  margin-bottom: 0; }

.print-services tr.selected td {
  background-color: #dbffdb !important; }

.login-logo img {
  max-width: 50%;
  display: block;
  margin: 0 auto 15px; }

.search-area {
  margin-bottom: 10px; }
  .search-area input[type="text"] {
    padding: 6px 5px;
    margin-right: 5px;
    border: 1px solid #ddd;
    outline: none; }

.bg-black .nav-primary > ul.nav-main > li.active > a, .bg-black .nav-primary > ul.nav-main > li:hover > a {
  background-color: #d50032; }

.search-pod .search-name {
  margin-right: 10px;
  font-weight: bold;
  display: block; }

.search-pod .search-item {
  margin-bottom: 15px; }

.search-pod .search-row {
  padding: 0; }

.search-pod input[type="text"] {
  width: 100%; }

.search-pod .search-checkbox {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px; }
  .search-pod .search-checkbox input {
    cursor: pointer; }
  .search-pod .search-checkbox label {
    padding-left: 2.5px;
    cursor: pointer; }

.form-row {
  float: left;
  width: 100%; }

.form-group {
  float: left;
  width: 100%; }

.no-padding {
  padding: 0; }

@media only screen and (max-width: 479px) {
  .panel-heading .title {
    display: block;
    margin-bottom: 10px; }
  .pod {
    font-size: 70%; } }

@media only screen and (max-width: 413px) {
  .wysiwyg h3 {
    font-size: 18px; }
  .wysiwyg h4 {
    font-size: 16px; }
  .wysiwyg h5 {
    font-size: 14px; }
  .wysiwyg p {
    font-size: 13px; }
  .wysiwyg ul {
    font-size: 13px; }
  .wysiwyg blockquote {
    font-size: 14px; } }

.header-md .navbar-brand {
  padding: 15px; }

.hbox {
  min-height: 800px; }

.chosen-container {
  width: 200px !important; }

.button {
  display: inline-block;
  padding: 15px 35px;
  font-family: "Avenir LT W01_95 Black1475556", Arial, sans-serif;
  font-size: 130%;
  color: white;
  border: 2px solid #d4d0cc;
  background-color: #d4d0cc;
  transition: all 0.1s;
  text-transform: uppercase;
  text-decoration: none;
  -o-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px; }
  .button:hover {
    background-color: #939393;
    border-color: #939393; }
  .button.red {
    background-color: #d50032;
    border-color: #d50032; }
    .button.red:hover, .button.red.active {
      background-color: #84001F;
      border-color: #84001F; }
  .button.white {
    background-color: white;
    color: #d50032;
    border-color: white; }
    .button.white:hover, .button.white.active {
      color: #84001F; }
  .button.dark-grey {
    background-color: #939393;
    border-color: #939393; }
    .button.dark-grey:hover, .button.dark-grey.active {
      background-color: #666666;
      border-color: #666666; }
  .button.transparent {
    background-color: transparent;
    padding: 13px 33px;
    color: white;
    border-color: white; }
    .button.transparent:hover, .button.transparent.active {
      background-color: white;
      color: #84001F; }
  .button.transparent-bordered {
    color: #939393;
    background-color: transparent;
    border-color: #939393; }
    .button.transparent-bordered:hover, .button.transparent-bordered.active {
      border-color: #666666;
      color: #666666; }
  .button.transparent-red-bordered {
    color: #d50032;
    background-color: transparent;
    border-color: #d50032; }
  .button.small {
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532", Arial, sans-serif;
    font-size: 110%;
    line-height: 1; }
  .button.medium {
    padding: 11px 35px 10px;
    font-family: "Avenir LT W01_65 Medium1475532", Arial, sans-serif;
    font-size: 130%;
    line-height: 1; }
  .button .loading-icon {
    display: none;
    margin-left: 5px;
    font-size: 130%; }
  .button.active .loading-icon {
    display: inline-block; }
  .button.table {
    padding: 2px 10px 0;
    font-family: "Avenir LT W01_45 Book1475508", Arial, sans-serif;
    font-size: 70%; }

.redactor-editor .button {
  font-size: 16px;
  text-transform: none; }
  .redactor-editor .button a {
    color: white;
    text-decoration: none; }

.wysiwyg {
  color: #333333;
  line-height: 1.5; }
  .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg li, .wysiwyg img, .wysiwyg iframe, .wysiwyg embed, .wysiwyg object, .wysiwyg table, .wysiwyg blockquote {
    float: left;
    margin-bottom: 10px;
    color: #333333; }
  .wysiwyg p, .wysiwyg ul, .wysiwyg ol {
    margin-bottom: 15px; }
  .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg li {
    width: 100%; }
  .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    margin-top: 10px;
    font-family: "Avenir LT W01_85 Heavy1475544", Arial, sans-serif;
    color: #d50032; }
    .wysiwyg h2:first-child, .wysiwyg h3:first-child, .wysiwyg h4:first-child, .wysiwyg h5:first-child, .wysiwyg h6:first-child {
      margin-top: 0; }
  .wysiwyg h2 {
    font-size: 400%; }
  .wysiwyg h3 {
    font-size: 220%; }
  .wysiwyg h4 {
    font-size: 200%; }
  .wysiwyg h5 {
    font-size: 180%; }
  .wysiwyg h6 {
    font-family: "Avenir LT W01_45 Book1475508", Arial, sans-serif;
    font-size: 180%;
    text-decoration: underline; }
  .wysiwyg p, .wysiwyg ul, .wysiwyg ol {
    font-size: 160%; }
  .wysiwyg strong {
    font-family: "Avenir LT W01_85 Heavy1475544", Arial, sans-serif; }
  .wysiwyg em {
    font-style: italic; }
  .wysiwyg u {
    text-decoration: underline; }
  .wysiwyg a {
    color: #d50032;
    text-decoration: none;
    transition: all 0.1s; }
    .wysiwyg a:hover {
      color: #84001F; }
  .wysiwyg ul {
    list-style: inside disc none; }
  .wysiwyg ol {
    list-style: inside decimal none; }
    .wysiwyg ol ol {
      list-style-type: lower-alpha; }
  .wysiwyg ul ul, .wysiwyg ul ol, .wysiwyg ol ul, .wysiwyg ol ol {
    padding-left: 20px;
    font-size: 100%;
    margin-bottom: 0;
    margin-top: 5px; }
  .wysiwyg li {
    margin-bottom: 5px; }
  .wysiwyg img, .wysiwyg iframe, .wysiwyg embed, .wysiwyg object {
    margin-right: 20px;
    max-width: 100%; }
    .wysiwyg img.full, .wysiwyg iframe.full, .wysiwyg embed.full, .wysiwyg object.full {
      margin-right: 0; }
  .wysiwyg table {
    width: 100%;
    text-align: center;
    font-size: 140%; }
    .wysiwyg table th, .wysiwyg table td {
      padding: 8px 10px;
      border: 1px solid #f7f6f5; }
    .wysiwyg table thead {
      background-color: #333333;
      color: white;
      font-family: "Avenir LT W01_85 Heavy1475544", Arial, sans-serif; }
    .wysiwyg table tbody {
      color: #333333;
      background-color: #efeeec; }
      .wysiwyg table tbody tr:nth-child(odd) {
        background-color: #d4d0cc; }
  .wysiwyg blockquote {
    width: 100%;
    padding: 10px 10px 10px 20px;
    font-family: "Avenir LT W01_85 Heavy1475544", Arial, sans-serif;
    font-size: 220%;
    border-left: 4px solid #d50032;
    background-color: #efeeec; }
    .wysiwyg blockquote p {
      font-size: 100%;
      margin-bottom: 0; }
  .wysiwyg .iframe-wrapper {
    position: relative !important;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
  .wysiwyg .iframe-wrapper iframe, .wysiwyg .iframe-wrapper img {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .wysiwyg :last-child {
    margin-bottom: 0 !important; }
  .wysiwyg p.button {
    float: none;
    width: auto;
    margin: 10px 15px 20px 0;
    padding: 0;
    border: none;
    background-color: transparent;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    vertical-align: top;
    font-size: 160%;
    text-transform: none; }
    .wysiwyg p.button:hover {
      background-color: transparent; }
    .wysiwyg p.button a {
      float: left;
      padding: 10px 20px;
      color: white;
      border: 2px solid #d50032;
      background-color: #d50032;
      -o-border-radius: 30px;
      -moz-border-radius: 30px;
      -webkit-border-radius: 30px;
      border-radius: 30px; }
      .wysiwyg p.button a:hover {
        color: white;
        background-color: #84001F;
        border-color: #84001F; }
    .wysiwyg p.button:first-child {
      margin-top: 0; }

.gallery .image-container {
  float: left;
  width: 100%; }
  .gallery .image-container:hover .arrow {
    opacity: 1; }
  .gallery .image-container:hover .play-icon {
    opacity: 0; }

.gallery .images {
  float: left;
  width: 100%; }

.gallery img {
  display: none;
  float: left;
  width: 100%;
  margin: 0; }
  .gallery img:first-child {
    display: block; }

.gallery .arrow {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 10%;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s; }
  .gallery .arrow .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.2;
    transition: all 0.1s; }
  .gallery .arrow i {
    position: absolute;
    left: 0;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 600%;
    top: 50%;
    margin-top: -30px; }
  .gallery .arrow.prev {
    left: 0; }
  .gallery .arrow.next {
    right: 0; }
  .gallery .arrow:hover .bg {
    opacity: 0.5; }

.gallery p {
  margin-top: 5px;
  text-align: center; }

.gallery .play-icon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -41px;
  margin-top: -41px;
  color: white;
  transition: all 0.1s; }
  .gallery .play-icon .bg {
    float: left;
    width: 82px;
    height: 82px;
    background-color: black;
    opacity: 0.7;
    border-radius: 50%; }
  .gallery .play-icon i {
    position: absolute;
    float: left;
    font-size: 520%;
    width: 100%;
    height: 52px;
    top: 18px;
    left: 0;
    text-align: center; }

.gallery .slide-buttons {
  float: left;
  width: 100%;
  margin-top: 10px;
  text-align: center; }
  .gallery .slide-buttons a {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 2px;
    border-radius: 50%;
    background-color: #d50032;
    border: 2px solid #d50032; }
    .gallery .slide-buttons a.active {
      background-color: white; }

.build-content {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 35px; }

.build-padding-vertical {
  padding-left: 15px;
  padding-right: 15px; }

.accordian {
  float: left;
  width: 100%; }
  .accordian .item > h2 {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 10px 50px 10px 20px !important;
    font-size: 220% !important;
    font-family: "Avenir LT W01_45 Book1475508", Arial, sans-serif !important;
    color: white !important;
    cursor: pointer !important;
    background-color: #d50032;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .accordian .info {
    float: left;
    width: 100%;
    display: none;
    background-color: #f2f2f2;
    padding: 20px;
    -o-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }
  .accordian .item {
    float: left;
    width: 100%;
    margin-bottom: 10px; }
    .accordian .item .status {
      float: right;
      position: absolute;
      right: -30px;
      font-weight: bold;
      top: 0; }
      .accordian .item .status.open {
        display: none; }
    .accordian .item.active h2 {
      -o-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0; }
    .accordian .item.active .status.open {
      display: inline; }
    .accordian .item.active .status.closed {
      display: none; }

.area-padding {
  padding-left: 10px;
  padding-right: 10px; }

.news-pod {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 3px solid #d50032;
  background-color: white;
  transition: all 0.1s; }
  .news-pod .content {
    padding: 15px 15px 24px; }
  .news-pod .date {
    display: block;
    margin-bottom: 10px;
    font-family: "Avenir LT W01_65 Medium1475532", Arial, sans-serif;
    font-size: 110%;
    color: #d50032;
    text-transform: uppercase; }
    .news-pod .date sub {
      color: #939393;
      bottom: 0;
      font-size: 100%; }
  .news-pod h3 {
    font-family: "Avenir LT W01_65 Medium1475532", Arial, sans-serif;
    font-size: 210%;
    height: 112px;
    color: #333333;
    margin-bottom: 20px;
    overflow: hidden; }
  .news-pod .arrow {
    position: absolute !important;
    bottom: 0;
    right: 0;
    padding: 15px; }
    .news-pod .arrow img {
      float: left;
      width: 27px;
      color: #d50032; }
  .news-pod:hover {
    border-color: #84001F; }
    .news-pod:hover h3 {
      color: black; }

.sticky {
  position: fixed;
  top: 0;
  z-index: 100; }

#pagebuild-sidebar {
  min-height: 149px; }

#page-builder {
  margin-bottom: 20px; }
  #page-builder * {
    position: relative; }
  #page-builder.admin {
    padding-top: 30px;
    padding-bottom: 2px;
    background-color: white; }
    #page-builder.admin .wysiwyg {
      float: left;
      width: 100%;
      font-size: 10px;
      font-family: "Avenir LT W01_45 Book1475508", Arial, sans-serif;
      line-height: 1.35;
      color: #333333; }
      #page-builder.admin .wysiwyg iframe {
        pointer-events: none; }
  #page-builder .sample-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/_Content/images/grey-stripes.gif);
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    z-index: 1; }
    #page-builder .sample-overlay span {
      position: absolute;
      width: 100%;
      text-align: center;
      cursor: default;
      font-family: "Avenir LT W01_85 Heavy1475544", Arial, sans-serif;
      font-size: 36px;
      top: 50%;
      margin-top: -22.5px; }
  #page-builder .output-content {
    display: none; }
  #page-builder .btn i {
    position: absolute; }
  #page-builder .btn .fa-external-link {
    position: relative;
    top: 2px;
    right: auto;
    font-size: 90%; }
  #page-builder .content {
    float: left;
    width: 70%; }
    #page-builder .content.full {
      width: 100%; }
    #page-builder .content .pod {
      margin-bottom: 20px; }
      #page-builder .content .pod:last-child {
        margin-bottom: 0; }
  #page-builder .sidebar {
    float: left;
    width: 30%; }
  #page-builder .row {
    float: left;
    width: 100%;
    margin-bottom: 35px; }
  #page-builder #breadcrumb {
    padding: 0 10px; }
  #page-builder .page-heading {
    float: left;
    width: 100%;
    padding: 0 10px; }
  #page-builder .outer-col, #page-builder .inner-col, #page-builder .content-item {
    background-color: white;
    border: 1px solid white; }
    #page-builder .outer-col:hover > .drag-tab, #page-builder .inner-col:hover > .drag-tab, #page-builder .content-item:hover > .drag-tab {
      display: block; }
    #page-builder .outer-col.hover, #page-builder .inner-col.hover, #page-builder .content-item.hover {
      -o-border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
  #page-builder .outer-col {
    padding: 0 10px; }
    #page-builder .outer-col > .drag-target, #page-builder .outer-col .drag-target-y {
      background-color: darkseagreen; }
      #page-builder .outer-col > .drag-target.hovered, #page-builder .outer-col .drag-target-y.hovered {
        background-color: #709b70; }
    #page-builder .outer-col.hover {
      border-color: darkseagreen; }
    #page-builder .outer-col.styleguides {
      border: 1px dashed darkseagreen;
      -o-border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
  #page-builder .inner-col {
    padding: 0 10px; }
    #page-builder .inner-col > .drag-target, #page-builder .inner-col .drag-target-y {
      background-color: cornflowerblue; }
      #page-builder .inner-col > .drag-target.hovered, #page-builder .inner-col .drag-target-y.hovered {
        background-color: #567cc1; }
    #page-builder .inner-col.hover {
      border-color: cornflowerblue; }
    #page-builder .inner-col.styleguides {
      border: 1px dashed cornflowerblue;
      -o-border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
  #page-builder .content-item {
    float: left;
    width: 100%;
    min-height: 100px; }
    #page-builder .content-item > .drag-target, #page-builder .content-item .drag-target-y {
      background-color: indianred; }
      #page-builder .content-item > .drag-target.hovered, #page-builder .content-item .drag-target-y.hovered {
        background-color: #a94444; }
    #page-builder .content-item.styleguides {
      border: 1px dashed #a94444;
      -o-border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
    #page-builder .content-item.hover {
      border: 1px solid indianred; }
  #page-builder img, #page-builder iframe, #page-builder embed, #page-builder object {
    max-width: 100%; }
  #page-builder [class*="col-"] {
    float: left; }
  #page-builder .col-1 {
    width: 8.333333333333333%; }
  #page-builder .col-2 {
    width: 16.66666666666667%; }
  #page-builder .col-3 {
    width: 25%; }
  #page-builder .col-4 {
    width: 33.33333333333333%; }
  #page-builder .col-5 {
    width: 41.66666666666667%; }
  #page-builder .col-6 {
    width: 50%; }
  #page-builder .col-7 {
    width: 58.33333333333334%; }
  #page-builder .col-8 {
    width: 66.66666666666667%; }
  #page-builder .col-9 {
    width: 75%; }
  #page-builder .col-10 {
    width: 83.33333333333333%; }
  #page-builder .col-11 {
    width: 91.66666666666666%; }
  #page-builder .col-12 {
    width: 100%; }
  @media only screen and (max-width: 800px) {
    #page-builder .accordian h2 {
      font-size: 180% !important; } }
  @media only screen and (max-width: 735px) {
    #page-builder [class*="col-"] {
      width: 100%; } }
  @media only screen and (max-width: 479px) {
    #page-builder .accordian h2 {
      font-size: 160% !important; } }
  #page-builder .drag-tab {
    display: none;
    background: url(/_Content/images/icon/drag-bg.png) darkseagreen;
    width: 100px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
    z-index: 9999;
    cursor: move;
    -o-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #ccc;
    border-top: 0; }
    #page-builder .drag-tab .remove-item, #page-builder .drag-tab .edit-item {
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -12.5px;
      width: 25px;
      height: 20px;
      background-color: darkseagreen;
      color: white;
      font-size: 14px;
      cursor: pointer;
      text-align: center;
      line-height: 20px;
      -o-border-radius: 0 0 5px 5px;
      -moz-border-radius: 0 0 5px 5px;
      -webkit-border-radius: 0 0 5px 5px;
      border-radius: 0 0 5px 5px;
      border: 1px solid #ccc;
      border-top: 0; }
      #page-builder .drag-tab .remove-item:hover, #page-builder .drag-tab .edit-item:hover {
        color: black; }
    #page-builder .drag-tab.inner {
      width: 25px;
      height: 75px;
      left: 0;
      top: 50%;
      margin-left: 0;
      margin-top: -37.5px;
      -o-border-radius: 0 5px 5px 0;
      -moz-border-radius: 0 5px 5px 0;
      -webkit-border-radius: 5px 5px 5px 0;
      border-radius: 0 5px 5px 0;
      background-color: cornflowerblue;
      border: 1px solid #ccc;
      border-left: 0; }
      #page-builder .drag-tab.inner .remove-item, #page-builder .drag-tab.inner .edit-item {
        background-color: cornflowerblue;
        -o-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 5px 5px 5px 0;
        border-radius: 0 5px 5px 0;
        border: 1px solid #ccc;
        border-left: 0;
        top: 50%;
        margin-top: -10px;
        left: 100%;
        margin-left: 0;
        width: 20px;
        height: 25px;
        line-height: 25px; }
      #page-builder .drag-tab.inner.right {
        right: 0;
        left: auto;
        -o-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
        border: 1px solid #ccc;
        border-right: 0; }
        #page-builder .drag-tab.inner.right .remove-item {
          -o-border-radius: 5px 0 0 5px;
          -moz-border-radius: 5px 0 0 5px;
          -webkit-border-radius: 5px 0 0 5px;
          border-radius: 5px 0 0 5px;
          border: 1px solid #ccc;
          border-right: 0;
          left: auto;
          right: 100%; }
    #page-builder .drag-tab.middle {
      width: 75px;
      top: 50%;
      margin-left: -37.5px;
      margin-top: -12.5px;
      -o-border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background-color: indianred;
      border: 1px solid #ccc; }
      #page-builder .drag-tab.middle .remove-item, #page-builder .drag-tab.middle .edit-item {
        background-color: indianred; }
  #page-builder .droppable-blockitem-emptylist {
    width: 100%;
    height: 100px; }
  #page-builder .droppable-blockcontainer-emptylist {
    width: 100%;
    height: 100px; }
  #page-builder .droppable-pagezone-emptylist {
    width: 100%;
    height: 100px; }
  #page-builder .drag-target {
    height: 100%;
    width: 50px;
    position: absolute;
    top: 0px; }
  #page-builder .drag-target-y {
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0px; }
  #page-builder .drag-target, #page-builder .drag-target-y {
    z-index: -1; }
    #page-builder .drag-target.droppable-highlight, #page-builder .drag-target-y.droppable-highlight {
      z-index: 1000; }
  #page-builder .droppable-highlight {
    border: 1px dotted black; }
  #page-builder .drag-target.left {
    left: 0px; }
  #page-builder .drag-target.right {
    right: 0px; }
  #page-builder .drag-target-y.top {
    top: 0px; }
  #page-builder .drag-target-y.bottom {
    bottom: 0px; }
  #page-builder .ui-contextmenu {
    z-index: 10000; }
  #page-builder .panel-heading {
    min-height: 41px;
    cursor: move; }
    #page-builder .panel-heading span {
      font-weight: bold;
      color: #666;
      font-size: 14px; }
  #page-builder .panel.panel-default {
    border-color: #ddd; }
  #page-builder.content-edit .drag-tab.middle {
    width: 100px;
    margin-left: -50px; }
    #page-builder.content-edit .drag-tab.middle .remove-item {
      margin-left: 0;
      border-left: 0;
      -o-border-radius: 0 0 5px 0;
      -moz-border-radius: 0 0 5px 0;
      -webkit-border-radius: 0 0 5px 0;
      border-radius: 0 0 5px 0; }
    #page-builder.content-edit .drag-tab.middle .edit-item {
      margin-left: -25px;
      border-right: 0;
      -o-border-radius: 0 0 0 5px;
      -moz-border-radius: 0 0 0 5px;
      -webkit-border-radius: 0 0 0 5px;
      border-radius: 0 0 0 5px; }

#pagebuild-sidebar .input-content {
  display: none; }

#pagebuild-sidebar .output-content {
  cursor: move; }
  #pagebuild-sidebar .output-content i {
    margin-right: 5px;
    font-size: 16px;
    margin-top: 2px; }
  #pagebuild-sidebar .output-content:hover {
    background-color: #f6f6f6; }

#pagebuild-sidebar .remove-item, #pagebuild-sidebar .edit-item {
  display: none; }

.block-item {
  margin-bottom: 35px; }

#pagebuild-sidebar {
  z-index: 2000; }
  #pagebuild-sidebar .block-item {
    margin-bottom: 0;
    margin-left: 5px; }
  #pagebuild-sidebar .panel {
    margin-bottom: 5px; }
