body {
  font-family:'Open Sans', sans-serif;
  color: #555;
  font-size: 1rem;
  line-height: 1.5rem;
}
h1 {
  margin-top: 24px;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #999;
  font-family: Montserrat, sans-serif;
  color: #900;
  font-size: 2.38rem;
  line-height: 3rem;
  font-weight: 700;
  word-wrap: break-word;
}
h2 {
  margin-top: 24px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #069;
  font-size: 1.77rem;
  line-height: 2.4rem;
  font-weight: 700;
}
h3 {
  display: block;
  margin-top: 24px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #900;
  font-size: 1.33rem;
  line-height: 1.95rem;
  font-weight: 700;
}
h4 {
  margin-top: 24px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #069;
  font-size: 1.15rem;
  line-height: 1.75rem;
  font-weight: 700;
}
h5 {
  margin-top: 24px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #069;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family:'Open Sans', sans-serif;
  font-size: 0.85rem;
  line-height: 1.35rem;
  font-style: italic;
  font-weight: 600;
}
p {
  margin-bottom: 12px;
  font-family:'Open Sans', sans-serif;
  color: #555;
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 400;
}

a{
 border-bottom: 1px dotted #069;
  color: #069;
  font-weight: 600;
  text-decoration: none;
}

a:hover{
  color: #ce1126;
}

li{
  font-size:0.9rem;
}


/******** Buttons ***********/
.cms_buttons .primary,
.button_primary,
button{
 height: 40px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 8px 25px;
  border-radius: 24px;
  background-color: #900;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
    border:0px;
}


#submissionforms_module.cms_form .cms_buttons .cms_form_button.primary,
button{
   background-color: #900;
  height: 40px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 8px 25px;
  border-radius: 24px;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
    border:0px;
}

.cms_buttons .primary:hover,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.primary:hover,
.button_primary:hover,
button:hover{
  color: white;
   background-color: #262525;
}

.cms_buttons .primary:active,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.primary:active,
.button_primary:active,
button:active{
  background-color: #262525;
  color: white;
}

.cms_buttons .secondary{
   background-color: #555;
    height: 40px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 8px 25px;
  border-radius: 24px;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
    border:0px;
}

#submissionforms_module.cms_form .cms_buttons .cms_form_button.secondary,
.button_secondary{
  background-color: #555;
   height: 40px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 8px 25px;
  border-radius: 24px;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
    border:0px;
}


.cms_buttons .secondary:hover,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.secondary:hover,
.button_secondary:hover{
  background-color: #262525;
  color: white;
}

.cms_buttons .secondary:active,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.secondary:active,
.button_secondary:active{
  background-color: #262525;
  color: white;
}

.cms_buttons .tertiary,
.button_tertiary{
  background-color: #555;
    height: 40px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 8px 25px;
  border-radius: 24px;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
    border:0px;
}

#submissionforms_module.cms_form .cms_buttons .cms_form_button.tertiary{
 background-color: #555;
   height: 40px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 8px 25px;
  border-radius: 24px;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
    border:0px;
}

.cms_buttons .tertiary:hover,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.tertiary:hover,
.button_tertiary:hover{
  background-color: #262525;
  color: white;
}

.cms_buttons .tertiary:active,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.tertiary:active,
.button_tertiary:active{
   background-color: #262525;
   color: white;
}


#message.success {
  background-color: white;
    border: 2px solid #069;
    margin-bottom: 20px;
    padding: 10px 20px;
     color: #069;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
}

#message.success ul,
#message.success li,
#message.success p{
   color: #069;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
}

#message.error {
 background-color: white;
    border: 2px solid #900;
    color: #ce1126;
    margin-bottom: 20px;
    padding: 10px 20px;
     color: #900;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
}

#message.error ul,
#message.error li,
#message.error p{
   color: #900;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
}


/* Table styles */
table.styled{
  background-color: #fff;
}

.styled td.tableHeader,
.tableHeader{
 background-color: #900;
    color: white;
    font-size: 18px;
    padding: 10px;
    text-align: left;
    font-weight: 700;
}

.styled th{
  background-color: #777;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    text-align: left;
    border-right: 1px solid #ababab;
}

.styled thead th{
   background-color: #900;
    color: white;
    font-size: 18px;
    padding: 10px;
    text-align: left;
    font-weight: 700;

}

.styled td{
      padding: 8px 10px;
      font-family: "Montserrat";
  color: #555;
    font-size: 1rem;
    line-height: 1.5rem;
     border-right: 1px solid #ababab;
}

td{

  font-family: "Montserrat";
 color: #555;
    font-size: 1rem;
    line-height: 1.5rem;
}

.styled.striped tr:nth-child(odd),
.oddrow {
   background: #cdcdcd  none repeat scroll 0 0;
}

