@import url('../css/bootstrap.css');

/* OLD COLOR: #0094ff; NEW COLOR: #21295c */

html {
  /*font-size: unset;*/
  height: 100%;
}

body {
background-color: #222;
overflow-x: hidden;
/*  font-size: unset; */
/*height: 100%;*/
}

.div-it > h2 {
  color: white;
}

.div-it > p {
  color: white !important;
}

.body-it {
background-image: url('/user/themes/mc-dowell-gov/img/itbg.jpg') !important;
background-repeat:no-repeat;
background-size:cover;
overflow-x: hidden;
}

.itlogo {
  width:25%;
}

input {
  -webkit-user-select: text;
}

/************* Navbar fixes */

.navbar-right-links {
  /*display: inline-block; */
  float: right;
}

.img-auto-resize {
  width: 100%;
  height: auto;
}

img {
  /* bootstrap makes this required */
  vertical-align: middle;


}

#links {
  overflow: hidden;
}

.nav-overflow {
  position: absolute;

  z-index: 2;
  background-color: #1b3b6f;
  display: none;
}

/************ End of navbar fixes */


.section-1 > .home-link-table > section > h3 {
  font-family: Oswald;
  font-size: 32pt;
    color: #696969;
  /*color: #bbbbbb;*/
  padding-bottom: 25px;
}

p {
  font-family: Oswald;
/*  color: #666666;*/
    color: #696969;
  margin: unset;
  font-size: 15pt;
}

p-it {
  font-family: Oswald;
  color: #ffffff;
  margin: unset;
  font-size: 15pt;
}

.navbar-nav > li > a:hover {
  background-color: transparent;
}

a:hover {
  color: unset;
}

/********** disable navbar collapse **********************/



/********** end of navbar collapse disabling **************/


/*table {
	margin-top: 30px;
	border: 1px solid #aaaaaa;
	border-collapse: separate !important;
	border-radius: 4px;
	padding: 10px;
	min-width: 600px;
	min-height: 200px;
}

table > thead > tr > th {
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #aaaaaa;
	padding-bottom: 10px;
}


table > tbody > tr > td {
	padding: 10px;
	padding-bottom: 10px;
}*/

* {
  margin: 0;
  padding: 0;
/*   font-family: 'Roboto', arial, sans-serif;*/
}

.cd-hero > ul {
/*  margin-top: 120px; */
list-style-type: none;
}



.quick-options {
/*  margin-top: 120px; */
  display: block;
  min-height: 120px;
  background-color: #1b3b6f;
  /*display: flex;*/
}

.quick-options-content {
    margin-top: 120px;
    display: block;
    height: 120px;
    background-color: #1b3b6f;
    display: flex;
}

.quick-options-no-margin  {
  margin-top: unset;
}

.quick-option-div {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;

  flex-wrap: wrap;
}

.quick-option-img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  display: block;
  width: 48px;
  height: 48px;
}

.quick-option-label {
  color: white;
  font-family: 'Oswald';
  font-size: 12pt;
  margin-top: 10px;
  display: block;
  text-align: center;
  cursor: pointer;
}

/*.quick-option {
  display: inline-block;
  margin: 10px;
  width: 120px;
  height: 100%;
}*/

.quick-option {
  display: inline-block;
  padding-top: 5px;
  width: 130px;
  /*height: 100%;*/
  height: 120px;

}

.quick-option:hover {
  /*background-color: #0071C1;*/
  cursor: pointer;
}


  .navbar {
    position: absolute;
    width: 100%;
    z-index: 3;
    top: 0;
  }

  .navbar-header {
    /*width: 400px; */
  /*  width: 360px; */
    position: relative;
    display: inline-block;
  }

#header-logo {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  margin-top: auto;
  margin-bottom: auto;
}

#logo {
  width: 100px;
  height: 100px;
  margin-top: 20px;
}

.logoText1 {
  color: white;
  font-size: 25px;
  font-family: 'Lobster';
  position: absolute;
  left: 108px; /*27%; */
  top: 39px;
  width: 205px;
  cursor: pointer;
  max-width: unset !important;
}

.logoText2 {
  color: white;
  font-size: 40px;
  position: absolute;
  left: 108px; /*27.1875%;*/
  top: 55px;
  font-family: 'Lobster';
  cursor: pointer;
  max-width: unset;
  width: 245px;
}

