/* Use this CSS file to override components CSS rules */

.views-field-field-mt-photo .field-content {
    float: left;
    margin: 5px 20px 10px 0;
    max-width: 100%;
}

h5.field-content{
    margin-top:5px;
}

.pager li{display: inline-flex;}

.student-content-wrapper .photo-wrapper{

}
.student-content-wrapper .article-content.custom-width{
    margin-left: 0;
}

.student-content-wrapper .node-title{
    font-size:20px;
}

.overlayed{
    border-radius:5px;
}

.overlayed img{
    border-radius: 5px;
}

.commissioners-page .overlayed img{
    padding-right:;
}

.node--content .field--name-field-fmo-date .field__label{
    font-size:28px;
    font-weight: bold;
}


.views-field .views-field-body .main-calendar{

  width:200% !important;
  max-width:280px !important;
}

.views-field .views-field-body #main-calendar{
  width:auto !important;
  max-width:1500px !important;
}

table th, table td {
    vertical-align: top;
    padding: 10px 20px;
    text-align: left;
    border: 1px solid #aaa;
}
.student-content-wrapper .photo-wrapper{
  width:100%;
  max-width: 250px;
}
.commissioner-page .student-content-wrapper .photo-wrapper{
  width:100%;
  max-width: 1000px;
}
.commissioner-page .node header h2{
  font-size: 18px;
  font-weight: bold;
}
.commissioner-page{
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#bottom-content .on-the-gray .quicktabs-tabs > li > a{
  font-size: 20px;
  font-weight: bold;
}
#bottom-content .on-the-gray .quicktabs-tabpage{
  border:none;
  border-top:1px solid #ddd;
}
.commissioner-names{
      text-align: center;
    background-color: #2a68af;
    margin: 0px 5px;
    border-radius: 5px;
    color: white;
}
#bottom-content .container{
  width:100%;
  max-width:1200px;
}
.views-field .views-field-field-eelction-dist{
  text-align: center;
}
.commissioners-page .views-field .views-field-field-eelction-dist{
  font-size:1.4em;

}


@media (max-width: 999px){
.views-view-grid .views-col{
  width:50% !important;
  margin:1em 0;
}

.student-content-wrapper .photo-wrapper{
  width:100%;
  max-width: 999px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

}
@media (max-width: 767px){
.commissioners-page {
    width:100% !important;
}
.header-container #main-navigation ul.menu.sf-accordion li a, .header-container #main-navigation ul.menu.sf-accordion li a{
    text-transform: capitalize;
}

.views-view-grid .views-col{
  width:100% !important;
}


.student-content-wrapper .photo-wrapper{
  width:100%;
  max-width: 1000px;
  text-align: center;
}
.student-content-wrapper .photo-wrapper .overlayed img{
  width:95%;
  margin:2.5%;

}
}
