/* Header */

header {
    padding-bottom: 10px;
}

.flex-rectangle{
    width: 100%;
    height: 38px;
    background: #0d5d9a;	
}
.flex-rectangle:before{
    content: "";
    display: block;
    padding-top: 0;
}

.wrapper {
    width: 320px;
    margin: 0 auto;
}

/* Main Content */

p {
    font-family: Verdana, Helvetica, Arial "sans-serif";
    font-size: 18px;
    padding: 0 7px 0 5px;
}


li {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, Verdana "sans-serif";
    font-size: 18px;
    padding: 0 7px 0 5px;
}

li a, a:visited, a:active:active {
	color: #0d5d9a;
    font-weight: bold;
	text-decoration: underline;	
}

p a, a:visited, a:active {
    font-weight: bold;
    color: #0d5d9a;
	text-decoration: underline; 
    font-size: 18px;
}

p a:hover {
	color: #808080;
	font-weight: bold;
	text-decoration: underline;
    font-size: 18px;
}

.boldBlue {
    color: #0d5d9a;
    font-weight: bold;
}

.boldRed {
    color: #c00000;
    font-weight: bold;
}

.boldBlueHeading {
    color: #0d5d9a;
    font-size:26px;
    font-weight: bold;
	line-height: 1.1;
}

.indentPara {
    padding-top: 20px;
    padding-left: 25px;
}

.indentPara2 {
    padding-top: 20px;
    padding-left: 80px;
}

a, a:visited, a:active {
    color: #0d5d9a;
	text-decoration: underline; 
    font-size: 18px;
}

a:hover {
	color: #808080;
	text-decoration: underline;
    font-size: 18px;
}


#line {
    border-bottom: 1px solid #0d5d9a;
}

#contactInfo {
    padding-top: 10px;
}

#contactInfo > p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

#contactInfo .large {
        font-size: 22px;
        font-weight: bold;
}

#contactInfoBottom .large {
    font-size: 22px;
    font-weight: bold;
}
#contactInfoBottom > p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}


.highlight {
	color: #3333CC;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#serviceName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	padding: 10px;
	padding-left: 25px;
	text-indent: -10px;
}

.thankYou {
    font-family:  "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, Verdana "sans-serif";
    font-size: 18px;
    text-align: center;
    padding: 0 7px 0 7px;
}

/* Buttons */

.simplebutton1 {
    color: #ffffff;
    background-color:#0d5d9a;
    height: 30px;
    width: 175px;
    padding: 2px 4px 4px 4px;
    border:none 0px transparent;
    font-size: 18px;
    font-weight: lighter;
    webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius:  2px 2px 2px 2px;
    border-radius:  2px 2px 2px 2px;
}
 
.simplebutton1:hover {
    color: #000000;
    background-color:#e2dfdf;
    border:solid 1px #000000;
    padding-top: 1px;
}
 
.simplebutton1:focus {
    color: #000000;
    background-color: #0d5d9a;
    border:solid 1px #000000;
    padding-top: 1px;
}

.simplebutton2 {
    color: #ffffff;
    background-color:#0d5d9a;
    height: 30px;
    width: 90px;
    padding: 2px 4px 4px 4px;
    border:none 0px transparent;
    font-size: 18px;
    font-weight: lighter;
    webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius:  2px 2px 2px 2px;
    border-radius:  2px 2px 2px 2px;
}
 
.simplebutton2:hover {
    color: #000000;
    background-color:#e2dfdf;
    border:solid 1px #000000;
    padding-top: 1px;
}
 
.simplebutton2:focus {
    color: #000000;
    background-color: #0d5d9a;
    border:solid 1px #000000;
    padding-top: 1px;
}

.tableauViz {
  width: 100% !important;
  height: 750px !important;
}

.tableau-tight {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.red-arrow {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

.panel {
  overflow: visible;
  pointer-events: auto;
}


/* Large tablets */
@media (max-width: 992px) {
  .tableauViz {
    height: 700px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .tableauViz {
    height: 520px !important;
  }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 320px) 
{ 
    div[class^="col"]{padding-left:0px; padding-right:0px;}
}