.header-content {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.container-fluid {
  padding-left: 10%;
  padding-right: 10%;
  /*padding-bottom: 5px; */

  background: rgba(34,34,34,1);
  background: -moz-linear-gradient(rgba(34,34,34,1) 0%, rgba(68,68,68,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(34,34,34,1)), color-stop(100%, rgba(68,68,68,1)));
  background: -webkit-linear-gradient(rgba(34,34,34,1) 0%, rgba(68,68,68,1) 100%);
  background: -o-linear-gradient(rgba(34,34,34,1), rgba(68,68,68,1));
  background: -ms-linear-gradient(rgba(34,34,34,1), rgba(68,68,68,1));
  background: linear-gradient(rgba(34,34,34,1), rgba(68,68,68,1));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#444444', GradientType=0 );
}

.search-bar {
  /*height: 60px;*/
  background-color: #1b3b6f;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.search-bar-icon {
  margin: 10px;
}

.search-bar-text {
  background-color: transparent;
  color: #aaaaaa;
  border: none;
  font-size: 23pt;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Oswald;
  outline: none;
  width: 80%;

  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: text; /* Safari */
}

.search-bar-center {
  /*height: 60px;*/
  background-color: #1b3b6f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  /*display: none;*/
}

.search-results-preview-container {
  display: none;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  height: 500px;
  background: -moz-linear-gradient(rgba(34,34,34,1) 0%, rgba(68,68,68,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(34,34,34,1)), color-stop(100%, rgba(68,68,68,1)));
  background: -webkit-linear-gradient(rgba(34,34,34,1) 0%, rgba(68,68,68,1) 100%);
  background: -o-linear-gradient(rgba(34,34,34,1), rgba(68,68,68,1));
  background: -ms-linear-gradient(rgba(34,34,34,1), rgba(68,68,68,1));
  background: linear-gradient(rgba(34,34,34,1), rgba(68,68,68,1));
}

.search-results-preview-list {
  width: 70%;
  height: 100%;
  background: white;
}

.search-results-preview-list-item, .search-results-preview-list-item-see-all {
  margin: 20px;
  display: none;
  font-family: Roboto;
  border-bottom: 1px solid #bbbbbb;
  cursor: pointer;
}

.search-results-preview-list-item-see-all {
  padding-left: 30px;
}

.search-results-preview-item-header {
  display: block;
  font-size: 15pt;
  margin-bottom: 6px;
  font-family: Oswald;
  color: #bbbbbb;
  font-weight: unset;
}

.search-results-preview-item-desc {
  font-size: 14pt;
  font-family: Oswald;
  color: #666666;
  font-weight: unset;
}

.search-results-preview-data {
  margin-bottom: unset;
}

.search-results-preview-icon-block {
  align-items: center;
  align-content: center;
  display: flex;
  margin: 5px;
}

nav {
  height: 60px;
  background-color: #1b3b6f;
  /*padding-left: 10%;
  padding-right: 10%;*/
  display: flex;
  align-items: center;
  justify-content: center;
}


@media screen and (min-width: 1500px) {
	.nav-link  {
  font-family: Oswald;
  color: white;
  text-align: center;
  margin-right: 0px;
  cursor: pointer;
  height: 60px;
  padding-top: 2px;
  margin-left: 0px;
  /* Commenting this out fixes the issue with the arrows going to the next line on the navbar */
  padding-left: 40px;
	padding-right: 40px;
  font-size: 23px;
	}

  .menu-button {
      display: none !important;
  }
}

@media screen and (min-width: 1341px) and (max-width: 1500px) {
	.nav-link  {
  font-family: Oswald;
  color: white;
  text-align: center;
  margin-right: 0px;
  cursor: pointer;
  height: 60px;
  padding-top: 2px;
  margin-left: 0px;
  /* Commenting this out fixes the issue with the arrows going to the next line on the navbar */
  padding-left: 30px;
	padding-right: 30px;
  font-size: 23px;
	}

  .menu-button {
      display: none !important;
  }

  .nav-link-label {
    font-family: 'Oswald';
    font-size: 23px;
  }
}

@media screen and (min-width: 1261px) and (max-width: 1341px) {
	.nav-link  {
  font-family: Oswald;
  color: white;
  text-align: center;
  margin-right: 0px;
  cursor: pointer;
  height: 60px;
  padding-top: 2px;
  margin-left: 0px;
  /* Commenting this out fixes the issue with the arrows going to the next line on the navbar */
  padding-left: 25px;
	padding-right: 25px;
  font-size: 23px;
	}

  .nav-link-label {
    font-family: 'Oswald';
    font-size: 23px;
  }

  .menu-button {
      display: none !important;
  }
}

@media screen and (min-width: 1164px) and (max-width: 1260px) {
	.nav-link  {
  font-family: Oswald;
  color: white;
  text-align: center;
  margin-right: 0px;
  cursor: pointer;
  height: 60px;
  padding-top: 2px;
  margin-left: 0px;
  /* Commenting this out fixes the issue with the arrows going to the next line on the navbar */
  padding-left: 20px;
	padding-right: 20px;
  font-size: 20px;
	}

  .nav-link-label {
    font-family: 'Oswald';
    font-size: 20px;
  }

  .menu-button {
      display: none !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1164px) {
	.nav-link  {
  font-family: Oswald;
  color: white;
  text-align: center;
  margin-right: 0px;
  cursor: pointer;
  height: 60px;
  padding-top: 2px;
  margin-left: 0px;
  /* Commenting this out fixes the issue with the arrows going to the next line on the navbar */
  padding-left: 17px;
	padding-right: 17px;
  font-size: 20px;
	}

  .nav-link-label {
    font-family: 'Oswald';
    font-size: 20px;
  }

  .tv-logo-section {
    margin: 20px !important;
  }

}

@media screen and (min-width: 830px) and (max-width: 1000px) {
	.nav-link  {
  font-family: Oswald;
  color: white;
  text-align: center;
  margin-right: 0px;
  cursor: pointer;
  height: 60px;
  padding-top: 6px;
  margin-left: 0px;
  /* Commenting this out fixes the issue with the arrows going to the next line on the navbar */
  padding-left: 7px;
	padding-right: 7px;
  font-size: 19px;
	}

  .nav-link-label {
    font-family: 'Oswald';
    font-size: 18px;
  }

  .nav-link-more {
    font-size: 19px;
  }

  .menu-button {
      display: block !important;
  }

  .home-link-table {
    padding: 20px !important;
  }

  .tv-logo-section {
    margin: 20px !important;
  }

  .department-menu-header {
    display: block !important;
  }

  .links-div {
    padding-left: 0px !important;
  }
}

@media screen and  (max-width: 830px) {
	.nav-link  {
  font-family: Oswald;
  color: white;
  text-align: center;
  margin-right: 0px;
  cursor: pointer;
  height: 60px;
  padding-top: 6px;
  margin-left: 0px;
  /* Commenting this out fixes the issue with the arrows going to the next line on the navbar */
  padding-left: 2px;
	padding-right: 2px;
  font-size: 18px;
	}

  .nav-link-label {
    font-family: 'Oswald';
    font-size: 18px;
  }

  .nav-link-more {
    font-size: 18px;
  }

  .menu-button {
      display: block !important;
  }

  .expanded-menunav {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    /*height: 0px;*/
    display: none;
  }

  .home-link-table {
    padding: 20px !important;
  }

  .events-container, .news-container {
    margin: 10px !important;
  }

  .tv-logo-section {
    margin: 20px !important;
  }

  .department-menu-header {
    display: block !important;
  }

  .links-div {
    padding-left: 0px !important;
  }

  p > img, span > img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 809px) {
  .nav-link  {
    font-family: Oswald;
    color: white;
    text-align: center;
    margin-right: 0px;
    cursor: pointer;
    height: 60px;
    padding-top: 6px;
    margin-left: 0px;
    /* Commenting this out fixes the issue with the arrows going to the next line on the navbar */
    padding-left: 2px;
  	padding-right: 2px;
    font-size: 18px;
	}

  .nav-link-more {
    font-size: 18px;
  }

  .nav-link-label {
    font-family: 'Oswald';
    font-size: 18px;
  }

  .home-link-table {
    padding: 20px;
  }

  .events-container, .news-container {
    margin: 10px !important;
  }

  .department-menu-header {
    display: block !important;
  }

  .links-div {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 747px) {
	.nav-link  {
    font-family: Oswald;
    color: white;
    text-align: center;
    margin-right: 0px;
    cursor: pointer;
    height: 60px;
    padding-top: 6px;
    margin-left: 0px;
    /* Commenting this out fixes the issue with the arrows going to the next line on the navbar */
    padding-left: 2px;
  	padding-right: 2px;
    font-size: 18px;
	}

  .nav-link-label {
    font-family: 'Oswald';
    font-size: 18px;
  }

  .menu-block-container {
    flex-wrap: unset !important;
  }

  .home-link-table {
    padding: 20px !important;
  }

  .events-container, .news-container {
    margin: 10px !important;
  }

  .department-menu-header {
    display: block !important;
  }

  .links-div {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 640px) {
  .nav-link-more {
    display: flex !important;
    font-size: 15pt;
  }
}

table {
  margin: 5px;
  border-radius: 5px;

  width: unset !important;
  height: unset !important;
}

.search-button {
  margin-top: 5px;
}

.department-menu-header {
  height: 90px !important;
  display: none !important;
}

.department-menu-header-name {
  font-family: Oswald;
  color: white;
  font-size: 20pt;
  display: inline-block;
  margin-left: 25px;
  margin-top: 5px;
}

.department-menu-header-close {
  font-family: Oswald;
  color: white;
  font-size: 20pt;
  display: inline-block;
  float: right;
  margin-right: 20px;
  cursor: pointer;
}

.menu-button {
  margin-left: 5px;
  margin-top: 2px;
}

.departments-link {
  color: #ffffff;
}

.nav-link-text {
  padding: 10px;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.nav-link-label {
  cursor: pointer;
}

label {
  font-weight: normal !important;
  max-width: initial !important;
}

.nav-link > a {
  color: unset;
}

.nav-link > a:hover {
  color: unset;
}

.nav-link-more {
  /*font-size: 19px;*/
  display: none;
  padding: 7px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-family: 'Oswald';
  cursor: pointer;
}

.nav-link-text-more {
  /*font-size: 18pt;*/
  /*font-weight: bold;*/
  color: white;
  display: inline;
}

.nav-arrow {
  padding-left: 5px;
}

.navbar-inverse {
  background-image: inherit;
  border: inherit;
/*  padding-left: 10%;
  padding-right: 10%;*/

  border-radius: inherit;

  background-color: inherit;
  /*background: rgba(34,34,34,1);
  background: -moz-linear-gradient(rgba(34,34,34,1) 0%, rgba(68,68,68,1) 100%);*/
  /*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(34,34,34,1)), color-stop(100%, rgba(68,68,68,1)));
  background: -webkit-linear-gradient(rgba(34,34,34,1) 0%, rgba(68,68,68,1) 100%);
  background: -o-linear-gradient(rgba(34,34,34,1), rgba(68,68,68,1));
  background: -ms-linear-gradient(rgba(34,34,34,1), rgba(68,68,68,1));
  background: linear-gradient(rgba(34,34,34,1), rgba(68,68,68,1));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#444444', GradientType=0 );*/
  background: transparent;
}

.navbar-inverse-content {
  background-color: inherit;
  background: rgba(34,34,34,1);
  background: -moz-linear-gradient(rgba(34,34,34,1) 0%, rgba(68,68,68,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(34,34,34,1)), color-stop(100%, rgba(68,68,68,1)));
  background: -webkit-linear-gradient(rgba(34,34,34,1) 0%, rgba(68,68,68,1) 100%);
  background: -o-linear-gradient(rgba(34,34,34,1), rgba(68,68,68,1));
  background: -ms-linear-gradient(rgba(34,34,34,1), rgba(68,68,68,1));
  background: linear-gradient(rgba(34,34,34,1), rgba(68,68,68,1));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#444444', GradientType=0 );
}

.navbar-nav > ul {
  /*padding-top: 15px;*/
}

.navbar-nav > li {
  padding-top: 50px;
  padding-bottom: 35px;
  float: unset;
}

.navbar-nav > li > a {
  height: 55px;
  background-color: transparent;
}

a:hover {
  color: #488ECB;
  text-decoration: none;
}

@media screen and (max-width: 420px) {

  .logoText1 {
    display: none;
  }

  .logoText2 {
    display: none;
  }

  .nav > li > a {
    padding: 10px 5px;
  }

  .department-menu-header {
    display: block !important;
  }
}

@media screen and (max-width: 750px) {

  .navbar-nav {
    margin-left: 7.5px;
    margin-top: unset;
    margin-bottom: unset;
  }

  .logoText1 {
    font-size: 18px;
    top: 48px;
    display: none;
  }

  .logoText2 {
    font-size: 26px;
    top: 63px;
    display: none;
  }

  .department-menu-header {
    display: block !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 848px) {

/*.navbar-nav > li:nth-last-of-type(-n+2) {
  display: none;
}

  .navbar-nav > li > a {
    font-size: 12pt;
  }*/

  .navbar-nav {
    margin-left: 7.5px;
    margin-top: unset;
    margin-bottom: unset;
  }

  .logoText1 {
    font-size: 20px;
    top: 45px;
  }

  .logoText2 {
    font-size: 30px;
    top: 60px;
  }

  .department-menu-header {
    display: block !important;
  }
}

@media screen and (max-width: 1054px) {
  .tv-logo-mcd {
    width: 100%;
  }

  .tv-logo-youtube {
    width: 100%;
  }

  .navbar-nav > li > a {
    font-size: 12pt;
  }

  .menu-container-link {
    font-size: 11pt;
  }

  /*.logoText1 {
    font-size: 20px;
  }

  .logoText2 {
    font-size: 30px;
  }*/

  .navbar-header {
    /*width: 73%;*/
  }


}


@media screen and (min-width: 1052px) and (max-width: 1156px) {
  .navbar-nav > li > a {
    font-size: 12pt;
  }

  .menu-container-link {
    font-size: 13pt;
  }

/*  .logoText1 {
    font-size: 22px;
  }

  .logoText2 {
    font-size: 31px;
  } */

  .navbar-header {
    width: 350px;
  }
}


@media screen and (min-width: 1156px) and (max-width: 1206px) {
  .navbar-nav > li > a {
    font-size: 14pt;
  }

  .menu-container-link {
    font-size: 14pt;
  }

  /*.logoText1 {
    font-size: 22px;
  }*/

  .logoText2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1206px) {
  .navbar-nav > li > a {
    font-size: 14pt;
  }

  .menu-container-link {
    font-size: 14pt;
  }

  .logoText1 {
    font-size: 25px;
  }

  .logoText2 {
    font-size: 40px;
  }
}

.navbar-nav > li > a {
  color: white;
  font-family: 'Oswald';
  /*  font-weight: 700;*/
    text-transform: uppercase;
}

.navbar-nav > .active, .search-active {
/*  background-color: #328408; */
  background-color: #1b3b6f;
  -webkit-transition: all .25s ease 0.1s;
   -moz-transition: all .25s ease 0.1s;
   transition: all .25s ease 0.1s;
}

.navbar-inverse .navbar-nav > li > a {
  color: white;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: inherit;
  background-image: inherit;
}

.jumbotron {
  padding: inherit;
}

#slide-1 {
  background-image: url('theme://img/websites.jpg');
}

#slide-2 {
  background-image: url('theme://img/courthouse.jpg');
}

#slide-3 {
  background-image: url('theme://img/alert.jpg');
}

#slide-4 {
  background-image: url('theme://img/vote.jpg');
}

#slide-5 {
  background-image: url('theme://img/snow.jpg');
}

#slide-6 {
  background-image: url('theme://img/bulb.jpg');
}

