/**RRR**/

body {
  font-family: 'Trebuchet', sans-serif!important;
  font-size: 17px!important;
  line-height: 28px!important;
  color: #004466!important;
  background: #e9e9e9!important;
}


/* tablet size */
@media screen and (max-width: 768px) {
body {
  font-size: 16px!important;
  line-height: 26px!important;
  }
}

/* phone size */
@media screen and (max-width: 640px) {
body {
  font-size: 15px!important;
  line-height: 25px!important;
  }
}

#sp-top-bar,
#sp-top-bar1, 
#sp-top-bar2 {
  font-size:16px!important;
  line-height: 20px!important;
  padding: 8px 0!important;
  background: #004466!important;
  color: #f7f7f7!important;
}

#sp-top-bar a,
#sp-top-bar a:visited {
  color: #f7f7f7!important;
  text-decoration: none!important;
}

#sp-top-bar a:hover {
  color: #ffffff!important;
  text-decoration: underline!important;
}

#sp-top-bar .social-icons a:link,
#sp-top1 .social-icons a:link {
  font-size: 18px!important;
  padding: 5px 0px 0px!important;
}

header#sp-header {
  vertical-align: middle!important;
  background: #fefefef!important;
}

#sp-main-body {
    margin: 40px 0px!important;
    padding: 0px!important;
}


#sp-position1 {
  background: #004466!important;
}

#sp-position2 {
  background: #004466!important;
}

#sp-content-bottom {
  background: #004466!important;
}

#sp-bottom {
  background: #004466!important;
  border-top: 1px #333333 solid!important;
}

#sp-footer,
#sp-footer1 {
  font-size: 16px!important;
  line-height: 22px!important;
  background: #004466!important;
}

/* tablet size */
@media screen and (max-width: 768px) {
  #sp-footer {
  font-size: 14px!important;
  line-height: 20px!important;
 }
}

/* phone size */
@media screen and (max-width: 640px) {
  #sp-footer {
  font-size: 14px!important;
  line-height: 20px!important;
 }
}

#sp-footer a,
#sp-footer a:visited  {
  color: #f7f7f7!important;
  text-decoration: underline!important;
}

#sp-footer a:hover  {
  color: #eeeeee!important;
  text-decoration: none!important;
}

/*****************************/

.article-list .article {
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #f5f5f5;
    background-color: #fefefe;
    border-radius: 10px;
}

/**************************************************/

a:link,
a:visited {
  color:#00405e;
}

a:hover {
  color: #0f516c;
}

/* use with feature photos */

h1 {
  font-family: 'Open Sans', sans-serif!important;
  font-size: 28px;
  line-height: 38px;
  font-weight: bold!important;
  color: #00405e;
}

/* tablet size */
@media screen and (max-width: 768px) {
h1 {
  font-size: 25px;
  line-height: 35px;
  }
}

/* phone size */
@media screen and (max-width: 640px) {
h1 {
  font-size: 22px;
  line-height: 32px;
  }
}

/* use as top level headers on page or section */
h2 {
  font-family: 'Open Sans', sans-serif!important;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  color: #034059;
}

/* tablet size */
@media screen and (max-width: 768px) {
h2 {
  font-size: 23px;
  line-height: 33px;
  }
}

/* phone size */
@media screen and (max-width: 640px) {
h2 {
  font-size: 20px;
  line-height: 30px;
  }
}

/* use for sub-headings on page */
h3 {
  font-family: 'Open Sans', sans-serif!important;
  font-size: 24px!important;
  line-height: 34px!important;
  font-weight: bold!important;
  color: #00405e!important;
}

/* tablet size */
@media screen and (max-width: 768px) {
h3 {
  font-size: 21px!important;
  line-height: 31px!important;
  }
}

/* phone size */
@media screen and (max-width: 640px) {
h3 {
  font-size: 18px!important;
  line-height: 28px!important;
  }
}