.styled.striped tr:nth-child(even),
.evenrow {
   background: white none repeat scroll 0 0
}

.oddrow td,
.evenrow td{
  padding: 8px 10px;
   font-family: "Montserrat";
 color: #555;
    font-size: 1rem;
    line-height: 1.5rem;
}

.styled tr:nth-child(odd) td:last-child{
  border-right: 0px
}

.styled tr:nth-child(even) td:last-child{
 border-right: 0px
}

.oddrow:nth-child(odd) td:last-child{
  border-right: 0px
}

.evenrow:nth-child(even) td:last-child{
 border-right: 0px
}

.content-wrapper input,
.content-wrapper select{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #555555;
    font-size: 14px;
    height: 38px;
    line-height: 1.42857;
    padding: 8px 12px;
    vertical-align: middle;
}

.content-wrapper textarea{
   background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #555555;
    font-size: 14px;
     line-height: 1.42857;
     padding: 8px 12px;
}

/* Form Fields */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/* right column */
.right-sidebar-div{
  width: 100%;
}
 .right-sidebar-column .contentbox_item .contentbox_item_image img{
  max-width: none;
}

.right-sidebar-div .box.filter .select2-container-multi .select2-choices{
  border-radius: 0px;
  box-shadow:none;
   border: 1px solid #cccccc;
   padding: 0px;
}

.right-sidebar-div .box.filter .select2-container .select2-choice {
    background-color: #fff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    height: auto;
    line-height: 26px;
    overflow: hidden;
    padding: 1px 0 1px 8px;
    color: #555555;
    font-size: 13px;
    font-weight: normal;
    width: 100% !important;
}

.right-sidebar-div .box.filter .form_button.primary{
  font-size: 1rem
}


.content-wrapper .right-sidebar-div .box.filter input, .content-wrapper .right-sidebar-div select {
    height: 30px;
}

.right-sidebar-div .box.filter .select2-container-multi .select2-choices .select2-search-field input{
  font-size: 13px;
}

.right-sidebar-div .box{
  border-bottom: 1px solid #999;
  margin-top: 1.3rem;
  padding-bottom: 1.6rem;
  display: inline-block;
  width: 100%;
}

.right-sidebar-div .box:last-child{
  border-bottom: 0px;
}

.right-sidebar-div .box a,
.right-sidebar-div .box p{
 font-size: 0.9rem !important;
 line-height: 1.4rem;
 margin-bottom: 0px;
}

.right-sidebar-div .box .title h4{
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 0.4rem;
  margin-top: 0rem;
}

.right-sidebar-div .box.filter .select2-container{
    max-width: 100%;
}

.right-sidebar-div input[type="text"]{
  max-width: 100%;
}

@media (max-width: 991px) {

  .right-sidebar-div .box.filter .select2-container{
      width: 100% !important;
  }

  .right-sidebar-div input[type="text"]{
    width: 100% !important;
  }

  .right-sidebar-column{
    margin-top: 10px;
    padding-top:5px;
  }

  .right-sidebar-div .box.filter{
    margin-top: 15px;
  }

  .content-wrapper input[type="text"]{
    width: 100%;
  }

   .content-wrapper input.hasDatepicker[type="text"]{
    width: 95%;
  }

  .content-wrapper select{
    width: 100%;
  }

  .content-wrapper textarea{
    width: 100%;
  }

}

@media (max-width: 767px) {
   .content-wrapper input.hasDatepicker[type="text"]{
    width: 95%;
  }
}

@media (max-width: 479px) {
   .content-wrapper input.hasDatepicker[type="text"]{
    width: 89%;
  }
}

/* Events */
#events_module.homepage_contentbox .event-decription-block h3{
  margin-bottom: 5px;
}

#events_module.homepage_contentbox .event-decription-block .end-date{
  font-size: 12px;
  margin-bottom: 5px;
}

#events_module.homepage_contentbox .more-link{
  text-transform: uppercase;
}

#events_module.homepage_contentbox p{
  margin-left: 65px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 500ms ease 0s;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 18px auto;
    font-size: 0.9em;
     color: #555;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    line-height: 1.4rem;
    margin-bottom: 12px;
}

#events_module.homepage_contentbox .this-week-h3 a{
  border-bottom:0px;
}

#events_module.homepage_contentbox .detail-link{
  margin:-25px 0px 0px 0px;
  padding:0px;
  text-align: right;
}

#events_module.homepage_contentbox .detail-link a{
   background-image: url("/20150114134215/assets/images/circle arrow 006699teal.svg");
  border-bottom:0px;
  height: 18px;
  display: inline-block;
  width: 18px;
}

#events_module.homepage_contentbox .detail-link a:hover{
  background-image: url("../images/circle arrow ce1126.svg");
}

#events_module.homepage_contentbox .individual-event-block:first-child{
   border-top: 2px solid #ce1126;
}