ul {
  margin-bottom: 20px;
  margin-left: 40px;
}

.cd-hero > h2 {
  font-family: 'Roboto';
  font-weight: 700;
  color: red;
}

.navbar {
  margin-bottom: inherit;
}

.nav > li {
  float: left;
}

.expanded-menu {
  width: 100%;
  height: 300px;
  background-color: ##1b3b6f;
  margin-bottom: inherit;
  position: fixed;
  display: none;
  z-index: 2;
}

.expanded-menunav {
  width: 100%;
  position: absolute;
  background-color: #1b3b6f;
  margin-bottom: inherit;
/*  position: fixed; */
/*  display: none;*/
  z-index: 2;
}

.menu-container {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;

  display: none;
  flex-wrap: nowrap;

  padding-bottom: 20px;
}

.menu-container > div {
  width: 100%;
  height: 100%;
  padding: 25px;
}

.menu-container-link {
  color: white;
  padding: 10px;
  margin-left: 20px;

/*  font-size: 12pt;
  font-family: 'Open Sans';
  font-weight: 800;*/

  font-size: 15pt;
  font-family: 'Oswald';
  font-weight: 400;

}

.menu-container-link:hover {
  background-color: #0071C1;
  color: white;
}

@keyframes fadeInLinkBackground {
  0% { background-color: #1B3B6F; }
  100% { background-color: #0071C1; }
}

@keyframes fadeOutLinkBackground {
  0% { background-color: #0071C1; }
  100% { background-color: #1B3B6F; }
}

.linkAnimate {
  animation: fadeInLinkBackground  200ms ease-in-out;
}

.linkAnimateOut {
  animation: fadeOutLinkBackground 200ms ease-in-out;
}

.site-location-div {
  display: block;
  min-height: 70px;
  padding-left: 35px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}

@media screen and (max-width: 1100px) {
  .site-location-div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.site-location-div-no-bg {
  display: block;
  min-height: 70px;
  padding-left: 35px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 1100px) {
  .site-location-div-no-bg {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.site-location-label {
  font-family: 'Oswald';
  padding: 5px;
  font-size: 14pt;
  color: #555555;
  font-weight: normal;
  cursor: pointer;
}

.site-location-div-no-bg > a > label {
  font-family: 'Oswald';
  padding: 5px;
  font-size: 14pt;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
}

.site-location-arrow {
  font-family: 'Oswald';
  padding-left: 15px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 15px;
  font-size: 15pt;
  color: #777777;
}

#i1 {

}

#i2 {

}

#i3 {

}

#i4 {

}

a:link {
  text-decoration: none;
}

.menu-block-container {
  display: flex;
  flex-direction: column;
  font-family: 'Roboto';
  max-height: 325px;
  height: 325px;
  flex-wrap: wrap;
/*  display: none;*/
  /*visibility: hidden;*/
  /*z-index: 0;*/
}

.menu-block-container-item {
  display: flex;
  flex-direction: column;
  font-family: 'Roboto';
  max-height: 325px;
  flex-wrap: wrap;
/*  display: none;*/
  /*visibility: hidden;*/
  /*z-index: 0;*/
}



/*************************************/

.link-square-container {
  display: flex;
}

.panel-link-section {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 275px;
  background-color: inherit;
  background: rgba(34,34,34,1);
  background: -moz-linear-gradient(rgba(34,34,34,1) 0%, rgba(68,68,68,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(34,34,34,1)), color-stop(100%, rgba(68,68,68,1)));
  background: -webkit-linear-gradient(rgba(34,34,34,1) 0%, rgba(68,68,68,1) 100%);
  background: -o-linear-gradient(rgba(34,34,34,1), rgba(68,68,68,1));
  background: -ms-linear-gradient(rgba(34,34,34,1), rgba(68,68,68,1));
  background: linear-gradient(rgba(34,34,34,1), rgba(68,68,68,1));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#444444', GradientType=0 );
}

.panel-link {
  width: 100%;
  height: 100%;
}

#link-1 {
  /*background-image: url('./img/boardRoom.png');
  background-repeat: round;*/
}

#link-2 {
  background-color: #b200ff;
}

#link-3 {
  background-color: #FF6A00;
}