/* use as other headings */
h4 {
  font-family: 'Open Sans', sans-serif!important;
  font-size: 22px!important;
  line-height: 32px!important;
  color: #00405e!important;
}

/* tablet size */
@media screen and (max-width: 768px) {
h4 {
  font-size: 20px!important;
  line-height: 30px!important;
  }
}

/* phone size */
@media screen and (max-width: 640px) {
h4 {
  font-size: 20px!important;
  line-height: 30px!important;
  }
}

/* use as other headings */
h5 {
  font-family: 'Open Sans', sans-serif!important;
  font-size: 20px!important;
  line-height: 30px!important;
  color: #523c30;
}

/* tablet size */
@media screen and (max-width: 768px) {
h5 {
  font-size: 20px!important;
  line-height: 30px!important;
  }
}

/* phone size */
@media screen and (max-width: 640px) {
h5 {
  font-size: 18px!important;
  line-height: 28px!important;
  }
}

/****************************************/

/* menu and megamenu top level */

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > a:visited,
.sp-menu-separator                       {
  font-family: 'Open Sans', sans-serif!important;
  font-size: 20px!important;
  color: #00405e!important;
  text-decoration: none!important;
}

.sp-megamenu-parent > li > a:hover {
  text-decoration: underline!important;
  color: #660000important;
}

.sp-megamenu-parent > li.active > a  {
  font-size: 19px!important;
  font-weight: 700!important;
  color: #00405e!important;
}

.sp-megamenu-parent > li > span  {
  line-height: 60px!important;
}

/* menu dropdown */

.sp-dropdown li.sp-menu-item > a {
  font-size: 16px!important;
  line-height: 28px!important;
  font-family: 'Open Sans', sans-serif!important;
  color: #00405e!important;
  text-decoration: none!important;
  text-align: left!important;
}

/* megamenu dropdown */

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner,
.sp-megamenu-parent .sp-mega-group> li> a    {
    background-color: #f4f4f2!important;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 16px!important;
    line-height: 25px!important;
    color: #015a6c !important;
    text-transform: none!important;
}

.sp-mega-group> li> a:hover {
  color: #930303!important;
}

/* mobile burger menu */

.burger-icon > span {background-color: #034059 !important;}

/* off-canvas menu */

.offcanvas-menu.border-menu .offcanvas-inner ul.menu > li > a, 
.offcanvas-menu.border-menu .offcanvas-inner ul.menu > li > .nav-header {
    padding: 25px 30px 25px 10px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    padding: 4px 0px;
}

/*close all menu */

/***************************************/

.sp-scroll-up {
  background-color: #ffffff!important;
  border: thin solid #336699!important;
}

a.sp-scroll-up {
  color: #00405e!important;
}

a.sp-scroll-up:hover  {
     background-color: #336699!important;
     color: #ffffff!important;
}

/**************************************/
.cog-header h1,
.cog-cognito--styled h3   {
  font-family: 'Open Sans', sans-serif!important;
  font-size: 20px!important;
  font-weight: bold!important;
  color: #ffffff!important;
}

.cog-cognito--styled h2   {
  color: #00405e!important;
  }

.txtcenter img	{
	padding: 0!important;
	margin: 0 auto!important;
	justify-content: center!important;
}

div.sppb-section-title.center {
    margin-bottom: 20px!important;
}

.chosen-react {
  font-size: 14px!important;
}

div.chosen-container.chosen-container-single.chosen-react {
  width: 250px!important;
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px!important;
    -webkit-overflow-scrolling: touch;
}

#searchform .chosen-container-single .chosen-single div:before {
    font-family: fontAwesome!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "fa fa-angle-right";
    font-size: 14px;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #555;
}

.event-search {
  background: #004466!important;
  padding: 20px 0px!important;
}

#searchform .form-container {
    justify-content: center!important;
}

.article-details .article-header h1 {
  font-size: 26px!important;
  text-align: center!important;
}

i.la.la-calendar {
  display:none!important;
}