.MoSTPrint 
{
   display: none;
}

.MoSTTemplate 
{
   display: block;
}

div.ui-dialog-titlebar * {
   outline: none !important;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button 
{ 
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   margin: 0; 
}
/* styles 2020*/

/* directory lising  */

div.directorylisting {
    width: 19%;
    display: inline-block;
    vertical-align: middle;
}
    
 div.directorylisting img {
    width: 80%;
    padding: 10%;
    height: auto !important;
    max-height: 150px;
}   
    
/* adjustments 2019 */

body {
  margin: 0;
  padding: 0;
}

#MoSTContent p, table p, table td, #MoSTContent table li {
  color: #5C5C5C;
  font-size: 18px;
  font-weight: 400;   
}
#MoSTContent h1 {
    color: #072A3D;
    font-size: 40px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.25;
}
#MoSTContent h4, .rightside h4 {
    color: #142036;
    font-size: 22px;
}

.mobilenav ul {
  list-style-type: none;
}
table.papers tr td:nth-child(3) {
  width: 20%;
  text-align:center;
}

/* 2018 template styles */
    
    
    body {
position: absolute;
width: 100%;
left: 0px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
body * {
    font-family: Roboto,sans-serif!important;

}
nav {
    
background: #00A9CE;
/*background: #142036;*/
border-bottom: 2px solid #fff;
position: fixed;
top: 0px;
width: 100%;
}

p {
margin-bottom: 25px!important
}
nav ul, .footer ul {
margin: 0px;
padding: 0px;
font-size: 0px;
display: inline-block;
}
.footer ul {
    margin-top: 10px;
}
nav ul li, .footer ul li {
list-style: none;
display: inline-block!important;
}
nav ul li:first-child {
color: #fff;
text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
display: none!important;
    padding: 21px 20px 21px 20px;
}

nav ul li a, .footer ul li a {
text-decoration: none!important;
color: #fff;
    padding: 14px 14px 14px 14px;
font-size: 16px;
    font-weight: 400;
    line-height: 16px;
display:inline-block;
text-transform: uppercase!important;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.highlighted, nav ul li a:hover, .highlighted {
    background: #FFD101;
    color: #142036;
}
.footer a:hover {
color: #FFD101;
}
.MoSTButton:hover {
    background: #FFD101;
        color: #142036;
}
.hamburger {
  display: none;
}

.hamburger {
  width: 50px;
  height: 40px;
  position: fixed;
  right: 10px;
  top: 10px;
  box-sizing: border-box;
  /*background-color: #142036!important;*/
  background-color: #00a9ce!important;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.hamburger div {
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.hamburger .topbar {
  position: absolute;
  top: 0%;
  left: 0px;
}
.hamburger .middlebar {
  position: absolute;
  top: 50%;
  left: 0px;
}
.hamburger .bottombar {
  position: absolute;
  top: 100%;
  left: 0px;
}
.close .topbar, .close .bottombar {
  position: absolute;
  top: 50%;
  left: 0px;
}
.close .topbar, .close .middlebar {
  transform: rotate(45deg);
}
.close .bottombar {
  transform: rotate(-45deg);
}
.menuopen {
  right: 0px;
}
.mobilemenuopen {
  left: -250px;
}
.hamburgermobilemenuopen {
  right: 250px;
}
.mobilenav {
  padding: 0px;
  width: 250px;
  position: fixed;
  top: 0px;
  right: -250px;
  background-color: #142036;
  margin: 0px;
  height: 100vh;
  z-index: 200;
  box-sizing: border-box;
  -webkit-transition: all ease-out 300ms;
  -moz-transition: all ease-out 300ms;
  -o-transition: all ease-out 300ms;
  transition: all ease-out 300ms;
      overflow-y: scroll;
    overflow-x: hidden;
  padding-bottom: 50px;
}
.mobilenav ul {
  padding: 0px!important;
  margin: 0px!important;
}
.mobilenav ul li a {
text-decoration: none;
    color: #fff;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 21px;
}
.menuopen {
  right: 0px;
}
.wrapper {
max-width: 1100px;
width: 80%;
margin: 0 auto;
}
.wrapper .wrapper {
width: 80%;
}
.headerimage {
width: 100%;
margin-top: 68px;
margin-bottom: 10px;
}
.pagetitle {
    padding: 40px;
text-align: center;
}
.pagetitle h1 {
margin-top: 0px;
}
.sponsor {
 width: 97%;
 margin-right: 3%;
  margin-bottom: 20px;
 float: left;
}
.sponsor p {
  text-align: right;
  font-size: 13px;
  margin-bottom: 10px !important;
}

.sponsor img {
  max-width: 250px;
 }
.rightside {
    text-align: center;
    border-top: 1px solid #ADADAD;
}
.rightside img {
vertical-align: middle;
    width: 12%;
    margin: 2%;
}
.rightside a {
color: #142036;
text-decoration: none;
-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.rightside a:hover {
color: #FFD101;

}

.left {
display: inline-block;
width: 30%;
padding-right: 5%;
box-sizing: border-box;
display: none;
vertical-align: top;
}
.left img {
border-radius: 50%;
width: 100%;
}
#MoSTContent {
display: inline-block;
}
#MoSTContent a {
color: #142036;
-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
#MoSTContent a:hover {
color: #FFD101;
}
.footer {
background: #072A3D;
    /* background: #142036; */ 
border-top: 4px solid #FFD101;
margin-top: 50px;
padding-bottom: 50px;
}
.footerright {
float: right;
margin-top: 15px;
}
.footer a {
text-decoration: none!important;
color: #fff;

font-size: 16px;
font-weight: 400;
display: inline-block;
text-transform: uppercase!important;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.footer img {
vertical-align: middle;
}
table {
margin-bottom: 100px;
width: 100%!important;
}
table td, table p, table b, table h3, table li {
font-size: 24px;
}
table li, table p {
margin-bottom: 10px!important;
}
table h3 {
font-weight: 400;
}
table b {
font-weight: 500;
}
table td {
    padding: 20px;
 border-bottom: 1px solid #333333;
box-sizing: border-box;
}
table th {
padding: 20px;
    border-right: 1px solid #191919;
    background: #e2dfdc;
} 
   table th * {
font-size: 22px;
    color: #0f0f0f;
text-transform: uppercase;
font-weight: 400;
text-align: left;
}
table * {
margin: 0px !important;
color: #0f0f0f;
}

table a, table p, table li {
 /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}
table img {
width: 80%;
height: auto;
}
.papers img {
width: auto;
}
h2 {
margin-top: 25px;
}
#MoSTContent{
width: 100%;
}
.MoSTFormLayout {
  width: 100% !important;
}
.MoSTFormLayoutRow {
  padding: 10px 0;
}
.MoSTFormLayoutCell1 {
width: 50%;
}
.MoSTSearchForm .MoSTTextField {
width: 100%!important;
padding: 25px;
box-sizing: border-box;
font-size: 18px;
}
.MoSTSearchForm p {
margin: 0px!important;
}
.MoSTButton {
    background: #bddbe7;
    border: 1px solid #b1cfdb;
    color: #333!important;
    padding: 12px 24px!important;
    font-size: 20px!important;
    font-weight: 400!important;
    display: inline-block;
border-radius: 4px!important;
width: auto!important;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
margin-top: 20px;
}

.login {
    width: 90%;
    max-width: 600px;
    padding: 4%;
    margin: 0 auto 100px auto;
    background: #f3f1f1;
}

.login input {
    padding: 1%;
}

/* mobile styles */

@media (max-width: 1110px) {
.footer ul {
display: none;
}
.footerright {
  float: none;
text-align: right;
padding: 10px 0px 10px 0px;
    margin-top: 15px;
}

}
@media (max-width: 850px) {
.wrapper .wrapper {
width: 100%;
}
.headerimage {

    margin-bottom: 40px;
}
.sponsor p {
  text-align: center;
}
#nav .hamburger {
display: block;
}
nav ul li {
display: none!important;
}
nav ul li:first-child, nav ul li:last-child {
display: inline-block!important;
}
.rightside img {
    width: 20%;
}
.pagetitle {
padding: 0px;
}
.mainimage {
margin-top: 60px!important;
}
}
@media (max-width: 700px) {
#MoSTContent {
width: 100%!important;
}
.left {
    display: none!important;
}
}
@media (max-width: 500px) {
table * {
font-size: 14px!important;
}
table {
    margin-bottom: 50px;
}
table td {
    padding: 10px;
}
.rightside img {
    width: 25%;
}
}
@media (max-width: 320px) {
.footerright img {
width: 150px;
}
.rightside img {
    width: 45%;
}
}


div.MoSTVersion {
   display: none;
   visibility: hidden;
}