.green-button {
  border-radius: 8px;
  background-color: #00cc00;
  color: white;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 3px;
  margin-right: 10px;
  font-size: 16pt;
  width: 130px;
  height: 42px;
  font-family: 'Roboto';
  border: 1px transparent solid;
  float: right;

}

.panel-header {
  margin: 10px;
  color: white;
  font-family: 'Roboto';
  font-size: 25pt;
  font-weight: bold;
}

.panel-description {
  margin: 10px;
  color: white;
  font-size: 14pt;
}

.links-container {
  float: left;
  width: 20%;
  min-height: 480px;
  background-color: white;
  position: relative;
  left: 0;
  border-top: 2px solid #eeeeee;
}

.general-link {
  background: #1b3b6f;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content:flex-start;
  align-items: center;

}

.general-link-text {
  font-family: Oswald;
  font-size: 18pt;
  color: white;
  padding: 20px;
}

.link-arrow {
  width: 40px;
  height: 40px;
  float: right;
  position: absolute;
  right: 0;
  margin: 10px;
}

.news-events-container {
  background-color: white;
  min-height: 500px;
  margin: 0;
  width: 100%;
  /*  position: absolute; */

}

.centered-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  align-content: center;
  flex-wrap: wrap;
}

.events-container {
  /*  width: 40%; */
}

