.textarea-message-box{
  resize: vertical;
  overflow: auto;
}
.message-card{
	position: relative;
    background: #fefc52;
    width: auto;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden2
    -webkit-box-shadow: -1px 0px 10px 0px rgba(46,50,50,0.84) !important;
    -moz-box-shadow: -1px 0px 10px 0px rgba(46,50,50,0.84) !important;
    box-shadow: -1px 0px 5px 0px rgba(46,50,50,0.84) !important;
    display: table;
    margin: 1rem auto;
}

.message-card-content{
    padding: 1rem .5rem .20rem .5rem;
}

.message-card-withback{
	position: relative;
    background: #d1daff;
    width: auto;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden2
    -webkit-box-shadow: -1px 0px 10px 0px rgba(46,50,50,0.84) !important;
    -moz-box-shadow: -1px 0px 10px 0px rgba(46,50,50,0.84) !important;
    box-shadow: -1px 0px 15px 0px rgba(46,50,50,0.84) !important;
    display: table;
    margin: 1rem auto;
}

.message-card-content{
    padding: 1rem .5rem .20rem .5rem;
}


.formdisplayfield{
    border: 1px solid #ccc;
    padding: .2rem .2rem .2rem .2rem;
	margin-top: 2px;
	margin-bottom: 2px;
    background-color: rgb(255, 255, 255);
}


.responsive-card-table {
  border-collapse: collapse;
}

.responsive-card-table.unstriped tbody {
  background-color: transparent;
}

.responsive-card-table th {
  background-color: #e6e6e6;
}

.responsive-card-table tr,
.responsive-card-table th,
.responsive-card-table td {
  border: 1px solid #0a0a0a;
}

@media screen and (max-width: 640px) {
  .responsive-card-table {
    
  }
  .responsive-card-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  .responsive-card-table tr {
    border: 1px solid #0a0a0a;
    display: block;
  }
  .responsive-card-table tr + tr {
    margin-top: 1.5rem;
  }
  .responsive-card-table td {
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #0a0a0a;
    padding-left: 50%;
    position: relative;
  }
  .responsive-card-table td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .responsive-card-table td:after {
    content: '';
    position: absolute;
    background: #e6e6e6;
    width: 45%;
    height: 95%;
    left: 1px;
    top: 1px;
    z-index: 0;
  }
}


.reveal-model {
    height: 220px;
    overflow: auto;
    border: 0px solid black;
}

.logs-model {
    height: 220px;
    overflow: auto;
    border: 0px solid black;
}

.pagenum {
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
    padding: .5rem .5rem .5rem .5rem;
	margin-left: 2px;
	margin-right: 2px;
    text-align: center;
	font-size: 20px;
    background-color: rgb(255, 255, 255);
}

.pagenum:hover {
    background-color: rgb(231, 231, 231);
}

.pagenum-active {
    background-color: rgb(180, 180, 180);
	font-weight:400;
}




.vertical-top {
	vertical-align:top;
}

.my-color{
  background-color:#DCDCDC;
  padding:5px 2px 5px 2px;
}

.no-margin{
  margin-top: 0px;
  margin-bottom: 0px;
}

.strike { text-decoration: line-through; }

.size-10 { font-size: 10px; }

.size-12 { font-size: 12px; }

.size-14 { font-size: 14px; }

.size-16 { font-size: 16px; }

.size-18 { font-size: 18px; }

.size-21 { font-size: 21px; }

.size-24 { font-size: 24px; }

.size-36 { font-size: 36px; }

.size-48 { font-size: 48px; }

.size-60 { font-size: 60px; }

.size-72 { font-size: 72px; }

.red {color: #ff0000;}
.blue {color: #0000ff;}
.black {color: #000000;}
.magenta {color: #ff00ff;}
.green  {color: #00ff00;}
.navyblue {color: #000080;}
.grey  {color: #333333;}
.lightgrey  {color: #cccccc;}






#studiosCallout {
    border-top: 1px solid #f6f4f4;
    margin-bottom: 4rem;
    padding: 45px 45px 20px 45px !important;
    background-color: #fafafa !important;
    max-width: 1200px;
}

.page-intro {
    color: #767676;
    font-size: 1.125rem;
    line-height: 1.6;
}

.foundation-6-top-bar {
  background: #0027de;
  font-size:12px;
  margin: 0;
  padding: 0; 

}

.foundation-6-top-bar .menu {
  background: #0027de;
  color: #FFF; 
}

.foundation-6-top-bar .menu a{
  color: #FFF;
}

.foundation-6-top-bar .menu a:visited{
  color: #FFF;
}

.foundation-6-top-bar .menu a:hover{
  color: #0027de;
  background: #FFFFFF;
}

.foundation-6-top-bar .is-dropdown-submenu {
  border: 1; 
 }

.foundation-6-top-bar .is-dropdown-submenu-item.opens-right a::after {
  border-color: transparent transparent transparent #fefefe;
}

.foundation-6-top-bar .js-drilldown-back > a::before {
  border-color: transparent #fefefe transparent transparent;
}

.foundation-6-top-bar .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #fefefe;
}

.foundation-6-top-bar .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #fefefe transparent transparent;
}

.top-bar-center {
	margin: 0 auto;
}

.sticky {
  	position: relative;
    z-index: 5;
}



h7,
h8,
h9 {
  margin: 0;
  padding: 0; 
}


h7, .h7,
h8, .h8,
h9, .h9 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit; 
  text-rendering: optimizeLegibility; }

h7 small, .h7 small,
h8 small, .h8 small,
h9 small, .h9 small {
line-height: 0;
    color: #cacaca; }


h7, .h7 {
  font-size: 1.45rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h8, .h8 {
  font-size: 1.35rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h9, .h9 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 10em) {
  h7, .h7 {
    font-size: 0.9rem; }
  h8, .h8 {
    font-size: 0.8rem; }
  h9, .h9 {
    font-size: 0.75rem; } }

@media print {
  a[href]:after {
    content: none !important;
  }
}