/*
DO NOT EDIT THIS FILE
THIS IS THE GENERIC DEFAULT CSS FILE
IT SITS ABOVE THE WEBSITE CSS FILE
PLACE EDITS IN THE WEBSITES CSS FILE 
*/



html{
   height: 100%;
}
body {
    height: 100%;
    width:100%;
    font-size: 16px;
}
.border {
    border: 1px solid red;
}
#content [class*="col-"]:not(:last-child){ margin-bottom: 25px; }

/* Make all images responsive */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wrapper,
#wrapper {
    max-width: 1500px;
    margin: 0 auto;
}
nav {
    background-color:  transparent !important;
    border: 0px !important;
    padding: 0px;
    margin-bottom: 0px !important;
}
.img-inline-left {
    float: left;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.img-inline-right{
    float: right;
    margin-top: 5px;
    margin-left: 15px;
    margin-bottom: 10px;
}

/* Hover to open dropdown menus */
/**
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
**/
.center-text {
    text-align: center;
}
.underline {
    text-decoration: underline;
}
.padding {
    padding: 15px;
}
.nopadding {
    padding: 0px !important;
}
.nomargin {
    margin: 0px !important;
}
/* Define a modal type that is transparent with a white close button */
div.photoModal .close {
    opacity: 1;
    color: white;
    margin-left: 20px;
    margin-top: -25px;
}

div.photoModal .modal-content {
    background-color: transparent;
    box-shadow: none ;
    border: 0px;
}
div.photoModal .modal-dialog{
    display: table;
    width: auto;
    margin-top: 20px;
}
div.photoModal .modal-body {
    padding: 0px;
    padding-top: 15px;
}

div.photoModal .modal-body img {
    max-height: 600px;
}

ul.checkmark {
    list-style-type: none;
    padding-left: 22px;
}
ul.checkmark li:before {
    content:"\2713\0020";
}
ul.red-check li:before {
    color: #DE1213;
}
.inline-block {
    display: inline-block;
}

.medium {
font-size:125%;
}

.large {
font-size:150%;
}

.xlarge {
font-size:175%;
}

.xxlarge {
font-size:200%;
}

.pagination{
width:99%;
margin:20px auto;
text-align:center;
display: inline-block;
}


.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
 margin: 0 4px;
border: 1px solid #ddd; /* Gray */
}


.pagination a.active {
    background-color: #999;
    color: white;
}

.pagination a:hover:not(.active) {
background-color: #ddd;
}