#events_module.homepage_contentbox .event-decription-block{
  padding-bottom: 5px;
}

#events_module.homepage_contentbox .individual-event-block:nth-child(even) {
    background: #e0e0e0;
}

#events_module.cms_list #fullcalendar-controls #categories .category {
  float: left;
  margin-left: 15px;
}

#events_module .cms_content .cms_date h3{
  margin-bottom: 0px
}

#events_module .cms_content .cms_location{
  margin-bottom: 20px;
  font-weight:700;
}

@media (max-width: 991px) {
  #events_module.cms_list #fullcalendar-controls #categories .category {
    clear: both;
    float: left;
    margin-left: 0px;
  }
}

#events_module.cms_list #fullcalendar-controls #categories label {
  display: inline-block;
  float: left;
  margin: 7px 0 0 7px;
}



/* Posts */
#blogs_module.homepage_contentbox.displaymode_list .h3-homepage a{
  border-bottom:0px;
}

#blogs_module.homepage_contentbox.displaymode_list .blog-post-description{
    background-size: 18px auto;
    font-size: 0.9em;
    padding-left: 10px;
    padding-right: 10px;

}

#blogs_module.homepage_contentbox.displaymode_list .post-read-more{
  margin:-18px 0px 0px 0px;
  padding:0px;
  text-align: right;
   margin-bottom: 5px;
}

#blogs_module.homepage_contentbox.displaymode_list .post-read-more a{
  background-image: url("/20150114134215/assets/images/circle arrow 006699teal.svg");
  border-bottom:0px;
  height: 18px;
  display: inline-block;
  width: 18px;
}

#blogs_module.homepage_contentbox.displaymode_list .post-read-more a:hover{
  background-image: url("../images/circle arrow ce1126.svg");
}

#blogs_module.homepage_contentbox.displaymode_list .more-link{
  text-transform: uppercase;
}

/* posts */
.posts-blocks-authors .posts-blocks-posts{
  padding-left: 15px;
  margin-bottom: 10px;
}

.posts-blocks.posts-blocks-rss-feeds {
  margin-bottom: 5px;
}

.posts-blocks.posts-blocks-searches {
  margin-bottom: 5px;
}

.posts-blocks.posts-blocks-subscribes {
  margin-bottom: 5px;
}

.posts-blocks-popular-posts .posts-blocks-popular-post{
  margin-bottom: 10px;
}


/* news */
#news_module.cms_list .cms_list_item h3{
  margin-top: 0rem;
}

#news_module.cms_list .image img{
  max-width: none;
}

#news_module.cms_list .cms_list_item .cms_date h3{
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  #news_module.cms_list .cms_list_item{
    padding-top: 0px;
  }

  #news_module.cms_list .cms_list_item table td{
    display: block;
    width: 100%;

  }

  #news_module.cms_list .cms_list_item td.description{
    margin-bottom: 25px;
  }
}


/* resources */
#moduleDocuments_module.cms_list .folder h3{
    margin-top: 24px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #069;
    font-size: 1.15rem;
    line-height: 1.75rem;
    font-weight: 700;
}

#moduleDocuments_module.cms_list .folder .icon {
    margin-bottom: 2px;
}

#moduleDocuments_module.cms_list .cms_description h4{
  margin-top: 0px;
}

#moduleDocuments_module.cms_list .cms_description{
  background-position: 0px 7px;
}

/* staff */
#staffdirectory_module.cms_list .cms_list_subheading{
  font-family: Montserrat, sans-serif;
  color: #069;
  font-size: 1.15rem;
  line-height: 1.75rem;
  font-weight: 700;
}

#staffdirectory_module.cms_list .cms_list_item .image{
   padding-right: 7px;
}

/* partner */
#partners_module.cms_list .cms_list_item .cms_title h3{
  margin-top: 0px;
}

#partners_module.cms_list .cms_item_divider{
  margin-top: 20px;
  margin-bottom: 20px;
}

#partners_module.cms_list .cms_list_item .image {
    padding-right: 15px;
}

/* submission forms */
 #submissionforms_module.cms_form .ui-datepicker-trigger {
    margin-left: 3px;
    position: relative;
    top: 0;
    left:0px;
  }


/* testimonials */
#testimonials_module.cms_list .cms_list_item{
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  #testimonials_module.cms_list .cms_list_item .cms_author_name{
    float: left;
    text-align: left;
    width: 100%;
  }
}


/* date picker */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
  border-bottom: 0px;
}

@media (max-width: 479px) {
  .ui-datepicker {
    width: 14em;
  }
}

li.left-nav-regular-child li.left-nav-regular-child a{
  font-size: 0.9rem
}

/* inisde page slideshow */
.box.ads.top-page p{
  margin-bottom: 0px;
}

.box.ads.top-page .slideshow-container p{
  margin-bottom: 12px;
}