body {
    font-size:16px !important;
    margin: 0px; 
    padding: 0px;  
    font-size: 16px; 
    color: #000000; 
    background: #fff;
    font-family: 'DM Sans', sans-serif !important;
}
a:link, a:visited, a:hover, a:active {
    font-size: 14px; 
}
h1 {color:#263e63;}
h2 {  font-family: 'DM Sans', sans-serif; font-size: 18px; font-weight: bold; color: #004080; padding: 2px 0px 8px 0px; margin: 0px; }
h3 {  font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: bold; color: #004080;  }
h4 {  font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: bold; color: #000000; padding: 2px 0px 4px 0px;  }
img {
    border:0px;
}
h2 {
    text-transform:uppercase;
}
.divborder {
    border:1px solid #004080;
    padding:5px 10px 5px 10px;
    min-width:300px;
    max-width:1024px;
    width:90%;
    text-align:center;
    margin:20px;
    
}
.thetable {
    border:0px;
    border-collapse: collapse;
    padding:0px;
    margin:10px;
    font-size:15px;
    min-width:300px;
    max-width:900px;
    width:95%;
    text-align:center;
    
}
.thetable td{
    text-align:left;
    font-size:16px !important;
    height:45px;
    vertical-align:middle;
    max-width:50%;
}
.tableHeaderRow {
    background-color:#004080;
    color:#FFF;
    font-weight:bold;
    padding:5px !important;
    text-transform:uppercase;
    font-size:15px;
}
.selectFieldShort, .selectField {
    -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(/images/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 300px;
}
.selectField {
    width:100%;
}
.textField {
	margin:5px 0 10px 0;
	width:95%;
	font-size:16px;
	border-radius:3px;
	border:none;
	padding:5px;
  font-family: 'DM Sans', sans-serif !important;

}
.textarea {
  font-family: 'DM Sans', sans-serif !important;
}
.textAreaField {
	margin:5px 0 10px 0;
	width:98%;
	font-size:16px;
	border-radius:3px;
	border:none;
	padding:5px;
        height:50px;

    font-family: 'DM Sans', sans-serif !important;
}
.textareaTD {
    vertical-align: top !important;
    padding-top: 15px !important;
   
}
.newplusbutton {
    -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background-color: #008000;
  border-color: #008000;
  padding: 5px 5px 4px 5px;
  text-decoration: none;
  text-transform:uppercase;
}
.newgreenbutton, a:link.newgreenbutton, a:active.newgreenbutton, a:visited.newgreenbutton {
    -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background-color: #008000;
  border-color: #008000;
  padding: 5px 5px 4px 5px;
  text-decoration: none;
  text-transform:uppercase;
}
.newredbutton {
    -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background-color: #902b2b;
  border-color: #902b2b;
  padding: 5px 5px 4px 5px;
  text-decoration: none;
  text-transform:uppercase;
}
.newbutton, a:link.newbutton, a:visited.newbutton {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background-color: #004080;
  border-color: #004080;
  padding: 5px 5px 4px 5px;
  text-decoration: none;
  text-transform:uppercase;
  
}



.newbutton:hover {
  background: #005ab3;
  text-decoration: none;
  text-transform:uppercase;
}
.bodyWrapper {
    margin-top:20px;
}
#formvalidationResults, .valresults{
    text-transform:uppercase;
    font-weight:bold;
    color:#FF0000;
    text-align:left;
    min-width:300px;
    max-width:900px;
    margin:0px auto;
    line-height: 26px;
}
#justadiv{
    min-width:300px;
    max-width:900px;
    margin:0px auto;
}
#surveyBuildResults{
    min-width:300px;
    max-width:900px;
    margin:0px auto;
}


/*specialised radio buttons*/
.radioContainer ul{
  list-style: none;
  margin: 0;
  padding: 0;
	overflow: auto;
}

.radioContainer ul li{
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 100px;
	border-bottom: 1px solid #333;
}

.radioContainer ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.radioContainer ul li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 25px 25px 25px 80px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.radioContainer ul li:hover label{
	color: #FFFFFF;
}

.radioContainer ul li .check{
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 30px;
  left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.radioContainer ul li:hover .check {
  border: 5px solid #FFFFFF;
}

.radioContainer ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
	left: 5px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.radioContainer input[type=radio]:checked ~ .check {
  border: 5px solid #0DFF92;
}

.radioContainer input[type=radio]:checked ~ .check::before{
  background: #0DFF92;
}

.radioContainer input[type=radio]:checked ~ label{
  color: #0DFF92;
}


.radio-toolbar-onetofive input[type="radio"] {
  display: none;
}

.radio-toolbar-onetofive label {
  display: inline-block;
  background-color: #FFF;
  padding: 4px 11px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  border:1px solid black;
}

.radio-toolbar-onetofive input[type="radio"]:checked+label {
  background-color: #000;
  color:#FFF
}
.center {
    text-align:center;
}
.mycontainer {
    padding:20px;
    max-width:1200px;
    margin:0px auto;
}
.smallform {
    max-width:1000px;
}



/* ----------------------------------------------------------------
	Forms
-----------------------------------------------------------------*/

.formcontrol {
  font-family: 'DM Sans';
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 14px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #000;
	background-color: #ffffff;
	background-image: none;
	border: 2px solid #DDD;
	border-radius: 0 !important;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}
.shortfield {
    max-width:150px !important;
}
.shorterfield{
    max-width:80px !important;
}
.formcontrol:focus {
	border-color: #AAA;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.formcontrol::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.formcontrol:-ms-input-placeholder { color: #999; }
.formcontrol::-webkit-input-placeholder { color: #999; }

.formcontrol[disabled],
.formcontrol[readonly],
fieldset[disabled] .formcontrol {

  opacity: 1;
}

.formcontrol { height: auto; }

.form-control { border-radius: 3px; }

.form-control:active,
.form-control:focus {
	border-color: #999;
	box-shadow: none;
}

label {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #555;
	margin-top: 10px;
	cursor: pointer;
}

label.label-muted {
	color: #999;
	font-weight: normal;
	margin-right: 5px;
}

.logoboxes {
   width:100%;
   border:1px solid black;
   padding:20px 0px;
   border-radius:20px;
   min-width:200px;
}

.boldtext {
    font-weight:bolder;
}
.paddedtable tr td {
  padding:5px 0px;
}

.paddedtable2 tr td {
  padding:0px 5px;
}
.paddedtablelrg tr td {
    padding:15px 0px;
}
.nomargin {
    margin:0px !important;
}
.dolla {
    float: left;
    padding: 13px 13px 13px 0px;
}
.ds {
    float: left;
    padding: 13px 0px 13px 13px;
}
.promotd {
    vertical-align:middle;
}
.selectNumber {
    width:80px !important;
}
.borderedTable {
  border-collapse: collapse;
}
.borderedTable tr td {
  padding:5px;
  border:1px solid black;
  min-width:30px;
  text-align:center;
  font-size:100%;
  border-collapse: collapse;
}

.belborder {
  border-bottom:1px solid black;
  }
 
.befborder {
  border-left:1px solid black;
  }
  .redbad {
    font-weight:bolder;
    color:red;
  }

  .bluebar {
    padding:10px 0px; 
    background: rgb(38,62,99);
background: linear-gradient(90deg, rgba(38,62,99,1) 0%, rgba(54,88,140,1) 35%, rgba(38,62,99,1) 100%);
    text-align:center; 
    color:#ffffff !important;
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    text-transform: uppercase;
  }

  .bluebar2 {
    padding:10px 0px; 
    background: rgb(38,62,99);
background: linear-gradient(90deg, rgba(38,62,99,1) 0%, rgba(54,88,140,1) 35%, rgba(38,62,99,1) 100%);
    text-align:center; 
    color:#ffffff !important;
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .bluebar1 {
    padding:5px 0px; 
    background: rgb(54,88,140);
background: linear-gradient(90deg, rgba(54,88,140,1) 0%, rgba(38,62,99,1) 35%, rgba(54,88,140,1) 100%);
    text-align:center; 
    color:#ffffff !important;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .goldbar {
    padding:5px 0px; 
    background: #a59e89;
    color: #ffffff !important;
    font-size: 18px;
    text-transform: uppercase;
    height:40px;
    line-height: 40px;
    display: flex;
  }
  .hide-scrollbar {
    overflow: -moz-hidden-unscrollable;
    overflow: hidden;
}
.mycomments {
  display:inline-block;
  border-bottom:2px solid #a59e89;
  /* margin-bottom:10px; */
  width:100%;
  max-width:calc(100% - 40px);
  padding: 20px 20px 0px;
  position:relative;
}
.mycommentsbackcol {
  background-color: #fafafa;
}

.deletedcomments {
  background-color: #f3dddd;
  display: none;
}

#myNavPoint {
  width: 30px;
  height:30px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor:pointer;
  background-image: url('/assets/icon/trashicon.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}


.myCommentPoint {
  width: 23px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor:pointer;
  z-index:100;
}

.myCommentPoint hr{
  
  border: 1px solid #263e63;
    border-radius: 25px;
    margin: 3px;
}
.opennav {
  transform: rotate(90deg)
}

.commentactions {
  position: absolute;
  background-color: rgba(255,255,255,.9);
  width: 200px;
  top: 5%;
  right: 20px;
  text-align: center;
  display:none;
}

.commentactions .buttonn{
  width: 70%;
  border: 0px;
  border-bottom: 1px solid;
  border-radius: 0px;
  font-size: 15px;
  padding: 5px;
  height: auto;
  text-align: center;
  margin:0px;
}
.commentactions .buttonn:last-child {
    border: 0px;
}
.editbox {
  width:100%;
  max-width:500px;
  margin:auto;
  background-color:white;
  padding: 30px;
  border: 5px solid #263e63;
  width: calc(100% - 90px);
}

.button-edit {
  background-image:url('/assets/icon/editicon.png');
  background-size: 17px,17px;
  background-position: left center;
  background-repeat: no-repeat;
}

.button-trash {
  background-image:url('/assets/icon/trashicon.png');
  background-size: 17px,17px;
  background-position: left center;
  background-repeat: no-repeat;
}

.recoverComment {
   display: inline-block;
  width: 23px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
}
.commentImage {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .commentImage {
    width: calc(100% - 40px);
  }
}

.mgt_shadedbox {
  background-color: #a59e89;
  text-align: center;
  text-decoration: none !important;
  color: #ffffff;
  font-size: 20px;
  }

  .mgt_shadedbox1 {
    background-color: #263e63;
    text-align: center;
    text-decoration: none !important;
    color: #ffffff;
    font-size: 20px;
    }

    .menuTrigger {
      position: absolute;
      right: 2%;
      top: 14px;
  
      z-index:10000;
  }

  .menuTrigger2 {
    position: absolute;
    right: 2%;
    top: 14px;

    z-index:10000;
}
.whiteMenuLine {
  width:30px;
  height:5px;
  background-color: white;
  float:left;
  clear:both;
  margin:3px;
}
.whiteMenuLine2 {
  width:30px;
  height:5px;
  background-color: white;
  float:left;
  clear:both;
  margin:3px;
}
  .whiteMenuCross {
      display:none;
      width:25px;
      height:40px;
      padding:0px 7px;
      color:white;
      font-weight: 900;
      font-size:40px;
      position: relative;
      top: -8px;
  }

  .whiteMenuCross2 {
    display:none;
    width:25px;
    height:40px;
    padding:0px 7px;
    color:white;
    font-weight: 900;
    font-size:40px;
    position: relative;
    top: -8px;
}

.sidenav {
  height: auto; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: absolute; /* Stay in place */
  z-index: 5; /* Stay on top */
  top: 62px; /* Stay at the top */
  right: 0px;
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 0px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  /* border-right: 2px solid #2d548c; */
}
.sidenav ul li ul {
    display:none;
    
}
/* The navigation menu links */
.sidenav ul li {
  text-decoration: none;
  font-size: 18px;
  color: #2d2d2d;
  display: block;
  transition: 0.3s;
}
.sidenav ul li a {
  text-decoration: none;
  padding: 15px !important;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
  padding: 10px;
  border-bottom:1px solid #F1F3F1;
}

.sidenav ul li ul {
    padding:0px;
  
}

.sidenav ul li ul li a {
  text-decoration: none;
  padding: 10px !important;
  font-size: 15px;
  color: #4d4343;
  display: block;
  transition: 0.3s;
  padding: 10px;
  border-bottom:1px solid #F1F3F1;
  font-weight:bold;
}
.sidenav ul li ul li ul li a {
  text-decoration: none;
  padding: 10px !important;
  font-size: 15px;
  color: #4d4343;
  display: block;
  transition: 0.3s;
  padding: 10px;
  border-bottom:1px solid #F1F3F1;
  font-weight:normal;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  background-color: #F1F3F1;
  color:#1b365d;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
/* @media screen and (min-width: 1250px) {
  .sidenav {
      width: 250px !important;
      }
      .menuTrigger {
          display:none;
      }
} */

.clear {
  clear:both;
}

.biggerimage {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  top: 0px;
  z-index: 100000;
  text-align: center;
}
.biggerimage img {
  width: 100% !important;
    max-width: 600px !important;
    margin: auto !important;
    margin-top: 20% !important;
}

.overlayopen {
  width:calc(100VW - 50px);
  height:calc(100VH - 40px);
  z-index:200000;
  position:absolute;
  margin:20px;
  background-color:rgba(0,0,0,.5);
}

.marker {
  border: none;
  cursor: pointer;
  height: 56px;
  width: 40px;
  background-image: url('PiperSocialMarker.svg');
  }
  .nobottommargin {
    margin-bottom:0px !important;
  }