.news-container {
  /*width: 30%; */
}

.events-container, .news-container {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 160px;
  margin-right: 160px;
  border: 1px solid #1b3b6f;
  height: 400px;
  border-radius: 5px;
  flex-wrap: wrap;
  min-width: 300px;
  /*width: 50%;*/
  flex:1;
  /*display: flex;*/
}

.events, .news {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #1b3b6f;
  /*background-color: #B200FF;*/
}

.events-header, .news-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 100%;
  padding-left: 20px;
  padding-top: 12px;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.events-header > h3, .news-header > h3 {
  margin: 0;
  color: white;
  /*font-family: Roboto;
  font-size: 20pt;*/
  font-family: Oswald;
  font-size: 16pt;
  /*font-weight: bold;*/
}

.events-table, .news-table {
}

.events-table > tbody > tr, .news-table {
  padding: 20px;
}

.events-table > tbody > tr > td, .news-table {
  font-family: Oswald;
  font-size: 14pt;
  color: navy;
  padding: 15px;
  cursor: pointer;
}

.events-table > tbody > tr > td, .news-table {
}

.news-table:hover {

}

.no-events-div {
  /*min-w: 750px;*/
  text-align: center;
  flex: 1;
  flex-basis: 100%;
}

.empty-table-label {
  /*align-self: center;*/
  color: #ddd;
  font-size: 20pt;
}

