/*
dark blue = #346586
light blue = #c3d7de
dark gray = #505050
*/
a {color: #265986}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #333;
  border-top: 5px solid #d8e5ea;
}

.clear {
  clear: both;
}

h1, h2, h3, h4, h5 {
  font-family: 'Open Sans', sans-serif;
}

h2 {
  color: #346586;
}
h3 {
  text-transform: uppercase;
  
}

a {
  text-decoration: underline;
}

.center{
    text-align: center;
}

.search-form label {
    display: none;
}

/* --------- BUTTON STYLES */

.btn {
  padding: 12px 24px;
  border: 0;
  text-decoration: none;
}

.btn-default, .label-default {
  background-image: -webkit-linear-gradient(top, #666, #505050);
  background-image: -moz-linear-gradient(top, #666, #505050);
  background-image: -ms-linear-gradient(top, #666, #505050);
  background-image: -o-linear-gradient(top, #666, #505050);
  background-image: linear-gradient(to bottom, #666, #505050);
  background-color: #505050;
  color: #fff;
  text-transform: uppercase;
  border-color: transparent;
}

.btn-danger, .label-danger {
    background-image: -webkit-linear-gradient(top, #aa2138, #8b2839);
  background-image: -moz-linear-gradient(top, #aa2138, #8b2839);
  background-image: -ms-linear-gradient(top, #aa2138, #8b2839);
  background-image: -o-linear-gradient(top, #aa2138, #8b2839);
  background-image: linear-gradient(to bottom, #aa2138, #8b2839);
  background-color: #8b2839;
  text-transform: uppercase;
  border-color: transparent;
}

.btn-primary, .label-primary, .nav-pills>li.active>a {
    background-image: -webkit-linear-gradient(top, #5c8fb1, #346586);
  background-image: -moz-linear-gradient(top, #5c8fb1, #346586);
  background-image: -ms-linear-gradient(top, #5c8fb1, #346586);
  background-image: -o-linear-gradient(top, #5c8fb1, #346586);
  background-image: linear-gradient(to bottom, #5c8fb1, #346586);
  background-color: #346586;
  text-transform: uppercase;
  border-color: transparent;
}

.btn-info, .label-info {
    background-image: -webkit-linear-gradient(top, #c3d7de, #99bfcc);
  background-image: -moz-linear-gradient(top, #c3d7de, #99bfcc);
  background-image: -ms-linear-gradient(top, #c3d7de, #99bfcc);
  background-image: -o-linear-gradient(top, #c3d7de, #99bfcc);
  background-image: linear-gradient(to bottom, #c3d7de, #99bfcc);
  background-color: #99bfcc;
  text-transform: uppercase;
  border-color: transparent;
}

.btn-success, .label-success {
    background-image: -webkit-linear-gradient(top, #acd19f, #85ab78);
  background-image: -moz-linear-gradient(top, #acd19f, #85ab78);
  background-image: -ms-linear-gradient(top, #acd19f, #85ab78);
  background-image: -o-linear-gradient(top, #acd19f, #85ab78);
  background-image: linear-gradient(to bottom, #acd19f, #85ab78);
  background-color: #85ab78;
  text-transform: uppercase;
  border-color: transparent;
}

.btn-warning, .label-warning {
    background-image: -webkit-linear-gradient(top, #f1d67b, #e5c042);
  background-image: -moz-linear-gradient(top, #f1d67b, #e5c042);
  background-image: -ms-linear-gradient(top, #f1d67b, #e5c042);
  background-image: -o-linear-gradient(top, #f1d67b, #e5c042);
  background-image: linear-gradient(to bottom, #f1d67b, #e5c042);
  background-color: #e5c042;
  text-transform: uppercase;
  border-color: transparent;
}

.btn-wide {
  min-width: 140px;
  margin-top: 20px;
}

.btn-xs {
    padding: 4px 8px;
}

.btn-blue {
  background-color: #d8e5ea;
  background: #d8e5ea;
  color: #346586;
  border-radius: 10px;
}

.btn-group .btn {
  border-right:1px solid #dbdbdb;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
  margin-left: 0;
}

.btn-default:hover {
  color: #adadad;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ddd !important;
}

button i:not(.fa-search.fa-lg) {
    margin: 0 10px 0 0;
}

#skip a,
#skip a:hover,
#skip a:visited {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skip a:active,
#skip a:focus {
    position: static;
    width: auto;
    height: auto;
}

/* ------------- ALERT & PROGRESS BAR STYLES */

.alert {
  border-radius: 0;
  border: 0;
}
.alert-success, .progress-bar-success  {
  background-color: #85ab78;
  color: #fff;
}
.alert-info, .progress-bar-info  {
  background-color: #99bfcc;
  color: #fff;
}
.alert-warning, .progress-bar-warning  {
  background-color: #e5c042;
  color: #fff;
}
.alert-danger, .progress-bar-danger  {
  background-color: #cc0000;
  color: #fff;
}

.alert-success .alert-link, .alert-info .alert-link, .alert-warning .alert-link, .alert-danger .alert-link {
  color: #fff;
} 

/* ------------- PAGINATION STYLES */

.pager li>a, .pager li>span {
    border-radius: 4px;
}

.pagination a {
  color: #fff!important;
}

.pager {
  text-align: right;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #333 !important;
    border-color: #ddd !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,ffffff+100 */
    background: #dddddd; /* Old browsers */
    background: -moz-linear-gradient(top,  #dddddd 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #dddddd 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.event-listing .pagination, .event-listing .pager {
  margin: 0;
}

.event-listing-head {
    line-height: 37px;
}

/* -------------- ELEMENT STYLES */

.blockquote, blockquote {
  border-left: 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 10px 0;
  margin: 20px 0px;
  font-family: 'Lora', serif;
  font-size: 1.4em;
  text-align: center;
}

.link-list li {
  list-style: none;
}
.link-list ul {
  padding: 0;
  margin: 0;
}

.featureimage {
    margin-top: 15px;
    width: 100%;
}
.featurecaption {
    font-size: 0.9em;
    margin: 10px 0 20px;
    font-family: 'Lora', serif;
    color: #999;
}

.articlesummary p {
    font-size: 1.2em;
}

.calloutbox {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.06);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.06);
}

.titlerow h1 {
    margin-left: 15px;
    margin-top: 0px;
    font-size: 3em;
}
.titlerow .socialicons {
    margin-left: 15px;
    margin-bottom: 25px;
    font-size: .8em;
    font-weight: 700;
}
.titlerow .socialicons span {
  display: inline-block;
    margin-left: 5px;
    margin-bottom: 2px;
    background-color: #999;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: .8em;
}

.titlerow .socialicons span i {
  color: #fff;
    padding-top: 4px;
} 

.well {
    padding: 20px 25px;
    margin-top: 20px;
    background-color: #fff;
    border-style: none;
}

.well h4 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 15px;
}

.well a {
  text-decoration: underline;
  font-weight: 700;
}

.well a.btn {
  font-weight: 400;
}

.pdflist {
    list-style-type: none;
    padding-left: 0;
}
.col-md-7.main-content .pdflist li {
    background: url('/renderfile/1b10a2e40a587af02123a61c9f012dd3/_files/img/pdficon.png') no-repeat center left;
    background-size: contain;
    padding-left: 10%;
    margin-bottom: 15px;
}
.col-md-12.main-content .pdflist li {
    background: url('/renderfile/1b10a2e40a587af02123a61c9f012dd3/_files/img/pdficon.png') no-repeat center left;
    padding: 10px 0 10px 7%;
    margin-bottom: 15px;
}
.nav-tabs>li>a.dropdown-toggle, .nav-pills>li>a.dropdown-toggle {
  padding: 10px 15px !important;
}

.nav.nav-tabs>li, .nav.nav-pills>li {
    width: auto !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,.nav-tabs>li>a:hover  {
    color: #000;
    background: #fff;
    border-top: 4px solid #346586;
    text-transform: uppercase;
    font-size: .9em;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0;
}

.nav-tabs>li>a {
  background-color: #f5f5f5;
  text-transform: uppercase;
    font-size: .9em;
    border-top: 4px solid #f5f5f5;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0;
    color: #000;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #505050;
}

.panel-default>.panel-heading {
  background-image: -webkit-linear-gradient(top, #5c8fb1, #346586);
  background-image: -moz-linear-gradient(top, #5c8fb1, #346586);
  background-image: -ms-linear-gradient(top, #5c8fb1, #346586);
  background-image: -o-linear-gradient(top, #5c8fb1, #346586);
  background-image: linear-gradient(to bottom, #5c8fb1, #346586);
  background-color: #346586;
  text-transform: uppercase;
  border-color: transparent;
}

.panel-heading a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9em
}

/* -------------- ACCORDION LINK STYLE */
.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
}

/* -------------- BLOG ENTRY STYLES */

.entry .entry-header {
    margin-bottom: 25px;
    text-align: left;
}
.entry .entry-header h2 {
    margin-bottom: .25em;
}
.entry .entry-header h2 > a {
    color: #346586;
    text-decoration: none;
}
.entry .entry-meta {
    font-size: 12px;
    color: #b4b8be;
}
.entry .entry-meta > span:before {
    content: "/";
    display: inline-block;
    padding: 0 6px 0 2px;
}
.entry .entry-meta > span:first-child:before {
  display: none;
}
.entry .entry-meta a {
  border-bottom: 1px solid transparent;
}
.entry .entry-meta a:hover {
  text-decoration: none;
  color: #444;
}
.entry .excerpt {
    margin-bottom: 36px;
    text-align: left;
    padding: 20px 0;
    margin: 20px 0;
}

.excerpt-right {
    margin-top: 20px;
}

.entry .entry-footer {
    text-align: right;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    padding-top: 0;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}


/* -------------- BREADCRUMBS */

.breadcrumb {
    /*margin-top: 20px;*/
    margin-bottom: 5px;
    font-size: .9em;
}

.breadcrumb>li+li:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: .7em;
}

.breadcrumb-blue {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: .9em;
    padding: 8px 15px;
    list-style: none;
    border-radius: 4px;
	white-space: nowrap;
}

.breadcrumb-blue>li {
	display: inline-block;
}

.breadcrumb-blue>li+li:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: .7em;
}

.breadcrumb-blue>.active {
    color: #777
}
/* -------------- NAVBAR STYLES */

.navbar-brand>img {
    display: inline-block;
}

img.logo-text {
    width: 57%;
}


.homepage-heading-one {
text-indent: -9999px;
}

.brand, .search, .mobile-menu {
  padding: 0;
  display: inline-block;
  float: left;
}

.brand, .search {
  margin-left: 20px;
}

img {
  max-width: 100%;
}
.navbar-default .navbar-nav>li>a {
  color: #000;
  text-decoration: none;
}
a.navbar-brand {
    text-decoration: none !important;
}

@media (min-width: 992px) {
.navbar {
  margin-bottom: 0;
}
nav li {
  text-align: center; 
  font-weight: 600;
}
nav li.nav-wide {
  width: 13.11%;
}
nav li.nav-narrow {
  width: 10.11%;
}
.nav>li {

  width: 11.11%;
}
.navbar-nav li a {
  text-transform: uppercase;
  font-size: .9em;
}

.navbar-nav li.highlighted a {
  background: #346586;
  color: #fff;
  border-right: 1px solid #fff;
}

.navbar-nav li.highlighted ul li a {
    background-color: transparent;
    color: #346586;
}
    
.navbar-nav li.highliblue a {
  background: #d8e5ea;
  color: #505050;/*
  border-right: 1px solid #fff;*/
}

.navbar-nav li.highliblue ul li a {
    background-color: transparent;
    color: #346586;
}	
		
.navbar-nav li.highligrey a {
  background: #f1f1f1;
  color: #000;
}
.navborderGL {border-left: 1px solid #8E8E8E;}
.navborderGR {border-right: 1px solid #8E8E8E;}
.navborderBL {border-left: 1px solid #FFF;}
.navborderBR {border-right: 1px solid #FFF;}
.navbar-nav li.highligrey ul li a {
    background-color: transparent;
    color: #346;
}	
.navbar-brand>img {
  float: left;
  margin-left: 4px;
}

.main-logo {
  width: 153px !important;
}

.ec-logo {
  width: 153px !important;
}

.connection-logo {
  width: 44px !important;
}

.navbar-default .navbar-collapse {
  clear: both;
  width: 100% !important;
  /*margin-top: 20px;*/
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover {
  margin-top: -4px;
    color: #000;
    background: #fff !important;
  border-top: 4px solid #346586;
}

.dropdown-menu>li>a {
  padding: 6px 20px;
}

.dropdown-menu li {
  text-align: left;
}

.dropdown:hover .dropdown-menu {
   display: block;
}


.dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}


.yamm .dropdown-menu {
  padding: 20px;
}
 
ul.multi-column-dropdown {
    list-style-type: none;
    padding: 0;
}

ul.multi-column-dropdown.first {
  padding-left: 20px;
}

ul.multi-column-dropdown a {
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
}

ul.multi-column-dropdown a:hover {
  border-top: 0 !important;
}

.feature-content h4 {
    color: #346586;
    font-weight: 700;
}

ul.multi-column-dropdown h5 {
  text-transform: uppercase;
}

.feature-content {
  border-left: 1px solid #e5e5e5;
  padding-left: 40px;
}

.feature-content p {
  font-weight: 400;
}

@media (max-width: 767px) {
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
}

.navbar-nav li > .dropdown-menu>li>a:focus, .navbar-nav li > .dropdown-menu>li>a:hover {
  text-decoration: underline;
  color: #999;
  border-top: 0;
  margin-top: 0;
}

}

.navbar-toggle {
    float: left;
    border: 0;
    margin: 0;
    padding: 0;
}

.navbar-nav a span {
    width: 98%;
    display: inline-block;
}

.navbar-nav a span.small {
    width: 97%;
    display: inline-block;
    font-size: 100%;
}

.navbar-nav a span i {
  display: block;
}

.navbar-fixed-top .navbar-collapse {
  max-height: none;
}

.navbar-header {
    display: inline-block;
    float: left;
}

.nav>li>a.dropdown-toggle {
  padding-bottom: 0;
  padding-top: 13px;
}

ul.multi-column-dropdown {
    list-style-type: none;
    padding: 10px;
}

.navpadbtm {
padding-bottom:16px !important;
}
 
/* --------- SEARCH STYLES */

.fa-search {
  vertical-align: 0;
}

.search-form .btn {
  padding: 6px;
  float: right;
}
.search-form {
  padding-top: 10px;
}

form.navbar-form.navbar-left.search-form {
    display: inline-block;
    float: left !important;
}

.search form[role="search"] button[type="reset"] {
    display: none;
}


/* ------------ SLIDE OUT CONTACT AREA */

a span.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
span.screen-reader-text {
   clip: rect(1px, 1px, 1px, 1px);
   position: absolute !important;
   height: 1px;
   width: 1px;
   overflow: hidden;
}


.dropdown-toggle:focus {
  outline: 1px solid blue;
  outline: -webkit-focus-ring-color auto 5px;
  }

.slide-out-area {
  background-color: #d8e5ea;
  width: 100%;
  z-index: 100;
  display:none;
}

.slide-out-area:after {
  content: '.';
  clear: left;
  display: block;
  height:0;
  visibility: hidden;
}

.slide-out-area div {
  padding: 10px;
}

.slide-out-area .fa {
  color: #346586;
  font-size: 24px;
  margin-right: 10px;
  position: absolute;
  left: 15px;
}

.slide-out-area ul {
  list-style-type: none;
}

.slide-out-area li {
  margin-bottom: 20px;
}


#slide-out-area-toggle {
  top: -2px;
  right: 70px;
    padding-top: 23px;
    text-transform: uppercase;
  position: absolute;
  transition: all .5s ease;
    border-radius: 0 0 10px 10px;
    z-index: 1000;
  display: block;
}

a#slide-out-area-toggle:link,
a#slide-out-area-toggle:hover,
a#slide-out-area-toggle:focus,
a#slide-out-area-toggle:visited {
  display: block;
}

#slide-out-area-toggle.open {
  top: 0px;
  right: 0;
    position: absolute;
    padding-top: 18px;
    transition: all .5s ease;
}

#slide-out-area-toggle i.fa.fa-plus-circle {
    font-size: 24px;
    vertical-align: middle;
}

/* ------- SPOTLIGHT ROW ON HOMEPAGE STYLES */

/* content styles */

.inside {
  margin-top: 20px;
  margin-bottom: 20px;
}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.inside-full-height.icons {
  display: table-cell;
}
.content {
  padding: 12px 3px;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 993px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }

  .mobile-menu {
    display: none;
  }

  .brand, .search {
  margin-left: 0px;
  }

}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

.spotlight {
  background-color: #a62238;
  padding: 0;
  color: #fff;
}

.spotlight-row {
  padding-top: 10px;
}

.spotlight-title {
  background-color: #8d0a20;
}

.spotlight h3, .spotlight-list {
  padding: 10px 15px;
    margin: 0 auto;
  max-width: 750px;
}

.spotlight h3 {
  padding-left: 40px;
}

.spotlight ul {
  list-style-type: none;
  padding: 15px 40px;
}

.spotlight a {
  color: #fff;
}

.spotlight a:hover {
  color: #f1f1f1;
}

.blue-box {
  background-color: #346586;
  padding: 1%;
  text-align: center;
}

/* -------------- NUMBERS ON HOMEPAGE */

.numbers {
  background: #346586;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 2em;
  font-family: 'Lora',serif;
}
.number-lg {
  font-size: 4em;
}
.numbers-bg {
  background: url('/renderfile/1b10a2e40a587af02123a61c9f012dd3/_files/img/school.png') center center no-repeat;
  font-size: 1.4em;
  color:  #fff;
  background-size: cover;
  font-family: 'Lora',serif;
  padding: 30px 10px;
}

.numbers-bg .bluebox {
  background: #346586;
}
.numbers-bg .bluebox {
    margin: 30px 40px;
    text-align: center;
    padding: 20px 50px;
}

.bluebox a {
    color: #fff;
    text-decoration: none;
}

/* ------------ SLIDESHOW STYLES */

.slick-container {
  margin-top: 10px;
}
.slick-prev:before {
    content: '';
}
.slick-next:before {
    content: '';
}
.slick-next {
  right: 40px;
  width: 50px;
  height: 50px;
}
.slick-prev {
    left: 10px;
    z-index: 1;
  width: 50px;
  height: 50px;
}
.slick-dots {
  bottom: 0;
}
.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots li button:focus {
  outline: 1px solid blue;
  outline: -webkit-focus-ring-color auto 5px;
}

.slick-dots li button:before {
  content: '';
}
.slick-dots li {
  background: #b2b2b2;
  border-radius: 10px;
  vertical-align: middle;
}
.slick-dots li.slick-active {
  width: 14px;
  height: 14px;
  background: #6894af;
  border-radius: 7px;
}

.slick-slider {
  margin-bottom: 0;
}

.slide_caption {
    background: hsla(204, 44%, 36%, 0.59);
    position: absolute;
    bottom: 40px;
    font-family: 'Lora',serif;
    font-size:  1.1em;
    color: #fff;
    padding: 10px 40px;
    width: 450px;
}

.slide_caption_center {
    background: hsla(204, 44%, 36%, 0.59);
    position: relative;
    bottom: 40px;
    font-family: 'Lora',serif;
    font-size:  1.1em;
    color: #fff;
    padding: 10px 40px;
    width: 450px;
}

.col-md-6.slick-container {
    padding-left: 0;
    padding-right: 0;
}

/* ---------- CONTAINERS STYLES */

.gray-wrapper.home {
  margin-top: 40px;
}
/*
.gray-wrapper {
  padding: 20px 0;
}*/
.gray-wrapper, .breadcrumb {
  background: #f1f1f1;
}
.gray-wrapper .link-list {
  padding: 10px;
  margin-top: 20px;
}
.gray-wrapper h3 {
  font-size: 22px;
}
.blue-wrapper.home {
  margin-top: 40px;
}

.blue-wrapper {
  padding: 20px 0;
}
.blue-wrapper, .breadcrumb-blue {
  background: #d8e5ea;
}
.blue-wrapper .link-list {
  padding: 10px;
  margin-top: 20px;
}
.blue-wrapper h3 {
  font-size: 22px;
}
.main-content {
  margin: 20px 0;
}

.threeboxes .gray-wrapper {
  padding: 20px;
}

.threeboxes .blue-wrapper {
  padding: 20px;
}

.threeboxes div img.smallfeature, .twoboxes-uneven div img.smallfeature,
.threeboxes-uneven div img.smallfeature {
    margin: 0 auto;
    display: block;
    width: 100%;
}


.threeboxes h3, .twoboxes-uneven h3, .threeboxes-uneven h3 {
    margin: 0 auto;
    padding: 10px;
    display: block;
    width: 100%;
    transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.threeboxes ul, .twoboxes-uneven ul, .threeboxes-uneven ul {
  list-style-type: none;
  width: 98%;
  display: block;
  margin: 0;
  padding: 0 10px;
}

.threeboxes ul li, .twoboxes-uneven ul li, .threeboxes-uneven ul li {
  margin: 5px auto;
  width: 98%;
}

.threeboxes ul li a, .twoboxes-uneven ul li a, .threeboxes-uneven ul li a{
  text-decoration: underline;
}

.twoboxes-uneven {
  margin: 50px auto;
}

.twoboxes.gray-wrapper .col-md-6 {
    padding: 0 30px;
}

.twoboxes.blue-wrapper .col-md-6 {
    padding: 0 30px;
}

.titlerow .col-md-12 {
    padding: 0;
}


/* ----------- EVENTS LIST */

.events-list {
  padding: 0;
  margin: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 10px;
}
.events-list li {
  list-style: none;
  clear: left;
  padding: 10px 10px;
}
.events-list a {
  text-decoration: underline;
}
.event-date {
  float: left;
  background: #c3d7de;
  color: #346586;
  text-align: center;
  padding: 10px 12px;
  text-transform: uppercase;
  font-size: 1.4em;
  border: 4px solid #ececec;
  border-radius: 45px;
  line-height: 1.2;
  margin-right: 20px;
  font-family: 'Lora',serif;
}
.event-name a {
  color: #346586;
  font-weight: 700;
}
.event-time,
.event-name {
  font-size: 1em;
}
.event-time {
  color: #7c7c7c;
}

.col-md-6.calendar {
    padding-left: 40px;
}

.event-details .fa {
  color: #346586;
  font-size: 24px;
  margin-right: 10px;
  position: absolute;
  left: 15px;
}

.event-details li {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

ul.event-details {
  list-style-type: none;
  margin: 20px 0;
}

.buttons {
  margin-top: 20px;
}

.event-info {
    float: left;
    width: 85%;
}

/*HH STYLE ADDITION FOR EVENTS ON HOME PAGE */
.event-info-home {
    float: left;
    width: 75%;
}

/* ----------- BACK TO TOP STYLES */
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    right: 10px;
    z-index: 1000;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px;
    right: 10px;
    z-index: 1000;
}


/* ----------- FEATURE BOX */

.feature-box {
  margin: 40px 10px;
  padding: 45px 20px;
  text-align: center;
}
.feature-box h3 {
  font-size: 22px;
}

.feature-box-dark {
  background-color: #346586;
}

.feature-box-light {
  background-color: #c3d7de;
}

.feature-box-light, .feature-box-light h3, .feature-box-light a {
  color: #444 !important;
}

.feature-box-dark, .feature-box-dark h3, .feature-box-dark a {
  color: #fff !important;
}

.feature-box-dark h3, .feature-box-light h3 {
  margin-top: 0 !important;
}


/* ------- RED HOVER STYLES */

.box {
  display: inline-block;
  position:relative;
  vertical-align: top;  
  width: 100%;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: rgba(166,34,56,0.9);
  text-align: center;
  padding: 11% 10%;
  opacity: 0;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  height: 100%;
}
.overlay:hover {
  opacity: 1;
}
.overlay:hover + h3 {
  color: #fff;
  background-color: #86051a;
}

h3.red {
    margin: 0 auto;
    padding: 10px;
    display: block;
    width: 100%;
    transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #fff;
  background-color: #86051a;
}

.box ul {
  list-style-type: none;
  width: 98%;
  display: block;
  margin: 0;
  padding: 0 10px;
}

/* ----------- SIDEBAR STYLES */

.sidebar {
  margin-top: 20px;
}

.sidebarrelatedcontent, .sidebarevents, .sidebarcontact {
    margin-bottom: 75px;
}

.sidebar .sidebarrelatedcontent h4 {
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
.sidebar h4 {
    font-size: 1em;
    font-weight: 700;
}

.sidebar a {
  text-decoration: underline;
}

.sidebar a.btn {
  text-decoration: none;
}

.sidebarrelatedcontent ul {
    list-style: none;
    padding-left: 5px;
}
.sidebarrelatedcontent ul img {
    float: right;
    margin: 0 0 5px 5px;
}
.sidebarrelatedcontent li {
    margin-bottom: 5px;
   
}
.well-primary, .well-primary p a {
    background: #346586;
    color: #fff;
}
.sidebar .event-name, .sidebar .event-time {
    font-size: 1.0em;
}
.sidebar .events-list li {
    padding: 0 10px;
    margin: 15px 0;
    min-height: 78px;
}
.sidebar .event-time {
    margin-bottom: 15px;
}
.sidebar .event-text {
    vertical-align: middle;
}

.sidebar .event-date {
    float: left;
    background: #c3d7de;
    color: #346586;
    text-align: center;
    padding: 15px 18px;
    font-size: 1.2em;
    border: 4px solid #ececec;
    border-radius: 45px;
    line-height: 1.2;
    margin-right: 20px;
    font-family: 'Lora',serif;
    margin-bottom: 15px;
}

/* --------- FOOTER STYLES */

.copyrightrow {
    padding-bottom: 30px;
}

.copyright {
  margin-top: 20px;
  font-size: 0.9em;
  color: #666;
}

footer {
    margin-top: 30px;
  border-top: 1px solid #dcdcdc;
  padding-top: 20px;
}

footer h4 {
  text-transform: uppercase;
  font-weight: 700;
}

footer .link-list a {
  text-decoration: none;
}

/* -------- RESPONSIVE STYLES */

@media only screen and (max-width : 1200px) {
    nav {
        font-size: 10px;    
    }


}

@media (max-width: 1091px) {
  #slide-out-area-toggle {
    position: relative !important;
    width: 95%;
    margin: 0 auto;
    right: 0;
  }
}

@media (max-width: 1000px) {

  .navbar .container-fluid {
    padding-bottom: 10px;
  }

  footer .col-md-4 {
    margin-bottom: 40px;
  }

  .container.home {
    margin-top: -30px;
  }

  .search-form {
    padding-top: 0;
  }

  form.navbar-form.navbar-left.search-form {
    display: block;
    float: none;
    padding: 0;
    margin-top: 20px; /*HH Change from 30px to account for tablet view*/
  }

  .col-md-12.main-content .pdflist li {
    padding-left: 13%;
  }

  form.navbar-form.navbar-left.search-form {
    float: right !important;
  }

  .search form[role="search"].active {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  
/*  HH -removed due to search changes below

    .search form[role="search"] input {
      opacity: 0;
      display: none;
    }

  .search form[role="search"].active button,
  .search form[role="search"].active input {
    display: inline-block;
    opacity: 1;
  }
  .search form[role="search"].active input {
    width: 82%;
    position: absolute;
    top: 56px;
    right: 71px;
    margin: 10px auto;
    height: 27px;
  }
*/
  .search form[role="search"].active button.search-icon {
    display: none;
  }
}

@media (min-width: 992px) {
  .mobile-menu {
      width: 0%;
  }
}


@media (max-width: 992px) {
    
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
  }
  .navbar-nav>li, .dropdown-menu>li {
        float: none;
        border-bottom: 1px solid #c1c1c1;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1em;
    }

  .dropdown-menu>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1em;
        text-decoration: none;
        padding-left: 25px;
    }

    .navbar-nav>li>a:hover {
      color: #346586 !important;
      border-left: 3px solid #346586;
    }

  .navbar-nav>li.dropdown>a.dropdown-toggle:after {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1em;
    display: inline-block;
    color: #346586;
    transition: all 0.2s linear;
  }

  .navbar-nav>li.dropdown.open>a.dropdown-toggle:after {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1em;
    display: inline-block;
    color: #346586;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
    .collapse.in{
      display:block !important;
  }

  .navbar-nav a span i {
  display: none;
  }

  .nav>li>a.dropdown-toggle {
  padding-bottom: 15px;
  padding-top: 15px;
  }

  .dropdown-menu {
    position: relative;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: 0;
    margin: 0;
    font-size: 11px;
    background-color: #f2f2f2;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .dropdown-menu .divider {
    display: none;
  }

  li.highlighted a {
    background-color: #346586;
    color: #fff;
    display: block;
    width: 100%;
  }

  li.highlighted a, li.highlighted a.dropdown-toggle:after {
    color: #fff !important;
  }

  li.highlighted a:hover {
    color: #346586 !important;
    background-color: #fff !important;
  }

  li.highliblue a {
    background-color: #d8e5ea;
    color: #fff;
    display: block;
    width: 100%;
  }

  li.highliblue a, li.highliblue a.dropdown-toggle:after {
    color: #fff !important;
  }

  li.highliblue a:hover {
    color: #346586 !important;
    background-color: #fff !important;
  }
	
  li.highligrey a {
    background-color: #f1f1f1;
    color: #000;
    display: block;
    width: 100%;
  }

  li.highligrey a, li.highligrey a.dropdown-toggle:after {
    color: #000 !important;
  }

  li.highligrey a:hover {
    color: #346586 !important;
    background-color: #fff !important;
  }
	
  .feature-image {
    float: left;
    width: 33%;
      margin: auto;
      padding-top: 24px;
      text-align: center;
  }

  .feature-inner {
    float: left;
  }

  .feature-box {
    padding: 0 0 15px 0;
    text-align: left;
  }

  .feature-inner a.btn {
    display: none;
  }

  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4,
  .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10,
  .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
  .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
  .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
  .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
  .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    margin-bottom: 30px;
  }

  .spotlight-row .col-xs-12, .spotlight-row .col-sm-12, .spotlight-row .col-md-4,
  .spotlight-row .col-xs-6, .spotlight-row .col-sm-6, .spotlight-row .col-md-2
  .navbar .col-md-1, .navbar .col-sm-1, .navbar .col-xs-1, .navbar .col-md-7,
  .navbar .col-sm-5, .navbar .col-xs-10, .navbar .col-md-5, .navbar .col-sm-6,
  .col-md-12.contact {
    margin-bottom: 0px !important;
  }

  .navbar-toggle {
    margin-top: 25px;
  }

}

@media (min-width: 768px){
.navbar-nav {
  float: none;
}
.navbar-form .form-control {
  width: 85%;
  float: left;
}

.navbar-collapse {
    width: 100%;
    }

}

@media (max-width: 844px) {
  .inside-full-height.icons {
    display: block;
  }

 /* .search form[role="search"].active input {
    width: 82%;
    position: absolute;
    top: 128px;
    right: 71px;
    margin: 10px auto;
    height: 27px;
  }*/

}

@media only screen and (max-width: 768px) and (min-width: 1px) {

  .col-md-12.header-row {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 20px;
}

.brand {
  width: 80%;
}

.brand {
    margin-left: 0px;
}

.search {
  margin-left: 10px;
}

img.logo-text {
    width: 84%;
}
  .navbar-form .form-control {
  width: 200px;
  display: inline-block;
  }

  .navbar-form {
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-header {
    text-align: center;
  }
  .navbar-brand {
    text-align: center;
    float: none;
    margin-top: 10px;
    margin-left: 10px;
    padding: 0;
  }

  .brand {
    text-align: center;
  }

  .navbar-brand>img {
    display: block;
    margin: 10px auto;
  }

  .events-list p {
    display: none;
  }

  .events-list li {
    min-height: 95px;
  }

 /* .search form[role="search"].active input {
    width: 82%;
    position: absolute;
    top: 119px;
    right: 50px;
    margin: 10px auto;
    height: 27px;
  } */
  /*HH Addition referencing change on line 1405 */
    form.navbar-form.navbar-left.search-form {
     margin-top: 30px;  
    }
}

@media only screen and (max-width: 470px) {

  .feature-inner {
    width: 62%;
    margin-left: 10px;
  }

  .navbar-toggle {
    margin-top: 25px;
  }

  .feature-box h3 {
      font-size: 19px;
      padding-top: 26px;
  }

  .feature-box .link-list {
    display: none;
  }

  .feature-image {
      padding-top: 9px;
      padding-bottom: 9px;
  }

  .slide_caption {
      background: hsla(204, 44%, 36%, 1);
      position: relative;
      bottom: 0;
      font-family: 'Lora',serif;
      font-size: 1.5em;
      color: #fff;
      padding: 10px 40px;
      width: auto;
  }

  .slick-dots, .slick-next, .slick-prev {
    display: none !important;
  }

  .number-lg {
    font-size: 2em;
  }

  footer .col-md-4 {
    margin-bottom: 40px;
  }

  .feature-box {
    padding: 0 0 5px 10px;
    text-align: left;
  }

 /* HH Search change 
 .search form[role="search"].active input { 
    right: 30px;
  } */

  .navbar-nav a span, .navbar-nav a span.small {
    width: 96%;
    display: inline-block;
}
}

/*------------- MOBILE VERTICAL NAVIGATION */

header .navbar-toggle { display: none; }
header ul { display: block; }

.scotchified {
  -o-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* Force Height of Panel for unique use case */
.scotch-panel-wrapper {
  height: 100%;
}

.inside-panel {
  border-left: 5px solid #c1c1c1;
}

button.toggle-panel {
  border: 0;
  background-color: transparent;
  margin-top: 30px;
  font-size: 24px;
  color: #a9a9a9;
}

ul.mobile-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mobile-links li {
    border-bottom: 1px solid #c1c1c1;
}

.mobile-links a {
  text-decoration: none;
  color: #000;
  padding: 15px;
  display: block;
}

.mobile-links h5 {
  text-decoration: none;
  color: #000;
  padding: 10px;
  display: inline-block;
  color: #346586;
  font-weight: 700;
}

.mobile-links a:hover {
  border-left: 5px solid #346586;
  color: #346586 !important;
  padding-left: 10px;
}

a.menu-slide {
    float: right;
    border-left: 1px solid #c1c1c1;
}

a.menu-slide i {
  color: #346586;
}

.menu-slide i{
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.menu-slide i.down{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}


@media only screen and (min-width : 993px) {
  /* Closes the Panel on window resize from small to large. */
  /* Important tags aren't always bad otherwise you can close with JS on resize. */
  .scotch-panel-canvas {
      -o-transform: translate3d(0px, 0px, 0px) !important;
      -ms-transform: translate3d(0px, 0px, 0px) !important;
      -moz-transform: translate3d(0px, 0px, 0px) !important;
      -webkit-transform: translate3d(0px, 0px, 0px) !important;
      transform: translate3d(0px, 0px, 0px) !important;
  }
}

@media only screen and (max-width : 992px) {
  header .navbar-toggle{ display: block; }
  header ul { display: none; }
}


/*HH OVERRIDES FOR SEARCH */

.search {
    max-width: 250px;
}

div#gsc-iw-id1 {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 34px;
}

input.gsc-search-button.gsc-search-button-v2 {
    border-radius: 4px;
    height: 30px;
    padding: 6px 16px;
    background-image: linear-gradient(to bottom, #666, #505050);
    background-color: #505050;
    border-color: #505050;
}

td.gsc-input {
    padding-right: 0px !important;
}

td.gsc-search-button:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f002";
    display: block;
    font-size: 1.33333333em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    margin: 6px 0px 0px 8px;
    color: #fff;

}

span#gs_cb50 {
    padding-top: 5px;
    color: #505050;
}

.search form[role="search"] button {
    display: none;
}
@media (min-width: 1000px){
div#___gcse_0{
    display: inline-block !important;
}
}
@media (max-width: 1000px){
.search form[role="search"].active button, .search form[role="search"].active div#___gcse_0 {
    display: inline-block;
    opacity: 1;
}
.search form[role="search"] button[type="submit"] {
    display: inline-block;
    opacity: 1;
}
.search form[role="search"].active button.search-icon {
    display: none;
}
div#gsc-iw-id1{
    height:27px;
}
td.gsc-search-button{
    display:none !important;
}
div#___gcse_0{
    display: none;
    vertical-align: middle;
    width: auto;
    position: absolute;
    top: 56px;
    right: 71px;
    margin: 10px auto;
    height: 27px;
}
}
@media (max-width: 768px){

    div#___gcse_0{
        display: none;
        vertical-align: middle;
        width: auto;
        position: absolute;
        top: 180px;
        right: 50px;
        margin: 10px auto;
        height: 27px;
    }
    div#gsc-iw-id1{
        height:27px;
    }
    td.gsc-search-button{
        display:none !important;
    }
}

/*custom 4 column responsive grid to replace the existing footer*/

/* 1 column: 320px */
.autowide {
  margin: 0 auto;
    width: 98%;
}
.autowide img {
  float: left;
  margin: 0 .75rem 0 0;
}
.autowide .module {
  border-radius: .25rem;
  margin-bottom: 1rem;
}
.autowide .module p {
  padding: .25rem .75rem;
}

/* 2 columns: 600px */
@media only screen and (min-width: 600px) {
  .autowide .module {
    	float: left;
		margin-right: 2.564102564102564%;
		width: 48.717948717948715%;
	}
	.autowide .module:nth-child(2n+0) {
		margin-right: 0;
	}
}

/* 3 columns: 768px */
@media only screen and (min-width: 768px) {
  .autowide .module {
		width: 31.623931623931625%;
	}
	.autowide .module:nth-child(2n+0) {
		margin-right: 2.564102564102564%;
	}
	.autowide .module:nth-child(3n+0) {
		margin-right: 0;
	}
}

/* 4 columns: 992px and up */
@media only screen and (min-width: 992px) {
  .autowide .module {
		width: 23.076923076923077%;
	}
	.autowide .module:nth-child(3n+0) {
		margin-right: 2.564102564102564%;
	}
	.autowide .module:nth-child(4n+0) {
		margin-right: 0;
	}
}

.margintopimg {margin-top:60px; }
@media print {
    .collapse {
    display: block !important;
    height: auto !important;
    }
    body { border: none !important; }
}