.home-link-table {
  padding: 50px;
  width: 100%;
  display: flex;
  justify-content: left;
    flex-wrap:wrap;
}

hr {
  height: 1px;
  background-color: #dddddd;
  margin: 10px;
}

.home-link-container {
  padding: 15px;
  border-radius: 5px;
  width: 300px;
  height: 150px;
  background-color: #1b3b6f;
  font-family: "Oswald";
  margin: 20px 20px 50px 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;


  cursor: pointer;

}

.home-link {
  font-family: "Oswald";
  margin: 20px;
  text-align: center;
  color: white;
  font-size: 30px;
}

.link-square-container {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.link-square-div {
  padding-bottom: 5px;
  display: inline-block;
}

.link-square-div-text {
  text-align: center;
  font-family: 'Oswald';
  color: #008DF2;
  font-size: 20px;
  width: 100%;
}

.link-square {
  border: 1px solid #444444;
  width: 250px;
  height: 150px;
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-right: 15px;
  display: block;
  position: relative;
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  cursor: pointer;
}

.link-square:hover .opaque-thumbnail {
  height: 100%;
}

 .thumbnail-image {
   width: 250px;
   height: 148px;
 }

.opaque-thumbnail {
  background-color: #008DF2;
  opacity: 0.20;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .5s ease;
}

/**************************************/

.tv-container {
  display: flex;
  align-items: start;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: row

}

.tv-logo-section {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 20px;
  margin: 20px 20px 60px 20px;
  /*flex-wrap: wrap;*/
  /*position: relative;*/
  /*display: inline-block;*/
  /*left: 0;
  top: 0; */
}

.tv-logo-mcd {
  display: block;
  width: 90%;
  margin-left: 15px;
  margin-top: 15px;
}

.tv-logo-youtube {
  display: block;
  width: 90%;
  margin-left: 15px;
  margin-top: 30px;
}

.tv-content-section {
  width: 60%;
  font-family: Oswald;
  font-size: 18pt;
  height: 100%;
  position: relative;
  display: inline-block;
  /*margin:30px;*/
  color: white;
  padding-bottom: 20px;
}

.tv-link {
  border: 1px solid white;
  border-radius: 5px;
  padding: 15px;
  margin-top: 50px;
  font-family: Oswald;
  font-size: 20pt;
  width: 220px;
  color: white;
  cursor: pointer;
}

.section-4 {
  /*height: 500px;*/
/*  background-color: #99bd4b; */
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background: url('/user/themes/mc-dowell-gov/img/camera.jpg');
  margin: 0;
  display: block;
  width: 100%;
}

.section-1 {
/*  height: 1150px; */
  background-color: #f5f5f5;
  margin: 0;
/*  min-height: 600px; */
width: 100%;
}


/*.section-4 {
  height: 500px;
  background-color: #CDEF77;
  margin: 0;
}*/

footer {
  background-color: #222222;
  padding: 30px;
  display: block;
  text-align: center;
  font-family: 'Oswald';
  color: white;
  font-size: 16px;
}

footer > a {
    color: white;
}


.copyright {
  font-size: 12pt;
  color: white;
  font-family: 'Roboto';
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
}

/************************* Content page *************************/

.auto-height {
  height: auto;
}

.content-page-section {
  background-color: #eeeeee;
  margin: 0;
  width: 100%;
  min-height: 400px;
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  padding-bottom: 30px;
/*  top: 120px;*/
/*  align-content: space-between;*/
}

.content-page-section-it {
  margin: 0;
  width: 100%;
  min-height: 400px;
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  padding-bottom: 30px;
/*  top: 120px;*/
/*  align-content: space-between;*/
}

.content-page-section-it > .div-it > h2 {
  color: white !important;
}

.content-page-left-pane {
  width: 20%;
  /*margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;*/
  padding-top: 10px;
  min-height: 400px;
  /*background-color: blue;*/
}

.content-page-center-pane > h2 {
  font-size: 38pt;
 /* color: #bbbbbb;*/
    color:#696969;
  font-family: 'Oswald';
  margin-bottom: 40px;
  overflow-wrap: break-word;
}

.content-page-center-pane > .h2-it {
  font-size: 38pt;
  color: #ffffff;
  font-family: 'Oswald';
  margin-bottom: 40px;
  overflow-wrap: break-word;
}

.h2-no-bottom-margin {
  margin-bottom: 0px !important;
}

.content-page-center-pane {
  margin-left: 30px;
  margin-top: 30px;
  margin-right: 10px;
  width: 60%;
  padding: 20px;
  /*margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;*/
  min-height: 400px;
/*  background-color: red; */
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;

  font-size: 15pt;
  color: #555555;
  font-family: 'Oswald';

}

.content-page-center-pane-no-left-pane {
  /*width: unset;*/
  border-left: none;
  flex-grow: 4;
}

.content-page-center-pane-no-right-pane {
  width: 75%;
  border-right: none;
}

.no-right-border {
  border-right: unset;
}

.content-pane-center-paragraph-bottom-spacing {
  margin-bottom: 10px;
}

.no-border {
  margin: 5px;
  /*width: 100%;*/
  padding: 10px;
  padding-bottom: 20px;
  /*margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;*/
  /*min-height: 600px;*/
/*  background-color: red; */
  border-left: unset;
  border-right: unset;
  font-size: 15pt;
  color: #555555;
  font-family: 'Oswald';

}

.no-top-margin {
  margin-top: unset !important;
}

.content-page-right-pane {
  font-size: 16pt;
  color: #444444;
  font-family: 'Oswald';
  margin-top: 80px;
  padding-left: 10px;
  flex-grow: 2;
}

.content-page-right-div > h1 {
  font-size: 16pt;
  color: #444444;
  font-family: 'Oswald';
}

.content-page-right-div > p {
  font-size: 13pt;
  color: #777777;
  font-family: 'Oswald';
  margin: unset;
}



.content-page-right-pane {
  /*width: 40%;*/
  /*margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;*/
  min-height: 600px;
/*  background-color: green;*/

}

.content-page-right-div {
  margin-bottom: 60px;
}

.contact-info-container {
  display: flex;
  flex-wrap: wrap;
}

.contact-info-picture-container {
  max-width: 175px;
  /*max-height: 175px;*/
}

.contact-info-picture {
  margin-left: 20px;
  margin-right: 20px;
  height: 100%;
}

.contact-info-info-pane {
  /* commented out for pic */
  /* width: 80%; */
}

.content-pane-collapsed {
  display: none;
}

.side-link-nav {

}

.side-link-nav-underneath {
  margin-top: 10px;
}

.side-link {
  font-size: 16pt;
  color: #555555;
  font-family: 'Oswald';
  padding: 10px;
  margin: 20px;
  cursor: pointer;
  color: #337AB7;
}

.side-link-bottom-placement, .side-link-bottom-placement-mem, .side-link-bottom-placement-it {
  font-size: 16pt;
  /*color: #555555;*/
  color: #337AB7;
  font-family: 'Oswald';
  /*width: 500px;*/
  padding: 10px;
  margin: 20px;
  cursor: pointer;
  max-width: 500px;
}

.side-link-bottom-placement-mem {
  background-color: #1b3b6f !important;
  color: white;
  border-radius: 3px;
}

.side-link-bottom-placement-green {
	color: #318408;
}

.link-icon {
  margin-bottom: 5px;
  margin-right: 5px;
}

.side-link:hover, .side-link-bottom-placement:hover {
  background-color: #dddddd;
}

.side-link-bottom-placement-it:hover {
  background-color: #404040;
}

.it-side-link:hover {
  background-color: #404040;
}


@keyframes sideLinkFadeInLinkBackground {
  0% { background-color: #eeeeee; }
  100% { background-color: #dddddd; }
}

@keyframes sideLinkFadeOutLinkBackground {
  100% { background-color: #eeeeee; }
  0% { background-color: #dddddd; }

}

.sideLinkAnimate {
  animation: sideLinkFadeInLinkBackground  200ms ease-in-out;
}

.sideLinkAnimateOut {
  animation: sideLinkFadeOutLinkBackground 200ms ease-in-out;
}

/*************************** Content 2 test *********************************/
.headline-image {
  background-image: url('theme://img/pet.jpg');
  width: 100%;
  display: block;
  position: relative;
  height: 620px; /* was 330 */
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}

.info-div {
  background-color: #1b3b6f;
  margin: 0;
  width: 100%;
  min-height: 370px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  /*position: relative;*/
  align-content:center;
}

.info-div-left-pane {
  /*height: 100%;*/
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 30px;
  min-height: 265px;
  font-family: 'Oswald';
  color: white;
  border-right: 2px solid white;
  flex-grow: 1;
}

.info-div-center-pane {
  height: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 20px;
  margin-right: 30px;
  min-height: 265px;
  font-family: 'Oswald';
  color: white;
  border-right: 2px solid white;
  flex-grow: 1;
}

.info-div-right-pane {
  height: 100%;
  margin-top: 50px;
  /*margin-bottom: 50px;*/
  margin-right: 30px;
  min-height: 265px;
  font-family: 'Oswald';
  color: white;
  flex-grow: 1;
}

.info-div-left-pane > h1, .info-div-center-pane > h1, .info-div-right-pane > h1 {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 60px;
  font-family: 'Oswald';
  color: white;
  font-size: 30pt;
}

.info-div-left-pane > p, .info-div-center-pane > p, .contact-info-info-pane > p, .info-div-right-pane > p {
  /*margin-top: 20px;*/
  margin-left: 20px;
  margin-right: 60px;
  font-family: 'Oswald';
  color: white;
  font-size: 20pt;
}

.info-div-green {
  background-color: #318408;
}

.info-div-it {
  background-image: url('/user/themes/mc-dowell-gov/img/contactbg.jpg') !important;
  background-repeat:no-repeat;
  background-size:cover;
}

/*******************************************************************************/

.top-padding {
  padding-top: 20px;
}

.details-div {
  background-color: white;
  margin-top: 120px;
  display: flex;
  position: relative;
  padding-bottom: 30px;
}

.details-div-left-pane {
  width: 20%;
  height: 450px;
  margin-left: 30px;
  margin-right: 30px;
  min-height: 265px;
  font-family: 'Oswald';
  color: #999999;
  border-right: 2px solid #bbbbbb;
  font-size: 48pt;
}

.details-div-left-pane > h1 {
  float: right;
  padding-right: 35px;
  margin-top: 40%;
}

.details-div-right-pane {
  width: 60%;
  height: 100%;
  margin-top: 50px;
  margin-left: 30px;
  margin-right: 30px;
  min-height: 265px;
  font-family: 'Oswald';
  color: #555555;
  border-right: 2px solid white;
  font-size: 16pt;
}

.animal-shelter-map {
  height: 505px;
  display: block;
  margin: 0;
  padding: 0;
}

.temp {
  color: white;
  font-family: 'Roboto';
  font-size: 20pt;
  font-weight: normal;
  padding-top: 9px;
  padding-left: 5px;
  padding-right: 5px;
}

.county-dropdown {
  position: absolute;
  width: 200px;

  z-index: 2;
  background-color: #1b3b6f;
}

.menu-dropdown {
  display: none;
}

.nav-more-dropdown {
  position: absolute;
  width: 200px;

  z-index: 2;
  background-color: #1b3b6f;
}

.dropdown-link {
  padding: 10px;
  font-family: Oswald;
  color: white;
  font-size: 14pt;
  height: 50px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;

  cursor: pointer;
}

.button {
  border-radius: 3px;
  padding: 10px;
  font-family: Oswald;
  color: white;
  font-size: 13pt;
  background-color: #1b3b6f;
  /*background-color: #34AD00;*/
  margin: 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: block;
  width: 130px;
}

a.button:hover {
  color: white;
}

.links-div {
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 30px;
}

strong > img {
  margin-top: 15px;
  padding: 15px;
}


td {
  /*border-radius: 5px; */
  padding: 10px;
  color: black;
}

table > tbody > tr > td > p {
  color: black;
}

.content-section-header {
  margin-top: 50px;
}

.position-deadline-header {
  margin-left: 25px;
}

iframe {
  width: 100%;
  height: 500px;
}

#tinymce {
  background-color: white !important;
}

.go-button {
  width: 130px;
  background-color: #395482;
  border-radius: 3px;
  height: 40px;
  font-family: 'Oswald';
  color: white;
  font-size: 18pt;
  border: 1px solid #49576D;
  padding-left: 5px;
  padding-right: 5px;
}

.hours-line {
  background: #cccccc;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.search-title {
  padding-bottom: 15px;
}

.search-item > hr {
  background-color: #aaaaaa;
  margin: 15px 0px 0px 0px;
}

.search-row {
  cursor: pointer;
}

.search-row:hover {
  background-color: #dddddd;
}

.icon-credit {
  color: #cccccc;
  font-size: 6pt;
  display: block;
}

.department-menu-header-name > a {
  font-size: 12pt;
}

h3.extended-title {
  margin-top: 10px;
  padding-left: 120px;
  padding-bottom: 40px;
  color: #bbbbbb;
}

.events-table-container {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  min-width: 300px;
}

.events-table-what {
  font-size: 22pt;
  font-weight: bold;
}

.events-table-column {
  padding-left: 10px;
  padding-top: 10px;
  color: navy;
  font-size: 14pt;
  font-family: Oswald;
}

.news-title {
  font-size: 22pt;
  font-weight: bold;
}

.news-date {
  color: #bbbbbb;
  font-size: 16pt;
}

.alert blockquote {
    font-size: 20pt;
    border-left: 10px solid #D9534F;
    background: #FDF7F7;
    color: #b52b27;
}

.alert {
  padding-top: unset !important;
  padding-bottom: unset !important;
  margin-bottom: unset !important;
  border: unset !important;
  background-color: #eeeeee;
  padding-left: 20px;
  border-radius: unset !important;
}

blockquote {

  margin: unset !important;
  font-size: !important;
}

.button-tax-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 450px;
  align-items: center;
  justify-content: center;
}

.button-tax {
  width: 135px;
  height: 135px;
  margin: 5px;
  font-size: 15pt;
  background-color: #318408; /*#1b3b6f;*/
  text-align: center;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-tax > label {
    color: #DBA724;
    cursor: pointer;
}

.button-link {
  color: white;
  background-color: #1b3b6f;
  border: none;
  border-radius: 5px;
  padding: 10px;
  width: 170px;
}

.button-link2 {
  color: white;
  background-color: #1b3b6f;
  border: none;
  border-radius: 5px;
  padding: 10px;
  width: 230px;
}

.tax-contact {
  background-color: #318408;
}

#contact-us-form {
  margin-left: 20px;
  margin-top: 15px;
}

.form-label > label {
  font-size: 22pt;
}

.form-input-wrapper > input {
  font-size: 18pt;
  color: black;
  height: 45px;
}

.form-textarea-wrapper > textarea {
	color: black;
	width: 487px; height: 141px;
	font-size: 18pt;
}

.buttons {
	display: flex;
}

.buttons > button {
	margin-left: 2px;
	margin-right: 3px;
}

.on-air {
    text-align:center;
    color: red;
}

.skip-link { 
    position: absolute;
    left: -9999px;
}

.copyright-link {
    color: white;
}

